abrigandleader.lua 789 B

12345678910111213141516171819202122232425262728
  1. --[[
  2. Script Name : SpawnScripts/Antonica/abrigandleader.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.05.23 08:05:23
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. NPCModule(NPC, Spawn)
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end
  17. function aggro(NPC, Spawn)
  18. PlayFlavor(NPC, "","You fool, we've already recovered the book you seek! We'll use its secrets to raise our greatest leader.", "", 1689589577, 4560189)
  19. end
  20. function death(NPC, Spawn)
  21. PlayFlavor(NPC, "voiceover/english/optional3/human_base_1/ft/human/human_base_1_1_aggro_gf_583690dc.mp3", "Summon help! We have invaders!", "", 1598905349, 2204481929)
  22. end