Navigation

    forum

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

    bombmk

    @bombmk

    3
    Posts
    1312
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    bombmk Follow

    Posts made by bombmk

    • RE: Cannot claim a second room after losing previous second to decay

      @rajanti @artch

      Getting equivalent data for my situation - and in my case both rooms have decayed as I have not bothered with it since I ran into this for the fourth time. 🙂

      storage.db['users'].find({username: 'GB_Bomben'});
      

      [ { steam: { id: '76561197964364486' }, cpu: 100, cpuAvailable: 10000, registeredDate: '2017-09-26T10:11:52.350Z', credits: 0, gcl: 3545222, _id: 'c9a1dabe39f894d', meta: { revision: 2062870, created: 1506420712351, version: 0, updated: 1507625827119 }, '$loki': 8, active: 10000, username: 'GB_Bomben', usernameLower: 'gb_bomben', email: 'something@else.dk', badge: { type: 19, color1: '#ffffff', color2: '#000000', color3: '#ff0000', param: 0, flip: false }, lastUsedCpu: 3, lastUsedDirtyTime: 132, rooms: [ 'E8N6', 'E9N7' ], lastNotifyDate: 1507621234815 } ]

      storage.db['rooms.objects'].find({type: 'controller', room: 'E8N6'});
      

      [ { room: 'E8N6', type: 'controller', x: 38, y: 16, level: 0, _id: 'f0ce449187bd82c', meta: { revision: 103622, created: 1506531678331, version: 0, updated: 1507621197080 }, '$loki': 25393, user: null, progress: 0, downgradeTime: null, safeMode: null, safeModeAvailable: 0, safeModeCooldown: 823362, upgradeBlocked: null } ]

      storage.db['rooms.objects'].find({type: 'controller', room: 'E9N7'});
      

      [ { room: 'E9N7', type: 'controller', x: 37, y: 22, level: 0, _id: '52f4449184481d6', meta: { revision: 277, created: 1506531678276, version: 0, updated: 1507320624135 }, '$loki': 25360, user: null, progress: 0, downgradeTime: null, reservation: null, safeMode: null, safeModeAvailable: 0, safeModeCooldown: 696359 } ]

      posted in Private servers
      bombmk
    • RE: Cannot claim a second room after losing previous second to decay

      @mashee
      [9:56:06 AM]Room: E8N7 Controller: undefined
      [9:56:06 AM]Room: E9N7 Controller: false
      [9:56:06 AM]Room: E8N6 Controller: true
      [9:56:06 AM]Room: E9N6 Controller: undefined

      Undefined? What is this shit?

      posted in Private servers
      bombmk
    • Cannot claim a second room after losing previous second to decay

      Title is more or less self explanatory.

      I have exhausted all possible tests that I can see. Claim,upgrade, unclaim. Before and after losing room to decay. Three different rooms, one being the one lost.

      So I have GCL 2 and can only control one room now. Server is standalone private Steam version.

      Solutions?

      posted in Private servers
      bombmk