jantman / gw2copilot

A Python-based GuildWars2 helper tool
GNU Affero General Public License v3.0
4 stars 1 forks source link

Map data - trading posts and banks #30

Open jantman opened 7 years ago

jantman commented 7 years ago

If possible, find locations of trading posts and banks (maybe merchants too?) and place map icons for them.

jantman commented 7 years ago

Icons for these were added to the asset cache in 92ca902

jantman commented 7 years ago

gw2timer.com doesn't have this. mmorpg-life doesn't have this on their interactive maps. As far as I can tell, this data is just not available via the API.

So it looks like the only option here is to manually find all of those NPCs and maintain associations with the data. Though it might be nice to implement a "closest bank" and "closest trading post" function...