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

GlobalChestToIgnore

fr3357

Member
Joined
Jun 16, 2011
Messages
525
Reaction score
4
Is it just me, of does it seem like regardless of the settings in here the bot still checks all types.

It is always smashing boxes and urns in particular.
 
Is it just me, of does it seem like regardless of the settings in here the bot still checks all types.

It is always smashing boxes and urns in particular.


to quote pushedx:

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")
 
Back
Top