Specific failure Gina Trigger - Help

Discussion in 'The Newbie Zone' started by Exxodia, Oct 10, 2023.

  1. Exxodia Journeyman

    I make triggers from time to time, however, I am at a loss on how to create the following that I need for a raid event, where I need to know the individual who fails moving out of an aura.

    John Doe has taken abcd damage from Shattering Dart by

    How would this work with various names and various dmg, but alert me to the one specific person who eventually fails?
  2. Mikana Augur

    This should do the trick:

    Search text: (.*) has taken .* Shattering Dart
    Tick "Use Regular Expressions"
    Tick "Display Text"
    Display Text: ${1} was darted
  3. Knifen Augur



    {s} has taken {n} damage from Shattering Dart by

    Audio - A cheevement Failed

    Display - {s} Failed Shattering Dart



    Keep in mind this would need to be shared with everyone depending on how you do the raid you may not be near the person that fails.
  4. Exxodia Journeyman