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

Temple Pos wrong need help asap

chrisk564

Mapper
Joined
Jul 22, 2009
Messages
29
Reaction score
0
Location
England
[24/07/2009 17:07:45] SQLITE ERROR sqlite_exec: UPDATE `accounts` SET `premdays` = 65535, `warnings` = 0, `lastday` = 1248451665 WHERE `id` = 1 LIMIT 1; near "LIMIT": syntax error
[24/07/2009 17:07:45] > ERROR: Failed to save account: 1!

that comes up in server and "temple position wrong" in tibia client, i need some help, anyone?
 
Open the map with rme, And hold your mouse on the spawn position, and write down the cordinates. Go to config lua. And it should say like Posx: posy: posz:
I dont know mysql to well, I just use sqlite so open the database and change it there tho. :)
 
your map could have possibly crashed whilst saving and ur towns got erased (its a common problem, on lower spec comps)
So , you would open RME or Simones... and place ur towns from scratch
 
This errors is because SQLITE doesnt support LIMIT, Talaturen already fixed it in private SVN. You should wait for release or switch to MySQL isntead.
 
Back
Top