#0 - Sept. 2, 2010, 8:12 p.m.
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!
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!
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()