Table of Contents

KR/2D Client Login/Seed (0xEF)

Moongate Packet Classes

  • LoginSeedPacket (Incoming, Fixed, length 21) from src/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.