#1 - Oct. 10, 2010, 1:47 a.m.
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. >^.^<