Help, retriving item back from mouse buffer.

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?
 

The Voice Of God

Mylictruan
Joined
Sep 25, 2004
Messages
281
Reaction score
0
but what packet?
theres a xx [item id]
 

The Voice Of God

Mylictruan
Joined
Sep 25, 2004
Messages
281
Reaction score
0
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.
 

COTA-GoD

Member!
Joined
Jun 2, 2003
Messages
3,108
Reaction score
0
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.

think about it.
 

The Voice Of God

Mylictruan
Joined
Sep 25, 2004
Messages
281
Reaction score
0
so what if i made my cube dissapear with items in it. Then i sent 17 to drop cube to ground.

then i goto halls of the dead and open the chest.

would i have items in halls of dead and the cube i made drop from 17 packet?
 

COTA-GoD

Member!
Joined
Jun 2, 2003
Messages
3,108
Reaction score
0
the cube is just a key to the cube buffer, you can go pick up another cube, and you will still have the items in it.
 

NewPosts

New threads

Top