ArchLichUdalan.lua 780 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/ShatteredStillness/ArchLichUdalan.lua
  3. Script Author : Neveruary
  4. Script Date : 2021.10.04 01:10:53
  5. Script Purpose : Governs behavior of Arch Lich Udalan in Shattered Stillness: Epic.
  6. Script Notes : Withering Soulscream, Suffocating Cloud, and chaotic elemental summoning spell need implementation.
  7. Boss Mechanics : Every minute, Udalan summons a chaotic elemental. This channeling can be interrupted by stunning him. The elemental has a few spells
  8. : the most dangerous of which is stunning shards.
  9. --]]
  10. spells = {240107, 240003, 240049} -- Withering Soulscream, Suffocating Cloud
  11. function spawn(NPC)
  12. end
  13. function aggro(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end