Ukiram Posted November 7, 2019 Posted November 7, 2019 Hello, Here's my Assassin Cross Card Effect bonus3 bAutoSpell,378,1,10; I want it to disabled Champion by using this card / or the card won't effect to the Champion Anyone can help me? Special Thanks. Quote
0 LOOLP - OFF Posted November 7, 2019 Posted November 7, 2019 I can not understand .. Do you want that by equipping the effect to be active? Removing equipment, disable? Quote
0 Katakuri Posted November 7, 2019 Posted November 7, 2019 1 hour ago, Ryo Osaki said: Hello, Here's my Assassin Cross Card Effect bonus3 bAutoSpell,378,1,10; I want it to disabled Champion by using this card / or the card won't effect to the Champion Anyone can help me? Special Thanks. Add the specific skill of champion you want to nerf on EDP Click Quote Link And after that recompile. 2 Quote
0 Ukiram Posted November 7, 2019 Author Posted November 7, 2019 On 11/8/2019 at 12:50 AM, Katakuri said: Add the specific skill of champion you want to nerf on EDP Click And after that recompile. What will i add? 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 That's the source mode but what code i will add there's no + Quote
0 Katakuri Posted November 7, 2019 Posted November 7, 2019 On 11/8/2019 at 12:53 AM, Ryo Osaki said: What will i add? The skill of champion you want to be not affected its damage by Enchant Deadly Poison Did you ever read the syntax comment? it states there the location where you can put the skill if you are using pre-renewal or renewal Quote
0 Ukiram Posted November 7, 2019 Author Posted November 7, 2019 Like this? On 11/8/2019 at 12:55 AM, Katakuri said: Did you ever read the syntax comment? it states there the location where you can put the skill if you are using pre-renewal or renewal So i will add MO_EXTREMITYFIST ? Quote ` if (sc->data[SC_EDP]) { switch(skill_id) { case AS_SPLASHER: case ASC_METEORASSAULT: case MO_EXTREMITYFIST: // 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 LIKE THIS? Quote
0 Ukiram Posted November 7, 2019 Author Posted November 7, 2019 1 minute ago, Katakuri said: yah Thanks. Quote
Question
Ukiram
Hello,
Here's my Assassin Cross Card Effect
I want it to disabled Champion by using this card / or the card won't effect to the Champion
Anyone can help me?
Special Thanks.
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.