StatBlock_Folks
Please support my work on Patreon/GitHub
2 Data Broker plugins for displaying Friends & Guild, works with any Data Broker display addon.
Please support my work on Patreon/GitHub
2 Data Broker plugins for displaying Friends & Guild, works with any Data Broker display addon.
thank you!
Guys,
simple addon which fully support my needs. Just 2 comments to the guild part:
A/ for some reason it shows total number of chars in guild regardless of _G.GetGuildRosterShowOffline() status. In fact I changed the function GUILD_ROSTER_UPDATE as shown below and I got right count... Similarly I never for full list of members in detailed listing - but this I do not want. I do believe that this fucntion does not return correct value or it is interfering with something else - have no idea... Any chance to check?
if _G.GetGuildRosterShowOffline() thenelseGcount = _G.GetNumGuildMembers()endB/ The format in guild listing is "not very standard" something as easy as GuildFu might work quite well I believe... Any chance to implement pls?
cheers and thx