darkxxcrow
New member
- Messages
- 24
- Points
- 0
I just started a Pre-renewal server with Hercules, and a few days after opening, we notice that the Enchant Deadly Poison doesn't act as it should...
EDP in Pre-renewal should change the weapon and armor's ATK by 400% right?
In Renewal Im not sure, but as the source says:
/// under renewal mode:/// - damage is NOT increased by 400%/// - it does NOT affect grimtooth/// - weapon and status ATK are increased
So i think it's using renewal source...
Maybe (And probably) This setting is what i am missing, cause I had to set it up quickly And i forgot to uncomment one line.
//#define DISABLE_RENEWAL#ifndef DISABLE_RENEWAL
Is that the reason? Because I have players online and I don't want to make them wait me recompile...
EDIT: Oh! by the way, I have every Renewal "#define" commented into renewal.h, even the "DISABLE_RENEWAL" u.u
Thanks
EDP in Pre-renewal should change the weapon and armor's ATK by 400% right?
In Renewal Im not sure, but as the source says:
/// under renewal mode:/// - damage is NOT increased by 400%/// - it does NOT affect grimtooth/// - weapon and status ATK are increased
So i think it's using renewal source...
Maybe (And probably) This setting is what i am missing, cause I had to set it up quickly And i forgot to uncomment one line.
//#define DISABLE_RENEWAL#ifndef DISABLE_RENEWAL
Is that the reason? Because I have players online and I don't want to make them wait me recompile...
EDIT: Oh! by the way, I have every Renewal "#define" commented into renewal.h, even the "DISABLE_RENEWAL" u.u
Thanks
Last edited by a moderator: