madtoyz 2 Posted July 24, 2013 How i want to Increase the Enchant Deadly Poison (EDP) damage ? Quote Share this post Link to post Share on other sites
0 Mystery 594 Posted July 26, 2013 It has already been answered, no? Quote Share this post Link to post Share on other sites
0 madtoyz 2 Posted July 27, 2013 im still blur how to change the damage.what number i need to change Quote Share this post Link to post Share on other sites
0 malufett 247 Posted July 28, 2013 @status.c case SC_EDP: // [Celest] val2 = val1 + 2; //Chance to Poison enemies. val3 = 50*(val1+1); //Damage increase (+50 +50*lv%)#ifdef RENEWAL_EDP val4 = 100 * ((val1 + 1)/2 + 2);#endif if( sd )//[ind] - iROwiki says each level increases its duration by 3 seconds tick += pc->checkskill(sd,GC_RESEARCHNEWPOISON)*3000; break; Quote Share this post Link to post Share on other sites
0 madtoyz 2 Posted July 28, 2013 @status.c case SC_EDP: // [Celest] val2 = val1 + 2; //Chance to Poison enemies. val3 = 50*(val1+1); //Damage increase (+50 +50*lv%) #ifdef RENEWAL_EDP val4 = 100 * ((val1 + 1)/2 + 2); #endif if( sd )//[ind] - iROwiki says each level increases its duration by 3 seconds tick += pc->checkskill(sd,GC_RESEARCHNEWPOISON)*3000; break; can i know what mean "val4 = 100 * ((val1 + 1)/2 + 2);" ? SORRY for asking Quote Share this post Link to post Share on other sites
How i want to Increase the Enchant Deadly Poison (EDP) damage ?
Share this post
Link to post
Share on other sites