Breakables
Description
Displays a bar on screen that allows quick access to enchanting, jewelcrafting, and inscription professions by presenting a Disenchant/Prospect/Mill button and all of the breakable items you have for that profession next to it. Also displays a bar for any locked junkboxes in your inventory if you're a Rogue. This allows one-click access for breaking down items instead of finding the item in your bag, clicking the appropriate profession/skill button, and clicking the item for each and every item you want to break. For prospecting and milling, you will see the number of items you have alongside the number of times you can break it. In the prospecting screenshot next to the addon name on this page, the player has 169 total Saronite Ore in his bags which will allow for 33 total prospects.
Note
In 10.0, Blizzard completely changed how Prospecting and Milling works, so this addon can only help with Lockpicking and Disenchanting. If a method is added for addons to once again programmatically Prospect or Mill, Breakables will be updated to support it.
Usage
By default, if you have the appropriate profession and items in your inventory, a bar will appear with the profession ability followed by any items that are eligible for breaking. You can hold shift to drag the bar around if you want to move it. Clicking the profession button will activate that ability (disenchant/prospect/mill) and clicking an item will break it. You don't have to click the profession button first as simply clicking the item will automatically break it down. Right-clicking a breakable button will add that item to the ignore list so it won't show up again. The ignore list can be managed from the configuration panel.
Configuration
Typing /brk will open the configuration settings (or you can get to it from Blizzard's Interface options) which consist of:
- Hide if no breakables: this will control whether you see the profession button or not when nothing breakable is detected
- Max number to display: this controls the highest number of items that you will see next to your profession button. If this is 5 but you have 10 breakable items in your bags, you will only see 5 at a time.
- Show soulbound items: aimed at enchanters, this controls whether or not you will see items that are soulbound as breakable items or not.
Known issues
- If you have more than 5 of a breakable item but split into stacks all smaller than 5, the game will say you do not have enough items to break. The default UI now has a built-in button to compress stacks that should solve this issue.
- If you know Mass Milling for a specific type of herb, the current alpha will try to use this ability and fail. I am in the process of leveling a scribe up high enough to debug this problem.
Hello and thank you for all your hard work...
I am having a problem with any items showing up sence the update doesnt seem to matter what the ilvl is or wod or anything the disenchant button is there but its line is not filling with items and now that im cleaning house lol it would be really helpful to have.
Im not getting and error or i would post it ty again for your time.
Thanks. I'll try to look into it.
Sorry for adding on to this a month late but I too was having the same problem. The fix, at least for me, was something I had completely missed. In the Breakables config window, the very last row of options, there is a box that needs to be checked saying "Show soulbound items." Viola!
As of version 1.3.21 of this addon, it will not mill Kingsblood for inscription. Produced error 'You cannot mill that', but if you click on the mill button on the bar and on the item in your bags, it will mill.
Thanks, I'll see what I can do.
I just found out this is also happening with Sungrass and Dreamfoil
Doesn't display WoD items to disenchant... :/
This is a "fix" for Draenor disenchant.
(PS: disenchant will work ONLY in Draenor with this code!!!) After line 1067, use it:
The existing code should work just fine. It would fall through all of the itemLevel checks, assuming the item level is higher than 437, then hit the "else" block which has a default "enchanting level greater than X" check that should be true for all of WoD. What specifically are you having trouble with?
I love this addon. It does is exactly what I was looking for. Its simple to use and not very obtrusive when playing. I liked it so much I looked for a donate button.
Thanks for the kind words. I added a Donate button for anyone who feels so inclined.
Would it be possible to have the Breakables bar show up when in the enchanter's building in a garrison? It would be a whole lot easier than clicking on the thing in the building and then on the item. Would it also be possible to maybe add an option to confirm DE'ing an epic item? In the past I accidentally DE'd a couple epic items.
Sure, both of those things are possible. I don't know anything about the enchanter's building or garrisons, but can look into them.
a good feature to maybe ad would be to be able to black list certian items like i dont want to mill my gorgrond fly traps as they are used in the lw and tail profession cooldowns maybe like clt right click on the item on the list to blacklist it
Thanks for the suggestion!
Nice addon. would be great if it also detect [Draenic Mortar] on alts that dosnt have inscription =)
Thanks for the suggestion.
I love your addon! As an enchanter, one of the things that shows up that shouln't is the follower armor sets. I've quickly modified the code for personal use just hacking to together a quick fix using your method for adding the WoD herbs in. You might have a better way of doing it, but here's the list of ids in case you decide to incorporate the change.
local FollowerEquipmentSets={
114746, --Goredrenched Armor Set
114622, --Goredrenched Weaponry
114806, --Blackrock Armor Set
114081, --Blackrock Weaponry
114807, --War Ravaged Armor Set
114616, --War Ravaged Weaponry
}
Thanks for the update that covers this :)
Currently WoD ore are 'unbreakable.' Would it be possible to tag True Iron Ore and Blackrock Ore as unbreakable so that the Breakables bar is hidden when "Hide if no breakables" is checked?
Thank you. Love the addon!