Anyone have such macro?
I want to be able to do raid warning of the name/class and race of the person im targetting.
Or at least just the name.
Any idea?
Also a macro which will target the target of another specific person instantly.
Thank you
|
/script SendChatMessage("Warning: " ..UnitName("target").. " - " ..UnitRace("target").. " " ..UnitClass("target").. " - You are in the fire!", "RAID");
/script TargetByName("Mr.Water"); TargetUnit("targettarget");