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 don't know why but last ExMatt update broke my Porcini node, I just tried with this profile, a custom for main account and an other custom for bot account (3 different locations).
The bot can reach hotspot location and wait untill 12am / pm
Code:
[15:24:07.973 V] [ExFlyTo v3.0.7.1509270] Moving to waypoint: <196.9345, 238.6639, -640.7635>
[15:24:08.343 V] [Poi.Clear] Reason: Current behavior changed to : LineNumber: 1727, Condition: IsTimeBetween(11,12) or IsTimeBetween(23,24), Conditional: System.Func`1[System.Boolean], IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
but when it's 12 am / pm the bot can't found where to go, node spawn north side, but it's the same for others.
Code:
[15:25:01.055 V] [Poi.Clear] Reason: Current behavior changed to ExGatherTag: AdjustedWaitForGp: 0, AlwaysGather: True, CordialTime: Auto, CordialType: Cordial, DiscoverUnknowns: True, FreeRange: False, FreeRangeCondition: Condition.TrueFor(1, TimeSpan.FromHours(1)), GatheringSkillOrder: null, Radius: 3, Slot: -1, GatherObject: null, GatherObjects: System.Collections.Generic.List`1[System.String], DisableRotationOverride: False, GatherRotation: Unspoiled, GatherSpots: ExBuddy.OrderBotTags.Gather.GatherSpotCollection, GatherIncrease: Yield, GatherStrategy: GatherOrCollect, HotSpots: Clio.Utilities.IndexedList`1[ff14bot.Navigation.HotSpot], Collectables: null, ItemNames: System.Collections.Generic.List`1[System.String], Distance: 3,1, SkipWindowDelay: 200, SpellDelay: 400, WindowDelay: 1000, Loops: 1, SpawnTimeout: 10, While: True, DefaultGatherSpotType: GatherSpot, Name: Porcini, IsDone: False, HighPriority: False, LineNumber: 1755, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:25:01.055 D] Replaced hook [ProfileOrderBehavior_Hook] 775f3648-0057-432d-b33a-0c58af969342
[15:25:01.056 V] [ExGather v3.0.7.1509270] Distance to furthest visible game object -> 106,1099
[15:25:01.056 V] [ExGather v3.0.7.1509270] Distance to furthest vector in hotspot -> 241,9447
[15:25:01.056 N] [ExGather v3.0.7.1509270] Could not find any nodes and can not confirm hotspot is empty via object detection, trying again from center of hotspot.
[15:25:01.056 D] Requesting path on 400 from <195.6227, 238.8911, -639.2369> to <195.2852, 248.8581, -597.2936>
[15:25:01.202 D] No viable path from <195.6227, 238.8911, -639.2369> to <195.2852, 248.8581, -597.2936> in 00:00:00.1454144 ms
[15:25:25.709 D] Requesting path on 400 from <195.6334, 238.8378, -639.3448> to <195.2852, 248.8581, -597.2936>
[15:25:25.842 D] No viable path from <195.6334, 238.8378, -639.3448> to <195.2852, 248.8581, -597.2936> in 00:00:00.1334144 ms
...
More Request / No viable path spam because I moved it myslef


Btw my favor profile is done but I can't post it right now cuz I had to change an ExMatt's file to improve the profile, so I'll just wait for an update or rewrite it :)

It was an update to prevent the flight plugin from running in fatebot. And i didn't test all scenarios. I have tried another method and it seems to be working better.
 
Using the unspoiled profile for a few nodes, after gathering the astral moraine it kinda gets stuck


Code:
[15:56:34.642 D] Moving to next hop: <412.0375, 153.4051, -294.988> (Unspoiled Lush Vegetation Patch) D: 53.6712
[15:56:38.147 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__7b.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 1051.
--- 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__85.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 1136.
--- 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__c.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 361.
--- 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__8.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 333.
--- 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....()
   --- Ende der internen Ausnahmestapelüberwachung ---
   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__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.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__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.() --> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<InteractWithNode>d__7b.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 1051.
--- 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__85.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 1136.
--- 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__c.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 361.
--- 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__8.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 333.
--- 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....()
[15:56:38.208 V] [ExGather v3.0.7.1509270] Distance to furthest visible game object -> 133.5822
[15:56:38.208 V] [ExGather v3.0.7.1509270] Distance to furthest vector in hotspot -> 292.9174
[15:56:38.208 N] [ExGather v3.0.7.1509270] Could not find any nodes and can not confirm hotspot is empty via object detection, trying again from center of hotspot.
[15:56:38.210 D] Requesting path on 397 from <412.9417, 155.5083, -293.8693> to <451.4217, 194.0464, -209.2942>
[15:56:38.330 D] No viable path from <412.9417, 155.5083, -293.8693> to <451.4217, 194.0464, -209.2942> in 00:00:00.1199428 ms
 
Using the unspoiled profile for a few nodes, after gathering the astral moraine it kinda gets stuck


Code:
[15:56:34.642 D] Moving to next hop: <412.0375, 153.4051, -294.988> (Unspoiled Lush Vegetation Patch) D: 53.6712
[15:56:38.147 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__7b.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 1051.
--- 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__85.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 1136.
--- 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__c.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 361.
--- 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__8.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 333.
--- 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....()
   --- Ende der internen Ausnahmestapelüberwachung ---
   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__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.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__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.() --> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   at ExBuddy.OrderBotTags.Gather.ExGatherTag.<InteractWithNode>d__7b.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 1051.
--- 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__85.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 1136.
--- 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__c.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 361.
--- 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__8.MoveNext() in c:\Users\xxxxxx\Downloads\Buddy\rebornb\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:Line 333.
--- 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....()
[15:56:38.208 V] [ExGather v3.0.7.1509270] Distance to furthest visible game object -> 133.5822
[15:56:38.208 V] [ExGather v3.0.7.1509270] Distance to furthest vector in hotspot -> 292.9174
[15:56:38.208 N] [ExGather v3.0.7.1509270] Could not find any nodes and can not confirm hotspot is empty via object detection, trying again from center of hotspot.
[15:56:38.210 D] Requesting path on 397 from <412.9417, 155.5083, -293.8693> to <451.4217, 194.0464, -209.2942>
[15:56:38.330 D] No viable path from <412.9417, 155.5083, -293.8693> to <451.4217, 194.0464, -209.2942> in 00:00:00.1199428 ms

Looks like the flight plugin is not running, I had a bug when I made it not run under fate bot. Try updating.
 
Yea having issues while gathering near adamantite and porcini now. The bot flys right by agro mobs and gets killed. Assuming its with ExMatt's latest update??

[16:32:06.081 D] Replaced hook [ProfileOrderBehavior_Hook] dc487a47-f91d-4011-a5aa-6dba4bd0c09b
[16:32:12.487 N] [ExGather v3.0.7.1509270] Node set -> Unspoiled Mineral Deposit 0x13563F20
[16:32:12.487 D] [POI Set] Type: Gather, Name: Unspoiled Mineral Deposit, ObjectId: 40000003, NpcId: 0, Location: <72.07767, 0.7522836, -854.5031>
[16:32:12.601 N] [ExGather v3.0.7.1509270] GatherSpot set -> StealthApproachGatherSpot -> StealthLocation: <70.86564, -0.4920825, -858.0936>, NodeLocation: <72.07767, 0.7522836, -854.5031>, ReturnToStealthLocation: True, UseMesh: True
[16:32:12.658 N] [ExGather v3.0.7.1509270] Using rotation -> Unspoiled
[16:32:12.716 D] Requesting path on 402 from <44.16124, 13.19508, -823.2026> to <70.86564, -0.4920825, -858.0936>
[16:32:12.770 D] Generated path to <70.86564, -0.4920825, -858.0936> in 00:00:00.0533998 ms
[16:32:14.403 D] Moving to next hop: <70.36251, -0.8024006, -815.5875> (Stealth Location) D: 5.532176
[16:32:14.690 D] Moving to next hop: <71.57597, -0.8914334, -816.1639> (Stealth Location) D: 1.161249
[16:32:14.746 D] Moving to next hop: <88.7298, -0.4990567, -826.0197> (Stealth Location) D: 19.79697
[16:32:15.715 D] Moving to next hop: <88.72857, -0.3515669, -827.1008> (Stealth Location) D: 1.381593
[16:32:15.772 D] Moving to next hop: <91.95648, -0.4222333, -829.1832> (Stealth Location) D: 4.005385
[16:32:15.944 D] Moving to next hop: <92.00208, -0.2162604, -831.756> (Stealth Location) D: 2.962451
[16:32:16.058 D] Moving to next hop: <93.90472, -0.03076626, -838.8032> (Stealth Location) D: 7.957582
[16:32:16.740 D] Moving to next hop: <94.01083, 0.1609152, -840.6103> (Stealth Location) D: 2.369669
[16:32:16.905 D] Moving to next hop: <93.74957, 0.2715646, -841.2978> (Stealth Location) D: 1.319372
[16:32:16.970 D] Moving to next hop: <91.61232, -0.4320493, -843.5645> (Stealth Location) D: 3.687603
[16:32:17.305 D] Moving to next hop: <85.96339, -0.04961934, -849.252> (Stealth Location) D: 8.683456
[16:32:18.205 D] Moving to next hop: <84.10239, -0.2551055, -849.7778> (Stealth Location) D: 2.450637
[16:32:18.405 D] Moving to next hop: <84.49741, -0.347797, -850.1799> (Stealth Location) D: 0.6822773
[16:32:18.438 D] Moving to next hop: <82.24636, 0.5200039, -848.8557> (Stealth Location) D: 2.721469
[16:32:18.638 D] Moving to next hop: <81.9978, 0.5691296, -849.0182> (Stealth Location) D: 1.085196
[16:32:18.671 D] Moving to next hop: <81.64442, 0.574298, -849.2772> (Stealth Location) D: 1.034583
[16:32:18.705 D] Moving to next hop: <75.14585, -0.6333212, -857.7271> (Stealth Location) D: 11.24553
[16:32:19.871 D] Moving to next hop: <70.86564, -0.4920825, -858.0936> (Stealth Location) D: 4.814795
[16:32:20.105 D] DoAction General 23 0xE0000000
[16:32:20.505 D] DoAction Spell 229 0x105F754E
[16:32:20.671 N] [ExBuddy] Failed to cast Aura -> Stealth
[16:32:24.638 D] Requesting path on 402 from <70.2739, -0.7219225, -860.0729> to <72.07767, 0.7522836, -854.5031>
[16:32:24.685 D] Generated path to <72.07767, 0.7522836, -854.5031> in 00:00:00.0468636 ms
[16:32:25.405 D] Interacting with Unspoiled Mineral Deposit 0x13563F20
[16:32:25.705 N] [ExGather v3.0.7.1509270] Rotation Override -> Old: Unspoiled , New: SmartYield
[16:32:26.111 N] Gathering ItemName:Adamantite Ore Chance:95 HqChance:14 Amount:1 RawItemId:12538

Looks like it didn't land properly and failed to cast stealth
 
Last edited:
Yea having issues while gathering near adamantite and porcini now. The bot flys right by agro mobs and gets killed. Assuming its with ExMatt's latest update??

[16:32:06.081 D] Replaced hook [ProfileOrderBehavior_Hook] dc487a47-f91d-4011-a5aa-6dba4bd0c09b
[16:32:12.487 N] [ExGather v3.0.7.1509270] Node set -> Unspoiled Mineral Deposit 0x13563F20
[16:32:12.487 D] [POI Set] Type: Gather, Name: Unspoiled Mineral Deposit, ObjectId: 40000003, NpcId: 0, Location: <72.07767, 0.7522836, -854.5031>
[16:32:12.601 N] [ExGather v3.0.7.1509270] GatherSpot set -> StealthApproachGatherSpot -> StealthLocation: <70.86564, -0.4920825, -858.0936>, NodeLocation: <72.07767, 0.7522836, -854.5031>, ReturnToStealthLocation: True, UseMesh: True
[16:32:12.658 N] [ExGather v3.0.7.1509270] Using rotation -> Unspoiled
[16:32:12.716 D] Requesting path on 402 from <44.16124, 13.19508, -823.2026> to <70.86564, -0.4920825, -858.0936>
[16:32:12.770 D] Generated path to <70.86564, -0.4920825, -858.0936> in 00:00:00.0533998 ms
[16:32:14.403 D] Moving to next hop: <70.36251, -0.8024006, -815.5875> (Stealth Location) D: 5.532176
[16:32:14.690 D] Moving to next hop: <71.57597, -0.8914334, -816.1639> (Stealth Location) D: 1.161249
[16:32:14.746 D] Moving to next hop: <88.7298, -0.4990567, -826.0197> (Stealth Location) D: 19.79697
[16:32:15.715 D] Moving to next hop: <88.72857, -0.3515669, -827.1008> (Stealth Location) D: 1.381593
[16:32:15.772 D] Moving to next hop: <91.95648, -0.4222333, -829.1832> (Stealth Location) D: 4.005385
[16:32:15.944 D] Moving to next hop: <92.00208, -0.2162604, -831.756> (Stealth Location) D: 2.962451
[16:32:16.058 D] Moving to next hop: <93.90472, -0.03076626, -838.8032> (Stealth Location) D: 7.957582
[16:32:16.740 D] Moving to next hop: <94.01083, 0.1609152, -840.6103> (Stealth Location) D: 2.369669
[16:32:16.905 D] Moving to next hop: <93.74957, 0.2715646, -841.2978> (Stealth Location) D: 1.319372
[16:32:16.970 D] Moving to next hop: <91.61232, -0.4320493, -843.5645> (Stealth Location) D: 3.687603
[16:32:17.305 D] Moving to next hop: <85.96339, -0.04961934, -849.252> (Stealth Location) D: 8.683456
[16:32:18.205 D] Moving to next hop: <84.10239, -0.2551055, -849.7778> (Stealth Location) D: 2.450637
[16:32:18.405 D] Moving to next hop: <84.49741, -0.347797, -850.1799> (Stealth Location) D: 0.6822773
[16:32:18.438 D] Moving to next hop: <82.24636, 0.5200039, -848.8557> (Stealth Location) D: 2.721469
[16:32:18.638 D] Moving to next hop: <81.9978, 0.5691296, -849.0182> (Stealth Location) D: 1.085196
[16:32:18.671 D] Moving to next hop: <81.64442, 0.574298, -849.2772> (Stealth Location) D: 1.034583
[16:32:18.705 D] Moving to next hop: <75.14585, -0.6333212, -857.7271> (Stealth Location) D: 11.24553
[16:32:19.871 D] Moving to next hop: <70.86564, -0.4920825, -858.0936> (Stealth Location) D: 4.814795
[16:32:20.105 D] DoAction General 23 0xE0000000
[16:32:20.505 D] DoAction Spell 229 0x105F754E
[16:32:20.671 N] [ExBuddy] Failed to cast Aura -> Stealth
[16:32:24.638 D] Requesting path on 402 from <70.2739, -0.7219225, -860.0729> to <72.07767, 0.7522836, -854.5031>
[16:32:24.685 D] Generated path to <72.07767, 0.7522836, -854.5031> in 00:00:00.0468636 ms
[16:32:25.405 D] Interacting with Unspoiled Mineral Deposit 0x13563F20
[16:32:25.705 N] [ExGather v3.0.7.1509270] Rotation Override -> Old: Unspoiled , New: SmartYield
[16:32:26.111 N] Gathering ItemName:Adamantite Ore Chance:95 HqChance:14 Amount:1 RawItemId:12538

Looks like it didn't land properly and failed to cast stealth

update again.
 
This was after the update
v3.0.7.1509270 is not the most recent version.
v3.0.7.1509280 is the most recent version.

Edit: This update was important in the fact that you don't have to disable the flight plugin anymore if you want to run Fate Bot. I just made a bad choice in how I was loading the plugin in the previous version.
 
Hey guys!
I want to ask if someone could add code for Old World Fig farming too, would be really nice.

Thanks!
 
Last edited:
Have to restart the profile oftne as it gets stuck on
"[09:33:15.622 N] SendPathRequest while not connected...."
 
somehow i still got stuck on the way to collect chives after chysahl greens :( the bot stuck in the mountain when trying to gain altitude on the way to chives spot
 
somehow i still got stuck on the way to collect chives after chysahl greens :( the bot stuck in the mountain when trying to gain altitude on the way to chives spot

Yeah I didn't update it since last time, this issue is fixed in my own profile but not here, I have to rewrite my favor profile (with new ExMatt's GahterTag) and post it (tonight if I have time), after that I'll have some time to update this one and pipira profile.
 
Yeah I didn't update it since last time, this issue is fixed in my own profile but not here, I have to rewrite my favor profile (with new ExMatt's GahterTag) and post it (tonight if I have time), after that I'll have some time to update this one and pipira profile.
awesome news! thank you very much Entrax, greatly appreciated!
 
https://gyazo.com/91b5079cb45fe7346be3861a47f4c4d8

Bot always gets stuck along a hill here, and when I manually help him to move up the cliff, he jumps up and down and tries to go back down under. What is it trying to gather there? It has been stuck there over and over since the beginning of time

Chysal Greens ?

Also, I had this problem a long time ago, are you sure you've updated your profile? I actually think I had this problem with the version that came before this thread, but not with this one.

You could probably either move the flightpath coords, or add an extra in there that makes sure it clears the edge before trying to land at the node to fix the problem if either updating doesn't work, or you already have the latest version.
 
Last edited:
Chysal Greens ?

Also, I had this problem a long time ago, are you sure you've updated your profile? I actually think I had this problem with the version that came before this thread, but not with this one.

You could probably either move the flightpath coords, or add an extra in there that makes sure it clears the edge before trying to land at the node to fix the problem if either updating doesn't work, or you already have the latest version.

I'm using 2.2 since the time I downloaded it, unless there is a stealth edit or something that he didn't put into the changelogs.

Yup its chysal greens, just deactivated it to see if I still get it or not
 
Last edited:
I'm using 2.2 since the time I downloaded it, unless there is a stealth edit or something that he didn't put into the changelogs.

Yup its chysal greens, just deactivated it to see if I still get it or not

For now (2.2) the issue is still here if you enable 9 & 10 AM-PM Coerthas node.

Will be fixed soon.

EDIT : Okay, I just finished with rewriting favor profile, I'm just doing a full loop to be sure all is okay and I'll post it :)
 
Last edited:
For now (2.2) the issue is still here if you enable 9 & 10 AM-PM Coerthas node.

Will be fixed soon.

EDIT : Okay, I just finished with rewriting favor profile, I'm just doing a full loop to be sure all is okay and I'll post it :)


Can't wait!~ I will help you test it
 
Back
Top