• 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!

[TfsCMS] Problems with TFS 0.3

Deaktiver

Materia
Joined
Nov 25, 2007
Messages
636
Reaction score
3
Location
Germany
Hello,

I will change to TFS 0.3 soon but I got some problems with editing TFSCMS that it work for 0.3
First of all the Deathlist does not work.

The functions can be found in includes/functions.php
I edited it.. Now It shows me the deathlist but with a bug:

Character Deaths
Nov 18 2008, 00:18:01 Died at Level 236 by an Itachii
Nov 13 2008, 16:13:25 Died at Level 207 by a Demon

It should be:

Character Deaths
Nov 18 2008, 00:18:01 Killed at Level 236 by Itachii
Nov 13 2008, 16:13:25 Died at Level 207 by a Demon

and Itachii should be a link to the character. What's wrong?

I changed in character.php:

$result = $db->query("SELECT `killed_by`, `time`, `level`, `is_player` FROM `player_deaths` WHERE `player_id` = {$playerId} ORDER BY `time` DESC;");

TO:
$result = $db->query("SELECT `killed_by`, `time`, `level`, `player_id` FROM `player_deaths` WHERE `player_id` = {$playerId} ORDER BY `time` DESC;");


Regards,
Deaktiver
 
Last edited:
As far as i know TFSCMS works only with TFS 0.2 The Mystic Spirit. So you shall not be disappointed if you get errors.
 
Edited. Added the scripts I edited..

@ ZoOorO:

Its possible to change it there are only some differences with the player_deaths.. Character Creation works and Account Management is easy to fix.

Regards,
Deaktiver
 
Back
Top