| 08-02-2006, 09:15 AM | #1 |
I've searched the forums with no clear reply, so I'm asking this: 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: 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 |
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 |
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. |
