Game.map.getRoomStatus("E999N999") returns
{
"status": "normal",
"timestamp": null
}
I don't think this should be a valid response!?
Game.map.getRoomStatus("E999N999") returns
{
"status": "normal",
"timestamp": null
}
I don't think this should be a valid response!?
"3 months ago". I was hoping for a new year gift, so +1 for release. Or what is missing?
on all shards live and PTR I can't create an buy/sell-order with price = 1.021. I tried it via .createOrder and .changeOrderPrice. It always goes to an 1.020 order..
PTR inclusive "StructureLab.reverseReaction" runs fine for me
oh yes.. awesome.. nice christmas present
+1 some boosts can't be sold through the market, but have been well earned from npcs over time
@artch ah ok.. I see the INVADER_CORE_EXPAND_TIME=15k on PTR but not on live it's still 2k
I looked at the expandStronghold code. Currently the next room reservation is deterministic. Perhaps it would be a bit nicer when the floodfill algorithm would use non-deterministic directions. And I would vote for a higher INVADER_CORE_EXPAND_TIME. Currently with 2000, if you're in the primary expand spot and don't have the ability to clear the stronghold, the reservation outtime is too high.
tombstone-pickup and usePower.PWR_OPERATE_FACTORY now working... but still having problems with PWR_OPERATE_EXTENSION it returns 0 but nothing happens (no cooldown nor extensions will be filled)
@demawi said in PTR Changelog 2019-06-24: Store and market:
and PowerCreeps can not withdraw generally also with a OK result.. but using GENERATE_OPS power works
their carryCapacity is undefined..
Edit: ops consuming powers don't seem to work (at least OPERATE_EXTENSION). it returns with -6 ERR_NOT_ENOUGH_RESOURCES
Still an issue. Without PowerCreeps also factories can hardly be tested
seems there are more problems on shard2
probably only a short-term problem.. seems not a problem anymore..
shard2 halted.. no ongoing ticks anymore
and PowerCreeps can not withdraw generally also with a OK result.. but using GENERATE_OPS power works
their carryCapacity is undefined..
Edit: ops consuming powers don't seem to work (at least OPERATE_EXTENSION). it returns with -6 ERR_NOT_ENOUGH_RESOURCES
hmm.. my creeps having problem withdrawing from tombstones.. always getting -7 INVALID_TARGET
I cleared my main-loop and called directly for an example:
Market order limit isn't increased to 300 yet...
When trying to sync more than 1MB I'm getting a "too large"-error. At least at PTR. Didn't tried at prod for now.
Don't know if it was expected, but _.cloneDeep of a RoomPosition results now in an empty object {} after the power creep update.
After a bug report the support cleared that state, so that the shard1 is back online for me. thx!
Currently I'm getting following error on shard1. And my code won't be executed anymore.
at JSON.parse ()
at global._init.global._setMapGridData (:29273:66)
at ()
at /opt/engine/dist/core/runtime/user-vm.js:81:245
Edit: It's only in IVM.. In shared runtime It will be executed normally.