plantaa

VIP
  • Content count

    14
  • Joined

  • Last visited

Community Reputation

7 Neutral

About plantaa

  • Rank
    Member

Recent Profile Visitors

183 profile views
  1. Hi @WhiteCat Thanks for the info, i did not know its a requirement after lvl20. So theres no bug in it. Sorry for bothering. @likon69 Its running 5bots, so it can farm dungeon after every 10 level for gear. I think this issue can be closed thanks all of you
  2. No, since it was an empty list. After I bought the mount the issue was no longer happened. So its either the ridding skill or the missing mount. For example.: paladin - it get the mount at lvl 20 no following issue. lock - it got the mount at lvl20 no following issue druid - it does not get a mount, but able to use travel form - issue happened mage - does not get anything, issue happened priest - does not get anything, issue happened Thats why im assuming its the missing mount from the "mounts and pets" or the missing riding skill. (bought both but if you like i can test it with a 6th char, where im only buying the riding skill and check it again)
  3. Im using the appropiate levels, all the chars are 20 or 20+ and im running the 20-90.exe ( https://imgur.com/gnn9YEG )
  4. 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)