fix(Scripts/BlackwingLair): Chromaggus shimmer timer adjustment, fre… (#11437)

* Fix (Scripts/BlackwingLair): Chromaggus shimmer timer adjustment, frenzy and enrage changed

* codestyle

* urand
This commit is contained in:
temperrr
2022-04-19 11:32:45 +02:00
committed by GitHub
parent 03a6413080
commit 33a70dbebc
@@ -49,8 +49,8 @@ enum Spells
SPELL_CHROMATIC_MUT_1 = 23174, //Spell cast on player if they get all 5 debuffs SPELL_CHROMATIC_MUT_1 = 23174, //Spell cast on player if they get all 5 debuffs
SPELL_ELEMENTAL_SHIELD = 22276, SPELL_ELEMENTAL_SHIELD = 22276,
SPELL_FRENZY = 28371, //The frenzy spell may be wrong SPELL_FRENZY = 23128,
SPELL_ENRAGE = 28747 SPELL_ENRAGE = 23537
}; };
enum Events enum Events
@@ -239,7 +239,7 @@ public:
// Cast new random vulnerabilty on self // Cast new random vulnerabilty on self
DoCast(me, SPELL_ELEMENTAL_SHIELD); DoCast(me, SPELL_ELEMENTAL_SHIELD);
Talk(EMOTE_SHIMMER); Talk(EMOTE_SHIMMER);
events.ScheduleEvent(EVENT_SHIMMER, 45000); events.ScheduleEvent(EVENT_SHIMMER, urand(17000, 25000));
break; break;
} }
case EVENT_BREATH_1: case EVENT_BREATH_1: