Thread: default Status
View Single Post
  #2  
Old 10-17-2008, 11:51 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Just about every command by default is GM status. For the few that aren't, run this query:

Code:
update commands set access = 80 where access < 80;
This assuming you are using the PEQ DB from CVS, that has this table fully populated.

Just so you know, -1 is a valid account status, but that revokes their OOC privileges. -2 is a full ban from the server.
Reply With Quote