You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if PACKETVER >= 20140611
struct PACKET_ZC_GOLDPCCAFE_POINT {
// Note: 2014-04-30 has 1 byte less, but those packets are only functional after 2014-06-11Ragexe
uint16 PacketType;
int8 isActive; //< 1 = yes, 0 = no
int8 mode;
int32 point;
int32 playedTime;
} __attribute__((packed));
DEFINE_PACKET_HEADER(ZC_GOLDPCCAFE_POINT , 0x0a15);
#endif // PACKETVER >= 20140611
The code "0A15 12" already exists in my RECVPACKETS.txt document. Do I need to perform any other operations? And which TXT document should I copy the above - mentioned code into?
Add package support:
The text was updated successfully, but these errors were encountered: