Navigation

    forum

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

    Hendriksie

    @Hendriksie

    3
    Posts
    840
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Hendriksie Follow

    Posts made by Hendriksie

    • RE: STRUCTURE_STORAGE?

      Awesome, I hope it works well! 🙂

      posted in Help
      Hendriksie
    • RE: STRUCTURE_STORAGE?

      This is something I use:

      var storage = Game.spawns.playerName.room.storage;
      if (creep.pos.isNearTo(storage)) {
      creep.transferEnergy(storage);
      } else {
      creep.moveTo(storage);
      }

      posted in Help
      Hendriksie
    • RE: `Cant claim room

      I've got the same problem, can't create spawn and no errors shown.

      If I look at the network flow of Firefox, I get a 200 response code but with an error message "Not allowed".

      posted in Technical Issues and Bugs
      Hendriksie