promotional bannermobile promotional banner

GuildWatch

Live guild map pins, profession sync, and recipe search — all in one panel.

File Details

GuildWatch-v0.0.1.zip

  • R
  • May 13, 2026
  • 261.64 KB
  • 5
  • 2.5.5
  • Classic TBC

File Name

GuildWatch-v0.0.1.zip

Supported Versions

  • 2.5.5

## v0.0.1 — Initial Alpha Release

First public alpha. Tested in a 32-member TBC Anniversary guild.

### Position sync
- Real-time map pins for every guildmate running the addon, on both world map and minimap
- Class-colored pins with hover tooltips (name, level, zone, last-seen age)
- Three-rule broadcast gate keeps guild channel quiet (min-gap, position delta, 30s heartbeat)

### Profession sync
- Full coverage of all 13 primary and secondary professions
- Handles **enchanting** via the legacy Craft API — this is the gap most other profession-sync addons have on TBC
- Hash-and-request sync protocol: small GUILD broadcasts for version checks, WHISPERs for full recipe payloads
- Rebroadcast on login so late-joiners get everyone's cached data
- `/gw find <recipe>` searches every cached crafter in the guild

### Roster panel
- Single consolidated panel showing every guildmate
- Columns: class icon, name, level, zone, Primary 1, Primary 2, First Aid, Cooking, Fishing, last-seen
- Tier-colored rank text (Apprentice white → Master deep gold)
- Hover tooltips on each profession slot show exact rank and recipe count
- Online-first sort with zone-grouping (multi-person zones surface to the top)

### Other
- Minimap button via LibDBIcon (toggleable)
- Options dialog accessible via gear icon or `/gw options`
- `/gw debug` for diagnosing comm issues with guildmates
- `/gw resync` for manual data rebroadcast

### Known limitations
- Multi-character receive path partially tested — please report sync issues
- Recipe tooltip integration ("X guildmates can craft this") planned for future
- Options dialog is intentionally minimal in V1; font size / theming sliders coming