promotional bannermobile promotional banner

JumpBoss

JumpBoss is a fun mini-game addon for World of Warcraft that tracks how many times players jump during boss encounters (Encounter Journal encounters). It shows a small, movable, translucent leaderboard during the fight (addon users only)

File Details

JumpBoss v1.3.2

  • R
  • Mar 31, 2026
  • 8.09 KB
  • 25
  • 12.0.1
  • Retail

File Name

JumpBoss.zip

Supported Versions

  • 12.0.1
.## 1.3.2
### Fixed
- Fixed live mid-fight leaderboard sync where users could only see their own jumps:
  - Addon comm sends now validate `C_ChatInfo.SendAddonMessage` result codes instead of assuming success.
  - Added comm channel failover across `INSTANCE_CHAT` / `RAID` / `PARTY` when a channel send is rejected.
  - Reduced default comm pressure (`broadcastInterval`, `heartbeatInterval`, `reqPulseInterval`) to lower per-prefix throttle drops.

- Fixed remaining protected chat-posting failures on some clients:
  - End-of-encounter posting now prefers `securecallfunction(SendChatMessage, ...)` with guarded API fallback.
  - Chat send safety gate now accepts either global `SendChatMessage` or `C_ChatInfo.SendChatMessage` availability.

### Notes
- Encounter-time addon communication remains peer-to-peer and combat-safe; Blizzard limits are primarily channel validity and per-prefix throttling