A downloadable RPG Maker Plugin

Download NowName your own price

If you like my work, consider supporting me on Patreon!

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 values.

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 set a max value from a variable value.

Update Log

Terms of use 5.0.0 and higher

Terms of use(Old)

StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorHakuen Studio
Made withRPG Maker
Tagseliaquim, hakuen-studio, rmmv, rmmz, RPG Maker, RPG Maker MV, RPG Maker MZ, rpg-maker-plugin
Average sessionA few seconds
LanguagesEnglish, Portuguese (Brazil)
LinksPatreon

Download

Download NowName your own price

Click download now to get access to the following files:

MZ - Max Items 5.0.0 1 kB
MV - Max Items 5.0.0 1 kB
MZ - Max Items 3.1.3 2 kB
MV - Max Items 1.1.0 1 kB

Development log

View all posts

Comments

Log in with itch.io to leave a comment.

TypeError

Cannot read property 'createParameters' of undefined

(-1)

Did you update the Eli Book?

All my plugins from version 5.0.0 only works with the other 5.0.0 or higher version of my plugins

this could be used for a weight system coulndnt it?

(+1)

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 :)