• 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 position is wrong.

Naaano201

Member
Joined
Jun 5, 2011
Messages
241
Reaction score
8
Location
Barcelona
Hello.

I'm using TFS and gesior and I got the following problem.

When I create a character on the web, in the database set coordinates 0, 0, 0 not those of the samples 1000, 1000, 7 ...

I hope someone can help me, thanks.
 
if u using gesior you have the samples in the db, so go to your db and edit the town id.
In your map editor if the town id of 1000 1000 7 is 1 or 2 or 3 change it in town_id of your db!

And if you use in search function only writing Error temple position wrong you will find a lot of posts about it!
 
I did all correct.

The problem was on accountmanagement.php line 945 ~

Code:
$player->setPosX(0);
$player->setPosY(0);
$player->setPosZ(0);

I just changed to 1000, 1000, 7.

Thanks to all anyway.
 
Back
Top