CommonTasks Class |
Namespace: ff14bot.Behavior
public static class CommonTasks
The CommonTasks type exposes the following members.
Name | Description | |
---|---|---|
AetherialReduction |
Coroutine that attempts to use aetherial reduction on the supplied item
| |
AscendTo |
Attempts to fly vertically up to height
Does a raycast before doing anything to see if there is something in our way
| |
CanLand |
Attempts to find if we can land by descending straight down from the current point
| |
CanLand(Vector3) |
Attempts to find if we can land by descending straight down from a given location
Providing a vector that is more then 100yards away in 3d space will always return maybe as after that point the results were unreliable.
| |
CloseTradeWindows |
Checks the status of the global settings for handling trade windows and the closes and blacklists players based on those settings
| |
ConvertToMateria |
Coroutine that will attempt to extract an materia from an item.
| |
DescendTo |
Attempts to descend vertically to a given height
Does a raycast before doing anything to see if there is something in our way
| |
Desynthesize |
Attempts to desyntheize the item at the given bagslot
| |
ExecuteCoroutine |
Executes the composite inside a coroutine.
| |
ExtractMateria |
Coroutine that will attempt to extract an materia from an item.
| |
GetDesynthesisChance |
Gets the chance to succesfully desynthesize an item
Leaves the SalvageDialog window open after completion
| |
HandleLoading | ||
HandOverRequestedItems |
Function attempts to hand over all the items requested by the open request dialog
Will attempt to use HQ items if no NQ of the requested item is available by default
| |
Land |
Attempts to descend all the way until we land.
Currently does not implement any advanced logic to ensure that we are currently over someplace that we can actually dismount
| |
MountUp |
Attempts to mountup
| |
MountUp(UInt32) |
Attempts to mountup
| |
MoveAndStop | ||
MoveTo(MoveToParameters, String) | Moves to a location. | |
MoveTo(Vector3, String) | Moves to a location. | |
Return |
Attempts to use the return command to return to the players home point
| |
SellItem |
Coroutine that attempts to sell the item to the currently open vendor
| |
StopAndDismount |
Stops the player from moving and dismounts.
Function 'sleeps' for the proper amount of time after stopping or dismounting
If player is already stopped and dismounting the function does not sleep
| |
StopMoving | Executes a MoveStop command if moving and waits for movement to stop | |
SummonFlyingMount |
Attempts to mount up
If the current mount cannot fly, will dismount and mount the black chocobo. | |
TakeOff |
Attempts to mount up and take off
If the current mount cannot fly, will dismount and mount the black chocobo.
| |
Teleport |
Attempts to teleport to the provided aetheryte
|