I'm trying to create an ability that causes the unit to jump to your point target. Anyone know how to go about this? I'm not even sure what ability to base it on - I experimented with zealot's charge, but... I didn't get anywhere and wasted several hours.
Hi ive been working on a Leap ability aswell (called mine Heroic Leap and based it off Blink). Im at the point where its working though there is some values I have to finetune.
All the Set Variables in the beginning of Actions is to calculate how long time it will take to reach the target, so he changes height up half of the amount of time it takes and goes down to the ground over the other half. This is the part I have to finetune the values. Works pretty good on long to medium distances.
Heres the trigger:
I'm trying to create an ability that causes the unit to jump to your point target. Anyone know how to go about this? I'm not even sure what ability to base it on - I experimented with zealot's charge, but... I didn't get anywhere and wasted several hours.
Hi ive been working on a Leap ability aswell (called mine Heroic Leap and based it off Blink). Im at the point where its working though there is some values I have to finetune.
All the Set Variables in the beginning of Actions is to calculate how long time it will take to reach the target, so he changes height up half of the amount of time it takes and goes down to the ground over the other half. This is the part I have to finetune the values. Works pretty good on long to medium distances. Heres the trigger:
@mrkrox: Go
Thanks! I give up on the data editor for now, looks like I'll be triggering it.