OOX

#0 - Sept. 4, 2010, 9:30 a.m.
Blizzard Post
Was wondering if a blue could tell me which or if any of the oox quests that I have completed. I found a macro that someone said would work, but it didn't. :(
#8 - Sept. 5, 2010, 2:03 a.m.
Blizzard Post
Our Developers have implemented a way for players to determine which quests they have completed and many addon creators have taken advantage of this new option. You may want to give one of those a try.

Q u o t e:
I found a macro that someone said would work, but it didn't. :(
This one, Savataged?
Q u o t e:


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




I believe you run each set separately for it to work, Savataged. Run the first part then the second. The message you receive, at least for this character, should be:

You have not found OOX in Feralas
You have not found OOX in The Hinterlands
You have not found OOX in Tanaris

#10 - Sept. 5, 2010, 4:43 a.m.
Blizzard Post
Q u o t e:
I was wondering the same thing about the escort quests on this character. I have tried running the 2 macros, but I get no message at all.

I just took up pet collecting last week and I can't for the life of me remember if I've done these quests.

Any help would be great!

Thanks!



Are you looking in your chat log, Prysm? It should tell you that you have not completed the OOX in the Hinterland.
#13 - Sept. 5, 2010, 5:45 a.m.
Blizzard Post
Q u o t e:
Could you please let me know which ones I'm missing?

Thanks :-)


I'm sorry, Tallulahbell, but with the introduction of the ability for players to gain that information themselves we are no longer able to offer this information as we were previously.

Please use the information we have provided thus far. If you do not wish to use an addon that will let you know which quests you have completed please try the /run command that I previously listed.

You'll want to run the first line first then the second. It should say in your general chat window if you have completed the quests in a specific area.
#16 - Sept. 5, 2010, 6:50 a.m.
Blizzard Post
Q u o t e:
the macro doesnt work and i tried it separated and nothing comes up on my shaman that i used it on since she has the achievement for the pets and nothing comes up when i know i did tanris and hinterlands one.

but the ferals i havent gotten yet and it still wont run this macro at all


I think those of you who are not seeing the information pop up have an addon that may be filtering the information. As I mentioned to you, Volorn, I was able to use the commands that are listed here and received a read out of which OOX you have completed and which one you still need.

Anyone attempting to use these run commands that do not see a display try disabling your addons and try again.