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

Spawns

Daaslund

New Member
Joined
Dec 13, 2010
Messages
41
Reaction score
1
I need help with my ot spawns on my ot server. When you create a character i whant you to spawn i one place after that i whant you to spawn in dp how do i do that?

thanks :)
 
If you're using Account Manager, edit config.lua. :p
If you're using Gesior AAC, edit posx, posy, posz of character Samples. :p
 
Go To : Uniform Server > WWW > Config.PhP

Find This And Edit :

PHP:
/*Positions to start when creating character*/
$startPos['x'] = 1000;
$startPos['y'] = 1000;
$startPos['z'] = 7;
 
Back
Top