Time threshold colors for HoTs #263


  • Fixed
  • Enhancment
Closed
Assigned to michaelsp
  • _ForgeUser8077950 created this issue Dec 14, 2011

    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.

  • _ForgeUser8077950 added the tags New Enhancment Dec 14, 2011
  • michaelsp posted a comment Dec 14, 2011

    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.

  • michaelsp removed a tag New Dec 14, 2011
  • michaelsp added a tag Accepted Dec 14, 2011
  • _ForgeUser8077950 posted a comment Dec 14, 2011

    Great! Thank you!

  • michaelsp removed a tag Accepted Dec 17, 2011
  • michaelsp added a tag Started Dec 17, 2011
  • _ForgeUser8077950 posted a comment Dec 17, 2011

    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.


    Edited Dec 17, 2011
  • michaelsp posted a comment Dec 17, 2011

    <<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.

  • _ForgeUser8077950 posted a comment Dec 19, 2011

    Thank you for quick fix! Wild Growth is working fine now with r642. No more jumping colors.

  • michaelsp removed a tag Started Dec 19, 2011
  • michaelsp added a tag Fixed Dec 19, 2011
  • michaelsp closed issue Dec 19, 2011

To post a comment, please login or register a new account.