Weapon Enchant Macro (Shaman)

Is it possible to make a macro that enchants both weapons on use?

I tried something like this, but it just enchants the main hand weapon… I probably have to have like cast offhand or something, but don’t know what it is.

#showtooltip: Flametongue Weapon
/cast Flametongue Weapon(Weapon Imbue)
/cast [mod] Windfury Weapon(Weapon Imbue)

I haven’t tested in game, but try:

#showtooltip
/cast [mod]Windfury Weapon(Weapon Imbue); Flametongue Weapon(Weapon Imbue)
/use [mod]17;16
1 Like

On retail, casting one after the other works for me.

#showtooltip
/castsequence reset=5 Windfury Weapon(Weapon Imbue), Flametongue Weapon(Weapon Imbue)

There is no way to have both GCD-triggering casts happen on the same hardware event.

1 Like

It doesn’t cast one after the other, but it does cast the both, which is good enough for me. Just trying to cut down on hotbar slots.

Gello, not sure why but castsequence doesn’t seem to work for me… I’m on retail, but whenever I use it just casts the one spell and nothing else.

Double check. On retail there is a bug where the icon doesn’t change but it does cast all the spells. I use a castsequence for both weapon enchants and lightning shield. sometimes the icon gets stuck for some reason but it does cast the other abilities.

1 Like

Yeah it’s not working, I checked my weapons and only windfury is applying. :expressionless: