WeakAuras

A powerful, comprehensive utilty for displaying graphics and information based on buffs, debuffs, and other triggers.

File Details

5.20.1

  • R
  • Aug 5, 2025
  • 9.52 MB
  • 1.5M
  • 11.2.0+3
  • Retail + 2

File Name

WeakAuras-5.20.1.zip

Supported Versions

  • 11.2.0
  • 5.5.0
  • 4.4.2
  • 1.15.7

5.20.1 (2025-08-05)

Full Changelog

Highlights

new game patch, new weakauras version

  • load status indicator (the little power icon) now changes shape depending on load status in addition to color
  • item count trigger no longer claims to check the reagent bank, since that doesn't exist anymore
  • custom code meant to run on every frame now has a builtin throttle option, so no more need for if GetTime() > (aura_env.last + 1) boilerplate :)

Commits

InfusOnWoW (2):

  • Tweak loaded/standby/unloaded icons
  • Bufftrigger: Fix Unit Caste condition

Stanzilla (2):

  • Update WeakAurasModelPaths from wago.tools
  • Update WeakAurasModelPaths from wago.tools

emptyrivers (4):

  • drop reagent bank option
  • toc bump
  • lazily get rid of STATICPOPUPS_NUMDIALOGS
  • protect weakauras against unaligned ai

mrbuds (3):

  • Add throttle option for everyframe custom triggers
  • Add throttle option for everyframe custom text
  • Make profiling of BuffTrigger2 more granular