SellJunk
SellJunk sells all junk to the vendors. This includes all grey items and user specified items, that can be added to list of exceptions. It can either sell these items automatically at each vendor or you can do it manually by clicking "Sell Junk" button on each vendor's frame. You can also see how much gold you made from selling the trash. It can also destroy all junk instead of selling it, if you're far from vendors.
Commands:
- /sj
- will open config window
- /sj add itemlink
- will add given item to exception list (to create itemlink Shift-Click any item in inventory)
- /sj destroy
- will destroy all junk in inventory
- /sj destroy x
- will destroy x pieces of junk in inventory
Localization:
If you'd like to add/update localizations, do so here.
Bugs / Suggestions:
If you have encountered any problem, or if you think theres something missing. Feel free to post a ticket here.
FAQ:
- What is an exception list?
- If you want the addon to sell other than grey quality items, or you want to not sell some of those grey items, then exception list is the thing you are looking for.
- How do I add item to exception list?
- Type "/selljunk" and then type either name of the item, or just part of the name (but be aware it might sell items with similar names), or just drag the item from inventory into the input field.
- What if I want to stop it from selling some grey quality item?
- Just add this item to exception list and it will always skip it.
- Can it destroy souldbound items, that you can't use (e.g. plate items on mage)?
- Nope, and it never will support it. The aim is to stay as lightweight as possible.
Looks like some more updates are required for 10.0.2—these seem to work for me:
1) Replace lines 33-34 (PickupContainerItem and PickupMerchantItem) with these:
local PickupContainerItem = (C_Container.PickupContainerItem or PickupContainerItem)
local PickupMerchantItem = (C_Container.PickupMerchantItem or PickupMerchantItem)
local GetContainerNumSlots = (C_Container.GetContainerNumSlots or GetContainerNumSlots)
local GetContainerItemLink = (C_Container.GetContainerItemLink or GetContainerItemLink)
2) Replace line 95 (currPrice =) with this:
currPrice = (select(11, GetItemInfo(item)) or 0) * (GetContainerItemInfo and select(2, GetContainerItemInfo(bag, slot)) or C_Container.GetContainerItemInfo(bag, slot).stackCount)
In reply to TravisSpomer:
Thank you!
In reply to TravisSpomer:
Thank you!
In reply to TravisSpomer:
I uploaded the files to the repository, thanks!
Fixed and Updated for pre DragonFlight
Updated TOC
I've uploaded it to my Google drive for those who prefer not to edit
https://drive.google.com/file/d/1JDG3Xq3JGsIfWjVt3IuNBQUzPpOoY1UW/view?usp=sharing
In reply to imjayc2:
thank you so much for the fix its working perfect!
In reply to imjayc2:
Thank you! :)
Great addon! fixed for pre DragonFlight
On line 13 of the SellJunk.lua change to ...
addon.sellButton = CreateFrame("Button", nil, MerchantFrame, "UIPanelButtonTemplate")
and add a new line 21 ...
addon.sellButton:SetSize(80, 30)
So lines 13 to 23 of the SellJunk.lua are ...
In reply to imjayc2:
Thanks a lot for this. One addon I can't live without and this fixes it up. Both the button and the auto-sell functionality are restored with these changes.
In reply to imjayc2:
Thank you Thank you Thank you! I've been using this addon since it came out and am very glad I can continue to, I don't really like any of the other similar addons!
In reply to imjayc2:
Thank you you're the mvp
In reply to imjayc2:
Amazing! Thank you. Didn't know how bad I needed this to work until I didn't have it.
In reply to imjayc2:
Amazing! Thank you. Didn't know how bad I needed this to work until I didn't have it.
other addons like selljunk adds yellow gold icon to items that are trash,is there any way to do that with selljunk it self or any otherway?
Hey! The addon keeps destroying one certain item [Khadgar's whisker] no matter if it's on the exceptions list or removed from it ;C
Other than that works perfectly for me, thank you very much for the addon <3
Any chance of doing something like this? It would be very helpful to know what is in the SJ database already w/ a little icon over item.
https://www.curseforge.com/wow/addons/sell-junk?comment=353
Seems to work fine in BfA, just doesn't sell more than about 8 things at a time, so I have to click, wait til the sale completes, click again, etc, until it's all gone.
1x [ADDON_ACTION_FORBIDDEN] AddOn 'SellJunk' tried to call the protected function 'GuildControlSetRank()'.
!BugGrabber\BugGrabber.lua:519: in function <!BugGrabber\BugGrabber.lua:519>
[C]: in function `GuildControlSetRank'
...\Blizzard_GuildControlUI\Blizzard_GuildControlUI.lua:24: in function <...\Blizzard_GuildControlUI\Blizzard_GuildControlUI.lua:7>
[C]: ?
[C]: in function `LoadAddOn'
FrameXML\UIParent.lua:446: in function `UIParentLoadAddOn'
FrameXML\UIParent.lua:692: in function `Communities_LoadUI'
FrameXML\UIParent.lua:926: in function `ToggleCommunitiesFrame'
FrameXML\UIParent.lua:813: in function `ToggleGuildFrame'
[string "TOGGLEGUILDTAB"]:1: in function <[string "TOGGLEGUILDTAB"]:1>
Update fails to install either manually or via Twitch. It points to a "3-0-16.ccip" file... no clue that that is.
can you update this please for bfa?