View Single Post
  #6  
Old 11-14-2012, 09:56 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

Quote:
Originally Posted by trevius View Post
Probably one work around would be to set all GM commands to be over X status, where X is the required status to allow a GM to log into a locked server (maybe status 80 or something). Then, they would be able to access the server and shouldn't have access to any commands you don't want them to have. Though, you will need to make sure your commands table includes every GM command, which you can check by logging in and typing #help to see a list of what commands you have access to for the status your account is set to.

The only downside to this type of setup would be that /who would show everyone as guides or GMs or whatever.

You could also probably just create a script in your default_player.pl that checks account names against a list of account names you want to allow, and then kick anyone that doesn't match that list.
Thanks Trev, clever and well spoken as usual. Both good ideas. I'd rather avoid editing source right now, but these other two ideas have merit.
Reply With Quote