zonetowindstalkersepulchre.lua 465 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/Antonica/zonetowindstalkersepulchre.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.05.21 01:05:53
  5. Script Purpose : Hide access. Quest required:A Source of Malediction from Sentinel's Fate. Zone in to The False Sepulchre
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC,1,1)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end