gaminide
Joined: 16 Sep 2006 Posts: 7
|
Posted: Fri Sep 22, 2006 9:22 pm Post subject: EQ1 log member pattern |
|
|
Hi,
This pattern picks anyone in the "/who" line.
| Code: |
\[\w{3} (\w{3}) (\d{2}) (\d{2}):(\d{2}):(\d{2}) (\d{4})] [\s\w]*?\[[^\]]*\] (\w+)
|
How can I get to pick up only those in my guild?
| Code: |
[Mon Sep 18 20:42:11 2006] [70 Grand Arcanist (Wizard)] Eandaen (High Elf) <United Kingdoms> |
i.e. those with only "United Kingdoms" (which is the guild name) at the end.
Also make it to handle when people are "/role on", which we do if we don't want outsiders to know our target.
The pattern looks like:
| Code: |
| [Mon Sep 18 20:34:12 2006] [ANONYMOUS] Dindalf <United Kingdoms> |
I'm sorry but is there anywhere where I can read on pattern syntax? w? d? etc... |
|