Personal damage meter API?

Personal damage meter API?

in API Development

Posted by: Swagger.1459

Swagger.1459

Where is the personal damage meter API?

Edit- any combo personal/pet damage meters floating around as well?

New Main- 80 Thief – P/P- Vault Spam Pro

221 hours over 1,581 days of bank space/hot pve/lion’s arch afk and some wvw.

(edited by Swagger.1459)

Personal damage meter API?

in API Development

Posted by: Tanis.5134

Tanis.5134

ArenaNet is working on bringing OAuth2 to the APIs, which would allow us to get information such as this.

About a month ago, the OAuth2 implementation was “basically complete”, but the APIs that go with it were not (see here).

No information has been provided on what information will be coming with OAuth, but you definitely won’t be getting player health information until then.

Personal damage meter API?

in API Development

Posted by: Swagger.1459

Swagger.1459

thanks for the response!

New Main- 80 Thief – P/P- Vault Spam Pro

221 hours over 1,581 days of bank space/hot pve/lion’s arch afk and some wvw.

Personal damage meter API?

in API Development

Posted by: rodadams.5963

rodadams.5963

While OAuth2 is coming (someday….), I have no idea where on the list of things to put out would be the ability to echo the combat log. That seems like such a different beast, and not really a good fit for the OAuth2 API model.

Things that seem a much better fit:
- Character List, with basic stats (level, skl pts, crafting levels)
- Other forms of Character Progress (zone completion, skill unlocks, etc)
- Inventory listings (Equipped, Character Bags, Personal Bank)
- TP Buy/Sell order status.

All of these are things which change rarely, and can be ‘pulled’ for the current values, and it holds relevance.

A DPS meter, however, would require pulling the combat log (which is still missing many things), and then computing it. For what people would want it for, that would mean making a hit to thier web API basically every second.

Personal damage meter API?

in API Development

Posted by: Healix.5819

Healix.5819

The combat log would never be a part of the API since it would be very inefficient and a waste of resources. They could push the data to you in real time as an always connected data stream, but even then it would be redundant since that data is already sent to your client.

If they were going to allow DPS meters, they would simply allow writing the combat log to a text file. The combat log would have to be improved first though, which is something I doubt will ever happen.