Positronics
24-06-2006, 01:40 PM
I'm attempting to make a raid loot distribution mod based on DKP. The core of this will require the mod to get the list of members who are eligible for each particular master looting session (not just every members in the raid) so that it can log people who earns the DKP and list the candidates properly on the master looter's screen.
However, the only function available (according to WoWwiki) seems to be GetMasterLootCandidate(n) which apparently I can't determine the max. number of n (in raid I can just use GetNumRaidMembers() but there isn't a similar function for Master Loot candidates :/) Also, the remark on the API page says "This appears not to work unless you are the master looter, and not until the list of candidates has been built by the system, which looks like after you first try and assign an item." which to me means that GetMasterLootCandidate(n) won't work until an item has been assigned...
The whole thing seems rather stupid IMO so I thought it may be my misinterpretation, therefore I think I'd rather ask you guys for the correct solution for my needs.
Thanks in advance!
However, the only function available (according to WoWwiki) seems to be GetMasterLootCandidate(n) which apparently I can't determine the max. number of n (in raid I can just use GetNumRaidMembers() but there isn't a similar function for Master Loot candidates :/) Also, the remark on the API page says "This appears not to work unless you are the master looter, and not until the list of candidates has been built by the system, which looks like after you first try and assign an item." which to me means that GetMasterLootCandidate(n) won't work until an item has been assigned...
The whole thing seems rather stupid IMO so I thought it may be my misinterpretation, therefore I think I'd rather ask you guys for the correct solution for my needs.
Thanks in advance!