• 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 Wrong Temple Position

hurpdurp

New Member
Joined
Jul 7, 2011
Messages
1
Reaction score
0
Hello dear OtLand

im kinda new to the Open Tibia scene and encountered a Problem

im running The Forgotten 8.4 with Nicaw AAC

when I create a Character over the AAC site it says later in the game that the Temple Position is wrong


although I wrote the right coordinates in the Config down

PHP:
##################################################
#                 Town Config                    #
##################################################
/*
NOTICE
Town IDs must be correct and match those in your map
*/
# Town names
$cfg['temple'][1]['name'] = 'The Beginning';
$cfg['temple'][2]['name'] = 'Town 2';
$cfg['temple'][3]['name'] = 'Evolutions';
$cfg['temple'][4]['name'] = 'GmIsland';
$cfg['temple'][5]['name'] = 'Ab\'Dendriel';
$cfg['temple'][6]['name'] = 'Kazordoon';
$cfg['temple'][7]['name'] = 'Something else?';
$cfg['temple'][8]['name'] = 'Darashia';
$cfg['temple'][9]['name'] = 'Port Hope';
$cfg['temple'][10]['name'] = 'Liberty Bay';

# Now set which town(s) you want to use in character making
$cfg['temple'][1]['x'] = 1005;
$cfg['temple'][1]['y'] = 933;
$cfg['temple'][1]['z'] = 3;
$cfg['temple'][1]['enabled'] = true;

I only can choose The Beginning and although the coordinates are all right it tells me that the temple position is wrong when I try to login

the Position in the Sql Database is right

Note: I made a new map in remeres map editor (complete new) and added a town with the Id= 1 and the same name

here some screenshots to help you understand me better because my english is pretty badTibiaot1.jpgTibiaOt2.PNGTibiaot3.jpgTibiaot4.jpg
 
Back
Top