- Joined
- Jun 2, 2009
- Messages
- 1,233
how can i detect the owner of this item and how can i make this trigger working only target taking damage ?
-
Orb of Fire
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(((Attacking unit) has an item of type Orb of Fire) Equal to True) or ((((Attacking unit) has an item of type Firehand Gauntlets) Equal to True) or (((Attacking unit) has an item of type Orb of Flames |r|cff8b00ffUnique|r|n) Equal to True))
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random integer number between 1 and 100) Less than or equal to 20
-
-
Then - Actions
-
Unit - Create 1 Dummy Unit JFA for (Owner of (Attacking unit)) at (Position of (Attacked unit)) facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Orb of Fire to (Last created unit)
-
Unit - Order (Last created unit) to Human Mountain King - Thunder Clap
-
Special Effect - Destroy (Last created special effect)
-
-
Else - Actions
-
Do nothing
-
-
-
-