• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

FuBar_QuestsFu

 
Project Updated:
Files Updated: Sat, Jan 23 2010
Supports Game Version: 3.3.0
Category: Quests & Leveling
Tags:

[Edit Tags]

Project Manager: Kemayo
Additional Authors: No additional authors
Current Version: v3.3
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 172
Downloads Total: 263,728
Favorites: 364
Comments: 93
  • About FuBar_QuestsFu
  •  

Keeps track of quests.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  FuBar_QuestsFu v3.3 Release 3.3.0 4,847 1/23/2010
  FuBar_QuestsFu v3.2.2 Release 3.2.0 36,459 8/15/2009
  FuBar_QuestsFu r3.2.1 Beta 3.2.0 77 8/15/2009
  FuBar_QuestsFu v3.2 Release 3.2.0 13,052 8/12/2009
  FuBar_QuestsFu r3.1-beta4 Beta 3.1.0 42,120 5/2/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Urbin said

    Since patch 3.3.2 I have difficulty with quest tracking and quests not showing up in my quest log. This problem shows both in Carbonite and QuestFu which I run in parallel.

    Has anyone else noticed this? Have there been changes in the quest related API?

    Reply Report Permalink
  • Thanks so much, Kemayo.

    Reply Report Permalink
  • Fermat said

    Thanks for update:)

    Reply Report Permalink
  • frizzman said

    I get the same error as Fermat and kaimon, it appears to be only related to

    237 -- Add quest givers to the quest log

    so not sure if this part is needed unless you want the quest log (L) to have the name of the quest giver. Any ideas if this can be removed? :)

    Reply Report Permalink
  • You can comment out lines 243-246 as such:

    --if name and givers and givers.db.char.questgivers[name] then
    --local questObjectives = QuestLogObjectivesText:GetText()
    --QuestLogObjectivesText:SetText(givers.db.char.questgivers[name] .. '\n\n' .. questObjectives)
    --end

    In theory, disabling the givers option in the right click menu should have prevented this from ever executing, but for some reason that option won't disable...

    Reply Report Permalink
  • Fermat said

    ruRU locale. I get this bug when i open quests by quest tracker.
    Date: 2010-01-02 00:15:43
    ID: 3
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\FuBar_QuestsFu\Blizz\Blizz.lua line 244:
    attempt to index global 'QuestLogObjectivesText' (a nil value)
    Debug:
    [C]: ?
    FuBar_QuestsFu\Blizz\Blizz.lua:244:
    FuBar_QuestsFu\Blizz\Blizz.lua:240
    (tail call): ?
    [C]: QuestLog_SetSelection()
    ..\FrameXML\QuestLogFrame.lua:776: QuestLog_OpenToQuest()
    ..\FrameXML\WatchFrame.lua:122: WatchFrameLinkButtonTemplate_OnLeftClick()
    ..\FrameXML\WatchFrame.lua:100: WatchFrameLinkButtonTemplate_OnClick()
    [string "*:OnClick"]:1:
    [string "*:OnClick"]:1
    AddOns:

    Reply Report Permalink
  • kaimon said

    Teuras tip worked - thank you! - but now I'm getting the following error:
    [2009/12/15 05:18:56-175-x1]: FuBar_QuestsFu-r43802\Blizz\Blizz.lua:244: attempt to index global 'QuestLogObjectivesText' (a nil value)
    (tail call): ?:
    <in C code>: in function `QuestLog_SetSelection'
    Interface\FrameXML\QuestLogFrame.lua:158: in function `QuestLogTitleButton_OnClick':
    <string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>

    I can't find anything about this error.

    Ideas anybody?

    Reply Report Permalink
  • Retlaw said

    It appears this fixed it for me:

    change "local questObjectives = QuestLogObjectivesText:GetText()"
    to "local questObjectives = QuestLogObjectivesText:SetText(questObjectives)"

    Reply Report Permalink
  • Seaker33 said

    The error i get is the following:

    D: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\FuBar_QuestsFu\Tracker\Tracker.lua line 441:
    attempt to index global 'WatchFrameTitleButton' (a nil value)
    Debug:
    (tail call): ?
    FuBar_QuestsFu\Tracker\Tracker.lua:441: Update()
    FuBar_QuestsFu\Tracker\Tracker.lua:209: LoadWatchedQuests()
    FuBar_QuestsFu\Tracker\Tracker.lua:143: OnEnable()
    FuBar_QuestsFu\Tracker\Tracker.lua:149:
    FuBar_QuestsFu\Tracker\Tracker.lua:149
    [string "safecall Dispatcher[1]"]:4:
    [string "safecall Dispatcher[1]"]:4
    [C]: ?
    [string "safecall Dispatcher[1]"]:13: ?()
    ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
    ...FuBar_QuestsFu\lib\LibQuixote-2.0\LibQuixote-2.0.lua:392: ?()
    ...FuBar_QuestsFu\lib\LibQuixote-2.0\LibQuixote-2.0.lua:115:
    ...FuBar_QuestsFu\lib\LibQuixote-2.0\LibQuixote-2.0.lua:114

    Not sure if anyone else is having the same issue but perhaps someone that knows more then me can look at this and suggest a possible fix.

    Reply Report Permalink
  • Teura said

    Remove line 441 in the said file (\Tracker\Tracker.lua), and also all other lines referencing to WatchFrameTitleButton (107, 234).

    As far as I ama aware of, WatchFrameTitleButton is redundant nowadays, and can be safely removed from the file.

    Reply Report Permalink
  • Gabby said

    worked perfectly, thanks for the save!

    Reply Report Permalink
  • Seaker33 said

    That did the trick, loading fine now with no errors. Thank you for the help.

    Reply Report Permalink
  • Baelmah said

    Hmm... seems to work ok for me in 3.3, I did find a minor fix for the "01FE01001FE01/0/25" text that shows up in Fubar.

    If you open up QuestsFu.lua and look for this line:
    r,g,b = self:GetColorFromCompletion(numQuestsDone / numQuests)

    It's around line 470, and change it to:
    r,g,b = self:GetColorFromCompletion(numQuestsDone)

    It should work as it should without showing the hex color code, or at least that's what worked for me.

    Reply Report Permalink
  • viddwizard said

    yes, I am finding a few problems since 3.3

    1. Many times my wife and I have to reform a group for both of us to get each other's quest updates.. either one of us gets both and other doesnt or most time we neither of us get both updates

    2. the quest tracker keeps turning itself on when I have it disabled. I think this might be related to it not having a "profile" setting where I can specify by character, but I thought using the fubar profile it might do it..

    really hope there is an update.

    Reply Report Permalink
  • azmodanrom said

    the blizz quest tracker is so big. i love questsFu for it;s small tracker and the ability to see quests just by moving the mouse over the fubar

    please update/fix

    Reply Report Permalink
  • akumasama said

    Don't we all! :D

    Reply Report Permalink
  • willi2 said

    Hope there will be an update for 3.3 ;-)

    Reply Report Permalink
  • Fermat said

    Have you got ant plans to update the addon? It is very nice and thanks for maintaining it. Look forward to updating it:) Best regards.

    Reply Report Permalink
  • Fermat said

    ruRU locale.
    Date: 2009-10-25 18:23:28
    ID: 4
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\FuBar_QuestsFu\Tracker\Tracker.lua line 289:
    attempt to index local 'objective' (a nil value)
    Debug:
    ...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:299: TriggerEvent()
    ...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:910:
    ...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:903
    AddOns:

    Reply Report Permalink
  • dukrous said

    Any chance you can fix the divide by zero error you have if you have no quests in your quest log? It displays one hell of an error.

    Reply Report Permalink
  • Addon Packs Containing FuBar_QuestsFu
  • Similar Addons
  •  

Average downloads per day

  1. 18,767 QuestHelper Map & Minimap, and Quests...
  2. 1,528 Altoholic Guild, Bags & Inventory, Mail...
  3. 1,450 Elitist Group Quests & Leveling, Boss Encounters...
  4. 607 Armory Bags & Inventory, Guild, Professions...
  5. 601 EveryQuest Quests & Leveling