From 8f85594e7ddd4ef877ca6b49596e3557d39121f8 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sat, 13 Apr 2024 01:21:11 +0200 Subject: Fix char creation stat point allocation - serverdata part --- world/conf/char_athena.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'world') diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index 769b8f9b..1da5dec3 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -55,7 +55,8 @@ min_stat_value: 1 max_stat_value: 10 // the sum of all stats combined on creation (str + agi + int + ...) -total_stat_sum: 27 +// 48 / 2 = 24. You start with 1 in all of 6 -> need 24+6 = 30 +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