Mechanical Chicken completion echo

#0 - Oct. 1, 2010, 6:25 a.m.
Blizzard Post
Hi,

I'm looking for help figuring out which of the quests I have completed in regards to this reward. I've found other topics on this that unfortunately do not provide me the solution I'm looking for. if there is a script that I can run that will echo back my quest completion to me that would be awesome. I'd love to get this one done. btw I'm asking the question for another toon so if this gets looked into the name is Yukyo on nordrassil. tyvm in advance for the time you spend responding
#1 - Oct. 1, 2010, 6:32 a.m.
Blizzard Post
There is, in fact, a query you can run in-game to find out your status on these quests, Lazoloth. >^.^<

You'll want to input the following into chat, in this order. The first will query the server, the second will sort the data according to these specific quests.

    /run f,z=CreateFrame('frame'),{[485]='The Hinterlands',[351]='Tanaris',[2766]='Feralas'};f:RegisterEvent('QUEST_QUERY_COMPLETE')

    /run local s,t;f:SetScript('OnEvent',function() t=GetQuestsCompleted();for c,v in pairs(z) do if t[c] then s='' else s=' not' end print('You have'..s,'found OOX in',v) end end);QueryQuestsCompleted()


Best of luck to you!