Navigation

    forum

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

    Topics created by Silentium_noxe

    • call actions of creep with string ID
      General Discussion • • Silentium_noxe

      2
      2
      Posts
      3091
      Views

      @silentium_noxe In some specific situation, like this: creep.harvest("5bbcb68ad867df5e54207957"); // ... 98 lines creep.harvest("5bbcb68ad867df5e54207957"); // "5bbcb68" been queried 100 times const source = Game.getObjectById("5bbcb68ad867df5e54207957"); creep.harvest(source); // ... 98 lines creep.harvest(source); // "5bbcb68" been queried 1 time, saved in memory 100 times more efficient in specific situation.
    • Solved Can't receive "verify email" message
      Technical Issues and Bugs • • Silentium_noxe

      3
      3
      Posts
      3909
      Views

      It should be fixed now, sorry for the inconvenience.
    • Unsolved Can't log in to screeps via Atom code editor
      Technical Issues and Bugs • • Silentium_noxe

      1
      1
      Posts
      2738
      Views

      No one has replied