New account registration is temporarily disabled.

VIPAR'S PROFILE

Search

Filter

[SCRIPTING] [RMMV] Double Attack with Yanfly's Engine?

Okay I've figured it out:

 <whole action>
move user: target, front head, 5
wait for movement
motion thrust: user
action animation
move user: target, back, 5
wait for movement
motion thrust: user
action animation
move user: target, front, 5
wait for movement
action effect
action effect
</whole action>]

But now I have this weird thing where it does the two attacks, and then one more attack after it's done. It always does one extra attack for seemingly no reason.

[SCRIPTING] [RMMV] Double Attack with Yanfly's Engine?

I'm trying to achieve a simple Double Attack using Yanfly's Engine Plugins. The player jumps to the front of the target, attacks to the lower left, then attacks up towards the middle front and goes back to home.

But using this set of note tags:

<whole action>
move user: target, front head
attack animation: user
move user: target, back
attack animation: user
move user: target, front
</whole action>

The actor jumps to the front and attacks twice before going back. What am I doing wrong here?

[RMMV] How to do a car chase with dodging

I think you could achieve this fairly easy by simply using parallaxing of the "track" the player needs to "drive" on.

Then play a driving animation on loop so it looks like you are moving. You should be able to make it from there.
Pages: 1