diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-06-18 10:07:34 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-06-18 10:07:34 -0400 |
commit | 991027d9b46472ebaffa9add8ca46b47b4e296b1 (patch) | |
tree | fdfd0faed02883a7219b72f0e860997b63c592a1 /world/conf | |
parent | ab76e47e3f090b29aaba2ec4579e2431a4465d12 (diff) | |
download | serverdata-991027d9b46472ebaffa9add8ca46b47b4e296b1.tar.gz serverdata-991027d9b46472ebaffa9add8ca46b47b4e296b1.tar.bz2 serverdata-991027d9b46472ebaffa9add8ca46b47b4e296b1.tar.xz serverdata-991027d9b46472ebaffa9add8ca46b47b4e296b1.zip |
add new config for char server
Diffstat (limited to 'world/conf')
-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 |