anearthrumbler.lua 421 B

123456789101112131415161718
  1. --[[
  2. Script Name : SpawnScripts/Antonica/anearthrumbler.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.05.15 12:05:46
  5. Script Purpose :
  6. :
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. NPCModule(NPC, Spawn)
  11. SetSpawnAnimation(NPC, 13016)
  12. RandomMovement(NPC, Spawn, 6, -6, 2, 8, 15)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end