• Visit Rebornbuddy
  • [Plugin] TidyBags 3.0 Reloaded!

    Discussion in 'Leveling' started by LiquidAtoR, Sep 15, 2010.

    1. foey

      foey New Member

      Joined:
      Apr 6, 2012
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      0
      How to set this to delete damn "Turtle Shell" and some other stuff ? Its perfect, I just need to delete this, nothing else !
       
    2. fdwl2008

      fdwl2008 New Member

      Joined:
      Apr 16, 2011
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Big big thanks to the creator, works perfectly!!!!
       
    3. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Open TidyBags.cs with text editor.
      Scroll down to the part that says (somewhere around line 528ish)
      Code:
      private HashSet<uint> _destroyItems = new HashSet<uint>() {
      Below you see item ID's (as found on Wowhead).
      Just add your own items you want destroyed in the same way.
      Turtle Shell example: Wowhead link = Turtle Shell - Item - World of Warcraft
      Thus itemID is 81201
      Add to list
      Code:
      81201, // Turtle Shell
      Put this somewhere in between the rest, because at the end you have to change a bit more (and as you said you don't get it, better not mess with that).
       
    4. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      nvm
       
      Last edited: Jun 3, 2014
    5. Igoblin

      Igoblin Banned

      Joined:
      Oct 16, 2013
      Messages:
      127
      Likes Received:
      2
      Trophy Points:
      0
    6. brownhorse

      brownhorse New Member

      Joined:
      Oct 10, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      why will it not let me click on settings? its greyed out for me
       
    7. paperc07

      paperc07 Member

      Joined:
      Dec 16, 2011
      Messages:
      829
      Likes Received:
      9
      Trophy Points:
      18
      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.
       
      Last edited: Jun 26, 2014
    8. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Is there a way to make it loot world chests?
       
    9. Reenest

      Reenest New Member

      Joined:
      Dec 18, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Any way this can be fixed so it creates them? It would be so nice!
       
    10. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      Take a look at ObjectGatherer
       
    11. yeayea

      yeayea New Member

      Joined:
      Jan 22, 2013
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      hello,

      i made below changings on plugin but it didnt worked for sha-touched leather? any idea what to do next?



      private HashSet<uint> _itemUseOnFive = new HashSet<uint>() {
      33567, // Borean Leather Scraps
      72162 // Sha-Touched Leather
      };
       
    12. paperc07

      paperc07 Member

      Joined:
      Dec 16, 2011
      Messages:
      829
      Likes Received:
      9
      Trophy Points:
      18
      I added Crate of Tol'vir Archaeology Fragments and its not opening them any help would be awesome


      87539, // Crate of Tol'vir Archaeology Fragments
       
      Last edited: Jul 15, 2014
    13. icybloodey

      icybloodey New Member

      Joined:
      Dec 4, 2011
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I added a few things and it worked pretty well, but now i tried to add several VII Scrolls and Honeymint tea + Sparkling Frostcap and it DOESNT WORK :/ .... i found out that honeymint tea was in the protected item list so i deleted it, but the others arent.
      Help? :D


      EDIT: okay sorry.. xD i added Scroll of Agility VII 2 timesĀ“... guess that was why it didnt work :D
       
      Last edited: Jul 19, 2014
    14. Ruckus

      Ruckus New Member

      Joined:
      Feb 14, 2012
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      Sorry if this has been answered already but...
      Will this disenchant soulbound greens and mail the mats?
       
    15. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      This is only about opening containers and combining pieces together.
      Disenchanting is to be found somewhere else
       
    16. asmenis

      asmenis New Member

      Joined:
      Jul 23, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Smoehow I can't find where is option to enable grey item destroyer.
       
    17. Deathblade

      Deathblade New Member

      Joined:
      Jul 18, 2014
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      so with this plugin enabled it made my character sell my Jard's Peculiar Energy Source that i had been saving
       
    18. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      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.
       
    19. Coolio99

      Coolio99 New Member

      Joined:
      Jul 24, 2014
      Messages:
      42
      Likes Received:
      1
      Trophy Points:
      0
      No I can confirm it sells a bunch of stuff. I used it and it sold a ton of things (thunder stones used to summon bosses w/e it's called, fishing poles, mining picks, etc).
       
    20. shat

      shat New Member Legendary

      Joined:
      Aug 7, 2014
      Messages:
      97
      Likes Received:
      2
      Trophy Points:
      0
      Liquidator, please add:

      72162 // Sha-Touched Leather

      to the list of items to combine on 5. I added it at line 463.
       

    Share This Page