• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Gatherbuddy2 - An Ultimate Gathering Bot

    Discussion in 'Archives' started by raphus, Feb 4, 2011.

    Thread Status:
    Not open for further replies.
    1. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      Gatherbuddy2

      How does Gatherbuddy2 work ?

      • Load a proper HB profile (GB2 will only mail/repair if there are proper mailbox, vendor tags in the profile)
      • Check bot settings for customization
      • Hit start

      Installation
      • Gatherbuddy2 comes bundled with Honorbuddy. There is not a seperate download link

      Known Bugs

      • None

      Todo List

      • Vashj'ir Support
      • Fishing pool farming
      • Cloud farming
      • Portable guild bank support
      • Mixed mode support with several other botbases

      Changelog

      • v2.0.0.468
        • Small pauses between hotspots is fixed
        • Elite mob detection has been fixed
        • Fixed issues with Guild Vault behavior not working for some cities
        • Repair and Mail runs should work properly now.
        • GB2 will now blacklist nodes that it failed to gather after 3 attempts
        • Blackspots in profiles works properly now. GB2 will not go for nodes that are inside a blackspot area of the current profile.
        • Added an option to ignore elites or not
       
      Last edited: Feb 4, 2011
      iggi66 likes this.
    2. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      reserved
       
    3. garretjaxi

      garretjaxi Member

      Joined:
      Jan 23, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      Trying now. The pauses being gone is going to be so nice.
      Thanks for the great releases and the quick fixes.
      Your work is greatly appreciated.
       
    4. Peenutt

      Peenutt Member

      Joined:
      Nov 9, 2010
      Messages:
      96
      Likes Received:
      1
      Trophy Points:
      8
      Im loving this so much! The combat logic for HB/GB2 is far better than the GB was. Glad to see this rolling out! Keep up the great work Devs
       
    5. moujoohoo

      moujoohoo New Member

      Joined:
      Apr 29, 2010
      Messages:
      448
      Likes Received:
      1
      Trophy Points:
      0
      plz attach the profiles that can be used with this one :)
       
    6. lcf8088

      lcf8088 New Member

      Joined:
      Aug 24, 2010
      Messages:
      95
      Likes Received:
      0
      Trophy Points:
      0
      Youve got 348 posts and still can't make your own profiles? Time to get to work! =P

      Just jokking. lol
       
    7. gillious

      gillious New Member

      Joined:
      Jan 6, 2011
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      Just a quick question, is the node blacklisting per session or is it stored somewhere that I can remove, I've had GB2 blacklist a few nodes due to a CC issue which I've fixed but want to be sure it wont ignore perfectly valid nodes.
       
      Last edited: Feb 4, 2011
    8. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      It blacklists for current session. Once you restart HB they will be reset
       
    9. iggi66

      iggi66 New Member

      Joined:
      Jan 15, 2010
      Messages:
      389
      Likes Received:
      24
      Trophy Points:
      0
      HB2 doesn't recognize enchants which increase your skills.

      Example:

      My gloves were enchanted with Enchant Gloves - Gatherer (Permanently enchant gloves to increase Herbalism, Mining, and Skinning by 5.) and my skill was 470 but it was ignoring Elementium Vein which needs skill 475..

      Regards.

      iggi

      /edit

      Please look for phasing nodes.

      Semicode:
      Code:
              static public bool NodeIsStillThere
              {
                  get
                  {
                      ObjectManager.Update();
                      foreach (WoWObject o in ObjectManager.ObjectList)
                      {
                          if (Node.Guid != 0 && o.Guid == Node.Guid && Node.IsValid)
                              return true;
                      }
                      tempBlackList();
                      return false;
                  }
              }
      Using this for my pool fishing buddy and works great on phasing pools.
       
      Last edited: Feb 5, 2011
    10. Johnnyp

      Johnnyp New Member

      Joined:
      Sep 10, 2010
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      0
      if it will get into combat with mob or mobs near the node , it blacklist that node and after slaugther just fly away.little unnatural to leave node unharvested after killing mobs patrolling near it :D
      other than that GB2 is awesome - no single death on dk frost 325 ilvl in last 72 hours of farming.
       
      Last edited: Feb 5, 2011
    11. Kauppaneuvos

      Kauppaneuvos New Member

      Joined:
      Dec 27, 2010
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Hello, this is probably dumb question but i get error "Please purchase lifetime, or a plugin key to enable flight!"

      Does it want me to buy gatherbuddy, some special version about honorbuddy, or what plugin?

      Currently i have Honorbuddy Single Session.

      Thank you!
       
    12. Nesox

      Nesox Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,563
      Likes Received:
      48
      Trophy Points:
      48
      You need lifetime to use it
       
    13. Prox

      Prox New Member

      Joined:
      Jan 9, 2011
      Messages:
      37
      Likes Received:
      2
      Trophy Points:
      0
      With a profile looking like this:
      Code:
      <HBProfile>
          <GrindArea>
              <Hotspots>
                  <Hotspot X="1350.676" Y="-4374.541" Z="43.7867" />
                  <Hotspot X="1243.505" Y="-4257.324" Z="42.15454" />
                  <Hotspot X="1190.43" Y="-4366.317" Z="43.41196" />
                  <Hotspot X="1235.841" Y="-4473.862" Z="39.24035" />
                  <Hotspot X="1315.005" Y="-4480.358" Z="37.57904" />
              </Hotspots>
          </GrindArea>
      </HBProfile>
      I keep getting this error:
       
    14. lickalime

      lickalime New Member

      Joined:
      Feb 8, 2010
      Messages:
      1,071
      Likes Received:
      4
      Trophy Points:
      0
      I already submitted a bug report as long as your using the latest version hb should react to flight just fine. So make sure your using the latest version.
       
    15. kuruptedinc

      kuruptedinc Member

      Joined:
      Jan 12, 2011
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      6
      alright so i couodnt find any other decent place to put this so if im in the wrong place sorry

      the 3 tries then blacklisting node is a great idea, however on my 83 druid it flys in an tries an attempt to herb, hostile mob runs over hits druid. Druid then flys up then back down then back up then back down then black lists the mode an flys away so it niether killed the mob or looted the node.

      on top of that the node is black listed for no reason other then 1 mob trying to fight my toon which was my level an could have been killed easily

      could any one tell me why this is happening ? it shouldnt be profile based if its a problem it would be in the cc or HB its self correct ?
       
    16. Gigglebyte

      Gigglebyte New Member

      Joined:
      Jan 24, 2011
      Messages:
      169
      Likes Received:
      0
      Trophy Points:
      0
      I decided to try this out today. But it keeps saying "Can't use that here." trying to ground mount farm.

      Logs aren't saying much. It doesn't update if something failed.

      Edit: It keeps trying to use my flying mount, which I can't use in Azeroth at the moment. I've set it to ground mount though. Oh well.
       
      Last edited: Feb 6, 2011
    17. b4ldur

      b4ldur Member

      Joined:
      Jan 15, 2010
      Messages:
      134
      Likes Received:
      1
      Trophy Points:
      18
      Hi, GB2 is awesome. I just have one problem: Every now and then my toon just runns stright into a wall or hill and just keeps runing. when i manually stop him from running he mounts again and conzinues as if nothig happened.
       
    18. daystar

      daystar New Member

      Joined:
      Nov 12, 2010
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      This is happening to me a lot, too. It tries to gather multiple times while still in combat, which will get them interrupted again, and then the node is blacklisted and isn't gathered once the fighting is actually done. If multiple mobs are aggroed, it seems to try gathering after only one is killed. Perhaps needs a check in the code for something along the lines of "If we have been fighting back due to an interrupt, don't try gathering again until actually out of combat status".
       
    19. motsmots

      motsmots Member

      Joined:
      Jan 19, 2011
      Messages:
      248
      Likes Received:
      1
      Trophy Points:
      18
      Combat thingie with the blacklisting also happens to me.
       
    20. tjwow2011

      tjwow2011 Member

      Joined:
      Jan 25, 2011
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      16
      How do you blacklist a node manually? For example in a phased area? Node shows up on minimap and GB2 tries to go get it but it dissapears when it gets close because it's phased out... Need to blacklist this node. Don't know how. Thanks in advance.
       
    Thread Status:
    Not open for further replies.

    Share This Page