• 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

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
When i create a character i have to put accnumber but i want it Mix num+words not only numbers
how to fix that?
 
LUA:
	-- Account manager
	accountManager = true
	namelockManager = false
	newPlayerChooseVoc = true
	generateAccountNumber = true
save before, not the problems ...
if the problem continues post your config.lua
 
-- Account Manager
accountManager = "yes"
newPlayerChooseVoc = "yes"
newPlayerSpawnPosX = 1000
newPlayerSpawnPosY = 1000
newPlayerSpawnPosZ = 6
newPlayerTownId = 1
newPlayerLevel = 10
newPlayerMagicLevel = 1
generateAccountNumber = "no"

that what i have,what to change?
 
Back
Top