

Message Id: | 0x05 |
---|---|
Message Name: | MCP_GAMELIST |
Direction: | Server to Client |
Used By: | Diablo II, Diablo II Lord of Destruction |
Format: |
|
Instead of receiving a single response that has a list of all the games, the client will receive this packet once for every game listed by the server. The list ends when the game name is an empty string.
Request ID
is like a cookie. This value will be whatever you sent the server in MCP_GAMELIST.
Index
is the game's index on the server.
Status
is usually a set of flags about the game. If it is 0xFFFFFFFF
, the server may be down.
Flag values (OR them together), if valid:
- Difficulty:
0x0000
: Normal0x1000
: Nightmare0x2000
: Hell
- Type:
0x200000
: Ladder0x100000
: Expansion0x800
: Hardcore