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

!!!FAST HELP!!! Player x=0 y=0 z=0 Why?

johny5608

johny
Joined
Oct 5, 2008
Messages
120
Reaction score
0
Location
Wien
Hello Otlanders,
I need a fast Answer to my question!
When someone Create a player on my OTS it set him temple to: x=0 y=0 z=0!
And he cannot enter The Server! :(
I have set the Temple Pos to x=1000 y=1000 z=7 At: sorcerer Sample , Druid sample,paladin sample and Knight sample ( Acc Manager too)!
On the server config i set too 1000,1000,7 and nothing changes!
before i had this problem i have maked a Clean Of characters and Accounts ( but i left the Acc accound and sample characters)
wehre is the problem?:blink:
Can someone help me! Please!
 
If you use MySql then go to your database and change the position of the Account Manager,
And check the config.lua,..

PHP:
newPlayerSpawnPosX = 128 -- change it to your start position
	newPlayerSpawnPosY = 103 -- change it to your start position
	newPlayerSpawnPosZ = 7 -- change it to your start position

and when you use website then go to htdocs/accountmanagment.lua , press strg+f and seach for
PHP:
$player->setPosX

PHP:
                                        $player->setPosX(32369);
                                        $player->setPosY(32241);
                                        $player->setPosZ(7);
 
Last edited:
Back
Top Bottom