Haven't been able to find a good working plugin for MUSHclient that will record time between levels, stats gained etc then call it out to a specified channel on levelup or after some predecided time has passed. There are quite a few for zMUD but I haven't been able to find a single one that works for MUSH!
For level timing, I have one plugin at http://biggs.is-a-geek.net/~balaam which just times levels. I also have an old gain monitoring script in Jscript which I've ripped apart, and I'm currently redesigning into a Lua version, combining in the level timer, my questmob, and my qreporter plugins, while adding in other functions as well. Needless to say, this is a bit of a mess to start with. Currently everything I have in is working, but I'm trying to figure out the best way to have things displayed to the various channels and on screen while still letting people pick the colours they want. I'm also trying to get it so that people can have only the options that they want turned on, and have a way to quiet everything during raids and such. I will post it up on my site once I have all the kinks worked out.
To clarify the level gains aren't that big of a deal, my main wishlist for an addon would have to be time, mobs killed, average gold, and maybe total qp gained since last broadcast.
Thanks again for the page, I'm always looking for new plugins.
Well, so far I have time between mobs, xp/qp/gold for the session, and for the past hour. I suppose it wouldn't be hard at all to deal with number of kills, but I have been debating what to count between actual recorded kills (rank 4), and those that groupies kill as well. Also trying to figure out between all kills, and just those you get xp for. I'm probably just going to either skip out on the mob kills, or go with all xp based kills to start with, then add options to change it later.