So I copied the Lighning Dash ability from Artanis but I still don't understand how to make the range fixed. Can I have a template map or at least a step by step solution?
I want to make an ability like Kerrigan's Psionic Strike but with a fixed range; in other words, when Kerrigan uses the ability to dash, she moves from a 0.1 to 8 range in relation to the mouse distance from the unit. What I want is making the unit move of 8 tiles even if the mouse target is pointed close to the unit.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Thanks to both, finally fixed! :)
There's no such flag.
So I copied the Lighning Dash ability from Artanis but I still don't understand how to make the range fixed. Can I have a template map or at least a step by step solution?
Tried but the unit doesn't move at all.
Here's the structure more or less:
Psi Strike - Create Persistent with offsets (0,1,0|0,2,0|0,3,0|0,4,0|0,5,0|0,6,0|0,7,0), period count 7, period duration 0.0625
Starting effect: Apply Psi Strike Speed
Final effect: Remove Psi Strike Speed
Periodic effect: Psi Strike Caster Apply Force (Quantity -10, location Psi Strike: target point)
What's wrong?
The first effect is already a create persistent, but I don't know how to set the thing up.
I want to make an ability like Kerrigan's Psionic Strike but with a fixed range; in other words, when Kerrigan uses the ability to dash, she moves from a 0.1 to 8 range in relation to the mouse distance from the unit. What I want is making the unit move of 8 tiles even if the mouse target is pointed close to the unit.