abrigandleader.lua 724 B

123456789101112131415161718192021222324252627
  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. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. end
  15. function aggro(NPC, Spawn)
  16. PlayFlavor(NPC, "","You fool, we've already recovered the book you seek! We'll use its secrets to raise our greatest leader.", "", 1689589577, 4560189)
  17. end
  18. function death(NPC, Spawn)
  19. 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)
  20. end