BlowaXD/ChickenAPI

PACKET : npc_reqPacket

imquarry opened this issue · 0 comments

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)