View Single Post
  #8  
Old 08-02-2013, 01:26 PM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
Quote:
Originally Posted by Emera View Post
As a side-note, I'd really like to be able to have multiple staff lines (purely for organisational purposes) as you have with multiple GMap lines. The staff line gets extremely long and I'd like to be able to sort my team up into departments in their own staff line. Just a thought.
I just add people to the staff=line and then do the following to organize staff and distribute in game rights so i can control both staff that needs RC and ones that do not all from the server options

staff=Cubical,etc
dungeonmaster=Cubical, etc ->highest level rights
gamemaster=randomaccounthere,blah,blah ->second highest
playerrelations=randomaccounthere,blah,blah, -> whatever else
guest=Stefan,etc -> any guest accounts that need basic rights

Then on login I check to see if the account is in the server options and set clientr.isStaff=true and then check to what type of rights to give the player and loop through all the lower rights until i get to the top level of what the player has and add any other flags, wnpcs or classes that the player needs for whatever they are in the serveroptions. Whenever a weapon is added in the staff weapon list after login or the server options is updated it checks and reapplies accordingly.

Anyways just sharing my way of organization
Reply With Quote