View Single Post
04/23/14, 08:39 PM   #4
Stormknight
 
Stormknight's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 128
As far as scripting goes, there's a function that retrieves the info desired:
Lua Code:
  1. GetGuildMemberInfo(integer guildId, luaindex memberIndex)
  2.     Returns: string name, string note, luaindex rankIndex, integer playerStatus, integer secsSinceLogoff
  Reply With Quote