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

Solved Temple Position IS Wrong.

GOD lolsito

New Member
Joined
Aug 16, 2010
Messages
78
Reaction score
1
Hi, Using Gesior 2012 I have this error Temple Position IS Wrong.

Config.Lua:

Code:
	accountManager = false
	namelockManager = true
	newPlayerChooseVoc = true
	newPlayerSpawnPosX = 32787
	newPlayerSpawnPosY = 31276
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 13
	newPlayerLevel = 8
	newPlayerMagicLevel = 0
	generateAccountNumber = false
	generateAccountSalt = false


All OF The samples AND, Account manager have town id 13, and the POSITIONS IN CONFIG.LUA

When a account create a player i need to edit the pos in the database, if not he cant log in.

How i can fix it. Im using this map:
http://otland.net/f50/9-6-realmap-v3-171538/

(V.3)
 
But when position is wrong, forgottenserver automatically teleports player to the temple.
 
Is it set to use the correct town ID when creating a character?

PHP:
$config['site']['newchar_towns'][0] = array(13);
 
Is it set to use the correct town ID when creating a character?

PHP:
$config['site']['newchar_towns'][0] = array(13);

What i need to write on this if i want the newchar town will be 13 ?

- - - Updated - - -

Fixed Thanks, Like.

- - - Updated - - -

Very well thanks.

- - - Updated - - -

If i can i will pay you.

- - - Updated - - -

CLOSE THIS THREAD.
 
Back
Top