QuestItemBar

Quest Item Bar

About QuestItemBar

Automatically shows a bar with buttons for the quest items you possess. It looks similar to a standard action bar. It is based on Ace3 and various embedded libraries provided by the Ace-community.

Bug reports and feature requests

Please use the Ticket system. If you use it there is a higher probability that something will be fixed or implemented.

Features

  • Behaves more or less like any standard action button.
  • ButtonFacade support.
  • LibDataBroker launcher.
  • Show all or only usable quest items.
  • Should work on any WoW language client. Please report if it doesn't.

Configuration

  • Open a configuration dialog using the commands "/qib config" or "/QuestItemBar config" or by clicking the LDB launcher.
  • Configuration can be done using commands too. /qib <command>:
    • lock - Lock bar and hide anchor.
    • onlyUsable - Show only usable items and hide all other quest items.
    • styleheader - Bar Style & Layout
    • alpha - Configure the alpha of the bar.
    • alphaHover - Configure the alpha of the bar when mouse is over.
    • scale - Configure the scale of the bar.
    • padding - Configure the padding of the buttons.
    • direction - Configure the direction of the buttons from the anchor.
    • ignoreItem ([ItemLink] | ItemName). Same command to stop ignoring a item. It is also possible to drag and drop a item to the ignore item textbox in the config GUI.
    • config - Open the blizzard configuration UI.
  • Change the direction (growth) by right clicking on the anchor.

Planned features

  • Keybindings. Not sure exactly how it will be designed.
  • Ideas?

Credits

Ace community for Ace3 and the other libraries used. Authors of Bartender, Qbar, Recount for some great code examples.

  • Localization
    • Simplified Chinese (zhCN) and Traditional Chinese (zhTW). Thanks bigcell.
    • German (deDE). Thanks ZidayaXi.
    • French (frFR). Thanks Pettigrow.

You must login to post a comment. Don't have an account? Register to get one!

  • 8 comments
  • Avatar of ZidayaXis ZidayaXis Sun, 11 Oct 2009 05:27:48

    Seems that the Author doesn't work on this AddOn. But it works with 3.2.0.

  • Avatar of SpawnWarrior SpawnWarrior Sun, 20 Sep 2009 08:48:58

    Update to 3.2.0???

  • Avatar of Nickenyfiken Nickenyfiken Sat, 10 Jan 2009 09:46:59

    Sorry forgot that :-/ They are added now.

  • Avatar of bigcell bigcell Sat, 10 Jan 2009 09:31:37

    0.3-beta3

    all Locale\...

    add:

    L["Out of range color"]= "Out of range color"

    L["Configure the out of range color of the buttons."]= "Configure the out of range color of the buttons."

    )
  • Avatar of Nickenyfiken Nickenyfiken Sat, 10 Jan 2009 06:36:22

    Sorry about that. I think it is fixed in r19. Can you check?

  • Avatar of bigcell bigcell Sat, 10 Jan 2009 04:59:59

    Locale\..
    example:
    zhCN.lua:
    1 line:"local L = LibStub("AceLocale-3.0"):NewLocale("QuestItemBar", "deDE")"

    1 line:"local L = LibStub("AceLocale-3.0"):NewLocale("QuestItemBar", "zhCN")"

    :)

  • Avatar of Nickenyfiken Nickenyfiken Fri, 09 Jan 2009 23:29:03

    Good catch. I never thought of that. I'll add a scanner for equipped items ASAP.

    EDIT: r14 have support for this, but it is not properly tested.

  • Avatar of ironwulf ironwulf Fri, 09 Jan 2009 22:47:41

    Noticed that this only seems to see quest items in your bags, not anything you might wear or equip (as an example, the bar shows Egan's Blaster while it is in my bag, but it disappears from the bar when I equip it in a ranged slot to use)

  • 8 comments

Facts

Date created
09 Jan 2009
Category
Last update
23 Mar 2009
Development stage
Release
Language
  • deDE
  • enUS
  • frFR
  • zhCN
  • zhTW
License
All Rights Reserved
Curse link
QuestItemBar
Recent files
  • A: r41 for 3.0.9 on 23 Mar 2009
  • A: r40 for 3.0.8 on 30 Jan 2009
  • A: r39 for 3.0.8 on 30 Jan 2009
  • A: r38 for 3.0.8 on 29 Jan 2009
  • R: 0.5 for 3.0.8 on 29 Jan 2009

Authors

Relationships

Optional dependency
ButtonFacade
Embedded library
Ace3
CallbackHandler-1.0
Download Count
LibAboutPanel
LibGratuity-3.0
LibStub