Packets

05/07/2017 08:13 A.k.A.#1
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
05/07/2017 08:42 valzzz40#2
i think u can't buy when your not near to NPC.
05/07/2017 09:32 A.k.A.#3
Quote:
Originally Posted by valzzz40 View Post
i think u can't buy when your not near to NPC.
ye i know thats why i get the merchant id depends on coordinates and iam near even i got the npc opend .. ^^