Skip to content

Commit

Permalink
SSC: Rework Hydross using spell lists, BCT, CombatAI and area aura fo…
Browse files Browse the repository at this point in the history
…r transition

cmangos/issues#3444
  • Loading branch information
killerwife committed Oct 3, 2023
1 parent 8c5b855 commit 0f00508
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 166 deletions.
10 changes: 0 additions & 10 deletions sql/scriptdev2/scriptdev2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3992,16 +3992,6 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc

-- -1 548 000 SERPENTSHRINE CAVERN
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadcast_text_id,comment) VALUES
('-1548000','I cannot allow you to interfere!','11289','1','0','0','20231','hydross SAY_AGGRO'),
('-1548001','Better, much better.','11290','1','0','0','19607','hydross SAY_SWITCH_TO_CLEAN'),
('-1548002','They have forced me to this....','11291','1','0','0','20235','hydross SAY_CLEAN_SLAY1'),
('-1548003','I had no choice.','11292','1','0','0','20236','hydross SAY_CLEAN_SLAY2'),
('-1548004','I am... released.','11293','1','0','0','20238','hydross SAY_CLEAN_DEATH'),
('-1548005','Aaghh, the poison...','11297','1','0','0','19606','hydross SAY_SWITCH_TO_CORRUPT'),
('-1548006','I will purge you from this place!','11298','1','0','0','20233','hydross SAY_CORRUPT_SLAY1'),
('-1548007','You are no better than they!','11299','1','0','0','20234','hydross SAY_CORRUPT_SLAY2'),
('-1548008','You... are the disease... not I...','11300','1','0','0','20239','hydross SAY_CORRUPT_DEATH'),

('-1548009','Finally, my banishment ends!','11312','1','0','0','19596','leotheras SAY_AGGRO'),
('-1548010','Be gone, trifling elf. I am in control now!','11304','1','0','0','19595','leotheras SAY_SWITCH_TO_DEMON'),
('-1548011','We all have our demons....','11305','1','0','0','19597','leotheras SAY_INNER_DEMONS'),
Expand Down
1 change: 1 addition & 0 deletions sql/scriptdev2/spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ INSERT INTO spell_scripts(Id, ScriptName) VALUES
(34012,'spell_raise_dead'),
(34019,'spell_raise_dead'),
(41071,'spell_raise_dead'),
(37935,'spell_cleansing_field'),
(32960,'spell_mark_of_doomlord_kazzak'),
(40567,'spell_ogrila_flasks'),
(40568,'spell_ogrila_flasks'),
Expand Down
Loading

0 comments on commit 0f00508

Please sign in to comment.