- Joined
- Jul 17, 2018
- Messages
- 41
- Reaction score
- 15
- First Language
- portuguese
- Primarily Uses
- RMMV
I tried to make a spell that damage three times each enemy, like the animation on the video, but i dont know why it isnt damaging:
The scripts i am using and the skill tap are below:


and the note tag codes i using in that spell:
<Multiple Elements: 2, 3, 4>
<setup action>
display action
wait: 40
hide battle hud
opacity not focus: 0%
camera focus: user, front center, 45
zoom: 1.2, 45
wait: 40
motion chant: user
motion wait: user
wait: 20
motion spell: user
animation 51: user
wait 20
camera focus: target, front center, 45
</setup action>
<Target Action>
animation 67: target
wait: 30
animation 71: target
wait: 30
animation 152: target
wait: 30
reset zoom: 20
reset camera: 20
opacity not focus: 100%
wait for animation
</Target Action>
<follow action>
show battle hud
</follow action>
The scripts i am using and the skill tap are below:


and the note tag codes i using in that spell:
<Multiple Elements: 2, 3, 4>
<setup action>
display action
wait: 40
hide battle hud
opacity not focus: 0%
camera focus: user, front center, 45
zoom: 1.2, 45
wait: 40
motion chant: user
motion wait: user
wait: 20
motion spell: user
animation 51: user
wait 20
camera focus: target, front center, 45
</setup action>
<Target Action>
animation 67: target
wait: 30
animation 71: target
wait: 30
animation 152: target
wait: 30
reset zoom: 20
reset camera: 20
opacity not focus: 100%
wait for animation
</Target Action>
<follow action>
show battle hud
</follow action>

