If it's a new kind of crate I will add it in the next revision, but till now it's fine. Do you need to be a leatherworker to combine the MoP leathers? If so it's not doing this for the MoP leathers (or any others for that matter), if not give me ID's and I can look into adding them in a future release. So far only Borean Leather Scraps are able to be combined without the need for a leatherworking profession.
hello, no u dont need to be a leatherworker, Sha-Touched Leather - Item - World of Warcraft convert in Exotic Leather - Item - World of Warcraft, thx in advance
Sha-Touched Leather Requires Leatherworking (500) Item Level 86[TABLE="width: 100%"] [TR] [TD]Use: Cleanse five pieces of sha-touched leather to create one exotic leather. "Sapped of its natural strength and resilience by the Sha presence, only a skilled leatherworker can hope to recover this unusable hide." Sell Price: 5 50 Seems you do need to be a leatherworker with a skillset of at least 500 to be able to do this. You can always add the item to your local copy, but you will have to add it every time you update the plugin. And you will receive errors when you have the Sha-Touched Leather on a non leatherworking character. Just add the itemID to the itemlist with Borean Leather Scraps. Like so... Code: private HashSet<uint> _itemUseOnFive = new HashSet<uint>() { 33567, // Borean Leather Scraps 72162 // Sha-Touched Leather (Leatherworker only!) }; Should do the work then, but remember, I don't support profession only items with TidyBags. This is a probable scenario where this item will work.[/TD] [/TR] [/TABLE]
I love this plug-in LiquidAtor! Please add.. 88496, // Sealed Crate (Pandaria) This version of the [Sealed Crate] often drops while fishing anywhere in Pandaria. I've already added it manually and it works great.
It is correct in my local copy. Anyway added the sealed crate, so I upload my local copy. It should be in 2 locations in the lists, because this is a 'special' case item (alike the bloated stomache). The second list is a extra sleep to prevent the dreaded lootbug some of you experience with this plugin Yeah, I will update the download version with 3.1.6.4 which I have locally. That one contains the Sealed Crate (MoP version) Release coming in 5 minutes... Revision 3.6.1.4: Added Sealed Crate (MoP version). As always on the first post...
Here is my edited version of this super plugin with added Sha-touched leather (5stack scraps) into exotic leather for you skinners/lwkers View attachment TidyBags.cs
Will be added in the next revision (together with Treasures of the Vale which I noticed so far are not unpacked).
Is there anyway you could add the function where you have a partial stack of ore, lets say 17/20. You then continue mining and get 4 ore from that vein. WoW will just make a new stack because you had a stack of 17, then looted 4 so it doesn't combine that stacks it just forms another. So my question, could you add a function where it would complete stacks? Like take that 4 ore, and add 3 to the stack of 17 so its a clean stack of 20? I hope this makes sense.
I understand what you want (so it made sense after all ^^) For now it's not in the scope of this plugin to stack items, but to open items that you loot. Might be it's something for a future version of a "To Be Announced" plugin where TidyBags will be a part of. The aim will be a 1 stop inventory plugin (including but not limited to TidyBags, LiquidDisenchant, LiquidLockbox, LiquidProspector, LiquidTreasure and other plugins that never have seen the light of day within this community). Meanwhile I can advise you to run a addon for it. Here are a few options for you that are updated for 5.0 (they all clain to perform the function you seek): BankStack - Bags & Inventory - World of Warcraft Addons - Curse ArkInventory - Bags & Inventory - World of Warcraft Addons - Curse Baud Manifest - Bags & Inventory - World of Warcraft Addons - Curse Good luck in your ventures, Liquid.
Since there were no big reports on missing items I decided to push the next revision. Revision 3.6.1.5: Added Treasures of the Vale and Sparkling Shards. As always available from the first post...
Is there a possibility to send green/blue/purple items to main/alt toon when you're questing an alt? Cause i would like to disenchant those things but my alt sells all the stuff. Would appreciate it and + rep for this plugin
Yes, that's possible, but has nothing to do with TidyBags ^^ Open the questing profile that you (ab)use with your favorite editor and look for the following tags (generally at the top of the file): Code: <MailGrey>False</MailGrey> <MailWhite>True</MailWhite> <MailGreen>True</MailGreen> <MailBlue>True</MailBlue> <MailPurple>True</MailPurple> <SellGrey>True</SellGrey> <SellWhite>False/SellWhite> <SellGreen>False</SellGreen> <SellBlue>False</SellBlue> <SellPurple>False</SellPurple> Ajust these settings accordingly to your needs. Just keep in mind you have to check each profile you use for these settings. The alt (or main) you want stuff send to, is a setting of HonorBuddy itself.