analabasterbehemoth.lua 362 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/Caves/analabasterbehemoth.lua
  3. Script Purpose : an alabaster behemoth
  4. Script Author : LordPazuzu
  5. Script Date : 10-8-2022
  6. Script Notes :
  7. --]]
  8. dofile("SpawnScripts/Generic/MonsterCallouts/BaseGolem1.lua")
  9. function spawn(NPC)
  10. SetSpawnAnimation(NPC, 13016)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end