Quote Originally Posted by 'JasonB87',index.php?page=Thread&postID=165038#pos t165038
The only thing I can think of after looking at the api could be adding the groups names to the players friend list then use GetFriendInfo(index). Only problem I see with this is you would need to query for the number of friends GetNumFriends() then loop for index matches by checking the name returned GetFriendInfo(index). I do not know if the indexes change as users sign on, I would assume they don't meaning once you grab the index just a matter of querying the players that are offline until you get an online response. Kinda sounds cumbersome to me but I can't think of any way for members to discover members.
Thanks for your response; I did this with the original Jamba 0.1. While developing, I managed to get it into a state where I could consistently crash wow.exe with a 132 error. On release, it worked for some and did not work for others (wow could not load). Some people had full friends lists and didn't like their characters being added to their friends list. So I think the friends list idea is out.