EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   default Status (https://www.eqemulator.org/forums/showthread.php?t=26546)

daolin 10-17-2008 11:14 PM

default Status
 
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:

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.

helstar 12-07-2008 03:27 PM

Quote:

Originally Posted by cavedude (Post 158549)
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.

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.


All times are GMT -4. The time now is 12:49 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.