-
Notifications
You must be signed in to change notification settings - Fork 42
Gateway packets
DummkopfOfHachtenduden edited this page Mar 23, 2019
·
8 revisions
Packets used when communicating with GatewayServer
Opcode | Direction | Name |
---|---|---|
0x6100 | C → S | CLIENT_GATEWAY_PATCH_REQUEST (Encrypted) |
0xA100 | S → C | SERVER_GATEWAY_PATCH_RESPONSE (Massive) |
Opcode | Direction | Name |
---|---|---|
0x6104 | C → S | CLIENT_GATEWAY_NOTICE_REQUEST |
0xA104 | S → C | SERVER_GATEWAY_NOTICE_RESPONSE |
Opcode | Direction | Name |
---|---|---|
0x6101 | C → S | CLIENT_GATEWAY_SHARD_LIST_REQUEST (Encrypted, Empty) |
0xA101 | S → C | SERVER_GATEWAY_SHARD_LIST_RESPONSE |
0x6106 | C → S | CLIENT_GATEWAY_SHARD_LIST_PING_REQUEST |
0xA106 | S → C | SERVER_GATEWAY_SHARD_LIST_PING_RESPONSE |
Opcode | Direction | Name |
---|---|---|
0x6102 | C → S | CLIENT_GATEWAY_LOGIN_REQUEST (Encrypted, Empty) |
0x2322 | S → C | SERVER_GATEWAY_LOGIN_IBUV_CHALLENGE |
0x6323 | C → S | CLIENT_GATEWAY_LOGIN_IBUV_CONFIRM_REQUEST |
0xA323 | S → C | SERVER_GATEWAY_LOGIN_IBUV_CONFIRM_RESPONSE |
0xA102 | S → C | SERVER_GATEWAY_LOGIN_RESPONSE |
IBUV stands for "Image Based User Verification"