Issue Information
-
#006066
-
3 - Medium
-
Fixed
Issue Confirmations
-
Yes (5)No (0)
Originally posted by MarkZD
Here's my EDP fix, based upon rA comment source, iRO source and etc.
This will also fix huge damage of normal attack and skills in RE like Rolling Cutter: http://sourceforge.n...hangeset/16322/
Also, in status.c:
wATK should be increased by 5 & bATK by 4, but it's inverted
Also, it should be eATK not bATK, but we need Renewal atk changes to do that perfectlly.
Here's my EDP fix, based upon rA comment source, iRO source and etc.
if( sc->data[SC_EDP] ){ switch(skill_num){ case AS_SPLASHER: case AS_VENOMKNIFE: case ASC_METEORASSAULT: break; #ifdef RENEWAL_EDP case AS_SONICBLOW: case ASC_BREAKER: case GC_COUNTERSLASH: case GC_CROSSIMPACT: ATK_RATE(50); // only modifier is halved but still benefit with the atk and weapon bonus break; #else case ASC_BREAKER: break; default: ATK_ADDRATE(sc->data[SC_EDP]->val3);//It doesn't exist in RENEWAL #endif } }This "atk_addrate" is from PRE because in Renewal, base atk and weapon attack are increased instead of this final addition, and base&weapon attack are coded in status.c
This will also fix huge damage of normal attack and skills in RE like Rolling Cutter: http://sourceforge.n...hangeset/16322/
Also, in status.c:
wATK should be increased by 5 & bATK by 4, but it's inverted
Also, it should be eATK not bATK, but we need Renewal atk changes to do that perfectlly.
Originally posted by malufett
@donkeyg
update your svn to [rev='16770'] or latest
@donkeyg
update your svn to [rev='16770'] or latest
Originally posted by Golem1988
So, It seems not solved yet?
I have the latest rev but cross impact still deals damage for about 25-35k...
So, It seems not solved yet?
I have the latest rev but cross impact still deals damage for about 25-35k...
changed status to: Fixed
Fixed @ 0395610469ffcd3b71c93ef90861f73e0ab8d16f