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

death bugg

simson361

The Grim Reaper
Joined
Aug 4, 2010
Messages
626
Reaction score
27
Location
sweden
Code:
[24/09/2013 20:32:18] [Error - CreatureScript Interface]
[24/09/2013 20:32:18] data/creaturescripts/scripts/playerdeath.lua:onDeath
[24/09/2013 20:32:18] Description:
[24/09/2013 20:32:18] (luaGetCreatureName) Creature not found
[24/09/2013 20:32:18] mysql_real_query(): INSERT INTO `player_deaths` (`player_id`, `time`, `level`, `killed_by`, `altkilled_by`) VALUES (45, 1380047538, 93, '', ''); - MYSQL ERROR: Unknown column 'time' in 'field list' (1054)
And
Code:
[24/09/2013 20:35:07] [Error - CreatureScript Interface]
[24/09/2013 20:35:07] data/creaturescripts/scripts/playerdeath.lua:onDeath
[24/09/2013 20:35:07] Description:
[24/09/2013 20:35:07] (luaGetCreatureName) Creature not found

[24/09/2013 20:35:07] [Error - CreatureScript Interface]
[24/09/2013 20:35:08] data/creaturescripts/scripts/playerdeath.lua:onDeath
[24/09/2013 20:35:08] Description:
[24/09/2013 20:35:08] (luaGetCreatureName) Creature not found
[24/09/2013 20:35:08] mysql_real_query(): INSERT INTO `player_deaths` (`player_id`, `time`, `level`, `killed_by`, `altkilled_by`) VALUES (26, 1380047708, 166, '', ''); - MYSQL ERROR: Unknown column 'time' in 'field list' (1054)
[24/09/2013 20:35:08] mysql_real_query(): DELETE FROM `player_deaths` WHERE `player_id` = 26 ORDER BY `time` LIMIT 1; - MYSQL ERROR: Unknown column 'time' in 'order clause' (1054)
 
@Summ and this
Code:
[24/09/2013 21:11:49] [Error - CreatureScript Interface]
[24/09/2013 21:11:49] data/creaturescripts/scripts/playerdeath.lua:onDeath
[24/09/2013 21:11:49] Description:
[24/09/2013 21:11:49] (luaGetCreatureName) Creature not found
 
Back
Top