diff options
author | Wushin <pasekei@gmail.com> | 2015-06-28 20:28:05 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-06-28 20:28:05 -0500 |
commit | 2bc98984e374767ca9ba150e00cbf9ef4f6ab20c (patch) | |
tree | 214b58f23b594ed6cd76c6bff3722b6765e12c8f | |
parent | 964b1629faa29d84f61df2b911c90a7bc8077682 (diff) | |
parent | 991027d9b46472ebaffa9add8ca46b47b4e296b1 (diff) | |
download | serverdata-2bc98984e374767ca9ba150e00cbf9ef4f6ab20c.tar.gz serverdata-2bc98984e374767ca9ba150e00cbf9ef4f6ab20c.tar.bz2 serverdata-2bc98984e374767ca9ba150e00cbf9ef4f6ab20c.tar.xz serverdata-2bc98984e374767ca9ba150e00cbf9ef4f6ab20c.zip |
Merge pull request #402 from mekolat/char
add new config for char server
-rw-r--r-- | world/conf/char_athena.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index ee2cba1b..2e85a1b3 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -41,6 +41,26 @@ char_name_letters: abcdefghijklmnoprstquvwxyz //char_name_letters: {} char_name_letters: |~ +// minimum char name length +min_name_length: 4 + +// maximum characters allowed per account +// set to 1 if you want to limit accounts to 1 character +char_slots: 9 + +// max hair style and hair color +max_hair_style: 20 +max_hair_color: 11 + +// the minimum value for stats (str, agi, ...) +min_stat_value: 1 + +// the maximum value for stats (str, agi, ...) +max_stat_value: 9 + +// the sum of all stats combined (str + agi + int + ...) +total_stat_sum: 30 + // Filename of the file which receives the online players list in text online_txt_filename: online.txt |