First of all a warning. If you group with people and aren't just boxing you can give yourself away by having information like mob lvl.
Second in the manual there are referances that will tell you what you need
like ${Target.Level} will return the level of your target. You can also probably use ${Target.Class} for the class of your target
From there if you look through some of the other macros you can find an example of how to put it together.
I *think*
Code: Select all
/g I am bringing a ${Target.Level} level ${Target.Class} and boy is it pissed
would work.
If not at least it is a place to start.