Bringer Posted February 10, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 10 hours ago Share Posted February 10, 2018 im Running Super High Server Base 999 / Job 120 / Stats 500 i want to nerf EDP as if it will have no effect on asura strike and final strike Quote Link to comment Share on other sites More sharing options...
0 blinzer Posted February 11, 2018 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 12/11/14 Last Seen: April 19, 2024 Share Posted February 11, 2018 (edited) find this in battle.cpp: Quote if (sc->data[SC_EDP]) { switch(skill_id) { case AS_SPLASHER: case ASC_METEORASSAULT: // Pre-Renewal only: Soul Breaker ignores EDP // Renewal only: Grimtooth and Venom Knife ignore EDP // Both: Venom Splasher and Meteor Assault ignore EDP [helvetica] #ifndef RENEWAL case ASC_BREAKER: #else case AS_GRIMTOOTH: case AS_VENOMKNIFE: #endif break; // skills above have no effect with EDP add the following under #endif, as such: #endif case MO_EXTREMITYFIST: case NJ_ISSEN: break; // skills above have no effect with EDP then recompile. you can add any skill to this the same way. Edited February 11, 2018 by blinzer Quote Link to comment Share on other sites More sharing options...
Question
Bringer
im Running Super High Server Base 999 / Job 120 / Stats 500
i want to nerf EDP as if it will have no effect on asura strike and final strike
Link to comment
Share on other sites
1 answer 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.