Modified Power Auras

From Turtle WoW Wiki
Revision as of 11:29, 14 June 2025 by >Basedturtle
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Modified Power Auras (MPOWA) is an advanced version of the original Power Auras, designed to help you customize visual and audio alerts for various game events.

How to install

  1. Download manually via GitHub (click on Releases -> Download Source code (zip) .
  2. Extract the ColorPickerPlus and ModifiedPowerAuras folders into your twow/Interface/AddOns folder.
  3. Restart / start the game.

Note:

  • Deleting mpowa's addon and lua files from WTF->SavedVariables. Resets mpowa's settings but fixes a issue with timers.


Git links



Commands

Command Description
/wa or /mpowa Opens or toggles the MPOWA configuration window


Usage

Creating and Managing Auras

  • Add Aura: Click the "Add" button in the main window to create a new aura.
  • Edit Aura: Select an existing aura from the list and click "Edit" to adjust its settings.
  • Remove Aura: Select an aura and click "Remove" to delete it.
  • Test All: Click the "Test All" button to preview all active auras.

Profiles

  • Import Profile: Use the "Import" button in the profile window to load saved aura profiles.
  • Save Profile: Save your current aura setup via the "Save" button.
  • Remove Profile: Delete a selected profile with the "Remove" button.

Icon Selection

  • Open the icon frame with the icon button, then select an icon from the list.
  • Use the color swatch to pick icon colors.
  • Confirm with "Okay" or cancel with "Cancel".


Preview


Features

  • Use Icons instead of symbols
  • More performant
  • Show stacks of auras
  • Show double procs (Holy strength)
  • Show enemy buffs and debuffs
  • Show your buffs and debuffs
  • Show cooldown on trinkets or abilities
  • Customize your aura and its position on the whole screen
  • Use a lot new conditions to show/hide auras
  • Play a sound if a aura is applied or fades
  • Have some nice animations
  • Group them as they appear
  • Set up custom functions to show or hide the aura
  • Bundling of ColorPickerPlus add-on to allow HTML based color codes for consistent coloring
  • Support for Forms/Stances


Contributors