Now that midnight has restricted use of SetRaidTargetIcon, how can we create a macro to set our focus and mark the target? for example, previously we could do:
/focus mouseover
/run SetRaidTargetIcon(“mouseover”, 3)
Now that midnight has restricted use of SetRaidTargetIcon, how can we create a macro to set our focus and mark the target? for example, previously we could do:
/focus mouseover
/run SetRaidTargetIcon(“mouseover”, 3)
/focus mouseover
/tm [@mouseover] 3
https://warcraft.wiki.gg/wiki/MACRO_targetmarker
Here’s an example using modifiers for multiple icons:
/tm [mod:shift] 1; [mod:alt] 2; [mod:ctrl] 3; [nomod] 8
to make an easy macro for midnight raid marking. Choose the number b/w 1-8 (8 is skull and work backwards) Then type the following
/tm 8
that’s it. It will require you to click on the target b4 u mark it though.