snoww / loa-logs

LOA Logs - Modern DPS Meter for Lost Ark
GNU General Public License v3.0
128 stars 30 forks source link

Ability to view rDPS #44

Open kalittles opened 8 months ago

kalittles commented 8 months ago

There's a lot of ways to quantize total damage contributed (aDPS, nDPS, rDPS etc.) in other MMOs, and right now we only see DPS and total damage.

But for context in which supports vary drastically, or in situations where one might want to measure different party synergies, the context of rDPS would be super beneficial.

I know that LOA Details has an implementation for rDPS, if that helps at all. Unfortunately I'm not familiar with Rust, but if I find some time I'll take a crack at it if the effort seems too large.

snoww commented 8 months ago

the issue is that i dont have access to the api to get stats for characters for buff emulation

stripedypaper commented 8 months ago

the issue is that i dont have access to the api to get stats for characters for buff emulation

Which api is this?

asch3ron commented 8 months ago

the issue is that i dont have access to the api to get stats for characters for buff emulation

You mean you didn't port that part (yet?) from the packet sniffing ? Or is this just a formula to implement ?

snoww commented 8 months ago

loa details has their own private api that they use to query character stats

asch3ron commented 8 months ago

loa details has their own private api that they use to query character stats

Ok, thanks, do you think it's possible to do it with what you've built ? We don't have access to your packet sniffing right, if we want to try to implement this stats ?

snoww commented 8 months ago

probably doable, just a lot of extra work for me which i don't feel like doing, especially since this is just a hobby and it takes a lot of time and yeah the repo is private at the moment (its very messy and hard coded stuff), however if you wish to experiment you can dm me for access