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 : npc_reqPacket #73

Closed imquarry closed 6 years ago

imquarry commented 6 years ago

PacketName

npc_req

Packet Usage

This packet is sent when we interact with NPC

Packet Header

npc_req

Packet Content

Sent to server: npc_req {Unkown} {NPC_ID} Unkown always is 2

Sent by server: npc_req {Unkown} {NPC_ID} {TypeOfShop} Unkown always is 2 TypeOfShop - it's displayed dialogue with the NPC

Few examples

Sent to server: npc_req 2 9049 npc_req 2 2044

Sent by server: npc_req 2 9049 514 - it's Lilith dialogue npc_req 2 9048 513 - it's Sarakael dialogue npc_req 2 2004 9714 - it's Graham dialogue in NosVille npc_req 2 2056 462 - it's Salim dialogue in NosVille (Family Manager)