Hi likon69
Seems like honorbuddy has some issues with the mounting option, after a character reach lvl20 the bot bases no longer works.
For example.: a lvl20 druid generates the following stacktrace in party mode, see below
After I bought a kodo, the bot able to follow the leader and move freely on other botbases.
Im assuming there is some checks regarding what mount should be used, tried to check the settings of hb, maybe we can see the druid form in the available mounts but i have no luck.
Perhaps, its worth to mention somewhere on the release, so others does not have to figure out why the bot stuck in one place and no longer tries to move.
[PartyBot] Following Leader
Exception was thrown in BotBase.Root.Tick
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Styx.CommonBot.Mount.CanMount()
at Styx.CommonBot.Mount.ShouldMount(WoWPoint travelingTo)
at Styx.Pathing.MeshNavigator.MoveTo(WoWPoint location)
at Styx.Pathing.Navigator.MoveTo(WoWPoint location)
at Styx.Pathing.Flightor.MoveTo(WoWPoint destination, Single minHeight, Boolean checkIndoors)
at PartyBot.DiscoBot.Struct120.System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext()
--- 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 PartyBot.DiscoBot.Struct119.System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext()
--- 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 CommonBehaviors.Actions.ActionRunCoroutine.Class574.Class575.Struct198.System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.method_2(Boolean bool_2)
at Buddy.Coroutines.Coroutine.method_0(Boolean bool_2)
at Buddy.Coroutines.Coroutine.Resume()
at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
at Styx.TreeSharp.Action.RunAction(Object context)
at Styx.TreeSharp.Action.Class188.System.Collections.IEnumerator.MoveNext()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector.Class695.System.Collections.IEnumerator.MoveNext()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.CommonBot.TreeRoot.smethod_23()
at Styx.CommonBot.TreeRoot.smethod_7(Action action_2, String string_2, Boolean bool_7)