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.
------------------------------------------------------------------------
r37 | nickenyfiken | 2009-01-29 16:21:24 +0000 (Thu, 29 Jan 2009) | 1 line
Changed paths:
A /tags/0.5 (from /trunk:36)
Tagging as 0.5
------------------------------------------------------------------------
r36 | Nickenyfiken | 2009-01-29 15:59:32 +0000 (Thu, 29 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
Tweaked how "This item begins a quest." items are detected.
------------------------------------------------------------------------
r35 | Nickenyfiken | 2009-01-29 14:32:32 +0000 (Thu, 29 Jan 2009) | 1 line
Changed paths:
A /trunk/Locale/esMX.lua
Added missing esMX.lua locale file.
------------------------------------------------------------------------
r33 | Nickenyfiken | 2009-01-17 00:26:59 +0000 (Sat, 17 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
Only show one button for items split in multiple stacks.
------------------------------------------------------------------------
r32 | Nickenyfiken | 2009-01-17 00:10:55 +0000 (Sat, 17 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
M /trunk/Options.lua
Items are ignored by itemId instead of itemLink. Items should properly be able to be ignored by either link, id or name.
------------------------------------------------------------------------
r31 | Nickenyfiken | 2009-01-15 20:53:53 +0000 (Thu, 15 Jan 2009) | 1 line
Changed paths:
M /trunk/Options.lua
Fix listing of ignored items.
------------------------------------------------------------------------
r28 | Nickenyfiken | 2009-01-13 20:12:40 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/Options.lua
More options locale.
------------------------------------------------------------------------
r27 | Nickenyfiken | 2009-01-13 17:24:36 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/Options.lua
Added localization for blizz options.
------------------------------------------------------------------------
r26 | Nickenyfiken | 2009-01-12 12:37:40 +0000 (Mon, 12 Jan 2009) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/Options.lua
M /trunk/embeds.xml
Add about panel using LibAboutPanel.
------------------------------------------------------------------------
r24 | Nickenyfiken | 2009-01-12 07:58:17 +0000 (Mon, 12 Jan 2009) | 1 line
Changed paths:
M /trunk/Options.lua
Added localization for new ignore item options.
------------------------------------------------------------------------
r23 | Nickenyfiken | 2009-01-11 11:31:59 +0000 (Sun, 11 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
M /trunk/Options.lua
Added item ignore list
------------------------------------------------------------------------
r20 | Nickenyfiken | 2009-01-10 07:00:58 +0000 (Sat, 10 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
M /trunk/Options.lua
Only save itemLink for usable items if it is configured to show usable items.
------------------------------------------------------------------------
r19 | Nickenyfiken | 2009-01-10 06:27:07 +0000 (Sat, 10 Jan 2009) | 1 line
Changed paths:
M /trunk/Locale/esES.lua
M /trunk/Locale/frFR.lua
M /trunk/Locale/koKR.lua
M /trunk/Locale/ruRU.lua
M /trunk/Locale/zhCN.lua
M /trunk/Locale/zhTW.lua
Fixed locale files (oops)... hopefully
------------------------------------------------------------------------
r17 | Nickenyfiken | 2009-01-10 04:47:20 +0000 (Sat, 10 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
M /trunk/Options.lua
Added options for OOR color.
------------------------------------------------------------------------
r16 | Nickenyfiken | 2009-01-10 04:14:06 +0000 (Sat, 10 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
Added out of range coloring. Not configurable yet.
------------------------------------------------------------------------
r15 | Nickenyfiken | 2009-01-10 03:51:27 +0000 (Sat, 10 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
Changed how item information is pulled from game on button update. No more storing of bag and slot information. Using itemLinks only instead.
------------------------------------------------------------------------
r14 | Nickenyfiken | 2009-01-10 02:14:59 +0000 (Sat, 10 Jan 2009) | 2 lines
Changed paths:
M /trunk/Core.lua
-Look at inventory/equipped items. Should work but is not tested properly. Test made by pretending that equipped trinkets are quest items. :-P
-Changed event handling so close fired BAG_UPDATE and UNIT_INVENTORY_CHANGED don't trigger a item scan.
------------------------------------------------------------------------
r12 | Nickenyfiken | 2009-01-09 10:16:08 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
M /trunk/.pkgmeta
Changed .pkgmeta to not use tagged external libs...
------------------------------------------------------------------------
r11 | Nickenyfiken | 2009-01-09 08:56:25 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
A /trunk/Locale/deDE.lua
A /trunk/Locale/esES.lua
A /trunk/Locale/frFR.lua
A /trunk/Locale/koKR.lua
A /trunk/Locale/ruRU.lua
A /trunk/Locale/zhCN.lua
A /trunk/Locale/zhTW.lua
More locale files added!
------------------------------------------------------------------------
r10 | Nickenyfiken | 2009-01-09 08:41:40 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
M /trunk/Locale/enUS.lua
Play with localization app.
------------------------------------------------------------------------
r8 | Nickenyfiken | 2009-01-09 08:05:49 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
M /trunk/Core.lua
M /trunk/Locale/enUS.lua
M /trunk/Options.lua
Added option to hide the bar/buttons. Was only possible from LDB before and not saved between sessions.
------------------------------------------------------------------------
r7 | Nickenyfiken | 2009-01-09 07:42:49 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
M /trunk/QuestItemBar.toc
Add @project-version@ keyword to toc (hope it does what i think)
------------------------------------------------------------------------
r6 | Nickenyfiken | 2009-01-09 07:27:20 +0000 (Fri, 09 Jan 2009) | 3 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/Core.lua
A /trunk/Locale
A /trunk/Locale/enUS.lua
A /trunk/Locale/locale.xml
M /trunk/Options.lua
M /trunk/QuestItemBar.toc
M /trunk/embeds.xml
-Added localization support.
-Added missing external to .pkgmeta
-Some code cleanup
------------------------------------------------------------------------
r4 | Nickenyfiken | 2009-01-09 04:53:51 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
D /trunk/Wiki.txt
Delete Wiki.txt
------------------------------------------------------------------------
r3 | Nickenyfiken | 2009-01-09 03:14:18 +0000 (Fri, 09 Jan 2009) | 2 lines
Changed paths:
M /trunk
M /trunk/Core.lua
M /trunk/Options.lua
-Added possibility to toggle anchor using the LDB icon.
-New LDB icon.
------------------------------------------------------------------------
r2 | Nickenyfiken | 2009-01-09 02:23:57 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
A /trunk/.pkgmeta
A /trunk/Core.lua
A /trunk/Options.lua
A /trunk/QuestItemBar.toc
A /trunk/Wiki.txt
A /trunk/embeds.xml
Initial import.
------------------------------------------------------------------------
r1 | root | 2009-01-09 01:44:42 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"questitembar/mainline: Initial Import"
------------------------------------------------------------------------
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...