Aura Mastery
A simple but useful addon which show information about active or missing auras on you or your target. This is a PowerAuras like addon but have a great diference in how to manage it. First it doesn't have an interface yet so you have to add or remove your auras by command line. It also doesn't have support for stack showing yet again. To make it easy for you, I'll show you how is the command syntax and also I'll add a file with some explanation and some examples.
Command Line for Adding Auras:
/auramastery add AuraName, Unit, TextureID, Invert, Combat, TimerEnable, TimerSize, R, G, B, A, PosX, PosY, Width, Height
- AuraName - The actual aura name (eg. Inquisition)
- Unit - The unit to check the aura (eg. player, target, focus)
- TextureID - The aura's texture id (you can check them in the Texture folder)
- Invert - The texture is shown when the aura is missing (doesn't show the timer)
- Combat - The texture is shown when you are in combat
- TimerEnable - Add the aura timer under the texture
- TimerSize - Timer's size (default is 30 which means 30x30)
- R, G, B - The texture color
- A - The texture opacity (also known as the alpha value)
- PosX, PosY - The position of the texture's center (center of the screen is (0, 0))
- Width, Height - The texture's dimensions
Example:
/auramastery add Inquisition, player, 1, false, true, true, 30, 1, 1, 0, 1, 250, 250, 200, 200
This command adds the Inquisition aura. When it is active and you're in combat the texture id 1 will be shown in the position (250, 250) with a timer underneath it.
Command Line for Removing Auras:
/auramastery rem AuraName
Command Line for wiping Aura Data:
/auramastery wipe
Additional commands are covered in the ReadMe file.

