Skip to content

Commit 806a445

Browse files
authored
Scripts/Sunwell Plateau: Rewrite M'uru (#31323)
1 parent d1a2f20 commit 806a445

File tree

4 files changed

+745
-309
lines changed

4 files changed

+745
-309
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
--
2+
UPDATE `creature_template_movement` SET `Rooted` = 1 WHERE `CreatureId` = 25741;
3+
4+
UPDATE `spell_script_names` SET `ScriptName` = 'spell_muru_summon_blood_elves_periodic' WHERE `ScriptName` = 'spell_summon_blood_elves_periodic';
5+
UPDATE `spell_script_names` SET `ScriptName` = 'spell_muru_summon_blood_elves_script' WHERE `ScriptName` = 'spell_summon_blood_elves_script';
6+
UPDATE `spell_script_names` SET `ScriptName` = 'spell_muru_dark_fiend_magic' WHERE `ScriptName` = 'spell_dark_fiend_skin';
7+
UPDATE `spell_script_names` SET `ScriptName` = 'spell_muru_transform_visual_missile_periodic' WHERE `ScriptName` = 'spell_transform_visual_missile_periodic';
8+
9+
UPDATE `spell_target_position` SET `PositionX` = 1723.2922, `PositionY` = 712.71094, `PositionZ` = 71.190320 WHERE `ID` = 46037;
10+
UPDATE `spell_target_position` SET `PositionX` = 1728.3705, `PositionY` = 707.41840, `PositionZ` = 71.190315 WHERE `ID` = 46038;
11+
UPDATE `spell_target_position` SET `PositionX` = 1905.3964, `PositionY` = 548.84240, `PositionZ` = 71.304535 WHERE `ID` = 46039;
12+
UPDATE `spell_target_position` SET `PositionX` = 1908.0374, `PositionY` = 547.56110, `PositionZ` = 71.310750 WHERE `ID` = 46040;
13+
14+
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_void_spawn' WHERE `entry` = 25824;
15+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 25824 AND `source_type` = 0;
16+
17+
UPDATE `creature_template` SET `ScriptName` = 'npc_darkness' WHERE `entry` = 25879;
18+
19+
UPDATE `creature_template` SET `ScriptName` = 'npc_singularity' WHERE `entry` = 25855;
20+
21+
UPDATE `creature_template` SET `ScriptName` = 'npc_void_sentinel_summoner' WHERE `entry` = 25782;
22+
23+
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_shadowsword_berserker' WHERE `entry` = 25798;
24+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 25798 AND `source_type` = 0;
25+
26+
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_shadowsword_fury_mage' WHERE `entry` = 25799;
27+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 25799 AND `source_type` = 0;
28+
29+
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (46228,46242,46262);
30+
31+
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_muru_summon_void_sentinel_summoner';
32+
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
33+
(45978, 'spell_muru_summon_void_sentinel_summoner');
34+
35+
UPDATE `creature_template` SET `speed_run` = 0.428571 WHERE `entry` = 25744;

0 commit comments

Comments
 (0)