Download
(135Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 11-27-23 02:25 PM
Pictures
File Info
Compatibility:
Guardians of the Dream (10.2.0)
Classic (1.14.4)
WotLK Patch (3.4.2)
Updated:11-27-23 02:25 PM
Created:02-24-09 04:46 AM
Downloads:16,071
Favorites:199
MD5:

DropTheCheapestThing  Popular! (More than 5000 hits)

Version: v2023.5
by: Kemayo [More]

Click a LDB plugin to drop the cheapest thing in your bags. (The cheapest grey item, by default...)

If you have an auction addon that supports Tekkub's "GetAuctionBuyout" API (I know AuctionLite does), it can optionally use the auction buyout price as the value instead of the vendor price.

It adds a "sell all" button to the merchant frame, and can automatically sell everything if you want it to.

Yes, this is just like FuBar/Broker_GarbageFu. It has all the crap I didn't use stripped out, though. I'm such a size queen.

(I was just going to fix an issue I was having with GarbageFu, and was horrified by the code. So I wrote this.)

You can configure:

  • Quality threshold for items to drop
  • Items you always want to drop, regardless of quality
  • Items you *never* want to drop, regardless of quality

DropTheCheapestThing
v2023.5 (2023-11-27)
Full Changelog Previous Releases
  • Invalid itemid would cause errors when opening config
    Fixes #21
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Author
Date
v2023.4
136kB
Kemayo
11-10-23 04:55 PM
v2023.3
135kB
Kemayo
09-13-23 07:39 PM
v2023.2
135kB
Kemayo
02-10-23 12:06 PM
v2023.1
135kB
Kemayo
02-10-23 12:29 AM
v2022.2
134kB
Kemayo
11-14-22 10:34 PM
v2022.1
134kB
Kemayo
10-28-22 01:46 PM
v2022.0
134kB
Kemayo
09-19-22 07:55 PM


Post A Reply Comment Options
Unread 10-30-22, 11:08 PM  
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member

Forum posts: 135
File comments: 742
Uploads: 0
Sell button on vendor pane missing

I haven't added or changed the addons I have that modify the vendor pane - CompactVendor is the only one I'm aware of, and I haven't added any. Regardless, it used to show up fine, and now isn't there. You have no idea how much I've missed it over the last two days of play. I didn't notice any errors for this addon. I'm not logged in now, but I can check again tomorrow.

I *am* seeing a bunch of errors mentioning Callback Handler, with more than one addon name visible in the small window I have show up in mid-game. I'm assuming that's an Ace3 thing, but I don't know if it's relevant here.
-Barleduq
Report comment to moderator  
Reply With Quote
Unread 09-11-19, 09:24 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Re: Please update

Originally Posted by WoWEyE
Please, Please Please update this for Classic. I have used it for YEARS
It's updated for classic over on Curseforge. I'm kind of waiting for WoWI to improve its retail-and-classic support, which I gather is coming.
Report comment to moderator  
Reply With Quote
Unread 09-11-19, 11:06 AM  
WoWEyE
A Defias Bandit

Forum posts: 2
File comments: 35
Uploads: 0
Please update

Please, Please Please update this for Classic. I have used it for YEARS
Report comment to moderator  
Reply With Quote
Unread 07-25-16, 03:59 PM  
Cavanoskus
A Kobold Labourer

Forum posts: 1
File comments: 20
Uploads: 0
Hoping to see an update for Legion.
Report comment to moderator  
Reply With Quote
Unread 09-13-12, 11:25 AM  
bill_med87
A Kobold Labourer

Forum posts: 1
File comments: 50
Uploads: 0
Can we expect an update of this addon? Its only EXTREMELY helpful...

Thanks!
Report comment to moderator  
Reply With Quote
Unread 01-01-12, 05:12 PM  
Banur
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 137
Uploads: 5
The latest "bug" is caused by a change in bagnon.
To fix it you have to change line 9 in bagnon.lua (NOT the one from bagnon but DropTheCheapestThings' handler) from

Code:
local link = select(7, self:GetItemSlotInfo())
to
Code:
local link = select(7, self:GetInfo())
Report comment to moderator  
Reply With Quote
Unread 01-23-10, 06:05 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Originally posted by nightcracker
Should this really be 125.77 Kb? I think it can be done with 2kB. There is no need for a price database, you can get it trough the API nowadays. http://www.wowwiki.com/API_GetItemInfo
There's no price database included. It's mostly libraries, which themselves are mostly there for the config GUI. Ignoring those, it'd be ~7k.

If all you want is automatic selling of grays when you visit a merchant, that's easily done in 2k. This does more.
Report comment to moderator  
Reply With Quote
Unread 01-23-10, 03:42 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Should this really be 125.77 Kb? I think it can be done with 2kB. There is no need for a price database, you can get it trough the API nowadays. http://www.wowwiki.com/API_GetItemInfo
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Last edited by nightcracker : 01-23-10 at 03:43 PM.
Report comment to moderator  
Reply With Quote
Unread 08-30-09, 03:39 PM  
Kastorz
A Kobold Labourer

Forum posts: 0
File comments: 21
Uploads: 0
ur mod is almost perfect just need one thing from my side - i would like to have option to drop item i dont need (eg. food regen) to sell items list and to show them on drop list too

Best regards
Kastorz
Report comment to moderator  
Reply With Quote
Unread 08-26-09, 01:28 AM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
I just want to let y'all know that I'm in the middle of moving from California to Missouri, so I'm unlikely to fix this issue over the next week or so. (Exact timing depends on how quickly I get internet.)
Report comment to moderator  
Reply With Quote
Unread 08-22-09, 11:59 PM  
Cidrei
A Fallenroot Satyr
 
Cidrei's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 114
Uploads: 17
EDIT: Filed as bug report, since that's probably a better place to put this.

Reporting the same issue, with only DropTheCheapestThing loaded. It works the first time you visit the vendor, and prints the message on subsequent visits. A short message added in the code, DEFAULT_CHAT_FRAME:AddMessage(MerchantFrame:IsVisible()) added after line 49, seems to indicate that the check on the MERCHANT_SHOW event is running after the sell attempt on repeat visits.

Further testing indicates that the following addons can cause the message on the first visit, if they are loaded: AckisRecipeList, Skillet, or StealYourCarbon. I am not running ArkInventory myself.
Last edited by Cidrei : 08-23-09 at 10:29 PM.
Report comment to moderator  
Reply With Quote
Unread 08-22-09, 02:13 PM  
Syrah
A Kobold Labourer

Forum posts: 0
File comments: 26
Uploads: 0
Originally posted by Kemayo
I've just uploaded a version that should fix this.
Tried it, but still the same error unfortunately. Anything I can try and test to help?
Report comment to moderator  
Reply With Quote
Unread 08-22-09, 01:41 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Originally posted by Syrah
It took some time but I found out which addon makes this one give the error: ArkInventory http://www.wowinterface.com/download...tory.html#info
I've just uploaded a version that should fix this.
Report comment to moderator  
Reply With Quote
Unread 08-21-09, 02:35 AM  
Syrah
A Kobold Labourer

Forum posts: 0
File comments: 26
Uploads: 0
Originally posted by Kemayo
Could I persuade you to disable all your other addons and see whether it's still broken? (I have had no luck reproducing this.)
It took some time but I found out which addon makes this one give the error: ArkInventory http://www.wowinterface.com/download...tory.html#info
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 02:52 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Originally posted by Syrah
Show button: enabled, Auto-sell: enabled
This gives the error, the sell button is grey (not working). Print thingy shows 1

Show button: disabled, Auto-sell: enabled
This gives the error. Print thingy shows 1

Show button: enabled, Auto-sell: disabled
No error, button works. Print thingy shows 1

Addon list http://paste.wowace.com/992/ (long one, sorry about that )
Could I persuade you to disable all your other addons and see whether it's still broken? (I have had no luck reproducing this.)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.