raPalooza~ 101 Posted May 23, 2017 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/ Quote Share this post Link to post Share on other sites
0 4144 364 Posted May 23, 2017 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. Quote Share this post Link to post Share on other sites
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