lelouchxv Posted February 7, 2023 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 120 Reputation: 8 Joined: 09/16/18 Last Seen: May 5, 2023 Share Posted February 7, 2023 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 Quote Link to comment Share on other sites More sharing options...
0 Takuyakii Posted February 7, 2023 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: April 23 Share Posted February 7, 2023 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 1 Quote Link to comment Share on other sites More sharing options...
Question
lelouchxv
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.