From 991027d9b46472ebaffa9add8ca46b47b4e296b1 Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 18 Jun 2015 10:07:34 -0400 Subject: add new config for char server --- world/conf/char_athena.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'world/conf') 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 -- cgit v1.2.3-60-g2f50