Character Transfer Log (0xDB)
- Status:
placeholder - Direction:
Server - Length:
variable - POL reference: https://docs.polserver.com/packets/index.php?Packet=0xDB
- Last modified in POL docs:
2008-10-11 12:57:22byMuadDib
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 of packet |
BYTE[4] |
Unknown, always 000000BB in my testing. |
BYTE[?] |
Length - 7 of packet |
BYTE[4] |
Transfer ID |
BYTE[4] |
Unknown, all zeros |
BYTE[4] |
Unknown, all zeros |
For each item in transfer log, this loop is performed:
| Type | Field |
|---|---|
BYTE[4] |
Item's Serial |
BYTE[4] |
Size of next loop (Big Endian) |
BYTE[4] |
The cliloc of the item's name or property. If zero, defaults to 'Transfer Crate.' |
BYTE[1] |
Length of Cliloc Addon Text |
BYTE[?] |
Text to affix/insert into the cliloc |
BYTE[2] |
0009 - Ends the loop for cliloc addon text and item |
Subcommand Build
N/A
Notes
When a character transfer is confirmed, the server sends this to create a log of all the items being included in the transfer.
This log is saved to translog.txt.
Item properties are also included in this packet.