promotional bannermobile promotional banner

AbstractUI

**AbstractUI** is a complete, modular, and modern User Interface replacement for World of Warcraft. Built for **WoW 12.0+**

File Details

AbstractUI-v12.0.1.26.zip

  • R
  • Apr 12, 2026
  • 1.44 MB
  • 34
  • 12.0.5+1
  • Retail

File Name

AbstractUI-v12.0.1.26.zip

Supported Versions

  • 12.0.5
  • 12.0.1

AbstractUI v12.0.1.26

New Features

Character Pane

  • Added empty socket indicators on equipment items
    • Items with gem sockets now show a dimmed socket icon (40% opacity) when empty
    • Filled gems continue to show at full opacity
    • Provides visual reminder of which items need gems

Group Finder Scaling

  • Added scale and positioning controls for the Group Finder (LFG/LFR) window
    • Adjustable scale from 0.5x to 2.0x (default: 1.25x for better readability)
    • Optional custom positioning
    • Horizontal and vertical position sliders
    • Works identically to the Quest/Dialogue window scaling system

Performance Improvements

Smart Update System Extended to All Frames

  • Unit frames now use intelligent updates instead of full recreation
    • Previously: Only Target frame used smart updates
    • Now: All frames (Player, Pet, Focus, TargetTarget, Boss) benefit
    • Cosmetic changes (colors, fonts, textures) update in <5ms instead of ~50-100ms
    • Structural changes (size, enable/disable, attachment) still recreate frame when needed
    • Eliminates potential duplicate frame issues
    • Reduces memory pressure from unnecessary frame recreation

Bug Fixes

Target Castbar

  • Fixed grey overlay not appearing on non-interruptible casts
    • Overlay bar now properly displays at higher frame level
    • Non-interruptible casts show grey bar with shield icon
    • Interruptible casts show yellow (casting) or blue (channeling)
    • Text remains visible above all bars

Unit Frames

  • Fixed missing health percentage on first target after login/reload
    • Added longer delay (0.1s) for first target to ensure unit data loads
    • Improved number conversion in tag processing to handle edge cases
    • Subsequent targets use normal 0.05s delay

Auto-Insert Mythic Keystone

  • Fixed feature not working at all
    • Now uses proper ADDON_LOADED event for Blizzard_ChallengesUI
    • Changed from hardcoded item IDs to item class/subclass detection
    • Works for keystones from all expansions (BFA, Shadowlands, Dragonflight, TWW)
    • Added cursor validation before slotting keystone
    • Based on proven AutoKeystone addon implementation