RPG Maker MV

RPG Maker MV

Syfusion Oct 23, 2015 @ 1:29pm
Attack skills not showing weapon?
I have a skill that is a copy paste of regular attack but with a repeat, ie x2 attack. When I battle test it, normally regular attack shows the weapon being used but when i use the x2 attack it looks like it is casted. Any way to get the weapon to show up?
< >
Showing 1-12 of 12 comments
Syfusion Oct 24, 2015 @ 2:23pm 
bump
I would also appreciate an answer to this, I have the same problem
LordKazuhito Oct 30, 2015 @ 1:16pm 
What are you trying to do with this
I need to know to help answer your question
LordKazuhito Oct 30, 2015 @ 1:34pm 
Well.. to answer your question..
The program assigns regular attack as skill #1
This means that only skill number one will be using your weapon. Copying and pasting it will just make it a skill and thus make a skill animation. THOUGH, you can use plugins like the Yanfly engines to manually program how skills work.. including having your sprite use a sword instead of using the skill animation.
To be specific: I want my character to use the weapon for a special attack he learns at level 2. But I can only manage him to use his hand animations.
You're saying this requires a plugin?
LordKazuhito Oct 30, 2015 @ 3:10pm 
Yup,
As i said, yanfly gives you the ability to craft skills to be much better looking.
I figured that's what you wanted to do so i just assumed so. I started using yanfly the minute i installed RMMV I am still learning how to fully use the engines but Its progressing well, you can look at my project Omega post to see what yanfly does outside of yanfly's official youtube
Yeah, I found Yanfly's plugins, installed them and looked through them, but honestly still can't wrap my head around them.
LordKazuhito Oct 30, 2015 @ 8:34pm 
what i did was read the help files
I believe you need the 3 action plugins along with the battle core.
Each has different commands it adds to it.
put this in the note
<setup action>
Cast Animation
wait for animation
</setup action>
<whole action>
move user: target, front center, 60
attack animation: target
action animation: target
wait for animation
attack animation: target
action animation: target
wait for animation
</whole action>

this was a quick set up.. it might need tweaking but it points you down the right direction
Zybane Nov 1, 2015 @ 2:48pm 
if you have the following plugins:

YEP_BattleEngineCore
YEP_X_ActSeqPack1
YEP_X_ActSeqPack2

Then use:

<target action>
MOTION ATTACK: user
wait: 30
action effect
animation 91: target
wait: 5
action effect
animation 91: target
wait: 5
action effect
animation 91: target
wait: 5
<\target action>

(91 is Shoot Normal animation)

This allows my archer to fire her bow (using the default attack animation, cause she equipped a bow) doing the skill animation and hitting 3 times while using the skill. I use wait so it looks a bit more natural.

I've actually tested this cause I was interested as well. :steamhappy:

This might take some tweaks to make it look right but it should work.
Last edited by Zybane; Nov 1, 2015 @ 5:41pm
Shaman Dec 15, 2015 @ 9:19pm 
Thank you Zybane! :steamhappy:
Jokerimas Sep 23, 2016 @ 3:21pm 
Thanks Zybane i whas looking for this for some time thanks now my class uses its shotgun
so good. Damm
DranKof Dec 25, 2016 @ 12:44am 
An easier solution assuming you have everything set up right but it's still not working:

You might have some kind of equipment slot plugin that's installed but not configured right, so even though you set initial equipment to your character in the MV editor, in fact the actor(s) don't have the weapons that you're trying to view equipped. An example would be the HIME equipment slot plug that currently only works if you assign equipment in the actor sheets but not in the class sheets, for instance.

Make sure your characters are equipped with weapons in the menus before starting the test game combat.
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Oct 23, 2015 @ 1:29pm
Posts: 12