KustomShop VX + ACE - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: KustomShop VX + ACE (/thread-10826.html) |
KustomShop VX + ACE - kyonides - 11-03-2024 KustomShop VX + ACE
Version 1.2.1 by Kyonides
Introduction Change the way your shop looks and even make it a purchase only or a sell only store! Or change the percent your heroes will get for selling their items! Fine. Let them get a discount as well but don't spoil them too much! 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) 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! |