What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

[Stuck, Town A1]

randomstraw

Community Developer
Joined
Jul 17, 2012
Messages
1,611
Reaction score
10
Code:
Taking area transition to next area. The Coast [3_1_2]
Error during bot tick: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei Loki.Bot.Pathfinding.ExilePather.FindWalkableLocationCloseTo(NetworkObject obj, Int32 maxDistance)
   bei GrindBot7.GrindBot.()
   bei ..()
   bei GrindBot7.GrindBot.DetermineCurrentPoi()
   bei GrindBot7.GrindBot.Pulse()
   bei Loki.Bot.Pulsator.(PulseFlags , PulseFlags , Action , String )
   bei Loki.Bot.Pulsator.Pulse(PulseFlags flags)
   bei Loki.Bot.BotMain.()

story:
setting bot to farm coast
bot does a clean run
tps town
error above spams

edit: i just tried to recreate the issue, without success. It happened as the portal in town spawned to the lowest left point possible. does not happen on this run, portal spawned somewhere "right".
 
We'll get this fixed soon. I actually had added a code comment to this bug, but we just didn't fix it yet.

// TODO: This code assumes you can see the area transition, but this is not always the case.

Edit: This should be fixed in the upcoming #721.
 
Back
Top