• 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 pos..

vejsa

Banned User
Joined
Nov 3, 2007
Messages
434
Reaction score
0
Hey every one.. Im having this problem.. when I or some one else create a char on my server they will get "Temple position is wrong, contact admin~" I have fixed the samples town id and that.. also in mapeditor town id 1.. So what can be the problem here? :s
 
1,edit this in config.lua
LUA:
        newPlayerSpawnPosX = 1000
        newPlayerSpawnPosY = 999
        newPlayerSpawnPosZ = 7
        newPlayerTownId = 1

2,change the pos in map editor
3, change of the sampels in your database
 
1,edit this in config.lua
LUA:
        newPlayerSpawnPosX = 1000
        newPlayerSpawnPosY = 999
        newPlayerSpawnPosZ = 7
        newPlayerTownId = 1

2,change the pos in map editor
3, change of the sampels in your database

1. It doesn't matter if he's using AAC.
2. He already did it, read and understand.
3. New chars town doesn't depend on samples town, default is 5 in accountmanagament.php
 
Hmm, seems like it was fixed in newest version, anyway try changing:
Code:
$player->setTownId($newchar_town);

to:
Code:
$player->setTownId(1);

or switch to Modern AAC (i guess u're using Gesior).
 
fix map town 1
and fix sampels with correct location!

Translated for non swedish people :P

Open up your map and set the right town at town id:1
Fix the sample's of the characters in the database with the same location as the town you whant them to start in.
 
Back
Top