Hey!
In order to save myself for being ingame all the time for completing the 13 maps achievement, I’ve written a program that uses the Scarlet events from the API to see which map is being invaded. However, on my server (Gandara), there was a bug with one of those events, which resulted into two maps being invaded at the same time (according to the API): Bloodtide Coast and Mount Maelstrom (see the screenshot).
I decided to look into the JSON, because I was not sure if this was a failure on my end. However:
{"world_id":2003,"map_id":39,"event_id":"FE5F6233-DAD6-4C63-921D-F132DFCF3397","state":"Active"},
{"world_id":2003,"map_id":73,"event_id":"11442531-6B20-411F-B0A6-D2A2C31DD668","state":"Active"},
Those two lines are from the Scarlet events from Mount Maelstrom (map_id=39) and Bloodtide Coast (map_id=73). According to one of my guild mates, Bloodtide Coast was active just before Mount Maelstrom. So I guess the server failed to update the event state? I haven’t checked the other servers though.
For reference, Mount Maelstrom was being invaded at 16:00-16:45 CEST.
And just as I was typing this, the API updated with Mount Maelstrom as failed, but Bloodtide Coast is still listed as active.
EDIT: I’ve changed the title to reflect it’s a known problem for every EU event now, instead of only the Scarlet events, as it seems to confuse people.
