Log in

View Full Version : default Status


daolin
10-17-2008, 11:14 PM
Hey just setup a new server and was wondering how you set it to legit/semi legit

Is it possible to have the status of a character automatically be null so that they have no powers at all for a legit server or are those commands for people with status (0) always there no matter what?

I tried -1 and Null and it wouldnt let me update

Thanks

cavedude
10-17-2008, 11:51 PM
Just about every command by default is GM status. For the few that aren't, run this query:

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.

helstar
12-07-2008, 03:27 PM
Just about every command by default is GM status. For the few that aren't, run this query:

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.

so 80 does that repensent level 80 or what?

trevius
12-07-2008, 05:26 PM
Status 80 on the account. Full GM powers are 250 status. Normally 20+ are guides, and in between are various level of access.