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

Mysql Problem Help Please!

kostas136

Banned User
Joined
Apr 1, 2009
Messages
215
Reaction score
30
Hello Otlanders when i creat a character and loggout this error comes up?
the character starts from the begining when you relogg
Mysql_Real_Query (): UPDATE `Spelarnas SET` lastlggin "
 

Attachments

Last edited:
Code:
ALTER TABLE `players` ADD `cast` TINYINT NOT NULL DEFAULT '0',
ADD `castViewers` INT( 11 ) NOT NULL DEFAULT '0',
ADD `castDescription` VARCHAR( 255 ) NOT NULL
 
Code:
ALTER TABLE `killers` ADD `war` TINYINT(1) NOT NULL DEFAULT 0;
I don't how the geoip table is supposed to look like, but you can also just remove the query about it in the script.
 
ALTER TABLE `killers` ADD `war` TINYINT(1) NOT NULL DEFAULT 0; its fixed and thx Limos!:)
but still have problem with loggin to God!
 
You can remove the query for the geoip table, it's probable in login.lua (data/creaturescripts/scripts/login.lua).
 
Last edited:
Back
Top