Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Xelias on September 12, 2009, 08:44:52 am

Title: Compatibility Problem with Tons of Add-Ons and GTBS (RESOLVED)
Post by: Xelias on September 12, 2009, 08:44:52 am
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...

Spoiler: ShowHide
(http://img170.imageshack.us/img170/4673/wrongnumber.png)


4759 ??? Let's go here...

Spoiler: ShowHide
(http://img36.imageshack.us/img36/3417/diteurdescripts.png)


Could you help me please ?
Title: Re: Compatibility Problem with Tons of Add-Ons and GTBS
Post by: Blizzard on September 12, 2009, 10:00:15 am
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.
Title: Re: Compatibility Problem with Tons of Add-Ons and GTBS
Post by: Xelias on September 13, 2009, 01:30:06 am
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 !!!

Title: Re: Compatibility Problem with Tons of Add-Ons and GTBS
Post by: Jackolas on September 13, 2009, 09:52:08 am
dunno but in my experience its always SDK who fucks things up.
Title: Re: Compatibility Problem with Tons of Add-Ons and GTBS
Post by: Satoh on September 13, 2009, 11:07:01 am
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....
Title: Re: Compatibility Problem with Tons of Add-Ons and GTBS
Post by: Xelias on September 13, 2009, 11:14:33 am
Yes, Seph's Scripts, GTBS and Tons of Add-Ons are SDK Compatible.
Title: Re: Compatibility Problem with Tons of Add-Ons and GTBS
Post by: G_G on September 13, 2009, 11:21:02 am
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...
Title: Re: Compatibility Problem with Tons of Add-Ons and GTBS
Post by: Xelias on September 13, 2009, 12:46:10 pm
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 !