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

Solved Mysql Error

Are you sure you don't get errors in this at the moment you try to login?
Ft83BWeb.png

How did you created your character, on the website or acc manager and did you change anything in the database after creating it?
 
@Limos [08/06/2014 21:36:08] mysql_real_query(): SELECT `id`, `account_id`, `group_id`, `world_id`, `sex`, `vocation`, `experience`, `level`, `maglevel`, `health`, `healthmax`, `mana`, `manamax`, `manaspent`, `soul`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `posx`, `posy`, `posz`, `cap`, `lastlogin`, `lastlogout`, `lastip`, `conditions`, `guildnick`, `rank_id`, `town_id`, `balance`, `kills`, `deaths`, `assists`, `marriage`, `promotion`, `description` FROM `players` WHERE `name` = 'Malizia' AND `world_id` = 0 AND `deleted` = 0 LIMIT 1 - MYSQL ERROR: Unknown column 'kills' in 'field list' (1054)
 
Look for a line with that function and remove it.
If you want to remove de bot spam aswell, go to globalevents.xml, look for botmanager and delete that line.
 
Back
Top