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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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