promotional bannermobile promotional banner

GCD with Ping

GCDwithPing is a lightweight addon for WoW that displays cooldowns and global cooldown (GCD) on action buttons, compensating for ping/latency to provide accurate timing.

File Details

GCDwithPing_11-05-26.zip

  • R
  • May 11, 2026
  • 31.36 KB
  • 139
  • 12.0.7+5
  • Classic + 3

File Name

GCDwithPing_11-05-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 5.5.4
  • 5.5.3
  • 2.5.5
  • 1.15.8
[1.9.6] - 2026-05-11

Fixed
- Cooldown text stuck after closing spell UI — The overlay is parented to `UIParent`, but `RunCooldownUpdates` only called `UpdateButton` while the source button was visible, so closing a window (spellbook, talents, etc.) left numbers on screen. The ticker now always runs `UpdateButton`, which hides the overlay when the button is hidden.
- Protected buttons — The secure-button container `OnUpdate` now hides the overlay when the action button is not visible (and hides the container if the button reference is gone), matching the non-secure `OnHide` behavior.