• 🏆 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!

Leap Smash Spell

Status
Not open for further replies.
Level 9
Joined
Jul 27, 2006
Messages
652
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
 
Level 6
Joined
Oct 22, 2006
Messages
184
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.
Top