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

Player skills reset and mysql error

Hiromath

New Member
Joined
Jul 22, 2012
Messages
29
Reaction score
4
Hey everyone,

I'm sorry if this is already answered I searched but couldn't find anything on it.

So I have a couple of players which get a skill reset when they log out. If they log out the server gives this error:
Code:
[7:50:00.732] mysql_real_query(): UPDATE `player_skills` SET `value` = 432, `count` = 8631306088922983602 WHERE `player_id` = 17 AND `skillid` = 4 LIMIT 1; - MYSQL ERROR: Out of range value for column 'count' at row 1 (1264)
[7:50:00.757] mysql_real_query(): UPDATE `player_skills` SET `value` = 432, `count` = 8631306088922983602 WHERE `player_id` = 17 AND `skillid` = 4 LIMIT 1; - MYSQL ERROR: Out of range value for column 'count' at row 1 (1264)
[7:50:00.777] mysql_real_query(): UPDATE `player_skills` SET `value` = 432, `count` = 8631306088922983602 WHERE `player_id` = 17 AND `skillid` = 4 LIMIT 1; - MYSQL ERROR: Out of range value for column 'count' at row 1 (1264)

How can I fix this? I've looked around but I can't seem to find where or how it gets that count value.


Thanks in advance,

Hiromath
 
Back
Top