BlinkStrike
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Blink Strike
Actions
Set TempLoc00 = (Position of (Target unit of ability being cast))
Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing 50.00 damage of attack type Spells and damage type Normal
Unit - Move (Triggering unit) instantly to TempLoc00
Unit - Order (Triggering unit) to Attack (Target unit of ability being cast)
Custom script: call RemoveLocation(udg_TempLoc00)
i mean where do i find TempLoc00 and what is that and i dont find position of Target unit being cast where i find this and explain what it means :S
i want it to be like when u telelport u... move with a fast speed to the unit instead and hit him with a cool effect
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Blink Strike
Actions
Set TempLoc00 = (Position of (Target unit of ability being cast))
Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing 50.00 damage of attack type Spells and damage type Normal
Unit - Move (Triggering unit) instantly to TempLoc00
Unit - Order (Triggering unit) to Attack (Target unit of ability being cast)
Custom script: call RemoveLocation(udg_TempLoc00)
i mean where do i find TempLoc00 and what is that and i dont find position of Target unit being cast where i find this and explain what it means :S
i want it to be like when u telelport u... move with a fast speed to the unit instead and hit him with a cool effect
Last edited: