diff options
author | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-21 22:15:05 +0000 |
---|---|---|
committer | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-21 22:15:05 +0000 |
commit | 5b8d1b4f20a117e071e4ab57bd16be3215c20a06 (patch) | |
tree | 3f30e2ac87f1d8ba29c690a3f1f375d399d94362 /conf/inter_athena.conf | |
parent | 951d8a7523e75a90996c4bf6bf30796cd1142135 (diff) | |
download | serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.gz serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.bz2 serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.xz serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.zip |
Initial revision
Diffstat (limited to 'conf/inter_athena.conf')
-rw-r--r-- | conf/inter_athena.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf new file mode 100644 index 00000000..72a88bd9 --- /dev/null +++ b/conf/inter_athena.conf @@ -0,0 +1,31 @@ +// Athena InterServer configuration. + +// Storage flatfile database, used for Karfa storage. +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 +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 + + + |