MissingQuestTree.lua 320 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/Antonica/MissingQuestTree.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.05.18 03:05:39
  5. Script Purpose : part of The Missing quest
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC,5840,5)
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end