On Critical Quick Start - James226/aura-mastery GitHub Wiki

This section is all about how to setup notifications for abilities when you crit. Given that many classes have abilities that can only be used once you have met this criteria, this Aura will help you see and hear when these instances have been met without needing to look down!

Please use the following links to navigate the page quickly.

On Critical Abilities

Making your Aura


What abilities are these?

Find your ability in the list here to see if this is the section you need! If you cannot find your ability, chances are this isn't the section you want. Please return to the Guides: Quick Start, CodeCopy & Advanced to select another.

Engineer

  • Quick Burst

Medic

  • Atomize
  • Dual Shock

Spellslinger

  • Flame Burst

Stalker

  • Punish

Warrior

  • Breaching Strikes

Found your ability? Onwards to Implementation!

  • MEDICS - Use Trigger (2) over Trigger (1) for tracking the Clear! Buffs. Everyone else use Trigger (1). All else is identical.
  • Type /am
  • Add a new Aura (bottom left).
  • Press the big red button to get to Advanced Mode.
  • Go to General Tab & enter the name of the Spell.
  • Save
  • Move or scale it by pressing the Padlock next to your ability. Scale it by using the sliders.
  • Choose All in the Shown dropdown.
  • Click the Triggers Tab
  • Everyone but medics use Trigger 1, Medics use Trigger 2.
    • TRIGGER 1 Add new Trigger. Set its Type to On Critical in the Type Dropdown. Name it On Crit. Set Behaviour to Pass
    • TRIGGER 2 Add new Trigger. Set its Type to Buff in the Type Dropdown. Set the buff name (Clear!) in the textbox in the middle of the screen. Set the unit to player by pressing the button in the middle. Name the Trigger Clear!. Set Behaviour to Pass
  • Add new Trigger. Set its Type to Cooldown in the Type Dropdown. Name it Off Cooldown. Set Behaviour to Fail
  • Save & Reloadui. Save First
  • Optional: Change sounds, colour & icon in the General & Appearence Tabs.

Congratulations you now have a generic On Critical Aura! It will pop up when you both crit and your ability is off cooldown.

Confused? Thinking what the hell did you just do? Visit the On Critical - Advanced for a more indepth look on this type of Aura.