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

  • Your Rating

  • Share
  • Report Abuse

QBar

  Download the Curse Client

Project Updated:
Files Updated: Sun, Mar 8 2009
Supports Game Version: 3.0.9
Category: Quests & Leveling
Tags:

, , , , and [Edit Tags]

Project Manager: Aezay
Additional Authors: No additional authors
Current Version: 09.03.08
License: All Rights Reserved
Avg Daily DL (last 30 days): 42
Downloads Total: 18,461
Favorites: 129
Comments: 31
  • Contests
  • About QBar
  •  

QBar - Quest Item Button Bar


Ever been questing and had to find all those usable quest items in your bags all the time, then this addon is for you. No longer will you have to keep your bags open to do daily bombing quests!

This addon will automatically create a dynamic buttonbar for all those usable quest items, it also checks if your equipped gear for usable quest items.

Command Line Parameters


/qb toggle
Toggles QBar being enabled or not

/qb scale <value>
Sets the scale of the buttons, default is 1.

/qb padding <value>
Configures the padding between the buttons, default is 1.

/qb tips
Determines if item tips are shown when you move your mouse over the buttons.

/qb vertical
Toggles between horizontal and vertical button bar

/qb lock
Toggles the button frame being locked, use this command to move the buttons around.

/qb clearignore
Clears the ignore list, and shows all items again. You can shift click an item to ignore it for the reminder of the session.

/qb bind
Use this command to set the key binding for the last item used, this is vital for all the dailies.

Lacking Features, Problems & Ideas


- Manage the update of keybinding, no need to unbind and rebind if it stays the same as before.
- There has been requests of an option to set which way QBar will grow, I have not forgotten this, I'll add it soon™.

  • Downloads (7)
  •  
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  
  QBar 09.03.08 Release 3.0.9 6,298 3/8/2009
  QBar 09.02.20 Release 3.0.9 483 2/25/2009
  QBar 08.11.09 Release 3.0.3 8,678 11/9/2008
  QBar 08.05.01 Release 2.4.0 710 5/1/2008
  QBar 08.04.12 Release 2.4.0 86 4/12/2008
Advertisement
  • Screenshots (1)
  •  
  • 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.
  • Citlalin said 

    If u want qbar_buttonfacade to work again change line 29 from:

    self.db = self:RegisterNamespace("QBar", defaults)

    TO:

    self.db = LibStub("AceDB-3.0"):New("QBar", defaults, "global")

    happy time!

    Reply Report Permalink
  • Citlalin said 

    that is QBar_ButtonFacade.lua line 29

    Reply Report Permalink
  • Citlalin said 

    fix for not saving profile in qbar_buttonfacade, 2 patches:

    --- QBar_ButtonFacade.toc.old 2008-05-19 06:21:10 -0500
    +++ QBar_ButtonFacade.toc 2009-06-22 20:00:32 -0500
    @@ -1,10 +1,11 @@
    -## Interface: 20400
    -## Title: QBar_ButtonFacade
    -## Notes: ButtonFacade support for QBar
    -## Author: Naitaeti @ Bronzebeard EU
    -## Dependencies: ButtonFacade, QBar
    -## X-Category: Action Bars
    -## X-Embeds: Ace3
    -## X-Credits: Bongos3_ButtonFacade
    -
    -QBar_ButtonFacade.lua
    +## Interface: 30000
    +## Title: QBar_ButtonFacade
    +## Notes: ButtonFacade support for QBar
    +## Author: Naitaeti @ Bronzebeard EU
    +## Dependencies: ButtonFacade, QBar
    +## X-Category: Action Bars
    +## X-Embeds: Ace3
    +## X-Credits: Bongos3_ButtonFacade
    +## SavedVariables: QBar
    +
    +QBar_ButtonFacade.lua



    --- QBar_ButtonFacade.lua.old 2008-05-19 07:45:36 -0500
    +++ QBar_ButtonFacade.lua 2009-06-22 20:07:48 -0500
    @@ -26,8 +26,7 @@
    end

    function qbarbf:OnInitialize()
    - self.db = self:RegisterNamespace("QBar", defaults)
    -
    + self.db = LibStub("AceDB-3.0"):New("QBar", defaults, "QBar")
    --ChatFrame1:AddMessage("qbarbf init")

    if QBar and not OldUpdateButtons then

    Reply Report Permalink
  • I still think it's superior to the one blizzard put in; like a lot of the addons they try to incorporate into the game. (Seriously, who uses the built-in voice chat? xD) So I'll still be using it and hope you continue to keep it up to date. Good work!

    Reply Report Permalink
  • Yewbacca said 

    I fully agree. This is way better than the default blizzard one.

    But most importantly, I don't even use Blizzard's tracker, I use an alternative quest tracker. This means that I need Qbar, and not only that, I REALLY prefer Qbar's interface.

    The code is simple enough that it shouldn't break easily. Hoping Qbar works for a long time.

    Reply Report Permalink
  • Ditto on this'n, half the time the items don't even appear on my quest tracker till I've used them once or twice.

    I got this about 3 weeks before the patch, I loved it. And still think it is so much better, and really really hope for a update.

    Reply Report Permalink
  • Aezay said 

    [levi_eli]
    It's still working, so no update is needed, and since blizzard put this into the game now, I'll probably not bother updating it any further.

    Reply Report Permalink
  • levi_eli said 

    great addon
    any update?

    Reply Report Permalink
  • This has made questing very easy and a lot faster. No more digging through bags trying to find what I need.

    Reply Report Permalink
  • Aezay said 

    [kizmar]
    I tried to see if I could get the bars to turn red when out of range, but it's not really working properly. Might be because IsItemInRange() doesn't return the same as IsActionInRange(). I am going to look a bit more into this after patch 3.1 hits because it has some new quest item functions.

    [badhairday]
    Added this in the previous release, thanks for the suggestion.

    Reply Report Permalink
  • This addon is awesome. I have one suggestion - if there's only one quest item, make the keybinding point to it without having to click it once first. I did this on my copy by changing line 452 from:

    if (reBind) and (cfg.bindKey) and (lastName == f.items[i].name) then

    to:

    if (reBind) and (cfg.bindKey) and ((lastName == f.items[i].name) or (shownItems ==1)) then

    Reply Report Permalink
  • kizmar said 

    Awesome concept for an addon. I'd love to see some extras added in. (http://wow.curseforge.com/projects/qbar/tickets/1-a-few-enhancements/)

    Reply Report Permalink
  • gendi said 

    Just wanted to add my thanks for an excellent addon!

    Reply Report Permalink
  • csun said 

    best of all quest item bar addons !

    esp the keybinding thing works really nice
    check out the other addons and import their good fatures :)

    keep it running !

    Reply Report Permalink
  • jmcgrath said 

    Great Addon. Saves loads of time. Thanks.

    Reply Report Permalink
  • TheFeshy said 

    Could you add an option to reverse the direction that the bar grows? In my setup I'd like to have the bar grow right to left instead of left to right.

    This has been a very useful addon for me, especially for bombing run quests. Thanks!

    Reply Report Permalink
  • Spectre7 said 

    Hey Great Addon
    Can you please add an opacity/alpha setting
    The only feature its really missing
    Ty Spectre

    Reply Report Permalink
  • Arhynion said 

    Nice addon.
    Is there anyway to control what gets shown? I still use up the tons of jujus lying around when farming etc., which unfortunately are categorized as quest items (and I don't want/need them on the qbar).

    Edit: oh, just saw the rlenny wrote the same thing. Well, then I second the request :-)

    Reply Report Permalink
  • Arhynion said 

    Forget my comment - I should just rtfm... ;-)

    Reply Report Permalink
  • Aezay said 

    Not written by me, and I've not tried it out, but look here, credits go to Naitaeti:
    http://www.wowinterface.com/downloads/info8945.html

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 61,710 QuestHelper Map & Minimap, and Quests...
  2. 2,044 Altoholic Guild, Bags & Inventory, Mail...
  3. 1,460 QuestGuru Quests & Leveling
  4. 775 Bayi's Extended Questlog Quests & Leveling
  5. 770 Cartographer_QuestInfo Map & Minimap, and Quests...