• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

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,104
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,104
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