HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Leap Attack?

03-24-2009, 07:54 PM#1
[Ð]
I've been working on a new project of mine, adding in a few little features here and there, but I've come to a small roadblock. I can't really figure out how to make a "Leap Attack" type of spell without using Blink, which automatically teleports the caster, rather than has them jump to their spot, aswell as damaging the area it lands on.

Any help would be appreciated.
03-24-2009, 08:17 PM#2
Blacktastic
Give the unit either crow form ability (which gives them flying hieght) or make them capable of having a flying height and create a paraobola and move the unit along that parabola.
03-24-2009, 08:55 PM#3
[Ð]
Details, please?
03-24-2009, 09:37 PM#4
Eznce
To be able to set a ground unit's flying height you must add Medivh's Crow Form ability, and then remove it. A parabola is pretty much the 'shape' you make when you jump. Kind of like a U. Their is a script in the Code Rescources section for a parabolic function. I don't know if you use JASS or GUI so i cant help as much at the moment.
03-24-2009, 09:45 PM#5
[Ð]
I want the unit to use it's Attack Slam animation for this spell, I'm not sure I can do that without adding some new model.
03-24-2009, 09:57 PM#6
moyack
Probably this can be useful for you: http://www.wc3c.net/showthread.php?t=104942
03-24-2009, 10:21 PM#7
Idontneedaname
You also might have a look at this one:
http://www.wc3c.net/showthread.php?t...leaping+strike
03-25-2009, 12:08 AM#8
[Ð]
Awesome, thanks.