i wanna script for kill the idle process after x time

Posted by Cyrus The Great on Wed 17 Feb 2010 12:33 AM — 2 posts, 14,430 views.

#0
hi
i wanna script for kill the idle process after x time by name
Amended on Wed 17 Feb 2010 01:07 AM by Cyrus The Great
#1
Sounds like a timer is what you need. Be warned, though. Many muds frown on what you're attempting to do here. The following timer performs every 30 minutes, sending the 'look' command (which can easily be changed to whatever you want it to be.

<timers>
<timer enabled="y" minute="30" second="0.00" offset_second="0.00" >
<send>look
</send>

</timer>
</timers>