bencbartlett / Overmind

AI for Screeps, a multiplayer programming strategy game
MIT License
545 stars 155 forks source link

Critical, ignoring InviderCores in the outpost rooms #179

Closed mlv-dev closed 4 years ago

mlv-dev commented 4 years ago

I went to look at my colony and found that the outpost-rooms in which the colony is being mined are occupied by the core. At the same time, the script completely ignores them and tries to act as usual. And creeps can’t mine, because InviderCore captured controller.

I have RCL 4 now.

A lot of errors with failing to build containers:

[10:39:39 AM][shard3]INFO    18946906 [harvest:dac432>mine]: building container at %room%
[10:39:39 AM][shard3]ERROR   18946906 [harvest:dac432>mine]: cannot build container at %room%! Result: -1
[10:39:39 AM][shard3]INFO    18946906 [harvest:c6be99>mine]: building container at %room%
[10:39:39 AM][shard3]ERROR   18946906 [harvest:c6be99>mine]: cannot build container at %room%! Result: -1

Need to add behavior that attacks InviderCores

Version is v0.5.2 (last stable)