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.
- 8 comments
- 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
Authors
Relationships
- Optional dependency
- ButtonFacade
- Embedded library
- Ace3
- CallbackHandler-1.0
- Download Count
- LibAboutPanel
- LibGratuity-3.0
- LibStub
- #8
ZidayaXis Sun, 11 Oct 2009 05:27:48Seems that the Author doesn't work on this AddOn. But it works with 3.2.0.
- #7
SpawnWarrior Sun, 20 Sep 2009 08:48:58Update to 3.2.0???
- #6
Nickenyfiken Sat, 10 Jan 2009 09:46:59Sorry forgot that :-/ They are added now.
- #5
bigcell Sat, 10 Jan 2009 09:31:370.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."
- #4
Nickenyfiken Sat, 10 Jan 2009 06:36:22Sorry about that. I think it is fixed in r19. Can you check?
- #3
bigcell Sat, 10 Jan 2009 04:59:59Locale\..
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")"
:)
- #2
Nickenyfiken Fri, 09 Jan 2009 23:29:03Good 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.
- #1
ironwulf Fri, 09 Jan 2009 22:47:41Noticed 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)