- Joined
- Feb 1, 2009
- Messages
- 111
so i created a spell, based it on impale, provided enough mana for the enemy unit to cast it but it doesn't cast !
The text-order string ID is not used by any other custom spell.
Anyone can tell me what I'm missing ?
-
Untitled Trigger 001
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Unit-type of (Attacked unit)) Equal to Tauren
-
-
Actions
-
Unit - Order (Attacked unit) to Undead Crypt Lord - Impale (Position of (Attacking unit))
-
-
-
Untitled Trigger 001
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Unit-type of (Attacked unit)) Equal to Tauren
-
-
Actions
-
Unit - Order (Attacked unit) to Undead Crypt Lord - Impale (Attacked unit)
-
-
The text-order string ID is not used by any other custom spell.
Anyone can tell me what I'm missing ?