Originally Posted by Sima
There's a simple macro to replace your Molter Armor button/bind (assuming you have a gearset with rading gear named RAID and gearset with 2pt9 named T9):
#showtooltip
/equipset T9
/cast [@self]Molten Armor
/in 1 /equipset RAID
|
You, sir, might just be my hero. I've been running essentially the same macro, but requiring two button presses, first one casts MA and switches to T9, second one casts MA and switches to T10. Saving a button press is godly!
I haven't been able to test this, but have you verified that the /cast Molten Armor is executed with the T9 bonus? Seems to me that there could be a delay from issuing /equipset to the set bonus taking effect. I sure hope not though!
In much the same way as the T9 trick, I'm also swapping Glyphs occasionally - does anyone have a more streamlined way of doing that than this:
#show Molten Armor
/use Glyph of Molten Armor
/run PlaceGlyphInSocket(1)
/use Glyph of Arcane Power
/run PlaceGlyphInSocket(1)
Edit: To clarify, this will add whichever glyph currently isn't in in Socket 1 to Socket 1 and throw an error message for the one that is already in there.
Thanks in advance!