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

  • Your Rating

  • Share
  • Report Abuse

MorethurQuickUse

 
Project Updated:
Files Updated: Fri, Aug 24 2007
Supports Game Version: 2.0.0
Category: Unit Frames
Tags:

, and [Edit Tags]

Project Manager: Morethur
Additional Authors: No additional authors
Current Version: Version 2.1
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 0
Downloads Total: 3,452
Favorites: 15
Comments: 19
  • About MorethurQuickUse
  •  
  1. !html

MorethurQuickUse is my first (and so far only) AddOn.

It displays a small window that automatically scans the player's bags for
items tagged as "Consumable", e.g. food, potions etc.

These are added as buttons to the QuickUse window.
Up to 30 buttons can be displayed. To use an item, just click on the
corresponding button.

The buttons display tooltips and a small number showing how many of that item is in the bags.

There is room for improvement, but I myself find it convenient to use, instead of drag/dropping items I want to use to the actionbars.

Code for scanning bags was borrowed from "WeaponRebuff" by opt.

CHANGES(2.1)
Made window less transparent
Fixed localization after tip from Xamdnarg

CHANGES(2.0)
Updates to make MQU compatible with API 2.0
There is now only one button per item type regardless of the number of slots it occupies in the bags.

CHANGES(1.2)
Changed interface version to 10900 (1.9 patch)

CHANGES(1.1)
Changed interface version to 1800


FEATURES (1.0):

-All "Consumable" items in bags are automatically shown as buttons in the QuickUse window.

I have added bandages as well (which are "Reagents").

- Right- or left-clicking a button uses the item. If the item requires a target (as in the case of bandages) you will have to assign a target in the normal way.

- Tooltips are displayed for each button.

- Cooldown is displayed on buttons and in tooltips.

- A number showing the number of items is displayed on the button.

- A key can be bound to toggle QuickUse on and off.

I hope you find this AddOn useful!

  • Downloads (6)
  •  
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  
  MorethurQuickUse Version 2.1 Release 2.0.0 67 8/24/2007
  MorethurQuickUse 2.0 Release 2.0.0 33 5/1/2007
  MorethurQuickUse 1.3 Release 1.12.0 32 11/2/2006
  MorethurQuickUse 1.2 Release 1.12.0 30 11/2/2006
  MorethurQuickUse 1.1 Release 1.12.0 17 11/2/2006
  • Screenshots (1)
  •  
  • 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.
  • madmumm said

    I cant get it to show on my screen at all O.o Is it broken or am I missing something...?

    Reply Report Permalink
  • Alac said

    So I'm getting ready to play wow again. Does anyone know if this little addon still works? It was always one of my absolute favorites.

    Reply Report Permalink
  • Morethur said

    Thanks :)

    There is no option to make the frame horizontal at this time, sorry.

    Reply Report Permalink
  • HI Great Mod, thanks -

    Is there a way to make the frame horizontal?

    Reply Report Permalink
  • Morethur said

    Thanks again Xamdnarg :)

    Reply Report Permalink
  • Xamdnarg said

    Hi Morethur :)

    Little lines to change to make QuickUse work with French and German version on WoW.

    or itemType == "Consommable" or itemType == "Verbrauchbar"

    change to :

    or itemSubType == "Consommable" or itemSubType == "Verbrauchbar"

    CU :)

    Reply Report Permalink
  • Morethur said

    Change it in the code :)

    Seriously though, I noticed that something Blizzard did in a recent update affected the transparency, strangely enough.

    I'm thinking of adding a command line setting for transparencey.

    It is pretty easy to change it in the code though:

    In the file MorethurQuickUse.xml, find the place where it says

    alpha="0.3"

    and play around with this value. Higher value should give less transparency.

    Reply Report Permalink
  • mmzmaster said

    How can I change the transparency?

    Reply Report Permalink
  • Morethur said

    > Is it possible to change the scale of the window/buttons?

    No, sorry. I've used a minimalistic approach to this addon, so there is no configuration available at this time.

    /Morethur

    Reply Report Permalink
  • rberry88 said

    Is it possible to change the scale of the window/buttons?

    Reply Report Permalink
  • Morethur said

    Thanks Alac,

    I finally got around to fixing it, so version 2.0 should work now.

    Regards Morethur

    Reply Report Permalink
  • Alac said

    This is the best addon, ever. It was highly stable, and more often than not, didn't need updating after every patch. It was small, clean, and helped keep my screen clutter free. I keep my fingers crossed for the neccessary time to fix it comes your way, Morethur.

    Reply Report Permalink
  • Morethur said

    As you may have noticed, after surviving pretty much all patches since it was born, MorethurQuickUse finally broke down after 2.0.

    The reason is that the function UseContainerItem no longer can be called like before.

    I am sure there is a way to fix this, but right now I don't know how, and I don't know if I will have the time to do it. If someone wants to adopt this addon and fix it, that would be great, otherwise it will be fixed when and if I get the time to read up on the changes that 2.0 brought .

    Regards Morethur

    Reply Report Permalink
  • qwertyui said

    A very good addon, been looking for something like that for a long time.

    Some suggestions to make this perfect: - Make it possible to remove the frame's semi-transparent background altogether, as well as frame title. - Make it possible to position the numbers not on top of the icons, but a bit to the right-left - Make it possible to arrange the buttons in boxes of x rows and y columns - Add support for in-game adding/removal of items.

    Reply Report Permalink
  • Morethur said

    Thanks :)

    Those are good suggestions, however I currently don't have the time to update this addon. I might get around to it eventually though, but no promises.

    Reply Report Permalink
  • Xamdnarg said

    Happy to help :)

    Reply Report Permalink
  • Morethur said

    Sorry, it's vertical layout only at this time.

    Reply Report Permalink
  • Morethur said

    Hi Icee,

    Sorry for not answering sooner, but I don't check this forum very often. 

    Yes you can add as many items you want by using the same method that carpel described below:

    Just keep on adding "or" statements like this:

    if ( (itemType == "Consumable" or string.find(itemName, "Hearthstone") or string.find(itemName, "Bandage" or string.find(itemName, "whatever1" or string.find(itemName, "whatever2" or string.find(itemName, "whatever3"))

    Where "whatever" is the name of the item you want.

    I will not be supporting that functionality myself though, but feel free to mess around with the code!

    It should be ok to add quite a few item names like this without breaking anything.

    /Morethur

    Reply Report Permalink
  • Icee said

    Hi!

    Is there also a way that you can put more in the table? like it's putting bandages and HS to ur nice addon? 'Cause i was looking for a mod that keeps track of my Scourcestones, but then I saw that u also can put Bandages and HS i like to know if it could be.

    Grtz Icee (Srry for my english, is not my best language ;-) )

    Reply Report Permalink
  • Morethur said

    Glad you like it, damnation :)

    Reply Report Permalink
  • Addon Packs Containing MorethurQuickUse

Most Downloads / Day

MorethurQuickUse has not been added to any Addon Packs yet.

  • Similar Addons
  •  

Average downloads per day

  1. 11,397 HealBot Continued Unit Frames, Buffs & Debuffs...
  2. 2,530 X-Perl UnitFrames Raid Frames, and Unit Frames
  3. 1,800 Grid Unit Frames
  4. 1,699 GridStatusRaidDebuff Unit Frames
  5. 1,389 VuhDo Buffs & Debuffs, Druid, Healer...