Im currently working on a source for 5325, and for some odd reason the NPCs dont want to spawn. The packets are sending at the correct time etc, so its something with the packet. The current packet i have is this:
Packet Length = 36
ushort 28, offset 0 //also tried ushort of 20
ushort 2030, offset 2
uint UID, offset 4
ushort X, offset 8
ushort Y, offset 10
ushort Type, offset 12
ushort Kind, offset 14
ushort 1, offset 16 //also tried offset of 20
I looked on korvacs wiki, seems that its the same. Cant seem to find any more information. Any help would be greatly appreciated.
Packet Length = 36
ushort 28, offset 0 //also tried ushort of 20
ushort 2030, offset 2
uint UID, offset 4
ushort X, offset 8
ushort Y, offset 10
ushort Type, offset 12
ushort Kind, offset 14
ushort 1, offset 16 //also tried offset of 20
I looked on korvacs wiki, seems that its the same. Cant seem to find any more information. Any help would be greatly appreciated.