fix(Scripts/Mechanar): Fix Mechano-Lord Nether Charges not spawning (#15575)
init Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
--
|
||||||
|
UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64, `EffectBasePoints_1` = 0 WHERE `ID` IN (35153, 35904, 35905, 35906);
|
||||||
@@ -77,7 +77,7 @@ struct boss_mechano_lord_capacitus : public BossAI
|
|||||||
SPELL_SUMMON_NETHER_CHARGE_SE,
|
SPELL_SUMMON_NETHER_CHARGE_SE,
|
||||||
SPELL_SUMMON_NETHER_CHARGE_SW);
|
SPELL_SUMMON_NETHER_CHARGE_SW);
|
||||||
DoCastAOE(spellId);
|
DoCastAOE(spellId);
|
||||||
IsHeroic() ? context.Repeat(2s, 5s) : context.Repeat(9s, 11s);
|
context.Repeat(2400ms, 3600ms);
|
||||||
}).Schedule(3min, [this](TaskContext /*context*/)
|
}).Schedule(3min, [this](TaskContext /*context*/)
|
||||||
{
|
{
|
||||||
DoCastSelf(SPELL_BERSERK, true);
|
DoCastSelf(SPELL_BERSERK, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user