[World] 0x1c09 - Spawn Multiple NPCs

This packet will spawn multiple NPCs onto the users screen.

BYTE NPC Count
:FOREACH NPC Count
  WORD Entity ID - unique ID given to each entity on the map
  WORD NPC ID - given so that the client knows how to render the NPC
  DWORD NPC Y
  DWORD NPC X
  BYTE Rotation (Degrees / 2)
  BYTE InfoType (0x00 = Buff Array, 0x01 = Warp Location)
  CHAR[0x28] Info
:ENDFOR
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License