Shaded Hearthstone Macro

Hey all,

I’m trying to make a macro that equips my bracers with Shaded Hearthing, cast my hearthstone and then re-equips my +15 int bracers. I can get the first equip and the heartstone cast, but it doesn’t switch back to my original bracers. Anyone know if something like this is possible?

For reference what I currently have is:

#showtooltip Eternal Traveler’s Hearthstone
/equip Comfortable Slumberwraps
/cast Eternal Traveler’s Hearthstone
/equip Acolyte’s Velvet Bindings

Use a modifier to pick which bracers to equip.

#showtooltip Eternal Traveler’s Hearthstone
/equip [mod] Acolyte’s Velvet Bindings; Comfortable Slumberwraps
/cast [nomod] Eternal Traveler’s Hearthstone

You can’t change equipment while a cast is in process.

My recommendation is to keep a running gearset (even if you have only the one) and tie an /equipset to a common pre-combat buff or action (Create Hearthstone, etc.)

Helps keep you from charging into battle wearing something stupid or armed with a fishing pole.