Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Yin on May 14, 2009, 02:21:08 am

Title: [Resolved]Where are the states located?
Post by: Yin on May 14, 2009, 02:21:08 am
I just need to know where the states are stored. What classes and/or defs because for some reason my states are not going away... Not even with recover all.
Title: Re: Where are the states located?
Post by: OracleGames on May 14, 2009, 02:32:14 am
In your game database Check "relase at end of battle" on every State, then the turns determine how much the skill take to vanish, not sure how much time takes a turn in ABS.. check for yourself
Title: Re: Where are the states located?
Post by: Blizzard on May 14, 2009, 06:36:08 am
Do you have an equipment part with an auto-state by any chance?
Title: Re: Where are the states located?
Post by: Yin on May 14, 2009, 01:56:10 pm
Nope, no auto states and all of them are set up correctly too. I even tested it out and put it to 1 turn at 100% removal and it still doesn't come off, and even in death, the states are still there and yes, I do have the minus sign over all states on my death state. I have 40 states, could it be that I have too many?
Title: Re: Where are the states located?
Post by: Blizzard on May 14, 2009, 02:16:46 pm
Hm, that's weird. What custom scripts are you using? Maybe one of them is messing up everything. Have you tried disabling the scripts one by one to see which is causing the problem?
Title: Re: Where are the states located?
Post by: Yin on May 14, 2009, 02:25:57 pm
I'll try that now and post my results.

EDIT: So I have discovered that it is the MACL that is causing this issue.  :???: Unfortunately I can't just remove it or some of my other scripts won't work.
Title: Re: Where are the states located?
Post by: Blizzard on May 14, 2009, 03:40:19 pm
Please don't post, use the "Modify" button instead. *fixes your posts*

If MACL is causing the problem, then you should maybe contact Trickster or Sephiroth Spawn (I can't remember who was mainly working with it) and ask him to fix it. But first try to get a newer version if there is one. Maybe you're just using an outdated version.
Title: Re: Where are the states located?
Post by: Yin on May 14, 2009, 04:07:41 pm
Oh boy, Seph seems mean, and I don't think Trickster is still active. I'll just remove it and all the rest of them. Thank you for fixing my post and thanks for the help.
Title: Re: Where are the states located?
Post by: Blizzard on May 14, 2009, 05:26:58 pm
You should try Tons of Add-ons. It has probably a few skill scripts that you were using with MACL (if you were using any).
Title: Re: Where are the states located?
Post by: Yin on May 14, 2009, 06:20:39 pm
I am using tons of addons! Love the frozen effect. Matter of fact, I think tons has a skill effect that puts a status on the user while damaging the enemy. I'll look through it, but it's a lot of stuff
Title: Re: Where are the states located?
Post by: OracleGames on May 15, 2009, 01:25:13 am
Man, already tried to check that stuff in your database??..
i had the same problems whit the endless states and that did the trick, dont think its a scripts problem..  :roll:
Title: Re: Where are the states located?
Post by: Yin on May 15, 2009, 01:58:09 pm
Yeah, I already looked over those and my armor's auto states. None of those are the issue and without the macl everything runs how it's supposed to. So I'm just taking it out. Though I may need to "un-macl" a script or two. If I can...