CraftingManager Class |
Namespace: ff14bot.Managers
public static class CraftingManager
The CraftingManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AnimationLocked |
Check if the player is currently stuck in an animation lock
|
![]() ![]() | CanCraft |
Returns true if we can craft the currently selected recipe
|
![]() ![]() | Condition |
Gets the Condition for the currently being crafted item
|
![]() ![]() | CurrentlyListedRecipes |
Gets all the currently displayed recipes
|
![]() ![]() | CurrentRecipe |
Gets the currently selected recipe
|
![]() ![]() | CurrentRecipeId |
Gets the currently selected recipe id
|
![]() ![]() | Durability |
Get the Durability for the currently being crafted item
|
![]() ![]() | DurabilityCap |
Get the DurabilityCap for the currently being crafted item
|
![]() ![]() | HQPercent |
Get the HQPercent for the currently being crafted item
|
![]() ![]() | IconId |
Gets the IconId for the currently being crafted item
|
![]() ![]() | IsCrafting |
Checks if the player is currently crafting
|
![]() ![]() | ItemId |
Get the ItemId for the currently being crafted item
|
![]() ![]() | LastActionId |
Gets the last Crafting Action id executed
|
![]() ![]() | Progress |
Get the Progress for the currently being crafted item
|
![]() ![]() | ProgressRequired |
Get the ProgressRequired for the currently being crafted item
|
![]() ![]() | Quality |
Get the Quality for the currently being crafted item
|
![]() ![]() | QualityCap |
Get the QualityCap for the currently being crafted item
|
![]() ![]() | Step |
Get the Step for the currently being crafted item
|
Name | Description | |
---|---|---|
![]() ![]() | SetQuality |
List of how many high quality materials to use for each ingredient in the recipe.
Example HQMats="0,3,2" This will use all normal items for the first ingredient,
3 high quality items for the second, and 2 high quality items for the third. Default: all zero.
Special numbers: If you set an index to -1 then it will prefer high quality mats, and then use normal mats once you run out of high quality.
A value of -2 will use normal quality until you run out then use high quality.
|
![]() ![]() | SetRecipe |
Attempts to select the provided recipe
|