• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

How do u create a rupture or mana leak like spell?

Status
Not open for further replies.
Level 17
Joined
Jun 28, 2008
Messages
776
You will have to use a timer(Jass) or a group and a Periodic event(GUI) to get the units original location and new location, then subtract those to. DistanceBetweenPoints

If they are 0 then the unit did not move, if they are > 0 then the unit did and that will be the distance traveled.

To get the locations just create 2 variables, Pos1 and Pos2. Where Pos1 is the current location and Pos2 the new one.
 
Status
Not open for further replies.
Top