#tracking amount of debuffs + amount of enemys

12 messages · Page 1 of 1 (latest)

swift flame
#

so i want to create a WA that shows how many of the targets i am in combat with have a debuff.

X / A

X = amount of activ targets with debuff
A = amount of targets i am in fight with

for X i did set trigger to
Aura > multi-target > spellID ... > own only > Unit count >= 2
and display text:
%1.matchCount

but what do i use to make the text say how many units i am in fight with?

i tried making an extra trigger with
other event > entering combat > entering > count! 2-100
(since i have to set some amount and more than 100 targets is not realistic, 20 is probably enouth ^^) and text
%2.count
but it shows nothing

what i got so far:
https://wago.io/Mjdr-0Xe7

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

plush shell
#

What options does the mouseover show you?

#

!textreplacements

#

!textreplacement

desert sundialBOT
#

The dynamic text codes window shows all available text codes.
Clicking a text code will insert it directly into the text area.
When you need to immediately follow a text replacement with more text (without a space between) you may shift+click any text code to insert them in the curly brackets format, like: %{2.p}seconds

vital iris
#

you can show the max unit count with a nameplate trigger, but not everything you're in combat with

#

as in, it'd be %matchCount/%maxUnitCount

#

but that's all visible nameplates, so more than they're interested in probably

#

i tried making an extra trigger with
other event > entering combat
that trigger is for you entering combat

#

#the-war-within message

#

^ here, that is basically what you want. I made it a couple times for others asking.

#

Just change the debuff in trigger 1