Jump to content
Sign in to follow this  
Ind

0x21e | PACKET_ZC_LESSEFFECT

Recommended Posts

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)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.