Help with a say target Class macro

The basic scenario I want is that I target someone, press the macro and it does something along the lines of:

/say KILL %class

“%class” (this is the bit I’m stuck on)

I know you can do %t, etc, to show targets name, but Class would be more useful for me.

I’m also playing on WoTLK Classic, if that changes anything.

TY

This is my current macro:

/say KILL %t
/script SetRaidTarget(“target”, 8);

1 Like

https://www.curseforge.com/wow/addons/macro-talk

/s KILL %t (%tc)
2 Likes

Thank you!

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