Connection Settings towards Private Server

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
Genryu
Noob
Noob
Posts: 4
Joined: 22 May 2010, 06:20
Noob?: No

Connection Settings towards Private Server

#1 Post by Genryu »

Hey there guys of the forum,
I'm here to ask for help on a private servers connection.

Below is the attached packet i obtained from wpe.
I have failed to find neither 64 00 or 02 B0 inside these, so am not sure which is the server version and which is the master version.

Code: Select all

1  xx.xx.xx.xx:12905  xx.xx.xx.xx:14319  118  Send  
0000  04 02 67 50 4E C3 90 C4 C6 2F ED F0 D7 F8 F5 C3    ..gPN..../......
0010  3C 01 25 08 64 00 37 00 00 00 0E 74 65 73 74 41    <.%.d.7....testA
0020  63 63 00 00 00 00 00 00 00 00 D0 69 90 18 DC 69    cc.........i...i
0030  90 18 D8 69 90 18 30 6A 90 18 54 6B 90 18 60 6B    ...i..0j..Tk..`k
0040  90 18 5C 6B 90 18 B4 6B 90 18 44 6E 90 18 30 30    ..\k...k..Dn..00
0050  2D 30 39 2D 30 46 2D 46 45 2D 30 30 2D 30 31 31    -09-0F-FE-00-011
0060  39 32 2E 31 36 38 2E 31 2E 38 30 00 E2 00 74 65    92.168.1.80...te
0070  73 74 50 61 73 73                                  stPass
If it helps, I can also include a recvpacket.txt

Please do guide me through this a bit...

Thank you!

User avatar
alisonrag
Developers
Developers
Posts: 34
Joined: 30 Jun 2011, 12:25
Noob?: No
Location: Brazil

Re: Connection Settings towards Private Server

#2 Post by alisonrag »

Code: Select all

64 00 37 00 00 00 0E 74 65 73 74 41             <.%.d.7....testA
63 63 00 00 00 00 00 00 00 00 D0 69 90 18 DC 69    cc.........i...i
90 18 D8 69 90 18 30 6A 90 18 54 6B 90 18 60 6B    ...i..0j..Tk..`k
90 18 5C 6B 90 18 B4 6B 90 18 44 6E 90 18 30 30    ..\k...k..Dn..00
2D 30 39 2D 30 46 2D 46 45 2D 30 30 2D 30 31 31    -09-0F-FE-00-011
39 32 2E 31 36 38 2E 31 2E 38 30 00 E2 00 74 65    92.168.1.80...te
73 74 50 61 73 73                                                 stPass
"ignorance is a blessing"

Genryu
Noob
Noob
Posts: 4
Joined: 22 May 2010, 06:20
Noob?: No

Re: Connection Settings towards Private Server

#3 Post by Genryu »

Oh... i must be blind...
Can i also ask anything before that is considered as ClientHash?

Also i converted Version 37 00 00 00 HEX => 55 DEC
and converted master_Version of 73 HEX => 115 DEC

another question is can i determine what ServerType from this packet? is it possible? or maybe also from recvpacket.txt?
Last edited by Genryu on 12 Aug 2021, 01:05, edited 1 time in total.

User avatar
alisonrag
Developers
Developers
Posts: 34
Joined: 30 Jun 2011, 12:25
Noob?: No
Location: Brazil

Re: Connection Settings towards Private Server

#4 Post by alisonrag »

Genryu wrote:
12 Aug 2021, 00:53
Oh... i must be blind...
Can i also ask anything before that is considered as ClientHash?

Also i converted Version 37 00 00 00 HEX => 55 DEC
and converted master_Version of 73 HEX => 115 DEC

another question is can i determine what ServerType from this packet? is it possible? or maybe also from recvpacket.txt?
yep, 0204 is client hash packet
just add to servers.txt:

Code: Select all

clientHash 67504EC390C4C62FEDF0D7F8F5C33C012508
just using this packet nope, if u can use peek: https://gitlab.com/4144/peek/-/tree/master/ you can get the date if not u can try to guess based on client features
"ignorance is a blessing"

Genryu
Noob
Noob
Posts: 4
Joined: 22 May 2010, 06:20
Noob?: No

Re: Connection Settings towards Private Server

#5 Post by Genryu »

I tried using PEEK initially, but it does not allow me to peek with some errors...
Btw, dont mind me asking how did you get that clientHash? how did you convert it to that string?

Also i am able to get past the character login screen but not into the map server...
Image

There also seems to be a little bit of problems of getting the character information... Currently on charblocksize 155
Also i did the latest pull of openkore from github

Genryu
Noob
Noob
Posts: 4
Joined: 22 May 2010, 06:20
Noob?: No

Re: Connection Settings towards Private Server

#6 Post by Genryu »

I guess this server is not bottable as i cant PEEK into the exe to grab what i need?

Post Reply