The mechanical chicken

#0 - Oct. 10, 2010, 1:42 a.m.
Blizzard Post
I would like to get the pet but I don't have it tracked, I know i did the quest in hinterlands, but I am somewhat sure about tanaris and I have no idea about feralas. Personally, since I'm grinding sabers and strat, it wouldn't be that bad, if I knew If it would drop or not.

(Sorry, this post happens to be repeated alot to my knowledge)
#1 - Oct. 10, 2010, 1:47 a.m.
Blizzard Post
There's actually some code you can use now to find out exactly where you stand on these quests, Fjarri. I've provided it for you below.

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

Make sure you run them in that order - simply copy and paste into your text input in-game! Best of luck to you. >^.^<