achaoticelemental.lua 518 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/ShatteredStillnessEpic/achaoticelemental.lua
  3. Script Author : Neveruary
  4. Script Date : 2021.10.04 01:10:11
  5. Script Purpose : Governs behavior of chaotic elemental adds in Shattered Stillness: Epic.
  6. Script Notes : Swirling Cloud of Blood and Stunning Shards need implementation.
  7. --]]
  8. spells = {30159} -- Swirling Cloud of Blood, Stunning Shards}
  9. function spawn(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end