Quote:
Originally Posted by samprince
i need to know how to make my char gm
|
In the MSSQL Server Management Studio, go to SRO_VT_ACCOUNT and open the TB_User table.
JID: Keep it clean, it will generate automatically.
StrUserID: The ID you want. (e.g. : testaccount)
Password: You need a MD5 hash code. Go to: MD5 - Online generator md5 hash and hash your password. For example: the password "test1" will give you this md5 hash code "5a105e8b9d40e1329780d62ea2265d8a" . Copy that code and write into your password box.
GMrank: Set it to 1
Sec_primary: Set it to 1
Sec_content: Set it to 1
if you need with the prefix ->[GM] just add it beside the name in the TB_User table.
Like this [GM]Samprince