Jump to content

Ninja M/F Bow Speed


Recommended Posts

  • Management
Link to comment
Share on other sites

  • 4 months later...
  • 3 months later...

GameLib/ActorInstanceBattle.cpp

 

Search 

void CActorInstance::__RunNextCombo()

 

Add inside the function at the very start:

	if (GetRace() == 1 && m_fAtkSpd >= 1.7f)
		m_fAtkSpd -= 0.1f; //increase 0.1 with as much as you want, until you're satisfied with the speed.

 

 

 

Link to comment
Share on other sites

  • Premium
14 minutes ago, dumita123 said:

GameLib/ActorInstanceBattle.cpp

 

Search 

void CActorInstance::__RunNextCombo()

 

Add inside the function at the very start:

	if (GetRace() == 1 && m_fAtkSpd >= 1.7f)
		m_fAtkSpd -= 0.1f; //increase 0.1 with as much as you want, until you're satisfied with the speed.

 

 

 

There's no need to fix it on the sources:

  • Just go to ymir work/pc/assassin/bow
  • Open attack.msa
  • Copy Group ComboInputData and Group AttackingData
  • Paste in the same msa, same directory in pc2.
  • Enjoy
     
  • Love 1
Link to comment
Share on other sites

4 minutes ago, xXIntelXx said:

There's no need to fix it on the sources:

  • Just go to ymir work/pc/assassin/bow
  • Open attack.msa
  • Copy Group ComboInputData and Group AttackingData
  • Paste in the same msa, same directory in pc2.
  • Enjoy
     

That's also a viable option. I've never been able to understand the stuff going on inside the msa so I didn't know this was possible too. Thanks for the heads up 😄

Link to comment
Share on other sites

  • Premium
8 minutes ago, dumita123 said:

That's also a viable option. I've never been able to understand the stuff going on inside the msa so I didn't know this was possible too. Thanks for the heads up 😄

Yeah, having someone who's worked on skills/effects/etc for years comes in handy, we've had this fix since ~2014 😅

  • Good 1
Link to comment
Share on other sites

  • 11 months later...
  • Bronze
On 8/24/2022 at 2:56 PM, Intel said:

There's no need to fix it on the sources:

  • Just go to ymir work/pc/assassin/bow
  • Open attack.msa
  • Copy Group ComboInputData and Group AttackingData
  • Paste in the same msa, same directory in pc2.
  • Enjoy
     

does not work..

spacer.png

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.