Navigation

    forum

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

    Forgo

    @Forgo

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

    Forgo Follow

    Posts made by Forgo

    • A new president.....

      bumped into the controls... and launched 5 nukes, just before his impeachment began (subscription ended)

      I take a moment to mourn the loss of 5 ultimately uneventful neighbors.

      E56N21  E54N23  E57N28  E56N19 E61N26

      Thanks for the time, a fun game for sure...

      Until next nuke.... good luck out there, feel free to grab my resources. 🙂

       

       

       

      posted in General Discussion
      Forgo
    • RE: Count the number of screeps in room with a certain role?

      lil late, but its a good question, that I myself had..so for those looking, another option to countBy

      I tend to use many variations of .sum like:

      var x = _.sum(Game.creeps, (c) => c.memory.role == 'builder');

      or other combos like

      var x = _.sum(Game.creeps, (c) => c.memory.role == 'heavyworker' && c.memory.workingRoom == "E58N24" && c.memory.position == 1&& c.memory.upgradeMe==false && c.memory.recycleMe==false); 

      ...or whatever else you might have defined in the memory

      posted in Help
      Forgo
    • RE: Market Credits?

      Aha thank you, that makes a bit more sense, I must have not used the right function.

       

      I know there is there is market.deal(id,amount,room), and  terminal.send(resource,amount,room,id)

       

      Do these do essentially the same thing provided the transaction ID is the same?

      posted in General Discussion
      Forgo
    • Market Credits?

      Awesome game, but I am a bit confused after the market release. After purchasing the game, they implemented the Market, which uses market credits of which I have 0.00.

      In order to make any more credits I need credits to place an order on the market.

      But I have none.

      So then, the question becomes, how do I get market credits, if it isn't included in the cost of purchase? (in order to use the market)

      The only other option of purchase I see is a token, but I assume I need credits to list such a token in the fist place, if that is how I wanted to earn market credits.

       

      Thanks in advance

      posted in General Discussion
      Forgo