じ☆ve冰风 发表于 2026-7-24 12:49:02

Exp Potions & Item Restrictions

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.

Spoiler: Notetags(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



本贴来自国际rpgmaker官方论坛作者:Aerosys处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/exp-potions-item-restrictions.165864/
页: [1]
查看完整版本: Exp Potions &amp; Item Restrictions