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 Unlock Shop Items 1.1

No permission to download
Author: Mr. Trivel
Name: Unlock Shop Items
Created: 2016-03-16
Version: 1.1

What does it do?
Unlock new items in shop by selling or plugin commands.

Screenshots:


How to use?
Setting up Recipes:
Items tagged with any of these tags will be available in the shop.
<InShopByDefault: [SHOP_ID]> - Will always appear in shop.
<InShopByCommand: [SHOP_ID]> - Will appear once unlocked with plugin command.

And the last is little longer, it takes multiple lines:
<InShopByRecipe: [SHOP_ID]>
[TYPE] [ID] [QUANTITY]
</InShopByRecipe>

[SHOP_ID] - ID of the shop
[TYPE] - Item type, i, a, w - i:item, a:armor, w:weapon
[ID] - ID of the item in database
[QUANTITY] - How many have to be sold in total
There can be any number of lines with item requirements.
Examples:
<InShopByRecipe: 1>
i 5 100
i 2 50
</InShopByRecipe>
<InShopByRecipe: 2>
a 12 1
w 2 1
i 15 10
</InShopByRecipe>

Plugin Commands:
DynamicShop Enter [SHOP_ID] - Enters the shop of this plugin so there's normal shop still available.
DynamicShop Unlock [SHOP_ID] [TYPE] [ID] - Unlocks item to be permanently available in the shop.
[SHOP_ID] - ID of the shop
[TYPE] - i, a, w - i: item, a: armor, w: weapon
[ID] - ID of the item in database

Examples:
DynamicShop Unlock 1 w 55
DynamicShop Unlock 2 a 15

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 non-commercial projects.
For commercial use contact Mr. Trivel.
  • Like
Reactions: KjellGranlund
Author
Mr. Trivel
Downloads
95
Views
225
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mr. Trivel

Latest updates

  1. Multiple shops

    Version 1.1 - Multiple unlock shops added.
Top