Difference between revisions of "Game Opcodes:Bind BG MapObj to Actor"
From FFXIV Classic Wiki
(→Notes) |
(→Visual Layout) |
||
Line 35: | Line 35: | ||
| colspan="4" style="background:#8FA6E8" | '''objectID ''' | | colspan="4" style="background:#8FA6E8" | '''objectID ''' | ||
| colspan="4" style="background:#8FA6E8" | '''layoutID ''' | | colspan="4" style="background:#8FA6E8" | '''layoutID ''' | ||
− | |||
|} | |} | ||
[[Category:Unfinished]] | [[Category:Unfinished]] |
Revision as of 16:09, 30 July 2018
Binds this actor to a BGObject in the loaded map.
- Opcode - 0x0D8
- Source - Server
- Data Size - 8 bytes
- Requirements - None
Data
Offset | Data Type | Length | Variable | Description |
---|---|---|---|---|
0x00 | uint32 | 4 Bytes | objectID | The id of the object within the map file. |
0x04 | uint32 | 4 Bytes | layoutID | The id of the current map. |
Notes
This must be sent before BGObject animations may be played. Layout IDs are in the RegionLayout File, while object IDs have to be manually searched for in the map file.
Visual Layout
Packet Data layout | ||||||||||||||||
0x0 | 0x1 | 0x2 | 0x3 | 0x4 | 0x5 | 0x6 | 0x7 | 0x8 | 0x9 | 0xA | 0xB | 0xC | 0xD | 0xE | 0xF | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x00 | objectID | layoutID |