- Joined
- Jun 22, 2009
- Messages
- 63
Im creating a big tauren hero, and when he dies and has this ability, he should damage all enemy units around him when he lands. But he wont damage them.
Also, what should i base this spell on? Making it passive with no extra damage or anything like that?
-
Landing True
-
Events
-
Unit - A unit Learns a skill
-
-
Conditions
-
(Learned Hero Skill) Equal to Landing Impact
-
-
Actions
-
Set Landing_True = True
-
Set Minotaur = (Triggering unit)
-
-
-
Landing Impact
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
(Dying unit) Equal to Minotaur
-
Landing_True Equal to True
-
-
Actions
-
Wait 3.10 seconds
-
Unit Group - Pick every unit in (Units within 512.00 of (Position of Minotaur)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) belongs to an ally of (Owner of Minotaur)) Equal to False
-
-
Then - Actions
-
Unit Group - Add (Picked unit) to Impact_Group
-
Unit - Cause Minotaur to damage (Picked unit), dealing 300.00 damage of attack type Chaos and damage type Defensive
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-
Also, what should i base this spell on? Making it passive with no extra damage or anything like that?