
Eli Max Items for RPG Maker
A downloadable RPG Maker MZ Plugin
Download NowName your own price
If you like my work, consider supporting me on Patreon!
Terms of use / Termos de uso
Introduction
This simple plugin adds a way to limit the amount of each item the player can have.
Features
Limit the maximum amount of each item/weapon/armor the player can have through the item note tag using numbers or variable value.
How to use
To assign a maximum quantity for each item, put in the notes field:
<MaxAmount: yy> * It is case sensitive
Replace 'yy' with the amount you want.
You can also use \v[id] to se a max value from a variable value.
Updated | 28 days ago |
Status | Released |
Category | Assets |
Author | Hakuen Studio |
Made with | RPG Maker |
Tags | eli, eliaquim, hakuenstudio, items, plugin, RPG Maker, rpg-maker-mv, rpg-maker-mz |
Average session | A few seconds |
Languages | English, Portuguese (Brazil) |
Links | Patreon |
Download
Download NowName your own price
Click download now to get access to the following files:
EliMZ_MaxItems.js for MZ 5 kB
Eli_MaxItems.js for MV 6 kB
Development log
- Version 2.0.028 days ago
- 1.1.095 days ago
- Released!Sep 14, 2020
Comments
Log in with itch.io to leave a comment.
this could be used for a weight system coulndnt it?
Yes it could! Although is not that straithforward. The thing is that you can use a game variable to set a limit for the item. So you can raise this variable value the way you want. But I'm already working on a weight system too :)