• 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 Wrong Position (COMPLETE(?)

Zool

Banned User
Joined
Jun 9, 2009
Messages
742
Reaction score
5
Location
Poland/St Wola
I have problem ;/

Its not my first server but its stupid error i think :/

Temple is Wrong Position contact administrator...

I have in Config.lua
PosX posY posZ Town Id

and In data base i change posX Y Z town Id and Same error :|
 
I have problem ;/

Its not my first server but its stupid error i think :/

Temple is Wrong Position contact administrator...

I have in Config.lua
PosX posY posZ Town Id

and In data base i change posX Y Z town Id and Same error :|

Check your aac, it usually fucks up..
Try adding 5 towns with the same positions and it will work.
 
IF none of those work you can go into sqlstudio and chance the account manager to that town id, and change the x, y, and z coordinates. you have to go to form view. that should fix any problems with that =)
 
I remember this problem.. Open the DB file if you are using sqlite go to the manager and put the positions there or TownID, if you use MySQL then just open it in xampp and do the same.
 
I have problem ;/

Its not my first server but its stupid error i think :/

Temple is Wrong Position contact administrator...

I have in Config.lua
PosX posY posZ Town Id

and In data base i change posX Y Z town Id and Same error :|

If you are using a acc page (for example nicaw) you have this code in your config in htdocs:

PHP:
##################################################
#                 Town Config                    #
##################################################
/*
NOTICE
Town IDs must be correct and match those in your map
*/
# Town names
$cfg['temple'][your town id here]['name'] = 'Your town name here';

# Now set which town(s) you want to use in character making
$cfg['temple'][Town ID here]['x'] = 950;
$cfg['temple'][Town ID here]['y'] = 708;
$cfg['temple'][Town ID here]['z'] = 7;
$cfg['temple'][Town ID here]['enabled'] = true;

as you can see you must enter a town ID, open your remeres map editor (or what ever editor your using) and look whats the first town ID of your map.

And if you are using a ingame account manager, follow these steps;

1* Open your ot database
2* Open players
3* Search player "Account Manager"
4* Change the X,Y,Z and town ID

did i help you? dont forget to REP++
 
Back
Top