ShakutoTheLost.lua 596 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : SpawnScripts/ShatteredStillness/MakutoTheLost.lua
  3. Script Author : Neveruary
  4. Script Date : 2021.10.04 11:10:52
  5. Script Purpose : Governs the behavior of Shakuto the Lost in Shattered Stillness: Epic
  6. Script Notes : Shock of Poison needs implementation.
  7. Boss Mechanics : Casts custom spells every so often. Linked with Makuto the lost.
  8. --]]
  9. spells = {240107, 240003, 2000476} -- Shock of Poison
  10. function spawn(NPC)
  11. end
  12. function aggro(NPC, Spawn)
  13. end
  14. function hailed(NPC, Spawn)
  15. end
  16. function respawn(NPC)
  17. spawn(NPC)
  18. end