Dragging Of Item (0x23)
- Status:
implemented - Direction:
Server - Length:
26 bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x23
- Last modified in POL docs:
2008-10-11 12:57:22byMuadDib
Moongate Packet Classes
DraggingOfItemPacket(Outgoing, Fixed, length26) fromsrc/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.