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 keep getting this error whenever I try to load the profile. Is there anything I can to do get things working again?

[06:38:13.325 D] System.Exception: Element Gardenner is not supported. Please check your XML and try again. (<Gardenner AlwaysWater="False" />) Line 3286
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.(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 keep getting this error whenever I try to load the profile. Is there anything I can to do get things working again?

[06:38:13.325 D] System.Exception: Element Gardenner is not supported. Please check your XML and try again. (<Gardenner AlwaysWater="False" />) Line 3286
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.(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)



Retainer.cs and Gardenner.cs HAVE to be put in Rebornbuddy\Plugins\ExBuddy\OrderBotTags\Behaviors

Make sure you put gardenner.cs in the correct folder

Doing this corrected the issue your having for me
 
My character just hovers on the flying mount for chysahl and adamantite ore locations. Anyone know why?

Make sure to set your ingame Clock at the top right so instead of it saying [LT] make sure it says [ET] Eorzea Time the profile will go there to get ready to gather when it pops up
 
Getting this error when attempting to gather Chysal Greens.

Code:
[10:11:22.047 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<InteractWithNode>d__91.MoveNext() in d:\Desktop\Rebornbuddy 1.0.264.0\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1237
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Gather>d__7c.MoveNext() in d:\Desktop\Rebornbuddy 1.0.264.0\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1100
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<GatherSequence>d__7f.MoveNext() in d:\Desktop\Rebornbuddy 1.0.264.0\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1107
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<ExecutePoiLogic>d__4a.MoveNext() in d:\Desktop\Rebornbuddy 1.0.264.0\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 893
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine...()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
   at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
   at Buddy.Coroutines.Coroutine.Resume()
   at TreeSharp.ActionRunCoroutine.Run(Object context)
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.Behavior.HookExecutor.Run(Object context)
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.() --> System.NullReferenceException: Object reference not set to an instance of an object.
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<InteractWithNode>d__91.MoveNext() in d:\Desktop\Rebornbuddy 1.0.264.0\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1237
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Gather>d__7c.MoveNext() in d:\Desktop\Rebornbuddy 1.0.264.0\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1100
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<GatherSequence>d__7f.MoveNext() in d:\Desktop\Rebornbuddy 1.0.264.0\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1107
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<ExecutePoiLogic>d__4a.MoveNext() in d:\Desktop\Rebornbuddy 1.0.264.0\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 893
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine...()
 
It would be really cool if we could add in things like Grade 5 Carbonized Matter, and Timeworn maps.

Also, does anyone know how to tell it to do two items with Snorlax, but prioritize one item over the other?

Lastly, anyone know why a building in the hinterlands could cause me to collide and just constantly go back in forth in a small area on my mount?

Love the profile!
 
maps are gathered automatically if they are present in a node, and you can gather it (if you don't have one in inventory already) this is not managed by the profile but by exgather.

for snorlax items will be gathered in the order of the list. no prioritize

If this is for cloud banana/morel, it will be fixed in a future revision of the profile (coming soon (c) but don't ask)
 
Does not turn in red scrip anymore

turn-in for collectables & leves been broken since 3.2, it's not profile related, exbuddy need to be updated but matt's not around anymore, mashtag (rb dev) seems to have taken the lead on new updates. we'll have to wait.
 
turn-in for collectables & leves been broken since 3.2, it's not profile related, exbuddy need to be updated but matt's not around anymore, mashtag (rb dev) seems to have taken the lead on new updates. we'll have to wait.

You can modify the NPC location vector in Plugins\OrderBotTags\ExBuddy\OrderBotTags\Behaviors\Objects\Data.cs

Line 43 and Line 50 should be changed to read:

Code:
Location = new Vector3("-17.05647, 206.4994, 4.021645"),
 
this has been done already, i posted in another thread, the problem are the memory injection offsets for turn-in collect. this is the hard part, way above my skills. But thanks anyway ;)
 
Will this be updated, please?
Or is someone working on a profile with old and new nodes?

ExBuddy updated the plugin.
 
I just updated to the new version (Gyarados),but the it doesn't work, (old version still does), I set the waiting area to ID :75, but it still goes to Limsa Rominsa (ID 8) and plus it doesn't do any farming

[05:06:32.070 N] Loaded profile GatheringManager Gyarados
[05:06:32.071 N] Bot Thread Started.
[05:06:33.112 N] Connection to 192.99.148.87:31215 established.
[05:06:33.256 N] Clearing all hooks.
[05:06:33.256 D] Added new hook [TreeStart] 68c41350-4e28-4aca-9baa-c22996158390
[05:06:33.256 D] Added new hook [PoiAction] 08344f75-f3f3-4f14-a302-39191a32faab
[05:06:33.256 D] Replaced hook [PreCombatBuff] 7a12d6f2-9ee9-4f84-ae41-26c24735101f
[05:06:33.256 D] Replaced hook [Heal] f481cbab-dc97-4c15-8a7a-80b33ebfc7f2
[05:06:33.256 D] Replaced hook [Pull] 718afa92-cd43-4661-8df9-f01140d9cf00
[05:06:33.256 D] Replaced hook [CombatBuff] 1debca80-2a53-46e5-b768-b6f96132314c
[05:06:33.256 D] Replaced hook [Combat] cc923e95-036b-435f-8927-54d86326f121
[05:06:33.256 D] Replaced hook [Rest] 5f2c4bf7-59a9-4152-9e89-5be1b5be772f
[05:06:33.305 D] Added new hook [RoutineCombat] 05736d01-f2fe-4b3d-9e02-79e9eb70c768
[05:06:33.307 D] Added new hook [HotspotPoi] 886f657a-c287-4776-b85c-14c2bcde1cdd
[05:06:33.308 D] Added new hook [SetDeathPoi] c67c1c34-eb59-4e99-9871-ab0839e08086
[05:06:33.308 D] Added new hook [SetCombatPoi] b3cdc29e-d718-4eea-b0ae-f126a48bd1a8
[05:06:33.308 D] Added new hook [SetHotspotPoi] b77a7c0b-12ab-4841-8d2f-773d6441dafa
[05:06:33.308 D] Added new hook [SelectPoiType] 589b6248-1624-4066-aa27-3d89ca125e28
[05:06:33.309 D] Replaced hook [SelectPoiType] 722a0a81-f343-4098-923d-fa1106dd9876
[05:06:33.309 D] Inserted new hook [TreeStart @0] ed806f11-7fdc-438f-87f2-865f7529276c
[05:06:33.321 D] Inserted new hook [TreeStart @0] b531d868-18cd-449a-80f7-c9b4bd78f139
[05:06:33.321 N] [Agil] Hooked.
[05:06:33.541 V] [Poi.Clear] Reason: Current behavior changed to ExLogTag.
[05:06:33.542 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
[05:06:33.542 D] Replaced hook [ProfileOrderBehavior_Hook] ca71269a-740d-4827-9c87-6ba435a68766
[05:06:33.607 V] [FlightNav] Replacing Navigator with Flight Navigator.
[05:06:33.607 N] [EnableFlight] Started Flight Navigator.
[05:06:33.613 N] [GatherManager Gyarados] Yolo Wait [START]
[05:06:33.748 V] [Poi.Clear] Reason: Current behavior changed to TeleportTo: ZoneId: 0, AetheryteId: 8, Name: Waiting Aetheryte, Force: False, Aetheryte: エーテライト 0x18D35900, IsDone: False, HighPriority: False, LineNumber: 3305, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[05:06:33.748 D] Replaced hook [ProfileOrderBehavior_Hook] 1b9a3567-8576-4e4b-bbde-f5221b2fd47f
[05:06:33.851 V] [Poi.Clear] Reason: Current behavior changed to WaitWhileTag: Condition: not(((0 != 0 or 0 != 0) and IsTimeBetween(0,0+1)) or ((IsTimeBetween(0,1) or IsTimeBetween(12,13)) and ((IsTimeBetween(0,1) and 0) or (IsTimeBetween(12,13) and 0))) or ((IsTimeBetween(1,2) or IsTimeBetween(13,14)) and (0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or ((0 != 0 or 0 != 0 or 0 != 0) and IsTimeBetween(1,2)) or ((0 != 0 or 0 != 0 or 0 != 0) and IsTimeBetween(13,14)))) or ((IsTimeBetween(4,5) or IsTimeBetween(16,17)) and (((0 != 0 or 0 != 0 or 0 != 0 or 0 !=0 or 0 !=0 or 0 !=0 or 0 != 0) and IsTimeBetween(4,5)) or ((0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0) and IsTimeBetween(16,17)))) or ((IsTimeBetween(6,7) or IsTimeBetween(18,19)) and (((0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0) and IsTimeBetween(6,7)) or (0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0) and IsTimeBetween(18,19))) or ((IsTimeBetween(8,9) or IsTimeBetween(20,21)) and (0 != 0 or (((0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0) and IsTimeBetween(8,9)) or ((0 != 0) and IsTimeBetween(20,21))))) or ((IsTimeBetween(9,10) or IsTimeBetween(21,22)) and (0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or ((0 != 0) and IsTimeBetween(9,10)))) or ((IsTimeBetween(10,11) or IsTimeBetween(22,23)) and (0 != 0)) or ((IsTimeBetween(11,12) or IsTimeBetween(23,24)) and (0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0 or 0 != 0))) and FreeItemSlots() > 1, Conditional: System.Func`1[System.Boolean], IsDone: False, HighPriority: False, LineNumber: 3306, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[05:06:33.851 D] Replaced hook [ProfileOrderBehavior_Hook] 0c805463-eb73-481e-8713-f291ca1ea95d
 
FYI, the latest scrip does not appear to be able to collect Old-growthCamphorwoodLog. During the time slot in which it appears, for me at least, it does ephemeral farming instead of trying to collect that item.
 
Back
Top