RPG Maker MZ tutorial 3/4 - %hp change based off health , setup delayed turn attacks & more!

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



RPG Maker MZ
Game:
Category:
Tutorial
Duration: 12:40
192 views
5


VIDEO 1 - battle hud and menus
VIDEO 2 - eventing
VIDEO 3 - combat mechanics
VIDEO 4 (THE BIG ONE) - how to animate enemies in MZ
==========================================================
VIDEO 3 will cover---

-be careful of the troops window , as often times battle event commands in higher placed troops effect the ones below them for no reason......

-also the abort battle command is very janky , so repeat it , including calling a common event with wait commands in-between

-can change the music that plays for a specific troop battle

-delayed turn attacks
(add state that seals all over skill , also careful when having multiple skills of the same name getting confused)

-% based hp/mp restore/deplete based on current hp/mp
(had help to edit this script)
https://forums.rpgmakerweb.com/index.php?threads/solved-restoring-some-of-hp-mp.111757/

~HP~

var ACTORID = 1; // Character target as listed in the database
var rhp = 50; // Number of the % you want to heal.
var recoverhp = Math.round($gameActors.actor(1).hp * rhp / 100); //I would argue I never saw percentage did like this, but what works works
$gameActors.actor(1).gainHp(-recoverhp);

~MP~

var ACTORID = 1; // Character target as listed in the database
var rmp = 50; // Number of the % you want to heal.
var recovermp = Math.round($gameActors.actor(1).mp * rmp / 100); //I would argue I never saw percentage did like this, but what works works
$gameActors.actor(1).gainMp(-recovermp);

-enemy offset placement correction for oversized images
https://drive.google.com/file/d/0Bzg5Egy_d-RoQkx0Y2FVd1JXX00/view?resourcekey=0-bVfnLe08eiSqfBe0FWZ7wQ

-in the battle core plugin , set enemy attack animation to an empty slot , cause the game will freeze if set to an animation that's broken , very scary when that happened to me T^T




Other Videos By iamLI3


2025-03-29Garage: HOW???? HOW DO YOU SURVIVE????? HOW DO YOU DO THIS????? I HAVE TO WIN 100%! I ALREADY WON AT
2024-05-20another big epic game vs tatar!
2024-04-28RPG Maker MZ tutorial 4/4 - how to animate enemy attacks for front view battle!!!
2024-04-27RPG Maker MZ tutorial 3/4 - %hp change based off health , setup delayed turn attacks & more!
2024-04-26RPG Maker MZ tutorial 2/4 - how to overlap events , pathfinding , interruptions & more!
2024-04-21RPG Maker MZ tutorial 1/4 - battle hud , text , remove black background , title screen skip & more
2024-02-27Grandia 3 - fighting the melc crystal guardian boss (aka the wall of death) at lv28,27,28,28
2024-02-14Taimumari - Himari dancing at Dr. Willy-kun's rave
2024-02-05standing here i realize 7Kingdoms2
2024-01-20Utena's cute sounds/pitiful whimpers ep2+3 compilation - gushing over magical girls
2024-01-17Utena's cute sounds/pitiful whimpers ep1 compilation - Gushing Over Magical Girls
2023-12-31Donkey Kong December #31 - My early review of DKC
2023-12-30DKD #30 - DKC2 rom hack - DKC2 Unveiled
2023-12-29DKD #29 - DKC3 rom hack - DKC3 tag team
2023-12-28DKD #28 - DKC2 rom hack - Ma Ryu SDK2 , Super DKC2 Japanese
2023-12-27DKD #27 - DKC rom hack - Ma Ryu SDK , Super DKC Japanese
2023-12-26DKD #26 - DKC2 rom hack - The Lost Levels
2023-12-25DKD #25 - DKC3 rom hack - Ma Ryu SDK3 , Super DKC3 Hell Japanese
2023-12-24DKD #24 - A Donkey Kong December Christmas Present
2023-12-23DKD #23 - nature walk - In A Snowbound Land
2023-12-22DKD #22 - nature walk - Bayou Boogie



Other Statistics

RPG Maker MZ Statistics For iamLI3

There are 3,096 views in 4 videos for RPG Maker MZ. RPG Maker MZ has approximately 1 hour of watchable video on his channel, making up less than 0.37% of the total overall content on iamLI3's YouTube channel.