promotional bannermobile promotional banner

WT - W1LD Tools

An enhancement suite for WoW (12.x Midnight). It combines engine optimizations with quality-of-life features to reduce interface clutter and automate repetitive tasks within a highly resource-efficient framework.

File Details

WT_v.1.5.1.zip

  • R
  • Apr 9, 2026
  • 398.50 KB
  • 24
  • 12.0.5
  • Retail

File Name

WT_v.1.5.1.zip

Supported Versions

  • 12.0.5

CHANGELOG v.1.5.1 (Chat Engine Hotfix)

Added

  • Smart Login Sounds: Added a dedicated sound dropdown in the options to trigger custom notification sounds when guild members come online.

Fixed

  • Self-Message Sounds: Implemented a server-side GUID tracker to reliably identify and mute the player's own messages. This bypasses the game client's [Unbekannt] bug and prevents third-party addon modifications from triggering false notification sounds.
  • Chat History Stability: Added strict filtering to strip unsupported 4-byte Unicode emojis and player links before saving chat history. This prevents critical game engine crashes when restoring the chat log after a UI reload.
  • EditBox Character Counter: Fixed an issue where the character limit counter incorrectly included hidden UI hyperlinks, texture icons, and color tags. It now accurately counts only visible characters.
  • Highlight Sounds: Added an option to explicitly ignore NPC messages, preventing false-positive sound notifications for chat highlights.
  • String Extraction: Corrected a pattern matching error to safely extract visible text from chat links without corrupting the message string.
  • Performance: Optimized the chat message processing by prioritizing the fast server-GUID check before executing complex text analysis.
  • General: Various minor bugfixes and code optimizations