#Looking to track if mobs miss a debuff.

16 messages · Page 1 of 1 (latest)

spare spear
#

Hihi
I'm looking to make a Aura that tracks the Undermine rares as you pass by them, for if they have the Portal Problems buff/debuff preventing them from summoning portals.

I have a Aura Multi-target that picks up rares With the debuff.
But Multi-traget doesn't seem to have a invert option.

I've tried to replace it with Aura Nameplate, and Filter by NPC ID, but it spams too much when the mob comes in and out of Nameplate range.

Looking for advice.
Thanks ❤️

odd girder
#

Nameplate is the option you have

spare spear
#

If there's no other option for tracking the NPCs, is there some way to throttle the trigger so it doesn't spam actions like chat messages every time the aura untriggers due to range or camera angles?

subtle raven
#

not with the built in one no

#

you can have a custom trigger watch that built in trigger and keep track of the GUIDs that pop up. only do stuff when it's a new GUID

#

!watched

spare spear
#

I've had a peek at that, but I don't really understand lua coding, so unclear how to make it only count new units, and how to clear dead units etc.

#

How does Aura > Specific Unit work? Because If I put unit IDs NPC IDs it says not trackable. If it says a mob's name it says not trackable.

odd girder
#

You put in NPC IDs, not unitids

#

!unit

#

!unitid

obtuse oreBOT
spare spear
#

I mean NPC IDs like doesn't work.

subtle raven
#

Yes that's what he said. An NPC ID is not a Unit ID, and neither is a NPC name

#

What I mentioned earlier works.