WOW Macro - Mark all raid healers


/ Published in: Lua
Save to your folder(s)

A macro which marks all Healers in a raid. Useful for battlegrounds.


Copy this code and paste it in your HTML
  1. /script local i=1;for r=1,GetNumRaidMembers() do if (UnitGroupRolesAssigned("raid"..r) == "HEALER") then SetRaidTarget("raid"..r, i);i=i+1 end end

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.