Navigation

    forum

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

    PapaMufflon

    @PapaMufflon

    9
    Posts
    1081
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    PapaMufflon Follow

    Posts made by PapaMufflon

    • Cannot build extension when on it
      creep.moveTo(constructionSite.pos.x, constructionSite.pos.y);
      console.log(creep.build(constructionSite));
      

      returns -7

      creep.moveTo(constructionSite.pos.x+1, constructionSite.pos.y+1);
      console.log(creep.build(constructionSite));
      

      returns 0. As a builder, it should be possible to start constructing on a site too.

      posted in Technical Issues and Bugs
      PapaMufflon
    • RE: Cannot create construction site for an extension on plain terrain

      Aha - it has to be > 4 steps away from a source!? If I had known this in advance...

      posted in Technical Issues and Bugs
      PapaMufflon
    • Cannot create construction site for an extension on plain terrain

      I want to create my third construction site on plain terrain (like the other 2). But it is not possible. I receive -7 ERR_INVALID_TARGET. Why is that?

      posted in Technical Issues and Bugs
      PapaMufflon
    • It should not be possible to delete creeps or even rooms from memory

      I deleted my creeps from the memory tab and now they have no memory anymore. This should not be possible.

      I also deleted the rooms from my memory tab and maybe I caused the overall kaputt state with it?

      posted in Technical Issues and Bugs
      PapaMufflon
    • RE: Error moving to room controller

      everything is kaputt 😞

      posted in Technical Issues and Bugs
      PapaMufflon
    • RE: Tooltip at sidebar->creep->body part is always 100

      Chrome

      posted in Technical Issues and Bugs
      PapaMufflon
    • RE: Tooltip at sidebar->creep->body part is always 100

      I see it in the simulation. I never see it correctly.

      posted in Technical Issues and Bugs
      PapaMufflon
    • Tooltip at sidebar->creep->body part is always 100

      The tooltip for the body parts of a creep always shows 100 - regardless of the real body part numbers.

      posted in Technical Issues and Bugs
      PapaMufflon
    • Room.lookAtArea always returns plain terrain

      Even though there are creeps or walls in the area.

      posted in Technical Issues and Bugs
      PapaMufflon