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

Nirky

New Member
Joined
Aug 11, 2008
Messages
27
Reaction score
0
Location
Portugal
Hey!

I have some problem creating a character with gesior acc.

I have Sorcerer Sample, Druid Sample, Paladin Sample and Knight Sample with correct temple position and correct town id. When I create a character he login in temple, everything ok.

When he dies it appears a message: "Temple position is wrong".

Why it happens? Can please someone help me?

Thanks,
Nirky.
 
your config looks like this

-- Account manager
accountManager = true
namelockManager = false
newPlayerChooseVoc = false
newPlayerSpawnPosX = 1105<----------you need to change these to your Temple position
newPlayerSpawnPosY = 989<---------------------------------------------------------------------
newPlayerSpawnPosZ = 7<------------------------------------------------------------------------
newPlayerTownId = 0
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = false

you can check your temple postion by using a map editor like rme( Download - Remere's Map Editor (RME) - An Open Source Map Editor for Open Tibia ) then go to data/world/(your map) then look for the position in the bottom left corner
 
Last edited:
Already solved.

I had just change this line:

$config['site']['newchar_towns'][0] = array(2);

to

$config['site']['newchar_towns'][0] = array(1);


Thanks everyone :)
 
Back
Top