Brusalk / EventHorizon_Continued

EventHorizon_Continued for Legion+
MIT License
19 stars 15 forks source link

Hide recharge number. #49

Closed Cluuey closed 7 years ago

Cluuey commented 7 years ago

Having worked on quite a few class configs this option makes a mess of other options. There are a few bars which are tracking a stacking buff and have a recharge underneath them. Survival Hunter's Mongoose Bite is a singular example, other configs I've got tracking a buff while having the recharge of a different ability underneath the bar.

The display gets VERY confusing if the recharge is displayed numerically as well as graphically, even for setups I'm familiar with I lose track. I'm not sure how it works out which number it displays either, it didn't seem consistent.

I remember this was a requested feature, it seemed a reasonable request but in practice it doesn't work. At the time of the request it wasn't implemented yet, that was just based off the video feedback.

Brusalk commented 7 years ago

At the moment it's a last-write-wins approach, so if there's multiple things setting the stack number it'll be whichever happened most recently.

I can definitely see this being confusing. I'll merge this in and then think of a better way to approach this so that it's less confusing!

Thanks for the feedback!