Help with macro arcane missiles

hey all im playing arcane mage and using slipstream talent for arcane missiles clearcasts, I cant move to cancel the cast so im not interupted, im looking for a macro to cast missile but instantly cancel the cast as well, this is the macro im trying to use :
#showtooltip
/cast arcane missiles
/stopcasting
/stopcasting

the macro when i use it still casts the missiles leaving me open to interrupts, please help!

Try

#showtooltip
/cast arcane missiles
/stopcasting
/cast arcane missiles

I’ll log in and try make it work if that doesn’t.

#showtooltip arcane missiles
/stopcasting
/stopcasting
/cast arcane missiles

Actually, no, this does more or less the same thing.

that one doesnt work, ive noticed that mine cancels my cast if i hit the macro twice, is there a way to cancel it with one press? i want to cancel to avoid interupt but also go into other rotations that i dont want in the macro

I think it requires a second tap.

There’s also just having a standalone stop casting bind, or having it bound into something else.

1 Like

ok thanks ill start getting used to it :stuck_out_tongue:

I managed to get mine to work properly for the first cast but a second cast seems to bug out.

1 Like

Got it

#showtooltip arcane missiles
/cast arcane missiles
/cqs
/stopcasting

Works with multiple charges too.

Having a normal stopcast macro is good for other things too though, I use it on a few diff classes.

edit: nvm it’s broken again.

another edit:

#showtooltip arcane missiles
/cast arcane missiles
/cqs
/stopcasting
/stopcasting

Working for now, might randomly break again idk.

1 Like

What you’re looking for is this:

#showtooltip arcane missiles
/stopcasting [nochanneling]
/cast arcane missiles

1 Like