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

Aoe shield

Status
Not open for further replies.
Level 3
Joined
Mar 31, 2013
Messages
47
@Foxman, damn it you must learn the basics of triggering, it's very hard for you to do anything like this. Are you even trying or just said "wtf this guy wants idk what he say i won't try i better ask him", instead of this, just try, and see what you got, then post us the trigger, so we can tell you the mistakes, so you know next time.
@Nichilus if he wants MUI, he must do indexing, but i guess it's too early for him since he doesn't have any ideas how GUI works:(.

Edit:mad:Foxman, No, i don't think so, even if you do, you must move it, otherwise attached special effects cannot be scaled in-game.
 
Level 21
Joined
Mar 27, 2012
Messages
3,232
Also, using Devotion aura is not the best choice for physical damage reduction, because it won't give the same % reduction.

Note that every point of armor is equally useful, so it does give the same effective reduction.
If it was the other way around, it would be able to reach 100% reduction, which is simply OP.

Armor scales linearly with health.
 
Level 7
Joined
Dec 5, 2013
Messages
280
I have managed to give unit custom devotion aura during custom immolation, and devotion aura is removed if mana % is zero. But the problem is that devotion aura buff doesnt have tooltip and it doesnt show up in spell list of unit.
 
Level 7
Joined
Dec 5, 2013
Messages
280
Why doesnt this trigger work? Trigger should remove the aura when immolation causes mana to go zero.

  • Time - every 0.03 seconds of game time
  • ((Unit type of (triggering unit)) Equal to Hero and ((Percentage mana of (Triggering unit)) is equal to 0)
  • Unit - Remove devotion aura from (Triggering unit)
 
Level 7
Joined
Dec 5, 2013
Messages
280
Then how to make trigger for that purpose? I cant find any event that would point at certain unit except spesific unit event but there I have to select the unit from the map and the unit must be bought so it cant be out in the map when game starts.
 
Level 3
Joined
Mar 31, 2013
Messages
47
Set the triggering unit as a variable, unit type. Then you can always use that further in that spell.
 
Level 7
Joined
Dec 5, 2013
Messages
280
Its not in variable list of selectable "triggered unit" when im trying to select it for triggering unit even though it is in variable list and variable is unit type.
 
Last edited:
Status
Not open for further replies.
Top