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!

Multi Client Development

Junior Spellweaver
Joined
Mar 26, 2004
Messages
153
Reaction score
11
Log of LoginServer

use NormalLoginServer & ThailandClient
[LOGIN_IN] GUID(0)
ID(test), PW(test), ProvType(776768224), WebLogin(2), AuthUID(0)
MacAddrs Size() 3
Call Request Login ID(test), PW(test), ProvType(776768224), WebLogin(2), AuthUID(0)
[DI_LOGIN] UpdateIdenty_Thai: User(test) - 9
[DI_LOGIN] UpdateIdenty_Thai: User(test) Identifier 900101

use NormalLoginServer & JapaneseClient
[LOGIN_IN] GUID(0)
ID(test), FullID(test), PW(), ProvType(0), WebLogin(0), AuthUID(0)
MacAddrs Size() 0
[DI_LOGIN] Account Check : DB : Query(select UserID, Password, IsDelete, convert(varchar(23), BirthDay, 20), Sex, VisaIDCard, Confirm18, UserName, Zipcode , Visa_Ref from Ini3_UserLogin where userid = 'test' )
[DI_LOGIN] Account Check Success: User(test)
[F_LOGIN] Account Check : User(test) Pw() DB Pw test
[DI_LOGIN] Account Check Info1 : User(test) - Error 6
[DI_LOGIN] Account Check Info2 : User(test) - Error 6

use & JapaneseClient
[LOGIN_IN] GUID(0)
ID(test), FullID(), PW(test), ProvType(1041), WebLogin(0), AuthUID(0)
MacAddrs Size() 0
Call Request Login ID(test), FullID(), PW(test), ProvType(1041), WebLogin(0), AuthUID(0)
[DI_LOGIN] UpdateIdenty_Thai: User(test) - 9
[DI_LOGIN] UpdateIdenty_Thai: User(test) Identifier 900101
boomboom - Multi Client Development - RaGEZONE Forums

It doesn't advance it from this state.

It doesn't advance it from the server selection.
What problem is ProvType?
If FullID exists, this LoginServer should be able to be used even with the client of Korea and China.
If the above issue is solved...
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Nov 12, 2010
Messages
169
Reaction score
69
wow JP login server o_O
Do you have the other servers ?
 
Newbie Spellweaver
Joined
Nov 27, 2006
Messages
68
Reaction score
12
i dont understand your question. what do you mean ?
Here are the different provinces:
 
Junior Spellweaver
Joined
Aug 28, 2009
Messages
129
Reaction score
0
Updatelist have changed, you still have 599j30_ JP for the updatelist?
 
Newbie Spellweaver
Joined
Jan 31, 2012
Messages
6
Reaction score
0
Hello Guys,
I have a problem with my login server Th.
When I try to edit on the Hexadecimal appears a "%d" and "%s" in place of numbers.
Print:
ragezone - Multi Client Development - RaGEZONE Forums

THX ! ^^
 

Attachments

You must be registered for see attachments list
Deny everything.
Joined
Jun 17, 2005
Messages
488
Reaction score
110
Hello Guys,
I have a problem with my login server Th.
When I try to edit on the Hexadecimal appears a "%d" and "%s" in place of numbers.
Print:
View attachment 120922

THX ! ^^

The %d gets replaced by a decimal integer (hence the D) and the %s gets replaced by a string (hence the S).
Following the original topic, I have a feeling that a disassembler/debugger might be the better tool for whatever you're trying to achieve.
 
Back
Top