An OOX of Your Own

#0 - Sept. 27, 2010, 9:41 p.m.
Blizzard Post
i was wondering what OOX distress beacon quests ive completed? Barshadow (elune)
#5 - Sept. 28, 2010, 1:11 a.m.
Blizzard Post
Q u o t e:
Forgot to query the server beforehand, huh? : )


I did that. O.o This is why I don't use addons usually, they never cooperate with me. >.<

You can also check out the following commands, that can help determine which one you may be on.

Run this one:

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

Then run this one:

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