Log in

View Full Version : [WoW] Arcane Missiles



dancook
12-21-2010, 08:32 PM
Hi,

I cannot find an answer to this, so I thought I'd post.

Here's an example of the macro I've written - I keep changing it as it doesn't work...

/cast [exists,harm,nodead,nochanneling] Arcane Missiles
/cast [exists,harm,nodead] Fireball
/stopmacro[exists,harm,nodead]
/assist focus
/cast [exists,harm,nodead,nochanneling] Arcane Missiles
/cast [exists,harm,nodead] Fireball

I want it cast AM when it's available, possible?

Cheers

Toned
12-21-2010, 10:58 PM
/stopmacro [Channeling]
/castsequence [harm,nodead] FireBall, FireBall
/cast Arcane Missiles
/stopmacro[harm,nodead]
/assist focus

HPAVC
12-22-2010, 04:48 AM
Hi,

I cannot find an answer to this, so I thought I'd post.

Here's an example of the macro I've written - I keep changing it as it doesn't work...


In addition to the other posts about the proc, you might try http://www.macroexplain.com/ it shows some clear issues with your macro.

dancook
12-22-2010, 05:26 AM
Thanks both, that's a pretty awesome site:)

cheers

dancook
12-22-2010, 07:07 AM
It does work i think, it's just it was missing a space in the stopmacro :) thanks