Skip to content

Commit

Permalink
Ulduar: Convert XT-002 Deconstructor to BossAI + Spell Lists (#427)
Browse files Browse the repository at this point in the history
* Ulduar: Convert XT002 to BossAI

Ulduar: More XT-002 Spell Scripts

Ulduar: Minor formatting changes in XT-002

Ulduar: Fix Life Spark damage

Make Heartstage Impossible after Heart Death

* Ulduar: remove unused script-texts

* Ulduar: Finalize XT-002
  • Loading branch information
insunaa committed Nov 16, 2023
1 parent 36f0d14 commit 1175d61
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 368 deletions.
12 changes: 0 additions & 12 deletions sql/scriptdev2/scriptdev2.sql
Expand Up @@ -5962,18 +5962,6 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
('-1603043','Harpoon Turret is ready for use!','0','3','0','0','33857','razorscale EMOTE_HARPOON_READY'),
('-1603044','Razorscale grounded permanently!','0','3','0','0','0','razorscale EMOTE_GROUNDED'),

('-1603045','New toys? For me? I promise I won''t break them this time!','15724','1','0','0','33508','xt-002 SAY_AGGRO'),
('-1603046','I... I think I broke it.','15728','1','0','0','33509','xt-002 SAY_SLAY_1'),
('-1603047','I guess it doesn''t bend that way.','15729','1','0','0','33510','xt-002 SAY_SLAY_2'),
('-1603048','I''m tired of these toys. I don''t want to play anymore!','15730','1','0','0','33512','xt-002 SAY_BERSERK'),
('-1603049','Time for a new game! My old toys will fight my new toys!','15732','1','0','0','0','xt-002 SAY_ADDS'),
('-1603050','You are bad... Toys... Very... Baaaaad!','15731','1','0','0','33511','xt-002 SAY_DEATH'),
('-1603051','So tired. I will rest for just a moment!','15725','1','0','0','33446','xt-002 SAY_HEART_OPEN'),
('-1603052','I''m ready to play!','15726','1','0','0','33448','xt-002 SAY_HEART_CLOSE'),
('-1603053','NO! NO! NO! NO! NO!','15727','1','0','0','33453','xt-002 SAY_TANCTRUM'),
('-1603054','%s''s heart is exposed and leaking energy.','0','3','0','0','33447','xt-002 EMOTE_EXPOSE_HEART'),
('-1603055','%s consumes a scrapbot to repair himself!','0','3','0','0','33856','xt-002 EMOTE_REPAIR'),

('-1603056','Whether the world''s greatest gnats or the world''s greatest heroes, you''re still only mortal.','15684','1','0','0','0','brundir SAY_BRUNDIR_AGGRO'),
('-1603057','Stand still and stare into the light!','15687','1','0','0','33962','brundir SAY_BRUNDIR_WHIRL'),
('-1603058','The power of the storm lives on...','15689','1','0','0','34318','brundir SAY_BRUNDIR_DEATH_1'),
Expand Down
14 changes: 14 additions & 0 deletions sql/scriptdev2/spell.sql
Expand Up @@ -910,11 +910,25 @@ 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'),
(62789,'spell_heart_overload'),
(62826,'spell_energy_orb_dummy'),
(62828,'spell_recharge_robot'),
(62831,'spell_recharge_robot'),
(62835,'spell_recharge_robot'),
(63018,'spell_searing_light'),
(63024,'spell_gravity_bomb'),
(63849,'spell_exposed_heart'),
(63482,'spell_lightning_whirl_heroic'),
(63845,'spell_create_lance'),
(64203,'spell_void_zone_xt'),
(64209,'spell_consumption_xt'),
(64210,'spell_life_spark_xt'),
(64234,'spell_gravity_bomb'),
(64235,'spell_void_zone_xt'),
(64411,'spell_blessing_of_ancient_kings'),
(64415,'spell_valanyr_equip_effect'),
(64568,'spell_blood_reserve_enchant'),
(65121,'spell_searing_light'),
(65869,'spell_disengage'),
(65932,'spell_retaliation_dummy_creature'),
(66118,'spell_leeching_swarm_aura'),
Expand Down

0 comments on commit 1175d61

Please sign in to comment.