Auto Tracker

AutoTracker is an addon for World of Warcraft Classic that automatically switches between tracking Herbs and Minerals on the minimap.

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 / IsSpellKnownOrOverridesKnown treat Classic-style 1 as known (not only boolean true), 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 on PLAYER_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 / GetTrackingInfo once at load instead of on every minimap scan.

  • Code cleanup: Shared helpers for default settings and rotation index advance (ApplyDefaultSettings, AdvanceRotationIndex).