Page 1 of 1

How to trigg this emote ?

Posted: Thu Jan 31, 2013 11:36 pm
by Kaottik
Hello,

In Xorbb1 raid, Findlewill cast a fireball on 3 players, how to find his name or how to do a comparaison ?

The emote is exactly : Findlewill begins casting a fireball at Player1, Player2 and Player3.

I would like to find the part "Findlewill begins casting a fireball at " and if my name is Player1 or Player2 or Player3
I don't have any knowledge in Regex and ask a hand to have the solution (if there is one!).

Thx much.

Re: How to trigg this emote ?

Posted: Sat Feb 02, 2013 7:29 pm
by Reht
try this:
Findlewill begins casting a fireball at(.*\s{C}[,\.\s].*)

This is what we use, make sure regex box is checked.

Re: How to trigg this emote ?

Posted: Sat Feb 02, 2013 11:12 pm
by Kaottik
Thx much. :D