• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] - EpicJunkBox - Unlock Junkboxes and loot epic/blue/green items

    Discussion in 'Archives' started by eracer, Jul 27, 2012.

    1. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      This is something I came up with while farming Heavy Junkboxes for "The Insane" title.
      This will unlock and open all the lockboxes/junkboxes and loot only the green, blue or epic quality items.
      I have not tested it with any other type of junkbox or lockbox but it should work just the same.
      This plugin will disable auto loot while it is unlocking and opening boxes and re-enable auto loot when it is finished.
      There is a 30 delay before it will scan your inventory for boxes it hasn't unlocked or opened yet.
      If you are using this for Heavy Junkboxes then you probably don't want to check "Loot Grey" the Junkbox will be destroyed.


      version 1.0.1

      should now automatically disable auto loot before scanning inventory and re-enable auto loot after, only if required.
      extended the pick lock timeout to 7 seconds from 5 seconds for those of you without glyph of pick lock.

      version 2.0
      will now scan immediately the first time then every 30 seconds after.
      now has an settings window where you can set what quality items to loot.
      elbSettings.png
       

      Attached Files:

      Last edited: Jul 28, 2012
      botosan and Sidalol like this.
    2. BigD

      BigD New Member

      Joined:
      Jun 12, 2012
      Messages:
      47
      Likes Received:
      1
      Trophy Points:
      0
      I feel this plugin could use a loving hand, surely it get's the job done but I would've liked to see a tweak so you could actually have it running with any Heavy Junkbox farming profiles.

      At the moment, the profiles require you to have Auto-Loot enabled, the plugin however disables this which means I'd have to sit and manually look the boxes from my mailbox and then turn on the add-on, rinse/repeat until done.

      Is there no way you could make the plugin hold down the assigned modifier key when looting the boxes to check for loot?


      PS. There is really no reason to loot greens/blues either (I did disable it myself) since the only real treat in those boxes are the Teebu's sword (Epic)


      If the above gets fixed I'm gonna die a happy man, but I realise you do this out of interest so thanks for that! :)
       
    3. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      The new version should re-enable auto loot if you had it enabled to begin with after it is finished scanning. I think it will be easier to make it work with existing profiles this way. I still left the default of looting greens, blues and epics though which i personally found a few patterns in the junkboxes and felt threre could be some good stuff that someone could miss out on. As you probably already know its easy enough to edit the plugin and comment/uncomment a couple lines to change what quality items it will loot.

      Edit: I'm not going to promise anything but I'll probably be adding an interface to allow users to click check boxes for which quality of items to loot which would make it much easier to adjust it for the situation they are using it for.

      Edit: Version 2.0 is up, now has an settings window so you can easily set it to loot what quality items you want. :D
       
      Last edited: Jul 28, 2012
    4. BigD

      BigD New Member

      Joined:
      Jun 12, 2012
      Messages:
      47
      Likes Received:
      1
      Trophy Points:
      0
      I'm amazed, works like a charm now! +rep!
       
    5. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      THANK YOU! I haven't tested it yet but I wanted one of these so badly!! +rep.

      Edit: Will this wait until you have a specific inventory space? It'd slow things down looting every time you get a box. It'd be good to wait until you have <6 inv spaces left or something.
       
      Last edited: Jul 28, 2012
    6. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      No it doesn't scan on low inventory because i want this to work in other situations and not everyone is going to have a full inventory, maybe they only want to pick pocket 10 more boxes to finish off the 1400 they need or they are using for a different type of lockbox or junkbox in which case they may not need to fill their bags with them. However you can write that into a profile to check only on low inventory. something like this

      Code:
      <If Condition="Me.FreeBagSlots &lt;= 5" >
      <CustomBehavior File="EnablePlugin" Names="EpicJunkbox" />
      <If Condition="Me.HasAura(&quot;Stealth&quot;)">
          <CustomBehavior File="RunMacro" Macro="/cancelaura stealth" />
      </If>
                  
      <CustomBehavior File="WaitTimer" WaitTime="60000"/>
      
      
      <CustomBehavior File="DisablePlugin" Names="EpicJunkbox" />
      </If>
      
      You would have to adjust the WaitTime to allow enough time to go through your full inventory but that should do the trick.
       
    7. botosan

      botosan New Member

      Joined:
      Dec 15, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      awesome plugin!


      weird, on my desktop it works flawless however on laptop it loots all objects. only have loot epic checked. oh well still awesome plugin.
       
      Last edited: Aug 3, 2012
    8. botosan

      botosan New Member

      Joined:
      Dec 15, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      figured it out. setting&tools had loot chests enabled.
       
    9. BigD

      BigD New Member

      Joined:
      Jun 12, 2012
      Messages:
      47
      Likes Received:
      1
      Trophy Points:
      0
    10. Instandeye

      Instandeye New Member

      Joined:
      Jun 19, 2012
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      When Autoloot is enabled it does not temporary disable it.
      Any idea why?
       
    11. eracer

      eracer Member

      Joined:
      Jan 15, 2010
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      the plugin does disable autoloot just before it scans your bags then enables autoloot after it is done scanning, unless you have autoloot disabled to begin with then it doesn't change the settings at all. The plugin does NOT disable autoloot the entire time the plugin is turned on though. Are you having a problem with it destroying your heavy junkboxes?
       
    12. BigD

      BigD New Member

      Joined:
      Jun 12, 2012
      Messages:
      47
      Likes Received:
      1
      Trophy Points:
      0
      Deleted.
       
      Last edited: Aug 15, 2012
    13. Fiveoh4

      Fiveoh4 New Member

      Joined:
      Dec 9, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0
      if i use this plugin will i be able to sell these boxes to ppl for the insane title still after i loot the items from the box?
       
    14. CyberTuck

      CyberTuck New Member

      Joined:
      Mar 24, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      You should insert the following line for another type of Heavy Junkbox:

      16885, // Heavy Junkbox
      73204, // Heavy Junkbox

      I edited it already and works fine. Thank you very much for this great work

      @Fiveoh4: yes you can still sell this boxes, even if you open and loot them - but don't loot grey items and gold, this will destory this boxes
       
      Last edited: Aug 21, 2012
    15. Untoten85

      Untoten85 New Member

      Joined:
      Jun 16, 2012
      Messages:
      195
      Likes Received:
      0
      Trophy Points:
      0
      Thanks fpr this Plugin. The right plugin at the right time :)
      Bute one (mayby a noob) question: how to run the plugin properly? I run it twice, because i think i have made a mistake, and the result was, that not all Chest in Bag are opend. Which Bot/Profil/? i choose the best? Thank in advance.

      PS: Sorry for my english, no native speaker :\
       

    Share This Page