Results -9 to 0 of 75

Threaded View

  1. #28
    Player
    Gontrant_Sorel's Avatar
    Join Date
    Feb 2014
    Posts
    18
    Character
    Gontrant Sorel
    World
    Odin
    Main Class
    Archer Lv 29
    Quote Originally Posted by ForteXX View Post
    They'd also have to make it so that a name can only be used once across all servers. Since this does not happen currently, the servers would have absolutely no idea which character to send a message to when in an instance.

    Reason LS and FC work: they're tied specifically to your character, unlike your name.
    rest assured that any character has already his own internal unique id and every server has also it's own unique id so if you put them together you can internally identify any and all characters.

    how do I know this? elemental. everything on a database uses internal IDs to keep integrity (it also helps to reduce the space required to store it)

    think about this. if the database used internally the name of the character and we were graced by an option to change it (previous payment to square) it would mean changing the name everywhere (the lists of items owned, the lists of missions completed, the list of missions the player is doing, the lists of friends, the lists of people he has blacklisted, the lists of achievements... and so on)

    but if it's using an internal id then the character's name is stored on a single place and everywhere else there's only an id that will never see the light so nobody will ever feel the need to change it.

    so worry not. everything (servers, players, characters, mobs, bosses, items, places, missions, ...) has already it's own UNIQUE id.
    (0)
    Last edited by Gontrant_Sorel; 02-04-2014 at 05:33 AM. Reason: adding more text

Tags for this Thread