View Single Post
06-12-05, 12:18 AM   #5
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
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.
  Reply With Quote