Why packet header sent by Openkore is different from cilent?

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

forbbs
Human
Human
Posts: 30
Joined: 26 Jul 2011, 21:03
Noob?: Yes

Why packet header sent by Openkore is different from cilent?

#1 Post by forbbs »

I'm in a private server,Openkore works fine.I noticed the header of pakcet send to server by openkore is different from real client.For example:the "sync" packet,openkore send "035F" to server,but real client exe send "3366" to server.They all works.
If I changed openkore source to send " 3366" sync packet header instead,it will cause server disconnecting.
Can someone explain it for me?Thank you very much.
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: Why packet header sent by Openkore is different from cilent?

#2 Post by 4epT »

"3366" - is encrypted packet. Are you sure that the client sends it?
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
forbbs
Human
Human
Posts: 30
Joined: 26 Jul 2011, 21:03
Noob?: Yes

Re: Why packet header sent by Openkore is different from cilent?

#3 Post by forbbs »

Seems all packet data sent by kore except header is same as client.

here is the SocketSniff capture 'sync' log:
openkore:
Send: Return Code: 0x00000000
00000000 5F 03 9F 6D B8 00 _..m..


Return Code: 0x00000000
00000000 7F 00 C0 05 F3 EA .....
real client:
Send: Return Code: 0x00000000
00000000 66 33 FA 60 02 00 f3.`..


Receive: Return Code: 0x00000000
00000000 7F 00 8B 87 ED EA .....
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: Why packet header sent by Openkore is different from cilent?

#4 Post by 4epT »

bot does not work on your server?
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
forbbs
Human
Human
Posts: 30
Joined: 26 Jul 2011, 21:03
Noob?: Yes

Re: Why packet header sent by Openkore is different from cilent?

#5 Post by forbbs »

It does work,just I wonder why