#Show longest remaining time from multiple buffs (Roll the Bones)

9 messages · Page 1 of 1 (latest)

prisma meteor
#

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!

prisma iron
#

That actually not possible. Cuase "remaining time" is filtered before the match.

#

I assume you want to create a WA for when to Reroll buffs. I actually did this like 2 weaks ago 😄

#

If you want I can share the result 😄 It has all the reroll conditions 😄

prisma meteor
#

That would be great thanks!

#

That actually not possible. Cuase "remaining time" is filtered before the match.

#

I thought that might be the case.

prisma iron