PDA

View Full Version : Command for regular users


Botboy141
05-13-2003, 05:55 AM
I'm the Server OP of Botboy's SoD server which just went public yesterday. Having one trouble though. Is there a way to set up EQAdmin or something that will allow everyone that makes an account to be given status of 0+ so they can zone and summon items? Where in EQAdmin will i find this? And in the mean time...what number value do I assign people so they can summon items and zone and not be able to lvl themselves? I tried 9 but the person i did it too still could not zone...once i did 10 he was able to lvl himself as well. Please assist asap.

Botboy

Monrezz
05-13-2003, 06:19 AM
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.