From 2c3130d415e1eed2cdd193424594fe560c6afa61 Mon Sep 17 00:00:00 2001 From: slg Date: Thu, 13 Nov 2008 17:12:54 -0600 Subject: [svn] * Merged SD2 Rev. 706 & 707 - Added: Pathaleon the Calculator script. Also added a Mechanar Instance script. - Added: Fixed and improved version of High King Maulgar. (Timers, Spells, Adds...) - Fixed: Nethermancer Sepethrea encounter. Spawning Adds, timers, spells... - Fixed: Lot of timers and spells like for: Doomlord Kazzak, Doomwalker, Gruul, and more. * Fixed 147_world.sql --HG-- branch : trunk --- sql/updates/147_world.sql | 2 +- sql/updates/231_world_scripts.sql | 3 +++ sql/world_scripts_full.sql | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 sql/updates/231_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/147_world.sql b/sql/updates/147_world.sql index 088a06567a7..8062d1812cf 100644 --- a/sql/updates/147_world.sql +++ b/sql/updates/147_world.sql @@ -9,6 +9,6 @@ DELETE FROM spell_target_position WHERE `id` IN (46019, 46020); INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0); INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); ---Magtheridon Earthquake +-- Magtheridon Earthquake DELETE FROM spell_script_target WHERE `entry` IN (30657); INSERT INTO spell_script_target VALUES ('30657', '1', '24136'); \ No newline at end of file diff --git a/sql/updates/231_world_scripts.sql b/sql/updates/231_world_scripts.sql new file mode 100644 index 00000000000..b1aa56296bf --- /dev/null +++ b/sql/updates/231_world_scripts.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName`='boss_pathaleon_the_calculator' WHERE `entry`=19220; +UPDATE `creature_template` SET `ScriptName`='mob_nether_wraith' WHERE `entry`=21062; +UPDATE `instance_template` SET `script`='instance_mechanar' WHERE `map`=554; \ No newline at end of file diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql index 980a5578b7f..179669611fe 100644 --- a/sql/world_scripts_full.sql +++ b/sql/world_scripts_full.sql @@ -721,6 +721,9 @@ UPDATE `creature_template` SET `ScriptName`='npc_stone_watcher_of_norgannon' WHE UPDATE `creature_template` SET `ScriptName`='boss_gatewatcher_iron_hand' WHERE `entry`=19710; UPDATE `creature_template` SET `ScriptName`='boss_nethermancer_sepethrea' WHERE `entry`=19221; UPDATE `creature_template` SET `ScriptName`='mob_ragin_flames' WHERE `entry`=20481; +UPDATE `creature_template` SET `ScriptName`='boss_pathaleon_the_calculator' WHERE `entry`=19220; +UPDATE `creature_template` SET `ScriptName`='mob_nether_wraith' WHERE `entry`=21062; +UPDATE `instance_template` SET `script`='instance_mechanar' WHERE `map`=554; /* THE BOTANICA */ UPDATE `creature_template` SET `ScriptName`='boss_high_botanist_freywinn' WHERE `entry`=17975; -- cgit v1.2.3