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

Solved Deathlist problem - strange last kills issue

bury

Active Member
Joined
Jul 27, 2008
Messages
421
Solutions
7
Reaction score
25
Hello, I had a similar problem 2 updates ago when some random monsters appeared on the deathlist of the player. Now Im going to open the server again soon and truncating some of the tables got this problem now (this problem affects to the !deathlist talkction too):


problema1.jpg


It's true that a Dragon and then a Dragon lord killed me. Then both did it together. But why that commas? and sometimes the 'and' is after everything... These are the tables I truncate (not remove) when im doing a reset (since I dont remove the db, just edit it for all levels to 8 etc).

Truncate:

Global_storage, House_data, House_lists
player_depotitems, player_items, player_storage
server_record, z_ots_comunication
tiles, tile_store
players_deaths, player_killers, enviroment_killers

The enviroment_killers table is finei think:


problema2.jpg


Any of this ^ tables should not be truncated?

I'm using TFS 0.4, GesiorAcc, maria sql and 10.1.44-MariaDB
 
Solved by truncating too the killers table without removing the foreign key.

Thanks.
 
Back
Top