Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008683

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (2)No (0)
Photo

MaxHP, MaxSP and define RENEWAL_ASPD

Posted by zackdreaver on 16 May 2015 - 06:05 PM

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+

You probably need the new job_db1.

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.

[-] 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

Posted Image
Posted Image


Edited by MuzTank, 23 May 2015 - 05:58 PM.


== 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.

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.