MAAC supports SHA1 passwords only.
You will always get 40 (using sha1) characters long random string, thats how encryption (hash) works. It doesnt matter that password in database will look like '9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684', you will still be able to login using your normal password, in this case 'pass', you are just unable to decrypt it.
Yes,I can login website, but i can't login to tibia cuz wrong password, how change it?
He just told you. Set encryption to sha1 in your config.lua!
find
in config.lua, change it toCode:encryptionType = "plain"
Code:encryptionType = "sha1"
encryptionType = "plain"
encryptionType = "sha1"