From a98cf958b0264358c5ea13818458ce8e3a229867 Mon Sep 17 00:00:00 2001 From: Led Mitz Date: Wed, 3 Apr 2024 18:01:32 +0000 Subject: Allow setting stats at start of game - server This brings back the ability to set stats during character creation. It will need to be tested first to ensure that new characters do not gain an additional 30 stat points and to make sure that current characters gain 3 more. Also, I'll need to make one more MR, probably, when I find out where character points on character creation are set. Will need to change from 48 to 54 in order to achieve 30 points, I think, though I may need to change 48 to 0 if this is set after login. Simple things are rarely simple in practice. GAH! **** Approved-by: Led Mitz Reviewed-by: Led Mitz --- world/conf/char_athena.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'world/conf') diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index 3e0fa61d..769b8f9b 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -44,18 +44,18 @@ min_name_length: 4 // set to 1 if you want to limit accounts to 1 character char_slots: 9 -// max hair style and hair color -max_hair_style: 1 -max_hair_color: 1 +// max hair style and hair color at start +max_hair_style: 20 +max_hair_color: 13 -// the minimum value for stats (str, agi, ...) +// the minimum value for stats on creation (str, agi, ...) min_stat_value: 1 -// the maximum value for stats (str, agi, ...) -max_stat_value: 1 +// the maximum value for stats on creation (str, agi, ...) +max_stat_value: 10 -// the sum of all stats combined (str + agi + int + ...) -total_stat_sum: 6 +// the sum of all stats combined on creation (str + agi + int + ...) +total_stat_sum: 27 // Filename of the file which receives the online players list in text online_txt_filename: online.txt -- cgit v1.2.3-60-g2f50