• Visit Rebornbuddy
  • [Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

    Discussion in 'Farming' started by EchoTiger, Feb 26, 2013.

    1. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Yea, it would work.
      Honorbuddy can detect BoE/BoP items, and knows not to attempt to mail the BoP ones.
       
    2. tunaknak

      tunaknak New Member

      Joined:
      Oct 10, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      @Echo:

      Ok somehow my guild banks are working now with the Gundrak and Botanica Guildbank + Cloth profiles.

      Only thing is it's not selling the cloth. I removed the cloth custom sections in both profiles, protected items and force mail have all the cloth removed... I don't know why it's still keeping the cloths. Any ideas?
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Can you send me the modified profile you have?
       
    4. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28
      [H] Pit of Saron - Trash Farm - Guild Bank Money+Frostweave

      Ran this profile for 6 hours and got;
      9 stacks (200) of Frostweave
      5500 Gold from looting/selling greens to vendor
      2 battered hilt worth 4000G each.

      Total worth = 1750g pr/h

      Thanks.
       
    5. ThatOneDude

      ThatOneDude Banned

      Joined:
      Jun 29, 2014
      Messages:
      231
      Likes Received:
      13
      Trophy Points:
      18
      So, is there currently a way to tell HB to kill a specific mob if it sees it ? (and ensure it loots it).
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Yes, there's a lot of different ways - all have their cons and pros, some are better than others.

      The most straight forward approach would be to use InteractWith to make the bot search+kill the specific creature.
      You could use HuntingGrounds to specify multiple potential spawn locations of the mob.

      You could then use InteractWith again to force-loot the mob once it's declared dead.
      Of course this would only be needed if we disable Honorbuddy's built in loot routine - otherwise this wouldn't need to be used.





      A *very* simple example would be:
      PHP:
      <While Condition="true" >
          <
      CustomBehavior File="InteractWith" MobState="Alive" MobId1="XXX"  MobId2="XXX"  MobId3="XXX" PreInteractMountStrategy="Dismount" >  <!-- Seek and kill rares. -->
              <
      HuntingGrounds WaypointVisitStrategy="InOrder" > <!-- Could be changed to Random to randomize the search locations -->
                  <
      Hotspot X="1" Y="2" Z="3" />
                  <
      Hotspot X="1" Y="2" Z="3" />
                  <
      Hotspot X="1" Y="2" Z="3" />
                  <
      Hotspot X="1" Y="2" Z="3" />
                  <
      Hotspot X="1" Y="2" Z="3" />
              </
      HuntingGrounds>
          </
      CustomBehavior>
      </While>
      Take note of the multiple MobIds, you can repeat this for as many mobs as you want it to farm.
      These Ids can also be objects such as Ores/Herbs/etc - that way the bot also does another farm while it hunts the rare.

      This setup is insanely simple and can be copied+pasted by any user wanting to customize their own mob seeker / farming tool.
      All that needs to be changed is the Hotspots and MobIds.
       
      Last edited: Nov 10, 2014
    7. tunaknak

      tunaknak New Member

      Joined:
      Oct 10, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
    8. Mastamanic

      Mastamanic New Member

      Joined:
      Nov 10, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      For some reason my bot isn't looting Baron. I just kills him and runs back to the beginning of the instance.
       
    9. judaquwow2

      judaquwow2 Member

      Joined:
      Nov 5, 2012
      Messages:
      119
      Likes Received:
      1
      Trophy Points:
      18
      Hello there, i'm using your Lighting Halls profile, and it is working perfecly. :)
      I just have one little issue, the "Statter" plugin that should be activated by itself it's not working, or atleast that's what i think.
      I'm saying this because when i type /stats or /stats2 or /statter or /statter! haha all of them don't work.
      Nothing shows up on the screen.

      Other than that, great work!
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Hmm, I still see the cloth filter on the Lua script.

      You have to remove every occurence of this (Gundrak):
      and n and not n:find(&quot;33470&quot;)

      The Botanica one would be the same, except the number would be the ID for Netherweave.
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      There may be an internal Lua conflict.
      Are you using any in-game addons? If so disable them.
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      When was the last time you updated the profile?
       
    13. tunaknak

      tunaknak New Member

      Joined:
      Oct 10, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Oh man... I was looking just for the names >_< Sorry. Thank you for your help!
       
    14. Nobody

      Nobody New Member

      Joined:
      Jan 2, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for updating but it's still not attempting to loot for me. I tried another computer and a different account and it didn't work there either.
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      There was two updates in the past couple hours.
      When you load the profile, make sure it says 1082.
       
    16. Nobody

      Nobody New Member

      Joined:
      Jan 2, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the rapid responses. I have 1082, it's still not opening a loot window and the last run my mage didn't even engage Slabhide; she stood just out of agro range and the bot kept repeating a short countdown.
       
    17. NimuS

      NimuS New Member

      Joined:
      Nov 10, 2014
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      as moonkin, when in solar eclipse profile will tell you
      [InteractWith-v1762(warning)] Unable to apply event filter for COMBAT_LOG_EVENT_UNFILTERED
      [InteractWith-v1762(warning)] Cast of Moonfire failed. Reason: Indeterminate
      and character do nothing till lunar eclipse.

      using Shao-Tein Mogu

      on bm hunt
      [FlyTo-v1755(fatal)] Toon doesn't have flying capability in this area, and there is no ground path to the destination. Please learn the flying skill appropriate for this area.
      when i have all flying skills except for maximum speed. but if you are starting bot on fly mount everything alright
       
      Last edited: Nov 10, 2014
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      InteractWith is the behavior that should be controlling the looting and engaging.
      If both looting and engaging aren't working for you, then it may be safe to assume your InteractWith is broken.

      When was the last time you did a fresh install of Honorbuddy?
       
    19. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      The "won't talk to Akama at the end" issue is known.

      Also the Shade of Akama issue is known - the issue here is caused by Singular. Working on a solution.

      There's currently no in-dungeon support for the profile, so if you disconnect.
      If the bot is stopped entirely, it would be impossible to tell it to continue where it's left off because the bot wouldn't know where that's at.

       
    20. artshy

      artshy New Member

      Joined:
      Oct 27, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      hello echo :)

      it seems that the bot doesnt loot the baron with your new update !

      i'll give you the logs after my actualy run
       
      Last edited: Nov 10, 2014

    Share This Page