Page 1 of 1

How to make a normally one-hit enemy take multiple hits?

Posted: Wed Sep 10, 2014 7:53 pm
by Chip Potato
Okay, I'm making a mini boss for this level I'm creating, and I need some help. How do I make it look like it simply takes multiple hits for it to die? I have the events for it set up where the general thing happens, but there's still the graphical part of it. When you hit the boss, the death effect appears for each and every hit. I want it to only pop up for the final hit, so y'know, it looks like it died.

I really hope you people understand what I need help with, and I didn't just write that gibberish for nothing.

Re: How to make a normally one-hit enemy take multiple hits?

Posted: Wed Sep 10, 2014 7:54 pm
by zioy
Basically, make the layers so when they die, they disappear.

Re: How to make a normally one-hit enemy take multiple hits?

Posted: Wed Sep 10, 2014 7:55 pm
by Julia Pseudo
You can either do what KoolKat said or, alternately, make the NPC's death effect invisible with custom graphics.

Re: How to make a normally one-hit enemy take multiple hits?

Posted: Wed Sep 10, 2014 7:57 pm
by zioy
Pseudo-dino wrote:You can either do what KoolKat said or, alternately, make the NPC's death effect invisible with custom graphics.
Then the death effect wouldn't show the final time, though, unless it was a different NPC with the same GFX (red goomba/smb1 goomba, etc)

Re: How to make a normally one-hit enemy take multiple hits?

Posted: Wed Sep 10, 2014 11:17 pm
by lighthouse64
Couldn't you use lunadll for this maybe?

Re: How to make a normally one-hit enemy take multiple hits?

Posted: Thu Sep 11, 2014 12:33 am
by Magician
KoolKat wrote:
Pseudo-dino wrote:You can either do what KoolKat said or, alternately, make the NPC's death effect invisible with custom graphics.
Then the death effect wouldn't show the final time, though, unless it was a different NPC with the same GFX (red goomba/smb1 goomba, etc)
The last form of the boss doesn't have to be limited to a different NPC since you can just simulate the death effect.
The death event trigger of the final form could easily make an NPC appear that falls off the screen. There's your death effect. You could also make a grayed-out BGO of the boss and put explosion animations over it with NPCs. You could also make it so that when the last boss NPC dies, they're just crumpled on the floor. And that's only a couple of ideas; people who go nuts with it could come up with other ones.