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

Requestion Hex Aura

Status
Not open for further replies.
Level 1
Joined
Dec 4, 2005
Messages
4
I want to know how I could make a aura that will poly morph any unit that come within the range of the aura. It is for a hero that i am making The Magician
 
Level 3
Joined
Oct 21, 2004
Messages
72
Hoping you are familiar with trigger making at least somewhat, here's what you could do.

You need two triggers, or maybe three depending. The first of which would be a trigger that detects any enemy units within a range of the caster, creates a dummy unit, has the dummy unit cast polymorph on a random unit within the range you specified.

The first trigger is for a) if it's an active spell like Voodoo where the hero actually has to click on the spell and it consumes mana then you need a 3rd trigger for when the spell is turned off. If it's b) an aura like Endurance Aura that requires no mana and is on forever, then you need to do this:

After the first trigger is on you need to make another that checks, say every second or half second to see if an enemy unit is within range of the caster, if so you need to repeat trigger 1 with the dummy unit.

Now, unfortunately, if it's an activeatable spell, then I don't remember how to check for when the spell is turned off, someone else will have to tell you that part.
 
Level 14
Joined
Nov 25, 2004
Messages
1,185
He wants AURA... you have to make one trigger activating when unit learns the ability. After that add condition learning unit = the magician. Actions should be first Pick All Units in Range...., second Create 1 Dummy.., Cast Polymorph on Picked Unit..., Wait 3 seconds or whatever.. ;p
 
Level 3
Joined
Oct 21, 2004
Messages
72
There are some aura's that are activeatable, such as Voodoo, it's an aura but only lasts so long.

And everything you said, I said too.
 
Level 1
Joined
Dec 4, 2005
Messages
4
Yo thanks Frog and Jacek I wanted an aura, but i didn't know how to make it balance thanks to Frog for pointing out that Big Bad Voodoo has an aura effect thans, I'll try to make it and post any problems if i have any.
 
Status
Not open for further replies.
Top