Need help with macro

Working on my Druid and having an issue with a macro.

My keybindings for party 12345 are 12345.

I made shift modifier keybinds as well which are shift+1, shift+2, shift+3, etc…

The macro I made is this and I put it into the shift+1 keybind.

#showtooltip Skull Bash
/stopcasting
/cast [nomod] Skull Bash
/cast [mod:alt, @focus] Skull Bash

When I select my target it works, when I use the modifier for focus it selects myself and I don’t know why.

Any help appreciated. Thanks.

#showtooltip
/cast [mod:alt,@focus] [] Skull Bash

Don’t need stopcasting anymore, it’s baked into interrupts.

It targets myself for some reason

Are you holding both shift and alt when you want to use it on your focus?

ah, that worked. Thank you.

There a way to make it work by just pressing alt?

Not with the keybinding shift+1.

You could put this macro on 1 without any modifier.

#showtooltip
/cast [mod:alt,@focus] [mod:shift] Skull Bash
/target [nomod] party1

Or you could set up different keybindings for shift+1 and alt+1.

2 Likes

I’ll try this out, tyvm.

I’ve been away for about a decade, so I’m WAY behind but trying to relearn.

My old macro:
/stopcasting
/cast Blessing of Protection

This of course would allow me to cast BoP instantaneously if I was mid-heal or something. When you say /stopcasting isn’t needed anymore is this in my case too? They way I understand your comment is when casting BoB or Divine Shield /stopcasting is hard baked into WoW spell casting UI now? As I understand it, this isn’t working for me so I need an alternative that does.

It’s only baked into interrupts.

Oooooh, you mean spells/abilities that are specifically for spell interrupting. Thank you for taking the time to clarify!

Is /stopcasting still supposed to work? I’ve been having trouble with it and is what I’m actually searching for.

Ya, but it’s been sketchy at times since legion. Seems to work best when it’s by itself… which is kinda useless.

Ugh. Thanks for your help!