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

Somehelp with that

3li Xiber

Active Member
Joined
Dec 29, 2014
Messages
395
Reaction score
31
the account manegar hide !!
how can i fix this ?
cZ7MMXb.jpg
 
Last edited:
You want it back?
Do you have account manager enabled in your config?
Is there an account manager player in your players table?
 
yes, i want it back.
and i have account manegar char with acc id : 1
its other error look at password ! and if i changed it dont work
FxKBJhv.jpg


Config :
-- Account manager
accountManager = true
namelockManager = true
newPlayerChooseVoc = true
newPlayerSpawnPosX = 1468
newPlayerSpawnPosY = 1171
newPlayerSpawnPosZ = 6
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 0
generateAccountNumber = false
 
You aren't supposed to change the password, it's hashed.
In your config there's a section in database to choose encryption, if you want the real password to show, put encryption to "plain".
I also asked about your players table, not account.

Also, I would suggest moving to MySQL instead of SQLite.
 
You aren't supposed to change the password, it's hashed.
In your config there's a section in database to choose encryption, if you want the real password to show, put encryption to "plain".
I also asked about your players table, not account.

Also, I would suggest moving to MySQL instead of SQLite.
give me a fixed thread about exchange sqlite to mysql because i see a broken images in threads.
table
8wlQMve.png
 
If you can't get it to work, just reimport your schema and switch over to a new database in your config.
Otherwise, you're doing something wrong.
 
Back
Top