Log in

View Full Version : Account Status defined as ?


buddywarrior
05-13-2006, 05:24 PM
When creating a new account for minilogin, every wiki or .doc I have read says to assign the status to 250. I was wondering what the 250 is, or what it represents.



Also, for those involved on this project. I was able to get titanium up and running with minimal complications. Great work, this is really a great experiance and wouldnt have been possible without you. Thank you kindly !

shamanistik
05-13-2006, 06:38 PM
250 is a value that set the "rank" of your account

80 open some # commands (like guide) then you can level up status to 5 or 6 ranks, 250 being the max (actually at 200 you have all rights tho)

To do it (not sure if you know about it so telling just in case)
Open your mySQL directory, find mysql.exe

Type use <your database name> (without the <>)
Then type update account set status=250 where name='<account name>'; (still without the <> eh)

DO #help in game to check all the commands

buddywarrior
05-13-2006, 06:53 PM
Excelent, thank you.