Side.3489:

Hi,

Are the specilizations reflected into the MumbleLink API ? If not are there any plans to do it ?

Because the revenant profession was added with the HoT release.

But it does not seem to reflect the fact that a specialization was selected for a given character.

Or maybe i missed something ?

smiley.1438:

https://github.com/arenanet/api-cdi/pull/68#issuecomment-126510985
https://github.com/arenanet/api-cdi/pull/68#issuecomment-126766943

Lawton Campbell.8517:

Specializations aren’t currently exposed via MumbleLink, and there aren’t currently plans to expose them. We’d like to replace the MumbleLink API with one that doesn’t exhibit it’s current issues (very limited space, dirty reads, etc) but it’s a fairly large amount of work.

You can tell if someone’s playing a Revenant, however. The profession id for Revenant is 9 (see the blob format).

DeviantShark.6548:

Specializations aren’t currently exposed via MumbleLink, and there aren’t currently plans to expose them. We’d like to replace the MumbleLink API with one that doesn’t exhibit it’s current issues (very limited space, dirty reads, etc) but it’s a fairly large amount of work.

You can tell if someone’s playing a Revenant, however. The profession id for Revenant is 9 (see the blob format).

I assume we cannot hope for Online API based location service (because it would be extremely ressource-hungry)?

Side.3489:

Well I did find out for the revenant

Thanks for confirming the fact that the specializations were not reported in the MumbleLink API.

Lawton Campbell.8517:

I assume we cannot hope for Online API based location service (because it would be extremely ressource-hungry)?

It’s on the backlog; it’ll probably require a new permission (the “stalker” permission?). The caveat with it is that it’s low-granularity data. The positional data updates about twice/minute — we can pull from the same data that allows you to see guild/party markers on maps you’re not on.