Page 1 of 1

How does logging out work?

PostPosted: Wed Mar 31, 2004 5:21 am
by Rena
Simple enough, How does logging out work?

I mean, how does it know you are in a safe log out area like an inn? Understanding that there is a file that you can enter the inns location in, but where is the file/script/inc file that reads the innlocations file?

In short, I want to make bedrolls for my shard work, and I have a script that will allow it to work, but I just need to know what include file or script to edit. So, if anyone has any idear on this question, please respond.

PostPosted: Wed Mar 31, 2004 6:02 am
by Drocket
The file that you're looking for is /scripts/misc/logofftest.src . It returns the number of seconds that the server should wait before removing a character when they logg off.

PostPosted: Wed Mar 31, 2004 6:49 am
by Rena
Okay, thanks, I looked over that file it would seem.