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: SkrollShop ACE
- Original author: kyonides
- Original date: June 30, 2023
- Source thread: https://forums.rpgmakerweb.com/threads/skrollshop-ace.158829/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
SkrollShop ACE Version 1.4.1 by Kyonides Introduction
Archived First Post
SkrollShop ACE
Version 1.4.1
by Kyonides
Version 1.4.1
by Kyonides
Introduction
Did you ever want to turn a Skill into a reusable Scroll?
Now you can do it!
You just need to create a Dummy Item and assign its ID to the PLACEHOLDER_ITEM Constant and the script will do the heavy lifting for you!
There are a few other Constants that you can customize as well.
And yes, the script will place the Currency Symbol $ first or at the very end of the line.
It will also use your map's battlebacks if available!
Script Calls
Ruby:
# - Add Skill ID's to be turned into Scrolls
# SkrollShop.add(1..10, 17..45)
# SkrollShop.add(1,2,3,6,7,8)
# - Add Possible Gift Skill ID's
# SkrollShop.gifts(1,2,7)
# SkrollShop.gifts(15..30, 45...51)
# - Open Menu - Warning! Never Pass the % Symbol as an Argument!
# SceneManager.call(SkrollShop::Scene)
# SceneManager.shop(ExtraCharge%)
# SceneManager.shop(ExtraCharge%, MinimumScrolls, Luck%)
DOWNLOAD SCRIPT & DEMO
Terms & Conditions
Free for use in non commercial games.
Contact me if you are going commercial. It is inexpensive.
Due credit is mandatory.
Hide the blue squirrel's and the raven haired elf's coffee where they can never find it.
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 use in non commercial games. Contact me if you are going commercial. It is inexpensive. Due credit is mandatory. Hide the blue squirrel's and the raven haired elf's coffee where they can never find it.
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...