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

Talkaction deathlist in Trunk

Kayan

Active Member
Joined
Sep 19, 2007
Messages
1,561
Reaction score
38
Location
Santa Catarina
Code:
Lua Script Error: [TalkAction Interface]
data/talkactions/scripts/deathlist.lua:onSay

data/talkactions/scripts/deathlist.lua:11: LuaSQL: Error executing query. MySQ
 You have an error in your SQL syntax; check the manual that corresponds to yo
 MySQL server version for the right syntax to use near 'Deidaer''' at line 1

what error ;x
 
Other error

Code:
Lua Script Error: [CreatureScript Interface]
data/creaturescripts/scripts/playerdeath.lua:onDeath

data/creaturescripts/scripts/playerdeath.lua:22: LuaSQL: Error executing query.
MySQL: You have an error in your SQL syntax; check the manual that corresponds t
o your MySQL server version for the right syntax to use near 'cyclops'', 0)' at
line 1
 
Seems like escapeString doesn't work properly in trunk.
 
Ok thx Talaturen

Other issue is much mysql lost connects with DB in query's

This can ben fixed in future releases )
 
Back
Top