Quote:
Originally Posted by duykhattcp
how to use this ??
|
Edit in your filter's source. Put it to the Server Side Packet (Server -> Client)
Code:
Packet repair = new Packet(0x704C, true);
repair.WriteUInt8((byte)slot); <= This is slot in your inventory. (example 13 = first slot)
repair.WriteUInt16(0x3EEC); <= This is repair hammer "Cash type" (0x3EEC = Normal Item. 0x3EED = Item Mall - Cash item)
m_RemoteSecurity.Send(repair);
Send(false);