2 months ago

RPG Maker MV Plugin - Full Recover on Level Up.


Code:

		
			/*:
 * @target MZ
 * @plugindesc Fully restores HP and MP when a character levels up.
 * @help
 * This plugin automatically restores a character's HP and MP to full
 * when they level up. No configuration required.
 * 
 * Free for commercial and non-commercial use.
 */

(() => {
    const _Game_Actor_levelUp = Game_Actor.prototype.levelUp;
    
    Game_Actor.prototype.levelUp = function() {
        _Game_Actor_levelUp.call(this);
        this.recoverAll();  // Restore HP and MP
    };
})();
		
	

This was made by ChatGPT because I needed one for The Flipside and couldn't find one that wasn't paid or didn't need me to reach out to the plugin creator.

I don't know the stigma around using AI-made plugins for a game, I personally have a heavy dislike for people using AI made art and music (though I have done it myself once.)

Enjoy!



6 comments

Loading...

Next up

Shadow City - Close Quarters Stroll

LittleGame ending in a nutshell.

SPOILERS! Well, kind of.

I love this game.

Calling out ALL MEMBERS of the RPG MAKER HUB COMMUNITY!

[Read article for full news]

NEW PROFILE PICTURE!

Courtesy of @Mr-Bad !

✦ Chara’s Fate — an atmospheric Undertale fan project ✦

300 followers is rapidly coming up.

What the heck should I do?

Leave your ideas in the comments or something. :P

I was pretty bored, so I made @Mr-Bad , @LUKELCS and @Theguestcreator in The Flipside's artstyle!

After almost a YEAR of work, Your Average RPG Maker Game is finally out on gamejolt! :D

Expect an itch.io build in the upcoming hours as well.

I am so glad to be done with this game, and i hope that anyone playing it enjoys it! :D

- Buu

The entire LinkIncGames community for some reason.