Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.14 KB | None | 0 0
  1. ;~ Description: Add a henchman to the party.
  2. Func AddNpc($aNpcId)
  3.     Return SendPacket(0x8, $HEADER_HENCHMAN_ADD, $aNpcId)
  4. EndFunc   ;==>AddNpc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement