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 : DropPacket - drop #54

Closed GodnessCookie closed 6 years ago

GodnessCookie commented 6 years ago

PacketName

drop

Packet Usage

This packet is sent when you/Mate or NPC/Monster drop an Item.

Packet Header

drop

Packet Content

{ItemVNum} {DropId} {MapX} {MapY} {Amount} {IsQuestitem} {0} {-1}

Few examples

drop 349 100003 49 154 1 0 -1 - Player droping 1 Plexon on position X:49 Y:154 drop 1046 100012 52 157 189 0 0 -1 - Monster droping 189 Gold on position X:52 Y:157 drop 2004 100013 53 155 1 1 0 -1 - Monster droping 1 Seed as a questitem ob position X:53 Y:155