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

Windows Temple position is wrong

freodon

New Member
Joined
May 2, 2015
Messages
9
Reaction score
0
I've read some threads about this issue but NOTHING works. I changed the map to Tibia RL map, so it should spawn players in x: 32097 y: 32219 z: 7 in Town ID 1 (Rookgaard temple). So I changed to those coordinates and ID in config,lua, in database for all characters, Remere's map editor also has these coords and ID set as spawn location, I even ran this query:
Code:
UPDATE players SET posx = 32097, posy = 32219, posz = 7, town_id = 1

But is still says that temple position is wrong... it worked fine on the default Forgotten Server map (I could log into the game on coords 1000,1000) but now nothing seems to work.
 
Change the position in the database in the table players and edit the account manager character.
Look if you use mysql or sqlite and make sure you edit the right database.
 
Back
Top