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!

I'm confident I just don't have my folder structure correct. Can anyone assist please?
If you downloaded the zip file from git and navigate to the ORderBotTags folder inside it, drag stuff from there to your Plugins/OrderBotTag folder, Also.. like me, don't forget to update your OrderBotTag/Fish folder.. make sure it doesn't have a collectables.cs in it
 
the XML error was my fault for not updating the fish folder, didn't think I'd need to for mining.. The line 32 thing wasn't a derp it just looked weird at first glance that the navheight was moved from the flightpath down to there, my bad >< and it ran like a charm, appreciate you making it work for me :)[/QUOTE

Yea i moved collectables into common. since fish wasn't really using it and now I will be using it shortly on this tag. Sorry for the confusion. Yea NavHeight is also a property for the gather tag since i use FlightPathTo inside for navigation.
 
Ok, so the flying....still isn't right. I will be working on that soon though.

I identified the issue...must have deleted stuff and forgot about it.... sorry!... slightly improved flight otw.
 
Last edited:
Thanks tishat. I redownloaded the zip, copy and paster the OrderBotTags folder in to my plugins\OrderBotTags folder. I use RebornBuddy, go to Orderbot, load profile, I choose the FreeRangeCollect450 or another, and it gives me the same error. Any ideas?
 
Thanks tishat. I redownloaded the zip, copy and paster the OrderBotTags folder in to my plugins\OrderBotTags folder. I use RebornBuddy, go to Orderbot, load profile, I choose the FreeRangeCollect450 or another, and it gives me the same error. Any ideas?

when you startup RB, scroll through the log and check for any errors
 
I would assume duplicate files, but if you don't have duplicate files then I'm not sure.. unless it's because of your folder name has a space in it.. So make sure you don't have like an Order BotTags folder.. and an OrderBotTags folder at the same time
 
I would assume duplicate files, but if you don't have duplicate files then I'm not sure.. unless it's because of your folder name has a space in it.. So make sure you don't have like an Order BotTags folder.. and an OrderBotTags folder at the same time

Deleted duplicat .cs files and its functional
 
And lastly, the profiles load properly, but doesn't do anything. Do I have to put a 1 next to something to get it to farm it? I'm refering to the Freerange profiles. The Porcini works automatically and fishing stuff I tried.
 
Ok, i am super pumped right now!

I just pushed an update and anyone willing to try it please update. It has really improved upon quite a few things. It should solve all of the gatheringwindow/spell casting issues.
 
And thanks everyone for staying along for the ride while I learn how some of this code works. I am still relatively new to RB development.
 
And thanks everyone for staying along for the ride while I learn how some of this code works. I am still relatively new to RB development.

You should make a new post with your profile of goodness. Looking forward to trying it out!!
 
I'm having trouble getting one of the example profiles to work (AdamantiteChysahl.xml). I'm getting an error:

[05:07:24.085 N] Failed to load profile: Element FlightPathTo is not supported. Please check your XML and try again. (<FlightPathTo XYZ="-684.4172, 130.6977, -600.1046" Radius="3.0" Smoothing="0.2" MountId="1" DismountAtDestination="false" LogWaypoints="true" />) Line 69
[05:07:24.087 D] System.Exception: Element FlightPathTo is not supported. Please check your XML and try again. (<FlightPathTo XYZ="-684.4172, 130.6977, -600.1046" Radius="3.0" Smoothing="0.2" MountId="1" DismountAtDestination="false" LogWaypoints="true" />) Line 69
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)

I downloaded the OrderBotTags folder from https://github.com/MGramolini/ExBuddy/tree/master/OrderBotTags and extracted the contents to RBFolder\Plugins\ as instructed, but I can't get it to load correctly. What am I doing wrong?
 
I seem to be having troubles with the Collect550 rotation on adamantite ore. It just turns on collectable appraisak opens up the window, makes the ore in reaach and just sits there.

It hangs at:

[06:02:30.497 D] DoAction Spell 4077 0x1046B2F2
[06:02:35.330 D] DoAction Spell 4075 0x1046B2F2
 
I have been in between working and not working code, testing a few pieces with collectables. will update you in a few minutes.
 
I'm having trouble getting one of the example profiles to work (AdamantiteChysahl.xml). I'm getting an error:

[05:07:24.085 N] Failed to load profile: Element FlightPathTo is not supported. Please check your XML and try again. (<FlightPathTo XYZ="-684.4172, 130.6977, -600.1046" Radius="3.0" Smoothing="0.2" MountId="1" DismountAtDestination="false" LogWaypoints="true" />) Line 69
[05:07:24.087 D] System.Exception: Element FlightPathTo is not supported. Please check your XML and try again. (<FlightPathTo XYZ="-684.4172, 130.6977, -600.1046" Radius="3.0" Smoothing="0.2" MountId="1" DismountAtDestination="false" LogWaypoints="true" />) Line 69
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)

I downloaded the OrderBotTags folder from https://github.com/MGramolini/ExBuddy/tree/master/OrderBotTags and extracted the contents to RBFolder\Plugins\ as instructed, but I can't get it to load correctly. What am I doing wrong?


I need the part of the log from when you started RB so I can see the compilation errors.
 
Back
Top