- Joined
- Feb 20, 2007
- Messages
- 843
(Sloved)Point with polar offset
This is my trigger:
Any ideas why? I'm trying to recreat the crixalis(from dota) burrow/impale/teleport ability. The "Burrow Attack" ability is actually the impale ability of the crypt lord.
This is my trigger:
-
BurrowAttack
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Burrow Attack
-
-
Actions
-
Set BurowA_point = ((Position of (Casting unit)) offset by 600.00 towards (Facing of (Casting unit)) degrees)
-
Set BUROWA = 1
-
Trigger - Turn on BurrowAttack Cancel <gen>
-
Wait 0.10 seconds
-
Trigger - Turn off BurrowAttack Cancel <gen>
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
BUROWA Equal to 1
-
-
Then - Actions
-
Set BUROWA = 0
-
Unit - Move (Casting unit) instantly to BurowA_point
-
Custom script: call RemoveLocation (udg_BurowA_point)
-
-
Else - Actions
-
-
-
-
Set BurowA_point = ((Position of (Casting unit)) offset by 600.00 towards (Facing of (Casting unit)) degrees)
Any ideas why? I'm trying to recreat the crixalis(from dota) burrow/impale/teleport ability. The "Burrow Attack" ability is actually the impale ability of the crypt lord.
Last edited: