Click or drag to resize

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
C#
public static Task<bool> TakeOff()

Return Value

Type: TaskBoolean
False if we couldn't take off, true if MovementManager.IsFlying is true
See Also