Map Completion Info?

Map Completion Info?

in API Development

Posted by: rodadams.5963

rodadams.5963

I was wondering where on the list getting per character map completion information is?

With several new zones to explore, and a plethorea of characters to explore them with, it’s quite difficult to track who has been where. I currently manage this manually via a spreadsheet, but would much prefer to be able to script it.

We’ve gotten to where I can replace almost everything else in my ridiculously crazy pile of spreadsheets, so this is the biggest soar thumb left from me be able to completely deprecate it.

I don’t need per point information, just something like:
{ zone: “Lornar’s Pass”,
vistas: 7,
waypoints: 14,
hero_points: 9,
renown: 12 }

Well, and a list somewhere saying how many of each there are in each zone. (looks like I should be able to get this from the mapping info, assuming it is kept current.)

Map Completion Info?

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

Pretty far down on the list

That data’s pretty complex to extract, unfortunately.

Map Completion Info?

in API Development

Posted by: rodadams.5963

rodadams.5963

:-(
:-(
:-(

Map Completion Info?

in API Development

Posted by: Juggre Naut.3427

Juggre Naut.3427

In order to hopefully bump this up the list, let me provide a use case. Lots of guilds do map completion events where they take as many guild members as are interested in 100% complete a map. The prerequisite of course is choosing which map to complete. With a lot of people with different map completions it would be very useful to be able to pull map completion information.

Just another use case to add to back up the request; I understand there’s probably more important things going on with Path of Fire and whatnot but a map completion API would be outstanding to see.

A wise man once told me to never give up on my dreams…
That’s why I sleep so much.

Map Completion Info?

in API Development

Posted by: Presac.3860

Presac.3860

I actually thought it would be “relatively easy”. All the information is listed on the map screen and when hovering over each individual map. But that doesn’t have any connection to the API? Code wise, there most be some scripts already collecting all the information.