Open TidyBags.cs with text editor.How to set this to delete damn "Turtle Shell" and some other stuff ? Its perfect, I just need to delete this, nothing else !
private HashSet<uint> _destroyItems = new HashSet<uint>() {
81201, // Turtle Shell
private HashSet <uint> _itemUseOnFifty = new HashSet<uint>() {
72120, // Exotic Leather (Leatherworker only!)
};
I don't know if anyone needs this I just made it and I am going to try it out later but I made this http://www.wowhead.com/item=72163 for leatherworkers only who want to turn there 50 exotic leathers into magnificent hides. I made mine after the use ten column, since there was no make fifty im making one and it should be able to do it
Code:private HashSet <uint> _itemUseOnFifty = new HashSet<uint>() { 72120, // Exotic Leather (Leatherworker only!) };
EDIT: Nvm just realized it wont work because you actually have to craft the Magnificent Hide it's not an item that combines.
Take a look at ObjectGathererIs there a way to make it loot world chests?
As far as I know, this plugin doesn't sell anything. It just opens containers and combines items to create other items, such as motes, spirits, and other various items. Something else must have sold your items.so with this plugin enabled it made my character sell my Jard's Peculiar Energy Source that i had been saving
As far as I know, this plugin doesn't sell anything. It just opens containers and combines items to create other items, such as motes, spirits, and other various items. Something else must have sold your items.