, but here he only handles when using item, is there any way to send packet to live update goldI tried sending the packet just like when I used the item in HB's post but nothing happened
Quote:
Packet update = new Packet(0x704C, true);
update.WriteUInt8((byte)13); //<= This is slot in your inventory. (example 13 = first slot)
update.WriteUInt8(0xED);
update.WriteUInt8(0xC6);//
m_RemoteSecurity.Send(update);
Send(false);
Quote:
[S -> C][B04C]
02 ................ //Result (1 = Success | 2 = Fail)
92 18 ................ //ErrorCode






