View Single Post
10-23-16, 05:58 PM   #2
Nimhfree
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 267
Simple answer: No.

A Little Complicated answer: Yes, with a bunch of work. If you want to see treasure quests, you can get Wholly and Grail. Together they will tell you as many as Grail has in its database.

More Complicated answer: Yes. The way the addons above do it is by monitoring the LOOT_CLOSED event in zones where treasure chests exist. And the addons know which quests you have already completed. So, when LOOT_CLOSED happens, a query is made to see which quests have been completed, and the difference is the quest associated with the treasure. The only way to know the list of all the quests like this for a zone is to go through the zone and make your database. Grail has this database, though it may not be totally complete, especially for the newer zones.
  Reply With Quote