Navigation

    forum

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

    butcher

    @butcher

    10
    Posts
    1032
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    butcher Follow

    Posts made by butcher

    • RE: Construction site in unoccupied room

      creep.moveTo(coordinates construction sites)

      posted in General Discussion
      butcher
    • RE: Duplicate creep spawn

      Same for me.

      posted in Technical Issues and Bugs
      butcher
    • RE: Structure LINK is immortal???

      UP!

      posted in Technical Issues and Bugs
      butcher
    • RE: Bug Source Keeper

      working again

      posted in Technical Issues and Bugs
      butcher
    • Bug Source Keeper

      Source Keeper generates creeps, who do nothing. Stand still and not attacking ...

      posted in Technical Issues and Bugs
      butcher
    • Structure LINK is immortal???

      I can not kill structure LINK!
      console.log(creep.attack(kill_link)); -> 0 -> OK
      ???

      posted in Technical Issues and Bugs
      butcher
    • RE: Creep stuck

      They have not yet been born!))

      posted in Technical Issues and Bugs
      butcher
    • RE: Creep stuck

      console.log(Game.creeps.Alexis.pos.x + 'x' + Game.creeps.Alexis.pos.y);
      [08:49:52] 31x28
      console.log(Game.spawns.Spawn1.pos.x + 'x' + Game.spawns.Spawn1.pos.y);
      [08:50:21] 31x28

      Bug with spawns?

      posted in Technical Issues and Bugs
      butcher
    • RE: Creep stuck

      for(var name in Game.creeps) {
      var creep = Game.creeps[name];
      console.log(creep.name + ': ' + creep.ticksToLive);
      }

      [08:45:00]
      Victoria: undefined <- bug
      [08:45:00]
      Alexis: undefined <- bug
      [08:45:00]
      Samuel: undefined <- bug
      [08:45:00]
      Cameron: undefined <- bug
      [08:45:00]
      Owen: 191
      [08:45:00]
      Ruby: 224
      [08:45:00]
      Josiah: 278
      [08:45:00]
      Leah: 415
      [08:45:00]
      Lauren: 466
      [08:45:00]
      Adalyn: 520
      [08:45:00]
      Ian: 570
      [08:45:00]
      Caden: 672
      [08:45:00]
      Caroline: 781
      [08:45:00]
      Liam: 814
      [08:45:00]
      Anna: 847
      [08:45:00]
      Hannah: 1075
      [08:45:00]
      Savannah: 1129
      [08:45:00]
      Harper: 1162
      [08:45:00]
      Gavin: 1216
      [08:45:00]
      Penelope: 1270
      [08:45:00]
      Jacob: 1306
      [08:45:00]
      Arianna: 1342
      [08:45:00]
      Parker: 1415
      [08:45:00]
      Jason: 1451
      [08:45:00]
      Isaac: 1505
      [08:45:00]
      Adam: 1559
      [08:45:00]
      Caleb: 1613
      [08:45:00]
      Sarah: 1658
      [08:45:00]
      Scarlett: 1694
      [08:45:00]
      Jasmine: 1730
      [08:45:00]
      Isabelle: 1781
      [08:45:00]
      Bella: undefined <- spawning

      posted in Technical Issues and Bugs
      butcher
    • RE: Creep stuck

      I have these creeps 4!
      I could not find them in the room. I looked coordinates. Creeps out there, but there are spawn.

      posted in Technical Issues and Bugs
      butcher