View Single Post
07-01-12, 08:54 AM   #36
Nimhfree
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 267
So for Grail I now check the runtime to see if QueryQuestsCompleted and GetQuestsCompleted exist. If not, I create an implementation that calls my "quest from server" updating routine. In it the call to GetQuestsCompleted is implemented to cycle through the quests and call IsQuestFlaggedCompleted for each one. On beta this seems to work and not cause the dreaded "your LUA code is taking too long" so I am leaving the code in place for now. Of course if Blizzard implements either of these two routines in the future, the old mechanism for either will still work (tested to still work in live).