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.2.5.zip

  • R
  • Feb 3, 2026
  • 5.99 KB
  • 9
  • 12.0.1
  • Retail

File Name

JumpBoss-v1.2.5.zip

Supported Versions

  • 12.0.1
## 1.2.5
### Fixed
- Fixed remaining cases where **multiple players could still post** the leaderboard:
  - Final posting now uses **winner-only deterministic arbitration** with:
    - A shared `C:<enc>:<winner>` claim
    - A hard `P:<enc>:<poster>` posted-lock
    - Deterministic per-player delay to prevent simultaneous posts
  - All scheduled post timers are cancelled immediately once a `P:` message is received.
- Fixed chat posting taint issues permanently:
  - All chat output now uses `C_ChatInfo.SendChatMessage` exclusively.
  - No calls to the global `SendChatMessage` remain.
- Fixed “Invalid escape code” errors:
  - All outgoing chat lines are fully sanitized (`|` → `||`) before posting.

### Improved
- End-of-encounter sync is more reliable:
  - Clients wait for a full sync window before resolving the winner.
  - Winner is re-validated immediately before posting to avoid stale data.
- Short names (`Name-Realm` → `Name`) are now consistently used in chat output.