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

AFKSpinner_03-02-26.zip

  • R
  • Feb 3, 2026
  • 3.97 KB
  • 154
  • 12.0.1+4
  • Retail + 3

File Name

AFKSpinner_03-02-26.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 5.5.3
  • 2.5.5
  • 1.15.8

We fixed the issue where “Spinning stopped” was printed immediately after you typed /afk.

Root cause

The delay before starting the spin was checked inside CanSpin(), so during the delay the logic considered it “not allowed” and instantly called StopSpinning(), which printed the stop message.

Fix

  • Added a separate running state.
  • Removed the delay check from CanSpin().
  • The delay is now handled inside OnUpdate, so the addon simply waits without stopping.
  • The spin starts only after the delay finishes.

Result: no more immediate “Spinning stopped” message when you go AFK.