Yoona Posted July 8, 2014 Posted July 8, 2014 How can i reduce Physical Attacks w/ EDP ? i'v search it on google and on the latest revision the RENEWAL_EDP is not there anymore.. then i found this http://rathena.org/board/topic/69340-reduce-damage-normal-attack-use-edp/ but i think this one is not latest.. can anyone help me how to reduce it now? Quote
Yoona Posted July 8, 2014 Author Posted July 8, 2014 (edited) disable renewal. The server is running on pre renewal . and i just want to know if how can i reduce the physical attacks with EDP? Edited July 8, 2014 by Yoona Quote
Yonko Posted July 8, 2014 Posted July 8, 2014 go to status.c then find SC_EDP then reduce the values Quote
Yoona Posted July 10, 2014 Author Posted July 10, 2014 go to status.c then find SC_EDP then reduce the values How can i reduce the value for pre renewal? case SC_EDP: <= this should be on pre renewal val2 = val1 + 2; // Chance to Poison enemies. <= i dont know what this means #ifndef RENEWAL val3 = 50*(val1+1); // Damage increase (+50 +50*lv%) #endif if( sd )// [Ind] - iROwiki says each level increases its duration by 3 seconds tick += pc_checkskill(sd,GC_RESEARCHNEWPOISON)*3000; any can give me a link for the latest source code for this? @bump please! Quote
Antares Posted July 14, 2014 Posted July 14, 2014 Change this line val3 = 50*(val1+1); // Damage increase (+50 +50*lv%) Example: val3 = 20*(val1+1); // Damage increase (+20 +20*lv%) or val3 = 30*val1; // Damage increase (+30*lv%) Quote
Yoona Posted July 14, 2014 Author Posted July 14, 2014 (edited) Change this line val3 = 50*(val1+1); // Damage increase (+50 +50*lv%) Example: val3 = 20*(val1+1); // Damage increase (+20 +20*lv%) or val3 = 30*val1; // Damage increase (+30*lv%) thanks! ill try it later.. this will work on pre-renewal right? Edited July 14, 2014 by Yoona Quote
Antares Posted July 31, 2014 Posted July 31, 2014 Yes, from what I see this is the pre-re part. Anyting inside this is pre-re code: #ifndef RENEWAL #endif and inside this is renewal: #ifdef RENEWAL #endif Quote
Question
Yoona
How can i reduce Physical Attacks w/ EDP ?
i'v search it on google and on the latest revision the RENEWAL_EDP is not there anymore..
then i found this http://rathena.org/board/topic/69340-reduce-damage-normal-attack-use-edp/ but i think this one is not latest..
can anyone help me how to reduce it now?
7 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.