Jump to content
  • 0

Assassin Cross Card


Ukiram

Question


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.02
  • Content Count:  291
  • Reputation:   26
  • Joined:  12/16/17
  • Last Seen:  

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.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  233
  • Reputation:   50
  • Joined:  12/20/18
  • Last Seen:  

I can not understand ..

Do you want that by equipping the effect to be active?

Removing equipment, disable?

 
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  110
  • Reputation:   56
  • Joined:  05/29/18
  • Last Seen:  

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.

  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.02
  • Content Count:  291
  • Reputation:   26
  • Joined:  12/16/17
  • Last Seen:  

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 +

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  110
  • Reputation:   56
  • Joined:  05/29/18
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.02
  • Content Count:  291
  • Reputation:   26
  • Joined:  12/16/17
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  110
  • Reputation:   56
  • Joined:  05/29/18
  • Last Seen:  

yah

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.02
  • Content Count:  291
  • Reputation:   26
  • Joined:  12/16/17
  • Last Seen:  

1 minute ago, Katakuri said:

yah

Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...