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

Wrong when dying!

Fiskbullen

Jumpstylaaa! Sweden (Y)
Joined
Mar 26, 2009
Messages
146
Reaction score
1
Location
Sweden, Skara
Just started my OT today, but with an error. When i have died and then should login in again i get this "Temple Position Wrong" how can i fix this? :) REP+
 
Hey fiskbullen, Go into PHPMyAdmin and look for the players tab. Then edit all samples to your main town. Then go to C:\xampp\htdocs\config\config.php. Then search for town and change this:
PHP:
// sample, if rook only:             $config['site']['newchar_vocations'][0] = array(0 => 'Rook Sample');
$config['site']['newchar_towns'][0] = array(1);
$config['site']['newchar_towns'][1] = array(1,2);
And change the number "1" next to array.

That worked for me..
 
o.o
SQlite in sqlite studio
pos x y z
and in SQL
phpmyadmin
open players and in one option in phpmyadmin say
position x y z change this to position your temple
example:
96f6dk.jpg

change positions for positions your temple. and close your ot and open enter samples and ready
 
In map editor make sure your towns have correct temple position (ctrl+t in RMRE)
If you do not have towns in this list, just add them.

Then when your server is offline go to your database and run this command
Code:
UPDATE players SET town_id = 1;
:thumbup:
 
Back
Top