From 7059b439c4b2d58b6277a86df92dff8194fdc638 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 16 May 2019 01:59:50 +0200 Subject: DB: Rename Files --- .../world/3.3.5/2019_05_13_03_world_335.sql | 11 --------- .../world/3.3.5/2019_05_13_04_world_335.sql | 10 -------- .../world/3.3.5/2019_05_13_05_world_335.sql | 11 --------- .../world/3.3.5/2019_05_13_06_world_335.sql | 28 ---------------------- .../world/3.3.5/2019_05_13_07_world_335.sql | 14 ----------- .../world/3.3.5/2019_05_13_08_world_335.sql | 2 -- .../world/3.3.5/2019_05_13_09_world_335.sql | 21 ---------------- .../world/3.3.5/2019_05_15_03_world_335.sql | 11 +++++++++ .../world/3.3.5/2019_05_15_04_world_335.sql | 10 ++++++++ .../world/3.3.5/2019_05_15_05_world_335.sql | 11 +++++++++ .../world/3.3.5/2019_05_15_06_world_335.sql | 28 ++++++++++++++++++++++ .../world/3.3.5/2019_05_15_07_world_335.sql | 14 +++++++++++ .../world/3.3.5/2019_05_15_08_world_335.sql | 2 ++ .../world/3.3.5/2019_05_15_09_world_335.sql | 21 ++++++++++++++++ 14 files changed, 97 insertions(+), 97 deletions(-) delete mode 100644 sql/updates/world/3.3.5/2019_05_13_03_world_335.sql delete mode 100644 sql/updates/world/3.3.5/2019_05_13_04_world_335.sql delete mode 100644 sql/updates/world/3.3.5/2019_05_13_05_world_335.sql delete mode 100644 sql/updates/world/3.3.5/2019_05_13_06_world_335.sql delete mode 100644 sql/updates/world/3.3.5/2019_05_13_07_world_335.sql delete mode 100644 sql/updates/world/3.3.5/2019_05_13_08_world_335.sql delete mode 100644 sql/updates/world/3.3.5/2019_05_13_09_world_335.sql create mode 100644 sql/updates/world/3.3.5/2019_05_15_03_world_335.sql create mode 100644 sql/updates/world/3.3.5/2019_05_15_04_world_335.sql create mode 100644 sql/updates/world/3.3.5/2019_05_15_05_world_335.sql create mode 100644 sql/updates/world/3.3.5/2019_05_15_06_world_335.sql create mode 100644 sql/updates/world/3.3.5/2019_05_15_07_world_335.sql create mode 100644 sql/updates/world/3.3.5/2019_05_15_08_world_335.sql create mode 100644 sql/updates/world/3.3.5/2019_05_15_09_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_05_13_03_world_335.sql b/sql/updates/world/3.3.5/2019_05_13_03_world_335.sql deleted file mode 100644 index 309b6bd2ceb..00000000000 --- a/sql/updates/world/3.3.5/2019_05_13_03_world_335.sql +++ /dev/null @@ -1,11 +0,0 @@ --- Raschal the Courier -UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=9546 AND `GroupID`=1; -DELETE FROM `smart_scripts` WHERE `entryorguid`=954600 AND `source_type`=9; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(954600,9,0,0,0,0,100,0,0,0,0,0,0,17,64,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Set Emote State 'Stun'"), -(954600,9,1,0,0,0,100,0,2000,2000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Say Line 0"), -(954600,9,2,0,0,0,100,0,5500,5500,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Set Emote State 'None'"), -(954600,9,3,0,0,0,100,0,500,500,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Say Line 1"), -(954600,9,4,0,0,0,100,0,5000,5000,0,0,0,5,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Play Emote 'Bow'"), -(954600,9,5,0,0,0,100,0,2000,2000,0,0,0,15,4265,0,0,0,0,0,12,1,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Quest Credit 'Freed from the Hive'"), -(954600,9,6,0,0,0,100,0,3000,3000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Despawn Instant"); diff --git a/sql/updates/world/3.3.5/2019_05_13_04_world_335.sql b/sql/updates/world/3.3.5/2019_05_13_04_world_335.sql deleted file mode 100644 index 8439bf18b71..00000000000 --- a/sql/updates/world/3.3.5/2019_05_13_04_world_335.sql +++ /dev/null @@ -1,10 +0,0 @@ --- Message to the Wildhammer -UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=179911; -DELETE FROM `smart_scripts` WHERE `entryorguid`=179911 AND `source_type`=1; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(179911,1,0,0,11,0,100,0,0,0,0,0,1,0,0,0,0,0,0,10,92849,5635,0,0,0,0,0,"Regulator Valve - On Spawn - Say Line 0 (Falstad Wildhammer)"); - --- Falstad Wildhammer -DELETE FROM `creature_text` WHERE `CreatureID`=5635; -INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES -(5635,0,0,"Invaders! Invaders! We're under attack, boys! Get 'em!",14,0,100,0,0,0,10009,2,"Falstad Wildhammer"); diff --git a/sql/updates/world/3.3.5/2019_05_13_05_world_335.sql b/sql/updates/world/3.3.5/2019_05_13_05_world_335.sql deleted file mode 100644 index 786592244f1..00000000000 --- a/sql/updates/world/3.3.5/2019_05_13_05_world_335.sql +++ /dev/null @@ -1,11 +0,0 @@ --- BreadCrumb Quest "Sergra Darkthorn" -UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=844 WHERE `ID`=860; - --- BreadCrumb Quest "Call of Fire" (Draenei version) -UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=9464 WHERE `ID`=9462; - --- BreadCrumb Quest "Call of Water" (Draenei version) -UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=9501 WHERE `ID`=9500; - --- BreadCrumb Quest "Call of Air" (Draenei version) -UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=9552 WHERE `ID`=9551; diff --git a/sql/updates/world/3.3.5/2019_05_13_06_world_335.sql b/sql/updates/world/3.3.5/2019_05_13_06_world_335.sql deleted file mode 100644 index 94e238c562c..00000000000 --- a/sql/updates/world/3.3.5/2019_05_13_06_world_335.sql +++ /dev/null @@ -1,28 +0,0 @@ --- Bath'rah the Windwatcher -DELETE FROM `creature_text` WHERE `CreatureID`=6176 AND `GroupID` IN (2,3); -INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES -(6176,2,0,"%s surveys the ground and nods approvingly.",16,0,100,16,0,0,10864,0,"Bath'rah the Windwatcher"), -(6176,3,0,"I don't think it's strong enough.",12,0,100,0,0,0,10865,0,"Bath'rah the Windwatcher"); - -DELETE FROM `smart_scripts` WHERE `entryorguid`=6176 AND `source_type`=0 AND `id` IN (2,3,4,5); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN (617600,617601) AND `source_type`=9; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(6176,0,2,0,20,0,100,0,8412,0,0,0,80,617600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Quest 'Spirit Totem' Finished - Run Script"), -(6176,0,3,0,40,0,100,0,1,6176,0,0,80,617601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Waypoint 1 Reached - Run Script"), -(6176,0,4,0,40,0,100,0,2,6176,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.39626,"Bath'rah the Windwatcher - On Waypoint 2 Reached - Set Orientation"), -(6176,0,5,0,40,0,100,0,2,6176,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Waypoint 2 Reached - Add Npc Flag Questgiver"), -(617600,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Remove Npc Flag Questgiver"), -(617600,9,1,0,0,0,100,0,0,0,0,0,53,0,6176,0,0,0,2,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Start Waypoint"), -(617601,9,0,0,0,0,100,0,0,0,0,0,54,10000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Pause Waypoint"), -(617601,9,1,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Say Line 2"), -(617601,9,2,0,0,0,100,0,5000,5000,0,0,11,25000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Cast 'Spirit Totem'"), -(617601,9,3,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Say Line 3"); - -DELETE FROM `waypoints` WHERE `entry`=6176; -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES -(6176,1,254.741,-1452.16,51.6124,""), -(6176,2,250.84,-1470.58,55.4491,""); - --- Spirit Totem -DELETE FROM `creature_template_addon` WHERE `entry`=15363; -INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES (15363,25001); diff --git a/sql/updates/world/3.3.5/2019_05_13_07_world_335.sql b/sql/updates/world/3.3.5/2019_05_13_07_world_335.sql deleted file mode 100644 index a8434b61805..00000000000 --- a/sql/updates/world/3.3.5/2019_05_13_07_world_335.sql +++ /dev/null @@ -1,14 +0,0 @@ --- Sprinkle -DELETE FROM `creature_text` WHERE `CreatureID`=7583 AND `GroupID`=3; -INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES -(7583,3,0,"Just sit tight while I get this prepared for you!",12,0,100,0,0,0,3661,0,"Sprinkle"); - -DELETE FROM `smart_scripts` WHERE `entryorguid`=7583 AND `source_type`=0 AND `id`=2; -DELETE FROM `smart_scripts` WHERE `entryorguid`=758302 AND `source_type`=9; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(7583,0,2,0,20,0,100,0,2641,0,0,0,80,758302,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Quest 'Sprinkle's Secret Ingredient' Finished - Run Script"), -(758302,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Remove Npc Flag Questgiver"), -(758302,9,1,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Say Line 3"), -(758302,9,2,0,0,0,100,0,1000,1000,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Set Emote State 'Usestanding'"), -(758302,9,3,0,0,0,100,0,6000,6000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Set Emote State 'None'"), -(758302,9,4,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Add Npc Flag Questgiver"); diff --git a/sql/updates/world/3.3.5/2019_05_13_08_world_335.sql b/sql/updates/world/3.3.5/2019_05_13_08_world_335.sql deleted file mode 100644 index 1dbbef48d14..00000000000 --- a/sql/updates/world/3.3.5/2019_05_13_08_world_335.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Marin Noggenfogger -UPDATE `gossip_menu_option` SET `OptionText`="Yes! I want more of that fabulous Noggenfogger Elixir!", `OptionBroadcastTextID`=3793 WHERE `MenuID`=922 AND `OptionID`=0; diff --git a/sql/updates/world/3.3.5/2019_05_13_09_world_335.sql b/sql/updates/world/3.3.5/2019_05_13_09_world_335.sql deleted file mode 100644 index e1652eb6011..00000000000 --- a/sql/updates/world/3.3.5/2019_05_13_09_world_335.sql +++ /dev/null @@ -1,21 +0,0 @@ --- Troyas Moonbreeze -DELETE FROM `smart_scripts` WHERE `entryorguid`=7764 AND `source_type`=0 AND `id` IN (1,2,3); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN (776400,776401) AND `source_type`=9; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(7764,0,1,0,40,0,100,0,1,7764,0,0,80,776401,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Waypoint 1 Reached - Run Script"), -(7764,0,2,0,40,0,100,0,2,7764,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.951991,"Troyas Moonbreeze - On Waypoint 2 Reached - Set Orientation"), -(7764,0,3,0,40,0,100,0,2,7764,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Waypoint 2 Reached - Add Npc Flag Questgiver"), -(776400,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Remove Npc Flag Questgiver"), -(776400,9,1,0,0,0,100,0,1000,1000,0,0,53,0,7764,0,0,0,2,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Start Waypoint"), -(776400,9,2,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Say Line 0"), -(776401,9,0,0,0,0,100,0,0,0,0,0,54,7000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Pause Waypoint"), -(776401,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.99471,"Troyas Moonbreeze - On Script - Set Orientation"), -(776401,9,2,0,0,0,100,0,1000,1000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Say Line 1"), -(776401,9,3,0,0,0,100,0,4000,4000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Say Line 2"); - -DELETE FROM `waypoints` WHERE `entry`=7764; -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES -(7764,1,-4476.23,3230.55,13.7301,""), -(7764,2,-4474.9,3232.88,13.7295,""); - -UPDATE `creature_text` SET `Emote`=0 WHERE `CreatureID`=7764 AND `GroupID`=2; diff --git a/sql/updates/world/3.3.5/2019_05_15_03_world_335.sql b/sql/updates/world/3.3.5/2019_05_15_03_world_335.sql new file mode 100644 index 00000000000..309b6bd2ceb --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_15_03_world_335.sql @@ -0,0 +1,11 @@ +-- Raschal the Courier +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=9546 AND `GroupID`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=954600 AND `source_type`=9; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(954600,9,0,0,0,0,100,0,0,0,0,0,0,17,64,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Set Emote State 'Stun'"), +(954600,9,1,0,0,0,100,0,2000,2000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Say Line 0"), +(954600,9,2,0,0,0,100,0,5500,5500,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Set Emote State 'None'"), +(954600,9,3,0,0,0,100,0,500,500,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Say Line 1"), +(954600,9,4,0,0,0,100,0,5000,5000,0,0,0,5,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Play Emote 'Bow'"), +(954600,9,5,0,0,0,100,0,2000,2000,0,0,0,15,4265,0,0,0,0,0,12,1,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Quest Credit 'Freed from the Hive'"), +(954600,9,6,0,0,0,100,0,3000,3000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Raschal the Courier - On Script - Despawn Instant"); diff --git a/sql/updates/world/3.3.5/2019_05_15_04_world_335.sql b/sql/updates/world/3.3.5/2019_05_15_04_world_335.sql new file mode 100644 index 00000000000..8439bf18b71 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_15_04_world_335.sql @@ -0,0 +1,10 @@ +-- Message to the Wildhammer +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=179911; +DELETE FROM `smart_scripts` WHERE `entryorguid`=179911 AND `source_type`=1; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(179911,1,0,0,11,0,100,0,0,0,0,0,1,0,0,0,0,0,0,10,92849,5635,0,0,0,0,0,"Regulator Valve - On Spawn - Say Line 0 (Falstad Wildhammer)"); + +-- Falstad Wildhammer +DELETE FROM `creature_text` WHERE `CreatureID`=5635; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5635,0,0,"Invaders! Invaders! We're under attack, boys! Get 'em!",14,0,100,0,0,0,10009,2,"Falstad Wildhammer"); diff --git a/sql/updates/world/3.3.5/2019_05_15_05_world_335.sql b/sql/updates/world/3.3.5/2019_05_15_05_world_335.sql new file mode 100644 index 00000000000..786592244f1 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_15_05_world_335.sql @@ -0,0 +1,11 @@ +-- BreadCrumb Quest "Sergra Darkthorn" +UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=844 WHERE `ID`=860; + +-- BreadCrumb Quest "Call of Fire" (Draenei version) +UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=9464 WHERE `ID`=9462; + +-- BreadCrumb Quest "Call of Water" (Draenei version) +UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=9501 WHERE `ID`=9500; + +-- BreadCrumb Quest "Call of Air" (Draenei version) +UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=9552 WHERE `ID`=9551; diff --git a/sql/updates/world/3.3.5/2019_05_15_06_world_335.sql b/sql/updates/world/3.3.5/2019_05_15_06_world_335.sql new file mode 100644 index 00000000000..94e238c562c --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_15_06_world_335.sql @@ -0,0 +1,28 @@ +-- Bath'rah the Windwatcher +DELETE FROM `creature_text` WHERE `CreatureID`=6176 AND `GroupID` IN (2,3); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6176,2,0,"%s surveys the ground and nods approvingly.",16,0,100,16,0,0,10864,0,"Bath'rah the Windwatcher"), +(6176,3,0,"I don't think it's strong enough.",12,0,100,0,0,0,10865,0,"Bath'rah the Windwatcher"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=6176 AND `source_type`=0 AND `id` IN (2,3,4,5); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (617600,617601) AND `source_type`=9; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(6176,0,2,0,20,0,100,0,8412,0,0,0,80,617600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Quest 'Spirit Totem' Finished - Run Script"), +(6176,0,3,0,40,0,100,0,1,6176,0,0,80,617601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Waypoint 1 Reached - Run Script"), +(6176,0,4,0,40,0,100,0,2,6176,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.39626,"Bath'rah the Windwatcher - On Waypoint 2 Reached - Set Orientation"), +(6176,0,5,0,40,0,100,0,2,6176,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Waypoint 2 Reached - Add Npc Flag Questgiver"), +(617600,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Remove Npc Flag Questgiver"), +(617600,9,1,0,0,0,100,0,0,0,0,0,53,0,6176,0,0,0,2,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Start Waypoint"), +(617601,9,0,0,0,0,100,0,0,0,0,0,54,10000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Pause Waypoint"), +(617601,9,1,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Say Line 2"), +(617601,9,2,0,0,0,100,0,5000,5000,0,0,11,25000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Cast 'Spirit Totem'"), +(617601,9,3,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bath'rah the Windwatcher - On Script - Say Line 3"); + +DELETE FROM `waypoints` WHERE `entry`=6176; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(6176,1,254.741,-1452.16,51.6124,""), +(6176,2,250.84,-1470.58,55.4491,""); + +-- Spirit Totem +DELETE FROM `creature_template_addon` WHERE `entry`=15363; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES (15363,25001); diff --git a/sql/updates/world/3.3.5/2019_05_15_07_world_335.sql b/sql/updates/world/3.3.5/2019_05_15_07_world_335.sql new file mode 100644 index 00000000000..a8434b61805 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_15_07_world_335.sql @@ -0,0 +1,14 @@ +-- Sprinkle +DELETE FROM `creature_text` WHERE `CreatureID`=7583 AND `GroupID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7583,3,0,"Just sit tight while I get this prepared for you!",12,0,100,0,0,0,3661,0,"Sprinkle"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7583 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=758302 AND `source_type`=9; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7583,0,2,0,20,0,100,0,2641,0,0,0,80,758302,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Quest 'Sprinkle's Secret Ingredient' Finished - Run Script"), +(758302,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Remove Npc Flag Questgiver"), +(758302,9,1,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Say Line 3"), +(758302,9,2,0,0,0,100,0,1000,1000,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Set Emote State 'Usestanding'"), +(758302,9,3,0,0,0,100,0,6000,6000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Set Emote State 'None'"), +(758302,9,4,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Add Npc Flag Questgiver"); diff --git a/sql/updates/world/3.3.5/2019_05_15_08_world_335.sql b/sql/updates/world/3.3.5/2019_05_15_08_world_335.sql new file mode 100644 index 00000000000..1dbbef48d14 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_15_08_world_335.sql @@ -0,0 +1,2 @@ +-- Marin Noggenfogger +UPDATE `gossip_menu_option` SET `OptionText`="Yes! I want more of that fabulous Noggenfogger Elixir!", `OptionBroadcastTextID`=3793 WHERE `MenuID`=922 AND `OptionID`=0; diff --git a/sql/updates/world/3.3.5/2019_05_15_09_world_335.sql b/sql/updates/world/3.3.5/2019_05_15_09_world_335.sql new file mode 100644 index 00000000000..e1652eb6011 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_15_09_world_335.sql @@ -0,0 +1,21 @@ +-- Troyas Moonbreeze +DELETE FROM `smart_scripts` WHERE `entryorguid`=7764 AND `source_type`=0 AND `id` IN (1,2,3); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (776400,776401) AND `source_type`=9; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7764,0,1,0,40,0,100,0,1,7764,0,0,80,776401,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Waypoint 1 Reached - Run Script"), +(7764,0,2,0,40,0,100,0,2,7764,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.951991,"Troyas Moonbreeze - On Waypoint 2 Reached - Set Orientation"), +(7764,0,3,0,40,0,100,0,2,7764,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Waypoint 2 Reached - Add Npc Flag Questgiver"), +(776400,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Remove Npc Flag Questgiver"), +(776400,9,1,0,0,0,100,0,1000,1000,0,0,53,0,7764,0,0,0,2,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Start Waypoint"), +(776400,9,2,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Say Line 0"), +(776401,9,0,0,0,0,100,0,0,0,0,0,54,7000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Pause Waypoint"), +(776401,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.99471,"Troyas Moonbreeze - On Script - Set Orientation"), +(776401,9,2,0,0,0,100,0,1000,1000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Say Line 1"), +(776401,9,3,0,0,0,100,0,4000,4000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Say Line 2"); + +DELETE FROM `waypoints` WHERE `entry`=7764; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(7764,1,-4476.23,3230.55,13.7301,""), +(7764,2,-4474.9,3232.88,13.7295,""); + +UPDATE `creature_text` SET `Emote`=0 WHERE `CreatureID`=7764 AND `GroupID`=2; -- cgit v1.2.3