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

Bot opens urns even though they are selected to be ignored

roneo1

Member
Joined
Mar 21, 2014
Messages
480
Reaction score
20
I dont know why this is happening, but its been happening for quite some time, think I saw some others talk about it too, they are selected in global chests to ignore yet bot opens them
 
HandleBlockingChestsTask will break any breakable chests too close by to avoid getting stuck. You can disable the task altogether to remove that functionality by executing the following code in a plugin or in the CR itself inside Start():
Code:
TaskManager.Remove("HandleBlockingChestsTask")
 
HandleBlockingChestsTask will break any breakable chests too close by to avoid getting stuck. You can disable the task altogether to remove that functionality by executing the following code in a plugin or in the CR itself inside Start():
Code:
TaskManager.Remove("HandleBlockingChestsTask")

Oh I see now, Ill better leave it on, I remember finding the bot stuck on a boulder once.
 
Boulders aren't part of that logic, but yea, there are random issues with the way chests work in this game that can lockup the bot. It's an inconvenience, but it's the best workaround for now.
 
Back
Top