Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Exp For Outside Party - ExpForOutsideParty.js
Plugin desc : Experience value acquisition plugin for non-party members
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/ExpForOutsideParty.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/ExpForOutsideParty.js
File name : ExpForOutsideParty.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ExpForOutsideParty.js @plugindesc Experience value acquisition plugin for non-party members @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- ExpForOutsideParty.js Allows non-party actors to receive a certain amount of experience points earned in battle. An actor outside the party is defined as: - Substitute members who did not participate in the battle - Members who have joined the party at least once but are no longer in the party Note that this plugin cannot be used with save data prior to application. You can also specify the experience point percentage (%) in the memo field. If this is specified, the plugin parameter value will be ignored. Please enter the following in the memo field for the actor, job, weapon, armor, and state. If multiple values are defined, the larger value will take precedence. <OutsidePartyExpRate:50> # Sets the experience point gain rate to 50% <Outside Party EXP Rate:50> # Same as above This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder. dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param expPercent @text Experience point acquisition rate @desc The percentage of experience points that reserve members can receive. @type number @default 100 @param expPercentForOutParty @text Experience gain rate outside the party @desc The percentage of experience points that non-party members can receive. @type number @default 100 @param showLevelUpMessage @text Level up message display @desc Choose whether to display a message when a non-party member levels up. @type boolean @default true