Ukiram Posted November 7, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.02 Content Count: 291 Reputation: 27 Joined: 12/16/17 Last Seen: December 19, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 LOOLP - OFF Posted November 7, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 233 Reputation: 51 Joined: 12/20/18 Last Seen: March 10, 2021 Share Posted November 7, 2019 I can not understand .. Do you want that by equipping the effect to be active? Removing equipment, disable? Quote Link to comment Share on other sites More sharing options...
0 Katakuri Posted November 7, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 110 Reputation: 57 Joined: 05/29/18 Last Seen: Yesterday at 12:32 AM Share 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 Link to comment Share on other sites More sharing options...
0 Ukiram Posted November 7, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.02 Content Count: 291 Reputation: 27 Joined: 12/16/17 Last Seen: December 19, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Katakuri Posted November 7, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 110 Reputation: 57 Joined: 05/29/18 Last Seen: Yesterday at 12:32 AM Share 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 Link to comment Share on other sites More sharing options...
0 Ukiram Posted November 7, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.02 Content Count: 291 Reputation: 27 Joined: 12/16/17 Last Seen: December 19, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Katakuri Posted November 7, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 110 Reputation: 57 Joined: 05/29/18 Last Seen: Yesterday at 12:32 AM Share Posted November 7, 2019 yah Quote Link to comment Share on other sites More sharing options...
0 Ukiram Posted November 7, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.02 Content Count: 291 Reputation: 27 Joined: 12/16/17 Last Seen: December 19, 2023 Author Share Posted November 7, 2019 1 minute ago, Katakuri said: yah Thanks. Quote Link to comment Share on other sites More sharing options...
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.
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.