-
Posted by extremecharmed on Thu, 11 Sep 2008 19:31:17
Hi,
I'm new with creating AddOns for WoW.
Now I'm trying to get something to work and I need to know this:
Does WoW (Bliz) keep a list for every Char which Quest is Completed and turned in.
If this is the case, can I with an API function check if let me say, the current Char I'm playing with
has completed "The Stone Circle".
So:
- Character accepts Quest
- Character completes Quest
- Character turns Quest in
*Quest is out the log*
Can I check now according to Quest name or something if he completed the Q.
sorry for the crappy English. -
Posted by extremecharmed on Thu, 11 Sep 2008 19:31:17
Hi,
I'm new with creating AddOns for WoW.
Now I'm trying to get something to work and I need to know this:
Does WoW (Bliz) keep a list for every Char which Quest is Completed and turned in.
If this is the case, can I with an API function check if let me say, the current Char I'm playing with
has completed "The Stone Circle".
So:
- Character accepts Quest
- Character completes Quest
- Character turns Quest in
*Quest is out the log*
Can I check now according to Quest name or something if he completed the Q.
sorry for the crappy English. -
Posted by morlando on Thu, 11 Sep 2008 22:16:16
Presently, all of this information is stored on the server and isn't accessible to addons. In 3.0 you'll be able to get a teeny bit closer by keeping track of quest-related achievements, but these only cover aggregate cases like completing all the quests in a given zone.
-
Posted by extremecharmed on Fri, 12 Sep 2008 06:32:11
oh , thnx for the answer
but it isn't what I wanted to hear :p
-
Posted by Magnamus on Fri, 12 Sep 2008 14:03:01
But, if you watch the following events, you can keep your own log of quests:
QUEST_COMPLETE
QUEST_LOG_UPDATE
QUEST_WATCH_UPDATE