Packet 0x8C Need more info

Here you can discuss packets, implementation and design, and software related to the packet sniffing and such. This is not the place to post packages for POL, but rather discuss the packet side of them.

Moderator: POL Developer

Post Reply
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Packet 0x8C Need more info

Post by RusseL »

Packet Name: Connect To Game Server
Last Modified: 2008-10-11 09:57:22
Modified By: MuadDib

Packet: 0x8C
Sent By: Server
Size: 11 Bytes

Packet Build
BYTE[1] cmd
BYTE[4] gameServer IP
BYTE[2] gameServer port
BYTE[4] new key

Subcommand Build
N/A

Notes
N/A
what is "new key"?

trying to solve THIS problem. mb that can help me

pol 095 sends new key = FF FF FF FF
pol 099 sends FE FE 00 00
why?
Last edited by RusseL on Mon Dec 13, 2010 7:34 am, edited 1 time in total.
xeon
Forum Regular
Posts: 338
Joined: Fri Oct 31, 2008 3:18 am
Location: Italy

Re: Packet 0x8C Need more info

Post by xeon »

If I remember correctly, it is for the fastwalk prevention system.
Turley
POL Developer
Posts: 670
Joined: Sun Feb 05, 2006 4:45 am

Re: Packet 0x8C Need more info

Post by Turley »

This is no bug, pol99 uses the seedkey to inform the gameserver which clienttype connects. (needed for newer clients)
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Packet 0x8C Need more info

Post by RusseL »

can i disable this option?

i don't know why uoassist isn't work...that's a big problem...
Turley
POL Developer
Posts: 670
Joined: Sun Feb 05, 2006 4:45 am

Re: Packet 0x8C Need more info

Post by Turley »

The seed key cannot be the problem its usually a random value, but most emulators just set it to a fixed value.
You can try it yourself by hooking the pkt and change it
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Packet 0x8C Need more info

Post by Tomi »

On OSI they usually send the client IP as the key with this packet

and the client responses using the same key in packet

Code: Select all

Packet Name: Game Server Login
 Last Modified: 2009-03-02 05:09:49
 Modified By: Turley
 


Packet: 0x91
 Sent By: Client
 Size: 65 Bytes
 


Packet Build
 BYTE[1] cmd
 BYTE[4] key used
 BYTE[30] sid
 BYTE[30] password
 


Subcommand Build
 N/A
 

Notes
 N/A
Most of the emulators send it as FF FF FF FF
Pol uses it to recognize client type ( KR, SA ..... )
This key is and have always been there and it doesnt matter what values you send in it, so it can not be the problem you have
Post Reply