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

How do I make temporary auras?

Status
Not open for further replies.
Level 40
Joined
Dec 14, 2005
Messages
10,532
I guess I'll reexplain it? Donut put it pretty clearly, though.

First, use the action

Unit - Add Ability

to add the ability to your unit.

Then, let's say you wait 30 seconds. Use

Wait 30.00 Seconds

Then, remove the ability

Unit - Remove Ability

that's all there is to it ;)

NOTE: Event should be A Unit Starts the Effect of an Ability

Eg;

  • TempAura
    • Events
      • Unit - A Unit Starts the Effect of an Ability
    • Conditions
      • (Ability Being Cast) Equal to Temporary Endurance Aura
    • Actions
      • Unit - Add Endurance Aura to (Triggering Unit)
      • Unit - Set Level of Endurance Aura for (Triggering Unit) to (Level of Temporary Endurance Aura for (Triggering Unit))
      • Wait 30.00 Seconds
      • Unit - Remove Endurance Aura from (Triggering Unit)
 
Status
Not open for further replies.
Top