Navigation

    forum

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

    Posts made by Ranger

    • RE: Why operation cost increaseв to 0.4 CPU?

      Ok, fixed, now cost return to 0.2 CPU

      posted in Technical Issues and Bugs
      Ranger
    • Why operation cost increaseв to 0.4 CPU?

      I use this code:
      var cu = Game.getUsedCpu();
      creep.harvest(source);
      console.log('operation cost:', Math.floor((Game.getUsedCpu() - cu) * 100) / 100);

      And now result is "operation cost: 0.43"

      posted in Technical Issues and Bugs
      Ranger