WOW Macro - Mark all party members


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

Marks all party members with a Raid Target Icon. Useful for arena matches.


Copy this code and paste it in your HTML
  1. /script local i=1;SetRaidTarget("player", i);for p=1,GetNumPartyMembers() do i=i+1;SetRaidTarget("party"..p, i);end

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.