Jump to content
  • 0
Sign in to follow this  
raPalooza~

Overloading clif->charnameack

Question

Was converting some modifications to plugins, and suddenly stopped upon this problem while converting the charnameack(the way mob's info is written);

with clif->charnameack = clif_charnameack_new;

Prints out
[Warning]: WFIFOSET: Attempted to send zero-length packet, most likely 0x8e00 (please report this).

 

even with the same exactly clif function.

still figuring out the plugin system ;]
Hope someone can help me out \o/




 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

This warning mean what you send wrong packet. May be wrong size.

 

Remember what packet_len not works in plugins as is. In plugin need use direct access to packet by interface and get it size.

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.