A lot of the time people are nervous about running AFK macros. What if a GM shows up and decides to start talking to you? What if they summon you and you go running into a wall trying to get back to whatever mob you were killing? I'm thinking a really good way to help with this would be to write something that would send a alphanumeric page to you via email. If your sleeping or have mq2telnet access to your bot (for when your running this while at work or whatnot), you could jump online and hopefully mitigate the damage. Of course if your doing really evil stuff like warping, as has been said before, once the GM contacts you, your screwed anyway.
I wrote a proof of concept perl script awhile ago but I haven't really used it much since I haven't had the need. I could dig it up if anyone cares. There are several ways you could go about this though. Monitor your logfile for some specfic pattern that you want be alerted to. Another way (and I think this was how I did it) was have MQ write out the message to some flat file, then exec the perl script which handles the mailing. This lets you trigger off stuff directly in MQ. The later method was someone elses brainchild on the regular MQ boards, I just took the concept and ran with it.
At any rate, I just thought I'd throw this out there. I'm sure someone with good C++ skills could write a plugin to generate the email just as easily.
I wrote a proof of concept perl script awhile ago but I haven't really used it much since I haven't had the need. I could dig it up if anyone cares. There are several ways you could go about this though. Monitor your logfile for some specfic pattern that you want be alerted to. Another way (and I think this was how I did it) was have MQ write out the message to some flat file, then exec the perl script which handles the mailing. This lets you trigger off stuff directly in MQ. The later method was someone elses brainchild on the regular MQ boards, I just took the concept and ran with it.
At any rate, I just thought I'd throw this out there. I'm sure someone with good C++ skills could write a plugin to generate the email just as easily.

