View Single Post
  #4  
Old 10-19-2010, 09:48 AM
csb4623
Sarnak
 
Join Date: Oct 2009
Location: Louisiana
Posts: 62
Default

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.
Reply With Quote