Open kalittles opened 1 year ago
the issue is that i dont have access to the api to get stats for characters for buff emulation
the issue is that i dont have access to the api to get stats for characters for buff emulation
Which api is this?
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 ?
loa details has their own private api that they use to query character stats
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 ?
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
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.