fix(Scripts/BlackrockSpire): rewrite Mor Grayhoof fight (#9374)
This commit is contained in:
parent
291e6a9e5a
commit
7df43c36a5
4 changed files with 246 additions and 1 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue