- Joined
- Dec 5, 2009
- Messages
- 846
Wc3 wont start because of this leak clearance, what am I doing wrong in this trigger?
-
Ice Bolt
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Ice Bolt
-
-
Actions
-
Set IceBoltIndex = (IceBoltIndex + 1)
-
Set IceBoltCaster[IceBoltIndex] = (Casting unit)
-
Set IceBoltPoints[IceBoltIndex] = (Position of IceBoltCaster[IceBoltIndex])
-
Unit - Create 1 ICe bolt dummy for (Owner of IceBoltCaster[IceBoltIndex]) at IceBoltPoints[IceBoltIndex] facing (Facing of IceBoltCaster[IceBoltIndex]) degrees
-
Unit - Add a 2.40 second Generic expiration timer to (Last created unit)
-
Set IceBoltUnit2[IceBoltIndex] = (Last created unit)
-
Set IceBoltReal[IceBoltIndex] = (Facing of IceBoltUnit2[IceBoltIndex])
-
Custom script: call RemoveLocation(udg_IceBoltPoints[IceBoltIndex])
-
Trigger - Turn on Ice Bolt Loop <gen>
-
Wait 2.00 seconds
-
Trigger - Turn off Ice Bolt Loop <gen>
-
-