Mechanical chicken quests

#0 - Aug. 14, 2010, 5:26 p.m.
Blizzard Post
How do I go about finding out which of the quests I have done in this chain and which I have not?
#4 - Aug. 15, 2010, 1:26 a.m.
Blizzard Post
This was something that we were able to do before our Developers implemented a way for players to find out this information on their own. With the introduction of the ability to check which quests you have completed addon makers have incorporated the command in many of the addons out there. You may want to visit our UI & Macro forum for advice.

Q u o t e:
There is a script you can type (I don't know what it is) that will tell you which ones you've done.


Is this the one you are referring to, Tengianna?

/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()

I'm not entirely familiar with these commands but that was the command I copied from another player for the OOX quests. :D