View Single Post
06-12-05, 12:27 AM   #6
notphilip
A Murloc Raider
Join Date: Jun 2005
Posts: 6
Originally Posted by Gello
This may work as a macro:

/script local w,s,m,b="Wisdom(Rank 3)","Salvation(Rank 1)","Might(Rank 5)",{Priest=s,Mage=w,Warlock=w,Warrior=m,Rogue=m,Hunter=m,Druid=w,Paladin=m} if UnitExists("target") then CastSpellByName("Blessing of "..b[UnitClass("target")]) end

I added Salvation for priests. But if you have a warrior tank or the priest really wants wisdom instead, change Priest=s to Priest=w.
thanks. for some reason, nothing happens when i click on it.
  Reply With Quote