Thanks, I will see if I can figure anything out :)
Took me forever to figure this kind of thing out, back in the days of using ZMud to play, I am just not at all familiar with perl :)
Yes, such a script would be easily possible.
Maybe have a look at the damagetracker script, which keeps statistics on damage spread over locations:
[damagelog.pl][1]
Its basically just a bunch of regexp-triggers filling a hash with the collected data.
Should be just as easy to make a **/you fire.*bth: (\d+) Roll: (\d+)/** Regexp.
[1]...
Anyone still using this forum? If so, I was wondering if there is a way to make a trigger or something that would create stats like when you see "you fire at soandso bth: 2 Roll: 5 I would like to be able to have it keep a running total so I can see an average BTH and average Roll.