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!

Donated without even having used it - love the work you're doing for the community!
 
So here we are.... I hope you are all paying attention... I basically just invented CombatAssist for gathering! Try it out!

It is called FreeRange mode. The only downside is you can't autorun for more than 5 seconds(may finally be a use again for a macro keyboard or mouse)..it seems when RB clears the POI and changes behavior it stops autorun also.

Here check it out!
https://www.thebuddyforum.com/rebor...t-adamantite-ore-post2031549.html#post2031549
 
So here we are.... I hope you are all paying attention... I basically just invented CombatAssist for gathering! Try it out!

It is called FreeRange mode. The only downside is you can't autorun for more than 5 seconds(may finally be a use again for a macro keyboard or mouse)..it seems when RB clears the POI and changes behavior it stops autorun also.

Here check it out!
https://www.thebuddyforum.com/rebor...t-adamantite-ore-post2031549.html#post2031549

So basically auto gathering with rotations if you run around and get close enough to nodes? sorta like when RB "sendpath request while not connected....." or what ?:o
 
So basically auto gathering with rotations if you run around and get close enough to nodes? sorta like when RB "sendpath request while not connected....." or what ?:o
I guess it is comparable...but until I make a botbase specifically for that.... i guess we are stuck without autorun.


Edit: But you can also put in your own movement logic in orderbot tags to also make it work.
 
how do you pulls all the files from github at once ? I assume its not like SVN , new to github
 
how do you pulls all the files from github at once ? I assume its not like SVN , new to github
As fuegonova mentioned, while it will pull ALL of the files, you can remove the items you don't want. Here's the download link:

X9bqif6.png
 
Can we have Porcini Unpoiled Node?

I haven't had a chance to really try/tweak it...but i took the measurements and locations and put together an XML file.. feel free to try this and let me know if it works.

Sorry...i forgot to change the teleport location

Edit:

try adding

nodeLocation="222.5773, 218.4649, -658.0814" to the first gatherspot. It doesn't work how it is... might also need to tweak the Distance="4" or something like that on the GatherCollectable tag...the default is 3. I don't hvae much experience with making these types of profiles for the Mature Tree nodes...but they are definitely trickier.
 

Attachments

Last edited:
Do you even sleep? Also, please explain ><
If you install it, just try running the FreeRangeGatherAll.xml

It will gather the following items (that aren't commented out) in priority order. All you have to do is run close enough to the node, it will do the rest. It works the same way for scrips if you use one of the other profiles.

Code:
					<ItemName>Timeworn Dragonskin Map</ItemName>
					<ItemName>Adamantite Ore</ItemName>
					<!--<ItemName>Heavens Lemon</ItemName>-->
					<ItemName>Abalathian Mistletoe</ItemName>
					<!--<ItemName>Dravanian Mistletoe</ItemName>-->
					<ItemName>Porcini</ItemName>
					<!--<ItemName>Morel</ItemName>-->
					<ItemName>Cloud Banana</ItemName>
					<!--<ItemName>Chives</ItemName>-->
					<!--<ItemName>Coerthan Tea Leaves</ItemName>-->
					<ItemName>Pearl Sprouts</ItemName>
					<ItemName>Hardsilver Ore</ItemName>
					<ItemName>Birch Log</ItemName>
					<!--<ItemName>Hardsilver Sand</ItemName>-->
					<ItemName>Cloud Mica</ItemName>
					<ItemName>Grade 5 Carbonized Matter</ItemName>
					<ItemName>Dark Matter Cluster</ItemName>
					<ItemName>Old World Fig</ItemName>
					<ItemName>Scarlet Sap</ItemName>
					<ItemName>Ice Cluster</ItemName>
					<ItemName>Water Cluster</ItemName>
					<ItemName>Grade 4 Carbonized Matter</ItemName>
					<ItemName>Wind Cluster</ItemName>
					<ItemName>Fire Cluster</ItemName>
					<ItemName>Lightning Cluster</ItemName>
					<ItemName>Earth Cluster</ItemName>
					<ItemName>Gold Ore</ItemName>
					<ItemName>Volcanic Rock Salt</ItemName>
					<ItemName>Darksteel Ore</ItemName>
					<ItemName>Young Cieldas Spinach</ItemName>
					<ItemName>Crawler Cocoon</ItemName>
 
I really think i'm going to need to redo flight paths.... the file I am using.... is not really working out.
 
On several occasions running the adamantite profile in collect mode it will start trying to use abilities before the collect window is open, or just fail to hit the ore twice to open the window at all, I'm not sure if that's lag or delay on my part though.. EU -> Canada..

EDIT: Might only be at Node 3
 
On several occasions running the adamantite profile in collect mode it will start trying to use abilities before the collect window is open, or just fail to hit the ore twice to open the window at all, I'm not sure if that's lag or delay on my part though.. EU -> Canada..

EDIT: Might only be at Node 3


When is the last time you downloaded the project? I have continuously been updating it. I feel comfortable with where it is right now. There may have been a few code pushes that did not contain working code for all scenarios. I was working on the freerange stuff for a while. But now I think all of it is working rather well... send me some logs if you don't mind, but make sure to get the latest code. I will start adding in versions soon.
 
Last edited:
When is the last time you downloaded the project? I have continuously been updating it.

I'd say earlier today.. but timezones.. Obviously should have checked, I see your commit message changed since I grabbed it last.. I'll try that out..

Also threw some money your way.. I'm loving everything :)
 
Last edited:
I'd say earlier today.. but timezones.. Obviously should have checked, I see your commit message changed since I grabbed it last.. I'll try that out..

Also threw some money your way.. I'm loving everything :)

Thanks again, it definitely helps. Let me know what you think about the FreeRange profiles....Its really nice to not mess up while you actually gather. by having to think.
 
I haven't had a chance to really try/tweak it...but i took the measurements and locations and put together an XML file.. feel free to try this and let me know if it works.

Sorry...i forgot to change the teleport location

Edit:

try adding

nodeLocation="222.5773, 218.4649, -658.0814" to the first gatherspot. It doesn't work how it is... might also need to tweak the Distance="4" or something like that on the GatherCollectable tag...the default is 3. I don't hvae much experience with making these types of profiles for the Mature Tree nodes...but they are definitely trickier.


testing now!
 
Back
Top