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.2.0.zip

  • R
  • May 30, 2026
  • 1.12 MB
  • 51
  • 12.0.7
  • Retail

File Name

WT_v.2.2.0.zip

Supported Versions

  • 12.0.7

[v.2.2.0] - 2026-05-30

Added

  • System Widget: Added a slider to adjust the update interval for the FPS & Ping tracker.
  • Options UI: Added resource usage warnings to the Chat History and System Widget settings.
  • Options UI: Added "Test" buttons for Error Messages, Toasts, and the Combat Cursor.
  • Options UI: The settings search bar is now available in all sub-category tabs.
  • Minimap Button: The tooltip now displays the status of the Auto-GZ feature.
  • Time Widget: Left-Click now opens the in-game Calendar, and Right-Click opens the Time Manager.
  • Combat Cursor: Added Rotate, Pulse, and Chroma animations, and a 'Glow' shape.
  • Combat Cursor: Added an optional 'Cursor Trail' that follows the cursor during movement.
  • Combat Cursor: Added an optional 'Click Effect' animation when clicking mouse buttons.
  • Combat Cursor: Added an option to display the cursor permanently ("Show Out of Combat").
  • Combat Cursor: Added a "Chroma & Pulse" animation mode.
  • Custom Media: Added support for custom backgrounds, borders, and highlight textures via CustomMedia.lua and LibSharedMedia.

Changed

  • Performance: Maximized background performance by implementing extensive upvaluing (caching of global API calls) and loop optimizations in the Coords, Minimap, TimeWidget, SocialWidget, and Tooltip modules.
  • System Errors: Updated the existing module to include a customizable, taint-free background panel for red error messages in the center of the screen (adjustable background color, border color, font, size, and outline).
  • Chat: Completely rebuilt the detection for your own messages in Community and Lounge channels. It now natively extracts your Club Member ID to flawlessly identify your messages without relying on delayed text caches or error-prone string matching.
  • Debug Log: The Debug Log window now limits exports to the last 60 lines and filters out unreadable texture/link codes to prevent the WoW client from freezing when copying.
  • Debug System: Unified and cleaned up the debug logging system for visual and informative consistency across all modules. The /wt debug command now effectively toggles all sub-modules (including whisper, community, and history) at once, replacing the redundant /wt debug all command.
  • Character Sheet: The average overall item level on the character sheet and the inspect frame is now also colorized and styled according to your settings.

Fixed

  • Automations & Questing: Fixed multiple race conditions where the Auto-Loot, Auto-Vendor, and Auto-Questing functions could silently fail or stall due to server latency.
  • Questing: Fixed an issue where old-style quest NPCs (without modern gossip options) were not fully automated.
  • Questing: Fixed a Lua warning related to missing parameters in legacy SelectActiveQuest API calls.
  • Movable Frames: Fixed an "Addon Action Blocked" (Taint) error that occurred when interacting with Map Pins (e.g., World Quests) after moving or scaling the World Map.
  • LFG / Groups: Fixed an issue where audio alerts for new group applicants could occasionally be dropped or missed due to data synchronization delays.
  • Movable Frames: Fixed an issue where modern Blizzard windows (such as the Professions Frame, Macro Frame, and Player Spells Frame) could not be moved because they were incorrectly blacklisted.
  • Combat Cursor: Fixed an issue where the cursor highlight would stutter or fail to follow the mouse during combat.
  • Automations: Increased the "Auto-Summon Pet" delay on login/reload to prevent "You must be standing" error messages.
  • Testing: Fixed a Lua error and distorted icons when using the BNet Toasts test button.
  • Options UI: Fixed an issue where custom buttons could get permanently stuck in a highlighted or pushed color state due to engine event drops.
  • Combat Tracker: Fixed a visual bug where the target distance display would incorrectly show the unit suffix (e.g. "m") instead of a clean dash ("-") when no target was selected.
  • Tooltips: Resolved multiple memory leaks that could cause micro-stuttering, especially when hovering over players in the Group Finder (LFG).
  • Performance: Replaced several deprecated global API calls with their modern C_CVar equivalents and optimized inner-loop table allocations to reduce garbage collection overhead.
  • Chat: Fixed an issue where the addon would incorrectly play sounds for your own messages in Community/Lounge channels.
  • Chat: Fixed a severe engine freeze/crash that could occur when sending messages in certain Community channels.
  • Chat: Fixed an issue where the Chat History would save internal Blizzard tags (e.g., |Kj7|k) instead of your actual name in Community channels.
  • Chat: Restored chat history and unblocked blacklist messages now strictly retain their original RGB colors and exact timestamps.
  • Chat Filter: Fixed an issue where very short blacklist words (e.g., "gg") would incorrectly block longer words containing them (e.g., "Aggro"). The blacklist now uses strict word boundaries with optional wildcard (*) support.
  • Debug Log: Fixed a WoW engine bug where the text box would appear empty when switching to the copy mode.
  • Chat / Tooltips: Fixed an issue where player names containing a hyphen (e.g., from titles like "Krachbumm-") were incorrectly truncated when the "Hide Server Names" option was enabled.
  • Engine: Fixed all strict Lua linter warnings related to undefined globals and API parameter type mismatches (tonumber) across the entire addon.