An OOX of Your Own

#0 - Nov. 10, 2010, 12:26 a.m.
Blizzard Post
I was just curious which of the three beacons if any I was missing. Thank you for your time.
#1 - Nov. 10, 2010, 1:23 a.m.
Blizzard Post
With the implementation of patch 3.3.0, Janisis, our Developers added a way for players to determine which quests they have completed. There are several addons who have taken advantage of this command that you may want to take a look at.

The following command may be able to help you though as it was originally posted by a player to help with these quests.

You'll need to copy/paste the following command on the character in questions.

Q u o t e:
/run f,z=CreateFrame('frame'),{[485]='The Hinterlands',[351]='Tanaris',[2766]='Feralas'};f:RegisterEvent('QUEST_QUERY_COMPLETE')


Once you have run that one, run the next one. :)

Q u o t e:
/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()