RPG Maker XP
ACE Skill Shop
Introduction
Ever wanted to buy more than just items and equipment. Well this script does just that, buy selling skills instead.
Features
● Sells Skills to teach Actors
● Make it so any actor can learn any skill
● Make skills class specific
● Easy to configure then most skill shops I’ve seen
● Now skills can be level specific
● Sort skills in 6 different ways
Screenshots
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Frequently Asked Questions
Instructions
● In order to call this script, you use this line:
$scene = SkillShop.new([skill id's go here])
Example:
$scene = SkillShop.new([1, 2]) will make a shop with the skills
Heal and Great Heal
● In order to sell all skills without having to list every skill ID, call this script:
skills = [] (1...$data_skills.size).each {|i| skills << i} $scene = Scene_SkillShop.new(skills)
Compatibility
Version History
02.17.2013 (v1.00) – Finished Script
Credits & Thanks
Bigace360, for the script.
Terms & Conditions
Comments (2)
Leave a Reply
You must be logged in to post a comment.
Guest
How to download the script?
Bob423
His website https://bigaceworld.wordpress.com/rgss/custom-menu-scripts/ace-skill-shop/