View Single Post
08-04-16, 07:58 PM   #5
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Voxxel View Post
Afaik, group members' achievements can be queried but as you say it's not possible for quests?
That is correct. You can query which group members have a quest in their quest log:

IsUnitOnQuestByQuestID(questID, unit)

...but if it's not in their quest log, there's no way for you to tell whether they already completed it or not. If you need to know that, your only recourse is, as Mazzop said, to get them to install an addon that responds to queries from an addon you're running. Considering you're working with strangers invited to a PUG, you're not going to get them to install an addon, so the realistic answer is that what you want is just not possible.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote