Share

eXtensible PERl scripTable MUD client

Code

Programming Languages: Python, Perl, C++, Ruby, JavaScript

License: GNU General Public License (GPL)

Repositories

browse code, statistics svn co https://xpertmud.svn.sourceforge.net/svnroot/xpertmud xpertmud

Show:

What's happening?

  • Followup: RE: Hello?

    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 :)

    2009-12-08 00:54:29 UTC by markperryman

  • Followup: RE: Hello?

    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]...

    2009-12-07 09:30:35 UTC by entropy

  • Hello?

    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.

    2009-12-07 00:05:48 UTC by markperryman