PartisanKeladerouo.lua 624 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/NorthQeynos/PartisanKeladerouo.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.04.23 03:04:26
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. PlayFlavor(NPC, "voiceover/english/partisan_keladerouo/qey_north/100_soc_erudite_celestial_officer_keladerouo_no_8790bd00.mp3", "Welcome to the sanctuary of the Temple of Life. Always let your inner strength burn brightly against the forces of evil.", "", 1948315472, 2791883503, Spawn, 0)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end