YEP.53 – Shop Menu Core

Happy New Year everybody!

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

The shop menu in RPG Maker MV is the same as it was in RPG Maker VX and RPG Maker VX Ace. It’s relatively basic and provides adequate information, but not really enough to let the player know what they’re actually buying or even selling. This plugin enables shops to show more than just the basic information displayed in RPG Maker MV and even allows for custom commands to be inserted into the command window.


Introduction


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

The shop menu in RPG Maker MV is the same as it was in RPG Maker VX and RPG Maker VX Ace. It’s relatively basic and provides adequate information, but not really enough to let the player know what they’re actually buying or even selling. This plugin enables shops to show more than just the basic information displayed in RPG Maker MV and even allows for custom commands to be inserted into the command window.

This plugin also gives the player the option to tab between a parameter comparison mode with the whole party displaying individual stats at a time or individual actors displaying all stats at a time. The player can switch between the two modes by pressing the ‘tab’ button on the keyboard or with touch input on the name of the actor or parameter.


Instructions


You can add and remove commands from the Command Window by changing the ‘Command Order’ parameter. Here is a list of commands you may use:

Buy
– This is the buy item command.

Sell
– This is the sell item command.

Equip
– This is the equip command to directly access an actor’s equipment.

Custom
– If you have any custom shop menu items, they will be displayed here.

Cancel
– This exits the shop.


Notetags


You can use the following notetag to alter various shop aspects

Item, Weapon, and Armor Notetag:

<Price: x>
This notetag allows you to exceed the default editor limit for item prices of 999,999 gold.

<Sell Price: x>
This sets the selling price of the item to x.

<Cannot Sell>
This makes it so that the item cannot be sold.

<Can Sell>
This makes it so that the item can be sold even if it is at 0 gold.


 

Happy RPG Making!