BlowaXD / ChickenAPI

OpenSource Nostale Private Server Emulator API, implemented by SaltyEmu
https://blowaxd.github.io/ChickenAPI/
GNU General Public License v3.0
41 stars 7 forks source link

PACKET : GetPacket - get #60

Closed GodnessCookie closed 6 years ago

GodnessCookie commented 6 years ago

PacketName

get

Packet Usage

This packet is sent when picking up a item.

Packet Header

get

Packet Content

{1} {CharacterID} {DropID} {0}

Few examples

get 1 1 100061 0 - picking up a item on the character with CharacterID1 get 1 2 100062 0 - picking up a stack of 10 items on the character with CharacterID2

BlowaXD commented 6 years ago

fixed in #67