View Single Post
06/02/21, 12:28 AM   #20
Calamath
AddOn Author - Click to view addons
Join Date: Aug 2019
Posts: 36
In update 30, we got the following new APIs

* GetQuestName(*integer* _questId_)
** _Returns:_ *string* _name_

* GetQuestZoneId(*integer* _questId_)
** _Returns:_ *integer* _zoneId_

I have confirmed that GetQuestName returns a localized string for all quest names in the game, and an empty string for any questId that does not exist in the master table.

And, in the quest master table there are entries for quests that can no longer actually be seen in-game (e.g. questId = 31), and for these GetQuestZoneId seems to return 0.
  Reply With Quote