Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

DBO tw source can't login

Initiate Mage
Joined
Mar 18, 2018
Messages
4
Reaction score
0
hi guys , im start to try to use source dbo tw , but , i have this problem , if someone can help me , i really aprecciate this .thanks ![URL="http://
vexus - DBO tw source can't login - RaGEZONE Forums
[/URL]
 
Newbie Spellweaver
Joined
Aug 16, 2017
Messages
84
Reaction score
34
When you have a problem like that, explain in detail the problem, what did you do, how did you do it. So you will get more answers from people who help you, because if you do not explain anything, nobody will be able to help you.
 
Initiate Mage
Joined
Mar 18, 2018
Messages
4
Reaction score
0
i config all and create the user in mysql , but i have the problem , the password its wrong



i use this source
 
Joined
Apr 3, 2013
Messages
534
Reaction score
108
Add some log or give us the log if one exist, cause after checking the code everything seem ok.
Maybe your config is wrong, can you post all config file / log file ?

Also on file AuthClient.cs line 53 add the following and give us the result:

+ SysCons.LogInfo("account: ({0}) password: ({1)), iPkt.UserID, iPkt.UserPW);

Maybe your game sent crypted data.
 
Initiate Mage
Joined
Mar 18, 2018
Messages
4
Reaction score
0
i start to use other source , and its better than this
 
Initiate Mage
Joined
Jan 1, 2019
Messages
2
Reaction score
1
i'm late but you must store your password in md5 or delete the md5() from the stored procedure.


vexus - DBO tw source can't login - RaGEZONE Forums
 
Back
Top