Game Opcodes:Item Search Result
From FFXIV Classic Wiki
Contains a series of item catalog IDs that pertain to the requested search, and the quantity of them on the market.
- Opcode - 0x1D8
- Source - Server
- Data Size - 2560 bytes
- Requirements - 0x1D___ was sent by the client.
Data
| Offset | Data Type | Length | Variable | Description |
|---|---|---|---|---|
| 0x000 | uint32 | 4 Bytes | count | The number of items in this packet. |
| 0x004 | uint32[64] | 256 Bytes | catalogIDs | A series of catalog IDs of the items that this search pertains to. |
| 0x114 | uint32[64] | 256 Bytes | quantity | The amount of sales available for each item. |
Notes
- The Item Search Start and Item Search End packets must be sent before and after this one.
- Multiple packets may be sent for results > 64 items.
Visual Layout
| Game Opcode layout | ||||||||||||||||
| 0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 | 0x8 | 0x9 | 0xA | 0xB | 0xC | 0xD | 0xE | 0xF | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x00 | count | |||||||||||||||
| 0x10 | catalogIDs | |||||||||||||||
| 0x20 | ||||||||||||||||
| 0x30 | ||||||||||||||||
| 0x40 | ||||||||||||||||
| 0x50 | ||||||||||||||||
| 0x60 | ||||||||||||||||
| 0x70 | ||||||||||||||||
| 0x80 | ||||||||||||||||
| 0x90 | ||||||||||||||||
| 0x100 | ||||||||||||||||
| 0x110 | ||||||||||||||||
| 0x120 | quantities | |||||||||||||||
| 0x130 | ||||||||||||||||
| 0x140 | ||||||||||||||||
| 0x150 | ||||||||||||||||
| 0x160 | ||||||||||||||||
| 0x170 | ||||||||||||||||
| 0x180 | ||||||||||||||||
| 0x190 | ||||||||||||||||
| 0x1A0 | ||||||||||||||||
| 0x1B0 | ||||||||||||||||
| 0x1C0 | ||||||||||||||||