What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Gatherbuddy2 - An Ultimate Gathering Bot

Status
Not open for further replies.

raphus

Well-Known Member
Joined
Jun 17, 2010
Messages
2,094
Reaction score
492
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:
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.
 
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
 
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:
It blacklists for current session. Once you restart HB they will be reset
 
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:
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:
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!
 
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!

You need lifetime to use it
 
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:
Object reference not set to an instance of an object.
 
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!
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.
 
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 ?
 
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:
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.
 
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 ?

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".
 
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.
 
Status
Not open for further replies.
Back
Top