#Rogue Weakaura -> OP Proc normal + Broadside Glow in Subterfuge/Dance Window

22 messages · Page 1 of 1 (latest)

turbid cairn
#

Hello I need help to fix my Weakaura i can show u what i got here my normal wekaura up to now just shows the proc with stack like 1,2,3,4,5,6 in the picture:
Now what i want to add/change:
-> I did put onto Triggers all 4 Buffs (OP/Broadside/Dance/Subterfuge)
-> Went to Conditions made 2 conditions with the following:
Cond 1 - trigger all active - op proc / subterfuge / broadside -> then glow
Cond 2 - trigger all active - op proc / dance /broadside -> then glow

But its not working 😦

I Uploaded here my Test: https://wago.io/_RZMR7b0K

Wago.io is a database of sharable World of Warcraft addon elements

valid grotto
#

Can you explain under what conditions you want the glow to happen. NOT what conditions you tried already

turbid cairn
#

if i have op proc + subterfuge or dance up + broadside buff

valid grotto
#

what is OP proc

turbid cairn
#

Opportunity Proc

#

spell id: 195627

valid grotto
#

both of your conditions are requiring broadside is that what you meant?

#

my understanding is
OP Proc AND Subterfuge = show glow
Dance AND broadside = show glow

short canyon
#

All of

  • Opportunity (OP) proc
  • Broadside up
  • Any of
    -- Subterfuge up
    -- Dance UP

Do something glowy

turbid cairn
#

yes what wes written

valid grotto
turbid cairn
#

will try it out now give me a second

#

this shouldnt be here i have no proc how do i adjust it?

#

this shows either when i have broadside/subterfuge/dance

#

should only show always it when i have a proc up like here

#

with this change it would be rdy to go

valid grotto
#

You have your trigger activation set to any

#

so if any ONE trigger is active it will show up

#

the condition only controls if it glows

#

if you only want it to show when you have a proc then change your trigger activation to custom and use this

function(t)
    return t[1]
end
turbid cairn
#

yes

#

it worked ❤️