Originally Posted by Deris
Quartz, and changing all of your healing macros to have a /stopcast built into it. Simply put the largest single healing increase, far beyond any item I could achieve - and I raid with ~100ms. If you raid with more than 300ms, it is absolutely *huge*.
|
For paladins, absolutely. Less so for druids, for sure, at least for my HoT style. It is funny how massive the DPS gap is though between /stopcasting casters and those without.
Also, regarding macros -- on my Druid I use this style (shamelessly stolen from someone in another thread on this very board) (warning: this is basic info but I figure I'll post it so macro-challenged folks can check it out):
#showtooltip Lifebloom
/cast [target=mouseover, help] [help] [target=targettarget, help] [target=player] Lifebloom
The way the macro system works, this casts lifebloom on the first conditional to evaluate true. So if I'm mousing over a friendly, it casts. If not, but my target is a friendly, it casts on them. If not, but my target's target is a friendly, it casts on them. If none of these are true, it casts on myself.
Oh, and picking the "?" icon for the macro and using #showtooltip makes it so that the button itself on your hotbar is the same as a non-macro'd spell. Particularly nice for DrDamage (or Theorycraft) users like myself.