Overloading clif->charnameack

raPalooza~

New member
Messages
76
Points
0
Age
36
Location
Innovation
Emulator
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/




 

 
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.

 
Back
Top