• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved temple changed

Tyhawks

New Member
Joined
Jan 3, 2015
Messages
37
Reaction score
0
on my server I have created a temple + a house for me ( Admin house ) and when someone creates a char or dies they get sent to the Admin house which I don't want how can I sort this out
Server = Crying damson
 
Check in Config.Lua at the top probably:

-- Account manager
accountManager = false
namelockManager = true
newPlayerChooseVoc = true
newPlayerSpawnPosX = 991
newPlayerSpawnPosY = 1017
newPlayerSpawnPosZ = 2

newPlayerTownId = 1
newPlayerLevel = 20
newPlayerMagicLevel = 1
generateAccountNumber = false

Change those to the temple position.
 
Check if the TownID and Town Temple Position is correct, make a new character and try to die.

Click Ctrl+T in Remeres Map Editor and check if the Temple Position and the ID is right.

1n9Pxgq.jpg
 
I checked that that's the same to :/

Someone please help Im still struggling to do this
 
Last edited by a moderator:
It's gotta be the Town Id or you got some flaw in your server sources, why would you want a temple in the first place? are you creating a character through the Account Manager or do you have an aac homepage because if you use the second you might need to change the config file in your homepage so that new players get the right town id.

What you can do is to create a new character then enter your database and player information find out what town id the new character got, if the ID is the same as your admin temple id thats your problem
 
okay ill have a look

okay I made a new char and died and it says temple position is wrong how can I change this

It's gotta be the Town Id or you got some flaw in your server sources, why would you want a temple in the first place? are you creating a character through the Account Manager or do you have an aac homepage because if you use the second you might need to change the config file in your homepage so that new players get the right town id.

What you can do is to create a new character then enter your database and player information find out what town id the new character got, if the ID is the same as your admin temple id thats your problem

Yes I am using account manager
 
Last edited by a moderator:
Make sure the townid in config.lua is the same as the townid of the town where player should respawn.
The position is where they spawn first time.
 
Back
Top