Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Track how much time during combat mana was regenerating #6

Open
mfrlin opened this issue Aug 19, 2019 · 4 comments
Open
Labels
enhancement New feature or request

Comments

@mfrlin
Copy link

mfrlin commented Aug 19, 2019

... and output it in the logs at the end of the combat.

@smp4903 smp4903 added the enhancement New feature or request label Sep 24, 2019
@smp4903
Copy link
Owner

smp4903 commented Sep 24, 2019

@mfrlin Nice, that would be cool. Along the lines of my own vision of the addon. Thank you for sharing!

@idispatch75
Copy link

I second that.
I would like to know how much time I spend in FSR during a fight. But more precisely I'd like to know how many mana ticks occur under the FSR, because the actual time in FSR does not reflect correctly how much mana is lost.

Ideally the start and stop of a fight would be determined automatically, but having a start/stop command line would be enough for a first version.

@smp4903
Copy link
Owner

smp4903 commented Feb 21, 2020

@idispatch75 Thanks for tuning in! I agree that time in FSR-regen is a misleading indicator and that actual ticks / mana regenerated (absolute value) would be more precise. There are complications of course; if the player has Innervate during FSR, the ticks are increased significantly and are processed differently from regular mana ticks.

Sorry for rambling, basically thinking aloud a bit here..

Looks like combat can easily be tracked using the event PLAYER_REGEN_DISABLED and PLAYER_REGEN_ENABLED.

Stats could be shown in a simple chat message or a small, fancy frame near the statusbars.

Any preferences you would like to share?

@idispatch75 @mfrlin

Thanks again guys!

@idispatch75
Copy link

For my part, I just need some FSR % values for some bosses to evaluate which gear is better for each fight (basically spirit vs mp5 vs +heal). So I would run this a few times only and use the result in a spreadsheet I made to compare items based on fight characteristics.

So I wouldn't need this stat always, and I don't need a fancy UI. An option to toggle the tracking and an ouput to the chat would be enough for my use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants