#Tracking duration of a buff that reapplies itself upon fading once

17 messages · Page 1 of 1 (latest)

maiden thorn
#

The DK talent Cleaving Strikes reapplies effects gained by standing in Death and Decay after it fades or after you leave it for 4 seconds. Meaning that it ticks down from 10 to 0, drops, then reapplies and ticks down from 4 to 0.

I would like to track only the duration after it has been reapplied by Cleaving Strikes. Unfortunately both initial and reapplication use the same ID, which is making it seem impossible to my small brain.

snow portal
#

At least I recall total duration being an option

#

Since you said that default is 10s, it wouldn't activate for that one

maiden thorn
#

I can't believe that works. Why does that work?

snow portal
#

Why not?

#

The normal buff is 10s you said

#

When you exit you get one that is 4s

maiden thorn
#

Actually, it only works if it's set to 4 hmm

#

I would expect it to also trigger when the initial application drops below 4 seconds

#

Which is what I'm trying to avoid, but setting it to Total<=4 avoids that somehow

snow portal
#

Not total time

#

Total time, as it says, is the total time of the buff

maiden thorn
#

Oh of course

snow portal
#

It's only ever 10s for the default, and 4s for the one when you exit

maiden thorn
#

Another maintenance, sheesh, right when I figured it out