TWB icon indicating copy to clipboard operation
TWB copied to clipboard

Bot stop farm because is under attack

Open alex92251 opened this issue 1 year ago • 1 comments

Anyone know how to disable this? my village is under fake attacks and bot stop farming because of this, but no where is the option to disable this.

alex92251 avatar Feb 01 '24 15:02 alex92251

I just skimmed trough the code so I might be wrong, but I would try deleting condition and not self.def_man.under_attack on line 440 of game/village.py

  if (
      self.get_config(section="farms", parameter="farm", default=False)
      and not self.def_man.under_attack #Delete this
  ):

TrimPeachu avatar Feb 04 '24 22:02 TrimPeachu