Basically, it's a compatibility problem with Tons of Add-Ons and GTBS (GubiD's Tactical Battle System) V 1.4. I'd say it does the same thing with any battle add-on, not only Blizz's (SephirothSpawn's Scripts have the same problem...)
Anytime I use a skill connected to an add-on...
(http://img170.imageshack.us/img170/4673/wrongnumber.png)
4759 ??? Let's go here...
(http://img36.imageshack.us/img36/3417/diteurdescripts.png)
Could you help me please ?
As much as I usually want to prevent this, try putting it under Tons (and Seph's scripts obviously as well). This will fix the error you are getting, but I can't promise that there won't be new errors.
I already tried this and it failed...
Let's try it again...
...
...Not really. The same error. And yesterday I tried to put it just below the SDK and at the bottom of the list as well...
I'll try with Tons of Add-ons then...
...
...Not a single error message... but did I mention the Add-On script just doesn't work ??? The Add-On I tried (SP damage) just damaged my HP...
I don't understand !!!
dunno but in my experience its always SDK who fucks things up.
Quote from: Jackolas on September 13, 2009, 09:52:08 am
dunno but in my experience its always SDK who fucks things up.
I think GubID USED the SDK....
Yes, Seph's Scripts, GTBS and Tons of Add-Ons are SDK Compatible.
its the GTBS, it has a different version of Game_Battler::Skill_Effect
The normal one is
skill_effect(user, skill)
GTBS adds another argument which is
skill_effect(user, skill, affected_count) <- Whatwever affected_count is...
I thought about what you said... The answer was quite evident...
Just replace any "skill_effect(user, skill)" in the add-on by "skill_effect(user, skill, affected_count)" !
Thanks
Level Up and Resolved.
EDIT : Hey ! You're Level 99 now !