• 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 MYSQL SAVE PLAYER

damatio

New Member
Joined
Dec 1, 2020
Messages
7
Reaction score
0
GitHub
damatio
this error is occurring when logging out the player.

[Error - mysql_real_query] Query: UPDATE players SET level = 1,group_id = 1,vocation = 0,health = 150,healthmax = 150,experience = 0,lookbody = 106,lookfeet = 95,lookhead = 78,looklegs = 116,looktype = 128,lookaddons = 0,maglevel = 0,mana = 5,manamax = 5,`ma
Message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '\0001,lastlogin = 1631625247,lastip = 2530605498,conditions = '',`skulltime...' at line 1
[Error - mysql_real_query] Query: UPDATE players SET level = 1,group_id = 1,vocation = 0,health = 150,healthmax = 150,experience = 0,lookbody = 106,lookfeet = 95,lookhead = 78,looklegs = 116,looktype = 128,lookaddons = 0,maglevel = 0,mana = 5,manamax = 5,`ma
Message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '\0001,lastlogin = 1631625247,lastip = 2530605498,conditions = '',`skulltime...' at line 1
[Error - mysql_real_query] Query: UPDATE players SET level = 1,group_id = 1,vocation = 0,health = 150,healthmax = 150,experience = 0,lookbody = 106,lookfeet = 95,lookhead = 78,looklegs = 116,looktype = 128,lookaddons = 0,maglevel = 0,mana = 5,manamax = 5,`ma
Message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '\0001,lastlogin = 1631625247,lastip = 2530605498,conditions = '',`skulltime...' at line 1
Error while saving player: Royal Lokao



Note: I've recompiled the soucer without any error, I've changed the server and the same error occurs, anyone to help?
 
I have this same Issue, I compiled celoheres 8.0 tfs 1.2 and used it's own schema and I'm getting this error too. Did you manage to solve it? I tried using other schema too but same error
 
Back
Top