[BABS] Bombs

Started by sasofrass, January 22, 2012, 07:07:03 pm

Previous topic - Next topic

sasofrass

I am trying to create a zelda-style bomb with BABS.

I have it configured but it must not be right because nothing happens when I use the item. I have been reading over the manual and I really am just not sure why it's not working.

This is what I have so far: (in the Items tab)


Is there anything else I need to do? Maybe something in the item database could be affecting this?

Any help would be appreciated! Thanks!

Blizzard

You probably want a "Timed Trap" instead of just a "Trap". And I don't think you're supposed to use an explosion then (I can't remember exactly anymore).
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

sasofrass

January 24, 2012, 07:36:48 pm #2 Last Edit: January 25, 2012, 10:54:29 am by sasofrass
I changed it up to look like this:



and the database: (no elements or states are checked)


The bomb now spawns like it should, and I changed the database scope to be "All Enemies", but when the timer ends, it doesn't hit any enemies at all or do any animations.

I have been messing around and would I change any of the variables in the database? Or would I need to change something else in the BABS configuration?

Thanks.

Blizzard

Use a bigger range just to be sure it doesn't hit everything.
I can't remember if you need "All Enemies" or "One Enemy". Maybe you should use the explosion thing after all. Sorry, I really can't remember how I made that work. ._.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

sasofrass

Quote from: Blizzard on January 25, 2012, 11:08:25 am
Use a bigger range just to be sure it doesn't hit everything.
I can't remember if you need "All Enemies" or "One Enemy". Maybe you should use the explosion thing after all. Sorry, I really can't remember how I made that work. ._.


I'll keep playing around with it. You can if you want, too, and if I figure anything out I'll let you know.

But what is happening is the bomb will spawn, it will do it's animation while it's on the ground, then it will just disappear after the timer runs out, without exploding or doing anything of the nature.

Blizzard

*waits for winkio to enter thread* :X
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

winkio

My guess is the explode type is messing with the timed function.  Exploding in Blizz-ABS is for extra damage after the initial impact or at the end of the projectile range.  You should try setting explode type to None.

sasofrass

January 25, 2012, 01:44:20 pm #7 Last Edit: January 25, 2012, 01:55:34 pm by sasofrass
Quote from: winkio on January 25, 2012, 01:27:04 pm
My guess is the explode type is messing with the timed function.  Exploding in Blizz-ABS is for extra damage after the initial impact or at the end of the projectile range.  You should try setting explode type to None.


The bomb is still doing nothing, it spawns and runs its animation and disappears. I have tried doing a lot of different combinations to try and get it working but it has failed every time.

I'll keep playing around!

Edit: I tried making it a skill instead of an item and still no luck.

Would there be a combo that I could add to work around it?

winkio

You could try adding a combo just to see if anything is happening.  It sounds like the bomb is disappearing before it can explode.  I'll look into it.

sasofrass

Quote from: winkio on January 25, 2012, 02:31:21 pm
You could try adding a combo just to see if anything is happening.  It sounds like the bomb is disappearing before it can explode.  I'll look into it.


The combo didn't do anything.

Thank you for looking into this for me, I really appreciate it!