HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

height change

02-12-2005, 05:03 PM#1
TheGreatCheese
i'm not sure if there is but if anyone knows of a way to change a units height when there movement type is foot or horse. help would be appreciated.
02-12-2005, 05:29 PM#2
curi
as far as i know, you can't, there is just the set flying height thing.
02-13-2005, 12:27 AM#3
TheGreatCheese
Quote:
Originally Posted by curi
as far as i know, you can't, there is just the set flying height thing.

yeah thats what i thought but i wasn't sure if there was some way useing JASS to do it.
02-13-2005, 02:39 PM#4
Guest
There actually is a way. But it doesn't include JASS:

1.Create an ability based on Metamorphis

2.Change 'alternate form unit' to a flying unit. Could be griffon rider.

3.In your trigger do like this:
Unit - Add Metamorphis to Triggering Unit
Unit - Remove Metamorphis Triggering Unit

4.Now you can use the 'set flying height' in your trigger on a ground unit.

5. Don't ask me why it works.