A AngC New Member Joined Mar 19, 2011 Messages 85 Reaction score 1 Dec 10, 2011 #1 Mount.Dismount(); does mentioned in the topic.
K Kickazz006 Well-Known Member Joined Jan 15, 2010 Messages 20,566 Reaction score 302 Dec 10, 2011 #2 /dismount =P
A AngC New Member Joined Mar 19, 2011 Messages 85 Reaction score 1 Dec 10, 2011 #3 Lua.DoString("Dismount() CancelShapeshiftForm()"); Thank you! :]
ZenLulz Community Developer Joined Aug 17, 2011 Messages 583 Reaction score 98 Dec 10, 2011 #4 If you don't want to use Lua functions, you can use this PHP: while(Me.IsFlying) { WoWMovement.Move(WoWMovementType.Descend, TimeSpan.FromSeconds(1)); } Initially posted by no1knowsy in another thread.http://www.thebuddyforum.com/members/11607-no1knowsy.html
If you don't want to use Lua functions, you can use this PHP: while(Me.IsFlying) { WoWMovement.Move(WoWMovementType.Descend, TimeSpan.FromSeconds(1)); } Initially posted by no1knowsy in another thread.http://www.thebuddyforum.com/members/11607-no1knowsy.html