Wondering where i am on the OOX quest line

#0 - June 12, 2010, 6:25 a.m.
Blizzard Post
Trying to get a mechanical chicken pet....i know ive done part of this quest but i have no clue where i left off or if perhaps i have already gotten the pet and destroyed it (when we had to keep them in our bags or banks).
#12 - June 15, 2010, 10:19 p.m.
Blizzard Post
Q u o t e:
Thanks for the advice but I'm hoping for a reply from blizzard as to where the toon karllee from korialstraz is on this quest line. This is apparently the only way to get this info.


Since our Developers have provided players with the ability to collect this information themselves, Karllee, we have moved away from providing specific quest information in most cases.

There are several addons out there that take advantage of the command to pull up a list of completed quests. If you are unable to get one of those to work properly you may want to visit the UI & Macro forum for troubleshooting advice. I believe there is also an option of typing in the inquiry line yourself for those specific quests, hopefully someone more familiar with those commands can give them to you.

For reference here is the section of the patch notes that were released in 3.3.0.
Q u o t e:


You can now query for a list of completed quests with "QueryQuestsCompleted()" then wait for the "QUEST_QUERY_COMPLETE" event, and call "etQuestsCompleted(<luatable>)".


http://www.worldofwarcraft.com/patchnotes/#3.3.0

Good luck.
#14 - June 16, 2010, 12:01 a.m.
Blizzard Post
Q u o t e:


Yep!

/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 knew someone had it! Thank you, Selenic! <3