public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MZExp Potions & Item Restrictions

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: Exp Potions & Item Restrictions
  • Original author: Aerosys
  • Original date: February 17, 2024
  • Source thread: https://forums.rpgmakerweb.com/threads/exp-potions-item-restrictions.165864/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)

Summary

Hey all, In this Thread, I publish 2 plugins that are independent of each other but have some great synergies. They are both pretty small, but they should come in handy in many situations. EXP Potions So I once realized that RPG Maker doesn't provide Items that grant a fixed amount of EXP when consuming. Such items can become handy when you have many benchmarkers. Of course, there's that one switch "Everyone gets EXP", but this method is pretty simple and doesn't go very deep.

Archived First Post

Hey all,

In this Thread, I publish 2 plugins that are independent of each other but have some great synergies. They are both pretty small, but they should come in handy in many situations.


EXP Potions

So I once realized that RPG Maker doesn't provide Items that grant a fixed amount of EXP when consuming. Such items can become handy when you have many benchmarkers. Of course, there's that one switch "Everyone gets EXP", but this method is pretty simple and doesn't go very deep.

Using this Plugin, you can simply add the Notetag <Gain EXP: x> to any Item to provide x EXP to its consumer.

This is it.


Item Restrictions

Maybe you are using my popular Pet Summon System and want your Exp Potions exclusive to your companions (or only to your human Actors?), or you have explosive bombs in your inventory, but only your technician should be able to use them? This is why I made a tiny plugin that controls who can use and consume specific items.

It comes with a bunch of Notetags that can be applied on Actors, Classes, and Items.

(Not all Notetags are listed - please refer to the Plugin's description)

Code:
<Cannot use Items>
<Cannot use Items: 1, 2, 3>
<Not usable by Actor: 1, 2, 3>
<Not usable by Class: 1, 2, 3>
<Only usable by Actor: 1, 2, 3>
<Only usable by Class: 1, 2, 3>
<Cannot consume Items>
<Not consumable by Actor: 1, 2, 3>
<Not consumable by Class: 1, 2, 3>
<Only consumable by Actor: 1, 2, 3>
<Only consumable by Class: 1, 2, 3>

Example:
Code:
<Not usable by Actor: 1>
<Only consumable by Class: 2, 3>


Downloads

(Please make sure to not accidentally rename the files)

https://downloads.aerosys.blog/plugins/MK_ExpPotions.js
https://downloads.aerosys.blog/plugins/MK_ItemRestrictions.js

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download
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.

#039#rmmz#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar