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_14-06-26.zip

  • R
  • Jun 14, 2026
  • 35.26 KB
  • 99
  • 12.0.7+4
  • Classic + 3

File Name

GCDwithPing_14-06-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 5.5.4
  • 2.5.5
  • 1.15.8

[1.10.5] - 2026-06-14

Fixed

  • Disabled addon overlaysUpdateButton now hides the overlay when the addon is off, so late Blizzard cooldown callbacks cannot leave stale text on screen.

  • hookIfCooldown gate — Uses ShouldTrackCooldownFrame() before hooking, so non-action frames are not tracked when Cooldown Manager support is disabled.

  • Cooldown Manager toggle — Turning off Cooldown Manager support in settings immediately runs a cooldown refresh to untrack viewer-only frames (no wait for the next tick).

  • API hardeningGetCooldownTimes, GetFrameLevel, GetAttribute("action"), and size reads on secure-button sync paths are wrapped in pcall; debug logs use a shared GetFrameName() helper.

  • ActionButton_UpdateCooldown hook — Skips forbidden or invalid button frames before hooking.

Changed

  • ApplyOverlayFrameLevel — Reads the anchor button's frame level through pcall, matching other frame-access guards.