• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with deathlist Znote AAC!

EstebanGod

New Member
Joined
Jun 18, 2014
Messages
83
Reaction score
3
Hi guys im gettin this problem, but I think it might be just trying to tell me I need to set up the server's clock? how do i do this or how do i fix this? thanks people.

SPkbZlBc.png
 
Make sure you set the right TFS version in config.php

Code:
TFS 1.0
$config['TFSVersion'] = 'TFS_10';

TFS 0.2
$config['TFSVersion'] = 'TFS_02';

TFS 0.3/0.4
$config['TFSVersion'] = 'TFS_03';
 
Ok i changed that, but it is still not showing deaths list. Its like if characters have never died maybe its not getting the info from my data base any idea how to fix it?
 
Back
Top