Rebornbuddy
|
Manager that handles interacting with the remote gathering system. More...
Static Public Member Functions | |
static bool | ShouldPause (SpellData spell) |
Returns true if we cannot cast a gathering spell because we are mid swing or just after opening the window. | |
static GatheringItem | GetGatheringItemByIndex (uint index) |
Gets the item for the given index. |
Properties | |
static IntPtr | CallbackOffset [get] |
Gets the memory address offset for the gathering callback handler. | |
static IEnumerable< GatheringLocationBonus > | GatheringLocationBonuses [get] |
Gets a collection of bonuses associated with the current gathering location. | |
static byte | GatheringCombo [get] |
Gets the number of regular swings in a row. | |
static byte | HqGatheringCombo [get] |
Gets the number of hq swings in a row. | |
static byte | MaxSwings [get] |
Gets the max swings for the current node. | |
static byte | SwingsRemaining [get] |
Gets the remaining swings for the current node. | |
static bool | WindowOpen [get] |
Checks if the gathering window is open. | |
static bool | QuickGathering [get, set] |
Gets and sets the status of QuickGathering Returns false if the window is not open. | |
static List< GatheringItem > | GatheringWindowItems [get] |
Gets the items in the gathering window. |
Manager that handles interacting with the remote gathering system.
|
static |
Gets the item for the given index.
index |
|
static |
Returns true if we cannot cast a gathering spell because we are mid swing or just after opening the window.
spell |
|
staticget |
Gets the memory address offset for the gathering callback handler.
This property reads the memory address of the gathering event handler from the game's memory using the Core.Memory API. It serves as a base offset for other gathering-related operations.
An IntPtr representing the memory address of the gathering callback handler.
|
staticget |
Gets the number of regular swings in a row.
|
staticget |
Gets a collection of bonuses associated with the current gathering location.
This property retrieves a sequence of GatheringLocationBonus objects, each representing a specific bonus available at the current gathering location. Bonuses are filtered to include only those with a condition value greater than zero.
|
staticget |
Gets the items in the gathering window.
|
staticget |
Gets the number of hq swings in a row.
|
staticget |
Gets the max swings for the current node.
|
staticgetset |
Gets and sets the status of QuickGathering Returns false if the window is not open.
|
staticget |
Gets the remaining swings for the current node.
|
staticget |
Checks if the gathering window is open.