• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

how to make a unit teleport attack and tele back

Status
Not open for further replies.
Level 3
Joined
Aug 25, 2004
Messages
46
Ya.. i need some help with this spell.

I am making a hero that has a skill where he teleports (like blink) behind a unit and attacks it, then teleports back to his original spot.

I was thinking of using a dummy Hero and making the hero invisible, but when i did it it didn't work. Plz help and include what triggers to use.

Thx a lot

- = Beat-Down = -
 
Level 10
Joined
Apr 9, 2004
Messages
502
I can help. First off, you don't need a dummy unit for this spell will be all animation and less actual damaging. Now you'll only need ad ummy unit to track your begining position. What you do is instantly move your hero to your opponent, play his/her attack animation and deal the damage via triggers and then move them back after the damage has been dealt. Simply enough i suppose.
 
Level 3
Joined
Aug 25, 2004
Messages
46
ok this is my trigger can u tell me the problem.. he does everything except kills the unit..
-----------------------------------------------
Event - A Unit Begins Casting An Ability

Condition - (ability Being Cast) Equal To Quick Burst<spell name>

Actions -
Unit - Creat 1 "Elite" for neutral hostile at (position of (triggering unit)) facing default ect.

Unit - Last created unit

Unit - move (triggering unit) instantly to (target point of ability being cast)

Animation - Play (triggering units) attack anim.

Wait - .5 second

Unit - Kill (Target unit of ability being cast)

Wait - 1 second

Unit - Move (triggering unit) instantly to (position of (last created unit))

Unit - Remove (last created unit) from the game
 
Status
Not open for further replies.
Top