YEP.143 – Item Discard – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

Support Team Yanfly on Patreon!

Discarding items in RPG Maker MV isn’t possible default. In order to get rid of items, players must either use them or sell them but cannot directly discard them. This plugin uses the extra menu commands provided by the Item Core plugin by Yanfly to add a Discard option, allowing players to select however many items they wish to discard and do so. The player can set the quantity values by highlighting the Discard option and pressing left/right to adjust the discard quantity.

This is a collaboration plugin by Sylvester and Yanfly to ensure compatibility with the Yanfly Engine Plugins library.


Introduction


Please wait while you are redirected...or Click Here if you do not want to wait.

This plugin requires YEP_ItemCore. Make sure this plugin is located under YEP_ItemCore in the plugin list.

Discarding items in RPG Maker MV isn’t possible default. In order to get rid of items, players must either use them or sell them but cannot directly discard them. This plugin uses the extra menu commands provided by the Item Core plugin by Yanfly to add a Discard option, allowing players to select however many items they wish to discard and do so. The player can set the quantity values by highlighting the Discard option and pressing left/right to adjust the discard quantity.

This is a collaboration plugin by Sylvester and Yanfly to ensure compatibility with the Yanfly Engine Plugins library.

*NOTE: This plugin does not support touch screen only games as keyboard or controller inputs are used to access the ability to adjust discard values.


Notetags


There are a couple of notetags you can use with the Item Discard plugin. They exist to allow you to offset the Default Discard option in the plugin’s parameter settings.

Item, Weapon, and Armor Notetags:

<Can Discard>
– This will set the item, weapon, or armor to be discardable regardless of the Default Discard plugin parameter.

<Cannot Discard>
– This will set the item, weapon, or armor unable to be discarded regardless of the Default Discard plugin parameter.


Happy RPG Making!