I think it is the bug, as there is no way for the creep not moving over swamps to the exit.
Thank you for clearifing this,I'll try to build some roads. Hopefully the bug will be fixed someday.
Posts made by Triscus
-
RE: ERR_NO_PATH when changing rooms
-
ERR_NO_PATH when changing rooms
When moving a creep to an exit with
creep.moveTo(new RoomPosition(creep.memory.exit.x, creep.memory.exit.y, creep.memory.exit.roomName), { reusePath: _ticksReusePath })
it returns always (99% of the time) ERR_NO_PATH
It only happens when changing from one specific room to another specific room, all other creeps/rooms are woking fine.
Someone has an idea how to work around this? I can't find anything wrong in my code, so it has to be anything else.
-
Creeps and console not visible in Firefox
Hi,
I log me into the game with my screeps credentials (Steam account is linked).
When I go to the World I see the room but there are no green oder red dots inside of the room, just the rooms with the swamps, walls etc. After selecting one of the rooms it is empty (plain dark). The Script and the memory is visible, the concole output is empty.
Using the Internet Explorer 11 ist seems to work, but is awfully slow.
Im behind a proxy, but as it is working somehow with the IE I don't think there is a connectivity issue, it has something to do with Firefox itself.
- Windows 7 SP1
- Firefox 47
- jre1.8.0_101
- Enabled the site screeps.com in the java setting.
Has someone an idea how to fix this?