Posted on: 10-11-2012 - Updated on: 10-11-2012 - viewed 8435 times
Description:
This quick raid target macro for lucky charms will toggle through all of the raid target icons in one button. It isn’t as fast as specifically creating a macro for each symbol, but it allows you to combine all the raid target icons into one simple macro.
/script if (charm == nil) or (charm < 0) then charm=9; end; charm=charm-1; SetRaidTarget("mouseover", charm)