View Single Post
  #2  
Old 01-20-2018, 11:44 AM
Turmoiltoad
Forum Guide
 
Join Date: Apr 2013
Posts: 27
Default

Just to add a little bit to the post above:

The status 255 that The_Beast lists will give you the control to execute all of the GM commands on your server. That's a big plus if you're doing all of the work yourself and want to be able execute all of the commands.

If you also have some help in the form of additional GM staff, or want to allow certain EQEmu Commands to be available for players, take a look at your command_settings table. The access field indicates the account status needed to execute the command.

If you set the command to access 0, a normal player can use the command.

If you set the status on an account to a higher level, you can pick any of these statuses for GM titles in the /who list:

0 Normal
10 * Steward *
20 * Apprentice Guide *
50 * Guide *
80 * QuestTroupe *
81 * Senior Guide *
85 * GM-Tester *
90 * EQ Support *
95 * GM-Staff *
100 * GM-Admin *
150 * GM-Lead Admin *
160 * QuestMaster *
170 * GM-Areas *
180 * GM-Coder *
200 * GM-Mgmt *
250 * GM-Impossible *
Reply With Quote