/run wowiQC={} local x=CreateFrame("FRAME") x:RegisterEvent("QUEST_QUERY_COMPLETE") x:SetScript("OnEvent",function() GetQuestsCompleted(wowiQC) print("Data collected") end) QueryQuestsCompleted()- data collected
/run local r={8341} for k=1,#r do if not wowiQC[r[k]] then print(r[k],'- не выполнен') else print(r[k],'- выполнен') end end- 8341 - ?? ??????





