• 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 position is wrong...

8683984

New Member
Joined
Jun 5, 2009
Messages
95
Reaction score
2
Location
Sweden
Temple position wrong, contact the administrator.


It's a forgotten server.

Why can't i log in on my account manager? :S
 
Rmre = Ctrl+t and just edit temple pos
Config.lua =
These lines
Code:
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
Database = Change all positions of samples (Players > Druid Sample, Sorcerer Sample...)
 
if you are able to log on the server as a gamemeaster you can see the positions with the caracter, look on the floor and it should look something like this
ItemID: [920].
Position: [X: 1025] [Y: 1002] [Z: 4].

But with your positions...

rep if it helped.
 
Wrong temple position.contact with administator any one can help me please i need anyhelp i wait any reply plx add image with ur replay
 
do goto config.lua and look for this-- Account manager
accountManager = true
namelockManager = true
newPlayerChooseVoc = true <<< right here say true and you will be able to pick your own vocation
newPlayerSpawnPosX = 160
newPlayerSpawnPosY = 54
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = false
 
I got the same problem as the other´s in this thread , It say temple position is wrong bla bla bla . I have been trying to do as you have told but Im not getting it started .

I have made a map on my own and I have added a house and I know the temple position etc, but I still got that error.

This is how it looks like .




-- The Forgotten Server Config

-- Account manager
accountManager = true
namelockManager = true
newPlayerChooseVoc = false
newPlayerSpawnPosX = 1000 <-- thats the sqm in temple the player should spawn on I guess.
newPlayerSpawnPosY = 1000 <-- thats the sqm in temple the player should spawn on I guess.
newPlayerSpawnPosZ = 7 <-- those are right.-.-
newPlayerTownId = 1 <--- my temple´s id is 1.
newPlayerLevel = 10
newPlayerMagicLevel = 0
generateAccountNumber = false
 
-- Account manager
accountManager = "yes"
namelockManager = "yes"
newPlayerChooseVoc = "no"
newPlayerSpawnPosX = 32369
newPlayerSpawnPosY = 32241
newPlayerSpawnPosZ = 7
newPlayerTownId = 5
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = "no"

You notice the newPlayerChooseVoc = "no"

change "no" to "yes"
 
Just go to ur Phpadmin or ur Sqlite or anything where u can configure ur characters.
Then search up Account Manager, and change the X Y Z of that character.
 
-- Account manager
accountManager = "yes"
namelockManager = "yes"
newPlayerChooseVoc = "no"
newPlayerSpawnPosX = 32369
newPlayerSpawnPosY = 32241
newPlayerSpawnPosZ = 7
newPlayerTownId = 5
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = "no"

You notice the newPlayerChooseVoc = "no"

change "no" to "yes"
Bumping thread from 2010 in 2012

10/10 good job!
Notes taken and will attempt my self some day
 
Back
Top