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!

Harvesting Implementation?

Angully

Member
Joined
Sep 19, 2010
Messages
764
Hello im curious as to why harvesting is still not re implemented when it was the initial reason most of us bought this bot. If you could please give us an update on when this will be re implemented it would be great.

-Angully
 
Erm.... harvesting works fine last time I checked.
 
Would you care to explain how I get the bot to go to an area with set co-ordinates and use harvesting tools?

For example what tag do i use in profiles to get them to harvest? this one has been eluding me for a while now.
 
Last edited:
Tada!

HTML:
<Profile Name="Gather Template" Author="DD" Version="1.0">

   <Collect CreatureIds="12345, 23456" >

      <!-- Insert Vendor tag if required -->

      <!-- Insert Repair tag if required -->

      <SearchAreas>
         <Hotspot MapId="123" X="1234" Y="2345" Z="3456" Range="200" Timeout="60" />
         <!-- Insert more hotspots if required -->
      </SearchAreas>

   </Collect>

</Profile>
 
So ok , for example i tried this , i stay near node , use this profile and bot does not react to node. What am i doing wrong?

HTML:
<Profile Name="Gather Template" Author="DD" Version="1.0">

   <Collect CreatureIds="34230, 34072" >

    
      <SearchAreas>
         <Hotspot MapId="1061" X="421.239227" Y="-993.136536" Z="-3869.5144" Range="200" Timeout="60" />
         
      </SearchAreas>

   </Collect>

</Profile>
 
So ok , for example i tried this , i stay near node , use this profile and bot does not react to node. What am i doing wrong?

HTML:
<Profile Name="Gather Template" Author="DD" Version="1.0">

   <Collect CreatureIds="34230, 34072" >

    
      <SearchAreas>
         <Hotspot MapId="1061" X="421.239227" Y="-993.136536" Z="-3869.5144" Range="200" Timeout="60" />
         
      </SearchAreas>

   </Collect>

</Profile>

Oh oops, it probably needs a ExcludeNeutral="false" in the collect tag line!

EDIT: Nope, I lied, that was only on grind tags. I'll look into it, haha!
 
Last edited:
Hope you get this DD - definitely want to try this out on discoveries.
 
DDCollect currently works as long as you're not using the Harvesting Multi-tool (an issue with CommonBehaviors.Interact)

CollectTag is indeed doing strange things and not behaving. :(
 
Back
Top