Yoona Posted July 8, 2014 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted July 8, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: 13 hours ago Share Posted July 8, 2014 disable renewal. Quote Link to comment Share on other sites More sharing options...
Yoona Posted July 8, 2014 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Yonko Posted July 8, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted July 8, 2014 go to status.c then find SC_EDP then reduce the values Quote Link to comment Share on other sites More sharing options...
Yoona Posted July 10, 2014 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Antares Posted July 14, 2014 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Share 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 Link to comment Share on other sites More sharing options...
Yoona Posted July 14, 2014 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Antares Posted July 31, 2014 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.