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 Disable Items To Sell 1.0

No permission to download
Name: Disable Items To Sell
Version: 1.0
Author: Mr. Trivel
Created: 2016-04-21

What does it do?
Disables specific items or groups of items from being sold in shops.

Video:

How to use?
Everything is managed using plugin commands:
To disallow specific items from being sold use the following commands group:
ItemLock Disable Item ID (ID)
ItemLock Disable Weapon ID (ID)
ItemLock Disable Armor ID (ID)
For plugin commands above, if you specify 2nd ID, it'll disable all items in
that range. 2nd ID is optional.
E.g.: ItemLock Disable Item 10 13 will disable items with IDs 10, 11, 12, 13.

To allow specifically disabled items to be sold again use this commands group:
ItemLock Enable Item ID (ID)
ItemLock Enable Weapon ID (ID)
ItemLock Enable Armor ID (ID)
For plugin commands above, if you specify 2nd ID, it'll enable all items in
that range. 2nd ID is optional.
E.g.: ItemLock Enable Armor 5 9 will disable armors with IDs 5, 6, 7, 8, 9.

To quickly clear all specifically disabled items, use the following group:
ItemLock Clear Items
ItemLock Clear Weapons
ItemLock Clear Armors
ItemLock Clear All

To disable/enable whole groups of items to be sold use the following groups:
ItemLock Disable All Items
ItemLock Disable All Weapons
ItemLock Disable All Armors

ItemLock Enable All Items
ItemLock Enable All Weapons
ItemLock Enable All Armors

Plugin: <Link: Github>
How to download 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
65
Views
190
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mr. Trivel

Top