zonetoantonicaepic02firemyst1.lua 385 B

1234567891011121314151617
  1. --[[
  2. Script Name : SpawnScripts/Antonica/zonetoantonicaepic02firemyst1.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.09.18 01:09:15
  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