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

Help with Temple Position.

Smoke

~♥Ownage♥~
Joined
Dec 21, 2009
Messages
21
Reaction score
0
Location
Germany
Hello I just made an server. You can create your account normal and everythings alright, but if you die you will see a message "Temple position is wrong" and I don't know why, could you please help me?

regards
 
I checked this already, doesn't work.
I really need help, someone? Maybe some changes on the website configuration or something? It's really annoying.
 
Well, I know some who had the same problem, and they solved it by changing the temple positions in the map. Also, if it doesn't work out, tell us if you are using acc manager or homepage.
 
I'm using homepage since yesterday.
Everytime I create an character the town id was set to 5, but it is 1. If I die with those characters and want to login I see "Wrong temple position".
 
Check your samples town id in phpMyAdmin, also check your //CHARACTER config in xampp\htdocs\config\config.php, look at the new char towns line.
 
Can somebody see something? The Town ID is 1 of my city, some mistake perhaps?

// CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from $vocation_name[0] (below)
$config['site']['newchar_vocations'][0] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
// sample, if rook only: $config['site']['newchar_vocations'][0] = array(0 => 'Rook Sample');
$config['site']['newchar_towns'][0] = array(1);
// sample, if all players should spawn in one city (city with ID 4):
$config['site']['newchar_towns'] = array(1);


Maybe is something wrong here? Because I see here something with 5:

$towns_list[0] = array(0 => 'Thais', 5 => 'Thais'); // list of towns, id => 'name', $towns_list[0] - for world id 0
 
It is 0.3.6 I think. But I just have another problem! Well it's not a problem but I don't know how to change the speed and mana health regain from the single vocations. It's too slow. Someone can help me?:D

What do I exactly need to change for it?
 
what revision, not version? look in \doc\CHANGELOG for domething like REV **. you can change mana regen in \your ot server\data\XML\vocations.xml
 
Back
Top