Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: bigace on February 18, 2013, 01:51:00 am

Title: [XP] ACE Skill Shop
Post by: bigace on February 18, 2013, 01:51:00 am
ACE Skill Shop
Authors: Bigace360
Version: 1.00
Type: ACE Custom Shop System
Key Term: Custom Shop System



Introduction
Ever wanted buy more than just items and equipment. Well this script does just that, buy selling skills instead.


Features




Screenshots
Spoiler: ShowHide
(http://bigaceworld.files.wordpress.com/2013/02/screenshot01.png)
(http://bigaceworld.files.wordpress.com/2013/02/screenshot022.png)
(http://bigaceworld.files.wordpress.com/2013/02/screenshot03.png?w=627&h=493)
(http://bigaceworld.files.wordpress.com/2013/02/screenshot04.png?w=627&h=493)
(http://bigaceworld.files.wordpress.com/2013/02/screenshot05.png?w=627&h=493)



Script
(http://i781.photobucket.com/albums/yy94/Bigace360/DownloadBar.png) (http://bigaceworld.wordpress.com/rgss/custom-menu-scripts/ace-skill-shop/)



Instructions

$scene = Scene_SkillShop.new([skill id's go here])

QuoteExample:

$scene = SkillShop.new([1, 2]) will make a shop with the skills
Heal and Great Heal


skills = []
(1...$data_skills.size).each {|i| skills << i}
$scene = Scene_SkillShop.new(skills)



Compatibility
Requires the script 'Scene_Base (http://bigaceworld.wordpress.com/rgss/utility-scripts/ace-scene_basermxp/)' v1.4 or higher
Requires the script 'Scene_ShopBase (http://bigaceworld.wordpress.com/rgss/custom-menu-scripts/scene_shopbase/)' v1.04 or higher



Credits and Thanks




Author's Notes
This system can still grow, if anyone has any ideals to add to it don't hesitate to ask. However remember that your ideal might not make it.
Title: Re: [XP] ACE Skill Shop
Post by: Memor-X on February 20, 2013, 05:18:59 pm
oh wow, a skill shop that actually works without having to use Blizzard's RO Skill Learning System as a makeshift shop. is it possible to create a different currency which can be used to get skills so that way you can have a currency you can only get from say killing monsters or completing errands rather than using gold which you can get from selling stuff
Title: Re: [XP] ACE Skill Shop
Post by: bigace on February 21, 2013, 02:37:23 am
@Memor-X: I can possibly add that later down the road, but as of right now, sorry no.