Everybody uses macros, right? I use them for nearly every spell cast. So, I thought I'd share.
You'll notice a few things in all of these.
1) Sound_EnableSFX -- turns off spell effect audio. This is useful when something is on cooldown, so you do not hear "I can't do that yet!" every time you cast a spell.
2) use 13 -- Place any "on use" trinket you'd like in the first trinket slot. Everytime you cast, it will try to use that trinket. It gaurantees you get full uptime on the trinket.
3) UIErrorsFrame:Clear() -- Again, clears any errors that might pop up. Usually related to cooldowns or trying to heal something you can't heal.
Lesser Healing Wave
/console Sound_EnableSFX 0
/use 13
/cast Tidal Force
/console Sound_EnableSFX 1
/run UIErrorsFrame:Clear()
/cast [target=mouseover] Lesser Healing Wave
Healing Wave
/console Sound_EnableSFX 0
/cast Nature's Swiftness
/use 13
/cast Tidal Force
/console Sound_EnableSFX 1
/run UIErrorsFrame:Clear()
/cast [target=mouseover] Healing Wave
Chain Heal
/console Sound_EnableSFX 0
/use 13
/cast Tidal Force
/console Sound_EnableSFX 1
/run UIErrorsFrame:Clear()
/cast [target=mouseover] Chain Heal
Riptide
/console Sound_EnableSFX 0
/use 13
/console Sound_EnableSFX 1
/run UIErrorsFrame:Clear()
/cast [target=mouseover] Riptide
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment