Hi guys wondering if anyone can explain why the macro below no longer works since the ICC patch , it still MD’s as intended bnut no longer announces the target MD.
#showtooltip
/focus [help]
/script SendChatMessage (“You are now my FOCUS target”,“WHISPER”,nil,UnitName(“target”))
/stopmacro [help]
/y Misdirecting on %f
/cast [@focus,exists] Misdirection
I use this: #showtooltip
/cast [@focus,exists] Misdirection; [@targettarget,exists] Misdirection; [@mouseover] Misdirection
Focus is used if someone is focused. Target target is used otherwise. Mouseover I only really use in AV to send van and his marshals after people sitting around in the bunker.