Deathknight Macro Help

I made this macro and everything works together but Remorseless Winter, is that because it requires 1 rune. Is there a way that I can activate it with everything else (trying to just make a macro with all my buffs):

/cast Blood Fury
/cast Anti-Magic Shell
/cast Horn of Winter
/cast Transfusion
/cast Remorseless Winter
/use bladefist’s breadth

Horn of Winter and Remorseless are both in the gcd, so the macro will only pick the first one you have listed.

1 Like

I figured. I am just going to do Remorseless Winter on a separate button altogether since it’s going to be up so often.

You potentially could use castsequence macro or alternatively a modifier key option so that if you hold down a modifier key when using the macro it would use Remorseless Winter instead of Horn of Winter.

Not sure but and I haven’t tested it myself but you could try something like:

`/castsequence Horn of Winter.  Remorseless Winter`
`/cast Blood Fury`
`/cast Anti-Magic Shell`
`/cast Transfusion`
`/use bladefist's breath`  

You need to press the Macro twice though first time does Horn of Winter and the additional casts excluding Remorseless Winter. Second press would then attempt to cast Remorseless Winter and the additional casts excluding Horn of Winter but obviously if the additional spells are on cooldown or unavailable because they are active etc. then they can’t be cast and only Remorseless Winter will be activated. It then should reset after the second press back to Horn of Winter.

The alternative might be to use a Modifier key to change the GCD when pressed something like this:

/cast [nomod] Horn of Winter; [mod:ctrl] Remorseless Winter
/cast Blood Fury
/cast Anti-Magic Shell
/cast Transfusion
/use bladefist’s breath

If you don’t hold down the modifier key in this case Ctrl then this macro will use Horn of Winter and then cast the additional spells. If you use this macro and hold down Ctrl at the same time it will cast Remorseless Winter and not Horn of Winter with the subsequent spells. This is all provided that all subsequent spells being cast are actually off the GCD. If any are on the GCD then they too become a spell that is necessary to add conditionally either through another modifier for option two; in option one you would have to add a 3rd spell to the cast sequence making it three button presses not two.

As I said I haven’t tried these out directly in game but you might want to give them a try and see if they work for what you are trying to achieve. Hopefully this gives you the one button option you want but with either multiple presses to achieve what you want or using a separate key to modify what spell is initially cast

#showtooltip
/cast [mod:shift] Horn of Winter; Remorseless Winter
/cast Blood Fury
/cast Anti-Magic Shell
/cast Transfusion
/use bladefist’s breadth

You can do something like this with a modifier. Hit shift, then hit it again without shift after the GCD refreshes. I do this with almost every bind, doubling the amount of keys without taking up more space.