OOX quest completion.

#0 - Oct. 10, 2010, 11:52 p.m.
Blizzard Post
Hey, could I get a quick response as to which OOX quests I have completed? currently going for the pet. the other thread was closed, so thought id make a new one. thanks!
#2 - Oct. 11, 2010, 12:07 a.m.
Blizzard Post
Q u o t e:


You can actually check on this yourself. Run these two scripts in your chat, one after the other, in the order posted. They should tell you which quests you still need to complete.

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


Indeed, there are also several addons out there that have taken advantage of implementation of the quest info gathering command. You may want to check those out as well.