Once I'm done with some personal stuff (just came home after my 3 week working period), I will see about a full Cataclysm update to include as much as possible again from the new drops. So far thanks to Maffyx for the temporary addition of items. Will take a few days I think to sort it all, but when done first post will be updated and a additional post will be made here to let you all know. Thanks, Liquid.
Love the plugin and use it often, I beleave I in poking around a bit was able to identify the area that I am having issues with and this may also help others that are also, I know enough to be abe to read and follow the logic in notepad, and It is reading all bank slots as well as ones carried with the toon.... looks as if there has been a change in the bag handling setup. I'll post the log clip after the change I made to the script for my personal "the thing that killed the cat" you know..
Unless I misunderstand something in your post (happens to me sometimes), there's exactly 2 lines in the whole log that belongs to TidyBags3: Code: [7:57:55 PM:87] Tidy Bags 3 Reloaded and Code: [7:58:49 PM:345] [TidyBags 3]: Using Mote of Water we have 10 Rest of the spam doesn't belong to TidyBags 3
Version on the main page updated to 3.0.1.8. Cataclysm Items added (thanks Maffyx) and some other itemID's updated to Cataclysm versions (some ID's have changed). Further nothing special. If you come across any more items that are missing, don't hesitate to post em in the thread so they can get added in a future version. Mind you, the items have to be openable by everyone (no class or profession related items! This is a "Neutral" plugin). Have fun, LiquidAtoR.
Im sorry, correct, I didn't explain it well enough for what i did, I added a line in the plugin that would report all items that it was scanning to deturmin where the plugin was getting that I had 11 motes of water since I did not have them in my bags on the toon. The spam is an extra output line in the loop that is readding the inventory while it is checking agenst the list for matching items. Again I am sorry I did not explain it well. Like I said, I beleave they changed the inventory routines that now contain all items, Bank, keys and Bags on toon. So now when the plugin reads the list of owned items it is also scanning the bank, and thus trying to combine the items in it as well as any in the toons bags.
Now I get what you mean. Not sure if there's a way to only use the bags equipped on toon instead of all slots. Technically it should not even look into your bankbags if they are not opened (or you're not at the bank). I would have to look into it when I have a further moment of time (which is alas very limited due to private and work circumstances). Thanks for the report then. I hope however that the plugin further works as intended. Regards, Liquid.
52977, // Savage Leather Scraps (Stack size 5+ to make 1 Savage Leather.) Added and tested myself, so should work fine if you add to the Borean Leather section. 67495, // Strange Bloated Stomach (Found from skinning) Still waiting for one to test.
First of all a Happy New Year (02.41 AM when posting my local time). For the scraps you need to be a leatherworker as far as I 'm aware. If not then I stand corrected and then I'm more than happy to add this to the file. The bloated stomach has already been updated in the code with my last release (Line 87 to be precise)
cheers for that i added it and worked perfect, no more clocking on scraps for me. Thank you Liquid for the plug-in , it is awsome like most things you do around here, cheers a heap
All Satchels of Helpful Goods from random dungeons 1-85 Code: 24881, // Satchel of Helpful Goods (5-15 1st) 24889, // Satchel of Helpful Goods (5-15 others) 24882, // Satchel of Helpful Goods (15-25 1st) 24890, // Satchel of Helpful Goods (15-25 others) 52000, // Satchel of Helpful Goods (31) 67248, // Satchel of Helpful Goods (39) 52001, // Satchel of Helpful Goods (41) 52002, // Satchel of Helpful Goods (50) 52003, // Satchel of Helpful Goods (57) 52004, // Satchel of Helpful Goods (62) 52005, // Satchel of Helpful Goods (66) 67250, // Satchel of Helpful Goods (85)
Revision 3.1.0.0 - It will no longer try to "use" items from your bank inventory (Hooray!). Tested with [Test] HB 2.0.0.3895. Edit: Never saw your post "thebuster". When I have another moment I might consider adding it (as this is a dungeon item, and Tidybags pinpoints to grind/quest environment). Have fun as usual, Liquid.
I really want to use this addon but whenever I do it randomly makes me unable to loot corpses or skin unless i restart wow. I have pinpointed it to this addon. When I delete the addon completely i can grind endlessly. With it on, randomly some point in my grind all corpses turn grey to loot and can't be fixed or even manually looted until i close the game and restart it.
Well, I run this addon (obviously) hours on grind without any real issues. Also what you report now is the first report like that. Here it combines the eternals, opens all the boxes and everything else that's in the list. If there's no error about it, I'm afraid I can't do much about it.
Hey I used instancebuddy on 1 char while leveling it with a tank char from 1-60 with RAF, and your plugin with those items enabled me to have my 1 char open those bags and equip them with autoequip edit: and added a Saint Lucia (Caribbean Island) flag to that website lol, made a friend visit it
Yeah, I'm sorting my UI currently (fixing some small errors in display since the pixel-perfect setting), and then I will return to add some stuff here to tidybags. Thanks for the flag. I'm sure my friend will appreciate it (He's still scratching his head where all the flags come from, hahaha. I will tell him in a week or 2 when I visit him again).
Decided to make the time to update it (otherwise it's gonna take ages before I get around to it.). Code: [B]Revision 3.1.0.1:[/B][COLOR=#ff0000] Added items to the list as reported by tjhasty, thebuster, blackbook and myself.[/COLOR] Up for grabs on the first page (OP). I also decided I'm not adding any items that require a profession. If you feel comfortable with it, you can add items yourself to the list (it should be pretty self explanatory when you open the file in NotePad ++).