• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] TidyBags 3.0 Reloaded!

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

    1. klepp0906

      klepp0906 Banned

      Joined:
      Apr 25, 2013
      Messages:
      1,352
      Likes Received:
      8
      Trophy Points:
      38
      Can you still update via SVN with just a "partial" ? The problem I'm having is obviously if I modify it in any way it alerts me via icon and when/if I update it the "extra" goes right back in the folder and messes it all up again.
      I guess worst case I can just set it up properly and deal without the SVN context menu/update feature.
      Thx for listening to the QQ
       
    2. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      When you checkout any SVN repo with TortoisSVN (But for the sake of this topic we use TidyBags as repo :)) you can select the repository URL, the Checkout directory and Checkout Depth together with revisions.

      Textual explanation (should be enough to get it):

      Right click the folder you created for the TidyBags plugin > Select 'SVN Checkout'
      A 'Checkout' window will appear where you can select some options.

      On the right side of the 'URL of repository' you see a button with 3 dots, press it.
      Now a additional screen called 'Repository Browser' opens up.

      In this screen browse to the actual Tidybags SVN repository folder or file (whichever you prefer).
      If you want to checkout the folder beyond the /trunk/ you end up with this url:
      Code:
      https://github.com/LiquidAtoR/TidyBags/trunk/Tidybags
      If you want to checkout only the TidyBags.cs file you end up with this url:
      Code:
      https://github.com/LiquidAtoR/TidyBags/trunk/Tidybags/TidyBags.cs
      Select which one you prefer and press Ok, the screen closes.

      Back in the 'Checkout' screen you do the same for the Checkout directory (which is on your PC).
      Browse to the appropriate folder and press Ok, the screen closes.

      Back on the 'Checkout screen there's a dropdown for 'Checkout Dept' under the directory URL's.
      Here you can select in what fashion to checkout.
      Generally we use Fully recursive here (standard option if you checkout the folder), but if you only want to checkout TidyBags then select the last option in the dropdown called 'Only this Item'.

      From here on you can press the 'Choose Items...' button to open the 'Repository Browser' to check that you are only checking out TidyBags and nothing else.
      If that all is fine, then press Ok, and you are back to the 'Checkout' screen

      When all the settings are to your liking, press Ok and voila, only TidyBags from the SVN, no trash ;)

      This only checks out TidyBags, and leaves the rest untouched on the SVN.
       
      Last edited: Jun 12, 2013
    3. klepp0906

      klepp0906 Banned

      Joined:
      Apr 25, 2013
      Messages:
      1,352
      Likes Received:
      8
      Trophy Points:
      38
      so for tidybags all you need is the tidybags.cs? What is the other stuff for then? something unrelated? Ty for taking the time to explain it to me =)
       
    4. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      I have more repositories on the same account.

      The trunk is the 'main' development release for the public for each plugin.
      A branch is the 'development' version (I don't have it though, I use the trunk for my releases).
      Github automatically created the structures for these kinds, hence there's a trunk under TidyBags :)

      TidyBags.cs is the actual plugin file, no other files are needed for it to work, just it's own folder under the plugins for HB.
       
    5. djdnffjd

      djdnffjd New Member

      Joined:
      Feb 18, 2010
      Messages:
      182
      Likes Received:
      0
      Trophy Points:
      0
      thanks for great plugin, is there any chance that tidybags would open vine-cak junkbox and other similar boxes? It would be fantastic in grinding, questing, and pickpocketing and tidybag would be perfect if it can do it. Have a nice day.
       
    6. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      See PM, feedback trough PM.
      Thanks.
       
    7. Da-Kid

      Da-Kid New Member

      Joined:
      Jun 7, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      Is it possible to get this to work for rogue Locked Boxes?
       
    8. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      354
      Likes Received:
      11
      Trophy Points:
      18
      It's actually pretty easy to modify this plugin to work for anything you want. First you need the item's ID, go to wowhead and look it up. If you look in the url box of the item you need the end digits are the ID. Then just open the TidyBags.cs file in notepad and look for the section where it needs to be adds. Lock boxes are going to be opened when you have one of them, so put it under "When you have one". Follow the exact syntax that the plugin already uses and everything will be gravy.
       
    9. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      He's talking about the closed boxes (those a rogue can lockpick).
      Is a bit more than just add them to the UseOnOne part since there's going to be a lockpick action, a open action and a possible lootconfirm action ;)
       
    10. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      354
      Likes Received:
      11
      Trophy Points:
      18
      Ah well! I tried lol
       
    11. Da-Kid

      Da-Kid New Member

      Joined:
      Jun 7, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      Awesome, gonna give that a shot. Sick Plugin.
       
    12. Da-Kid

      Da-Kid New Member

      Joined:
      Jun 7, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      I have several lockpicking addons. I think there's a chance it will at least lockpick the box, but not necessarily loot them. That would at least eliminate 1 part of the process.
       
    13. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      See your PM as well ;)
       
    14. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Ok guys and gals...

      Tomorrow it's time for my 3 weeks of work, so if anything's wrong, just post in the thread.
      When I have the chance and a connection I will reply if need be, and make any ajustments if so.

      Until then
      Revision 3.6.3.8: SVN - Added Serpent's Heart (Daily Cooldown for Jewelcrafting - MoP Edition).
       
    15. obzerver

      obzerver New Member

      Joined:
      Nov 5, 2012
      Messages:
      40
      Likes Received:
      1
      Trophy Points:
      0
      hello there, i have a problem, it doesn't combine anything unless i open the mailbox and close it, and then it does it 5 times only, any solution for this problem plz?
       
    16. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      From description on the first page:
      As said I'm @ work (standing on a truckparking making obligatory 45 minutes break), so I can't do much for you besides quoting from the description on the first page.
      As far as I can read you just open the mailbox to retrieve items which are TidyBags items, nothing else.

      Since TidyBags was primarily designed to help keep your bags tidy while levelling I could see why it doesn't do it all just on the mailbox.
      The mailbox part was added on request of someone (see the changelog v3.6.2.6) since he occasionally picked stuff from the mailbox.
      Hope this answers your question.

      Good luck in your ventures, Liquid.
       
    17. psylocke777

      psylocke777 New Member

      Joined:
      Dec 23, 2011
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      I just updated to the latest version in SVN, and I am getting this error??
      Please help


      [19:25:15.682 N] Compiler Error: c:\hb_clean\Plugins\tidybags\svn-github\trunk\Tidybags\TidyBags.cs(253,18) : error CS0101: The namespace 'PluginTidyBags3' already contains a definition for 'TidyBags3'

      **FIXED, I had a duplicate file named: TidyBags.cs in my plugins folder.
       
    18. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Meh, you're scaring me, haha.
      I was already worried I left a error while being abroad :D
      Was in Perpignan yesterday (France) and am @ dutch border now so Internet for a day or 2 before I go back to south france (near Lyon this time).
      I'm happy there was nothing wrong!
       
    19. psylocke777

      psylocke777 New Member

      Joined:
      Dec 23, 2011
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      My apologies for that, I hope you enjoy your travels :)
      I must say your plugin has worked without any problems for over a year, I just never updated it and when I did I had 2 x copies in HB - when I removed the old one it worked like a charm again.
       
    20. 15outland

      15outland New Member

      Joined:
      Mar 27, 2011
      Messages:
      1,056
      Likes Received:
      0
      Trophy Points:
      0
      :d : D : D
       

    Share This Page