nQuestLog
Questing minion
---
August 20, 2009: I have started the tear-down/rebuild of this addon and will keep this description updated as I go. My path will be:
1) DONE - Thanks Fyrye. Update the libraries so we can get it working without yelling at you, albeit with a bit of tweaking
2) Update the code to work with the new questlog api
3) Recode and reduction of external library dependancy
Great fix, was driving a little bonkers! Thanks.
- Pseudopath.
In nQuestLog\modules\Notifications\Notifiations.lua:
function Notification:UIErrorsFrame_OnEvent(self, event, message)
--If the option is enabled, then suppress Blizzard objective progress messages
if ( Notification.db.profile.hideBlizz ) and ( event == "UI_INFO_MESSAGE" ) and ( message:match(L["blizzProgressPattern"]) ) then
return
end
return Notification.hooks.UIErrorsFrame_OnEvent(self, event, message)
end
other similar addons are terrible!! so popular questhelper is so stupid (on my opinion ;P) please just make this addon compatible with last wow-updated version! i just can't play without it ;(
Is this addon still being worked on or is this a dropped project? if dropped what would be a good replacement.
But - for folks who want a temporary fix to the Notifications Issue, and don't mind trying a teeny bit of code: go to the notifications.lua file (nquestlog/Modules/Notifications) and comment out the two instances of self:Hook("UIErrorsFrame_OnEvent", true) by putting -- in front of them. It seems to work quite nicely.
Credit to Heronnu over in the QuestsFU comments for this idea.
Assigned the authors.
Still hoping this gets fixed, but I'm relieved I don't have to uninstall it.
3.0.2 update?
For now you can just go to the config menu > Notifications and uncheck Notifications. It's not ideal, you won't see quest completion notifications etc anymore, but at least you get to keep the awesome nQuestLog functionality!
Still hoping this gets fixed, but I'm relieved I don't have to uninstall it.