diff options
author | wushin <pasekei@gmail.com> | 2016-01-26 13:32:37 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:04:36 -0500 |
commit | d0b2262fc38ecfa47671e1738d657b4317238499 (patch) | |
tree | 22eb4405d461e8e7d7040273895b5a81d95a0500 /world/conf | |
parent | f28b9ef883c8da9a890096d8e05865b90795c46d (diff) | |
download | classic-serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.gz classic-serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.bz2 classic-serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.xz classic-serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.zip |
Move gender selection to intro dialogue
Diffstat (limited to 'world/conf')
-rw-r--r-- | world/conf/char_athena.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index 64f8b082..3e0fa61d 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -45,17 +45,17 @@ min_name_length: 4 char_slots: 9 // max hair style and hair color -max_hair_style: 20 -max_hair_color: 11 +max_hair_style: 1 +max_hair_color: 1 // the minimum value for stats (str, agi, ...) min_stat_value: 1 // the maximum value for stats (str, agi, ...) -max_stat_value: 9 +max_stat_value: 1 // the sum of all stats combined (str + agi + int + ...) -total_stat_sum: 30 +total_stat_sum: 6 // Filename of the file which receives the online players list in text online_txt_filename: online.txt |