Wynncraft / WynncraftAPI

Official Wynncraft Public API (Documentation & Issue Tracker)
https://docs.wynncraft.com/
21 stars 10 forks source link

Territorylist API missing some locations #24

Open dukio opened 5 years ago

dukio commented 5 years ago

API: https://api.wynncraft.com/public_api.php?action=territoryList

These territories are missing "location" (coordinates):

Twisted Ridge
Imperial Gate
Orc Battlegrounds
Corkus Sea Cove
Rodoroc
Llevigar
Aldorei Lowlands
Regular Island
Lighthouse Plateau
Abandoned Pass
Southern Outpost
Herb Cave
Fleris Trail
Cinfras Outskirts
Lost Atoll
Icy Island

Normal result:

    "Astraulus' Tower": {
      "territory": "Astraulus' Tower",
      "guild": "HackForums",
      "acquired": "2019-06-23 22:49:48",
      "attacker": null,
      "location": {
        "startX": 1102,
        "startY": -5016,
        "endX": 1250,
        "endY": -4916
      }
    },

Without location:

    "Lost Atoll": {
      "territory": "Lost Atoll",
      "guild": "Phantom Hearts",
      "acquired": "2019-06-30 02:58:41",
      "attacker": null
    },
dukio commented 4 years ago

1.19.2 update (new silent expanse territories added):

List of territories without "location" key in array or missing coordinates:

Twisted Ridge
Paths of Sludge
The Silent Road
Void Valley
Abandoned Pass
Fleris Trail
Southern Outpost
Sinister Forest
Gray Zone
Herb Cave
Bizarre Passage
Forest of Eyes
The Gate
Lutho
Aldorei Lowlands
Regular Island
Lighthouse Plateau
Lost Atoll
Gateway to Nothing
Orc Battlegrounds
Corkus Sea Cove
Worm Tunnel
Rodoroc
Llevigar
Sacrifice
Cinfras Outskirts
Icy Island
Imperial Gate
Toxic Drip
Toxic Caves
Forgotten Town
The Broken Road
MrBartusek commented 3 years ago

Hey, I just checked that and as of now (1.20.3) all territories have their location. It seams to be fixed.