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.
Favourite Equips - FavouriteEquips.js
Plugin desc : Favorite Equipment Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/FavouriteEquips.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/FavouriteEquips.js
File name : FavouriteEquips.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/FavouriteEquips.js @plugindesc Favorite Equipment Plugin @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 ----- FavouriteEquips.js Stores and restores favorite equipment patterns using plugin commands. Script Details $gameActors.actor(id).getFavouriteEquipName(index, slotId); Retrieves the equipment name for the slot in the favorite [index] of the actor specified by [id]. $gameActors.actor(id).getFavouriteEquipId(index, slotId); Retrieves the equipment ID for the slot in the favorite [index] of the actor specified by [id]. $gameActors.actor(id).getFavouriteEquipIcon(index, slotId); Retrieves the icon for the slot in the favorite [index] of the actor specified by [id]. 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. @command FAVOURITE @text Favorites operations @desc Favorites, restores, or clears the specified actor’s equipment. @arg actorId @text Actor ID @desc The actor ID to register. @type actor @default 1 @arg type @text Operation Type @desc Operation type. Register: Register current equipment. Restore: Restore registered equipment. Clear: Clear registered equipment. @type select @default set @option Registration @value set @option Restore @value get @option Clear @value clear @arg index @text Index @desc An index of your favorite equipment. @type number @default 1 @min 1