I need a bit help coding a conditioned trigger.
Given emote:
Code: Select all
The Triunity shouts, in Alaran, 'We grow tired of your worthless efforts, CURRENT_TANK. Someone more worthy should face us!'
1. CURRENT_TANK shall get the GINA text "Drop aggro (Howl)". So I use
Code: Select all
The Triunity shouts, in Alaran, 'We grow tired of your worthless efforts, {C}. Someone more worthy should face us!'
2. All OTHER tanks shall get another reaction: "Get aggro from CURRENT_TANK", but JUST the other tanks.
If I use
Code: Select all
The Triunity shouts, in Alaran, 'We grow tired of your worthless efforts, {S}. Someone more worthy should face us!'
So - how do I realize "Match trigger with {S} but not if {S}={C}"? I digged through http://www.regular-expressions.info/ but I didn't find a proper answer which works . Any help is appreciated, thanks.
//HSishi