Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
Bigace360

ACE Skill Shop [RMXP]

Recommended Posts

screenshot01.png

Author: Bigace360
Type: Shop System
Version: 1.00

 

Introduction
History versions=Versions

02.17.2013 (v1.00) – Finished Script
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

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)

Screenshots

screenshot022.pngscreenshot03.png?w=627&h=493
screenshot04.png?w=627&h=493screenshot05.png?w=627&h=493


 

Script Download

DownloadBar.png
Compatibility

Requires the script 'Scene_Base' v1.4 or higher
Requires the script 'Scene_ShopBase' v1.04 or higher
[table=Credits and Thanks]
  • Bigace360, for the script.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...