So beyond broken in 3.2. Dangit. Hope a fix comes soon! I so've gotten used to hearing 'Job's done' that I keep questing if I don't hear it. Sad, huh? lol
FuBar_QuestsFu-r43802 PartyNotify PartyNotify.lua:66: attempt to concatenate local 'title' (a boolean value)\nCallbackHandler-1.0-3:146: in function <...oot Libs CallbackHandler-1.0 CallbackHandler-1.0.lua:146>\n<string>:\"safecall Dispatcher[4]\":4: in function <[string \"safecall Dispatcher[4]\"]:4>\n<in C code>: ?\n<string>:\"safecall Dispatcher[4]\":13: in function `?'\nCallbackHandler-1.0-3:91: in function `Fire'\nLibQuixote-2.0-90079:511: in function `?'\nLibQuixote-2.0-90079:544: in function `?'\nCartographer_QuestInfo-3.1.1 Core.lua:451: in function <Interface AddOns Cartographer_QuestInfo Core.lua:449>\n\n -"
Message: ..\AddOns\FuBar_QuestsFu\QuestsFu.lua line 716:
attempt to call method 'ShareQuest' (a nil value)
Debug:
...nterface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:985:
...nterface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:970
.. i play on a german client if this info is neccessary
I have an issue for which I can't seem to find the relevant option in the addon's menu. Every time I accept a quest and move to a certain range away from the quest giver, the tracker disappears.
If this is range dependent and can be turned off, where is the option?
Or if this is some kind of bug, has anyone experienced it before and perhaps found a solution?
I keep getting an error message when I log in:
..\lib\LibTourist-3.0\LibTourist-3.0.lua:20 Cannot find a library instance of "LibBabbleZone-3.0"
In my QuetsFu\Lib directory there is such a library, but the tourist lib cannot seem to find it.
I tried copying the LibBabbleZone into both the lib directory underneath LibTourist and LibStub directory underneath LibTourist as well but it cannot seem to see it.
OK - the Blizzard Quest tracker is successfully supressed with the 404 build :)
But the Blizzard Informations when you progress dailies for example aren't supressed. This means that you have the informations twice. One in the Area which you have adjusted in QuestFu (Raid-Warning for example) and the blizzard one
I'm having some issues with quests not being added to the list when they are picked up. Also, the usual problem that everyone else is having where Blizzards quest tracker doesn't pay attention to settings and keeps displaying :(
here is a diff that seems to fix the issue with Blizzard Informatoin and standard quest tracker fully being supressed. Not sure if it is the correct fix or not. Someone at wowinterface did the changes and posted it in the comments there..
Index: Tracker/Tracker.lua===================================================================--- Tracker/Tracker.lua (revision 401)+++ Tracker/Tracker.lua (working copy)@@ -103,6 +103,8 @@
else
if tablet:IsRegistered('QuestsFu_Tracker') then tablet:Close('QuestsFu_Tracker') end
WatchFrame:Show()
+ WatchFrameTitleButton:Show()+ WatchFrameLines:Show()
end
end,
},
@@ -226,6 +228,8 @@
end
debug("AddQuestWatch", questid, uid, title)
WatchFrame:Hide()
+ WatchFrameTitleButton:Hide()+ WatchFrameLines:Hide()
end
function QuestsFu_Tracker:RemoveQuestWatch(questid)
@@ -375,6 +379,8 @@
end
tablet:Refresh('QuestsFu_Tracker')
WatchFrame:Hide()
+ WatchFrameTitleButton:Hide()+ WatchFrameLines:Hide()
end
end
end
- #33
Malphator Wed, 05 Aug 2009 02:19:15So beyond broken in 3.2. Dangit. Hope a fix comes soon! I so've gotten used to hearing 'Job's done' that I keep questing if I don't hear it. Sad, huh? lol
- #32
wxx011 Wed, 10 Jun 2009 11:28:58sorry,I have a error message
FuBar_QuestsFu-r43802
PartyNotify
PartyNotify.lua:66: attempt to concatenate local 'title' (a boolean value)\nCallbackHandler-1.0-3:146: in function <...oot
Libs
CallbackHandler-1.0
CallbackHandler-1.0.lua:146>\n<string>:\"safecall Dispatcher[4]\":4: in function <[string \"safecall Dispatcher[4]\"]:4>\n<in C code>: ?\n<string>:\"safecall Dispatcher[4]\":13: in function `?'\nCallbackHandler-1.0-3:91: in function `Fire'\nLibQuixote-2.0-90079:511: in function `?'\nLibQuixote-2.0-90079:544: in function `?'\nCartographer_QuestInfo-3.1.1
Core.lua:451: in function <Interface
AddOns
Cartographer_QuestInfo
Core.lua:449>\n\n
-"- #31
xevilgrin Fri, 15 May 2009 15:25:53Hi there..
If i like to share a Quest i got this error:
Message: ..\AddOns\FuBar_QuestsFu\QuestsFu.lua line 716: attempt to call method 'ShareQuest' (a nil value) Debug: ...nterface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:985: ...nterface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:970
.. i play on a german client if this info is neccessary
and a big thx for this great addon
evil regards
<..... EvilGrin .....>
- #30
Rykros Mon, 27 Apr 2009 17:25:58I have an issue for which I can't seem to find the relevant option in the addon's menu. Every time I accept a quest and move to a certain range away from the quest giver, the tracker disappears.
If this is range dependent and can be turned off, where is the option?
Or if this is some kind of bug, has anyone experienced it before and perhaps found a solution?
Thanks for the support and the fantastic addon.
- #29
walkhan Sat, 25 Apr 2009 10:15:22Thank you for your effort.
- #28
ericth Thu, 23 Apr 2009 01:24:32I keep getting an error message when I log in: ..\lib\LibTourist-3.0\LibTourist-3.0.lua:20 Cannot find a library instance of "LibBabbleZone-3.0" In my QuetsFu\Lib directory there is such a library, but the tourist lib cannot seem to find it. I tried copying the LibBabbleZone into both the lib directory underneath LibTourist and LibStub directory underneath LibTourist as well but it cannot seem to see it.
- #27
SilencerFA Sun, 19 Apr 2009 09:15:17OK - the Blizzard Quest tracker is successfully supressed with the 404 build :)
But the Blizzard Informations when you progress dailies for example aren't supressed. This means that you have the informations twice. One in the Area which you have adjusted in QuestFu (Raid-Warning for example) and the blizzard one
- #26
ranintou4504 Sat, 18 Apr 2009 15:33:273Q~+++
- #25
Azonia Sat, 18 Apr 2009 15:25:17I'm having some issues with quests not being added to the list when they are picked up. Also, the usual problem that everyone else is having where Blizzards quest tracker doesn't pay attention to settings and keeps displaying :(
- #24
schultzr Sat, 18 Apr 2009 14:59:57here is a diff that seems to fix the issue with Blizzard Informatoin and standard quest tracker fully being supressed. Not sure if it is the correct fix or not. Someone at wowinterface did the changes and posted it in the comments there..