iam intrested in 2 packets i wanna know how to get them to work
first one is use item like meds/mana etc i know that this packet should work with IID and not index so i need to receive Player investory but when i do so i only get 1 item only first item probably so i i think i must loop through this packet receive i think how can i get the length or how many items are in investory? and how to get them from the only 1 packet sent from the server?
my 2nd question
how do i send a buy packet iam trying something like this
SendPacket(0x78,"dbbww",NPCID,115,1,INDEX,AMOUNT);
but this doesnt seem to work






