- Joined
- Jan 1, 2018
- Messages
- 39
- Reaction score
- 33
- First Language
- English
- Primarily Uses
- RMMV
Hi, I am using Yep_x_ActSeqPack 1, 2 and 3. When I battle test and attack no damage occurs. I follow this tutorial by Echo607;
This is the code that I wrote inside the attacks skills parameter.
<setup action>
display action
if user.attackMotion()!=='missle'
camera focus: target
zoom 150%,20
camera offset: right,50
else
camera focus: user
zoom 250%,20
wait:20
focus target:
zoom: 150%,20
camera offset: right,50
end
Immortal:targets,true
</setup action>
<target action>
if user.attackMotion()!=='missle'
move user: targets, front, 20
else
perform start
end
wait for movement
motion attack: user
wait: 10
attack animation: target
wait for animation
action effect
wait for animation
wait: 5
</target action>
Any help with please??
Thanks,
Apex
This is the code that I wrote inside the attacks skills parameter.
<setup action>
display action
if user.attackMotion()!=='missle'
camera focus: target
zoom 150%,20
camera offset: right,50
else
camera focus: user
zoom 250%,20
wait:20
focus target:
zoom: 150%,20
camera offset: right,50
end
Immortal:targets,true
</setup action>
<target action>
if user.attackMotion()!=='missle'
move user: targets, front, 20
else
perform start
end
wait for movement
motion attack: user
wait: 10
attack animation: target
wait for animation
action effect
wait for animation
wait: 5
</target action>
Any help with please??
Thanks,
Apex


