Tempo Posted November 26, 2011 Share Posted November 26, 2011 can someone help me again for enchant deadly poison? I want to make 100% enchant deadly poison for sonic blow and 50% for cross impact. Please help me thanks! Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted November 26, 2011 Share Posted November 26, 2011 (edited) try add this~ if(sc->data[sC_EDP] && skill_num == GC_CROSSIMPACT ) ATK_ADDRATE(50); find this src/map/battle.c case CR_SHIELDBOOMERANG:if(sc && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_CRUSADER) ATK_ADDRATE(100); break; add below case GC_CROSSIMPACT: if(sc->data[sC_EDP] && skill_num == GC_CROSSIMPACT ) ATK_ADDRATE(50); break; hope it work ~ Edited November 26, 2011 by Emistry Quote Link to comment Share on other sites More sharing options...
0 llchrisll Posted November 26, 2011 Share Posted November 26, 2011 How about explaining where to add? o.o Quote Link to comment Share on other sites More sharing options...
0 iFoxkun Posted November 26, 2011 Share Posted November 26, 2011 How about explaining where to add? o.o Look for it at src/map/battle.c xD. Quote Link to comment Share on other sites More sharing options...
0 Judas Posted November 26, 2011 Share Posted November 26, 2011 Yep. Those will do Quote Link to comment Share on other sites More sharing options...
can someone help me again for enchant deadly poison? I want to make 100% enchant deadly poison for sonic blow and 50% for cross impact. Please help me thanks!
Link to comment
Share on other sites