PDA

View Full Version : Need experts help. Mirror Image



Teslah
12-23-2014, 09:53 AM
Hi everyone,

I've been working on some one button macros. At work atm so I can't post the one I need help with.

I have everything working in the macro. It's for an Arcane Mage. The only thing not working is Mirror Image. It casts the first time, but will not cast again.

I have tried.

/castsequence
/cast
/castrandom
/use

Moved the line to different spots in the macro and for whatever reason it only fires off the first time when I start hitting the macro. After 3 minutes it will not activate again. Any suggestions? Is there another way I could right it to get it to fire every time the cooldown is up?

Macro has a ton in it and it all works. Presence of Mind, Arcane Power, Barrage, Supernova and so on.

I am using Macro Toolkit if that helps.

Thanks for any suggestions. I'll try anything at this point.

tanknspanker
12-23-2014, 09:53 PM
You using ISboxer?
if you do, you could set up 2 keybinds to 1 button ..
For example
pressing 1 gives you --> (broadcasting 1) /castsequence
--> (broadcasting ctrl-1) /cast mirror image.

In isboxer terms: step 1= 1 to all + ctrl-1 to all
sorry if its complicated..

Teslah
12-24-2014, 10:05 AM
Thanks for the tip. I was able to figure it out and have everything firing off one macro. Thanks again.


You using ISboxer?
if you do, you could set up 2 keybinds to 1 button ..
For example
pressing 1 gives you --> (broadcasting 1) /castsequence
--> (broadcasting ctrl-1) /cast mirror image.

In isboxer terms: step 1= 1 to all + ctrl-1 to all
sorry if its complicated..