- Joined
- Jul 25, 2009
- Messages
- 194
does anyone know where i can find a jump spell that allows units to cast spells and stuff while in midair, but cannot change direction or distance so he cant change the target point of the jump?
SetUnitPosition
by SetUnitX
/SetUnitY
. Do not pause the unit, set SetUnitPropWindow
to zero, so it cannot move. I would not update the facing then, because it could interrupt spells.Replace instances of SetUnitPosition by SetUnitX / SetUnitY . Do not pause the unit, set SetUnitPropWindow to zero, so it cannot move. I would not update the facing then, because it could interrupt spells.
That would obviously also disable casting/channeling. Attack can be disabled by adding Orc Burrow (Abun) ability.
Is it possible to do this in GUI?