KR/2D Client Login/Seed (0xEF)
- Status:
implemented - Direction:
Client - Length:
21 bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0xEF
- Last modified in POL docs:
2008-12-16 10:57:46byPierce
Moongate Packet Classes
LoginSeedPacket(Incoming, Fixed, length21) fromsrc/Moongate.Network.Packets/Incoming/Login/LoginSeedPacket.cs
Current Moongate Behavior
Moongate currently has packet classes for this opcode.
Packet Build
| Type | Field |
|---|---|
BYTE[1] |
cmd |
BYTE[4] |
seed, usually the client local ip |
BYTE[4] |
client major version |
BYTE[4] |
client minor version |
BYTE[4] |
client revision version |
BYTE[4] |
client prototype version |
Subcommand Build
N/A
Notes
Normally older client send a 4 byte seed (local ip).
Newer clients 2.48.0.3+ (KR) and 6.0.5.0+ (2D) are sending
this packet.