MakutoTheLost.lua 605 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 Makuto the Lost in Shattered Stillness: Epic
  6. Script Notes : Bolt of Fire needs implementation.
  7. Boss Mechanics : Casts custom spells every so often. Linked with Shakuto the lost.
  8. --]]
  9. spells = {230163, 230106, 2000476} -- Bolt Of Fire, Frost Shield?
  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