File Details
Version 1.1
- R
- Mar 24, 2026
- 6.88 KB
- 155
- 12.0.5
- Retail
File Name
ThereTheyAre.zip
Supported Versions
- 12.0.5
Version 1.1.0
New Feature: Skinning Identifier
- Displays a white "!" above beasts flagged as high value skinning targets
- Detects the buff using
C_UnitAuras.GetAuraDataBySpellNameto avoid Blizzard taint restrictions in WoW Midnight - Can be enabled or disabled from the Skinning options page
- Full size, position, font, and X/Y offset controls
New Feature: Friendly Nameplate Options (accessible from the Guild Identifier page)
- Toggle to enable friendly player nameplates directly from the addon without hunting through Blizzard settings
- Toggle to hide health bars for friendly players (name only mode)
- Toggle to color friendly player names by their class color
- Warning displayed informing users these are Blizzard CVars that persist after uninstalling the addon
Settings UI Improvements
- Added Settings panel using the modern
Settings.RegisterCanvasLayoutCategoryAPI (WoW 12.0+) - Quest Objectives, Guild Identifier, and Skinning each have their own subcategory page
- Sidebar order: Quest Objectives → Guild Identifier → Skinning
- All size sliders increased to a maximum of 100
- Default size for all indicators changed to 50
Guild Identifier Improvements
- Added note that the guild identifier only works for same-faction players
- Added visibility rules: disable while in a group, disable while inside an instance
Bug Fixes
- Fixed Lua error caused by
UNIT_AURAfiring forboss1and other non-nameplate unit tokens being passed toGetNamePlateForUnit