World of Warcraft
13,229 Mods
Nighthold - Circles for Major Abilities
2.1k InstallsThis weakaura used to anchor textures to people who had a mechanic on them to make you visually aware of where the person is standing. This feature got removed with 7.2 so please do not...
[template] Rectangular Icon (Keep Aspect Ratio)
560 InstallsAn icon that will automaticly adjust its texture to fit a rectangular aura shape (Same as WA option "Keep Aspect Ratio"). It should work with ElvUI Addon Skins (the default WA option is overriten by...
Annotated Custom Code Blocks
255 InstallsAn Icon type Aura with all custom code blocks annotated, giving details of args sent in, expected returns and other specific details.
Mythic+ Necrotic Rot
323 Installs** MANUALLY Set TANK to FOCUS target (right-click the tank's party frame and click on "Set to Focus") Updates: - Modified trigger so weakaura won't throw an error ('stacks…nil') > Tracks Necrotic Rot on focus-target...
ScanEvents Example
139 InstallsPrints in the center of the screen, "I started using Hearthstone" or "I started casting 'spellname' instead". Uses ScanEvents and aura_env to pass the information. This is a collection of 2 auras: ScanEvents Test -...
Countdown (De)buff
127 InstallsThis code will allow you to have a countdown of a debuff or buff on your character (much like what DBM/BigWigs does with debuff timers for raid encounters). There are comments throughout the custom code...
Combat Time
700 InstallsThis Aura is now outdated. While the video probably still provides some useful insight into how to make custom Auras, I wouldn't recommend using this if you actually want a simple combat timer Simple combat...
Do Not Release!!!
398 InstallsA Do Not Release Aura To Help You Not Release When There Is A Mass Res Going Out. This is a text type aura.
[Template] Conditions Example
28 InstallsTemplate for setting up conditions on multiple triggers (Buff, CD and Not on CD) It will Desaturate when on CD and remain in colour for Available and when the Buff is up
TestCommunication
23 InstallsMy Communication WeakAura, to be used for more complex things. Used to transmit information through people WeakAuras.
TSU Stream (nameplates)
23 InstallsThis Aura is now outdated. While the video probably still provides some useful insight into how to make custom Auras, I wouldn't recommend using this if you actually want a working Aura similar to the...
Kin'garoth Diabolic Bomb Trigger - Edits by Krazyito
14 InstallsORIGINAL AURA: https://wago.io/HymHtQQqG Kin'garoth Diabolic Bomb Trigger - Edits by Krazyito -- Code by despi#6326 (discord) -- Edits by Krazyito#1696 (US / Discord)
TSU Stream 2 (nameplates)
16 InstallsThis Aura is now outdated. While the video probably still provides some useful insight into how to make custom Auras, I wouldn't recommend using this if you actually want a working Aura similar to the...
EXAMPLE: Trigger State Updater.
10 InstallsThis is a example of Trigger state updater making progress bars for each demon a Demonology Warlock summons. TUTORIAL: https://youtu.be/Vwb10DG51aU Hamsda Tutorial: https://www.youtube.com/watch?v=2_eioP-ecDc
Show Cost
10 InstallsA quick example to show the use of a snippet of code: https://github.com/WeakAuras/WeakAuras2/wiki/Useful-Snippets
One-time Animation
6 InstallsAn example / method for having an animation run just once through instead of constantly. Essentially you have the stuff in Actions - On Init. Then you put: progress = aura_env.animationMaths() …into the animation function...
Interrupt Trigger State Updater
7 InstallsInterrupt watcher using Trigger State Updater.
Mythic+ Bursting Assist
7 InstallsA modified version of wild12's weakaura.
Sound Looper
4 InstallsThis is a text type aura. http://www.voximmortalis.com/threads/4328-WeakAuras-Tutoring-Thread?p=39388&viewfull=1#post39388 Sound Looping aura by Kulldam This aura will do the actual action of looping the sound for you. No edits need to be made. However you need to...
Custom Trigger Updater
2 InstallsThis is an example for the new Custom Trigger Updater. Just set a spellID and a duration in the OnInit (the default is 589 = Shadow Word: Pain with a duration of 18s). The aura...