|
Rebornbuddy
|
Stores information about what aethercurrents have been completed. More...
Static Public Member Functions | |
| static bool | IsZoneComplete (uint zoneid) |
| Checks if all the aether currents for a zone is completed. | |
| static bool | IsAetherCurrentCompleted (uint index) |
| 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. | |
| static bool | IsAetherCurrentCompleted (uint zoneid, uint index) |
| 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. | |
| static bool[] | CheckOffset (uint zoneid) |
| 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. | |
Properties | |
| static uint[] | FinishedZones [get] |
Stores information about what aethercurrents have been completed.
|
static |
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.
| zoneid |
|
static |
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.
| index |
|
static |
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.
| zoneid | |
| index |
|
static |
Checks if all the aether currents for a zone is completed.
| zoneid |
|
staticget |