Posts: 39
Threads: 1
Joined: May 2009
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
Posts: 1,038
Threads: 36
Joined: Oct 2011
i like these types of skills better than the default ones. is there any script that marries this to a perk system?
Posts: 11,193
Threads: 649
Joined: May 2009
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.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
Above are clickable links
Posts: 1,038
Threads: 36
Joined: Oct 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?
Posts: 11,193
Threads: 649
Joined: May 2009
If not before... it can now.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
Above are clickable links
Posts: 9
Threads: 1
Joined: Apr 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! :)
Posts: 2,507
Threads: 75
Joined: Dec 2010
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. :)
Posts: 11,193
Threads: 649
Joined: May 2009
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.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
Above are clickable links
Posts: 9
Threads: 1
Joined: Apr 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