Difference between revisions of "Game Opcodes:Retainer Search End"
From FFXIV Classic Wiki
(→Visual Layout) |
(→Visual Layout) |
||
| Line 35: | Line 35: | ||
! 0x10 | ! 0x10 | ||
| colspan="1" style="background:#8FA6E8" | '''isSuccessful '' | | colspan="1" style="background:#8FA6E8" | '''isSuccessful '' | ||
| − | | 00 00 00 00 00 00 00 | + | | 00 || 00 || 00 || 00 || 00 || 00 || 00 |
|} | |} | ||
[[Category:Unfinished]] | [[Category:Unfinished]] | ||
Revision as of 16:30, 26 March 2018
Ends the market search, either successfully or a failure which results in a message.
- Opcode - 0x1DA
- Source - Server
- Data Size - 18 bytes
- Requirements - 0x1D___ was sent by the client.
Data
| Offset | Data Type | Length | Variable | Description |
|---|---|---|---|---|
| 0x10 | byte | 1 Bytes | isSuccessful | Was this search successful? 0 - Fail, 1- Success. Shows an error message if failure. |
Notes
- No more data can be sent after this packet is sent. The player must start a new search.
Visual Layout
| Packet Data Layout | ||||||||||||||||
| 0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 | 0x8 | 0x9 | 0xA | 0xB | 0xC | 0xD | 0xE | 0xF | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 | 00 |
| 0x10 | 'isSuccessful | 00 | 00 | 00 | 00 | 00 | 00 | 00 | ||||||||