There's a file in EQEmu directory called addon.ini that contains everything you need for status.
The lines:
!level=<status needed>
!zone=<status needed>
!summonitem=<status needed>
Just change the <status needed> to the status level you want the client to have to be able to use the command.
Also, in LoginServer.ini the lines:
[WorldServer]
Defaultstatus=<status>
Will allow you to set the status of a new user on the server.
|