Table of Contents

Update Statics (God Client) (0x3F)

Moongate Packet Classes

  • None yet

Current Moongate Behavior

Moongate does not currently implement this opcode. This page is a placeholder generated from the POL catalog.

Packet Build

Type Field
BYTE[1] Cmd
BYTE[2] Length
BYTE[4] The block number of the statics grid. This can be derived by the following formula: Block_Num = X / 8 * MapHeight + Y / 8 .... MapHeight is equal to the total number of tiles in the Y-axis divided by eight (0x0200 for map0.mul).
BYTE[4] # of static items in grid.
BYTE[4] "Extra" Value in statics index file.

Item Loop:

    • BYTE[2] Item ID
Type Field
BYTE[1] Item's X pos relative to top left corner of grid.
BYTE[1] Item's Y pos relative to top left corner of grid.
BYTE[1] Item's Z pos.
BYTE[2] Item's Hue.

Subcommand Build

N/A

Notes

N/A