Skip to content

Commit

Permalink
EOE: Rework malygos bossfight
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 11, 2025
1 parent 7cc85cc commit 9082f31
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 592 deletions.
36 changes: 0 additions & 36 deletions sql/scriptdev2/scriptdev2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6276,42 +6276,6 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
-- -1 615 000 OBSIDIAN SANCTUM

-- -1 616 000 EYE OF ETERNITY
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadcast_text_id,comment) VALUES
('-1616000','Lesser beings, intruding here! A shame that your excess courage does not compensate for your stupidity!','14512','1','0','0','31759','malygos SAY_INTRO_1'),
('-1616001','None but the blue dragonflight are welcome here. Perhaps this is the work of Alexstrasza? Well, then, she has sent you to your deaths!','14513','1','0','0','31760','malygos SAY_INTRO_2'),
('-1616002','What could you hope to accomplish? To storm brazenly into my domain... to employ magic... against ME?','14514','1','0','0','31761','malygos SAY_INTRO_3'),
('-1616003','I am without limits here. The rules of your cherished reality do not apply. In this realm, I am in control!','14515','1','0','0','31762','malygos SAY_INTRO_4'),
('-1616004','I give you one chance. Pledge fealty to me, and perhaps I will not slaughter you for your insolence.','14516','1','0','0','31763','malygos SAY_INTRO_5'),
('-1616005','My patience has reached its limit. I will be rid of you!','14517','1','0','0','31764','malygos SAY_AGGRO'),
('-1616006','Watch helplessly as your hopes are swept away!','14525','1','0','0','31774','malygos SAY_VORTEX'),
('-1616007','I AM UNSTOPPABLE!','14533','1','0','0','31783','malygos SAY_SPARK_BUFF'),
('-1616008','Your stupidity has finally caught up to you!','14519','1','0','0','31767','malygos SAY_SLAY_1_A'),
('-1616009','More artifacts to confiscate...','14520','1','0','0','31768','malygos SAY_SLAY_1_B'),
('-1616010','<Laughs> How very... naive...','14521','1','0','0','31769','malygos SAY_SLAY_1_C'),
('-1616011','I had hoped to end your lives quickly, but you have proven more... resilient than I anticipated. Nonetheless, your efforts are in vain. It is you reckless, careless mortals who are to blame for this war. I do what I must, and if it means your extinction.... then SO BE IT!!','14522','1','0','0','31772','malygos SAY_END_PHASE_1'),
('-1616012','Few have experienced the pain I will now inflict upon you!','14523','1','0','0','31765','malygos SAY_START_PHASE_2'),
('-1616013','You will not succeed while I draw breath!','14518','1','0','0','31781','malygos SAY_DEEP_BREATH'),
('-1616014','I will teach you IGNORANT children just how little you know of magic...','14524','1','0','0','31773','malygos SAY_SHELL'),
('-1616015','Your energy will be put to good use!','14526','1','0','0','31775','malygos SAY_SLAY_2_A'),
('-1616016','I am the spell-weaver! My power is infinite!','14527','1','0','0','31776','malygos SAY_SLAY_2_B'),
('-1616017','Your spirit will linger here forever!','14528','1','0','0','31777','malygos SAY_SLAY_2_C'),
('-1616018','ENOUGH! If you intend to reclaim Azeroth''s magic, then you shall have it!','14529','1','0','0','31778','malygos SAY_END_PHASE_2'),
('-1616019','Now your benefactors make their appearance, but they are too late! The powers contained here are sufficient to destroy the world ten times over. What do you think they will do to you?','14530','1','0','0','31779','malygos SAY_INTRO_PHASE_3'),
('-1616020','SUBMIT!','14531','1','0','0','31780','malygos SAY_START_PHASE_3'),
('-1616021','Alexstrasza! Another of your brood falls!','14534','1','0','0','31784','malygos SAY_SLAY_3_A'),
('-1616022','Little more then gnats!','14535','1','0','0','31785','malygos SAY_SLAY_3_B'),
('-1616023','Your red allies will share your fate...','14536','1','0','1','31786','malygos SAY_SLAY_3_C'),
('-1616024','The powers at work here exceed anything you could possibly imagine!','14532','1','0','0','31782','malygos SAY_SURGE'),
('-1616025','Still standing? Not for long...','14537','1','0','0','31787','malygos SAY_SPELL_1'),
('-1616026','Your cause is lost!','14538','1','0','0','31788','malygos SAY_SPELL_2'),
('-1616027','Your fragile mind will be shattered!','14539','1','0','0','31789','malygos SAY_SPELL_3'),
('-1616028','Unthinkable! The mortals will destroy... everything! My sister, what have you...','14540','1','0','0','31790','malygos SAY_DEATH'),
('-1616029','REUSE ME','0','0','0','0','0','REUSE ME'),
('-1616030','REUSE ME','0','0','0','0','0','REUSE ME'),
('-1616031','REUSE ME','0','0','0','0','0','REUSE ME'),
('-1616032','REUSE ME','0','0','0','0','0','REUSE ME'),
('-1616033','A Power Spark forms from a nearby rift!','0','3','0','0','32957','malygos SAY_EMOTE_SPARK'),
('-1616034','%s takes a deep breath.','0','3','0','0','20021','malygos SAY_EMOTE_BREATH');

-- -1 619 000 AHN'KAHET
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadcast_text_id,comment) VALUES
Expand Down
5 changes: 4 additions & 1 deletion sql/scriptdev2/spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(57413,'spell_fitful_dream'),
(57415,'spell_the_reckoning'),
(57418,'spell_to_icecrown_air_ship_h_summon_vehicle'),
(57473,'spell_arcane_storm'),
(57459,'spell_arcane_storm'),
(57491,'spell_flame_tsunami_damage'),
(57534,'spell_frozen_siegebolt'),
(57578,'spell_lava_strike'),
Expand Down Expand Up @@ -947,6 +947,7 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(60779,'spell_increased_healing_done_dummy'),
(60831,'spell_alumeths_remains'),
(60929,'spell_loatheb_prewarn'),
(60936,'spell_surge_of_power_heroic'),
(60987,'spell_summon_ominous_cloud'),
(61071,'spell_vortex_aura'),
(61072,'spell_vortex_aura'),
Expand All @@ -961,6 +962,8 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(61474,'spell_grip_of_sladran'),
(61475,'spell_gundrak_snake_wrap'),
(61546,'spell_shatter'),
(61693,'spell_arcane_storm'),
(61694,'spell_arcane_storm'),
(61830,'spell_drink'),
(61916,'spell_lightning_whirl'),
(61968,'spell_flash_freeze'),
Expand Down
Loading

0 comments on commit 9082f31

Please sign in to comment.