this is harder learning than the opcodes lol
any i would really like to know how to fix this,
the first thing i have noticed nice sata server 63119
is the following will need changed since the packettype has changed so in miscfunctions.cpp
change to this, adding the version for 63119
Code: Select all
int16 GetItemPacketType(int32 version) {
int16 item_version;
if (version >= 63119)
item_version = 0x56FE;
else if (version >= 60024)
item_version = 0x51FE;