An OOX of Your Own Quest help

#0 - Sept. 2, 2010, 8:12 p.m.
Blizzard Post
I am trying to figure out which of the 3 quests I haven't finished.

I have tried running the macro that I have seen posted in various places, but keep getting an error.

I would appreciate any help I could get w/ this. Thanks!
#3 - Sept. 3, 2010, 5:54 a.m.
Blizzard Post
Q u o t e:
I am trying to figure out which of the 3 quests I haven't finished.

I have tried running the macro that I have seen posted in various places, but keep getting an error.

I would appreciate any help I could get w/ this. Thanks!


Are you certain you are running the correct one? What kind of error are you receiving?
Q u o t e:

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


It is case sensitive so make sure you have it how it is listed. If that does not work it you may want to look in picking up an addon that has a quest tracking option.