Macros - Cast Best Power Words/Buffs
Cast the appropriate rank of Power Word: Fortitude on someone
(can be modified for other buffs too): /script Pre="Power Word:
Fortitude(Rank " Sp={1,2,14,26,38} if (UnitLevel("target") ~= nil and
UnitIsFriend("player","target")) then for i=5,1,-1 do if (UnitLevel("target")
>= Sp[i]) then CastSpellByName(Pre..i..")") return end end end
If you
have less than 5 ranks of fortitude, remove the higher numbers from this part.
For example, if you have up to rank 3, remove 26, 38 from this. Also, for the
part that says i=5, change the 5 to whatever number of ranks of fortitude you
have, 3 in this example.
|
|