Difference between revisions of "Game Opcodes"
From FFXIV Classic Wiki
(→Zone Channel) |
|||
Line 2: | Line 2: | ||
This is a list of all the various opcodes that FFXIV 1.23b uses. Empty names are unknown packets. Packets labeled `DEPRECATED` mean the code they responded to was probably macroed out in the retail build, and the client doesn't do anything when one is sent. | This is a list of all the various opcodes that FFXIV 1.23b uses. Empty names are unknown packets. Packets labeled `DEPRECATED` mean the code they responded to was probably macroed out in the retail build, and the client doesn't do anything when one is sent. | ||
+ | |||
+ | == Packet Types == | ||
+ | |||
+ | <div style="float:left; margin-right: 10px;"> | ||
+ | {| class="wikitable sortable" width="450" | ||
+ | !colspan="6"|Server -> Client | ||
+ | |- | ||
+ | ! width="50px" style="text-align: center; font-size: 14px;" | Opcode | ||
+ | ! width="400px" style="text-align: center; font-size: 14px;" | Packet Name | ||
+ | |- | ||
+ | | 0x02 || | ||
+ | |- | ||
+ | | 0x07 || | ||
+ | |} | ||
+ | </div> | ||
+ | <div style="float:left;"> | ||
+ | {| class="wikitable sortable" width="450" | ||
+ | !colspan="6"|Client -> Server | ||
+ | |- | ||
+ | ! width="50px" style="text-align: center; font-size: 14px;" | Opcode | ||
+ | ! width="400px" style="text-align: center; font-size: 14px;" | Packet Name | ||
+ | |- | ||
+ | | 0x08 || [[GameOpcode:Tell Message (Client)|Tell Message]] | ||
+ | |} | ||
+ | </div> | ||
+ | <div style="clear:both"></div> | ||
== Lobby Channel == | == Lobby Channel == |
Revision as of 14:19, 30 June 2019
This is a list of all the various opcodes that FFXIV 1.23b uses. Empty names are unknown packets. Packets labeled `DEPRECATED` mean the code they responded to was probably macroed out in the retail build, and the client doesn't do anything when one is sent.
Packet Types
Server -> Client | |||||
---|---|---|---|---|---|
Opcode | Packet Name | ||||
0x02 | |||||
0x07 |
Client -> Server | |||||
---|---|---|---|---|---|
Opcode | Packet Name | ||||
0x08 | Tell Message |
Lobby Channel
Server -> Client | |||||
---|---|---|---|---|---|
Opcode | Packet Name | ||||
0x001 | |||||
0x002 | Error | ||||
0x00C | Account List | ||||
0x00D | Character List | ||||
0x00E | Modify Character Reply | ||||
0x00F | Select Character Reply | ||||
0x010 | |||||
0x015 | World List | ||||
0x016 | Import Name List | ||||
0x017 | Retainer List | ||||
0x1F4 | |||||
0x1F5 |
Client -> Server | |||||
---|---|---|---|---|---|
Opcode | Packet Name | ||||
0x003 | Get Characters | ||||
0x004 | Select Character | ||||
0x005 | Get Accounts | ||||
0x00B | Modify Character | ||||
0x00F | Finish Mod Retainers |
Chat Channel
Server -> Client | |||||
---|---|---|---|---|---|
Opcode | Packet Name | ||||
0x0C8 | Tell Message | ||||
0x0C9 | Group Message | ||||
0x0CA | Tell Message Error | ||||
0x0CB | Generic Log Message |
Client -> Server | |||||
---|---|---|---|---|---|
Opcode | Packet Name | ||||
0x0C8 | Tell Message | ||||
0x0C9 | Group Message |