help with my server

09/04/2011 00:48 Jamez1997#1
does any1 know how i can change a players name on my shaiya server like add a gm tag if so i'd really appreciate it i looked through the sql db and evrything please help me :)
09/04/2011 00:59 JohnHeatz#2
To just add a tag to an existing character you just need to go to the DataBase and add the tag to the toon:

Code:
Use PS_GameData
Update dbo._CreatedChars set CharName = '[tag]charname' where [condition you use to find the char(toon)]
09/04/2011 01:19 Jamez1997#3
yeah but i cant find where the chars are at

1 min

oh i got it thank you

and creating accounts is there too?
09/04/2011 01:25 JohnHeatz#4
Creating accounts would be under PS_UsersData.dbo.Users_Master