Navigation

    forum

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

    Draud

    @Draud

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

    Draud Follow

    Posts made by Draud

    • RE: reserveController does not increase controll time

      nvm, resolved. Though I think the Documentation isn't crystal clear on this. Apparently you need at least 2 CLAIM body parts to increase the counter, else you will just sustain it because every tick decreases you controll counter at the same time that you increase it with you creeper. just fyi if anybody is as confused as I was 😃

      posted in Technical Issues and Bugs
      Draud
    • reserveController does not increase controll time

      Hey guys,

      I am experiencing a problem with reserving rooms. I have a creep with this basic script:

       

      if(creep.reserveController(creep.room.controller) == ERR_NOT_IN_RANGE) {
      creep.say('range');
      creep.moveTo(creep.room.controller);
      } else {
      creep.say('reserve');
      }

       

      It creeps to the controller and starts reserving as expected. However, the controll time does not seem to increase. It constantly says Draud (1), which means if I do not create the next claimer in time, I lose controll over the room and somebody else could potentially swoop in. Am I making a mistake or is this bugged? Anybody else experiencing this problem?

       

      Thanks in advance! 

      posted in Technical Issues and Bugs
      Draud