-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathopcodes.js
More file actions
18 lines (17 loc) · 802 Bytes
/
opcodes.js
File metadata and controls
18 lines (17 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Developed by: Amin.MasterkinG (https://masterking32.com)
// Github: https://github.com/masterking32/WoW-Server-Relay
// Year: 2024
// Opcodes and packets https://wowdev.wiki/Login_Packet
export const CMD_AUTH_LOGON_CHALLENGE = 0x00;
export const CMD_AUTH_LOGON_PROOF = 0x01;
export const CMD_AUTH_RECONNECT_CHALLENGE = 0x02;
export const CMD_AUTH_RECONNECT_PROOF = 0x03;
export const CMD_SURVEY_RESULT = 0x03;
export const CMD_REALM_LIST = 0x10;
export const CMD_XFER_INITIATE = 0x30;
export const CMD_XFER_DATA = 0x31;
export const CMD_XFER_ACCEPT = 0x32;
export const CMD_XFER_RESUME = 0x33;
export const CMD_XFER_CANCEL = 0x34;
export const RELAY_SERVER_CMD_AUTH = 0x64; // Custom opcode for auth relay server
export const RELAY_SERVER_CMD_WORLD = 0xA32; // Custom opcode for world relay server