CommonTasksExtractMateria Method |
Coroutine that will attempt to extract an materia from an item.
Namespace:
ff14bot.Behavior
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static Task<SpiritbondResult> ExtractMateria(
BagSlot bagslot,
int sleepDuration = 5000
)
Parameters
- bagslot
- Type: ff14bot.ManagersBagSlot
Slot that contains the item to convert - sleepDuration (Optional)
- Type: SystemInt32
How long to sleep after clicking yes in milliseconds.
Return Value
Type:
TaskSpiritbondResult
Returns CannotSpiritbond if slot is not valid or item is not convertible
Returns SpiritbondNotComplete if bagslot spiritbond percent is less than 100
Returns Failure if we attempted to convert the item but something went wrong
Returns Success otherwise
See Also