From 03996d97def7dda1d6a6f79a466daf668884d277 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Apr 2021 03:35:03 -0300 Subject: Change max skills from 60 to 75; Reduce skill tree from 186 to 150. Increase SC/SI limits. Validate over1500 SIs (but this check seems to have died) --- src/ecommon/init.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/ecommon/init.c b/src/ecommon/init.c index 1ac476d..213b0f4 100644 --- a/src/ecommon/init.c +++ b/src/ecommon/init.c @@ -42,20 +42,20 @@ void commonClean(void) #define checkVar(name, value) \ if (name != value) \ { \ - ShowError(#name" wrong value. Found %d but must be %d.\n", \ + ShowError(#name" wrong value. Found %d but should be %d.\n", \ name, \ value); \ } void common_online(void) { - checkVar(MAX_SKILL_DB, 1570); - checkVar(MAX_SKILL_ID, 20060); - checkVar(SC_MAX, 682); - checkVar(SI_MAX, 1175); + checkVar(MAX_SKILL_DB, 1585); + checkVar(MAX_SKILL_ID, 20075); + checkVar(SC_MAX, 1010); + checkVar(SI_MAX, 1550); checkVar(OLD_MAX_SKILL_DB, 1510); - checkVar(MAX_EVOL_SKILLS, 60); + checkVar(MAX_EVOL_SKILLS, 75); checkVar(EVOL_FIRST_SKILL, 20000); - checkVar(MAX_SKILL_TREE, 146); + checkVar(MAX_SKILL_TREE, 125); checkVar(BASE_GUILD_SIZE, 100); } -- cgit v1.2.3-60-g2f50