Vanilla wow Druid Macros

Healing Touch auto self cast macro

/run s="Healing Touch(Rank 10)" c=CastSpellByName() if (UnitIsFriend("player", "target") ) then c(s) else c(s, 1) end

Regrowth auto self cast macro

/run s="Regrowth(Rank 8)" c=CastSpellByName() if (UnitIsFriend("player", "target") ) then c(s) else c(s, 1) end

Rejuvenation auto self cast macro

/run s="Rejuvenation(Rank 10)" c=CastSpellByName() if (UnitIsFriend("player", "target") ) then c(s) else c(s, 1) end


Comments

Popular posts from this blog

Vanilla wow Rogue Macros