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.
How to trigg this emote ?
Re: How to trigg this emote ?
try this:
Findlewill begins casting a fireball at(.*\s{C}[,\.\s].*)
This is what we use, make sure regex box is checked.
Findlewill begins casting a fireball at(.*\s{C}[,\.\s].*)
This is what we use, make sure regex box is checked.