Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

RPG Maker Open Shops 1.0

No permission to download
Author: Mr. Trivel
Name: Open Shops
Created: 2016-03-18
Version: 1.0

What does it do?
This plugins allows player to open a shop for a single item instead of going into whole shop scene with multiple items. Also allows to see whether item was bought or not and set an image for it.

Video:

How to use?
Calling the shop is done via plugin commands:
OpenShops Normal [TYPE] [ID] [SHOW] - Opens shop with item to buy.
OpenShops Single [TYPE] [ID] [SWITCH_ID] [SHOW] - Opens the shop and saves if item was bought.
[TYPE] - Item Type - a, w, i: armor, weapon, item
[ID] - ID of item in database
[SWITCH_ID] - ID of switch which will be TRUE if item was sold and FALSE if it wasn't.
[SHOW] - Show number of item party has? True/False. Can be omitted.

Examples:
OpenShops Normal w 5
OpenShops Single i 133 19
OpenShops Normal a 9 true
OpenShops Single w 16 28 false

As to how to set images for items, use following tag in any item's note field:
<OpenShopImage:imageName>
Images go into img\system
NOTE: There's no space after :

Plugin:
How to download the Plugin: Click the link above, there will be a button named Raw, press Right Click -> Save As.

Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
Author
Mr. Trivel
Downloads
42
Views
672
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mr. Trivel

Top