Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Tchort
    3. Posts
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Posts made by Tchort

    • RE: Unable to send creep into (opened) room owned by another player.

      I have a similar issue.
      Destroyed those protective walls in my room and left the room with a creep.
      Leaving the room worked well, but going back to my room, doesn't work.
      Left the room, if it was FIND_EXIT_BOTTOM in the code below, but in next room this it moves to the exit, but does not move to the next room.
      creep.move(TOP); while standing at the exit returns 0, but doesn't do anything.

      var exit = FIND_EXIT_TOP;
      creep.moveTo(creep.pos.findClosest(exit));

      My room is E5S2 and trying to enter from E5S3.

      posted in Technical Issues and Bugs
      Tchort