How to give the Admin/GM/GameMaster rights to the character of Lucera2

Deazer

Head Developer
Staff member
For delivery of the Administrator's rights to the character it is enough to add his obj_id from the table characters.sql to the file: gameserver\config\GMAccess.xml and to bring his obj_id in the field <PlayerID set="here obj_id"></PlayerID>

For delivery the moderator right, event GM and so on is already ready working templates in:
gameserver\config\GMAccess.d in the same format <PlayerIDset="here obj_id"></PlayerID>
list of files:
gameserver\config\GMAccess.d\event_manager.xml
gameserver\config\GMAccess.d\full.xml
gameserver\config\GMAccess.d\marshal.xml
gameserver\config\GMAccess.d\moderator.xml
gameserver\config\GMAccess.d\sheriff.xml
 
Back
Top