YesNoOk
avatar

Help! NotHitBy Is Not Working on State 5050 on Warusaki CVS Characters (Read 3066 times)

Started by yudhiyou, October 13, 2017, 03:48:32 am
Share this topic:
Help! NotHitBy Is Not Working on State 5050 on Warusaki CVS Characters
#1  October 13, 2017, 03:48:32 am
  • ***
    • Indonesia
To prevent the infinite juggle on Warusaki CVS characters, I tried to put these lines on state 5050 on common1.cns file:

[state -2]
type = NotHitBy
trigger1 = canrecover && Vel Y > 0
value = SCA

But it is not working at all. It is also not working on Jesuszilla and H' CVS characters.
But the weird thing is, it is working on Gal123/Rei CVS characters.

What is wrong with it? Can it be fixed?

     Posted: October 13, 2017, 04:07:45 am
OK, fixed... :)

It need to put these lines on 5040 state too:

[State 5040, 4]
type = NotHitBy
trigger1 = HitOver
value = SCA

Infinite juggle on cvs characters have been fixed.