MZEli Class Promotions - The actor gains a stats bonus when he changes to a class for the first time!
BMM Archive · July 15, 2026
Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Eli Class Promotions - The actor gains a stats bonus when he changes to a class for the first time!
- Original author: Eliaquim
- Original date: August 4, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/eli-class-promotions-the-actor-gains-a-stats-bonus-when-he-changes-to-a-class-for-the-first-time.139230/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",
Archived First Post
Author: Hakuen Studio
Introduction
The default class change system of MZ/MV has too little customization.
If you want a different thing, you have to event yourself. This plugin aims to make a class promotion feature, that when an actor change class, can receive some stats bonus.
Features
• Apply stats bonus to actors when they change class for the first time.
How to use
It's almost plug-and-play.
You just have to config the bonus parameter on the Eli Class Curves plugin parameters.
Currently, it was made to when a battler change class, it will return to level 1 having the same stats from the previous class, but with a stats, bonus applied for each parameter.
Actors can keep changing classes whatever they want, but the bonus will be only applied once.
If you want enemies to have this feature, you have to put a note tag on the enemy note field(Must use Eli Enemy Class):
<CanPromote>
Script Call
You can use this to check if an actor can promote to a class:
$gameActors.actor(ID).canPromoteClass(classId)It will return true if the actor can promoted to this class, which means, he was never promoted to it before.
Can use the same for the enemy.
Terms of Use
Update Log
Eli Class Promotion for RPG Maker by Hakuen Studio
Promote your actors to a different class and earn bonus points on each parameter!
hakuenstudio.itch.io
Features Mentioned
- Apply stats bonus to actors when they change class for the first time.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use Update Log Eli Class Promotion for RPG Maker by Hakuen Studio Promote your actors to a different class and earn bonus points on each parameter!
Referenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...