|
static void | Initialize () |
static bool | HasAetheryte (uint AetheryteId) |
static bool | ObjectExistsWithId (uint npcid) |
static bool | HuntRankCompleted (ClassJobType job, int rank) |
static bool | HuntEntryCompleted (ClassJobType job, int item) |
static bool | HuntSubEntryCompleted (ClassJobType job, int item, int subitem) |
static bool | HuntEntryCompleted (int rank, ClassJobType job, int item) |
static bool | HuntSubEntryCompleted (int rank, ClassJobType job, int item, int subitem) |
static bool | HuntGCRankCompleted (int rank) |
static bool | HuntGCEntryCompleted (int item) |
static bool | HuntGCSubEntryCompleted (int item, int subitem) |
static bool | HuntGCEntryCompleted (int rank, int item) |
static bool | HuntGCSubEntryCompleted (int rank, int item, int subitem) |
static bool | HuntGCRankCompleted (GrandCompany gc, int rank) |
static bool | HuntGCEntryCompleted (GrandCompany gc, int item) |
static bool | HuntGCSubEntryCompleted (GrandCompany gc, int item, int subitem) |
static bool | HuntGCEntryCompleted (int rank, GrandCompany gc, int item) |
static bool | HuntGCSubEntryCompleted (int rank, GrandCompany gc, int item, int subitem) |
static bool | HasAtLeastOneQuest (params int[] list) |
| Returns true if the user has atleast one of the quests in the list.
|
static bool | HasAtLeastOneDailyQuestCompleted (params int[] list) |
| Returns true if the user has atleast one of the quests in the list.
|
static bool | IsTodoChecked (int questId, int step, int objectiveIndex) |
| Checks if the quest step has proggressed past the provided step or that the objective at the given index has been completed.
|
static bool | HasQuest (int questid) |
static QuestWork | GetQuestById (int questid) |
static bool | IsDailyQuestCompleted (int id) |
static bool | IsQuestAcceptQualified (int id) |
static bool | IsQuestAccepted (int id) |
static bool | IsQuestCompleted (int id) |
static bool | IsQuestProgressQualified (int id) |
static int | GetQuestStep (int id) |
static bool | GetQuestStepGtLt (int id, int min, int max) |
static bool | IsLoreEntryUnlocked (int entry) |
static bool | IsNearChasing (int npcId) |
static bool | IsAnyENpcChasing () |
static int | FreeItemSlots () |
static bool | HasItem (string itemName) |
static bool | HasItem (uint itemId) |
static int | ItemCount (string itemName) |
static int | ItemCount (uint itemId) |
static bool | HasAtLeast (uint itemId, int Count) |
static bool | HasHqItem (string itemName) |
static bool | HasHqItem (uint itemId) |
static int | HqItemCount (string itemName) |
static int | HqItemCount (uint itemId) |
static bool | HqHasAtLeast (uint itemId, int Count) |
static bool | HasNqItem (string itemName) |
static bool | HasNqItem (uint itemId) |
static int | NqItemCount (string itemName) |
static int | NqItemCount (uint itemId) |
static bool | NqHasAtLeast (uint itemId, int Count) |
static bool | IsGearsetActive (int index) |
static bool | IsAetherCurrentZoneComplete (int zoneid) |
static bool | IsAetherCurrentCompleted (int zoneid, int index) |
static bool | IsAetheryteKnown (int id) |
static bool | IsTerritoryAetheryteKnown (int id) |
static bool | IsAllTerritoryAetheryteKnown () |
static bool | IsOnMap (int mapName) |
static bool | IsOnSubMap (int mapName) |
static bool | IsTimeBetween (int startHour, int endHour) |
Used by orderbot profiles to parse xml attributes.