ThyroDree 3 Posted December 22, 2013 Grimtooth + edp not working ? i am using pre renewal /// renewal enchant deadly poison algorithm /// /// leave this line to enable the renewed EDP algorithm /// under renewal mode: /// - damage is NOT increased by 400% /// - it does NOT affect grimtooth /// - weapon and status ATK are increased //#define RENEWAL_EDP can someone help me to make grimtooth + edp work? Quote Share this post Link to post Share on other sites
0 kyeme 71 Posted December 23, 2013 do you know how to make edp works on grimtooth? In src/map/battle.c Find #ifndef RENEWAL_EDP Comment the case AS_GRIMTOOTH: with // #ifndef RENEWAL_EDP if( sc->data[SC_EDP] ){ switch(skill_id){ case AS_SPLASHER: //case AS_GRIMTOOTH: case ASC_BREAKER: case AS_VENOMKNIFE: case ASC_METEORASSAULT: break; default: ATK_ADDRATE(sc->data[SC_EDP]->val3); } } 1 ThyroDree reacted to this Quote Share this post Link to post Share on other sites
0 PokemonRO 2 Posted December 22, 2013 Recompiled as well? Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 22, 2013 do you know how to make edp works on grimtooth? Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 23, 2013 ^ In Bug Tracker already with please support the existing report.. EDP on Grimtooth not working properly (PRE-RE) EDP Doensn't affect Grimtooth Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 23, 2013 do you know how to make edp works on grimtooth? In src/map/battle.c Find #ifndef RENEWAL_EDP Comment the case AS_GRIMTOOTH: with // #ifndef RENEWAL_EDP if( sc->data[SC_EDP] ){ switch(skill_id){ case AS_SPLASHER: //case AS_GRIMTOOTH: case ASC_BREAKER: case AS_VENOMKNIFE: case ASC_METEORASSAULT: break; default: ATK_ADDRATE(sc->data[SC_EDP]->val3); } } do i need to remove the // frrom my config/renewal.h? Quote Share this post Link to post Share on other sites
0 kyeme 71 Posted December 23, 2013 No, go to battle.c and you will see #ifndef RENEWAL_EDP And in your config/renewal.h disable the Renewal EDP by commenting //#define RENEWAL_EDP Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 23, 2013 No, go to battle.c and you will see #ifndef RENEWAL_EDP And in your config/renewal.h disable the Renewal EDP by commenting //#define RENEWAL_EDP IT WORKS ! THANKS UP FOR THAT! Quote Share this post Link to post Share on other sites
Grimtooth + edp not working ? i am using pre renewal
can someone help me to make grimtooth + edp work?
Share this post
Link to post
Share on other sites