Table of Contents

Dragging Of Item (0x23)

Moongate Packet Classes

  • DraggingOfItemPacket (Outgoing, Fixed, length 26) from src/Moongate.Network.Packets/Outgoing/Entity/DraggingOfItemPacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE[1] Cmd
BYTE[2] model #
BYTE[3] unknown1
BYTE[2] stack count
BYTE[4] Source ID
BYTE[2] Source xLoc
BYTE[2] Source yLoc
BYTE[1] Source zLoc
BYTE[4] Target id
BYTE[2] Target xLoc
BYTE[2] Target yLoc
BYTE[1] Target zLoc

Subcommand Build

N/A

Notes

This does not actually move the item, it just displays an animation.