/ Published in: Lua
A macro which marks all Healers in a raid. Useful for battlegrounds.
Expand |
Embed | Plain Text
/script local i=1;for r=1,GetNumRaidMembers() do if (UnitGroupRolesAssigned("raid"..r) == "HEALER") then SetRaidTarget("raid"..r, i);i=i+1 end end
You need to login to post a comment.
