New account registrations are disabed. This website is now an archive. Read more here.

RPG Maker XP    Posted March 8, 2013 by Bigace360

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

    Requires the script ‘Scene_Base‘v1.4 or higher
    Requires the script ‘Scene_ShopBase‘ v1.04 or higher
    For info on script order go here: Bigace360’s Script Order

    Version History

    02.17.2013 (v1.00) – Finished Script

    Credits & Thanks

    Bigace360, for the script.

    Terms & Conditions

    Comments (2)

    Leave a Reply

    Bigace360

    • Posted about 12 years ago

    • Engine
      RPG Maker XP
    • Category
      Custom Shop System
    • License
      Attribution 3.0 Unported
    • Version
      1.00

    Stats

    4,392 views

    2 comments

    Tags

    ace-custom-menu-system bigace360 custom-scene-shop skill-shop