Navigation

    forum

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

    jeepwned

    @jeepwned

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

    jeepwned Follow

    Posts made by jeepwned

    • RE: Replay system showing NO DATA

      I've been having the same issue. Was it every resolved? Is there a workaround? The "NO DATA" message seems like a caching thing but I can't figure out a way to approach a timeframe of interest and get predictable results.

      posted in Technical Issues and Bugs
      jeepwned
    • RE: Creep keeps switching between 2 rooms

      Having the same issue. I tried this code to keep things short, but still definitely a kludge:

      if(creep.pos.x*creep.pos.y === 0 || creep.pos.x === 49 || creep.pos.y === 49)
      creep.moveTo(new RoomPosition(25,25,creep.memory.workInRoom));

      Basically the first step in a room is a blind movement toward the centerpoint of the room. Then the next step is calculated normally. I know people like this actually. 🙂

      posted in Help
      jeepwned