- Joined
- Mar 15, 2007
- Messages
- 230
I'm trying to create an ability that channels (based on Channel) for three seconds before creating a dummy unit that does Carrion Swarm. Everything works fine, until its time for the dummy unit to cast Carrion Swarm. It just won't do it. The dummy gets created, but it won't cast the damn spell, and I'm stumped. Anyway, here are my triggers:
-
Snipe Cast
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Snipe (Rogue)
-
-
Actions
-
Set VariableSet Snipe_Point = (Position of (Casting unit))
-
Set VariableSet Snipe_Point2 = (Target point of ability being cast)
-
Unit - Create 1 Snipe Dummy for (Owner of (Casting unit)) at Snipe_Point facing Default building facing degrees
-
Unit - Order (Last created unit) to Undead Dreadlord - Carrion Swarm Snipe_Point2
-
Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
-
Custom script: call RemoveLocation (udg_Snipe_Point)
-
Custom script: call RemoveLocation (udg_Snipe_Point2)
-
-
Last edited: