Shop Menu Core (YEP)

From Yanfly.moe Wiki
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Extension Plugins

The following plugins are Extension Plugins that require this plugin as its Parent Plugin.

Place the following plugins below this plugin located in the Plugin Manager if you plan on using them.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

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

NotetagsMV.png

RPG Maker MV's editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. Notetags are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags declared by the related plugin.

Here is a list of Notetag(s) that you may use.

---

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.

Changelog

Version 1.05:
- Updated for RPG Maker MV version 1.5.0.

Version 1.04:
- Compatibility Update with YEP_X_ItemPictureImg.js

Version 1.03:
- Updated for RPG Maker MV version 1.1.0.

Version 1.02:
- Fixed a visual bug that listed actor stats in the wrong order.

Version 1.01a:
- Disabled LEFT/RIGHT movement from the status window while inputting an
item quantity to buy.
- Added a font reset on the number window upon refresh.
- Fixed a visual error with MP recovery displaying a 0 instead of ---.

Version 1.00:
- Finished Plugin!