promotional bannermobile promotional banner

WT - W1LD Tools

A modular enhancement suite for WoW. It combines engine optimizations, automations, and UI customizations into 13 independent modules within a resource-efficient, taint-free framework using the native Blizzard Settings API.

File Details

WT_v.2.1.0.zip

  • R
  • May 25, 2026
  • 1.10 MB
  • 32
  • 12.0.7
  • Retail

File Name

WT_v.2.1.0.zip

Supported Versions

  • 12.0.7

[v.2.1.0] - Midnight & System Enhancements - 2026-05-25

Added

  • Custom Statusbars: Expanded the CustomMedia.lua file and SharedMedia registration to support custom status bar textures.
  • Advanced Error Messages: A completely new, taint-free engine for the red system error messages. Features include a dynamic background with cinematic gradients, a duplicate spam filter with (2), (3) counters, and the ability to freely move the error messages anywhere on the screen.
  • Cursor Anchor: The ItemRefTooltip (the tooltip when clicking on an item link in chat) now also supports the custom cursor anchor positioning.
  • Battle Pet Tooltips: All native battle pet tooltips (BattlePetTooltip, FloatingBattlePetTooltip, etc.) are now fully integrated into the custom tooltip styling engine (backgrounds, borders) and also respect the cursor anchor positioning.
  • Mount Tooltips: Mounts now also support the Wowhead link generation (ALT-Click) and display their internal database ID when the NerdIDs option is enabled.
  • Settings Search: A new dynamic search bar has been added to the main configuration page. It instantly filters all available options across all modules, displays their exact subcategory path to distinguish duplicates, and provides clickable results that smoothly scroll to and highlight the exact option text with a golden neon glow.

Changed

  • Replaced previous UIErrorsFrame hook methods with a custom display to guarantee combat safety.

Fixed

  • Fixed an issue where class names in tooltips were inconsistently colored or accidentally colored inside compound words (e.g. "Skelettmagier"). The scanner now precisely respects exact word boundaries using Lua frontier patterns.
  • Prevented the class color scanner from accidentally coloring class names inside quest titles and quest objectives (e.g. "- Mage defeated: 1/6") in NPC tooltips.
  • Taint Protection (Midnight): Resolved numerous "Action Blocked" UI taints caused by the new restricted strings ("Secret Values") in WoW 12.0+. Implemented pcall wrappers and Unsecret() evaluations across the ActionBars, Nameplates, LFG, and Automations modules to ensure a crash-free combat experience.
  • Combat Safety: Hardened the window movement and CombatCleaner logic. Changing the visibility or position of protected frames (like the Minimap or Objective Tracker) during combat is now safely handled via secure state drivers or queued until combat ends.
  • Minimap Tooltip: Fixed an issue where the custom background texture of the Minimap icon tooltip did not load correctly on the first hover after a UI reload.
  • Combat Tracker: The distance tracker now displays a red "Combat" text instead of "??", indicating that the native distance API is restricted during combat.
  • Error Messages: Fixed an issue where yellow and green system or addon messages were not reliably captured by the new custom error frame background. The filter now hooks UI_INFO_MESSAGE and AddMessage directly, ensuring all notifications are styled correctly without losing the spam protection for red errors.
  • Tooltips: Fixed a Lua error that occurred when interacting with special, non-standard tooltips (like the Battle Pet Tooltip in the Auction House) by dynamically verifying their compatibility.