meezome Posted September 9, 2012 Posted September 9, 2012 can someone help to reduce skill edp ? from 4x to 2x? thx for help Quote
clydelion Posted September 10, 2012 Posted September 10, 2012 status.c break; case SC_EDP: // [Celest] val2 = val1 + 2; //Chance to Poison enemies. - val3 = 50*(val1+1); //Damage increase (+50 +50*lv%) + val3 = 17*(val1+1); //Damage increase (+50 +50*lv%) if( sd )//[ind] - iROwiki says each level increases its duration by 3 seconds tick += pc_checkskill(sd,GC_RESEARCHNEWPOISON)*3000; break; That would give you approximately x2 (x2.02) Quote
Question
meezome
can someone help to reduce skill edp ? from 4x to 2x? thx for help
2 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.