Thread Tools Display Modes
Prev Previous Post   Next Post Next
12-14-09, 01:26 PM   #1
Jooze
A Wyrmkin Dreamwalker
 
Jooze's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jul 2007
Posts: 52
Get Group Rolls

Let's say i'm in a normal heroic group and we have group roll enabled.
An epic drops, I get it's rollID and with that also the item name and additional information with

Code:
local texture, name, count, quality, bindOnPickUp = GetLootRollItemInfo(GroupLootFrame1.rollID);
But now I want to get the rolls all players (us 5 in that heroic group) have made and list them in a Font String.

How would I get the other players rolls? Would I have to intercept the chat frame (with someframe:RegisterEvent("CHAT_MSG_CHANNEL") for example) and how would I scan the chat for rolls?
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » Get Group Rolls


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off