S>C 0x1A SID_STARTADVEX2

Transport Layer: Transmission Control Protocol (TCP)
Application Layer: Battle.net v1 TCP Messages (SID)
Message Id: 0x1A
Message Name: SID_STARTADVEX2
Direction: Server to Client
Used By:
Starcraft OriginalStarcraft BroodwarDiablo RetailDiablo Shareware
Message Format:
(does not include protocol header)
(UINT32) Status

Remarks

This message is used by Diablo to create a game. It was also used by Starcraft 1.03.

Possible values for Status:

Status Description
0x00000000 Failed
0x00000001 Ok

Note that Status 0x00000000 and 0x00000001 are in reverse of S>C 0x1C SID_STARTADVEX3's Status 0x00000000 and 0x00000001.

More info: https://pastebin.com/WhKsmdnD

/******************************************************/
#define SERVER_STARTGAME3_ACK 0x1aff
typedef struct
{
    t_bnet_header h;
    bn_int        reply;
} PACKED_ATTR() t_server_startgame3_ack;
#define SERVER_STARTGAME3_ACK_NO 0x00000000
#define SERVER_STARTGAME3_ACK_OK 0x00000001
/******************************************************/
🔖diablostarcraftstarcraft-broodwar
| Edited: xboi209

Comments

no one has commented yet.