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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

yehamlg

New Member
Joined
Nov 30, 2015
Messages
7
So from the title.

I'm new around here and cant manage to find a working copper ore durotar profile.

One keeps running me to the auctioneer and just buying stacks of copper untill im broke... so thanks for that bro.

Other ones just run me to the portals in valley of honor.

Can anyone PLEASE link me a basic.... mining only... no flying.... log when bags are full profile.

please.............. there has to be one out there, im not keen to make my own just yet.

Thanks
 
So from the title.

I'm new around here and cant manage to find a working copper ore durotar profile.

One keeps running me to the auctioneer and just buying stacks of copper untill im broke... so thanks for that bro.

Other ones just run me to the portals in valley of honor.

Can anyone PLEASE link me a basic.... mining only... no flying.... log when bags are full profile.

please.............. there has to be one out there, im not keen to make my own just yet.

Thanks
I believe there's a few that ship with it? Look under HonorBuddy/Default Profiles/HBProfiles/GB2 Herb and Mining profiles/Horde and there's one for GB2 1-50 Durotaur. Just load that profile with GatherBuddy2 bot.
 
Nah i wanted to do all this on my level 40... gb2 is flying only so its lame as... im farming fine of my 100's i just dont want to be
 
Nah i wanted to do all this on my level 40... gb2 is flying only so its lame as... im farming fine of my 100's i just dont want to be
You can create your own profile and do it under GrindBuddy and then just put no people to attack and Mining clicked on. It should ignore all of them and just find ore.
 
I don't know of any, even though you said you're not keen - you could very easily make one.

Are you familiar with Hotspots?
They're just a collection of coordinates that tells the bot to go around a location.

If you click the "Enhanced Mode" box on Honorbuddy, then click "Developer Tools" -> there will be a button at the bottom left of the menu that says "Generate Hotspot"

Go around the game in a path that you want it to farm in, and click "Generate Hotspot" for about every 50 yards you walk.
(or just generate one ontop of every ore spawn location, however you'd prefer.)

Each time you click it, data will pop out on your Honorbuddy log.


PHP:
<HBProfile>
<QuestOrder>

     <DisableBehavior Name="Vendor" /> <!-- Prevent bot from selling so we can logout. -->

     <While Condition="Me.FreeBagSlots &gt; 0" >

          <CustomBehavior File="InteractWith" MobIds="203298, 181248, 103714, 1731" />
               <HuntingGronds WaypointVisitStrategy="InOrder" >
                    <Hotspot X="123" Y="456" Z="789" />
                    <Hotspot X="234" Y="567" Z="891" />
               </HuntingGrounds>
          </CustomBehavior>

     </While>

     <CustomBehavior File="Misc\RunLua" Lua="Logout();" />

</QuestOrder>
</HBProfile>


The code above is all you'd need to make the bot do exactly what you asked.
In the code where hotspots are, replace the two examples there with all of the ones you generate.

1731 is the primary ID for Copper Veins, all the other IDs there are less common variants of it.
The less common variants aren't necessarily needed, but I just have them there to be safe.

After you put all your hotspots in there, save it as ProfileName.xml
Be sure to include the .xml as Honorbuddy only reads profiles as .xml format.

Set Honorbuddy to "Questing", load the profile.
Start the bot and you're good to go.
It'll start farming the ores using the path you made.

The bot will stop when you get to 0 bagslots, and logout.
 
Last edited:
Back
Top