Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Yanfly action sequence animation bug?

Derek Chow

Villager
Xy$
0.00
Hello forum people,

It feels that when a action sequence plays it seems to skip a part of the animation on the first cast. Then I try the same move again and it plays perfectly with no error. Is this a bug or am I doing something wrong? Or is it a buffering of animation issue?

Heres the notetags and the pictures , animation 127 is just a regular slash animation that is rotated to slash upward.

The problem is frame 1-3 seems to be skipped or fast-forwarded when i use the move for the first time

Code:
<setup action>
display action
immortal: targets, true
</setup action>

<target action>
move user: targets, front, 20
wait for movement
attack animation: user
animation 127: target
action effect
jump target: 200, 120
wait: 10
jump user: 200, 120
attack animation: user
action animation: target
action effect
action effect
wait for animation
wait: 60
</target action>

rpg1.png rpg2.png
 

Lore

Resident Dragon
I'm not a coder, but if you feel that there is a bug in Yanfly's plugin, it might be an idea to contact them and explain the situation to them. As the developer of the plugin, they'll probably be able to provide you with the best support for your issue.
 
Top