Skip to content

Commit

Permalink
Ulduar: Convert Ignis to BossAI
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Jan 12, 2024
1 parent 43c9dcc commit a98131b
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 282 deletions.
11 changes: 0 additions & 11 deletions sql/scriptdev2/scriptdev2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5760,17 +5760,6 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
('-1603024','Such a waste.','15502','1','0','0','34130','stonebark SAY_SLAY_2_STONE'),
('-1603025','Matron, flee! They are ruthless....','15503','1','0','0','34132','stonebark SAY_DEATH_STONE'),

('-1603026','Insolent whelps! Your blood will temper the weapons used to reclaim this world!','15564','1','0','0','34306','ignis SAY_AGGRO'),
('-1603027','Let the inferno consume you!','15567','1','0','0','34309','ignis SAY_SCORCH_1'),
('-1603028','BURN! Burn in the makers fire!','15568','1','0','0','34310','ignis SAY_SCORCH_2'),
('-1603029','I will burn away your impurities!','15566','1','0','0','34308','ignis SAY_SLAGPOT'),
('-1603030','Arise, soldiers of the Iron Crucible! The Makers'' will be done!','15565','1','0','0','34307','ignis SAY_ADDS'),
('-1603031','More scraps for the scrapheap!','15569','1','0','0','34311','ignis SAY_SLAY_1'),
('-1603032','Your bones will serve as kindling!','15570','1','0','0','34312','ignis SAY_SLAY_2'),
('-1603033','Let it be finished!','15571','1','0','0','33871','ignis SAY_BERSERK'),
('-1603034','I. Have. Failed.','15572','1','0','0','34313','ignis SAY_DEATH'),
('-1603035','Ignis the Furnace Master begins to cast Flame Jets!','0','3','0','0','0','ignis EMOTE_FLAME_JETS'),

('-1603036','Welcome, champions! All of our attempts at grounding her have failed. We could use a hand in bring her down with these harpoon guns.','15647','0','0','0','0','razorscale SAY_INTRO_WELCOME'),
('-1603037','Give us a moment to prepare to build the turrets.','0','1','0','0','33820','razorscale SAY_INTRO_1'),
('-1603038','Be on the lookout! Mole machines will be surfacing soon with those nasty Iron dwarves aboard!','0','1','0','0','33607','razorscale SAY_INTRO_2'),
Expand Down
10 changes: 10 additions & 0 deletions sql/scriptdev2/spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(62108,'spell_tails_up_summon_female_frost_leopard'),
(62116,'spell_tails_up_summon_female_icepaw_bear'),
(62138,'spell_teleport_inside_violet_hold'),
(62382,'spell_ignis_brittle'),
(62789,'spell_heart_overload'),
(62826,'spell_energy_orb_dummy'),
(62828,'spell_recharge_robot'),
Expand All @@ -937,6 +938,11 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(63018,'spell_searing_light'),
(63024,'spell_gravity_bomb'),
(63849,'spell_exposed_heart'),
(62488,'spell_activate_construct'),
(62546,'spell_ignis_scorch'),
(62707,'spell_ignis_grab'),
(62717,'spell_slag_pot'),
(63474,'spell_ignis_scorch'),
(63482,'spell_lightning_whirl_heroic'),
(63845,'spell_create_lance'),
(64203,'spell_void_zone_xt'),
Expand All @@ -946,14 +952,18 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(64235,'spell_void_zone_xt'),
(64411,'spell_blessing_of_ancient_kings'),
(64415,'spell_valanyr_equip_effect'),
(64475,'spell_ignis_remove_strength'),
(64503,'spell_ignis_water'),
(64568,'spell_blood_reserve_enchant'),
(65121,'spell_searing_light'),
(65667,'spell_ignis_heat'),
(65869,'spell_disengage'),
(65932,'spell_retaliation_dummy_creature'),
(66118,'spell_leeching_swarm_aura'),
(66312,'spell_light_ball_passive'),
(66314,'spell_dark_ball_passive'),
(67009,'spell_nether_power'),
(67114,'spell_ignis_brittle'),
(67322,'spell_burrower_submerge'),
(67470,'spell_pursuing_spikes'),
(67547,'spell_clear_valkyr_essence'),
Expand Down
Loading

0 comments on commit a98131b

Please sign in to comment.