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_17-04-26.zip

  • R
  • Apr 17, 2026
  • 25.49 KB
  • 164
  • 12.0.5+4
  • Classic + 3

File Name

GCDwithPing_17-04-26.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 5.5.3
  • 2.5.5
  • 1.15.8
[1.9.1] - 2026-04-17

Changed
- Ticker path performance — `RunCooldownUpdates` calls `GetNetStats` / `GetEffectiveLatency` once per tick and passes the value into each `UpdateButton`, instead of querying latency separately for every visible action button (same compensated countdown math, less CPU when many bars are hooked).
- Ticker timing constants — Cooldown tick (0.05s), action bar rescan (10s), and ping panel refresh (1s) use named locals so intervals stay consistent if adjusted later.

Removed
- Unused private table — Dropped the unused second return from `...` in the main file header (`local addonName = ...`).