The Voice Of God
Mylictruan
- Joined
- Sep 25, 2004
- Messages
- 281
- Reaction score
- 0
i made a item dissapear again and i want to know how to get it back on my cursor?what packet do i send?
COTA-GoD said:you need the item id. look at the packet list at the top.
The Voice Of God said:i made a item dissapear again and i want to know how to get it back on my cursor?what packet do i send?
The Voice Of God said:okay but what packet is the right one?
16 Pickup item from ground
Syntax: 16 04 00 00 00 [DWORD item id] [DWORD inv(0) or cursor (1)] (00 00 00 00 picks item to inv, 00 00 00 01 picks item to cursor)
Length: 13
17 Drop item from cursor to ground (item must be on cursor)
Syntax: 17 [DWORD item id]
Length: 5
18 Put item down in buffer
Syntax: 18 [DWORD item id] [DWORD xpos] [DWORD ypos] [DWORD buffer]
Length: 17
19 Pickup item from buffer
Syntax: 19 [DWORD item id]
Length: 5
i assume its 19 but im not sure what buffer my item went into when i made it dissapear.
17 Drop item from cursor to ground (item must be on cursor)
Syntax: 17 [DWORD item id]
Length: 5