• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Leap Smash Spell

Status
Not open for further replies.
lol theres alot of spell maps with this in...
some are in a Jass and some in GUI....
but just browse the spells section...

The way the work is basicaly...
1.Set variable = jumper (e.g set the one u want to jump into a unit varable...
2.add crow form to jumper... (so he can fly)
3.add a trigger that works every 0.01 seconds. turn on this trigger in the starting trigger(e.g when ability jump is cast)
4.add actions the cause flying hight to be changed and unit to be moved.
5.add an if that turns off this trigger when unit reaches target...
6. add a dummy that casts a area damaging spell e.g thunder slam or warstomp
7.set variable Jumper = no unit...


i did this in a rush but i hope it helps....

heres an example of a map....
http://www.wc3sear.ch/?p=Spells&ID=1679
 
Kixer said:
lol theres alot of spell maps with this in...
some are in a Jass and some in GUI....
but just browse the spells section...

The way the work is basicaly...
1.Set variable = jumper (e.g set the one u want to jump into a unit varable...
2.add crow form to jumper... (so he can fly)
3.add a trigger that works every 0.01 seconds. turn on this trigger in the starting trigger(e.g when ability jump is cast)
4.add actions the cause flying hight to be changed and unit to be moved.
5.add an if that turns off this trigger when unit reaches target...
6. add a dummy that casts a area damaging spell e.g thunder slam or warstomp
7.set variable Jumper = no unit...


i did this in a rush but i hope it helps....

heres an example of a map....
http://www.wc3sear.ch/?p=Spells&ID=1679
thx alot ill use it definatly :D :D
 
Status
Not open for further replies.
Back
Top