Help - Search - Members - Calendar
Full Version: Skill categories
RPG RPG Revolution Forums > Scripting > Script Submissions > RGSS3-Submissions
Tsukihime
Skill Categories
Author: Tsukihime

Overview

This script allows you to define skill groups based on skill type IDs.
For example, "Black Magic" might consist of "fire", "ice", and "lightning".

Some people might be able to use "black magic", whereas others can only use fire.
Rather than displaying 3 separate commands for each type of magic, you can use a skill type category to specify that all fire, ice, and lightning magic should be grouped under "Black Magic"

Features
  • Displays different lists of skills under the same list
  • Supports recursively defined relationships
  • Provides finer management over your skills

Screenshots

Skill group containing fire, ice, and lightning



Individual groups for each skill type

images






Usage

Define a set of skill types in your database (terms --> skill types)

In the configuration at the top of the script, just write which skill type contains what other skill types.

CODE
Stype_Table = {
   2 => [3, 4, 5],
   8 => [6, 7]
}


The first entry means that skill type 2 contains skill types 3, 4, and 5. In the screenshots above, "Magic" was skill type 2, and fire/ice/lightning are 3/4/5.

To assign multiple skill type ID's to a single skill, tag the skill with

CODE
<stype: 1,2,3,4>


For whichever skill type IDs you want.
Download

Script: http://db.tt/nZq6vFtx
Dark Gaia
I think this is in the wrong forum. Seems like an interesting script anyway. It's a lot like Yanfly's Ace Engine skill script, but with the added benefit of being standalone, of course. Might be useful for games where players can change classes and characters have more than one skillset as a result (and needing to restrict some of them from use until the correct class is equipped).
Tsukihime
They went and re-structured the forums but left script forums locked from regular members.
Ratty524
... odd that they would, since there are many posts here. Moved to script submissions. Be sure to put in the "[VX Ace]" tag in the title of your thread.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.