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

Account manager problem

Status
Not open for further replies.

Bunna

Z-Team
Joined
May 27, 2008
Messages
131
Reaction score
0
Location
Sweden
Hello, i got some problem with my account manager, My account manager make account and player and such, but it dosen´t make it to any vocation, Non Vocation characters

I was trying to fix this problem by placing the account manager in rook, and then i placed out an Oracle in rook there you could chos voc , but when the character died and was trying to logg in again it says wrong tempel position
the temepl position was 0 , 0, 0

Now i need some help, the only thing i found in config.lua was this
-- use account manager? (yes/no)
accountmanager = "yes"
rookmanager = "no" -- not finished


Iam using an Real Map 8.1 xml/sql
 
Code:
	-- Account manager
	accountManager = true
	namelockManager = true
[B][COLOR="lime"]	newPlayerChooseVoc = true[/COLOR][/B]
	newPlayerSpawnPosX = 1000
	newPlayerSpawnPosY = 1000
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 100
	newPlayerMagicLevel = 5
	generateAccountNumber = false
Check to see if you have newPlayerChooseVoc set to true. as seen above
 
Status
Not open for further replies.
Back
Top