Quote:
Originally Posted by csb4623
In your accounts table there is a status column that can be 1 to 255. I think it defaults 20.
run UPDATE account SET status = 255 where id = x;
change x to your account id
that will make you the highest level gm. You can also go into the commands table and change the min value of the specific commands.
|
Where do you find the accounts table so that I can edit the status column? I just don't know where to access the access level to change my account :/
Can anyone please help?