0x21e | PACKET_ZC_LESSEFFECT

Ind

Development Administrator
Staff member
Messages
1,655
Points
113
aegis has a mapflag capable of enforcing /effect, I tried to implement it but I failed to get the packet that is supposed to notify the client about it to do anything.

Code:
// packet 0x21estruct PACKET_ZC_LESSEFFECT {  /* this+0x0 */ short PacketType  /* this+0x2 */ int isLess}
The feature consists of two packets, the one above, and the following (which works)
Code:
// packet 0x21dstruct PACKET_CZ_LESSEFFECT {  /* this+0x0 */ short PacketType  /* this+0x2 */ int isLess}
which receives a notification from the client when the /effect state is toggled (this one works)
 
Back
Top