Navigation

    forum

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

    FlyingHusky

    @FlyingHusky

    4
    Posts
    948
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    FlyingHusky Follow

    Posts made by FlyingHusky

    • RE: Builders being derpy

      The reason why i use pos.findClosestByRange, but saving is better.

      posted in Private servers
      FlyingHusky
    • RE: Builders being derpy

      Hmm my script runs fine, but uses a different way to build:

      var target = creep.pos.findClosestByRange(FIND_CONSTRUCTION_SITES);
      if(target != null) {
      if(creep.build(target) == ERR_NOT_IN_RANGE) {
      creep.moveTo(target);
      }
      }
      posted in Private servers
      FlyingHusky
    • RE: Builders being derpy

      with my beginners experience: Shouldnt your code have no spaces? -> conSite [0] -> conSite[0] ?

      Edit: Ah excuse me

      posted in Private servers
      FlyingHusky
    • RE: Working dedicated server on Debian 8.6 x64

      Nice, will try this to recreate it on RaspberryPi. Thanks for posting

      update1: Raspbian doesnt support steam's architecture, retry with just debian.

      posted in Private servers
      FlyingHusky