View Single Post
04/22/19, 08:39 AM   #19
Enodoc
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 52
Originally Posted by ZOS_ChipHilseberg
An id based API for quests should be possible in addition to the existing API.
It's been about a year since the last update, so I'd like to check whether there has been any further developments on an id-based API for all quests (not just completed quests or active quests, which already exist with GetCompletedQuestInfo(questId) and GetJournalQuestInfo(questIndex)).

Summary of the request:
  • GetQuestInfo(questId) - string name, number QuestType questType, boolean isCompleted, number QuestRepeatableType repeatType, number DifficultyCon questDifficulty
  • GetQuestLocationInfo(questId) - string zoneName, string objectiveName, number zoneIndex, number poiIndex
  Reply With Quote