Equip Items - Rpg Maker MZ plugin
A downloadable tool
This plugin for Rpg Maker MZ allows you to give item slots to actors.
Items must be equipped in order to use them in battle.
Features
- New scene for equipping items.
- Visuals in menu to see occupied and max slots per actor.
- Choose between separate each actor inventory or combine them together (in battle).
- Equipment can add or substract extra slots.
- Item equip limit per actor.
- Item stacks to be more flexible with the slots (items that occupies one slot per stack, so you can have more of that item).
- Item exceptions that will be shown for everyone.
- Several parameters for have some customization.
- Automaticaly (if wanted) hides key items from scene.
- Automaticaly (if wanted) shows if the item has limit or stack size at help window.
- Command in menu or equip scene to enter the scene.
- Several tags to customize these features.
- Some plugin commands and script calls to equip/unequip items.
- Autorefill option -> Save a list of items per actor that will try to equip/refill automatically post every battle.
- Add a custom background for the scene.
- Disable the background blur.
- Customization of thw visibility of frames and backgrounds of the windows.
Pressing shift will save the actual equipped item list to the autorefill list.
At the end of every battle it will try to automatically refill equipped items slots with that list. If the party inventory doesn't have enough items to fullfill the task, the item will be gray (for info purposes).
Notetags
Item notetags
<Always show> Makes that item to be always shown in battle and to be hidden in the scene.
<Always show: x> Like before but for only the actors you want
<Equipped limit: x> Gives that item a maximum quantity to be allowed to equip
<Stack size: x> This makes that item to be able to ocuppy just one slot per stack (better explanation in guide link)
<Hide item: b> Hides the item from item equip scene
Actor and class notetags
<Base item slots: x> Makes that actor or class to have an overriden value for slots, if both are used the actor one will override class
<Item slots: +-x> Add or substract slots
Weapon and armor notetags
<Item slots: +-x> Add or substract slots
Plugin commands
- SetActorBaseSlots actorId amount
- ChangeActorBaseSlots actorId amount
- ForceEquipBattleItem actorId itemId amount
- UnequipAllBattleItems actorId
- UnequipBattleItem actorId itemId amount
- ShowEquipBattleItemsMenuCommand bool
- OpenEquipItemsScene
Script calls
- $gameActors.actor(id).equipBattleItem(item)
- $gameActors.actor(id).unequipBattleItem(item)
- $gameActors.actor(id).getEquippedBattleItems()
Compatibility
Tested and made for Rpg Maker MZ 1.9.1; this plugin may not work in older versions
Terms of Use
- These plugins may be used in free or commercial games.
- ‘Lheku Qhukyaru’ must be given credit in your games.
- You must link this website https://lhekussanctuary.wordpress.com/.
- Do NOT change the filename, parameters, and information of the plugin.
- You are NOT allowed to redistribute these plugins.
- You may NOT take code for your own released plugins without credit.
- You are allowed to edit the code as long as it’s for your own project.
- You CANNOT use any of these resources for NFT or any related or similar type of games.
You can also check them at:
https://lhekussanctuary.wordpress.com/tos
Changelog
V1.24 (27/05/2025) -> If the background is disabled, now the opacity will be 0. Fixed autorefill window issues. V1.23 (24/05/2025) -> If there's only one party member, the command will open the scene directly V1.22 (24/05/2025) -> Added configuration for the windows and custom background V1.21 (02/12/2024) -> Autorefill fix V1.2 (19/08/2023) -> Release
MV version
Purchase
In order to download this tool you must purchase it at or above the minimum price of 10.00€ EUR. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
Hi! I have two questions before buying :]
1) Is it possible to call the "Equip Items" scene through an event? In my project I disabled the default RPG Maker menu.
2) Could it be possible to remove the blur behind the scene window, so that I can create a custom background for it?
Thank you!
Hi!
I think I have to update it to add those things, I will and keep you updated.
Lheku~
Thank you very much! I'll be waiting for your response ^-^
I uploaded an updated version that adds a plugin command for opening the scene (first selecting an actor), some customization fort he blur and windows and the option to add a custom image in the background.
Thank you so much! I really can't express my gratitude enough. I bought the plugin and it's awesome! I will be checking out your next plugins! Also, do you accept commissions at the moment? :0
The autorefill window seems to have problems displaying the first two items as they are covered by default. Maybe it's my project's fault? I think I can fix trough the plugin parameters. You can see it here.
I also have another question, is there a way I could disable the darkening effect in the background so I could make it perfectly clear just like my Status screen as an example? You can check out the pictures below.
Thanks again! ^-^
Hi! I'm glad you like it.
I will look into those things and update the plugin when I'm done.
About commissions it depends on the complexity of what you want. I'm a little busy right now but I can think about it.
Hello, is your plugin compatible with the suite of visustela MZ?
Hi! Sadly, I do not own those plugins for now so I cannot test them.