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

Changing Temple Position

Saporaf

New Member
Joined
Nov 29, 2008
Messages
9
Reaction score
0
Hello,

How do I change the temple position. I changed the map on The Forgotten Server Version: 0.2.1 (Mystic Spirit), but when a player dies, he is in wrong temple position. How do I change the default temple settings?

Thanks
//Andrew
 
Hello,

How do I change the temple position. I changed the map on The Forgotten Server Version: 0.2.1 (Mystic Spirit), but when a player dies, he is in wrong temple position. How do I change the default temple settings?

Thanks
//Andrew

Change the pos of "Druid sample, knight sample" etc.. or change the town ID in the config.ini file in ur accountmaker.. think it will work :)
 
I'm just using the ingame account manager, and I changed the position of where he spawns new players.

I don't know where to find "druid sample, and knight sample" and so on.
 
The town ID of your players is offset, run this Query in your database.
PHP:
UPDATE `YOURDATABASENAME`.`players` SET `town_id` = 'YourTownID'

Set your ingame Account Manager in Config.lua to.
PHP:
newPlayerSpawnPosY = 0
newPlayerSpawnPosZ = 0
newPlayerTownId = YourTownID
 
Back
Top