CommonTasksTakeOff Method |
Attempts to mount up and take off
If the current mount cannot fly, will dismount and mount the black chocobo.
Namespace:
ff14bot.Behavior
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static Task<bool> TakeOff()
Return Value
Type:
TaskBooleanFalse if we couldn't take off, true if MovementManager.IsFlying is true
See Also