Jump to content
  • 0

R> Can someone show me or teach me where to edit Flying Side kick Stargladiator or Taekwon Skill


lelouchxv

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   8
  • Joined:  09/16/18
  • Last Seen:  

R> Can someone show me or teach me where to edit Flying Side kick Stargladiator or Taekwon Skill

because i want it not debuffing any positive buffs> or not go through GTB

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  206
  • Reputation:   10
  • Joined:  08/30/19
  • Last Seen:  

2 hours ago, lelouchxv said:

R> Can someone show me or teach me where to edit Flying Side kick Stargladiator or Taekwon Skill

because i want it not debuffing any positive buffs> or not go through GTB

	case TK_JUMPKICK:
		// debuff the following statuses
		if( dstsd && dstsd->class_ != MAPID_SOUL_LINKER && !tsc->getSCE(SC_PRESERVE) ) {
			status_change_end(bl, SC_SPIRIT);
			status_change_end(bl, SC_ADRENALINE2);
			status_change_end(bl, SC_KAITE);
			status_change_end(bl, SC_KAAHI);
			status_change_end(bl, SC_ONEHAND);
			status_change_end(bl, SC_ASPDPOTION2);
			// New soul links confirmed to not dispell with this skill
			// but thats likely a bug since soul links can't stack and
			// soul cutter skill works on them. So ill add this here for now. [Rytech]
			status_change_end(bl, SC_SOULGOLEM);
			status_change_end(bl, SC_SOULSHADOW);
			status_change_end(bl, SC_SOULFALCON);
			status_change_end(bl, SC_SOULFAIRY);
		}
		break;

skill.cpp
remove this

  • Love 1
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...