#Automarker WA for specific phase

11 messages · Page 1 of 1 (latest)

rugged lance
#

Hey, trying to figure out how to make this WA https://wago.io/automarker (or some other marker WA) to assign marks only on specific boss phases. I tried to add extra trigger to use either BW stages or boss hp% and either have custom activation or require all trigger but the WA still keeps marking instantly even when the extra trigger is active. I also deleted the other triggers im not using, so trigger 1 and trigger 3 from the default one.

Just want to mark adds on specific phase of the boss SAD

This is for automatically marking boss/nameplate/raid units during boss encounters, for other purposes untick the load

plain trout
#

Not sure if this helps but I saw a video where the creator indicated the boss' phase based on the chat he/she yells. Maybe that's an idea? https://www.youtube.com/watch?v=H_mo2tnFeWs

Welcome to a detailed guide explaining Weakauras, one of the most powerful addons found on World of Warcraft.I'm making these sequence of videos because lots of people have come to me with questions regarding Weakauras, and today I'm sharing part 3 of these guides. Today we're getting into a more advanced difficulty as well as using the custom c...

▶ Play video
tribal quartz
#

What's your use case for this?

rugged lance
#

p2 had interrupts on the mythic add, mostly same players who would be doing it in p3 so they were annoyed that they had basically double interrupt assignements in p2

tribal quartz
#

sounds like you should just use a different raid mark

maiden oar
#

you'd have to modify the custom trigger, the code in trigger 1 runs regardless of any other trigger you add

maiden oar
#

i would probably do some watched trigger shenanigans

#

t1 watched custom trigger
t2 bigwigs/dbm stage trigger
t1 =
if t[2] then x = true end
if event == "event for adds" and x then
mark y
end

rugged lance