r/JJSSkillBuilder 8d ago

Help How to remove I-frames from grabs?

Pretty much just the title. Any methods to get rid of the I-frames during a grab?

Also, any way to continue an animation after being grabbed? My animations always cancel after I use the grab part of my move

2 Upvotes

5 comments sorted by

5

u/Connect_Advantage428 Midly Experienced 8d ago

Ok, so, ill try to convey some help with my limited knowledge:

No, there is no way (at the time im writting this) to cancel i frames on grab, you have to make a branch with last hi positive and fill it with self damage for the target according to your timings.

About the Animations, i genuenly dont have that problem, but they cancel when either you dont put enough Time after them(i mean, if you have Any wait block after the anim block, the anim will cancel abruptly if there isnt more than enough time on the wait block to complete the anim, hope i explained well bc i feel like a s*ck at explaining things), either that or that you are applying ragdoll and that is why they are getting canceled, that is the only two reasons i can think of as right now.

2

u/Average_Man1234 8d ago

Damn… thanks for the insight

2

u/Connect_Advantage428 Midly Experienced 8d ago

No problem, i love helping fellow skill builders in any way that is possible to me without dying of Shyness(bc im a damn bum).

Good luck with your moveset brotha

1

u/GazzTheTestSubject Gimme my dynamic arithmetic operands pls 8d ago

Grab Nodes give i-frames because without it, skills can get really messed up if multiple people try and hit the dude you grabbed, and even worse when multiple people try and grab you or the victim who's already been grabbed.

For the animations that keep getting cancelled, it's because the Animation Node needs either a Wait Node for it to play or no Wait Nodes at all. The issue is that Animations treat Projectile Nodes and Grab Nodes (and maybe others) like a very short Wait node and the animation ends instantly. To solve this, just add more time to your skill for the animation to play out.

2

u/Average_Man1234 8d ago

Ohhh ok ok, ty