NightJar Posted February 23, 2018 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
0 Cyro Posted February 23, 2018 Posted February 23, 2018 Wrong section. Moved to "Source Support". Quote
0 Bringer Posted February 25, 2018 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
0 NightJar Posted February 25, 2018 Author 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
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!
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.