RPG Maker MV - TP Healing HP & MP (Igeia)

Channel:
Subscribers:
421
Published on ● Video Link: https://www.youtube.com/watch?v=mwpwVWHVSfg



RPG Maker MV
Game:
Duration: 6:35
1,170 views
16


RPG Maker MV - TP Healing HP & MP (Igeia)

Using Yanfly's Action Sequence, I'll show you how to setup a Skill that allows your player to use their TP as a Percentage to heal both HP&MP at the same time using Variables.

(setup action)
Motion chant: user
move user: forward, 200, 60
float user: 200%, 120
Motion chant: user
wait for movement
Animation 41: user, mirror
ANIMATION WAIT: 10
(/setup action)

(target action)
Action animation: target
wait for animation
IF (user.tp )100)
Change Variable 31 = 100
ELSE
Change Variable 31 = user.tp;
END
Change Variable 71 = user.mhp;
Change Variable 71 *= $gameVariables.value(31);
Change Variable 71 /= 100
HP +VARIABLE 71: target, show
Change Variable 71 = user.mmp;
Change Variable 71 *= $gameVariables.value(31);
Change Variable 71 /= 100
MP +VARIABLE 71: target, show
move user: return, 60
float user: 0%, 120
wait for float
TP -Variable 31: user
(/target action)

(finish action)
Death Break
Clear Battle Log
Perform Finish
(/finish action)

Make sure you Copy/Paste to Notepad. Ctrl H and replace the Brackets for ankle Brackets (Youtube doesn't allow them in description)

Action Sequence Plugins: http://yanfly.moe/yep/

--------------------------------------------------------------
Like / Subscribe / Comment / Share -
--------------------------------------------------------------







Tags:
RPG Maker MV
RMMV
Tips & Tricks
Tutorial
Action Sequence
Yanfly



Other Statistics

RPG Maker MV Statistics For Game Slobs

Game Slobs currently has 2,094 views spread across 3 videos for RPG Maker MV. Less than an hour worth of RPG Maker MV videos were uploaded to his channel, making up less than 0.68% of the total overall content on Game Slobs's YouTube channel.