File Details
GrillosGuildForge-1.2.0.zip
- R
- May 20, 2026
- 26.46 KB
- 8
- 12.0.7+1
- Retail
File Name
GrillosGuildForge-1.2.0.zip
Supported Versions
- 12.0.7
- 12.0.5
## v1.2.0 — 2026-05-20
### Added
- **Chat-channel harvester** — passive scanner that listens to public chat channels (Trade, General, LookingForGroup, World) and queues players
who advertise they want a guild. Matches strong-intent phrases like "looking for a guild", "need a guild", "guildless". Same CHAT_MSG_CHANNEL
event every chat addon reads.
- **Nameplate-proximity harvester** — passive scanner that queues unguilded players whose nameplates appear nearby. Uses read-only
GetGuildInfo/UnitClass/UnitLevel calls. Stand in a busy city, watch your queue fill.
- **/ggf chat on|off** and **/ggf prox on|off** slash commands to toggle the harvesters
- **Source-coded queue rows** — LFG (orange), CHAT (yellow), NEARBY (green) — see at a glance where each recruit came from
### Fixed
- **LFG cross-realm scan** — C_LFGList.Search is now called with the correct 4-arg Midnight signature (was 5-arg, silently failed in v1.1.0)