Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /script TargetUnit("player"); for a=1,GetNumRaidMembers()do t="target"; p="raid"..a; if ( UnitIsDeadOrGhost(p) == 1 )then TargetUnit(p) end end;
  2. /aftercast +start /run if UnitExists"target"then SendChatMessage("Res inc. %T","RAID",nil,UnitName"target")end;
  3. /script if UnitName("target") then SendChatMessage("Res. Inc. %T.","WHISPER", nil, UnitName("target")) end;
  4. /cast redemption
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement