zonetoqeyharbor.lua 546 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : SpawnScripts/Castleview/zonetoqeyharbor.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.11.04 01:11:12
  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. end
  18. function respawn(NPC)
  19. spawn(NPC)
  20. end