Arcane/Multi-shot macro help

Looking for some help on how to make a single macro with two functions.

It would help free up some space on my action bar and make it easier to do single target and switch to multi-target DPS.

Soo…

I’m not great at making macro’s beyond the basic’s.

but what I need is lets say…
I have my target picked… and I just want to use arcane shot on it…
but lets say there is also another target within 5 yards… I would then want my macro to use multi-shot on my original target instead of Arcane shot.

This way it more or less switch’s Skills depending if there is another target within 5 yards of my original target.

it would also help with me using trick shot and not having to press multiply keys and make my action bar less cluttered

any help would be great thank you.

A macro can not preform any “if” logic actions (ie. Cast Arcane Shot unless More than one target then cast Multi-shot) but you could use a modifier macro.

#showtooltip
/cast [mod:shift] Multi-Shot; Arcane Shot

It will cast Arcane Shot unless until you hit the Shift + your Keybind then it will fine Multi-Shot. You can change the modifier to Ctrl or Alt if needed. Just make sure that you don’t have a conflicting keybind with your modifier.

2 Likes

Dang ok, but that will help alot though thank you.

1 Like