Download
(210Kb)
Download
Updated: 01-12-19 06:42 PM
Pictures
File Info
Compatibility:
Zandalari and Kul Tiran (8.1.5)
Tides of Vengeance (8.1.0)
Updated:01-12-19 06:42 PM
Created:03-23-10 10:39 AM
Downloads:6,579
Favorites:52
MD5:

Junkyard  Popular! (More than 5000 hits)

Version: 1.0.11
by: Malefactor @ Draenor US [More]

Junkyard allows easy, automatic sale of "junk" items. You can define what's junk based on the following:

  • junk: poor-quality (grey)
  • junk: soulbound but unusuable
  • junk: soulbound but too light-weight (e.g. cloth for plate-wearers)
  • junk: custom blacklist
  • not junk: gemmed
  • not junk: enchanted
  • not junk: custom whitelist
Each of these can be turned on or off individually, to fit your play style.

Additionally, Junkyard offers the following minor inventory options:
  • automatic repair (from personal funds or guild funds
  • automatic opening/closing of bags when visiting vendors, banks, mailboxes, etc.
  • access to the hidden option for built-in Blizzard item comparison tooltips.
  • a LibDataBroker data source for the junk you're currently carrying
Homepage: https://github.com/benblank/Junkyard

New in 1.0.11:
  • updated for WoW 8.1
  • added support for Demon Hunter and Monk

New in 1.0.8:
  • now recognizes Relic items
  • Bloodsail quest rewards added to the default "not junk" list

New in 1.0.7:
  • fixed Lua error on line 577
  • clicking the LDB data source will open the Junkyard options window
  • scanning will not occur more than twice a second and not at all when selling junk; this should make Junkyard more responsive on really slow computers ;-)

New in 1.0.6:
  • fixed Lua error on line 732
  • LDB data source is now updated when Junkyard's settings change
  • made LDB tooltip styling more similar to sell window

New in 1.0.5:
  • added LibDataBroker data source
  • refactored junk tracking to improve performance

New in 1.0.4:
  • resolved display issue on 4.0.1 PTR

New in 1.0.3:
  • fixed bug which prevented Junkyard from determining whether an item is soulbound
  • added a message to /isjunk when an invalid argument is supplied

New in 1.0.2:
  • new /isjunk command to determine whether an item is junk (and why) when not at a vendor
  • corrected detection of cloaks, which should not be sold based on armor "weight" (resolves issue 32)

New in 1.0.1:
  • added options to prevent ammo and/or soul bags from being auto-opened (resolves issue 31)
Post A Reply Comment Options
Unread 12-09-10, 09:41 AM  
Malefactor @ Draenor US
A Kobold Labourer
 
Malefactor @ Draenor US's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by Melvin134
Hi,

this Addon works fine for repairing and selling grey trash. But it never sells other BOP - for me unuseable - stuff like Rare Plate-Stuff.(I'm a Rogue)

In the Addonmenu, I made hooks @

"Junk"
[V] "Poor"-quality items are junk
[V] Unusable, soulbound equipment is junk
[V] Light-weight, soulbound armor is junk

Currently I play WoW in german.

Can you help me?

Thanks in advance!
Oh my goodness! I didn't see this until now, I'm so sorry for the delay.

I'm relying on the localized strings built in to WoW to tell me when an item is soulbound, but haven't been able to actually test it in any other languages. Can you try running the following code for me (just type it into your chat box) and tell me what it says, whether it's the same as the second line of text on soulbound items, and — if not — what does show there?

Code:
/run Junkyard:Print(ITEM_SOULBOUND)
__________________
Unless, of course, scissors doesn't beat rock…
Report comment to moderator  
Reply With Quote
Unread 12-09-10, 09:22 AM  
Malefactor @ Draenor US
A Kobold Labourer
 
Malefactor @ Draenor US's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by Maelynn
I wanted to post a suggestion that I thought of when I accidentally sold my Druid's cloth healing pieces for the Nth time.. instead of having to manually add them to my whitelist (and remove them afterwards), do you think it's possible to create an automatic whitelist for items that are allocated to a set through the equipment manager? Then I wouldn't have to worry about selling stuff that's part of the set in my bags, as well as having them autosold when I upgrade a particular piece that can then be safely sold. The label given by the equipment manager would make them 'safe' until that label is removed.
That's a great idea; I'll look into how Blizzard makes that information available.

In the mean time, you'll probably get the most mileage out of turning off the "Light-weight, soulbound armor is junk" option. You'll have to sell your unwanted cloth armor manually, but at least you'll be able to stop picking your healing gear out of the buyback window!
__________________
Unless, of course, scissors doesn't beat rock…
Report comment to moderator  
Reply With Quote
Unread 12-09-10, 04:03 AM  
Maelynn
A Fallenroot Satyr
 
Maelynn's Avatar

Forum posts: 23
File comments: 187
Uploads: 0
I wanted to post a suggestion that I thought of when I accidentally sold my Druid's cloth healing pieces for the Nth time.. instead of having to manually add them to my whitelist (and remove them afterwards), do you think it's possible to create an automatic whitelist for items that are allocated to a set through the equipment manager? Then I wouldn't have to worry about selling stuff that's part of the set in my bags, as well as having them autosold when I upgrade a particular piece that can then be safely sold. The label given by the equipment manager would make them 'safe' until that label is removed.
__________________
Just remember... if the world didn't suck, we'd all fall off.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 03:00 AM  
Melvin134
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hi,

this Addon works fine for repairing and selling grey trash. But it never sells other BOP - for me unuseable - stuff like Rare Plate-Stuff.(I'm a Rogue)

In the Addonmenu, I made hooks @

"Junk"
[V] "Poor"-quality items are junk
[V] Unusable, soulbound equipment is junk
[V] Light-weight, soulbound armor is junk

Currently I play WoW in german.

Can you help me?

Thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 09:06 PM  
Taigen
A Defias Bandit
 
Taigen's Avatar

Forum posts: 3
File comments: 82
Uploads: 0
Originally posted by Malefactor @ Draenor US
Fixed in 1.0.8.
Ty for the fast fix!
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 07:01 PM  
Malefactor @ Draenor US
A Kobold Labourer
 
Malefactor @ Draenor US's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by Malefactor @ Draenor US
This is being tracked as issue 37. I'll try to have a fix out ASAP. (Tomorrow at the latest.)
Fixed in 1.0.8.
__________________
Unless, of course, scissors doesn't beat rock…
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 06:36 PM  
Malefactor @ Draenor US
A Kobold Labourer
 
Malefactor @ Draenor US's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by Taigen
Same problem with Shammies! Constant spamming if you dare carry your OS totem in your bag, omg, plz fix!
This is being tracked as issue 37. I'll try to have a fix out ASAP. (Tomorrow at the latest.)
__________________
Unless, of course, scissors doesn't beat rock…
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 06:27 PM  
Taigen
A Defias Bandit
 
Taigen's Avatar

Forum posts: 3
File comments: 82
Uploads: 0
Originally posted by tkoreaper
You get this error with pally Relics, which used to be called librams.

Junkyard: [Warning] Item [Libram of Three Truths] has unknown type "Armor, Relic" and will not be sold. Please check to see if a new version of Junkyard is available.
Same problem with Shammies! Constant spamming if you dare carry your OS totem in your bag, omg, plz fix!
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 03:10 PM  
tkoreaper
Premium Member
Premium Member

Forum posts: 8
File comments: 12
Uploads: 0
You get this error with pally Relics, which used to be called librams.

Junkyard: [Warning] Item [Libram of Three Truths] has unknown type "Armor, Relic" and will not be sold. Please check to see if a new version of Junkyard is available.
Report comment to moderator  
Reply With Quote
Unread 10-08-10, 09:23 AM  
Malefactor @ Draenor US
A Kobold Labourer
 
Malefactor @ Draenor US's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by Maelynn
As soon as I opened a vendor window, I got the following error:

Date: 2010-10-08 12:44:40
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Junkyard\Junkyard.lua line 732:
attempt to get length of global 'items' (a nil value)
Debug:

<snip>
Mea culpa! Try updating to 1.0.6, which lacks that bug.
__________________
Unless, of course, scissors doesn't beat rock…
Report comment to moderator  
Reply With Quote
Unread 10-08-10, 04:45 AM  
Maelynn
A Fallenroot Satyr
 
Maelynn's Avatar

Forum posts: 23
File comments: 187
Uploads: 0
As soon as I opened a vendor window, I got the following error:

Date: 2010-10-08 12:44:40
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Junkyard\Junkyard.lua line 732:
attempt to get length of global 'items' (a nil value)
Debug:
(tail call): ?
Junkyard\Junkyard.lua:732: CmdSell()
Junkyard\Junkyard.lua:809: ?()
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
[string "safecall Dispatcher[1]"]:4:
[string "safecall Dispatcher[1]"]:4
[C]: ?
[string "safecall Dispatcher[1]"]:13: ?()
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
...s\AckisRecipeList\libs\AceEvent-3.0\AceEvent-3.0.lua:120:
...s\AckisRecipeList\libs\AceEvent-3.0\AceEvent-3.0.lua:119
AddOns:
Swatter, v5.8.4723 (CreepyKangaroo)
AckisRecipeList, vv2.0
AdvancedTradeSkillWindow, v
Atlas, v1.17.0
AtlasBattlegrounds, v1.17.0
AtlasDungeonLocs, v1.17.0
AtlasOutdoorRaids, v1.17.0
AtlasTransportation, v1.17.0
AtlasLoot, vv5.11.04
AtlasLootBurningCrusade, vv5.11.04
AtlasLootCrafting, vv5.11.04
AtlasLootOriginalWoW, vv5.11.04
AtlasLootWorldEvents, vv5.11.04
AtlasLootWrathoftheLichKing, vv5.11.04
AtlasLootFu, vv5.11.04
AucAdvanced, v5.8.4723 (CreepyKangaroo)
AucFilterBasic, v5.8.4723 (CreepyKangaroo)
AucFilterOutlier, v5.8.4723.2531
AucMatchUndercut, v5.8.4723.2531
AucScanData, v5.8.4723 (CreepyKangaroo)
AucStatClassic, v5.7.4568 (KillerKoala)
AucStatHistogram, v5.8.4723 (CreepyKangaroo)
AucStatiLevel, v5.8.4723 (CreepyKangaroo)
AucStatPurchased, v5.8.4723 (CreepyKangaroo)
AucStatSales, v5.8.4723.2842
AucStatSimple, v5.8.4723 (CreepyKangaroo)
AucStatStdDev, v5.8.4723 (CreepyKangaroo)
AucStatWOWEcon, v5.8.4723.2530
AucUtilAHWindowControl, v5.8.4723.3311
AucUtilAppraiser, v5.8.4723.2530
AucUtilAskPrice, v5.8.4723.3175
AucUtilAutoMagic, v5.8.4723.3142
AucUtilCompactUI, v5.8.4723.2530
AucUtilEasyBuyout, v5.8.4723.3583
AucUtilFixAH, v5.8.4723 (CreepyKangaroo)
AucUtilGlypher, v5.8.4723.2545
AucUtilItemSuggest, v5.8.4723.3108
AucUtilPriceLevel, v5.8.4723.2545
AucUtilScanButton, v5.8.4723.2530
AucUtilScanFinish, v5.8.4723.3576
AucUtilScanProgress, v5.8.4723.2530
AucUtilScanStart, v5.8.4723.2530
AucUtilSearchUI, v5.8.4723.3655
AucUtilSimpleAuction, v5.8.4723.4546
AucUtilVendMarkup, v5.8.4723.2530
Auctionator, v2.6.3
AuldLangSyne, vv3.3.5.3
AuldLangSyneBackup, vv3.3.5.3
AuldLangSyneFriendList, vv3.3.5.3
AuldLangSyneFu, vv3.3.5.3
AuldLangSyneGuildList, vv3.3.5.3
AuldLangSyneInfo, vv3.3.5.3
AuldLangSyneNote, vv3.3.5.3
AuldLangSynePanel, vv3.3.5.3
AuldLangSyneSync, vv3.3.5.3
BankItems, v30300
BeanCounter, v5.8.4723 (CreepyKangaroo)
Collectinator, v1.0.4
Configator, v5.1.DEV.130
Consolid8, v1.45a
Cork, v3.3.0.30
DagAssist, v4.02
DBMBurningCrusade, v
DBMCore, v
DoTimer, v4.4.1
DrainSoulTimer, v2.3
EasyMail, v
Enchantrix, v5.8.4723 (CreepyKangaroo)
EnchantrixBarker, v5.8.4723 (CreepyKangaroo)
fwmdata, v2.05
fwmlink, v2.05
Gatherer, v3.1.14
GathererDBWowhead, v1.0.2009-12-09
GemCensus, v1.1.2beta
Informant, v5.8.4723 (CreepyKangaroo)
InspectEquip, v1.7.7
Junkyard, v1.0.5
Omen, v3.0.9
Overachiever, v0.56
OverachieverTrade, v0.56
PhanxChat, v3.3.5.108
phbMapCoords, v3.30
QuestGuru, v1.4.1
QuestGuruHistory, v2.0.1
QuestGuruTracker, v1.4.4
Redeemer, v
ShardAceWoTLK, v1.04
SilverDragon, vv2.3.4
SimpleSoulstone, v1.6
SlideBar, v5.8.4723 (CreepyKangaroo)
Stubby, v5.8.4723 (CreepyKangaroo)
VisualHeal, v
WinterTime, v1.83
BlizRuntimeLib_enUS v3.3.5.30300 <eu>
(ck=b37)
__________________
Just remember... if the world didn't suck, we'd all fall off.
Report comment to moderator  
Reply With Quote
Unread 07-29-10, 09:10 AM  
Sithas
A Kobold Labourer

Forum posts: 1
File comments: 28
Uploads: 0
Rgr can't wait to see it
Report comment to moderator  
Reply With Quote
Unread 07-25-10, 09:52 PM  
Malefactor @ Draenor US
A Kobold Labourer
 
Malefactor @ Draenor US's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by Malefactor @ Draenor US
The dancing banana compels me! I'm about to leave for a week-long trip, but when I get back, I'll probably change the "sell grey items" option into a threshold, so that you can select anything from "don't sell" up through… well… we'll see what makes a sane limit, but green for sure.
After playing around with it for a bit, I think this is better rolled into the updated configuration UI I'm working on. It means it will take a bit longer, but be better when it's done.
__________________
Unless, of course, scissors doesn't beat rock…
Report comment to moderator  
Reply With Quote
Unread 07-15-10, 06:25 PM  
Sithas
A Kobold Labourer

Forum posts: 1
File comments: 28
Uploads: 0
YES! I present a shocked face.

P.S. Enjoy your trip.
Last edited by Sithas : 07-15-10 at 06:25 PM.
Report comment to moderator  
Reply With Quote
Unread 07-15-10, 03:56 PM  
Malefactor @ Draenor US
A Kobold Labourer
 
Malefactor @ Draenor US's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by Sithas
So I have 1 feature requests for the greatest mod since pre sliced bread. First if you could make a setting to sell all greens aswell as whites that would be awesome. Thanks in advance and here is a dancing banana.
The dancing banana compels me! I'm about to leave for a week-long trip, but when I get back, I'll probably change the "sell grey items" option into a threshold, so that you can select anything from "don't sell" up through… well… we'll see what makes a sane limit, but green for sure.
__________________
Unless, of course, scissors doesn't beat rock…
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: