View Bug Report
Not updating.
Bug #: 534
File: FuBar - QuestsFu
Date: 03-30-06 03:26 AM
By: K.Rool
Status: Fixed
Using 0.1.5.2, it works all perfect, but it doesn't update at all when I fulfill an objective, hand in a quest or get a new one or something. It scans once at load, and then gets stuck there appearently, only way to get it to update is to disable and re-enable it...

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: neriak_x - 03-30-06 07:13 AM
checking this event(s) onupdate should fix this easily.
QUEST_LOG_UPDATE

This event is fired very often. This includes, but is not limited to: viewing a quest for the first time in a session in the Quest Log; (once for each quest?) every time the player changes zones across an instance boundry; every time the player picks up a non-grey item; every time the player performs a quest activity, such as killing a mob for a quest.

QUEST_ITEM_UPDATE

Fired when the quest items are updated
source: http://www.wowwiki.com/Events_Q-R_%2...C_Resurrect%29
By: Kemayo - 03-30-06 10:50 AM
The sad part is that it's already bound to QUEST_LOG_UPDATE. I'll have to work out why the binding isn't firing.
By: Kemayo - 03-30-06 11:25 AM
Ah, okay. I followed the pattern from the BossPanel tutorial, which suggested binding all one's events in a function bound to PLAYER_ENTERING_WORLD... and I can only assume that sometimes the addon will finish loading late enough that the player will already have entered the world.