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

  • Your Rating

  • Share
  • Report Abuse

Quest Item

  Download the Curse Client

Project Updated:
Files Updated: Fri, Jan 16 2009
Supports Game Version: 3.0.3
Category: Bags & Inventory, Quests & Leveling, and Action Bars
Tags:

, and [Edit Tags]

Project Manager: Pericles
Additional Authors: No additional authors
Current Version: v1.22
License: GNU General Public License version 3 (GPLv3)
Avg Daily DL (last 30 days): 50
Downloads Total: 21,348
Favorites: 54
Comments: 25
  • About Quest Item
  •  

Quest item is intended to solve the problem of where on earth did the item I just got for the quest go to in my bags. If you play "hunt your bags" for quest items this is the addon for you.

The idea is that you get what looks like an extra bag (it cant actually give you extra bag space sorry) but that only shows your quest items. If you open this bag you will only see quest items or items that begin a quest. This way you have only a single location to look in to view all the items you need for a quest. You need never again have to open your normal bags to hunt for quest items.

I plan to add features like warning you if you put quest items in the bank, showing quest items in the bag that are in the bank. Colour coding your bag items to highlight quest items, and any other useful feature in line with the goal of the addon that users suggest.

Use /qi show or /qi open to display the bag. Or use the FuBar plugin to click to open it.

  • Downloads (5)
  •  
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  
  Quest Item v1.22 Release 3.0.3 15,233 1/16/2009
  Quest Item v1.21 Release 3.0.3 4,420 12/12/2008
  Quest Item v1.20 Release 3.0.3 936 12/4/2008
  Quest Item v1.10 Release 3.0.3 208 12/3/2008
  Quest Item v1.00 Release 3.0.3 126 12/2/2008
  • 1 page(s)
Advertisement
  • 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.
  • This is a terrific tool.

    Is there a way to make it like allow you to search for any type of item? Like make it so I can type /qi filter Finger and it shows me all the rings in my bags.

    Thanks though for a terrific addon.

    Reply Report Permalink
  • Ariana17 said 

    Could you make something similar to this where it separates all the grayed out useless items? It would make it a lot easier to sell =P

    Reply Report Permalink
  • harl said 

    You could just use Automaton, AutoProfit, Minimalist, GarbageFu or one of the about a dozen other add-ons that can automatically sell grey items to a vendor.

    Reply Report Permalink
  • Used to use something similar to this that only showed items that required you to Use: them during quests, but this is a nice replacement as that other one got abandoned before WotLK came out.

    Anyway, got a couple of ideas for you:
    1) if possible, offer an option to filter things as I just mentioned. It may require parsing of tooltips to look for Use functions, I'm not sure...
    2) make the keybinding a toggle, not a Show-Only option, and turn off the automatic hiding. It's just not intuitive to have it disappear whenever it feels like it, nor to have to close it with the mouse after opening it with a keypress.
    3) offer some other form of sort order, perhaps chronologically based on when you picked up the quest; again, this would require some extra info to be saved though, so it might not be such a good idea... but maybe you could allow manual sorting?

    Reply Report Permalink
  • Pericles said 

    Filtering is manually available at present but requires editing the ItemErrors.lua file and adding itemids to the exclude table.

    I'll eventually add in game includes/excludes probably via a command line option.

    Toggle should be easy enough and agreed after using it for a while it would be easier. Not sure what you mean by Auto-Hiding there is no such feature programmed.

    Sorting is a right pain though would need a fair bit of infrastructure to support to map bag/slot ids to a QI bag slot id. Currently its left entirely to the game engine what the sort order is.

    Reply Report Permalink
  • Can you add this feature:
    Color the name of the item in the quest log and when you put the mouse on the the item, the item will be colored in the bag!!

    Reply Report Permalink
  • Pericles said 

    I can add this to the todo list not at all sure however it would be possible. It would depend on the level of detail available in the QuestLog API. I'd have to investigate further.

    Reply Report Permalink
  • I love this addon and I love you for making it.
    ^_^

    Reply Report Permalink
  • Does not work for me at all, have FuBar v3.5.6

    Quest Item 1.21

    shows up in FuBar but when I click it I get

    Error: Tablet-2.0: You must set hint within a registration.

    and sometimes when I start the game I get

    Error: Cannot find a library instance of "LibSharedMedia-3.0".

    . Tried everything, even installed 1.20 same problem.

    Is this addon compatible with Fubar 3.5.6? Is it because I only have 2 quest items? Seems like I'm missing a Library or some sort of tooltip hints or something when it tries to load it.

    Maybe conflicting with other addons? I will try disabling all my addons but Quest Item and Fubar to see if it fixes it.

    Please Help

    Reply Report Permalink
  • Pericles said 

    Fixed in v1.22

    Reply Report Permalink
  • Fixed it when disabling all addons, I need to install LibSharedMedia-3.0 addon for it to work.. I did not see this mentioned anywhere or listed as a dependency. but it is.

    Should be updated in the description.

    Reply Report Permalink
  • Pericles said 

    Ah ok thats a bug. It should be an OPTIONAL dependency on LibSharedMedia-3.0 I'll fix this and upload a new version.

    Reply Report Permalink
  • Hi was just woundering if you could add a toggle feature to this addon instead of just show.

    Would be really helpful as I have it bound to a key then I could just tap it twice to check on something rather then clicking the X.

    Also a custom exclude list would be a kewl feature so we could hide say ... tockens that are always going to be in there.

    Reply Report Permalink
  • Pericles said 

    Toggle feature easy to add I'll do that. Custom lists is implemented but currently implemented as outside the game. ie: you need to edit the itemerrors.lua file to add items for inclusion or exclusion.

    Reply Report Permalink
  • This looks great!

    Reply Report Permalink
  • Badimo said 

    I got the FuBar plugin to appear in FuBar, but it doesn't work. /qi command does nothing. These are the errors I get:

    --------------------------------------------------
    Error: Cannot find a library instance of "LibSharedMedia-3.0".
    File: Interface\AddOns\QuestItem\QuestItem.lua
    Line: 52
    Count: 1
    --------------------------------------------------
    Error: attempt to index global 'QuestItem' (a nil value)
    File: Interface\AddOns\QuestItem\BagFrame.lua
    Line: 11
    Count: 1
    --------------------------------------------------
    Error: Cannot find a library instance of "LibSharedMedia-3.0".
    File: Interface\AddOns\QuestItem\Options.lua
    Line: 2
    Count: 1
    --------------------------------------------------
    Error: attempt to index global 'QuestItem' (a nil value)
    AddOn: QuestItem
    File: ItemErrors.lua
    Line: 4
    Count: 1
    --------------------------------------------------
    Error: Tablet-2.0: You must set hint within a registration.
    AddOn: FuBar_QuestItemFu
    File: QuestItemFu.lua
    Line: 27
    Count: 18

    Reply Report Permalink
  • The FuBar plugin isn't working because of its name. I renamed it FuBar_QuestItemFu in the addons folder, and now it's working fine. Might wanna update that, but thanks for another great one :)

    Reply Report Permalink
  • Pericles said 

    It was a packaging error. Should be fixed on next release.

    Reply Report Permalink
  • ChuckIV said 

    When trying your new 1.21(r28) version(downloaded from Wowace), the Fubar plugin doesn't work. I have looked everywhere and cannot get it to appear.

    I am using Fubar version 3.5.6

    Reply Report Permalink
  • Great add on...anyway to lock it in place?

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 63,181 QuestHelper Map & Minimap, and Quests...
  2. 7,815 Bagnon Bags & Inventory
  3. 4,216 Bartender4 Action Bars
  4. 3,126 ButtonFacade Action Bars
  5. 2,457 ArkInventory Bags & Inventory