Kedor
New Member
on TFS 0.2.10 i cant find somethink like autosave
only found somethink like in rl tibia.. once a day save.. and if my server will crash.. all who didnt logged will lose all they exp etc?
how can i save the server? 



#deamon
Windows![]()
server localhost 7171
connect test
<?xml version="1.0"?>
<otadmin enabled="1">
<security onlylocalhost="1" maxconnections="2" loginrequired="1" loginpassword="test"/>
<encryption required="0">
<!-- key type="RSA1024XTEA" file="rsakey.private" -->
</encryption>
</otadmin>
# usage: otadmin < commands.txt
server localhost 7171
connect test
broadcast The server will be closed in 15 seconds
sleep 15000
broadcast Closing server
sleep 5000
closeserver
payhouses
shutdown
disconnect
server localhost 7171
connect test
broadcast Test
<?xml version="1.0"?>
<otadmin enabled="1">
<security onlylocalhost="1" maxconnections="2" loginrequired="1" loginpassword="test"/>
<encryption required="0">
<!-- key type="RSA1024XTEA" file="rsakey.private" -->
</encryption>
</otadmin>
As far as i know, original OTAdmin doesn't have 'payhouses'
Here is a one little modificated by me: http://otland.net/showthread.php?t=3328 =p