Player Cleanups

Posted by Cephyr on Wed 15 Jun 2005 05:46 PM — 2 posts, 10,211 views.

#0
So, I'm running SW FOTE 1.2 FUSS, and there's this code that apparently dumps players that haven't been online for 5 days. I think that's a bit harsh, so I want to get rid of that code. This mud is pretty much just going to be for me and my friends, so it's not like I'll have to worry about a lot of dormant characters anyway. So, how do I get rid of this part of the startup procedure?

I'm brand-new to mud coding, so please make it as step-by-step as possible :)

and, if you've got spare time, how about changing the idle limit (the amount of time before mud disconnects the player)?

thanks very much.
USA #1
There should be a command to change the settings.
Like in my cset:
Pfile autocleanup status: Off  Days before purging newbies: 30
Days before purging regular players: 50

My command would be pfile, or I can use cset to change it.