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

Creating character

Bassam421

Lockout RPG/PVP Owner
Joined
Nov 8, 2008
Messages
359
Reaction score
7
Location
Sweden , Göteborg
Hello can u please help me guys , when some1 is creating un account at my website their posx and y gets to 0 0 0 ,and i checked Sample characters everything is right ?
 
data / config.lua
Code:
	newPlayerChooseVoc = false
[COLOR="Red"]	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7[/COLOR]
	newPlayerTownId = 1
	newPlayerLevel = 15
	newPlayerMagicLevel = 1
	generateAccountNumber = false
 
@up
he said website? O_o that's the in-game acc maker.

@topic
Do you use Modern ACC or Gesior ACC ?
If you use Modern ACC then:
Go to config.php in you website folder and edit:
PHP:
$startPos['x'] = 10000;
$startPos['y'] = 10000;
$startPos['z'] = 15;
Else if you use Giesor, I have no Idéa because I don't use that "insecure" stuff :D
 
the acc maker reads off of the config file, so you have to edit the lines sublime showed, unless of course you use mordern acc then do as tosse says
 
Back
Top