File Details
AutoTracker_10-07-26.zip
- R
- Jul 10, 2026
- 33.46 KB
- 174
- 2.5.6+1
- Classic + 1
File Name
AutoTracker_10-07-26.zip
Supported Versions
- 2.5.6
- 1.15.8
2.8.9
-
Spell known checks:
IsSpellKnown/IsSpellKnownOrOverridesKnowntreat Classic-style1as known (not only booleantrue), so the CastSpellByID fallback works when the minimap tracking entry is missing. -
Spell name cache: Retries lookup when an earlier call returned nothing (common at
ADDON_LOADED); also refreshes onPLAYER_ENTERING_WORLD. -
Player state: Combat / dead / ghost checks use shared
pcall+ truthy-flag handling; resting and outdoors flags accept Classic numeric returns. -
Tracking API: Resolves
GetNumTrackingTypes/GetTrackingInfoonce at load instead of on every minimap scan. -
Code cleanup: Shared helpers for default settings and rotation index advance (
ApplyDefaultSettings,AdvanceRotationIndex).