Skip to content

Instantly share code, notes, and snippets.

@adonaldson
Created November 17, 2009 22:55
Show Gist options
  • Save adonaldson/237355 to your computer and use it in GitHub Desktop.
Save adonaldson/237355 to your computer and use it in GitHub Desktop.
PAROMOAN! (A raid-leader macro for raid-rolling)
/script ChatThrottleLib:SendChatMessage('BULK', 'paromoan', 'Raid roll numbers:', 'RAID') for ii=1,GetNumRaidMembers(),1 do local n=GetRaidRosterInfo(ii);ChatThrottleLib:SendChatMessage('BULK','paromoan', ('' .. ii .. '. ' .. n), 'RAID') end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment