asleeplessone.lua 542 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/Classic_forest/asleeplessone.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.10.17 01:10:35
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/MonsterCallouts/SkeletonSleepless1.lua")
  9. dofile("SpawnScripts/Generic/CatalogueQuestUpdates.lua")
  10. require "SpawnScripts/Generic/NPCModule"
  11. function spawn(NPC, Spawn)
  12. NPCModule(NPC, Spawn)
  13. SetSpawnAnimation(NPC, 13016)
  14. end
  15. function hailed(NPC, Spawn)
  16. end
  17. function respawn(NPC)
  18. spawn(NPC)
  19. end