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

Tokiyn

New Member
Joined
Dec 14, 2019
Messages
11
Reaction score
1
Location
United States
Okay so I'm just trying to run an 8.6 on my localhost to test some things but whenever I launch it and try to log into my acc manager it just tells me that my temple pos is wrong, I've checked with config.lua as well as setting the temple pos in RME.

Anyone have any idea whats going on?

My temple pos is x:1078 y: 1017 z:7


and this is my code in config:

-- Account manager
accountManager = true
namelockManager = true
newPlayerChooseVoc = true
newPlayerSpawnPosX = 1078
newPlayerSpawnPosY = 1017
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = false



Thanks,
Tokiyn
 
Back
Top Bottom