TheForgotten.lua 464 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/Freeport/TheForgotten.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.07.22 06:07:28
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetMount(NPC, 15739)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. PlayFlavor(NPC, "", "I have been waiting for one such as you.", "", 1689589577, 4560189, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end