I have trigs which send lines from various channels to different notepad windows (nice feature btw, just wish color codes could be logged as well). I run into a problem when I try to skip text from certain mobs that use that same syntax.
I want to log any tells I get. This is the expression I use:
^.*You tell (?!the CLAN).+$|^(!?the golden dragon|The Father of CHAoS|Questor).+ tells you .+$
It logs all outgoing tells just fine, but skips incoming tells completely. Any idea why?
Here is the syntax for the text I'm trying to catch:
Xxx tells you 'Hi!' Or
22 Feb 02:52 - Xxx tells you 'Hi!'
Syntax for the text I'm trying to skip:
the golden dragon tells you 'blah blah'
Questor tells you 'blah blah'
The Father of CHAoS tells you 'blah blah'
I want to log any tells I get. This is the expression I use:
^.*You tell (?!the CLAN).+$|^(!?the golden dragon|The Father of CHAoS|Questor).+ tells you .+$
It logs all outgoing tells just fine, but skips incoming tells completely. Any idea why?
Here is the syntax for the text I'm trying to catch:
Xxx tells you 'Hi!' Or
22 Feb 02:52 - Xxx tells you 'Hi!'
Syntax for the text I'm trying to skip:
the golden dragon tells you 'blah blah'
Questor tells you 'blah blah'
The Father of CHAoS tells you 'blah blah'