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

7.6 TFS - player_deaths

revion

New Member
Joined
Oct 27, 2009
Messages
46
Reaction score
0
Hello!
I'm using Theforgottenserver for tibia 7.6 and I've noticed that there are no "Last kills" on my webpage. I thought that might be an account maker problem, but I've looked into my database and saw that no dead is saved in player_deaths, it's always empty.

Could anyone help me? That's very important.
 
ALTER TABLE `players` ADD `deaths` INT( 11 ) NOT NULL
ALTER TABLE `players` ADD `kills` INT( 11 ) NOT NULL


not sure?
 
Back
Top