- Joined
- Aug 24, 2014
- Messages
- 22
-
Blink Strike
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Blink Strike
-
-
Actions
-
Set temp_point = (Position of (Target unit of ability being cast))
-
Unit - Move (Triggering unit) instantly to (temp_point offset by 140.00 towards ((Facing of (Target unit of ability being cast)) - 180.00) degrees)
-
Unit - Order (Triggering unit) to Attack (Target unit of ability being cast)
-
Custom script: call RemoveLocation (udg_temp_point)
-
-
Whenever I cast this spell the skill will not go on cooldown. The ability is based on Channel.
If I change the Event to Finish casting an ability, the skill will go on cooldown but you will get teleported to the middle of the map instead.
Edit: solved
Last edited: