unearthedsoil.lua 404 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/Oakmyst/unearthedsoil.lua
  3. Script Purpose : unearthed soil
  4. Script Author : Scatman
  5. Script Date : 2009.10.07
  6. Script Notes : edit 5/8/2020 quest number by ememjr
  7. --]]
  8. local OAKMYST_CHARLIN_QUEST_2 = 208
  9. function spawn(NPC)
  10. SetRequiredQuest(NPC, OAKMYST_CHARLIN_QUEST_2, 1)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end
  15. function hailed(NPC, Spawn)
  16. end