• 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 Question

Status
Not open for further replies.

Demon25

D

Demon25

Recently I made a passive ability, that was supposed to have the Death and Decay effect around the Hero. I've experimented with the effects/buffs/art fields and have had no luck getting this to work.
Anyone know a solution?
 
Base your ability on 'Unholy Aura'.
Set the life regeneration field to a negative value.
Set targets to 'enemy'.
Change the buffs attachments to whatever effect you so desire.

EDIT: Oh I see, you just want the Death and Decay effect.
As Scorpion suggested: Create a Dummy when the hero learns the ability. Use a periodic timer to order it to cast Death and Decay at the position of your hero.

Remember to clean up leaks, especially important with periodic events like these that can last an entire game, that's a lot of leakage.
 
So basically i need to make a unit with no model and have it stay with the hero?

Is there anyway to do this without triggers?
 
So basically i need to make a unit with no model and have it stay with the hero?

Is there anyway to do this without triggers?

No, that would be impossible without triggers, especially when you want to do the actual damage dealing instead of negative hit point regeneration.

Or you can deal the damage using triggers instead of using the dummy casting Death and Decay.
 
So I just use the passive immolation but use the death and decay art?
 
the buff art is what displays the "art / visual effect", so you might wanna change that (if you want it to look like the original "death & decay", replace the buff with the "death and decay" buff. ofcourse you could just leave the original immolation buff, but it would certainly look horrible)
 
Status
Not open for further replies.
Back
Top