Advertisement

QBar

  Download the Curse Client

Last Update: May 1, 2008 (2 months ago)
Category: Quest & Leveling
Tags: buttons, item, quest, quick, and usable
Project Manager: Aezay
Current Version: QBar 08.05.01
(for World of Warcraft 2.4.0)
Downloads Today: 7
Downloads Total: 1,819
Favorites: 29
Comments: 15
  • 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.

  • Downloads (4)
  •  
Advertisement
  • Screenshots (1)
  •  

You need to login or register to post comments.

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.
 
  • May 15, 2008, 03:42AM (2 months, 1 week ago)

    "Gordawg's Boulder" is an item quest for "Shattering the Veil" in Nagrand wich is not detectec by Qbar
    "Warmaul Ogre Banner" from ruthless cunning in nagrqnd too
    "Kil'sorrow banner" et "Damp Woolen blanket " from same chain quest

  • May 9, 2008, 07:41AM (2 months, 2 weeks ago)

    missing some more quest item dont have the name here but seen it on an friends alt

  • May 4, 2008, 07:57AM (2 months, 3 weeks ago)

    its doesnt take the children weeks quest item :p

  • April 27, 2008, 10:04PM (2 months, 3 weeks ago)

    Love the addon cept for not being able to lock it in place so i wrote this little sniplet to fix that. I am in no way a professional programmer, i just know enough to make things do little things that i want or need. Im sure this wasnt the best way to do it either but it does seem to work.

    First thing i did was change a line to make qbar locked in place from the start:

    You will find, under the heading Main:

    f:SetMovable(1);

    Just change the 1 to 0:

    f:SetMovable(0);

    And it will be locked in place.

    Then scroll down till you find the heading Command Line.

    You can copy and paste this in there between any of the / commands. They begin with --

    -- Lock

    elseif (param1 == "lock") then

    AzMsg("Qbar is now |1"..(cfg.lock and "locked").."|r.");
    f:SetMovable(0);

    -- unlock

    elseif (param1 == "unlock") then

    AzMsg("Qbar is now |1"..(cfg.unlock and "unlocked").."|r.");
    f:SetMovable(1);

    Now use /qb unlock to be able to move it around to where you want it. Then use /lock to lock it in place

    Like i said this is just an easy temp fix till Aezay does some real coding and puts a lock function in qbar him/her self.

    Littledude

  • April 22, 2008, 04:19AM (3 months ago)

    CYPSYAN, which usable quest item does not have the text "Quest Item" on the second line of the tip?

    thegriff, that item is not usable.

  • April 23, 2008, 03:10PM (3 months ago)

    items like Chrono Beacon from black morass...such a pain to add it in bar each time i run it...that but many item quest i got on my alts (i can remember names) i'll send you some example as sson as i got some on my alts

  • April 22, 2008, 02:25PM (3 months ago)

    ok thanks!

  • April 22, 2008, 03:42AM (3 months ago)

    it seems this addon check for item with "quest item" in tooltip but could you add a item database option we could filled ourself with item name coz lot of item quest dont have the "itel quest" tag in ther tooltip

  • April 21, 2008, 06:14PM (3 months ago)

    I think I have found a quest item that didn't get picked up. I will upload a screen cap. I can verify that Qbar was enabled and working as it picked up the next quest items I received. No I had not set it on ignore or at least to the best of my knowledge I had not set it on ignore. screen cap and again here.

  • April 11, 2008, 01:27PM (3 months, 1 week ago)

    Thank for adding those options. I had another idea of something that would be nice. Could you please put in an option to turn off the border?
    Thanks!!

    Oh, and if possible be able to lock the position?

  • April 9, 2008, 08:32PM (3 months, 2 weeks ago)

    Spectre7, there is not a direct way to see which quest item belongs to which quest, so that request will most likely never happen. Maybe some shift click on a button to hide it would be a good alternative.

  • April 9, 2008, 01:30PM (3 months, 2 weeks ago)

    Fantastic Idea for an addon! Thank you. This may be a bit much, but would it be possible to add some other bar-type things? Scaling. Locking. Transparency. Switching the bar vertical. Reversing the order (the side it builds from). That kind of thing. (some of these have been said, so I second those)

    Thanks again!

  • April 8, 2008, 06:15AM (3 months, 2 weeks ago)

    This is a good addon one thing i'd like to see as well as the ones rlenny said would be that items are removed from the bar when you have completed the quest, like the objectives i mean not hand it in

    Thx lol :D

  • April 7, 2008, 04:31PM (3 months, 2 weeks ago)

    rlenny, this addon has no options at the moment, so you aren't missing anything :P They are some good ideas, and I will add some at least, when I get some time.

  • April 7, 2008, 05:27AM (3 months, 2 weeks ago)

    Hey,
    Youve got a good thing goin, in the past i used a hidden bar with Trinity bars 2.0
    Some ideas though (these may be implmented already and i just cant figure it out)
    -Change the alpha of the bar
    -Scale,Rezise
    -Keybindable (very necessary for the bombing quests)
    -Hidden till mouseover
    -Filter for unwanted quest items on bar.

    hehe im asking alot eh?

 
  • Similar Addons
  •  
  1. 20,912 QuestHelper Map and Quest & Leveling
  2. 4,875 GroupCalendar Group/Guild Management, Quest ...
  3. 2,117 Carbonite Quest Chat & Communication, PvP, ...
  4. 1,341 Cartographer ... Map and Quest & Leveling
  5. 652 ZaleFX Interface Chat & Communication, Buffs & ...
Advertisement