Dispel target macro without targeting

Hey, is there any way how to make a macro for dispel friendly/enemy NPC without targeting them? Yes, this is about Afflicted Soul (ID: 204773), I want to dispel afflicted soul without targeting it. Is it even possible?

I have tried

/target Afflicted Soul
/cast Cleanse Toxins

It isn’t what I wanted, but it still doesn’t work.

Not sure if it matters, but you could try removing “Soul”, and also add targetlasttarget

/target Afflicted
/cast Cleanse Toxins
/targetlasttarget

If that doesnt work then blizzard have probably implemented some anti-targeting macro shenanigans like they have for totems and psyfiend in pvp.

Use a mouseover macro.

#showtooltip
/cast [spec:1,@mouseover,help,nodead] [spec:1] Cleanse; [@mouseover,help,nodead] [] Cleanse Toxins

Odds are Blizz will make it impossible to target Afflicted Souls via macros (the same way you can’t target Explosive) so mouseover will be your best option.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.