ACE Skill Shop

This slideshow requires JavaScript.

Last Update: July 17, 2013
Script Download

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


History Versions
02.17.2013 (v1.00) – Finished Script


Instructions

screenshot03 screenshot04 screenshot05

  • 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)


Script Conflicts and Compatibility
Requires the script ‘Scene_Base‘ v1.5 or higher
Requires the script ‘Scene_MenuBase‘ v1.00 or higher
Requires the script ‘Scene_ShopBase‘ v1.05 or higher

4 comments on “ACE Skill Shop

  1. Pingback: ACE Skill Shop [RMXP] « Bigace World

  2. Pingback: I back and Scene_MenuBase [RMXP] | Bigace World

Leave a comment