zonetoqeyepic07p08sneeds.lua 455 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/SouthQeynos/zonetoqeyepic07p08sneeds.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.11.23 01:11:29
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC,5776,1,0,0,1)
  10. SetRequiredQuest(NPC,5776,2,0,0,1)
  11. SetRequiredQuest(NPC,5776,3,0,0,1)
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. end
  16. function respawn(NPC)
  17. spawn(NPC)
  18. end