zonetoqeyelddar.lua 571 B

123456789101112131415161718192021222324
  1. --[[
  2. Script Name : SpawnScripts/WillowWood/zonetoqeyelddar.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.11.04 01:11:52
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC,5718,14,0,1,1)
  10. SetRequiredQuest(NPC,5719,14,0,1,1)
  11. SetRequiredQuest(NPC,5720,14,0,1,1)
  12. SetRequiredQuest(NPC,5721,14,0,1,1)
  13. SetRequiredQuest(NPC,5722,14,0,1,1)
  14. SetRequiredQuest(NPC,5723,14,0,1,1)
  15. end
  16. function hailed(NPC, Spawn)
  17. FaceTarget(NPC, Spawn)
  18. end
  19. function respawn(NPC)
  20. spawn(NPC)
  21. end