aservantofTseralith.lua 443 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : SpawnScripts/The Vault of the Fallen/aservantofTseralith.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.18 05:07:04
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "visual_state", 10844)
  10. end
  11. function death(NPC, Spawn)
  12. PlayFlavor(NPC, "", "Vengeance is eternal.", "", 1689589577, 4560189)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end