HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Making a "float" spell in JASS

08-02-2006, 09:15 AM#1
buttoxide
I've searched the forums with no clear reply, so I'm asking this:

Collapse JASS:
call SetUnitFlyHeight(unit,height,rate)

Is this ONLY possible to do on flying units? Because it clearly doesn't work on ground units.

If so, I tried to do this but it didn't work either:

Collapse JASS:
call UnitAddType(unit,UNIT_TYPE_FLYING)
call SetUnitFlyHeight(unit,height,rate)

Is there any workaround to this?
08-02-2006, 09:33 AM#2
blu_da_noob
Add and remove the Medivh crowform ability from the unit. This will allow its flying height to be changed.
08-02-2006, 09:34 AM#3
PipeDream
Add the medivh storm crow form and remove it promptly. See PitzerMike's compilation of ability tips in the Warcraft III ability guide for more info.