Cannot claim controller ERR_NOT_IN_RANGE
-
I have successfully claimed one controller in the past in room W3N1. This one expired. Now I should be able to control 3 controllers in total, my creeps are currently trying to claim the controllers in both room W3N1 and W4N1. Though in both rooms they get the error ERR_NOT_IN_RANGE (-9).
-
I've checked your script, this was because you use
FIND_HOSTILE_STRUCTURES
before selecting the controller. We've changed theRoom.find
method so thatFIND_HOSTILE_STRUCTURES
doesn't match a neutral controller anymore. Your creeps have succesfully claimed both controllers after that.