zonetoantonicaepic02firemyst0.lua 383 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/Antonica/zonetoantonicaepic02firemyst0.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.09.18 12:09:02
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC,5814,1,0,0,1) --FOUL WIND
  10. SetRequiredQuest(NPC,5522,9,0,1,1) --LORD GRIMROT
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end