wiki:How_to_set_GM_access
Last modified 6 years ago Last modified on Oct 28, 2006 12:53:37 PM

How to set GM access

How to set GM access

GM status is set by the character and not the account.

If this is your first character, create the character and logout/exit game.
Player needs to be offline for the changes to take effect.

Open Navicat.
Click l2jdb.
Double click the table characters.
Find the character you need to set as a GM.

optional step

To make sure you give access to correct player, (table is very wide):

Right click the character name, Select Filter > Field = Value (this will now show only that character line))
Scroll to the right and find accesslevel.
Set to 100, (or what ever you have set in server.cfg)
Click check mark at bottom. (If check mark is not highlighted, just exit)

Done.

Normal access levels

-100 = banned
0 = normal user
50 = priveledged user (allowed to bypass server limit (accounts table))
100 and up = GM/Admin levels

GMaccess.properties

In this config file you can give permissions to your GM's or limit what they can do.

I use a 3 tier GM system.
(characters table, accesslevel)

100 noob GM's
120 trusted GM's
150 admin

In GMaccess.properties set the permissions something like this....

GMAccessLevel = 100
GMMinLevel = 100
GMCanAnnounce = 100
GMCanBan = 120
GMCanShop = 120
GMCanDelete = 120
GMCanKick = 100
GMMenu = 100
GMGodMode = 100
GMCanEditChar = 150
GMCanEditNPC = 120
GMCanTeleport = 100
GMCanRestart = 120
GMMonsterRace = 100
GMRider = 120
GMFastUnstuck = 100
GMResurectFixed = 100
GMUseForth = 100
GMDoor = 100
GMRes = 100
GMPeaceAttack = 100
GMHeal = 100
GMUnblock = 120