promotional bannermobile promotional banner

Cross Gambling

An in-game gambling addon with silent chat to keep the fun going without disrupting your group! Includes Deathroll.

File Details

v12.0.40

  • R
  • May 9, 2026
  • 252.07 KB
  • 3.0K
  • 12.0.5+7
  • Classic + 4

File Name

CrossGambling-v12.0.40.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 5.5.3
  • 4.4.2
  • 3.80.0
  • 3.4.5
  • 2.5.5
  • 1.15.8

CrossGambling

v12.0.40 (2026-05-09)

Full Changelog Previous Releases

  • Merge pull request #36 from Michael-Ziluck/performance-improvements
    Improve performance with optimized player updates and boss/PvP chat pausing
  • Add boss and PvP chat event suspension setting
    Add a default-enabled suspendChatEventsInCombat setting and register combat plus encounter handlers to pause registration chat listeners only during boss encounters, arenas, and battlegrounds.
    Expose the behavior as a Pause Boss/PvP toggle in the Game options tab. Toggling it updates saved variables immediately and resumes chat listening when the pause context no longer applies.
  • Improve player lookup and list refresh performance
    Cache normalized ban lookups and active player indexes so join, leave, and roll handling avoid repeated linear scans. Keep the player index in sync when players are added, removed, or game state is reset.
    Batch player-list UI refreshes and maintain sorted insertion order instead of resorting and redrawing the full list after every player event. Update classic and slick UI paths plus roll mode handlers to use the faster lookup path.