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!

[PB] Lumberator - Timber Farming Profile

Just started running this profile and my toon skips eligible timber nodes left and right while running on foot...it doesn't mount up at all.

View attachment 160372

Edit: Yeah, I closed HB and restarted it, and ran the profile again and it started mounting now, but it will still run right past timer nodes. This log is short, but I watched to run past at least 8-10 nodes...apparently it's not doing anything but pathing.

View attachment 160373

Let me load the version i uploaded and make sure i didn't make any mistakes.
 
Let me load the version i uploaded and make sure i didn't make any mistakes.

I am running your most up to date version right now... about 30mins... 50 timber :/

This is mostly because it will stop and kill every mob that agros. I don't know if this is my HB setting or the profile. I have kill between hotspots off.

Other thing I noticed, no longer flys from garrison to refuge... a feature still in the works? (alliance)... will post log later
 
I am running your most up to date version right now... about 30mins... 50 timber :/

This is mostly because it will stop and kill every mob that agros. I don't know if this is my HB setting or the profile. I have kill between hotspots off.

Other thing I noticed, no longer flys from garrison to refuge... a feature still in the works? (alliance)... will post log later

Unfortunately since this isn't a flying profile it' a pain because of the npcs, the ony thing i can really do is have a ton of blackspots to go around most of them.

I don't know why the flying isn't working, i didn't change the flight profile at all. I wish i had someones alliance character it would be easier to figure out, can you give me more details? Does nothing happen at all? does he go to the flight master then just sit there? does he pull up the flightmaster map?
 
Let me load the version i uploaded and make sure i didn't make any mistakes.

The version i uploaded it working fine for me. Have you gone through all the setup suggestions i have on the first page including trying it from a freshly installed bot?
 
Unfortunately since this isn't a flying profile it' a pain because of the npcs, the ony thing i can really do is have a ton of blackspots to go around most of them.

I don't know why the flying isn't working, i didn't change the flight profile at all. I wish i had someones alliance character it would be easier to figure out, can you give me more details? Does nothing happen at all? does he go to the flight master then just sit there? does he pull up the flightmaster map?

I'll try to debug the flying for you ...

actually this profile is amazing for farming in Talador!

I had to disable mining/herbing early on just so i could really test the timber part :-P
 
Can you tell me how close the timber nodes are? It's not like Gatherbuddy where if will find anything close by and go to it. It will only loot timber if it's very close to it, which is why i have hotspots going directly to timber nodes. Do me favor and turn of mining and herbalism and tell me if that makes a difference, i'm guessing it's just not close enough and your zigzagging between mining and herb nodes.

If the nodes were any closer, my toon would be running right through them. Herbing and Mining is turned off...at least it should be because I know I unchecked the boxes...
 
If the nodes were any closer, my toon would be running right through them. Herbing and Mining is turned off...at least it should be because I know I unchecked the boxes...
The version i uploaded is working fine for me. Have you gone through all the setup suggestions i have on the first page including trying it from a freshly installed bot?
 
I just tried this again on a different toon, level 1 Lumber Mill...went through all the steps...and now when I run it up, it changes the secondary bot base from GB2 to Questing and stands at the flight path in the garrison trying to fly to Exarch's Refuge over and over. Log:

View attachment 11744 2014-12-25 16.44.txt
 
The version i uploaded is working fine for me. Have you gone through all the setup suggestions i have on the first page including trying it from a freshly installed bot?


Yeah this isn't my first rodeo...I've done everything instructed.
 
I just tried this again on a different toon, level 1 Lumber Mill...went through all the steps...and now when I run it up, it changes the secondary bot base from GB2 to Questing and stands at the flight path in the garrison trying to fly to Exarch's Refuge over and over. Log:

View attachment 160376

ensure you are setting the second bot to GB2 by editing the settings after changing to PB then clicking Bot Config. If you click on bot config a second time, it should show GB2, else there is something wrong...

-------------------------
On a side note... had zero lumber when i started... Got to full 250 after...
Code:
[Gatherbuddy2]: Stopped gatherbuddy after gathering 0 nodes in 1h 17m 13s.

Very good! Level 100 Alliance! Garrison HS worked too! Will check issue with FP now.
 
ensure you are setting the second bot to GB2 by editing the settings after changing to PB then clicking Bot Config. If you click on bot config a second time, it should show GB2, else there is something wrong...

-------------------------
On a side note... had zero lumber when i started... Got to full 250 after...
Code:
[Gatherbuddy2]: Stopped gatherbuddy after gathering 0 nodes in 1h 17m 13s.

Very good! Level 100 Alliance! Garrison HS worked too! Will check issue with FP now.

I think i found what i did wrong with the Alliance flight path, please try the new update and let me know if that works.
 
@Nate8282

Here is the debugging I came up with on the FP (attached logs of two attempts):
Summary - started profile in garrison, toon runs out of Garrison, up through Talador into Frostridge/Gorgond (checked on a different log, logs attached I stopped when it was leaving Garrison).

The previous [A] Lumberator Level 2 code read as:
Lines 43-47
Code:
  <SubRoutine SubRoutineName="Farm">
    <MoveTo Location="1866.272, 218.9698, 76.72213" MoveType="Location" Pathing="Navigator" Entry="0" />
    <ChangeBot BotName="Questing" />
    <LoadProfile ProfileType="Honorbuddy" Path="Lumberator\Exarch's Refuge.xml" IsLocalOrFromStore="True" />
  </SubRoutine>

The new Lumberator Level 2 code reads as:
Lines 47-52
Code:
  <SubRoutine SubRoutineName="Farm">
    <Custom Code="MyLog(&quot;Taking Flightpath To Exarch's Refuge&quot;);" />
    <MoveTo Location="5580.99, 4563.96, 136.13" MoveType="Location" Pathing="Navigator" Entry="0" />
    <ChangeBot BotName="Questing" />
    <LoadProfile ProfileType="Honorbuddy" Path="Lumberator\Exarch's Refuge.xml" IsLocalOrFromStore="True" />
  </SubRoutine>

Unfortunately, my coding isn't good enough to help you debug the exact syntax, but my guess is that the error is in the MoveTo Location ...
The location of the Alliance Gryphon Master (Dungar Longdrink) is at <Hotspot X="1864.219" Y="217.55" Z="76.66631" />
I suspect the new Lumberator has a location for Horde ...
I will try to swap locations and run profile.
 

Attachments

I think i found what i did wrong with the Alliance flight path, please try the new update and let me know if that works.

Testing now... but i bet that fixed it based on the code changes ... AllianceFarm and HordeFarm Subroutines... Smart! ;-)

------------------------------------------------------------------------------------

Flight Path fixed!!! You rock brother!!!

Much love as this will work so so good in HBRelog! Trying to figure out how to trigger the next HRelog task after collecting 250 and GHearthing (like GarrisonBuddy botbase does)... If added this will be complete in my book!

------------------------------------------------------------------------------------

The code in GarrisonBuddy is in a .cs in this format (where GaBSettings is a config file that read whether the user has checked this feature in the config window):

Code:
            Bots.Professionbuddy.Dynamic.HBRelogApi hbRelogApi = new HBRelogApi();

            if (hbRelogApi.IsConnected && GaBSettings.Get().HBRelogMode)
            {
                hbRelogApi.SkipCurrentTask(hbRelogApi.CurrentProfileName);                
            }

Could add a PB version in the the GHearth Subroutine just before?
Code:
  <CallSubRoutine SubRoutineName="Stop" />
 
Last edited:
UPDATE 12/25/2014

Added Credits, a longer wait time for the hearthstone (sometimes it didn't work for me), and added HBRelog code to Skip.CurrentTask. I couldn't get it to work correctly with HBRelog however. I found this to be a current issue on the forums in a few places Example. They all claim it hasn't worked since WOD. So i'm hoping the next HBRelog update will fix this. I believe the reason why garrisonbuddy got it to work is it connected directly through the API and i'm not sure how to do that within PB.
 
Last edited:
UPDATE 12/25/2014

Added Credits, a longer wait time for the hearthstone (sometimes it didn't work for me), and added HBRelog code to Skip.CurrentTask. I couldn't it to work correctly with HBRelog however. I found this to be a current issue on the forums in a few places Example. They all claim it hasn't worked since WOD. So i'm hoping the next HBRelog update will fix this. I believe the reason why garrisonbuddy got it to work is it connected directly through the API and i'm not sure how to do that within PB.

Thanks for your consideration! And for getting this back to the premier timber farming profile!
 
I'd love to get this working but I haven't been successful so far.

Edit: Hang on a sec, it reverted back to another bot base. Trying right now, it's flying somewhere now (never done that before)

So it's farming some lumber, only collected 2 pieces in ~ 20 minutes. Seems to be prioritizing mobs over timber.
 

Attachments

Last edited:
I'd love to get this working but I haven't been successful so far.

Edit: Hang on a sec, it reverted back to another bot base. Trying right now, it's flying somewhere now (never done that before)

So it's farming some lumber, only collected 2 pieces in ~ 20 minutes. Seems to be prioritizing mobs over timber.

It should move to your flightmaster in your garrison, change botbases to questing so that it can take a flightpath to Talador. Once it lands, it changes botbases to Gatherbuddy2, then collects lumber. No where in the profile does it prioritize mobs, that's just how the botbase is setup. If you uncheck kill between hotspots in the settings in tools, it may skip some mobs, but sometimes PB gets buggy and attacks them anyway. Only thing i can really do is create blackspots to avoid some, but that doesn't always work. Ground hotspots don't work the same as flying ones, you can make a hotspot that goes around a mob, but the bot might still go right through it.
 
Speaking of hotspots... I've been running for a few hours yesterday and today... I have add a few blackspots, but the weird part is, that the ore/herbs are always in reach. For some reason the bot just stands there or starts looping :/

5 blackspots so far... we'll see how many more we get. At this point getting about 100timber / hour.

Of note, with the timber plugin, was getting 250 timber in < 1 hour. This is still worthy due to the automation and ability to farm the zone. I will continue to run for the next few days then post my blackspots.
-------------------------------------------------------------------------
For anyone else.... these are the ones i have so far:

<Blackspot X="2497.946" Y="2549.366" Z="164.3671" Radius="5" />
<Blackspot X="2339.01" Y="1737.049" Z="116.1028" Radius="5" />
<Blackspot X="2856.637" Y="1786.314" Z="123.1339" Radius="5" />
<Blackspot X="2802.089" Y="1404.962" Z="180.6927" Radius="5" />
<Blackspot X="2561.917" Y="1158.163" Z="191.754" Radius="5" />

--------------------------------------------------------------------------------------

One major issue I've noted... if you don't do a "fresh" HB start, it will often run the loop in reverse, causing it to get stuck at the one way gate on the Auchenai Precipice. This would lead to a ban and it just spams the hotspot on the otherside indefinitely!
 
Last edited:
Back
Top