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
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.
<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:
<Not usable by Actor: 1>
<Only consumable by Class: 2, 3>
Downloads
(Please make sure to not accidentally rename the files)
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator 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.
Topic Summary
Loading summary...