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!

Btw, my most recent version has lots of good changes for flight, but there is an issue where sometimes it saves a flightpath with 0 nodes... currently it is a win some, lose some battle with flight.
 
Btw, my most recent version has lots of good changes for flight, but there is an issue where sometimes it saves a flightpath with 0 nodes... currently it is a win some, lose some battle with flight.

Not sure how hard this would be Exmatt but would there be any way to implement a type of "unstuck" into your flight plugins. A lot of time's I've noticed that when the bot has troubles flying somewhere it will usually hang on a "requested path to" or something. Just wondering if there would be a way to implement something like - if the bot is currently executing a moveto tag and hasn't moved more than x yalms in the past 20 minutes, then force it to abandon the current task?

(I know literally nothing about programming so if this sounds like jibber jabber just ignore it!)
 
Not sure how hard this would be Exmatt but would there be any way to implement a type of "unstuck" into your flight plugins. A lot of time's I've noticed that when the bot has troubles flying somewhere it will usually hang on a "requested path to" or something. Just wondering if there would be a way to implement something like - if the bot is currently executing a moveto tag and hasn't moved more than x yalms in the past 20 minutes, then force it to abandon the current task?

(I know literally nothing about programming so if this sounds like jibber jabber just ignore it!)

When it gets stuck on requesting path, it is just the nav server being slow if it is in orange it is the gaia navigator.

So... i mean its not stuck..its just not getting the response
 
ahh right....so if it's sitting in some place for hours it's probably just that it's asked for the next hop and hasn't gotten it so it's just waiting?
 
I tried to get the 2.2 version to get Coerthan Tea Leaves, yet it the flightpath to it seems to be incorrect. It automatically goes into a wall instead of gaining altitude so it can fly.
 
ahh right....so if it's sitting in some place for hours it's probably just that it's asked for the next hop and hasn't gotten it so it's just waiting?

I have been debating on creating a new tag for MoveTo, that is a ConditionalMoveTo... and also adding more support for Condition Timing, like partial hour support.
 
NOTE: If you would prefer me to take this down, Entrax, please, feel free to let me know. I am selfish, and would like to show off what my rotation can do. ;) Thanks!

I don't really care, but could I use yours as base if I have to make a new update (2.3+) ?
 
Quick fix for anyone who gets stuck in Idyllshire on their way to the Goodly Adventurer, add in:

Code:
<MoveTo XYZ="63.6445, 207.29, -1.626427"/>

above each instance of:

Code:
<UseTransport InteractDistance="3.0" NpcId="1015570" XYZ="63.6445, 207.29, -1.626427" />

so that it looks like:

Code:
<MoveTo XYZ="63.6445, 207.29, -1.626427"/>
<UseTransport InteractDistance="3.0" NpcId="1015570" XYZ="63.6445, 207.29, -1.626427" />

Don't know if anyone else is having that issue, but, there it is.

DISCLOSURE!!! THE FOLLOWING IS A MODIFIED VERSION OF ENTRAX'S ORIGINAL WORK!!!

Also, If anyone is having issues with the rotations not having enough oomph to get that 470+, I have included my slightly modified version of this (which includes the fix above) profile. It simply sets all value="0" and for those 470+ nodes, it sets the PlusPlus value to 1, or 2 depending on how much Gathering/Percep you have.

This setup allows me with 543G/547P/600GP to Gather 1-2 Adamantite, Morel, and Chysahl Greens, 2-3 Cuprite, Abalathian Mistletoe, and 6-15 Crawler Cocoons, and Volcanic Rock Salts per half hour run.
I do have both 7 O'clock turnins enabled, and have suffered no issues thus far after my edit to the Goodly Adventurer.

As a final note, watch your logs every now and again. If you get a message telling you to use the rotation One++ or Two++, simply set PlusPlus="1" or PlusPlus="2" for that item.

Let me know how this works out for you!

Thank you!

NOTE: If you would prefer me to take this down, Entrax, please, feel feel to let me know. I am selfish, and would like to show off what my rotation can do. ;) Thanks!

I do not understand this one++and two++
There is no such things in my logs... Can you explain please? I have 602 gathering ,648 perception and 600 gp

edit: sorry i do not like your profile. I was getting 2 adamantite collectable with entrax's profile but only 1 with yours...
 
Last edited:
i think there is something wrong with ExMatt github, can't seems to update via svn, download and extracted zip but it won't show up as plugin option in bot UI
 
Checkout the Exbuddy folder, in you Plugins folder. "Extreme refactoring" has been made.
 
I've been using Tortoise SVN to keep this updated for the last few weeks. When I hit "SVN Update" like usual now, it doesn't appear to be working anymore.
Target path '/trunk/OrderBotTags' does not exist

Do I need to do a complete re-install or is there a way I can get Tortoise SVN to recognize whatever changed in the structure?
 
There should be a swtich command.
I see the Switch command, but I have nfi what I'm supposed to do with that man. Can you please be specific?

It looks like you've completely changed the structure of your folders. What's the smartest way for me to update this to match what you've changed?
 
delete everything exmatt related in your plugins folder and copy the new exbuddy folder into your plugins folder I think...
 
Back
Top