• Visit Rebornbuddy
  • Dungeonbuddy, a lowlevel dungeon farming tool

    Discussion in 'Archives' started by maybe, Sep 15, 2010.

    1. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      DungeonBuddy
      It walks into a dungeon, farms the dungeon X time, walks out, resets, repairs & vendors (and prob also mail) if needed and goes back in.
      Now also has a powerboost option (which has so far only been tested in RFC) without depending on Instancebuddy.

      Currently included :
      -Ragefire Chasm (no alliance mailbox/vendor/protected items/force mail items, horde mails cloth)
      -Wailing Caverns (Only works if you're in front of the instance because of a crappy mesh, instance profile farms raptors, dungeon profile by Brummos, thnx)
      -Dire Maul East (no alliance mailbox/vendor/protected items/force mail items, buggy mesh inside the dungeon??)
      -Dire Maul North (Somehow works perfectly, no alliance mailbox/vendor/protected items/force mail items yet)

      doorbuddy and other usefull support plugins are bundled
      Doorbuddy should open any door you might run into, as long as u have the key
      ShackleKey should turn in all shackle keys looted
      Librarian should turn in all complete libram sets (make sure u have an even number of blood, skins & Large Brilliant Shards)


      Beta 0.95 is released

      Download it here : View attachment Dungeonbuddy.zip
      (Download Support plugins here : View attachment Dungeonbuddy support plugins.zip )


      Extract into the plugins folder, so "Dungeonbuddy.cs" ends up in "Honorbuddy 196X\Plugins\Dungeonbuddy"

      To do :
      - Fix corpserun (though its better just not to die), works for characters being boosted.

      - Fix the occasional crash due to loadingscreen + HB (and the occasional hallucinating HB thinking we're dead because of a loadscreen)
      - Fix the occasional bug that makes the char bounce between mailbox & repairvendor
      I recently did something that should prevent the 2 bugs above, but since they occur rarely, i cant say if they're fixed yet

      - Implement the force mail function
      - Implement the hearthstone function

      - Add more dungeon profiles

      Profiles created for this may be posted here, ill collect them all for the next release.
      Dont be greedy & share your profiles !

      !! WARNING!!
      Profiles are very basic
      If you want to add protected items, mailing items, repairs, mailboxes etc, edit the "In to dungeonA.xml" (alliance) or "In to dungeonH.xml"(horde)
      The other files should remain untouched, unless you dont like the path you take through the instance. In that case, edit the "dungeon.xml" file.
      If you're using version 0.9+, please review the text file in the profile folder if you want to make your own profiles

      Recommended addon :
      http://wow.curse.com/downloads/wow-addons/details/no-bo-pwarning.aspx

      -- DISCLAIMER --
      Some profiles are sucky, dont blame me if all your epics are sold to the vendor


      -Update 17-9
      Profiles auto detect working, no longer require coding to add new profiles
      Very small change in profile storage system
      Heartstone option still not available
      Force mail run every reset still not available
      Addon no longer required for BoP items
      Doesnt corpserun
      Lots of code to clean up
      - Update 21-9
      Might have fixed some annoying bugs, more testing needed
      -Update 29-9
      Added powerboosting support
      Added Shackle key & Libram turn in plugin
       
      Last edited: Sep 28, 2010
      evelyn likes this.
    2. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      -reserved-
       
      Last edited: Oct 6, 2010
      Megser likes this.
    3. xenn88

      xenn88 New Member

      Joined:
      May 4, 2010
      Messages:
      83
      Likes Received:
      2
      Trophy Points:
      0
      still some small profile issues but beside that a great plugin, im curious how this will turn out :)
       
    4. sykoballzy

      sykoballzy New Member

      Joined:
      Apr 7, 2010
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Any way I can test it? puhlease? :)
       
    5. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      LootFrame.Instance.LootAll(); loots everything, including bop items.
      you can put something like this in your pulse

      Code:
                  if (LootFrame.Instance != null && LootFrame.Instance.IsVisible)
                  {
                          LootFrame.Instance.LootAll();
                  }
      or hook the wow event LOOT_BIND_CONFIRM using Apoc's WoW event hooking api
       
    6. ceduna

      ceduna New Member

      Joined:
      Jan 27, 2010
      Messages:
      327
      Likes Received:
      5
      Trophy Points:
      0
      This plugin sounds awesome, purely for the dm instance for rep farming librams :D
      One for ZG would also cause my pants to swell :p
       
    7. arkui

      arkui New Member

      Joined:
      Aug 26, 2010
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Great one....
       
    8. Cicrocoft

      Cicrocoft New Member

      Joined:
      Aug 15, 2010
      Messages:
      468
      Likes Received:
      12
      Trophy Points:
      0
      Sounds interesting. Id be happy to help you with the profiles if needed.
       
    9. silversurfer

      silversurfer New Member

      Joined:
      Mar 12, 2010
      Messages:
      69
      Likes Received:
      2
      Trophy Points:
      0
      love to see that :)
       
    10. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Doesnt work :(
      With that code, the lootscreen immediatly closes after opening, and the BoP warning is ignored. Item remains in the boss :(

      -edit
      Code:
      if (LootFrame.Instance != null && LootFrame.Instance.IsVisible)
      {
        Lua.DoString("ConfirmLootSlot(1);");
      }
      
      worked a lot better :)
       
      Last edited: Sep 16, 2010
    11. Haaskis

      Haaskis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      0
      And how about releasing it? :p
       
    12. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      its getting close to a beta release, stay tuned :)
       
    13. protopally

      protopally Member

      Joined:
      Jan 15, 2010
      Messages:
      391
      Likes Received:
      8
      Trophy Points:
      18
      anychance i can get in on the alpha mate im hand farming dm for insane title and it sucks bigtime :)
       
    14. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Update :
      Now also opens doors, so DM north farming is possible (actually releasing this as a separate plugin)
       
    15. arjie

      arjie New Member

      Joined:
      Jul 10, 2010
      Messages:
      71
      Likes Received:
      3
      Trophy Points:
      0
      just what i was looking for, cant wait for a release.
       
    16. protopally

      protopally Member

      Joined:
      Jan 15, 2010
      Messages:
      391
      Likes Received:
      8
      Trophy Points:
      18
      anyone else who is testing this having mesh issues in DME?
       
    17. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      i do :D
      North is working very smooth thank god, farmed 12 librams while i slept :D
       
    18. Brummos

      Brummos New Member

      Joined:
      May 7, 2010
      Messages:
      21
      Likes Received:
      1
      Trophy Points:
      0
      Y i too am in the fiends alpha, whoohoo im this guys friend:D i see it come together and im very impressed. its getting really good. And to make it even better, i am making instance profiles for all sort of tasks. so that this plugin can do some handy work^^
       
    19. zoktar

      zoktar New Member

      Joined:
      Jul 20, 2010
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      0
      very exiting stuff im just bout to start insane title after hyxdroxian and the other one hits exalted, wonder if u can softreset mc and aq40.

      autobotting dm east run would be awsome. crack a whip on em to fix the meshes!
       
    20. Haaskis

      Haaskis New Member

      Joined:
      Jan 15, 2010
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      0
      My paladin would get some farming to do when this gets released.

      And farming instances ain't that suspectable when you're a no-namer on the server (new on the server) and no one can see you.
       

    Share This Page