#1 - Sept. 30, 2010, 4:28 a.m.
Q u o t e:
I heard from a friend that I would be able to ask you guys if you could tell me which of the 3 distress beacons I have done on this character? Is that right and am I in the right spot? That would be awesome if you could.
I'm afraid this is not a service that we are able to provide, Puncture. Previously, this information was not available for players to get themselves, so we were able to provide direct assistance and let you know where you were on this particular quest line. With patch 3.3.0 though our Developers implemented a way for players and especially those that make addons, to query the system and receive information on quest completion.
There are now several addons out there that can provide you with this information. You can also use the following command that should be able to tell you where you are.
You'll want to copy/paste this run line first.
/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()