Skip to content

Non-existent facility_id/map_region emitted under FacilityControl events during continent locks #148

@fredkilbourn

Description

@fredkilbourn

Minor issue of annoyance, but I have the following facilities that are referenced by FacilityControl events during continent locks.

I cannot find any definition or reference to these facilities from any official or unofficial data source, and it would be nice to either have them added so they can be looked up, or stopped from emitting via the streaming API.

List of missing facilities:

//{##} indicates facility_id
Map region missing: Amerish — {400127}
Map region missing: Indar — {253}
Map region missing: Oshur — {400389}
Map region missing: Oshur — {400408}

Listening with the following subscription:

{
  eventNames: [ 'FacilityControl', 'ContinentUnlock', 'ContinentLock' ],
  logicalAndCharactersWithWorlds: false,
  worlds: [ '13', '17', '1', '10' ]
}

Example events:

//these have been read into my own object types, but should be clear enough
{
  facility_id: 400389,
  outfit_id: null,
  old_faction_id: 2,
  new_faction_id: 1,
  duration_held: 65586,
  event_name: 'FacilityControl',
  timestamp: 2022-02-20T15:30:27.000Z,
  world_id: 13,
  zone_id: 344,
  zone_id_base: 344,
  zone_id_instance: null
}
{
  facility_id: 400408,
  outfit_id: null,
  old_faction_id: 2,
  new_faction_id: 1,
  duration_held: 65586,
  event_name: 'FacilityControl',
  timestamp: 2022-02-20T15:30:27.000Z,
  world_id: 13,
  zone_id: 344,
  zone_id_base: 344,
  zone_id_instance: null
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    IssueAnything not working as intendedRest APIAnything relating to the census.daybreakgames.com REST APIStreaming APIAnything relating to the push.planetside2.com/streaming API

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions