Save-Point
Skill Leveling - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Skill Leveling (/thread-912.html)

Pages: 1 2 3


RE: Skill Leveling - Crono - 11-15-2011

Ok I did that...and now I have another error. One right after another lol, for future reference how would I look at a method in RTAB to know if the corresponding method in Skill Leveling would need the battler=@active_battler parameter?

Oh the error is:

On line 1652 on RTAB script
Code:
undefined method 'current action' for nil:NilClass



RE: Skill Leveling - KasperKalamity - 11-15-2011

i like these types of skills better than the default ones. is there any script that marries this to a perk system?


RE: Skill Leveling - DerVVulfman - 11-15-2011

A Perky system? Wut is that? Hehehe... Maybe a 'script request' or RGSS Support thread with a link to that system.

Yeah, one of the fun things is that you don't have to use 'LV2' in the skill's name. You can rename the entire skill per level if you like. Make it look brand new as it looks like you replace one old skill with the new one.

Hey, Crono. Look forward to a PM.


RE: Skill Leveling - KasperKalamity - 11-15-2011

something like you start out with say a poison spell, as it levels up, you can upgrade it to say a mass poison OR an attack that poisons and deals damage on impact. does that already exist in the annals of internetdom?


RE: Skill Leveling - DerVVulfman - 11-16-2011

If not before... it can now.


RE: Skill Leveling - Waddle Dee - 04-06-2012

This script is absolutely perfect for my project. ^_^ Many thanks to DerVVulfman!

I realize this is necroposting, but I do have a question (or two) for anyone willing to answer it~ (and if I should be putting this in the script requests, then oops! ^^;)

Is this made easily compatible with most CBS scripts, or does this work with only the DBS? And, with that being said, what would need to be done to make it work with Atoa's ACBS? I'll toy around with it to see what results I get, but any pointers from experienced scripters are greatly appreciated! :)


RE: Skill Leveling - MetalRenard - 04-06-2012

Just a note on necroposting - we don't really mind it if it makes sense to do so. And even when it doesn't, well, meh. Just have fun. :)


RE: Skill Leveling - DerVVulfman - 04-07-2012

Well, it aliases (attaches code to) most functions in the DBS, and thus other CTBSs, so if you post it below Atoa's (Victor Sant's) system, it is likely to work. There were changes made to the system to account for RTAB's unusual 'battler' calls, but that shouldn't matter.


RE: Skill Leveling - Waddle Dee - 04-07-2012

(Good to know, MetalRenard :D I'll keep that in mind~)

Thanks for the speedy reply, DerVVulfman! That's very good to know. I was worried that with how the system was done that there might be some conflict, but I'm still in the process of setting everything up as it is. ^^; If anything does come up, I'll post it here. If not, then everything should be working fine. :3