So I have a test enemy set up, I've added everything into the Blizz-ABS database and RMXP database, but nothing happens on the map or the game at all with BABS. It's like he isn't there... all the Blizz-ABS controls are disabled on maps without enemies.
Here are the custom scripts I am using in the order I'm using them, if it makes a difference.
Blizz ABS 1
Blizz ABS 2
Blizz ABS 3
SAI Wander State (Sailerius)
Treasure Progress (Redd)
Advanced Message Script (dubealex)
New Game + (Shdwlink1993)
Equipment Lock (The Law G14)
Chaos Project Debug System
Achievements (game_guy)
Train Actor (fukuyama)
Any help? :/ I've put tons of work into Blizz-ABS for my game already and I don't want it to go to waste.
The order your scripts in when it comes to Blizzard's scripts are highly important.
http://forum.chaos-project.com/index.php/topic,23.0.html
I moved the Blizz ABS Scripts to the bottom and the CP Debug System below that with main below it... still no dice. Is the enemy supposed to have JUST a sprite and enemy tag \e[1] for the enemy to work or is there more to it? Also is there anything special I have to do in the RMXP database to the enemy?
Thats all. Just an event with graphic and \e[1]. Try this, remove all of your custom scripts, back them up of course then test it out to see if its working. If it is, its one of your custom scripts conflicting with it.
Gah why didn't I think of that! Okay, I'll slowly remove script by script and see if it works!!
EDIT: Nope, nothing worked when I took it out, absolutely nothing. :facepalm:
Any help? :/
SAI Wander State (Sailerius) <--- relies on SDK
I took out the SDK log stuff and it works perfectly... But how would that affect Blizz ABS?
Do a fresh install of Blizz-ABS then.
Quote from: Redd on August 25, 2011, 01:34:28 pm
So I have a test enemy set up, I've added everything into the Blizz-ABS database and RMXP database, but nothing happens on the map or the game at all with BABS. It's like he isn't there... all the Blizz-ABS controls are disabled on maps without enemies.
Did you turn on the setting to "Disable Blizz-ABS controls when no enemies are in ABSEAL range?"
Well I mean it just barely stopped working, randomly :P
And no I have the option checked that says "Disable Blizz-ABS Controls in maps without enemies"
I have two common events that turn off the Hotkeys and HUD when i call it and then some to turn it off. Because at the beginning of the game there are clipscenes and it looks bad with all that stuff up there. Could that be a problem?
Also, NONE of the controls work, even if I start out on a different map oooooh wait I know what could be the problem!! I had someone over at RRR edit some piece of the script for me that makes it so that stuff doesn't display at the beginning... it could be shutting something off. Here's a link to my Blizz ABS Part 1 script - https://docs.google.com/document/d/1VoZ3tIWttitmcYGfziWwLteTVn2kkxFhN8GNcYyrGAM/edit?hl=en_US
I have figured it out! For some odd reason that I can't remember, I had used the =begin and =end tags in scripts 1 and 2 to disable blizz abs. So I just removed them and... problem solved!
I'm retarded :P