Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 The Magey Mage's Spellbook System
#1
The Magey Mage's
Spellbook System

Version: 1.0


Introduction
This system permits you to create items within your RPGMaker database that can bestow a single 'skill' to one or more partymembers. This feature was available in earlier RPGMaker™ systems, now re-introduced.


Features
  • Allows an item to bestow a pre-set skill
  • Limit 'Skill Bestowing' items to certain classes
  • Require system to work only if another skill is learned
  • Remove older skill in favor of the new one


Script
The Script


Instructions
The instructions are in the script. Heck, it takes up more space than the actual code.


Compatibility
It only adds itself to the item_effect method, so pretty much compatible. Made for RPGMaker XP.


Credits & Thanks
To Jaide for identifying a missing feature that was in earlier RPGMaker™ systems.


Terms and Conditions
Free to use, even in commercial projects. Just note that I need some form of due credit... even a mere mention in some end titles.
Reply }
#2
I've have some problems with this script. I followed all the instructions and this is my configuration:

Code:
# Spellbook Elements
  SPBOOK_ID_START   = 13  # Start of element list
  SPBOOK_ID_NUMBER  = 4   # Number of elements
  
  # Class Limitations
  SPBOOK_CLASSES    = {10 => [13, 14, 15, 16],
                       11 => [13, 14, 15, 16],
                       12 => [13, 14, 15, 16],
                       13 => [13, 14, 15, 16],
                       14 => [13, 14, 15, 16],
                       15 => [13, 14, 15, 16],
                       16 => [13, 14, 15, 16],
                       17 => [13, 14, 15, 16] }


The issue I've got is the skill taught by spellbook 1 (element 13) can only be learned by the 13th class.

EDIT: Nevermind, it works now. I had forgotten to tag the skill elements.
Reply }
#3
Dude, that was great, thanx
Reply }
#4
Demo please. :))
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Super Simple Vehicle System - Enhanced DerVVulfman 65 81,768 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 1,887 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Commercial System Package DerVVulfman 11 11,734 01-04-2020, 12:37 AM
Last Post: Pelip
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 221,455 03-02-2019, 04:47 AM
Last Post: dragonprincess44
   DerVV's Simple Popup System DerVVulfman 4 10,765 10-08-2017, 04:53 PM
Last Post: DerVVulfman
   Melly-Mel's Calendar System DerVVulfman 23 38,236 12-02-2016, 04:31 AM
Last Post: DerVVulfman
   CTB - A Final Fantasy X-like Battle System, Version 3.2 Charlie Fleed 572 633,930 05-19-2016, 05:38 PM
Last Post: Starmage
   Mousie: The Mouse System DerVVulfman 67 99,874 07-19-2015, 11:18 PM
Last Post: yamina-chan
   Golden Sun Camera Battle System DerVVulfman 5 26,591 11-02-2014, 06:42 PM
Last Post: DerVVulfman
   Theolized Sideview Battle System TheoAllen 5 13,256 09-15-2014, 04:30 AM
Last Post: TheoAllen



Users browsing this thread: