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

On look error

Nokturno

Not a human
Joined
Aug 7, 2009
Messages
606
Solutions
2
Reaction score
422
well im using a modern acc and this its what happens when i look myselg Ingame




[05/11/2010 09:45:00] [Error - CreatureScript Interface]
[05/11/2010 09:45:00] buffer:onLook
[05/11/2010 09:45:00] Description:
[05/11/2010 09:45:00] data/lib/004-database.lua:60: [Result:getDataInt] Result not set!
[05/11/2010 09:45:00] stack traceback:
[05/11/2010 09:45:00] [C]: in function 'error'
[05/11/2010 09:45:00] data/lib/004-database.lua:60: in function 'getDataInt'
[05/11/2010 09:45:00] [string "rep = {..."]:16: in function 'getPoints'
[05/11/2010 09:45:00] [string "loadBuffer"]:4: in function <[string "loadBuffer"]:2>
[05/11/2010 09:50:58] mysql_real_query(): SELECT `rep` FROM `players` WHERE `id` = 12; - MYSQL ERROR: Unknown column 'rep' in 'field list' (1054)

[05/11/2010 09:50:58] [Error - CreatureScript Interface]
[05/11/2010 09:50:58] buffer:onLook
[05/11/2010 09:50:58] Description:
[05/11/2010 09:50:58] data/lib/004-database.lua:60: [Result:getDataInt] Result not set!
[05/11/2010 09:50:58] stack traceback:
[05/11/2010 09:50:58] [C]: in function 'error'
[05/11/2010 09:50:59] data/lib/004-database.lua:60: in function 'getDataInt'
[05/11/2010 09:50:59] [string "rep = {..."]:16: in function 'getPoints'
[05/11/2010 09:50:59] [string "loadBuffer"]:4: in function <[string "loadBuffer"]:2>
 
My Rep System..wonder why didn't you follow the instructions..or the distro creator didn't
SQL:
ALTER TABLE `players` ADD COLUMN `rep` INT( 11 ) NOT NULL DEFAULT '0' COMMENT 'Cyber''s REPSystem © OTLand.net';
 
Back
Top