Brixx.lua 594 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/MeetingOfTheMinds/Brixx.lua
  3. Script Author : Neveruary
  4. Script Date : 2021.10.05 12:10:27
  5. Script Purpose : Governs the behavior of Braxx in A Meeting of the Minds.
  6. : Spell functions de-activated pending proper spell implementation on mobs.
  7. --]]
  8. -- spells = {Gaze, Glare of Eradication, Gaze of Commandment, Gaze of Writhing Agony}
  9. require "SpawnScripts/Generic/NPCModule"
  10. function spawn(NPC, Spawn)
  11. --NPCModule(NPC, Spawn)
  12. end
  13. function aggro(NPC, Spawn)
  14. end
  15. function hailed(NPC, Spawn)
  16. end