Navigation

    forum

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

    fangxm

    @fangxm

    6
    Posts
    1242
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    fangxm Follow

    Posts made by fangxm

    • RE: Error This creep doesn't exist yet with Store

      @arsdragonfly Where do your code running? The bug haven't been fixed in the private server.

      posted in Technical Issues and Bugs
      fangxm
    • Why does reset so often since 16 Dec

      shard

      shard3

      My code reset frequently since 16 Dec. What happened to the server? 0_1576927061829_R@2HYOQH9A2{171U6GQOP64.png

      posted in Technical Issues and Bugs
      fangxm
    • RE: Invader healer doesn't suicide when there is no attacker

      @o4kapuk But i find that the healer didn't suicide when it was alone.

      You can find it in reply.

      I did some experiment after the two healers died.

      posted in Technical Issues and Bugs
      fangxm
    • Invader healer doesn't suicide when there is no attacker

      shard3

      The healer should suicide when there is no attacker, but I have encountered an exception.

      replay: https://screeps.com/a/#!/history/shard3/E49N19?t=12720919

      thank @EricGuo for providing the reproduce method.

      posted in Technical Issues and Bugs
      fangxm
    • RE: Error This creep doesn't exist yet with Store

      @o4kapuk But I still have this problem with the code above.

      posted in Technical Issues and Bugs
      fangxm
    • RE: Error This creep doesn't exist yet with Store

      I have the same problem.

      This seems to happen when a creep is spawned and then immediately get its store in the same tick.

      I have reproduced the problem in the simulator.

      code:

      var n = 1;
      module.exports.loop = function () {
          if(n == 1){
              let spawn = Game.getObjectById('10484812e4326970c56cf6e3');
              spawn.spawnCreep([MOVE], 't');
              let store = Game.creeps['t'].store;
          }
          n = 0;
          return
      }
      

      error:

      Error: This creep doesn't exist yet
          at _:2:118566
          at Object.get [as store]:7:62
          at Object.module.exports.loop:6:37
          at __mainLoop:1:22556
          at eval:2:4
          at Object.r.run:2:151285
      
      posted in Technical Issues and Bugs
      fangxm