Wynncraft / WynncraftAPI

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

Request: Jukebox Location API #39

Open HeyZeer0 opened 4 years ago

HeyZeer0 commented 4 years ago

In Wynntils we have a replacer for the Wynncraft automatic jukebox, using offline songs, for people that have higher ping cause it makes basically impossible to hear the soundtrack. Currently, it's based on territory names, having as a counter issue the fact that some areas have missing songs like inside boss arenas and some roads. With that, we would be able to make this system way more precise and make the game more enjoyable

Query Example (Detlas):

{
  "Triumphant Citadel": {
    "startX": 402,
    "startZ": -1657,
    "endX": 536,
    "endY": -1518 
  }
}