what is the packet of grabing an item?
and also using this item after grabing it
and also using this item after grabing it
NOTE: i didn't test itQuote:
Packet packet = new Packet(0x704C,true);
packet.WriteInt8(0x0D); // first slot in your inventory
packet.WriteInt8(0xEC); // 4 bytes itemtype
packet.WriteInt8(0x29);
Agent.Send(packet);