aNeriusTactician.lua 569 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : SpawnScripts/Nektulos/aNeriusTactician.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.06.20 09:06:40
  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. spawn(NPC)
  15. end
  16. function aggro(NPC, Spawn)
  17. PlayFlavor(NPC, "voiceover/english/optional5/human_nerrius_marauders/ft/human/human_nerrius_marauders_1_aggro_gm_f9b8657.mp3", "I'll send you to the Hold of Prexus", "", 1904067733, 1508799289, Spawn)
  18. end