Originally Posted by Guintof
I read on the other thread about the fact that mirror image triggers a GCD on abilities out of GCD and therefore it should be put last, just before the main nuke in a macro.
I have tried macroing it but it wont work, I keep pressing the macro but nothing happens.
The macro in question is
#showtooltip Frostfire bolt
/use [combat] 13
/use [combat] 14
/cast [combat] Icy veins
/cast [combat] combustion
/cast frostfire bolt
I tried adding MI in between combustion and frostfire bolt but no go. Anybody else having luck with it?
|
Originally Posted by andastra
Is anybody else having trouble with their combustion/icy veins macros? I'm not sure what I'm doing wrong.
My combustion macro is:
#showtooltip
/cast combustion
/cast icy veins
/use 13
/cast frostfire bolt
My icy veins macro is the same thing except without combustion. It worked fine with frostbolt when I was frost spec but doesn't seem to work with frostfire bolt. Only the combustion or the icy veins works. It doesn't trinket nor cast frostfire bolt. My trinket macros still work fine after I changed them to frostfire bolt, however.
|
I am using the following with success.
/cast Combustion
/cast Icy Veins
/use 13
/cast Mirror Image
/cast Frostfire bolt
/cast Frostfire bolt
- Combustion is always the last to come off cool down. By putting it first in the macro my cool down counter shows when all abilities are ready.
- MI last with GCD.
- 2 x FFB to compensate for lag and possible GCD from MI.
I am running around 230 haste so this may be a factor, but the above is working fine for me.