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

Trigger Help, Please!

Status
Not open for further replies.
Level 2
Joined
May 19, 2008
Messages
18
I made a trigger:

Blood Crazy
Events
Unit - A unit Is attacked
Conditions
(Unit-type of (Attacked unit)) Equal to Rexxar
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Percentage life of (Attacked unit)) Less than or equal to 20.00
Then - Actions
Unit - Set life of (Attacked unit) to ((Percentage life of (Attacked unit)) + 15.00)%
Else - Actions
Do nothing

How can I make the trigger to activate when Rexxar takes damage from other sources, and not just basic attacks?
I used "Fire Bolt" on him and the trigger didn't activated.
Help please.
Thank You!
 
Last edited:
Level 18
Joined
May 11, 2012
Messages
2,103
youuuuu, ma friend...
Will need to use Damage Detection System.
Lemme find one xD

Here it is: DDS

when you properly import it into your map, do next:

replace the event with: damageEventTrigger becomes equal to 1.00
and change all ''attacked unit'' with variable ''target''.
 
Level 2
Joined
May 19, 2008
Messages
18
I plaied the map a little, and i noticed something, I do not need the text display or other things, I just need that my trigger to activate when Rexxar recives damage from all the sources, and not just basic attack.
It should be something like checking conditions, but i dont know how to work with them :(
 
Level 18
Joined
May 11, 2012
Messages
2,103
I plaied the map a little, and i noticed something, I do not need the text display or other things, I just need that my trigger to activate when Rexxar recives damage from all the sources, and not just basic attack.
It should be something like checking conditions, but i dont know how to work with them :(

nonono....
The text is just example.... you don't need to import that...
Please, handle me the map and I will make it for you completely in 1 min
 
Status
Not open for further replies.
Top