View Single Post
  #2  
Old 07-06-2016, 10:58 PM
waeweas
Fire Beetle
 
Join Date: Jul 2016
Location: Nevada
Posts: 7
Default

Quote:
Originally Posted by csb4623 View Post
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?
Reply With Quote