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

Position after death

lewy1000

New Member
Joined
May 24, 2010
Messages
29
Reaction score
0
Hey, i have got a problem...


After deaths character x,y,z = 0,0,0

why ? i try change Town_id
 
Open config.lua and edit it

PHP:
-- The Forgotten Server Config

	-- Account manager
	accountManager = true
	namelockManager = true
	newPlayerChooseVoc = false
	newPlayerSpawnPosX = 95   --> Set it up as you want
	newPlayerSpawnPosY = 117 --> Set it up as you want
	newPlayerSpawnPosZ = 7 --> Set it up as you want
	newPlayerTownId = 1 --> Set it up as you want
 
Back
Top