Save-Point

Full Version: KustomShop VX + ACE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
KustomShop VX + ACE
Version 1.2.1

by Kyonides

Introduction

Change the way your shop looks and even make it a Cash purchase only or a sell only store!
Or change the percent your heroes Orson Slayne Ghim will get for selling their items!
Indifferent Fine. Let them get a discount as well but don't spoil them too much! Sarcasm + Confused

Side Notes

Sell Only Stores requires a single shop item to work properly, even if it will never be sold.
RMXP: The script will automatically look for a Title backdrop with the same name as the Battleback set for the current map.
Other Engines: You can predefine a backdrop or use a script call to change it at any given time.

Script Calls

Setup Your Shop! - 3 Options
Reminder:  BuyOrSell stands for :buy or :sell or nil for normal behavior.
In RMVX & RMVX ACE it is called SellOnly for the purchase only option is already available.
MemorizeLimits is a boolean, i.e. true or false.

Code:
setup_shop(BuyOrSell, MemorizeLimits)
setup_shop(BuyOrSell, MemorizeLimits, SellPercent)
setup_shop(BuyOrSell, MemorizeLimits, SellPercent, DiscountPercent)

Example:
Code:
setup_shop(nil, true, 70, 10)

Set Item Limits but not more than the total number of goods available.

Code:
items_max(ItemMax1, etc.)

Example for a Shop with just 3 goods:
Code:
items_max(20, 10, 30)

Screenshots

6 Snapshots


Terms & Conditions

Free for non commercial games.
Contact me if you are going commercial. It is inexpensive.
Due credit is mandatory.
Include a link to this post.
That's it! Tongue sticking out