Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: KustomShop ACE
- Original author: kyonides
- Original date: January 20, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/kustomshop-ace.164979/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
KustomShop ACE by Kyonides Introduction Change the way your shop looks and even make it a sell only store!
Archived First Post
KustomShop ACE
by Kyonides
by Kyonides
Introduction
Change the way your shop looks and even make it 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
The script allows you to set a custom shop background image.
Sell Only Stores requires a single shop item to work properly, even if it will never be sold.
Script Calls
Setup Your Shop! - 3 Options
Reminder: SellOnly stands for :sell or nil for normal behavior.
MemorizeLimits is a boolean, i.e. true or false.
Ruby:
setup_shop(SellOnly, MemorizeLimits)
setup_shop(SellOnly, MemorizeLimits, SellPercent)
setup_shop(SellOnly, MemorizeLimits, SellPercent, DiscountPercent)
Example:
Ruby:
setup_shop(nil, true, 70, 10)
Set Item Limits but not more than the total number of goods available.
Ruby:
items_max(ItemMax1, etc.)
Example for a Shop with just 3 goods:
Ruby:
items_max(20, 10, 30)
RMVX has a single sets of tilesets for the whole game, meaning that there is no way to customize the shop's background based on the current map. This is why I have included a new script call.
Ruby:
$game_shop.battleback = "Filename"
There is a default battleback as defined in the BATTLEBACK constant.
Screenshots
DOWNLOAD DEMO
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!
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...