View Single Post
  #16  
Old 09-15-2015, 06:34 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Quote:
Originally Posted by Shendare View Post
When the server is locked, only admins can log in. You can make yourself an admin of your server by updating your account's 'status' field in the database, in the 'account' table. 250 is the norm, I think.
To gain all commands, you should really do 255, I believe #reloadworld (global quest reload) is 255.
Edit: My database has three commands at 255 (SELECT * FROM `commands` WHERE `access` = '255'):
Code:
mysql    255
reloadworld    255
reloadlevelmods    255
Reply With Quote