Navigation

    forum

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

    Posts made by ArisingSun

    • HOW do i tranfer energy from a creep to all extensions

      My problem is, is that it transfers it to only one extension
      extension[0]

      posted in Help
      ArisingSun
    • RE: structure.transferEnergy not only to creeps

      IT would be to easy to fill up an entire row of extensions doing that!

      My advice place a carry creep in between the structures and just tell it to transfer to the next one over unless it's full.
      but still carry the energy because the creeper is still a storage device. also tell the creep to pick up its energy when it dies to be replaced!

      posted in Feature Requests
      ArisingSun
    • RE: HELP! Extension not extracting!

      (SOLUTION)
      MY controller level is 2 so that only leaves me with about 5 extensions. but custom lets me spawn as many as i want!
      So the game is only letting me use the 5 that are allowed and the rest are ignored!
      WOW i love figuring things out on my own!

      posted in Help
      ArisingSun
    • RE: HELP! Extension not extracting!

      also my room control level is 2

      posted in Help
      ArisingSun
    • RE: HELP! Extension not extracting!

      further more I tested a spawn with 30 extensions with the creeper being

      3 WORKS and 10 MOVES

      posted in Help
      ArisingSun
    • RE: HELP! Extension not extracting!

      Also does the extension need to be at a certain range withing the spawner

      posted in Help
      ArisingSun
    • HELP! Extension not extracting!

      I'm in a simulation testing out the extensions but when i try to spawn an expensive creeper, it won't extract the energy from he extension.

      If i need to add code for the spawn to use the extension plz send me a link thanks!

      posted in Help
      ArisingSun
    • RE: Renaming creeps

      scratch that would this be an example
      Memory.creeps."W0".role = 'harvester');

      posted in Help
      ArisingSun
    • RE: Renaming creeps

      thanks for the info @xoposhiy

      also could you give me an example of using creep.memory that i'd love to learn!
      i'm currently learning JS in code academy and applying what I learn here. I'm improving slowly but surely!

      posted in Help
      ArisingSun
    • RE: Renaming creeps

      i noticed that all the harvesters named W-(#) and with a harvester role stopped moving 😞
      and the ones without are normal!

      posted in Help
      ArisingSun
    • Renaming creeps

      How would i rename i creep i thought it would be something like this

      Game.creeps.B-0.Name = 'B0';

      posted in Help
      ArisingSun