AetherCurrentManager Class |
Namespace: ff14bot.Managers
public static class AetherCurrentManager
The AetherCurrentManager type exposes the following members.
Name | Description | |
---|---|---|
CheckOffset |
Returns completion for a given zoneid
results are the same as in the game gui, read from left to right, quests first then interactions second
| |
IsAetherCurrentCompleted(UInt32) |
Checks if the aether current at the given index is completed, first 5 are the quest aether currents then the ones you need to find
index starts at 0
| |
IsAetherCurrentCompleted(UInt32, UInt32) |
Checks if the aether current at the given index is completed, first 5 are the quest aether currents then the ones you need to find
index starts at 0
| |
IsZoneComplete |
Checks if all the aether currents for a zone is completed
| |
RawValue |
Gets the raw value for a given offset
used for debugging
| |
RawValueForZone |
Gets the raw value for a given zone
used for debugging
|