Planetside-2-API-Tracker icon indicating copy to clipboard operation
Planetside-2-API-Tracker copied to clipboard

Allow direct query of continent locked/unlocked status

Open fredkilbourn opened this issue 3 years ago • 0 comments

Right now, one can only directly check continent lock/unlock status by checking ownership of all 3 warpgates on that respective continent. Unfortunately, this isn't even guaranteed in the cases of DBG staff manually locking or unlocking continents or doing zone restarts; the continents can reach a state where they are locked in-game but warpgate ownership is not consistent. You can sometimes track this via streaming API events but that isn't always simple or 100% either.

I propose a world_zone collection (or something similar) which you can lookup world + zone ids and see information like:

  • If the continent is currently locked or unlocked
  • If locked, who owns it

fredkilbourn avatar Dec 07 '22 19:12 fredkilbourn