View Single Post
06-14-09, 04:04 AM   #5
orionshock
A Wyrmkin Dreamwalker
 
orionshock's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 50
To add my 2c in.

[true|false on Completion]= GetQuestStatus(id)
GetHistoricQuestLog()

The various query functions prolly will never be implemented due to server load. However All that we really need to know can be sumed up in these 2 api functions that work similar to the guild roster. Where one calls GetHistoricQuestLog() and it fires an event for when the client has all of the quest that are completed. Anything that isn't completed is either available or not applicable (faction/race specific ones). That's about all I foresee blizzard giving us.

Tho I'd have to agree with the Gossip API request, those would be nice.
__________________
"I was there in the beginning... and things were very different back then" --An Echo from a time before.
  Reply With Quote