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/conf/inter_athena.conf | |
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/conf/inter_athena.conf')
-rw-r--r-- | world/conf/inter_athena.conf | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/world/conf/inter_athena.conf b/world/conf/inter_athena.conf index 72a88bd9..2577deae 100644 --- a/world/conf/inter_athena.conf +++ b/world/conf/inter_athena.conf @@ -6,26 +6,6 @@ storage_txt: save/storage.txt // Party flatfile database, for party names, members and other party info. party_txt: save/party.txt -// Guild flatfile database, for guild names, members, and other guild info. -guild_txt: save/guild.txt - -// Pet flatfile database, for pet names, and other pet info. -pet_txt: save/pet.txt - -// Castle flatfile database, for emperium war castles, etc. -castle_txt: save/castle.txt - -// Inter Log Filename -inter_log_filename: log/inter.log - -// Level range for sharing within a party +// Maximum level difference for XP sharing within a party. +// 0 to always allow sharing. party_share_level: 10 - -// The lowest GM level on your server -lowest_gm_level: 1 - -// How often the GM accounts will be reloaded by the map-server in minutes -read_gm_interval: 10 - - - |