• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Ability/Buff that can drain health to zero

Status
Not open for further replies.
Does anyone know any ability/buff that can drain unit's health to zero?

My goal is to make something like burning effect where hero's health decreases when the hero has a (custom buff) fire buff. I tried using Slow Poison ability given to the dummy unit that targets the hero but it doesn't kill the hero (it always leaves 1HP because it's a poison). I want the hero to burn when there's a (custom unit) fire units nearby and I can do that by using "Unit - Unit Within Range" Event but I can't find an ability that can give the hero a fire buff.

I also tried using Burning Fuel and Flame Strike - with the use of dummy units targeting the position of the hero - but those are "Target Ground" abilities and when the hero leaves the target AOE the buff disappears, and the Immolation ability that targets self instead of the units around the hero but the ability only works when activated.
 
Last edited:
Permanent Immolation sounds like the ability that you want. Give it to the Fire units.

Otherwise, Acid Bomb is a damage over time effect that has a buff. You could apply it using a Dummy.

Additionally, you could use both of these in conjunction with a Damage Engine to create a Permanent Immolation effect that applies a visible/continuous buff.

You would detect when Permanent Immolation deals damage, set it's damage amount to 0, and then apply the Acid Bomb effect to the damaged unit.
 
Last edited:
My goal is to make something like burning effect where hero's health decreases when the hero has a (custom buff) fire buff. I tried using Slow Poison ability given to the dummy unit that targets the hero but it doesn't kill the hero (it always leaves 1HP because it's a poison). I want the hero to burn when there's a (custom unit) fire units nearby and I can do that by using "Unit - Unit Within Range" Event but I can't find an ability that can give the hero a fire buff.

Envenomed weapons should have a "kill" box in the stacking effects. Did you try that out already?
 
Status
Not open for further replies.
Back
Top