The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX Ace => VXA Scripts Database => Topic started by: vindaca on November 12, 2013, 11:58:18 PM

Title: V's Promotion System 2: Job Tree System v0.3
Post by: vindaca on November 12, 2013, 11:58:18 PM
V's Promotion System 2:  Job Tree System v0.3
Written by Vindaca


Introduction
This system is loosely based on FFT job system. Once your class reaches a set level you can buy a new class with JP or Job Points. JP can be given or won in combat.


Screenshots
Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimageshack.us%2Fscaled%2Fmedium%2F34%2F64kk.png&hash=5f797cc16f8bf3f0e791d4eab568a534ca316e4b) (http://imageshack.us/photo/my-images/34/64kk.png/)

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimageshack.us%2Fscaled%2Fmedium%2F138%2Fxuez.png&hash=d84516f31e40e6e4b07d1050c64f671f61323493) (http://imageshack.us/photo/my-images/138/xuez.png/)

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimageshack.us%2Fscaled%2Fmedium%2F689%2Fp6oh.png&hash=74653a988c43baa6962b88b8dfcb9d6cbe717f2f) (http://imageshack.us/photo/my-images/689/p6oh.png/)


Demo

Here is a link (http://www.mediafire.com/download/cfgjpnh1bttm66i/V's_Job_System.zip) to the demo.


Updates / Bug Fixes

Any and all changes made can be found in the Description section located in the top portion of the script.


How to Use

Instructions can be found in the top of the script.


Script

This script is too long, so here is a link (http://pastebin.com/raw.php?i=9DxTuk1N) to the script


Requests

If anyone has any requests for alterations please PM me the details and I will try to accommodate them for you.
 

Quote
97 more days until I finally get to see my new baby boy!
Title: Re: V's Promotion System 2: Job Tree System v0.3
Post by: modern algebra on January 02, 2014, 02:10:45 AM
This looks great vindaca. Thanks for sharing!
Title: Re: V's Promotion System 2: Job Tree System v0.3
Post by: vindaca on January 02, 2014, 10:06:24 AM
Thanks MA!

I've always loved games like this (FFT, Shining Force 1 & 2... just a few of my favorites.) I'm going to be using it in my game so I figured I might as well share it.  :D
Title: Re: V's Promotion System 2: Job Tree System v0.3
Post by: modern algebra on January 02, 2014, 11:22:21 PM
Yeah, Shining Force II is one of my favourite games too.
Title: Re: V's Promotion System 2: Job Tree System v0.3
Post by: thechancellor on January 18, 2014, 06:32:01 PM
Just a heads up. Found a bug.

Line 1244: TypeError occured.

no implicit conversion from nil to integer.

This happens whenever I promote natalie to spellblade and try to go back and change classes. Solider is greyed out in the list of options, but the second I try to choose the next option, the error shows. Managed to replicate it three times with the demo provided.
Title: Re: V's Promotion System 2: Job Tree System v0.3
Post by: vindaca on January 18, 2014, 09:50:14 PM
Hmm... Thank you for all the details, that helps a lot. I'm looking into that right now.

For now... Set the Show_Party_Unlocked option on line 124 this should fix the problem. It will be a couple days before I can fix that.
Title: Re: V's Promotion System 2: Job Tree System v0.3
Post by: thechancellor on January 21, 2014, 05:19:02 PM
Gotcha. Thanks for the quick reply.