#Judgment debuff problem

30 messages · Page 1 of 1 (latest)

coral relic
#

Since the spell applies a debuff (197277) with stacks for 15 seconds, I need help creating an aura to keep track of the first applied debuff and not the last.
Each time the judgment debuff is applied to the opponent, only information about the last debuff is displayed. The buffs stack but are not refreshed together since the last application, and so the information from the first release is lost.

#

the aura work properly with Chek on Every frame but this take alot of FPS . With no Every frame chek the aura is not okay

#

the proggres (swipe) is slow and it sticks

light river
#

You talk about things that are code.

#

Do both buffs have the same spellid?

coral relic
#

yes is the Judgment , judgment debuff is 197277 id

light river
#

So both debuffs have the same exact id? Then set the preferred match in the trigger.

#

If you are 110% sure they have different ids

coral relic
#

they are not 2 or 3 😄 this buff can be applied multiple times

#

and yes is the same IP for all applies of the buff

#

debuff****

formal cloud
#

Does it work like druid ironfur buff?

coral relic
#

With the talent layered mane ?

#

I checked with my druid, it seems to be the same problem I'm trying to solve. The difference is that judgment is a debuff and this is a buff.

light river
#

Did you check the preferred match setting?

coral relic
#

where is this setting

light river
#

In the trigger

coral relic
#

no is this a custom code setting or just setting somewhere in the trigger tab ? i cant fint anything saying preferred match

light river
#

It's a non code options that exists in a buff trigger.

mild fog
#

At the bottom

light river
#

If your aura uses code that's an issue.

mild fog
#

Right at the end of the buff trigger

#

Oh it's custom

light river
#

Then time to delete code

coral relic
#

o ye i saw it and i try it yesdatay it not work , most or least remaining time both dont work

formal cloud
#

If it works like ironfur then you have to use a custom trigger if you want timers for each stack of the buff/debuff

#

To might be able to use a combat log spell cast trigger with a set the mee if the buff time doesn't change

#

But that only works for ironfur because the buff always applies. Not sure if that would work with judgment

coral relic
#

it work just because ElvUI bars are programed that way

#

i post my progress on the code if anyone is familiar with Lua