promotional bannermobile promotional banner

AFKSpinner

Automatically spins your character in place when you go AFK for a fun RP effect. Stops when you return. Includes optional manual controls with /afkspin start | stop.

File Details

AFKSpinner26-03-26.zip

  • R
  • Mar 26, 2026
  • 18.17 KB
  • 29
  • 12.0.5+4
  • Classic + 3

File Name

AFKSpinner26-03-26.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 5.5.3
  • 2.5.5
  • 1.15.8
[2.8] — 2026-03-26

Fixed
- Retail (Mainline) 12+: `UnitIsAFK("player")` now returns a secret boolean; addon no longer triggers `attempt to perform boolean test on a secret boolean value` on `PLAYER_FLAGS_CHANGED` and related paths. Unwrap uses `== true` only when `WOW_PROJECT_ID == WOW_PROJECT_MAINLINE`.
- OnUpdate AFK check: same logic via `IsPlayerAFK()` instead of `not UnitIsAFK("player")`.

Changed
- `IsPlayerAFK()` moved earlier in the file (correct load order) and returns raw `UnitIsAFK` on Classic and other non-Mainline clients so behavior stays unchanged there.