File Details
AutoTracker_21-05-26.zip
- R
- May 21, 2026
- 31.61 KB
- 469
- 2.5.5+1
- Classic + 1
File Name
AutoTracker_21-05-26.zip
Supported Versions
- 2.5.5
- 1.15.8
2.8.2
- Settings load: Validated and clamped values are written back to `AutoTrackerSettings` on load so corrupt or out-of-range saved data is repaired on the next login.
- World map pause: Uses `C_Map.IsWorldMapVisible` when available, with the existing `WorldMapFrame` visibility checks as fallback.
- Automatic rotation: Map, rest, and zoning grace pauses are handled through one helper (`IsRotationPaused`) so `/at next` and the timer share the same rules.
- `/at open`: Tries `Settings.OpenToCategory("AutoTracker")` by name when category-object open fails (helps some Retail/DF clients).
- Options panel: Interval slider snaps to whole seconds; slash-command updates refresh the panel only while it is visible.
- Events: `PLAYER_ENTERING_WORLD` and `LOADING_SCREEN_DISABLED` share one handler (same grace + sync behavior).
- README: Documents `/at next`, `/at sync`, and `/at first`.

