Hi folks,
I'm working on an aura to show when my Roll The Bones buffs will completely expire. I want to show the time of the longest remaining of the 6 possible buffs.
I tried adding all the buffs to one trigger with a preferred match of Most remaining time but it sometimes shows the time of one of the shorter buffs.
EDIT - I just realised I am also filtering the buffs by remaining time. I guess this is the issue. The filtering occurs before the preferred match I guess? Is there any way to find the longest buff and then only fire the trigger when the remaining time on that is less than the desired value?
Hope this makes sense. Does anyone know how to achieve this?
Thanks!