Was workin fine. but now im having issue. i click start and the start button dowsnt change to "stop" and the bot does nothing. when i click on debug log tag its goin crazy. keeps repeating
7:07:55 PM:521] Exception in DoString: The given key was not present in the dictionary. StackTrace: at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Styx.WoWInternals.Lua.(UInt32 luaPtr, UInt32 luaFilePtr, UInt32 pState)
at Styx.WoWInternals.Lua.DoString(String lua, String luaFile, UInt32 pState)
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Styx.WoWInternals.WoWMovement.get_ClickToMoveInfo()
at Styx.WoWInternals.WoWMovement.ClickToMove(WoWPoint point)
at Styx.Logic.Pathing.Interop.LocalPlayerMover.MoveTowards(Vector3 point)
at Tripper.Navigation.PathFollowing.TripperNav.()
at Tripper.Navigation.PathFollowing.TripperNav.()
at Tripper.Navigation.PathFollowing.TripperNav.MoveAlongPath()
at Tripper.Navigation.PathFollowing.TripperNav.MoveTowards(Vector3 point)
at Styx.Logic.Pathing.Navigator.MoveTo(WoWPoint destination)
at Bots.Grind.LevelBot.?(Object )
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action..MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator..MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator..MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector..MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector..MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.()
can anyone please help?