You are on page 1of 1

// data types for Packets.

ini
// adriahu
b = byte
d = dword (4 bytes)
w = word (2 bytes)
h = hex dword (4 bytes)
f = float (4 bytes)
s = unicode string (wide string)
i = item (4 bytes)
g = item (2 bytes)
-(n) = ignore n bytes
//new by adriahu
p = expacket (2 bytes)
a = skill (4 bytes)
n = NPC (4 bytes)
//extended types
//dynamic length packets
x = word * sequence in [] // x(SlotCount)[h(SlotID)d(SlotValue)]
z = dword * sequence in [] // z(SlotCount)[h(SlotID)d(SlotValue)]

You might also like