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

Make tibia account on mysql

Dard

New Member
Joined
Dec 3, 2014
Messages
11
Reaction score
2
Hey guys,

I got all the data on the webpage, and I want to make an account. I make a simple account using '1' for account name and '1' for password. When I try to login, it says the account name/pass is wrong. What am I doing wrong?! I'm using forgottenserver 1.0 btw.

I tried searching, didnt find any help exactly.

Any help appreciated,
thanks!
 
It might be because the server used encrypted passwords, encrypted with SHA1

Try inserting this password in the sql ...
Code:
a94a8fe5ccb19ba61c4c0873d391e987982fbbd3

... and logging in with test as password.

If that wouldn't work, you can try out the SHA256 one (still test)
Code:
9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08

Ignazio
 
Ah! I used sha1 but didnt realise it was 'test' as password! Nevertheless, it worked, and I love you!

:***
 
Fantastic! Now im having difficulty making a God character.. could you help me on that? I tried changing character ID but it wasnt changing.
 
You shouldn't change the id of the player, I can't remember the group and type levels exactly, but try changing the `type` field in your account to 5 whilst changing your `group_id` for your player to 3.

That might do it, let me know if you get errors in the console.

Ignazio
 
Back
Top