Difference between client and kore byte sequence.

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

Moderator: Moderators

Fasik
Noob
Noob
Posts: 3
Joined: 04 Mar 2017, 08:30
Noob?: Yes

Difference between client and kore byte sequence.

#1 Post by Fasik »

Hi.
Last two days I trying to connect to the private server. And I have problem with connection to map server.
I checked the packets which sent by Kore and by Client and what I see:
Kora:

Code: Select all

00000000  27 5b 18 8e 1e 00 56 57  02 00 f7 69 c3 5e 40 f2   '[....VW ...i.^@.
00000010  69 03 00                                           i..
Client:

Code: Select all

00000000  69 09 18 8e 1e 00 56 57  02 00 6f 88 a4 68 c2 f8   i.....VW ..o..h..
00000010  df 03 00                                           ...
Some definations which I was able find out:

Code: Select all

account_id = 18 8e 1e 00

Code: Select all

char_id = 56 57  02 00

Code: Select all

session_id = f7 69 c3 5e
Questions:
1. In kRO::RagexeRE_2014_10_22b map login packet have header wich start from 093B (3B09 probably), but as you can see, header was transform to 275B. Why It's happened?
2. In kRO::RagexeRE_2014_10_22b after headers we can see something like this: a4 a4 a4 V C. What is it? Where I can read the manual about? a4 a4 a4 probably define a sequence of 4 bytes, but I can't figure out what is V and C. Please explain, if you can.
3. What server supposedly expect from me? I checked other packets which was received before, but I didn't find something helpful.

Great thanks in advance for any help.
Sorry for doublepost if same questions already resolved anywhere in forum.

servers.txt:

Code: Select all

[Fenrir]
ip 178.63.89.206
private 1
port 6900
master_version 51
version 25
charBlockSize 147
serverType kRO_RagexeRE_2014_10_22b
addTableFolders kRO/RagexeRE_2014_10_22b;translated;translated/kRO_english;kRO
serverEncoding Russian
Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Difference between client and kore byte sequence.

#2 Post by Mortimal »

Does crypt keys from peek working?
Please use pin function for uploading your file contents!
Fasik
Noob
Noob
Posts: 3
Joined: 04 Mar 2017, 08:30
Noob?: Yes

Re: Difference between client and kore byte sequence.

#3 Post by Fasik »

Unfortunately PEEK immediately crashes after start.
That is why I trying to understand how it's working.
chrislong93
Human
Human
Posts: 46
Joined: 27 Mar 2014, 16:20
Noob?: No

Re: Difference between client and kore byte sequence.

#4 Post by chrislong93 »

me also have problem using PEEK. It says DLL:Gen Reference location not working. Please help