fix(Scripts/BlackrockSpire): rewrite Mor Grayhoof fight (#9374)

This commit is contained in:
Nefertumm
2021-12-03 00:18:40 -08:00
committed by GitHub
parent 291e6a9e5a
commit 7df43c36a5
4 changed files with 246 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637946798791977700');
DELETE FROM `creature_text` WHERE `CreatureID` = 16080;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(16080, 0, 0, 'All of Nature\'s might is at my disposal, puny mortals. Let us see which of my many forms it will be that ends your suffering!', 14, 0, 100, 0, 0, 0, 11966, 0, 'Mor Grayhoof - ON AGGRO'),
(16080, 1, 0, 'Though I move on in peace, you all have my undying gratitude. Thank you for freeing me of the curse of my folly and greed.', 14, 0, 100, 0, 0, 0, 11861, 0, 'Mor Grayhoof - ON DEATH');
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'boss_mor_grayhoof' WHERE `entry` = 16080;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 16080 AND `source_type` = 0;