Is it possible to add a visual indicator to a bar (that acts as a resource display for combo points) that shows if a combo point is supercharged (rogue talent)?
I am using a group that shows my current combo points as a rogue:
!TMW1!zZbPjtJQFManwAzxDQY3ziMwY2KYSTTT9l5KR9oSWlBXkws9YOXS29x7C4M73fgcIK5cufLFYOFK+2eCaNSNIenZNM05/b7z/Tana+UBkosI8JizODJmwEXAwodHXx85yCeSfEH9AOb6gHDcYUEol+qi8R27Q0LhW+Oo7wVT4BrhtzqbRhQk6Iwy3holVU/quQd3MuZgkylgl9HAb+OQDCj4bgRDsaoplU1NKW9Ql1FQvJ2aFfg+/U2r2WbDCfhbSyPDic9ZlLfr9cdZGclrPA1F1fulf5v7bbE5ZKH48Bl5adgZoTG4OztXEi5/ujUu6vUbnYV+IBMWYqV8zL/SHUtzWk4EnEjGtWdPcRtmQBU1VHo7rdwvExNbxwUpg3AsOsBTjssU5BKnVMT76+u/B05XMPVYSDZNhpHt2PhfrNNx457stpvMoEBElCxum2QCFrlTzA6bA09TVA6BoFR8BKUDIygXH0H5wAgqxUdQOTCC4+IjOD4wgpPiIzj5bwSrPQR57GrxY1f3YqP0JLcTjQE7yw67+OOWa1Nj3M8MS9gN3sLL08vs+eq0htKTukFGz0R9z3pxlf1BXJ37dPbEewOXqrGPbK2sM2SG5fRsDyNDfw3ZOb+/odk+lhvzMZw1GZ8T7pdyyM0UsurddLgUGowYB6X8KeuYpu16qq3ji52amU6pIwlcaWmBbFIyFu+2WA19h2tOVw3LPwA=!
I would like to have an indicator (e.g. an animation) that shows if a combo point is supercharged, like Blizzard does in the base UI.
An alternative way could be to have a buff icon that shows the amount of supercharged combo points as a stack, since it doesn't matter which point exactly is supercharged.
Alwies pointed out that there might be an option using GetUnitChargedPowerPoints(unit) to implement that feature.
Is it possible to add a visual indicator to a bar (that acts as a resource display for combo points) that shows if a combo point is supercharged (rogue talent)?
I am using a group that shows my current combo points as a rogue:
!TMW1!zZbPjtJQFManwAzxDQY3ziMwY2KYSTTT9l5KR9oSWlBXkws9YOXS29x7C4M73fgcIK5cufLFYOFK+2eCaNSNIenZNM05/b7z/Tana+UBkosI8JizODJmwEXAwodHXx85yCeSfEH9AOb6gHDcYUEol+qi8R27Q0LhW+Oo7wVT4BrhtzqbRhQk6Iwy3holVU/quQd3MuZgkylgl9HAb+OQDCj4bgRDsaoplU1NKW9Ql1FQvJ2aFfg+/U2r2WbDCfhbSyPDic9ZlLfr9cdZGclrPA1F1fulf5v7bbE5ZKH48Bl5adgZoTG4OztXEi5/ujUu6vUbnYV+IBMWYqV8zL/SHUtzWk4EnEjGtWdPcRtmQBU1VHo7rdwvExNbxwUpg3AsOsBTjssU5BKnVMT76+u/B05XMPVYSDZNhpHt2PhfrNNx457stpvMoEBElCxum2QCFrlTzA6bA09TVA6BoFR8BKUDIygXH0H5wAgqxUdQOTCC4+IjOD4wgpPiIzj5bwSrPQR57GrxY1f3YqP0JLcTjQE7yw67+OOWa1Nj3M8MS9gN3sLL08vs+eq0htKTukFGz0R9z3pxlf1BXJ37dPbEewOXqrGPbK2sM2SG5fRsDyNDfw3ZOb+/odk+lhvzMZw1GZ8T7pdyyM0UsurddLgUGowYB6X8KeuYpu16qq3ji52amU6pIwlcaWmBbFIyFu+2WA19h2tOVw3LPwA=!
I would like to have an indicator (e.g. an animation) that shows if a combo point is supercharged, like Blizzard does in the base UI.
An alternative way could be to have a buff icon that shows the amount of supercharged combo points as a stack, since it doesn't matter which point exactly is supercharged.
Alwies pointed out that there might be an option using GetUnitChargedPowerPoints(unit) to implement that feature.