diff options
Diffstat (limited to 'world/map/conf/atcommand_local.conf.example')
-rw-r--r-- | world/map/conf/atcommand_local.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/conf/atcommand_local.conf.example b/world/map/conf/atcommand_local.conf.example index 916a092c..3935db1b 100644 --- a/world/map/conf/atcommand_local.conf.example +++ b/world/map/conf/atcommand_local.conf.example @@ -1 +1,8 @@ // Athena atcommand Local Configuration file. + +// Command to become a GM. Only players who are not a GM can use this. +// In addition to changing this to 0, you must also: +// - set level_new_gm in login_athena.conf to something other than 0 +// - set atcommand_gm_only to false in battle_athena.conf +// - give the correct password (gm_pass in login_athena.conf) +gm: 100 |