Jump to content

[Guide]Admin access levels


Recommended Posts

Hello. i decide to open this topic because many of newbie gm's don't know how to manage access levels.

So let's start.

 

1.Go to gameserver/config/Characters.properties(Different packs have different location so search properti file there you can change gm access level)

 

Find This

 

# AccessLevel
# ---------------------------------------------------------------------------
# This option will set the default AccessLevel for MasterAccess.
# Please be careful with this setting. Characters set to this AccessLevel will have the right to execute every AdminCommand in game.
# Default: 127 (Maximum value: 255)
MasterAccessLevel = 127

# Name color for those matching the above MasterAccess AccessLevel.
# Default: 00CCFF
MasterNameColor = 00CCFF

# Title color for those matching the above MasterAccess AccessLevel.
# Default: 00CCFF
MasterTitleColor = 00CCFF

 

and change MasterAccessLevel to 200

 

Save and Close.

 

Access Level List

Administrator - 200

Head GM - 150

Event GM - 125

Support GM - 100

(you can change as you want)

 

Now Open Navicat -> l2jdb -> admin_command_access_rights

 

for example we need to set announce privilegies only Administrator and Head GM.

 

Find admin_announce and in field accessLevels write 150,200

 

So if Characer is Event GM or Support GM he can't use announce privilegies.

 

Also if you need set player to Event GM you must give him Access level 125

 

Hope it's usefull

 

credits to me

Link to comment
Share on other sites

Hello. i decide to open this topic because many of newbie gm's don't know how to manage access levels.

So let's start.

 

1.Go to gameserver/config/Characters.properties(Different packs have different location so search properti file there you can change gm access level)

 

Find This

 

# AccessLevel
# ---------------------------------------------------------------------------
# This option will set the default AccessLevel for MasterAccess.
# Please be careful with this setting. Characters set to this AccessLevel will have the right to execute every AdminCommand in game.
# Default: 127 (Maximum value: 255)
MasterAccessLevel = 127

# Name color for those matching the above MasterAccess AccessLevel.
# Default: 00CCFF
MasterNameColor = 00CCFF

# Title color for those matching the above MasterAccess AccessLevel.
# Default: 00CCFF
MasterTitleColor = 00CCFF

 

and change MasterAccessLevel to 200

 

Save and Close.

 

Access Level List

Administrator - 200

Head GM - 150

Event GM - 125

Support GM - 100

(you can change as you want)

 

Now Open Navicat -> l2jdb -> admin_command_access_rights

 

for example we need to set announce privilegies only Administrator and Head GM.

 

Find admin_announce and in field accessLevels write 150,200

 

So if Characer is Event GM or Support GM he can't use announce privilegies.

 

Also if you need set player to Event GM you must give him Access level 125

 

Hope it's usefull

 

credits to me

 

Thank you this is useful..

Link to comment
Share on other sites

  • 2 months later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...