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

melee attacking unit is stunned

Status
Not open for further replies.
Level 18
Joined
May 11, 2012
Messages
2,103
Create dummy and dummy stun ability with 0 dmg and 2 sec stun.
Then check if attacker is meele unit, if it is, create dummy and order it to stun the attacker. Else set your hero's life to hero's life + 0.5 + damage taken (or something similar)
 
this doesn't say how to reduce TAKEN physical damage, but it does say how to deal with the variables. However... i look at it and i think that maybe the trigger would be

if DamageType equal to physical then
if (damage source) equal to unit
set amount = (amount damage) - 10

or something like that?
 
Last edited:
Status
Not open for further replies.
Top