Navigation

    forum

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

    Ranger

    @Ranger

    2
    Posts
    607
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Ranger Follow

    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