File Details
GuildOnline.zip
- R
- May 29, 2026
- 6.86 KB
- 5
- 12.0.5
- Retail
File Name
GuildOnline.zip
Supported Versions
- 12.0.5
## 1.2.2
### Fixes
- Fixed a crash (`bad argument #1 to 'ipairs' (table expected, got secret)`) caused by Blizzard's new privacy layer returning protected member tables for some communities. The roster iteration is now guarded.
- Guild count now uses `GetNumGuildMembers()` directly, which is always readable and not affected by the protection.
- When a community's member list is protected, the addon now shows `?` instead of erroring out — name and chat channel still display normally.
## 1.2.1
### New features
- Auto-detects the chat channel number assigned to each community (the `/N` you talk into) and displays it next to the name, e.g. `RaB (/7): 4`.
- Detection runs automatically — no setup required. Channels are excluded for the guild.
- Display refreshes when you join or leave a chat channel.
### Fixes
- Fixed a crash spam (`attempt to compare a secret string value`) caused by sorting communities by name. Battle.net community names are now treated as protected strings: sorting falls back to club ID and display segments are built via concatenation instead of `string.format`.
## 1.1.0
### New features
- Community support: track online members from any Battle.net or character community you belong to.
- Right-click context menu to pick which communities are displayed (guild enabled by default).
- Two display modes: Multi-line (right-aligned full names) and Compact (centered, names truncated to 10 characters).
- Frame auto-resizes to fit the enabled sources.
- Community rosters are pre-loaded in the background via stream subscriptions.
## 1.0.0
- Initial release.