• Visit Rebornbuddy
  • [Plugin] TidyBags 3.0 Reloaded!

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

    1. renifay

      renifay New Member

      Joined:
      Sep 27, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Hey so I have an issue with your plugin. I love it completely used it for year+. My issue is somehow the bot or my inventory is stuck with a greater cache of treasures from normal scenarios. I don't have anything in my inventory but it persists.

      I've cleared my WoW WTF+Cache, no add-ons running.

      On honorbuddy itself I've deleted variables, cache, compliedassemblies, and reinstalled the plugin itself.

      Any ideas?
       
    2. superfighterex2

      superfighterex2 New Member

      Joined:
      Sep 28, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Hey guys, I've been using this plugin with a profile to farm exotic leather. works great after I added the code that will convert sha touched leather to exotic leather. However I was trying to figure out how to add another feature. I want to make the plugin create misthide bracers whenever I get five leather. and stormscale bracers whenever I get 5 prismatic scales. Any ideas how I could do this? I tried to add exotic leather to the useonfive and it didn't cause any errors but didn't do anything either. Let me know if you have any ideas. Or if it's just not possible with tidybags is there a bot that can do it?
       
    3. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      I cannot find this plugin in the latest patch of honorbuddy in the plugin tab :( tried replacing and updating it a few times and fresh install. Guess it's not updated yet ?
       
    4. krad

      krad New Member

      Joined:
      Sep 8, 2012
      Messages:
      14
      Likes Received:
      2
      Trophy Points:
      0
      It's not. Also it's on SVN.

      I did a quick fix on it, to make it work. Fix attached.
       

      Attached Files:

    5. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      Thanks m8 ^^
       
    6. joachimb

      joachimb Member

      Joined:
      Nov 18, 2011
      Messages:
      289
      Likes Received:
      1
      Trophy Points:
      18
      mm cant' get it to appear even your fix :(
       
    7. krad

      krad New Member

      Joined:
      Sep 8, 2012
      Messages:
      14
      Likes Received:
      2
      Trophy Points:
      0
      Have you tried recompiling addons?
       
    8. joachimb

      joachimb Member

      Joined:
      Nov 18, 2011
      Messages:
      289
      Likes Received:
      1
      Trophy Points:
      18
    9. krad

      krad New Member

      Joined:
      Sep 8, 2012
      Messages:
      14
      Likes Received:
      2
      Trophy Points:
      0
      Strange. What errors do you get?

      I'm not the OP of this thread, I merely did a quick and dirty fix on his addon so I could use it personally and decided to share it. It worked for quite a few people, so I'm quite perplexed why it's not working for you.

      But throw me the errors you are experiencing (or better yet: Attach a log file!) and I'll take a quick look. But your best bet will likely be for the author to update his addon.
       
    10. joachimb

      joachimb Member

      Joined:
      Nov 18, 2011
      Messages:
      289
      Likes Received:
      1
      Trophy Points:
      18
      Nevermind, don't know what is going on, I got it to appear by erasing the original folder, recompiling, pasting your fix and recompiling instead of directly replacing and recompiling it. Strange ... but works :D
      Awesome, a moderator should add your fix in the first post even if you are not the author it works!
       
    11. roozraf

      roozraf New Member

      Joined:
      Aug 17, 2014
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      1
      Thank you very much, that fixed it for me
       
    12. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      For me the Fix is working fine ;-)
       
    13. trtamrta

      trtamrta Member

      Joined:
      Jul 17, 2014
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      18
      Did this plug in maybe deleting bag ?
       
    14. Warlocovato

      Warlocovato Member

      Joined:
      Feb 1, 2014
      Messages:
      33
      Likes Received:
      1
      Trophy Points:
      8
      Doesn't seem to be working. Any ideas?
       
    15. Reenest

      Reenest New Member

      Joined:
      Dec 18, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Delete the CS file inside the folder called TidyBags and put in the fix that was posted 1-3 pages back. Then it should be working fine, at least it did for me.
       
    16. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Updated attachment and SVN with krad's fix, so you can thank him for that (unless I compiled it wrongly and another error sneaked in somewhere, let me know).

      I'm not playing WoW for multiple months, and probably not going to.
      Might be tempted to play WoD but don't hold your breath over it.
      Got too much RL problems and issues to deal with.

      So any release is without any testing or guarantees (as always use on your own risk).
       
    17. Thaelm

      Thaelm New Member

      Joined:
      Sep 9, 2012
      Messages:
      191
      Likes Received:
      0
      Trophy Points:
      0
      I tried the fixed version and while I can see the plugin loaded, Settings is greyed out. Any suggestions?
       
    18. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Yes, there are no settings.
      Any changes or additions you want to make, you have to make in the file itself.
       
    19. vladizmas

      vladizmas Member

      Joined:
      Sep 13, 2012
      Messages:
      101
      Likes Received:
      1
      Trophy Points:
      18
      108339, // Dreamfoil Blade
      108298 // Thorium Ore nugget

      added this on the end of the private HashSet<uint> _itemUseOnTen = new HashSet<uint>() part, tried in the middle too - nothing happens. what am i doing wrong?
       
    20. frames

      frames New Member

      Joined:
      Aug 25, 2014
      Messages:
      73
      Likes Received:
      1
      Trophy Points:
      0
      why its not opening the bags from random mop dungeon. can you help me please
       

    Share This Page