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

EB get issue when tele from map to home

Based on your log, your configuration of the Idler plugin is incorrect.

Code:
Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue.
Parameter name: minValue
   at System.Random.Next(Int32 minValue, Int32 maxValue)
   at Idler.Tasks.CustomTownMove.<Logic>d__11.MoveNext() in C:\Users\Administrator\Desktop\NgheoAiYeu\3rdParty\_CONFIGS_\Default\Idler\Content\Tasks\CustomTownMove.cs:line 63
--- 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 Loki.Bot.TaskManager.yG}fh@`\,;\./v!E6@2E{5J"b4#.MoveNext()
--- End of stack trace from previous location where exception was thrown ---

Make sure the minimal wait time is lower than the max wait time!
 
Back
Top