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

TFS 1.X+ No character Save - MySQL Error

Forkz

Well-Known Member
Joined
Jun 29, 2020
Messages
360
Solutions
1
Reaction score
76
Hi otlanders,
This error is showing up when I switch off the character, and he doesn't save.

C++:
[Error - mysql_real_query] Query: UPDATE `players` SET `level` = 8,`group_id` =
1,`vocation` = 1,`health` = 185,`healthmax` = 185,`experience` = 4200,`lookbody`
 = 106,`lookfeet` = 95,`lookhead` = 78,`looklegs` = 116,`looktype` = 128,`lookad
dons` = 0,`maglevel` = 0,`mana` = 40,`manamax` = 4
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 '☺,`lastlogin`
= 1595887819,`lastip` = 16777343,`conditions` = '',`skulltime` = 0' at line 1
 
Back
Top