#18 - July 2, 2010, 3:21 a.m.
Q u o t e:
Is it possible for you guys to tell me which ones of the three I have done on this character, Please? :)
Thanks a bunch
Our Developers implemented a command that allows players to now determine which quests they may have completed. The one used for the OOX quests is the following.
/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()
There are also options available within some addons that allow you to track which quests you may have completed. You may want to look into those. :)
*glances at Selenic*
That command looks familiar, I think I borrowed it from you. <3