WizardBuff

Mage group-buff HUD for Intellect, armor, and shields (Ice Barrier / Mana Shield).

File Details

1.2.18-bcc

  • R
  • Apr 1, 2026
  • 215.89 KB
  • 100
  • 2.5.5
  • Classic TBC

File Name

WizardBuff-1.2.18-bcc.zip

Supported Versions

  • 2.5.5

Wizard Buff

1.2.18 (2026-04-01)

Full Changelog Previous Releases

  • chore: stamp version 1.2.18
  • Merge branch 'master' of https://github.com/kWAYTV/WizardBuff
  • Refactor button click registration for improved interaction
    • Updated button click registration in GridCells.lua and IconButtons.lua to only respond to "AnyDown" events, streamlining user interaction and enhancing responsiveness.
  • Update README.md to include new floating messages and cast failure feedback features
    • Added descriptions for floating messages that provide status and feedback near the HUD.
    • Included details on cast failure feedback to inform users when a target is dead, offline, out-of-range, or already buffed.
  • Enhance UI error handling and cast feedback system
    • Registered a new event for UI error messages in Bootstrap to improve user feedback.
    • Implemented functions to mark cast attempts and display relevant error messages based on user actions.
    • Updated button click scripts across various UI components to integrate cast attempt tracking and error notifications.
  • Implement cast feedback system and update UI message frame dimensions
    • Added a new CastFeedback module to handle spell cast success and failure notifications.
    • Updated Bootstrap to initialize the cast feedback system on player events.
    • Enhanced MessageFrame dimensions and appearance for improved visibility of messages.
  • Add MessageFrame UI component and enhance message display functionality
    • Introduced a new MessageFrame for displaying messages in the UI.
    • Updated Bootstrap to create the MessageFrame on enable.
    • Enhanced the Print and PrintError functions to utilize the new message display system, allowing for better user feedback.