View Single Post
10-14-09, 07:07 PM   #1
Bluspacecow
Giver of walls of text :)
 
Bluspacecow's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 770
3.3 PTR : We can now get a list of completed quests

I am wanting to bring more notice to a change that come in a recent build of the 3.3 PTR.

You know how almost every week someone's asking about an addon that gives them a history of quests they've completed and our answer is always "No that information isn't available via the api therefore can't be done in an addon"

Well....

http://forums.worldofwarcraft.com/th...26978820&sid=1
You can now query for a list of completed quests with “QueryQuestsCompleted()” then wait for the “QUEST_QUERY_COMPLETE” event, and call “GetQuestsCompleted(<luatable>)”.
http://forums.worldofwarcraft.com/th...37376853&sid=1
* NEW - QueryQuestsCompleted() requests that the server send the client a list of completed quest ids. Once the list is received the QUEST_QUERY_COMPLETE event is fired. (There is a limit on how frequently this can be called)
* NEW - tbl = GetQuestsCompleted([tbl]) populates a table (creating one if necessary) with the ids of completed quests. (The format of this table may change before release)
I did post this yesterday in my 3.3 thread but no one answered to say OMG! OMG

There was a severe lack of dancing bananas too

Front243 also posted something to the Carbonite forums too but he went unloved too

<----------------- adopts kicked puppy look

Not feeling the love here people
__________________
tuba_man on Apple test labs : "I imagine a brushed-aluminum room with a floor made of keyboards, each one plugged into a different test box somewhere. Someone is tasked with tossing a box full of cats (all wearing turtlenecks) into this room. If none of the systems catch fire within 30 minutes, testing is complete. Someone else must remove the cats. All have iPods." (http://community.livejournal.com/tec...t/2018070.html)
  Reply With Quote