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

Cant Log in

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
When I log in a Error come wrong tempel posion , please contact the admin ,, if you creat a acc whit acc manager its work but when i try to do it whit geisor and log in that error come ... ?;)
 
Please help her, i have the same problem here. I can't login with characters that are made in gesiours acc manager, but i can login with samples or characters with no vocation!
 
When I log in a Error come wrong tempel posion , please contact the admin ,, if you creat a acc whit acc manager its work but when i try to do it whit geisor and log in that error come ... ?;)

Code:
UPDATE players SET town_id = 1 WHERE town_id = 0
 
in SQL ? but most i do that evry time a player creat a character .. ?

It will set town_id of * Sample characters and all that already exist. The new ones will use samples field, therefore they will get town_id too and will be able to log in.
 
Error

SQL query: Documentation

SELECT *
FROM `players`
WHERE 1
UPDATE players SET town_id =1 WHERE town_id =0 LIMIT 0 ,
30

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE players SET town_id = 1 WHERE town_id = 0

LIMIT 0, 30' at line 2
 
Back
Top