promotional bannermobile promotional banner

Sentinel Hunter Tools

Pet/demon monitoring, smart misdirect, and soulstone targeting for Hunters and Warlocks. Interrupt tracker, buff and consumable reminders for every class.

File Details

SentinelHunterTools 1.6.64

  • R
  • Feb 26, 2026
  • 1.13 MB
  • 12
  • 12.0.1+1
  • Retail

File Name

SentinelHunterTools.zip

Supported Versions

  • 12.0.1
  • 12.0.0

v1.6.64

New Features

  • Added cooldown countdown text to CDM Aura container icons; Blizzard's CDM uses SetCooldown with secret duration values on buff icon frames, and the hook now captures and forwards those arguments directly to the slot's Cooldown widget so the C-side timer drives the swipe and countdown natively
  • Added stack count display to CDM Aura container icons; a new fontstring reads aura application counts using the 12.0 secret-safe GetAuraApplicationDisplayCount API, with a fallback that reads the CDM frame's native Applications FontString for tracking auras like Wild Imps
  • Added Aura Stack Count settings to the CDM Auras layout tab: toggle, font size, font dropdown via LibSharedMedia, color picker, and X/Y offset sliders
  • Added per-ability Proc Glow settings to CDM Ability Settings for Essential and Utility containers; each icon can configure glow style (Default, Proc Effect, Pixel Glow, AutoCast, Button Glow), color, intensity, X/Y offset, and strata; proc detection switched to the correct C_SpellActivationOverlay.IsSpellOverlayed API
  • Added config preview for the CDM Auras layout tab; icons without an active buff show their real spell icon with a fake 30s cooldown swipe and a fake stack count of 3 so appearance settings can be previewed
  • Added config preview for the CDM Buffs layout tab; bars without an active buff show a 65% filled bar with a fake stack count of 3 for previewing bar styling
  • Preview for both Auras and Buffs now also activates from the Layout tabs (not just CDM Bars), and the visibility ticker forces containers visible during preview even when alpha would normally be 0

Improvements

  • Aura cooldown seeding now uses DurationObject forwarding for immediate display on layout
  • Visual tick tracks aura refreshes and clears stale cooldown swipes when auras drop
  • Removed premature profile load from ADDON_LOADED that created phantom profiles before talent APIs were ready
  • User spell lists are now authoritative once seeded; removed aggressive post-seed filter that re-categorized spells based on scan cache changes

Bug Fixes

  • Fixed Ability Settings alpha not applying to Aura icons during config preview
  • Fixed cooldown text, charge counts, and stack counts rendering behind the icon border and Masque skins
  • Fixed aura stack count taint errors in restricted content by switching to secret-safe GetAuraApplicationDisplayCount API
  • Fixed Proc Glow not triggering; detection was using the wrong API and checking display ID instead of spell ID
  • Fixed CDM settings being stomped on reload for classes without named talent loadouts