Add files via upload

This commit is contained in:
Dinkledork
2023-03-05 05:05:45 -07:00
committed by GitHub
parent e0323b4ed6
commit 6725c3bbdf
9 changed files with 2117 additions and 23 deletions

View File

@@ -2,15 +2,15 @@ local Lucifron = {}
Lucifron.enrageCasted = false
function Lucifron.CastImpendingDoom(eventId, delay, calls, creature)
creature:CastSpell(creature:GetVictim(), 19702, true)
creature:CastSpell(creature:GetVictim(), 19702, false)
end
function Lucifron.CastLucifronCurse(eventId, delay, calls, creature)
creature:CastSpell(creature:GetVictim(), 19703, true)
creature:CastSpell(creature:GetVictim(), 19703, false)
end
function Lucifron.CastShadowShock(eventId, delay, calls, creature)
creature:CastSpell(creature:GetVictim(), 20603, true)
creature:CastSpell(creature:GetVictim(), 20603, false)
end
function Lucifron.CastFlamestrike(eventId, delay, calls, creature)