diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-09 17:51:47 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-12 10:58:45 -0700 |
commit | 4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9 (patch) | |
tree | cda79957361c5be649ff40dacc5658907d07ee49 /world/map/conf/atcommand_local.conf.example | |
parent | 0b6c8ab443669acb51fbaa6f5c476cd4ecae78a0 (diff) | |
download | serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.gz serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.bz2 serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.xz serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.zip |
Update config for new code
This config will only work with tmwa v13.9.12 or higher.
If you need an old version, please stay on the 'unsupported' branch.
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 |