Ind 945 Posted April 2, 2013 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. // 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)// 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) Quote Share this post Link to post Share on other sites