NightJar Posted February 23, 2018 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 12/24/17 Last Seen: December 26, 2024 Share Posted February 23, 2018 Hi, I use custom cards on my server. SinxCard gives auto cast EDP. I want to disable the effect on champs coz it was over powered. Please help! TIA! Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted February 23, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted February 23, 2018 Wrong section. Moved to "Source Support". Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted February 25, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 03:29 PM Share Posted February 25, 2018 On 2/23/2018 at 11:56 AM, NightJar said: Hi, I use custom cards on my server. SinxCard gives auto cast EDP. I want to disable the effect on champs coz it was over powered. Please help! TIA! Find This on Battle.c or battle.cpp if (sc->data[SC_EDP]) { switch(skill_id) { case AS_SPLASHER: // Pre-Renewal only: Soul Breaker and Meteor Assault ignores EDP // Renewal only: Grimtooth and Venom Knife ignore EDP // Both: Venom Splasher ignores EDP [helvetica] #ifndef RENEWAL case ASC_BREAKER: case ASC_METEORASSAULT: #else case AS_GRIMTOOTH: case AS_VENOMKNIFE: #endif break; // skills above have no effect with edp Quote Link to comment Share on other sites More sharing options...
0 NightJar Posted February 25, 2018 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 12/24/17 Last Seen: December 26, 2024 Author Share Posted February 25, 2018 3 hours ago, Bringer said: Find This on Battle.c or battle.cpp if (sc->data[SC_EDP]) { switch(skill_id) { case AS_SPLASHER: // Pre-Renewal only: Soul Breaker and Meteor Assault ignores EDP // Renewal only: Grimtooth and Venom Knife ignore EDP // Both: Venom Splasher ignores EDP [helvetica] #ifndef RENEWAL case ASC_BREAKER: case ASC_METEORASSAULT: #else case AS_GRIMTOOTH: case AS_VENOMKNIFE: #endif break; // skills above have no effect with edp Great! Thanks! Quote Link to comment Share on other sites More sharing options...
Question
NightJar
Hi,
I use custom cards on my server.
SinxCard gives auto cast EDP.
I want to disable the effect on champs coz it was over powered.
Please help!
TIA!
Link to comment
Share on other sites
3 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.