ascott18 / TellMeWhen

TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
https://wow.curseforge.com/projects/tellmewhen
GNU General Public License v3.0
80 stars 11 forks source link

Max/Percent Combo Points #2058

Open artanus3634 opened 1 year ago

artanus3634 commented 1 year ago

Is your feature request related to a problem? Please describe. Rogues can have 5 to 7 Max Combo points based on talents and dropping or adding these talents can drastically change the tmw sequence or cause me to have to a make a lot of changes.

Describe the solution you'd like Have a Max and Percent Combo points like the other resources health/mana.

Describe alternatives you've considered Right now I have a counter that tracks when the talents are added and subtracted but this is not an elegant solution, being able to say "If max combo point = 7" would be way easier. Having the percent combo point would make determining if your combo points are full easier. "If combo point percent >= 100"

Additional context This isn't program breaking, I have work-arounds but they are not as elegant as it could be. I wouldn't make this a priority but it would be a nice feature.