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

Error with Geisor

Cloudlight

Intermediate OT User
Joined
Apr 16, 2016
Messages
31
Reaction score
136
Hello, i wanna make a otserver but i have a error in the database
the players items and progress dont save
here its the error

Code:
[Error - mysql_store_result] Query: SELECT `player_id`, `time`, `target`, `unavenged` FROM `player_kills` WHERE `player_id` = 150
Message: Table 'tibiaw.player_kills' doesn't exist

please help me, how i can fix it

(sorry for my bad english)
thanks :D
 
Read the errors;
Code:
Message: Table 'tibiaw.player_kills' doesn't exist

Your database 'tibiaw' does not have a table called player_kills.
Is it the right website / server?

What TFS version are you using and what gesior version are you using?
 
Back
Top