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

Windows Can't login - invalid account [UniServer, Avesta 0.6.1 & Modern AAC]

Magiciano

New Member
Joined
Aug 26, 2007
Messages
44
Reaction score
2
Hello,

When I make an account on my Modern AAC page it goes well, so I create a character - no problem either. But then I try to login via the client and it says "Please enter a valid account number and password".
Checked my mysql tables and the account is indeed created.
Using Uniserver, Avesta 0.6.1 & Modern AAC.

Error message in console:
2poocww.png


Any fix?
Rep+ for the solver =]
 
Last edited:
go to ur config.lua , look for

PHP:
encryptionType = "plain"
and change for

PHP:
encryptionType = "shal"

then create acc again
 
On default Modern AAC does not support avesta. In order to make it work properly, you need to add extra colums to your database.

Add the column premend

Correct. Add column premend, if error still occurs, take a look at the error again to see the next necessary column.
 
Back
Top