Threat Situation status as condition
caspervk opened this issue ยท 3 comments
Please add support for accessing Threat Situation status in conditions. My use case is a progress bar, showing my current threat percentage, and then playing a sound ("aggro!") if the threat status changes to 1 (higher than tank) or greater. Therefore, not only accessing the value, but comparing it like "if threat status > higher than tank (1)" is important to me.
Currently, the alternative is to create five triggers; one for the naked threat situation, and one for each of the four threat statuses with additional constraints on the threat status, and then checking "if trigger 2 is active" etc, but this doesn't allow for greater/less than comparisons.
@mrbuds @InfusOnWoW would it be possible to check greater/less than for threat status?
Thanks for the quick response. It was part of the original request;
Therefore, not only accessing the value, but comparing it like "if threat status > higher than tank (1)" is important to me.
but I've opened a new ticket here, as requested.