I'm trying to bypass the "Cannot find [charname]" while sending a private message, and I've found that 0xB025 packet sent from the client somehow is the packet that allow the message to look like it is sent. However, when i push the packet to the client it shows all chat message, and sometimes it succeed..
Push code:
Packet packet = new Packet(0xB025);
packet.WriteUInt8(0x01);
packet.WriteUInt8(0x02); ---
problem in this two lines
packet.WriteUInt8(0x00); ---
Any hints would be really appreciated
Best,







