0x3E9 Packet

11/09/2009 00:57 CptSky#1
I work on my source and I try to have the more complete structure of the packets.... I have check for this packet, because the public version is very incomplete for the length:)

Code:
UInt16 -> Length (0x3C)
UInt16 -> Type (0x3E9)
Char[16] -> Account (Plain)
Char[16] -> Name (Plain)
Char[16] -> Passeword (Plain) [TQ is stupid...]
UInt16 -> Look
UInt16 -> Job
UInt32 -> Unknow
I search someone who know what is the last four bytes:)
11/09/2009 03:23 InfamousNoone#2
It's the LoginID you sent in the 41F packet (It'll likely be called Key1 or Key2 in the 41F packet structure, you'll have to figure out which). You really don't need it.
11/09/2009 03:36 CptSky#3
Quote:
Originally Posted by InfamousNoone View Post
It's the LoginID you sent in the 41F packet (It'll likely be called Key1 or Key2 in the 41F packet structure, you'll have to figure out which). You really don't need it.
Ok, Thanks.
11/09/2009 12:58 #*=DarkAngeL=*##4
Quote:
Originally Posted by CptSky View Post
I work on my source and I try to have the more complete structure of the packets.... I have check for this packet, because the public version is very incomplete for the length:)

Code:
UInt16 -> Length (0x3C)
UInt16 -> Type (0x3E9)
Char[16] -> Account (Plain)
Char[16] -> Name (Plain)
Char[16] -> Passeword (Plain) [TQ is stupid...]
UInt16 -> Look
UInt16 -> Job
UInt32 -> Unknow
I search someone who know what is the last four bytes:)
This is really not needed is login thing you send to another package
11/09/2009 13:25 ImmortalYashi#5
Quote:
Originally Posted by #*=DarkAngeL=*# View Post
This is really not needed is login thing you send to another package
Seems hard to take someone's else answer (Hybrid) and post it again huh?
11/09/2009 19:06 unknownone#6
It's an account ID, and like Hybrid said, it's used for the encryption on older servers (before 5018). It's still used now for authentication when you connect to the gameserver. (This is how the server links your account to an ingame character).
11/11/2009 04:33 #*=DarkAngeL=*##7
Quote:
Originally Posted by ImmortalYashi View Post
Seems hard to take someone's else answer (Hybrid) and post it again huh?
I never saw his post >.<