diff options
| author | Kudlaty <none@none> | 2009-11-27 04:34:21 +0100 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-11-27 04:34:21 +0100 |
| commit | 72f3a2e467042b72d81b49ed8a594c3c549df774 (patch) | |
| tree | c217a2295968ab66d15e706ebd392bc2cfe33612 /sql/updates | |
| parent | 223d7d81166f4b8899be865631b3b0f0e0331065 (diff) | |
Fix #492. Also change in other files CR/LF to LF.
Note: Please be sure to use unix coding style before push
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5314_world_scripts_ulduar.sql | 26 | ||||
| -rw-r--r-- | sql/updates/5403_world_scripts_ulduar.sql | 16 | ||||
| -rw-r--r-- | sql/updates/5448_world_scripts_ulduar.sql | 12 | ||||
| -rw-r--r-- | sql/updates/5472_world_scripts.sql | 10 | ||||
| -rw-r--r-- | sql/updates/5524_world_scripts.sql | 12 | ||||
| -rw-r--r-- | sql/updates/5612_world_scripts.sql | 4 | ||||
| -rw-r--r-- | sql/updates/5696_world.sql | 176 | ||||
| -rw-r--r-- | sql/updates/5700_world.sql | 108 | ||||
| -rw-r--r-- | sql/updates/5724_world_utgarde_pinnacle.sql | 2 | ||||
| -rw-r--r-- | sql/updates/5864_world_scripts.sql | 10 |
10 files changed, 188 insertions, 188 deletions
diff --git a/sql/updates/5314_world_scripts_ulduar.sql b/sql/updates/5314_world_scripts_ulduar.sql index ce2f32af7cd..6fd54662188 100644 --- a/sql/updates/5314_world_scripts_ulduar.sql +++ b/sql/updates/5314_world_scripts_ulduar.sql @@ -1,14 +1,14 @@ -UPDATE creature_template SET scriptname = "spell_pool_of_tar" WHERE entry = 33090;
-
-DELETE FROM `spell_script_target` WHERE `entry` IN (62427,62374,62399);
-INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
-(62427, 1, 33109), # Load into Catapult
-(62374, 1, 33060), # Pursued
-(62374, 1, 33109),
-(62399, 1, 33139); # Overload Circuit
-
-DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-62475,62427);
-INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
-(-62475,-62399, 0, 'System Shutdown'),
-(-62475, 62472, 0, 'System Shutdown'), #inform, not correct spell
+UPDATE creature_template SET scriptname = "spell_pool_of_tar" WHERE entry = 33090; + +DELETE FROM `spell_script_target` WHERE `entry` IN (62427,62374,62399); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(62427, 1, 33109), # Load into Catapult +(62374, 1, 33060), # Pursued +(62374, 1, 33109), +(62399, 1, 33139); # Overload Circuit + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-62475,62427); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(-62475,-62399, 0, 'System Shutdown'), +(-62475, 62472, 0, 'System Shutdown'), #inform, not correct spell ( 62427, 62340, 2, 'Load into Catapult - Passenger Loaded');
\ No newline at end of file diff --git a/sql/updates/5403_world_scripts_ulduar.sql b/sql/updates/5403_world_scripts_ulduar.sql index ad051138d3c..7ffe25e058d 100644 --- a/sql/updates/5403_world_scripts_ulduar.sql +++ b/sql/updates/5403_world_scripts_ulduar.sql @@ -1,8 +1,8 @@ -update creature_template set ScriptName = 'boss_kologarn' where entry = 32930;
-
-DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-62475,62427);
-INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
-(-62475,-62399, 0, 'System Shutdown - Overload Circuit'),
-(-62475,-62375, 0, 'System Shutdown - Gathering Speed'),
-(-62475, 62472, 0, 'System Shutdown'), #inform, not correct spell
-( 62427, 62340, 2, 'Load into Catapult - Passenger Loaded');
+update creature_template set ScriptName = 'boss_kologarn' where entry = 32930; + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-62475,62427); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(-62475,-62399, 0, 'System Shutdown - Overload Circuit'), +(-62475,-62375, 0, 'System Shutdown - Gathering Speed'), +(-62475, 62472, 0, 'System Shutdown'), #inform, not correct spell +( 62427, 62340, 2, 'Load into Catapult - Passenger Loaded'); diff --git a/sql/updates/5448_world_scripts_ulduar.sql b/sql/updates/5448_world_scripts_ulduar.sql index a4e503ccbbd..d293e711747 100644 --- a/sql/updates/5448_world_scripts_ulduar.sql +++ b/sql/updates/5448_world_scripts_ulduar.sql @@ -1,6 +1,6 @@ -DELETE FROM `spell_script_target` WHERE `entry` IN (62056,63985);
-INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
-(63985, 1, 32934), # Stone Grip
-(62056, 1, 32934);
-
-update creature_template set scriptname = "boss_flame_leviathan_safety_container" where entry = 33218;
+DELETE FROM `spell_script_target` WHERE `entry` IN (62056,63985); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(63985, 1, 32934), # Stone Grip +(62056, 1, 32934); + +update creature_template set scriptname = "boss_flame_leviathan_safety_container" where entry = 33218; diff --git a/sql/updates/5472_world_scripts.sql b/sql/updates/5472_world_scripts.sql index 50ade986537..e144bb85bf5 100644 --- a/sql/updates/5472_world_scripts.sql +++ b/sql/updates/5472_world_scripts.sql @@ -1,5 +1,5 @@ --- add missing sentence to Geezle's text & Overgrind's name to flag pickup emote --- Disabled due to script_texts being borked
--- delete from `script_texts` where `entry` in (-1000266,-1000259);
--- insert into `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) values
--- ('-1000266','%s picks up the naga flag.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','2','0','0','geezle - EMOTE_SPARK'),
--- ('-1000259','What\'s the big idea, Spark? Why\'d you call for this meeting?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','geezle - GEEZLE_SAY_1');
+-- add missing sentence to Geezle's text & Overgrind's name to flag pickup emote --- Disabled due to script_texts being borked +-- delete from `script_texts` where `entry` in (-1000266,-1000259); +-- insert into `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) values +-- ('-1000266','%s picks up the naga flag.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','2','0','0','geezle - EMOTE_SPARK'), +-- ('-1000259','What\'s the big idea, Spark? Why\'d you call for this meeting?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0','0','geezle - GEEZLE_SAY_1'); diff --git a/sql/updates/5524_world_scripts.sql b/sql/updates/5524_world_scripts.sql index 802685752cc..ef5eecc8cfc 100644 --- a/sql/updates/5524_world_scripts.sql +++ b/sql/updates/5524_world_scripts.sql @@ -1,6 +1,6 @@ -update creature_template set ScriptName = 'npc_iruk' where entry = 26219;
-UPDATE creature_template SET ScriptName = 'npc_corastrasza' WHERE entry = 32548;
-
-DELETE FROM `spell_script_target` WHERE entry = 61245;
-INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
-(61245, 1, 32535);
+update creature_template set ScriptName = 'npc_iruk' where entry = 26219; +UPDATE creature_template SET ScriptName = 'npc_corastrasza' WHERE entry = 32548; + +DELETE FROM `spell_script_target` WHERE entry = 61245; +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(61245, 1, 32535); diff --git a/sql/updates/5612_world_scripts.sql b/sql/updates/5612_world_scripts.sql index 3d52d63f50f..809017e6160 100644 --- a/sql/updates/5612_world_scripts.sql +++ b/sql/updates/5612_world_scripts.sql @@ -1,2 +1,2 @@ -
-UPDATE `creature_template` SET `ScriptName`='npc_razael_and_lyana' WHERE `entry` IN (23778,23998);
+ +UPDATE `creature_template` SET `ScriptName`='npc_razael_and_lyana' WHERE `entry` IN (23778,23998); diff --git a/sql/updates/5696_world.sql b/sql/updates/5696_world.sql index 5fcde663895..03fbd286a85 100644 --- a/sql/updates/5696_world.sql +++ b/sql/updates/5696_world.sql @@ -1,88 +1,88 @@ -
--- *Zum'Rah Area Trigger Script, Zum'Rah should become hostile when approached. By totoro.
-DELETE FROM `areatrigger_scripts` WHERE `entry`=962;
-INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES('962','at_zumrah');
-
--- *Judgement of Light PPM based, not 100%. By Drevi.
-DELETE FROM `spell_proc_event` WHERE `entry`=20185;
-INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
-( 20185, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 15, 0, 0); -- Judgement of Light
-
--- *A Spirit Guide Escort Quest, code from SD2, patch by manuel.
-UPDATE `creature_template` SET `ScriptName`='npc_ancestral_wolf' WHERE `entry`=17077;
-
-DELETE FROM `script_texts` WHERE `npc_entry`=17077;
-INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`sound`,`type`,`language`,`emote`,`comment`) VALUES
- (17077,-1000496,'%s lifts its head into the air, as if listening for something.',0,2,0,0,'ancestral wolf EMOTE_WOLF_LIFT_HEAD'),
- (17077,-1000497,'%s lets out a howl that rings across the mountains to the north and motions for you to follow.',0,2,0,0,'ancestral wolf EMOTE_WOLF_HOWL'),
- (17077,-1000498,'Welcome, kind spirit. What has brought you to us?',0,0,0,0,'ancestral wolf SAY_WOLF_WELCOME');
-
-DELETE FROM `script_waypoint` WHERE `entry`=17077;
-INSERT INTO `script_waypoint` VALUES
- (17077, 0, -16.950142, 3801.409424, 95.064, 5000, 'EMOTE_WOLF_LIFT_HEAD'),
- (17077, 1, -15.577404, 3805.170898, 94.833, 2500, ''),
- (17077, 2, -20.011766, 3806.609863, 92.476, 5000, 'EMOTE_WOLF_HOWL'),
- (17077, 3, -18.594666, 3816.207764, 91.482, 0, ''),
- (17077, 4, -19.293468, 3838.218750, 85.012, 0, ''),
- (17077, 5, -16.504408, 3871.034668, 82.327, 0, ''),
- (17077, 6, 2.064510, 3898.678711, 85.623, 0, ''),
- (17077, 7, 16.403864, 3921.174072, 86.024, 0, ''),
- (17077, 8, 47.307926, 3932.001465, 83.302, 0, ''),
- (17077, 9, 90.067230, 3942.906250, 77.000, 0, ''),
- (17077, 10, 106.886024, 3944.388428, 76.502, 0, ''),
- (17077, 11, 139.085480, 3941.897217, 80.617, 0, ''),
- (17077, 12, 150.092346, 3942.782959, 80.399, 0, ''),
- (17077, 13, 193.511475, 3950.396484, 74.366, 0, ''),
- (17077, 14, 226.274948, 3958.003418, 73.257, 0, ''),
- (17077, 15, 246.686981, 3963.309326, 76.376, 0, ''),
- (17077, 16, 264.206177, 3977.726563, 83.704, 0, ''),
- (17077, 17, 279.857422, 3986.417236, 88.245, 0, ''),
- (17077, 18, 304.039642, 3998.354004, 95.649, 0, ''),
- (17077, 19, 328.071503, 3995.832764, 104.434, 0, ''),
- (17077, 20, 347.485229, 3990.817627, 113.608, 0, ''),
- (17077, 21, 351.257202, 3954.260254, 125.747, 0, ''),
- (17077, 22, 345.625977, 3932.016113, 132.358, 0, ''),
- (17077, 23, 347.971893, 3908.549561, 135.520, 0, ''),
- (17077, 24, 351.887878, 3891.062744, 139.957, 0, ''),
- (17077, 25, 346.116852, 3864.634277, 146.647, 0, ''),
- (17077, 26, 330.012360, 3839.859375, 154.148, 0, ''),
- (17077, 27, 297.250610, 3811.855225, 166.893, 0, ''),
- (17077, 28, 290.783112, 3800.188477, 172.130, 0, ''),
- (17077, 29, 288.125427, 3782.474365, 180.825, 0, ''),
- (17077, 30, 296.817841, 3771.629639, 184.961, 0, ''),
- (17077, 31, 305.256256, 3765.380615, 185.360, 0, ''),
- (17077, 32, 311.447906, 3757.902100, 184.312, 0, ''),
- (17077, 33, 325.258026, 3730.282227, 184.076, 0, ''),
- (17077, 34, 341.158630, 3717.757080, 183.904, 0, ''),
- (17077, 35, 365.589020, 3717.200684, 183.902, 0, ''),
- (17077, 36, 387.395081, 3731.750732, 183.645, 0, ''),
- (17077, 37, 396.574127, 3732.604248, 179.831, 0, ''),
- (17077, 38, 404.303192, 3737.313232, 180.151, 0, ''),
- (17077, 39, 410.995972, 3742.286865, 183.364, 0, ''),
- (17077, 40, 434.904541, 3761.058838, 186.219, 0, ''),
- (17077, 41, 460.128815, 3774.436768, 186.348, 0, ''),
- (17077, 42, 467.643951, 3788.506104, 186.446, 0, ''),
- (17077, 43, 491.551666, 3815.446777, 189.848, 0, ''),
- (17077, 44, 496.957855, 3836.875244, 193.078, 0, ''),
- (17077, 45, 502.889191, 3855.458740, 194.834, 0, ''),
- (17077, 46, 508.208466, 3863.689453, 194.024, 0, ''),
- (17077, 47, 528.907593, 3887.348633, 189.762, 0, ''),
- (17077, 48, 527.722229, 3890.686523, 189.240, 0, ''),
- (17077, 49, 524.637329, 3891.768066, 189.149, 0, ''),
- (17077, 50, 519.146057, 3886.701660, 190.128, 60000, 'SAY_WOLF_WELCOME');
-
--- *TrullyOne/MeanMachine Waypoint System Restored. Patch by XTElite1.
--- This should be applied to world_script_waypoints.sql ASAP
-ALTER TABLE `creature_addon`
- ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `guid`;
-ALTER TABLE `creature_template_addon`
- ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `entry`;
-
-ALTER TABLE `waypoint_data` ADD COLUMN `id_old` int(10) unsigned NOT NULL default '0' COMMENT 'Creature GUID' AFTER `wpguid`;
-UPDATE `waypoint_data` SET `id_old`=`id`*0.1;
-
-REPLACE INTO `creature_addon` ( `guid` ) SELECT `id_old` FROM `waypoint_data`;
-
-UPDATE `creature_addon`,`waypoint_data` SET `creature_addon`.`path_id` = `waypoint_data`.`id` WHERE `creature_addon`.`guid`=`waypoint_data`.`id_old`;
-
-ALTER TABLE `waypoint_data` DROP COLUMN `id_old`;
+ +-- *Zum'Rah Area Trigger Script, Zum'Rah should become hostile when approached. By totoro. +DELETE FROM `areatrigger_scripts` WHERE `entry`=962; +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES('962','at_zumrah'); + +-- *Judgement of Light PPM based, not 100%. By Drevi. +DELETE FROM `spell_proc_event` WHERE `entry`=20185; +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 20185, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 15, 0, 0); -- Judgement of Light + +-- *A Spirit Guide Escort Quest, code from SD2, patch by manuel. +UPDATE `creature_template` SET `ScriptName`='npc_ancestral_wolf' WHERE `entry`=17077; + +DELETE FROM `script_texts` WHERE `npc_entry`=17077; +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`sound`,`type`,`language`,`emote`,`comment`) VALUES + (17077,-1000496,'%s lifts its head into the air, as if listening for something.',0,2,0,0,'ancestral wolf EMOTE_WOLF_LIFT_HEAD'), + (17077,-1000497,'%s lets out a howl that rings across the mountains to the north and motions for you to follow.',0,2,0,0,'ancestral wolf EMOTE_WOLF_HOWL'), + (17077,-1000498,'Welcome, kind spirit. What has brought you to us?',0,0,0,0,'ancestral wolf SAY_WOLF_WELCOME'); + +DELETE FROM `script_waypoint` WHERE `entry`=17077; +INSERT INTO `script_waypoint` VALUES + (17077, 0, -16.950142, 3801.409424, 95.064, 5000, 'EMOTE_WOLF_LIFT_HEAD'), + (17077, 1, -15.577404, 3805.170898, 94.833, 2500, ''), + (17077, 2, -20.011766, 3806.609863, 92.476, 5000, 'EMOTE_WOLF_HOWL'), + (17077, 3, -18.594666, 3816.207764, 91.482, 0, ''), + (17077, 4, -19.293468, 3838.218750, 85.012, 0, ''), + (17077, 5, -16.504408, 3871.034668, 82.327, 0, ''), + (17077, 6, 2.064510, 3898.678711, 85.623, 0, ''), + (17077, 7, 16.403864, 3921.174072, 86.024, 0, ''), + (17077, 8, 47.307926, 3932.001465, 83.302, 0, ''), + (17077, 9, 90.067230, 3942.906250, 77.000, 0, ''), + (17077, 10, 106.886024, 3944.388428, 76.502, 0, ''), + (17077, 11, 139.085480, 3941.897217, 80.617, 0, ''), + (17077, 12, 150.092346, 3942.782959, 80.399, 0, ''), + (17077, 13, 193.511475, 3950.396484, 74.366, 0, ''), + (17077, 14, 226.274948, 3958.003418, 73.257, 0, ''), + (17077, 15, 246.686981, 3963.309326, 76.376, 0, ''), + (17077, 16, 264.206177, 3977.726563, 83.704, 0, ''), + (17077, 17, 279.857422, 3986.417236, 88.245, 0, ''), + (17077, 18, 304.039642, 3998.354004, 95.649, 0, ''), + (17077, 19, 328.071503, 3995.832764, 104.434, 0, ''), + (17077, 20, 347.485229, 3990.817627, 113.608, 0, ''), + (17077, 21, 351.257202, 3954.260254, 125.747, 0, ''), + (17077, 22, 345.625977, 3932.016113, 132.358, 0, ''), + (17077, 23, 347.971893, 3908.549561, 135.520, 0, ''), + (17077, 24, 351.887878, 3891.062744, 139.957, 0, ''), + (17077, 25, 346.116852, 3864.634277, 146.647, 0, ''), + (17077, 26, 330.012360, 3839.859375, 154.148, 0, ''), + (17077, 27, 297.250610, 3811.855225, 166.893, 0, ''), + (17077, 28, 290.783112, 3800.188477, 172.130, 0, ''), + (17077, 29, 288.125427, 3782.474365, 180.825, 0, ''), + (17077, 30, 296.817841, 3771.629639, 184.961, 0, ''), + (17077, 31, 305.256256, 3765.380615, 185.360, 0, ''), + (17077, 32, 311.447906, 3757.902100, 184.312, 0, ''), + (17077, 33, 325.258026, 3730.282227, 184.076, 0, ''), + (17077, 34, 341.158630, 3717.757080, 183.904, 0, ''), + (17077, 35, 365.589020, 3717.200684, 183.902, 0, ''), + (17077, 36, 387.395081, 3731.750732, 183.645, 0, ''), + (17077, 37, 396.574127, 3732.604248, 179.831, 0, ''), + (17077, 38, 404.303192, 3737.313232, 180.151, 0, ''), + (17077, 39, 410.995972, 3742.286865, 183.364, 0, ''), + (17077, 40, 434.904541, 3761.058838, 186.219, 0, ''), + (17077, 41, 460.128815, 3774.436768, 186.348, 0, ''), + (17077, 42, 467.643951, 3788.506104, 186.446, 0, ''), + (17077, 43, 491.551666, 3815.446777, 189.848, 0, ''), + (17077, 44, 496.957855, 3836.875244, 193.078, 0, ''), + (17077, 45, 502.889191, 3855.458740, 194.834, 0, ''), + (17077, 46, 508.208466, 3863.689453, 194.024, 0, ''), + (17077, 47, 528.907593, 3887.348633, 189.762, 0, ''), + (17077, 48, 527.722229, 3890.686523, 189.240, 0, ''), + (17077, 49, 524.637329, 3891.768066, 189.149, 0, ''), + (17077, 50, 519.146057, 3886.701660, 190.128, 60000, 'SAY_WOLF_WELCOME'); + +-- *TrullyOne/MeanMachine Waypoint System Restored. Patch by XTElite1. +-- This should be applied to world_script_waypoints.sql ASAP +ALTER TABLE `creature_addon` + ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `guid`; +ALTER TABLE `creature_template_addon` + ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `entry`; + +ALTER TABLE `waypoint_data` ADD COLUMN `id_old` int(10) unsigned NOT NULL default '0' COMMENT 'Creature GUID' AFTER `wpguid`; +UPDATE `waypoint_data` SET `id_old`=`id`*0.1; + +REPLACE INTO `creature_addon` ( `guid` ) SELECT `id_old` FROM `waypoint_data`; + +UPDATE `creature_addon`,`waypoint_data` SET `creature_addon`.`path_id` = `waypoint_data`.`id` WHERE `creature_addon`.`guid`=`waypoint_data`.`id_old`; + +ALTER TABLE `waypoint_data` DROP COLUMN `id_old`; diff --git a/sql/updates/5700_world.sql b/sql/updates/5700_world.sql index c0abdcd0276..6f370da9f8a 100644 --- a/sql/updates/5700_world.sql +++ b/sql/updates/5700_world.sql @@ -1,54 +1,54 @@ -
--- Sunken temple (already in world_scripts_full.sql)
-UPDATE `instance_template` SET `script`='instance_sunken_temple' WHERE `map`=109;
-UPDATE `gameobject_template` SET `ScriptName`='go_atalai_statue' WHERE `entry` IN (148830,148831,148832,148833,148834,148835);
-DELETE FROM `areatrigger_scripts` WHERE `entry`=4016;
-INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES (4016,'at_malfurion_stormrage');
-
--- Duskwood (already in world_scripts_full.sql)
-DELETE FROM `areatrigger_scripts` WHERE `entry`=4017;
-INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES (4017,'at_twilight_grove');
-UPDATE `creature_template` SET `ScriptName`='boss_twilight_corrupter' WHERE `entry`=15625;
-
--- quest data: A pawn on the eternal board
--- Already in world_scripts_full.sql
-UPDATE `gameobject_template` SET `ScriptName`='go_crystalline_tear' WHERE `entry`=180633;
-UPDATE `creature_template` SET `ScriptName`='mob_qiraj_war_spawn' WHERE `entry` IN (15414,15422,15424,15423);
-UPDATE `creature_template` SET `ScriptName`='npc_anachronos_the_ancient' WHERE `entry`=15381;
-UPDATE `creature_template` SET `ScriptName`='npc_anachronos_quest_trigger' WHERE `entry`=15454;
-
--- Already in world_script_texts.sql
-DELETE FROM `script_texts` WHERE `entry` BETWEEN -1350030 AND -1350000;
-INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`type`,`emote`,`comment`) VALUES
- (15381,-1350000,'We must act quickly or all shall be lost!',0,1,'ANACHRONOS_SAY_1'),
- (15381,-1350001,'NOW, STAGHELM! WE GO NOW! Prepare your magic!',0,81,'ANACHRONOS_SAY_2'),
- (15381,-1350002,'Stay close...',0,1,'ANACHRONOS_SAY_3'),
- (15381,-1350003,'The sands of time will halt, but only for a moment! I will now conjure the barrier.',0,1,'ANACHRONOS_SAY_4'),
- (15381,-1350004,'FINISH THE SPELL STAGHELM! I CANNOT HOLD THE GLYPHS OF WARDING IN PLACE MUCH LONGER! CALL FORTH THE ROOTS!',0,53,'ANACHRONOS_SAY_5'),
- (15381,-1350005,'It... It is over, Lord Staghelm. We are victorious. Albeit the cost for this victory was great.',0,1,'ANACHRONOS_SAY_6'),
- (15381,-1350006,'There is but one duty that remains...',0,1,'ANACHRONOS_SAY_7'),
- (15381,-1350007,'Before I leave this place, I make one final offreing to you, Lord Staghelm. Should a time arise in which you must gain entry to this accursed fortress, use the Scepter of the Shifting Sands on the sacred gong. The magic holding the barrier together will dissipate and the horrors of Ahn''Qiraj will be unleashed upon the world once more.',0,1,'ANACHRONOS_SAY_8'),
- (15381,-1350008,'Lord Staghelm, where are you going? You would shatter our bond for the sake of pride?',0,1,'ANACHRONOS_SAY_9'),
- (15381,-1350009,'And now you know all that there is to know, mortal...',0,1,'ANACHRONOS_SAY_10'),
- (15381,-1350010,'hands the Scepter of the Shifting Sands to Fandral Staghelm.',2,1,'ANACHRONOS_EMOTE_1'),
- (15381,-1350011,'shakes his head in dissapointment.',2,274,'ANACHRONOS_EMOTE_2'),
- (15381,-1350012,'kneels down to pick up the fragments of the shattered scepter.',2,87,'ANACHRONOS_EMOTE_3'),
- (15382,-1350013,'My forces cannot overcome the Qiraji defenses. We will not be able to get close enough to place your precious barrier, dragon.',0,1,'FANDRAL_SAY_1'),
- (15382,-1350014,'It is done dragon. Lead the way...',0,1,'FANDRAL_SAY_2'),
- (15382,-1350015,'Ancient ones guide my hand... Wake from your slumber! WAKE AND SEAL THIS CURSED PLACE!',0,1,'FANDRAL_SAY_3'),
- (15382,-1350016,'After the savagery that my people have witnessed and felt, you expect me to accept another burden, dragon? Surely you are mad.',0,25,'FANDRAL_SAY_4'),
- (15382,-1350017,'I want nothing to do with Silithus, the Qiraji and least of all, any damned dragons!',0,1,'FANDRAL_SAY_5'),
- (15382,-1350018,'My son''s soul will find no comfort in this hollow victory, dragon. I will have him back.Thought it takes a millennia, I WILL have my son back!',0,254,'FANDRAL_SAY_6'),
- (15382,-1350019,'falls to one knee - exhausted.',2,16,'FANDRAL_EMOTE_1'),
- (15382,-1350020,'hurls the Scepter of the Shifting Sands into the barrier, shattering it.',2,0,'FANDRAL_EMOTE_2'),
- (15379,-1350021,'Aye, Fandral, remember these words: Let not your grief guide your faith. These thoughts you hold... dark places you go, night elf. Absolution cannot be had through misguided vengeance.',0,1,'CAELESTRASZ_SAY_1'),
- (15379,-1350022,'Do not forget the sacrifices made on this day, night elf. We have all suffered immensely at the hands of these beasts.',0,1,'CAELESTRASZ_SAY_2'),
- (15379,-1350023,'Alexstrasza grant me the resolve to drive our enemies back!',1,53,'CAELESTRASZ_YELL_1'),
- (15380,-1350024,'This distraction will give you and the young druid time enough to seal the gate. Do not falter. Now, let us see how they deal with chaotic magic.',0,1,'ARYGOS_SAY_1'),
- (15380,-1350025,'Let them feel the wrath of the Blue Flight! May Malygos protect me!',1,53,'ARYGOS_YELL_1'),
- (15380,-1350026,'nods knowingly.',2,273,'ARYGOS_EMOTE_1'),
- (15378,-1350027,'There is a way...',0,1,'MERITHRA_SAY_1'),
- (15378,-1350028,'We will push them back, Anachronos. This I vow. Uphold the end of this task. Let not your hands falter as you seal our fates behind the barrier.',0,1,'MERITHRA_SAY_2'),
- (15378,-1350029,'Succumb to the endless dream, little ones. Let it consume you!',1,53,'MERITHRA_YELL_1'),
- (15378,-1350030,'glances at her compatriots.',2,2,'MERITHRA_EMOTE_1');
-
+ +-- Sunken temple (already in world_scripts_full.sql) +UPDATE `instance_template` SET `script`='instance_sunken_temple' WHERE `map`=109; +UPDATE `gameobject_template` SET `ScriptName`='go_atalai_statue' WHERE `entry` IN (148830,148831,148832,148833,148834,148835); +DELETE FROM `areatrigger_scripts` WHERE `entry`=4016; +INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES (4016,'at_malfurion_stormrage'); + +-- Duskwood (already in world_scripts_full.sql) +DELETE FROM `areatrigger_scripts` WHERE `entry`=4017; +INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES (4017,'at_twilight_grove'); +UPDATE `creature_template` SET `ScriptName`='boss_twilight_corrupter' WHERE `entry`=15625; + +-- quest data: A pawn on the eternal board +-- Already in world_scripts_full.sql +UPDATE `gameobject_template` SET `ScriptName`='go_crystalline_tear' WHERE `entry`=180633; +UPDATE `creature_template` SET `ScriptName`='mob_qiraj_war_spawn' WHERE `entry` IN (15414,15422,15424,15423); +UPDATE `creature_template` SET `ScriptName`='npc_anachronos_the_ancient' WHERE `entry`=15381; +UPDATE `creature_template` SET `ScriptName`='npc_anachronos_quest_trigger' WHERE `entry`=15454; + +-- Already in world_script_texts.sql +DELETE FROM `script_texts` WHERE `entry` BETWEEN -1350030 AND -1350000; +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`type`,`emote`,`comment`) VALUES + (15381,-1350000,'We must act quickly or all shall be lost!',0,1,'ANACHRONOS_SAY_1'), + (15381,-1350001,'NOW, STAGHELM! WE GO NOW! Prepare your magic!',0,81,'ANACHRONOS_SAY_2'), + (15381,-1350002,'Stay close...',0,1,'ANACHRONOS_SAY_3'), + (15381,-1350003,'The sands of time will halt, but only for a moment! I will now conjure the barrier.',0,1,'ANACHRONOS_SAY_4'), + (15381,-1350004,'FINISH THE SPELL STAGHELM! I CANNOT HOLD THE GLYPHS OF WARDING IN PLACE MUCH LONGER! CALL FORTH THE ROOTS!',0,53,'ANACHRONOS_SAY_5'), + (15381,-1350005,'It... It is over, Lord Staghelm. We are victorious. Albeit the cost for this victory was great.',0,1,'ANACHRONOS_SAY_6'), + (15381,-1350006,'There is but one duty that remains...',0,1,'ANACHRONOS_SAY_7'), + (15381,-1350007,'Before I leave this place, I make one final offreing to you, Lord Staghelm. Should a time arise in which you must gain entry to this accursed fortress, use the Scepter of the Shifting Sands on the sacred gong. The magic holding the barrier together will dissipate and the horrors of Ahn''Qiraj will be unleashed upon the world once more.',0,1,'ANACHRONOS_SAY_8'), + (15381,-1350008,'Lord Staghelm, where are you going? You would shatter our bond for the sake of pride?',0,1,'ANACHRONOS_SAY_9'), + (15381,-1350009,'And now you know all that there is to know, mortal...',0,1,'ANACHRONOS_SAY_10'), + (15381,-1350010,'hands the Scepter of the Shifting Sands to Fandral Staghelm.',2,1,'ANACHRONOS_EMOTE_1'), + (15381,-1350011,'shakes his head in dissapointment.',2,274,'ANACHRONOS_EMOTE_2'), + (15381,-1350012,'kneels down to pick up the fragments of the shattered scepter.',2,87,'ANACHRONOS_EMOTE_3'), + (15382,-1350013,'My forces cannot overcome the Qiraji defenses. We will not be able to get close enough to place your precious barrier, dragon.',0,1,'FANDRAL_SAY_1'), + (15382,-1350014,'It is done dragon. Lead the way...',0,1,'FANDRAL_SAY_2'), + (15382,-1350015,'Ancient ones guide my hand... Wake from your slumber! WAKE AND SEAL THIS CURSED PLACE!',0,1,'FANDRAL_SAY_3'), + (15382,-1350016,'After the savagery that my people have witnessed and felt, you expect me to accept another burden, dragon? Surely you are mad.',0,25,'FANDRAL_SAY_4'), + (15382,-1350017,'I want nothing to do with Silithus, the Qiraji and least of all, any damned dragons!',0,1,'FANDRAL_SAY_5'), + (15382,-1350018,'My son''s soul will find no comfort in this hollow victory, dragon. I will have him back.Thought it takes a millennia, I WILL have my son back!',0,254,'FANDRAL_SAY_6'), + (15382,-1350019,'falls to one knee - exhausted.',2,16,'FANDRAL_EMOTE_1'), + (15382,-1350020,'hurls the Scepter of the Shifting Sands into the barrier, shattering it.',2,0,'FANDRAL_EMOTE_2'), + (15379,-1350021,'Aye, Fandral, remember these words: Let not your grief guide your faith. These thoughts you hold... dark places you go, night elf. Absolution cannot be had through misguided vengeance.',0,1,'CAELESTRASZ_SAY_1'), + (15379,-1350022,'Do not forget the sacrifices made on this day, night elf. We have all suffered immensely at the hands of these beasts.',0,1,'CAELESTRASZ_SAY_2'), + (15379,-1350023,'Alexstrasza grant me the resolve to drive our enemies back!',1,53,'CAELESTRASZ_YELL_1'), + (15380,-1350024,'This distraction will give you and the young druid time enough to seal the gate. Do not falter. Now, let us see how they deal with chaotic magic.',0,1,'ARYGOS_SAY_1'), + (15380,-1350025,'Let them feel the wrath of the Blue Flight! May Malygos protect me!',1,53,'ARYGOS_YELL_1'), + (15380,-1350026,'nods knowingly.',2,273,'ARYGOS_EMOTE_1'), + (15378,-1350027,'There is a way...',0,1,'MERITHRA_SAY_1'), + (15378,-1350028,'We will push them back, Anachronos. This I vow. Uphold the end of this task. Let not your hands falter as you seal our fates behind the barrier.',0,1,'MERITHRA_SAY_2'), + (15378,-1350029,'Succumb to the endless dream, little ones. Let it consume you!',1,53,'MERITHRA_YELL_1'), + (15378,-1350030,'glances at her compatriots.',2,2,'MERITHRA_EMOTE_1'); + diff --git a/sql/updates/5724_world_utgarde_pinnacle.sql b/sql/updates/5724_world_utgarde_pinnacle.sql index 9b2987d3b58..86a3dba4460 100644 --- a/sql/updates/5724_world_utgarde_pinnacle.sql +++ b/sql/updates/5724_world_utgarde_pinnacle.sql @@ -9,4 +9,4 @@ UPDATE `creature_template` SET `ScriptName`='mob_ravenous_furbolg' WHERE `entry` UPDATE `creature_template` SET `ScriptName`='mob_ferocious_rhino' WHERE `entry`=26685; UPDATE `creature_template` SET `ScriptName`='mob_massive_jormungar' WHERE `entry`=26686; UPDATE `instance_template` SET `script`='instance_utgarde_pinnacle' WHERE `map`=575; -UPDATE `gameobject_template` SET `ScriptName`='go_palehoof_sphere'WHERE `entry`=188593;
\ No newline at end of file +UPDATE `gameobject_template` SET `ScriptName`='go_palehoof_sphere'WHERE `entry`=188593;
\ No newline at end of file diff --git a/sql/updates/5864_world_scripts.sql b/sql/updates/5864_world_scripts.sql index 5de1cf6ab91..ac2f5c2e90d 100644 --- a/sql/updates/5864_world_scripts.sql +++ b/sql/updates/5864_world_scripts.sql @@ -1,5 +1,5 @@ -
-UPDATE `creature_template` SET `ScriptName`='boss_drakkari_colossus' WHERE `entry`=29307;
-UPDATE `creature_template` SET `ScriptName`='boss_drakkari_elemental' WHERE `entry`=29573;
-UPDATE `creature_template` SET `ScriptName`='npc_living_mojo' WHERE `entry`=29830;
-
+ +UPDATE `creature_template` SET `ScriptName`='boss_drakkari_colossus' WHERE `entry`=29307; +UPDATE `creature_template` SET `ScriptName`='boss_drakkari_elemental' WHERE `entry`=29573; +UPDATE `creature_template` SET `ScriptName`='npc_living_mojo' WHERE `entry`=29830; + |
