#Is there a way to use only one trigger to track the ABSENCE of multiple buffs ?

32 messages · Page 1 of 1 (latest)

leaden harbor
#

I know there's a way to track multiple different buffs with only one trigger, then use the SpellID parameter in the conditions tab to know which buff is present (see screenshots)

But is there a way to make the opposite ?

Like, I want to track multiple absent buffs, but it would be more elegant to only use one trigger instead of 5/6

Am I missing a logical solution ?

sturdy tangle
#

Not at the PC, but:
Aura trigger, Buff, Player -> enter all your buffs -> tick auto-clone -> match count = 0
(or just show on missing at the bottom)

#

I can't recall rn if that's there as an option though

leaden harbor
#

humm.. I never understood the autoclone option, could you explain what it does ?

sturdy tangle
#

It creates clones per match found, you use it to show all matches when you wanna match multiple things. It even says so on the button, I always found it to be pretty descriptive 😄

But try it first with just show on "auras missing"

leaden harbor
#

im on a french translation, doesnt seem that clear in my mind x)

leaden harbor
#

it only works if buff can be found

sturdy tangle
#

Oh, you wanna use the conditions tab?

leaden harbor
#

yeah exactly

#

I put a little example in the post

sturdy tangle
#

You only asked for a way to check if you're missing multiple buffs at once

#

And that's a way

leaden harbor
#

I can make a Glow enable to find a specific present buff, I want to do the opposite

leaden harbor
sturdy tangle
#

You can just do the reverse with the setup you have right now (all buffs in one auras found trigger)

Make an "all of" conditions and check for match count 3, and check for 3 spell IDs. Then the 4th one is missing and you could do something accordingly. Do that 4 times and you got it basically.

#

But I'm running on 2hrs of sleep at 30 degrees, I probably overlook something really simple rn without the UI in front of me.
But that would work at least

leaden harbor
#

humm that could be it, let me try 🙂

woven quail
#

autoclone not needed

#

autoclone bad in this case

sturdy tangle
#

Ye, I said to try auras missing first

woven quail
#

that correct. simple aura missing works if none of the listed are applied

#

i was just confused by brilliance

leaden harbor
#

ok let me try to explain a bit better :

Let's say i want a brilliance that glows only one spellID 4 OR spellID 2 is missing.

So I have one trigger with :
Spell 1
Spell 2
Spell 3
Spell 4

In conditions :

  • if Trigger Spell Id 2, then glow
  • if Trigger Spell Id 4, then glow

that logics work fine to find a buff that is present, but for missing buff, the ID is not pass in the conditions for a reason

#

if trigger is set on "aura missing" you can't use the SpellID condition

woven quail
#

oh, its roll the bones.

#

didnt it finally matter what amount of buffs you have?

leaden harbor
# woven quail oh, its roll the bones.

For that one, yes, but I'm doing a complete rotation system for every specs and I was wondering if I could avoid doing a trigger for each absent buff I wanted to track. But I guess I'll still stick to that

sturdy tangle
#

like this

#

I doubt that's gonna be easier than just having a couple more triggers though