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

a (passive) spell that reduce damage

Status
Not open for further replies.
Level 8
Joined
Jul 22, 2008
Messages
331
.............

Devotion Aura... use this:
1. Create ability that does nothing (Let's say Ability_nothing);
2. Create Devotion Aura (Let's say Ability_something)
_Targets allowed: check only self
3. For both abilities set the same Icon and same Icon position.
4 Make a trigger:
  • Damage reducing
  • Events
    • Unit - Unit starts the effect of an ability
  • Conditions
    • Ability being cast equal to Ability_nothing
  • Actions
    • Unit - Remove Ability_nothing
    • Unit - Add Ability_something
    • Wait for 10 seconds
    • Unit - Remove Ability_something
    • Unit - Add Ability_nothing
It can work
 
Status
Not open for further replies.
Top