zonetoqeyepic12L08sanctum.lua 477 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/SouthQeynos/zonetoqeyepic12L08sanctum.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.12.18 04:12:18
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC,5790,1,0,0,1)
  10. SetRequiredQuest(NPC,5790,2,0,0,1)
  11. SetRequiredQuest(NPC,5790,3,0,0,1)
  12. SetRequiredQuest(NPC,5790,4,0,0,1)
  13. SetRequiredQuest(NPC,5790,5,0,0,1)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end