<<How lame is Miranda the Healer anyway..


|
Originally Posted by Kira Sassan
They should allow you to change your name once a week, or once every 72 hours, that way it won't get abused.
|
you are either being sarcastic in which case you should put out the sarcastic sign
|
Originally Posted by DarthShadow
lets not forget everyone that the people who sign this are:
a.)selfish b.)scammers c.)uncreative d.)outright illiterate EDIT: e.)Cross-dressers |
|
Originally Posted by MSecorsky
Doesn't anyone pay attention?
It looks like name is a primary key. What that means, in a nutshell, is that name is used as a lookup into the databases for your characters information. Most likely, this field is not modifyable. That means you cannot change it, and any attempts to do so would throw an error. Now, IF they were to recreate all the databases, copy all the data from the old databases into the new ones, rename the new ones to the same names as the old ones (after deleting the old ones) and have GW shut down the entire time... then they would have to deal with the headaches that come with having databases with modifyable primary keys. You don't want this. Trust me. The risk goes way beyond potential scammer abuse. |
|
Originally Posted by Zakarr
One account can have four characters. If player name would be primary key, how they could identify that those four characters belong to same player? Characters probably have own table and account_id is primary key (datatype numbers or something). That way they can know, what characters are belong to same account.
Besides ArenaNet has stated that character names which violates the EULA (the rules or something) can be able to change their character name so it is possible. |