Grab and using packet

09/06/2015 08:02 Athyx#1
what is the packet of grabing an item?
and also using this item after grabing it
09/08/2015 06:02 Equinox,#2
It should be

Quote:
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);
NOTE: i didn't test it
09/10/2015 19:33 B1Q B0SS#3
Quote:
Originally Posted by Equinox, View Post
It should be



NOTE: i didn't test it
wrong
09/10/2015 23:29 LastThief*#4
Quote:
Originally Posted by Equinox, View Post
It should be



NOTE: i didn't test it
704C is item usage it has nothing to do with grabbing.
09/11/2015 02:49 Equinox,#5
Quote:
Originally Posted by B1Q B0SS View Post
wrong
Quote:
Originally Posted by LastThief* View Post
704C is item usage it has nothing to do with grabbing.
Read thread title.
09/11/2015 07:19 Athyx#6
Worked! thanks Equinox
And yes guys i really need 2 packets grabing and using
Now i need only grabing