mikepauer / Carbonite

Carbonite Maps main addon map replacement system
GNU General Public License v3.0
36 stars 25 forks source link

support wowhead (TomTom) waypoints #246

Closed codegain closed 1 year ago

codegain commented 1 year ago

Hi,

I added support for waypoints in the TomTom format found all over wowhead.com f.e. in this guide https://www.wowhead.com/news/mote-of-naszuro-new-battle-pet-available-to-all-players-due-to-evoker-legendary-333050

These always have the format f.e.

/way #2023 61.23 64.36 Windsong Rise

which was currently not supported by Carbonite and was quite bugging me :)

The new code to detect "#[id]" as zone id should be backwards-compatible with other (?) formats.