This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Similar to GridStatusHots plugin for Grid, would it be possible to add threshold coloring based on remaining time of the HoT for those who prefer to track hots with square indicators instead of actual timers? I saw there is Blinking option already; however, I find it to be too much when multiple hots are rolling on multiple targets. I believe this multi-color functionality is already built into stacked buffs such as Lifebloom.
For example, Regrowth is a green square indicator which would turn yellow with 4 seconds remaining, and red with 2 seconds remaining.
I haved delayed for months to do this, because (until now) nobody has requested this feature and its is complex to implement in a clear way with the current StatusAuras code. Im going to accept the request, but it will take some time to implement this stuff.
Great! Thank you!
Just tested r641 on my druid and it's working great for all hots except Wild Growth. Somehow, once Wild Growth hits the threshold it turns that color for a split moment then back to original then back again.
<<reply 461800>>
After some tests, seems there is a bug in game code for this buff. Wildgrowth buff changes its expiration time on each tick, the diference is only of milliseconds but enough to reset the buff and force the indicators update. This weird behavior breaks the logic of some optimizations made in the code to decrease the cpu usage. I will try to code some workaround, maybe rounding the expiration time.
Thank you for quick fix! Wild Growth is working fine now with r642. No more jumping colors.
To post a comment, please login or register a new account.