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

Account manager problem 1/1 !

HarrieHakker

New Member
Joined
Aug 27, 2009
Messages
7
Reaction score
0
Hello OT Landers,

I Have make an Account + Character whit 1/1 .
When i have 1 character, and i will make another account than he said wrong account number or password..

How can i fix this problem!

Thank you!

The Server is Demonic 8.54 :rolleyes:
 
got this in your config.lua

LUA:
-- Account manager
accountManager = true
namelockManager = false
newPlayerChooseVoc = true
newPlayerSpawnPosX = 1024
newPlayerSpawnPosY = 1021
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 1
generateAccountNumber = false
 
I have this
accountManager = true
namelockManager = true
newPlayerChooseVoc = true
newPlayerSpawnPosX = 1000
newPlayerSpawnPosY = 1000
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 12
newPlayerMagicLevel = 1
generateAccountNumber = false
 
My encryption type is "plain" I'm using TFS 0.4 If that helps any also... And acc/pass for account manager is 1/1 in my phpMyAdmin but something I noticed is that when you make a new account, if makes the password in sha1 even though I'm using "plain" It also gives it a salt thing... (I don't know what that is :(..)
 
Back
Top