fix(Scripts/BlackrockSpire): Improved Kormok encounter. (#9394)

Fixes #9101
This commit is contained in:
UltraNix
2021-12-03 14:01:18 +01:00
committed by GitHub
parent 9ceedd4466
commit 1d9eea194f
5 changed files with 231 additions and 72 deletions

View File

@@ -0,0 +1,13 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638046780431340000');
UPDATE `creature_template` SET `AiName`='', `ScriptName`='boss_kormok' WHERE `entry`=16118;
DELETE FROM `smart_scripts` WHERE `entryorguid`=16118 AND `source_type`=0;
DELETE FROM `creature_text` WHERE `creatureid`=16118;
INSERT INTO `creature_text` VALUES
(16118,0,0,'You think you can summon us? We are the ones that summon, not you! We bash you good for this and suck the marrow from your bones!',14,0,100,0,0,0,11968,0,'Kormok - Talk Summon'),
(16118,1,0,'You so little and puny... you no make good servants for Kormok!',12,0,100,0,0,0,11959,0,'Kormok - Talk Aggro'),
(16118,2,0,'%s becomes enraged!',16,0,100,0,0,0,10677,0,'Kormok - Enrage'),
(16118,3,0,'We am free! Thank you little, puny ones.',14,0,100,0,0,0,11873,0,'Kormok - Death');
UPDATE `spell_dbc` SET `Effect_1`=28, `EffectMiscValueB_1`=64 WHERE `ID` IN (27690,27691,27692,27693);