you may have queued up more extensions than your maximum, once your controller levels up they can be completed
Posts made by ir0x539
-
RE: Creating multiple construction sites freezes work
-
RE: Exceeding CPU limit without creeps
Agreed, the cpu spikes are quite debilitating. It seems that there is some issue tracking cpu between ticks. I doubt my actual usage varies by 3-4x on ticks when my creep actions are similar.
-
RE: Setting protective border after respanw
That's a good point about an adjacent respawn. I want to say there should be a small protective window after respawn but yeah not be adjacent to a player as to box em.
This idea is likely too complicated but its worth considering - could a player could take an adjacent respawn if they chose to forfeit the protection period?
-
Structure Management
Is there any way to destroy your own structures? I would like to replace where I put some extensions but cannot as far as i can tell. Attacking yields a -7.
Also, unless this is going to change, the construct button could be removed from rooms which you do not control.
-
RE: Controller level 4 roads have only 300hp
1500 on swamp, 300 on plain?
-
Room Position Instantiation
Low priority
- It would be nice if you could instantiate with RoomPosition(x,y,Room) in addition to RoomPosition(x,y,roomName). I messed it up a couple times, could see this happening to others too.
Thank you
-
RE: Get number of creeps with "x" role
loop through Game.creeps, on each iteration you need to access the creep
thenif (creep.memory.role == "x") {//update your counting data structure}
-
RE: Damaged Road Detection
looks like just find_structures works, so roads do not belong to a player?
-
Damaged Road Detection
var repair = creep.pos.findClosest(FIND_MY_STRUCTURES, { filter: function (object) { return object.hits < object.hitsMax; } });
this code snippet did not find a damaged road in my room, am i doing something incorrectly or is this a bug?
-
Forum Posts Order
It would be great if Forum Posts (http://support.screeps.com/hc/communities/public/questions) was ordered by most recent comment in that post (including the first post).
-
RE: Console logs of other players
can confirm this is still going