#0 - June 12, 2010, 6:25 a.m.
Q u o t e:
Thanks for the advice but I'm hoping for a reply from blizzard as to where the toon karllee from korialstraz is on this quest line. This is apparently the only way to get this info.
Q u o t e:
You can now query for a list of completed quests with "QueryQuestsCompleted()" then wait for the "QUEST_QUERY_COMPLETE" event, and call "etQuestsCompleted(<luatable>)".
Q u o t e:
Yep!
/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()