Posted on: 10-16-2012 - Updated on: 02-01-2014 - viewed 9107 times
Description:
This Wow shaman macro will cast Earth Shield on your target and then, if you are in range, will whisper them a message that you’ve cast it on them. Good for healing the tank.
To make this macro cast on a different target, add [@Name] conditional. Learn how to target macro spells
#showtooltip /use Earth Shield /run local s,t,n="Earth Shield","target" if IsSpellInRange(s, t) == 1 then SendChatMessage(s .. " on you!", "WHISPER", nil, GetUnitName(t,1)) end