Issue Information
-
#008683
-
0 - None Assigned
-
New
Issue Confirmations
-
Yes (2)No (0)
So I was testing my renewal hercules build, but with :
Disabled renewal aspd
// #define RENEWAL_ASPD
Then i got weird issue with MaxHP and MaxSP on 3rd classes
RK(SP), Mecha(SP) , GX(SP) and AB(HP)
Max level and job level (175-60)
No custom setting
They beame really low,
for SP become 2 digits, and HP for AB become around 1k+
Disabled renewal aspd
// #define RENEWAL_ASPD
Then i got weird issue with MaxHP and MaxSP on 3rd classes
RK(SP), Mecha(SP) , GX(SP) and AB(HP)
Max level and job level (175-60)
No custom setting
They beame really low,
for SP become 2 digits, and HP for AB become around 1k+
You probably need the new job_db1.
@malufett
Already pulled out master's latest revision on May 24, 2015 GMT + 7 but this problem still exists.
SP will become very low when the base level hits lv 151 onward.
For level 150 and below seem normal.
SP will become very low when the base level hits lv 151 onward.
For level 150 and below seem normal.
[-] src/config/renewal.h
#define RENEWAL
//#define RENEWAL_CAST
#define RENEWAL_DROP
#define RENEWAL_EXP
#define RENEWAL_LVDMG
//#define RENEWAL_EDP
//#define RENEWAL_ASPD
[-] src/common/mmo.h
#define MAX_LEVEL 175
Edited by MuzTank, 23 May 2015 - 05:58 PM.
bump?
== EDITED ==
I was wrong, the problem still exists.. Lv 151 and up has very low SP (< 100 SP)
To temporarily fix this bug, enable RENEWAL_ASPD option in renewal config... So this bug may has connection with RENEWAL_ASPD parameter.
I was wrong, the problem still exists.. Lv 151 and up has very low SP (< 100 SP)
To temporarily fix this bug, enable RENEWAL_ASPD option in renewal config... So this bug may has connection with RENEWAL_ASPD parameter.
Edited by MuzTank, 30 May 2015 - 07:19 AM.
the issue with disabling RENEWAL_ASPD is that when you disable it, the server will read job_db from pre-re folder instead.