Tempo Posted November 26, 2011 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 11/19/11 Last Seen: March 19, 2012 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM 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 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 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 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 189 Reputation: 16 Joined: 11/20/11 Last Seen: January 4, 2014 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 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted November 26, 2011 Yep. Those will do Quote Link to comment Share on other sites More sharing options...
Question
Tempo
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
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.