diff options
Diffstat (limited to 'sql/old')
819 files changed, 52260 insertions, 0 deletions
diff --git a/sql/old/3.3.5a/auth/64_2019_03_19/2018_02_19_00_auth.sql b/sql/old/3.3.5a/auth/64_2019_03_19/2018_02_19_00_auth.sql new file mode 100644 index 00000000000..78879b5db86 --- /dev/null +++ b/sql/old/3.3.5a/auth/64_2019_03_19/2018_02_19_00_auth.sql @@ -0,0 +1,2 @@ +-- TDB 335.64 auth +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/auth/64_2019_03_19/2018_03_06_00_auth.sql b/sql/old/3.3.5a/auth/64_2019_03_19/2018_03_06_00_auth.sql new file mode 100644 index 00000000000..ddaf1d13f0c --- /dev/null +++ b/sql/old/3.3.5a/auth/64_2019_03_19/2018_03_06_00_auth.sql @@ -0,0 +1,5 @@ +DELETE FROM `rbac_permissions` WHERE `id`=872; +INSERT INTO `rbac_permissions` (`id`, `name`) VALUES +(872, 'Command: server debug'); +INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES +(196, 872); diff --git a/sql/old/3.3.5a/auth/64_2019_03_19/2018_03_08_00_auth.sql b/sql/old/3.3.5a/auth/64_2019_03_19/2018_03_08_00_auth.sql new file mode 100644 index 00000000000..8b0e18b1e6c --- /dev/null +++ b/sql/old/3.3.5a/auth/64_2019_03_19/2018_03_08_00_auth.sql @@ -0,0 +1,7 @@ +DELETE FROM `rbac_permissions` WHERE `id` = 873; +INSERT INTO `rbac_permissions` (`id`,`name`) VALUES +(873, 'Command: reload creature_movement_override'); + +DELETE FROM `rbac_linked_permissions` WHERE `linkedId` = 873; +INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES +(196, 873); diff --git a/sql/old/3.3.5a/auth/64_2019_03_19/2018_06_23_00_auth.sql b/sql/old/3.3.5a/auth/64_2019_03_19/2018_06_23_00_auth.sql new file mode 100644 index 00000000000..3bbe03f8c19 --- /dev/null +++ b/sql/old/3.3.5a/auth/64_2019_03_19/2018_06_23_00_auth.sql @@ -0,0 +1,3 @@ +-- +DROP TABLE IF EXISTS `ip2nation`; +DROP TABLE IF EXISTS `ip2nationCountries`; diff --git a/sql/old/3.3.5a/auth/64_2019_03_19/2018_08_30_00_auth.sql b/sql/old/3.3.5a/auth/64_2019_03_19/2018_08_30_00_auth.sql new file mode 100644 index 00000000000..1ee1f8d7ee4 --- /dev/null +++ b/sql/old/3.3.5a/auth/64_2019_03_19/2018_08_30_00_auth.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `rbac_permissions` WHERE `id`=874; +INSERT INTO `rbac_permissions` (`id`,`name`) VALUES +(874, "Command: go instance"); + +SET @parent := (SELECT `id` FROM `rbac_linked_permissions` WHERE `linkedId`=852); +DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=874; +INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES +(@parent, 874); diff --git a/sql/old/3.3.5a/auth/64_2019_03_19/2018_09_06_00_auth.sql b/sql/old/3.3.5a/auth/64_2019_03_19/2018_09_06_00_auth.sql new file mode 100644 index 00000000000..5a9718edcfb --- /dev/null +++ b/sql/old/3.3.5a/auth/64_2019_03_19/2018_09_06_00_auth.sql @@ -0,0 +1,3 @@ +-- rbac simplify +DELETE FROM `rbac_linked_permissions` WHERE `linkedid` IN (378,379,380,381,382,383,384,385,386,852,874); +DELETE FROM `rbac_permissions` WHERE `id` IN (378,379,380,381,382,383,384,385,386,852,874); diff --git a/sql/old/3.3.5a/auth/64_2019_03_19/2018_09_17_00_auth.sql b/sql/old/3.3.5a/auth/64_2019_03_19/2018_09_17_00_auth.sql new file mode 100644 index 00000000000..7aa76283e57 --- /dev/null +++ b/sql/old/3.3.5a/auth/64_2019_03_19/2018_09_17_00_auth.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `rbac_permissions` WHERE `id`=852; +INSERT INTO `rbac_permissions` (`id`,`name`) VALUES (852, 'Command: debug dummy'); + +DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=852; +INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES (196,852); diff --git a/sql/old/3.3.5a/auth/64_2019_03_19/2018_12_30_00_auth.sql b/sql/old/3.3.5a/auth/64_2019_03_19/2018_12_30_00_auth.sql new file mode 100644 index 00000000000..ba82aab6838 --- /dev/null +++ b/sql/old/3.3.5a/auth/64_2019_03_19/2018_12_30_00_auth.sql @@ -0,0 +1,3 @@ +-- Port Trainer changes from master to 3.3.5 +DELETE FROM `rbac_permissions` WHERE `id`=672; +INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (672, 'Command: reload trainer'); diff --git a/sql/old/3.3.5a/characters/64_2019_03_19/2018_02_19_00_characters.sql b/sql/old/3.3.5a/characters/64_2019_03_19/2018_02_19_00_characters.sql new file mode 100644 index 00000000000..2dffc9ecc80 --- /dev/null +++ b/sql/old/3.3.5a/characters/64_2019_03_19/2018_02_19_00_characters.sql @@ -0,0 +1,2 @@ +-- TDB 335.64 characters +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/characters/64_2019_03_19/2018_04_24_00_characters.sql b/sql/old/3.3.5a/characters/64_2019_03_19/2018_04_24_00_characters.sql new file mode 100644 index 00000000000..303a1dd9ffd --- /dev/null +++ b/sql/old/3.3.5a/characters/64_2019_03_19/2018_04_24_00_characters.sql @@ -0,0 +1,2 @@ +-- +UPDATE `worldstates` SET `value`=UNIX_TIMESTAMP() WHERE `entry`=20001 AND `value` < UNIX_TIMESTAMP(); diff --git a/sql/old/3.3.5a/characters/64_2019_03_19/2018_07_09_00_characters.sql b/sql/old/3.3.5a/characters/64_2019_03_19/2018_07_09_00_characters.sql new file mode 100644 index 00000000000..fb4e63537b5 --- /dev/null +++ b/sql/old/3.3.5a/characters/64_2019_03_19/2018_07_09_00_characters.sql @@ -0,0 +1,3 @@ +ALTER TABLE `character_queststatus` + ADD `itemcount5` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `itemcount4`, + ADD `itemcount6` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `itemcount5`; diff --git a/sql/old/3.3.5a/characters/64_2019_03_19/2018_11_09_00_characters.sql b/sql/old/3.3.5a/characters/64_2019_03_19/2018_11_09_00_characters.sql new file mode 100644 index 00000000000..53de0b528b6 --- /dev/null +++ b/sql/old/3.3.5a/characters/64_2019_03_19/2018_11_09_00_characters.sql @@ -0,0 +1,4 @@ +ALTER TABLE `character_aura` + DROP PRIMARY KEY, + ADD `itemGuid` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `casterGuid`, + ADD PRIMARY KEY(`guid`,`casterGuid`,`itemGuid`,`spell`,`effectMask`); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_00_world.sql new file mode 100644 index 00000000000..9a6966c0f8f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_00_world.sql @@ -0,0 +1,3 @@ +-- TDB 335.64 world +UPDATE `version` SET `db_version`='TDB 335.64', `cache_id`=64 LIMIT 1; +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_01_world_335.sql new file mode 100644 index 00000000000..d06c226d3ef --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_01_world_335.sql @@ -0,0 +1,5 @@ +-- Jediga --> Add Gossip Text +UPDATE `creature_template` SET `gossip_menu_id`=4722 WHERE `entry`=8587; +DELETE FROM `gossip_menu` WHERE `MenuID`=4722; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(4722,2036,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_02_world_335.sql new file mode 100644 index 00000000000..889d31f533c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_02_world_335.sql @@ -0,0 +1,29 @@ +-- J.D. Collie gossip options and conditions +DELETE FROM `gossip_menu` WHERE `MenuID`=2184 AND `TextID`=2833; +DELETE FROM `gossip_menu` WHERE `MenuID` IN (2200,2202,2203,2204); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2184,2833,0), +(2200,2834,0), +(2202,2836,0), +(2203,2837,0), +(2204,2838,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=2184; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2184,2833,0,0,8,0,4321,0,0,0,0,0,"","Show gossip text 2833 if quest 'Making Sense of It' is rewarded"), +(15,2184,0,0,0,8,0,4321,0,0,0,0,0,"","Show gossip option 0 if quest 'Making Sense of It' is rewarded"), +(15,2184,1,0,0,8,0,4321,0,0,0,0,0,"","Show gossip option 1 if quest 'Making Sense of It' is rewarded"), +(15,2184,2,0,0,8,0,4321,0,0,0,0,0,"","Show gossip option 2 if quest 'Making Sense of It' is rewarded"), +(15,2184,3,0,0,8,0,4321,0,0,0,0,0,"","Show gossip option 3 if quest 'Making Sense of It' is rewarded"), +(15,2184,3,0,0,2,0,11482,1,1,1,0,0,"","Show gossip option 3 if player does not have item 'Crystal Pylon User's Manual'"); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=2184; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2184,0,0,"Tell me more about the Eastern Crystal Pylon.",5186,1,1,2200,0,0,0,"",0,0), +(2184,1,0,"Tell me more about the Northern Crystal Pylon.",5188,1,1,2202,0,0,0,"",0,0), +(2184,2,0,"Tell me more about the Western Crystal Pylon.",5190,1,1,2203,0,0,0,"",0,0), +(2184,3,0,"I lost my Crystal Pylon User's Manual and need another one.",5191,1,1,2204,0,0,0,"",0,0); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=9117 AND `source_type`=0 AND `id`=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 +(9117,0,1,0,62,0,100,0,2184,3,0,0,85,15211,0,0,0,0,0,7,0,0,0,0,0,0,0,"J.D. Collie - On Gossip Option 3 Selected - Invoker Cast 'Create Pylon User's Manual'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_03_world_335.sql new file mode 100644 index 00000000000..1542db02d84 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_03_world_335.sql @@ -0,0 +1,2 @@ +-- Add Standstate Dead to A-Me 01 +UPDATE `creature_addon` SET `bytes1`=7 WHERE `guid`=24268; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_04_world_335.sql new file mode 100644 index 00000000000..326c64f6a5f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_04_world_335.sql @@ -0,0 +1,15 @@ +-- Un'Goro Thunderer +DELETE FROM `smart_scripts` WHERE `entryorguid`=-24081 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=651600 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 +(-24081,0,0,0,0,0,100,0,5000,5000,9000,15000,11,12553,0,0,0,0,0,2,0,0,0,0,0,0,0,"Un'Goro Thunderer - In Combat - Cast 'Shock'"), +(-24081,0,1,0,1,0,100,0,15000,30000,150000,180000,80,651600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Un'Goro Thunderer - Out of Combat - Run Script"), +(-24081,0,2,0,4,0,100,0,0,0,0,0,91,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Un'Goro Thunderer - On Aggro - Remove Flag Standstate Dead"), +(651600,9,0,0,0,0,100,0,0,0,0,0,90,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Un'Goro Thunderer - On Script - Set Flag Standstate Dead"), +(651600,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Un'Goro Thunderer - On Script - Say Line 0"), +(651600,9,2,0,0,0,100,0,60000,60000,0,0,91,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Un'Goro Thunderer - On Script - Remove Flag Standstate Dead"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6516; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6516,0,0,"%s looks tired. He then yawns and lies down next to A-Me 01.",16,0,100,0,0,0,5045,0,"Un'Goro Thunderer"), +(6516,0,1,"%s snores loudly and cuddles up next to A-Me 01.",16,0,100,0,0,0,5046,0,"Un'Goro Thunderer"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_05_world_335.sql new file mode 100644 index 00000000000..ed057ab4052 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_05_world_335.sql @@ -0,0 +1,12 @@ +-- Karna Remtravel --> Add Gossip Option +DELETE FROM `gossip_menu` WHERE `MenuID`=2082; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2082,2735,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=2081; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2081,0,0,"Do you have any mithril casings?",5049,1,1,2082,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=2081; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,2081,0,0,0,9,0,4244,0,0,0,0,0,"","Show gossip option if quest 'Chasing A-Me 01 (Part 2)' is taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_06_world_335.sql new file mode 100644 index 00000000000..564162ccc8f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_06_world_335.sql @@ -0,0 +1,5 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (2177,2178,2179); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2177,2933,0,0,8,0,4321,0,0,0,0,0,"","Show gossip text 2933 if quest 'Making Sense of It' is rewarded"), -- Northern Crystal Pylon +(14,2178,2933,0,0,8,0,4321,0,0,0,0,0,"","Show gossip text 2933 if quest 'Making Sense of It' is rewarded"), -- Eastern Crystal Pylon +(14,2179,2933,0,0,8,0,4321,0,0,0,0,0,"","Show gossip text 2933 if quest 'Making Sense of It' is rewarded"); -- Western Crystal Pylon diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_07_world_335.sql new file mode 100644 index 00000000000..d89b24140c9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_07_world_335.sql @@ -0,0 +1,9 @@ +-- Torwa Pathfinder --> Add gossip option and conditions +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=2188; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2188,2821,0,0,8,0,4290,0,0,0,0,0,"","Show gossip text 2821 if quest 'The Fare of Lar'korwi' is rewarded"), +(15,2188,0,0,0,8,0,4290,0,0,0,0,0,"","Show gossip option if quest 'The Fare of Lar'korwi' is rewarded"); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=2188; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2188,0,0,"Who is this Lar'korwi you spoke of?",5187,1,1,2201,0,0,0,"",0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_08_world_335.sql new file mode 100644 index 00000000000..000d9c7e70d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_08_world_335.sql @@ -0,0 +1,21 @@ +-- Apothecary Faustin +DELETE FROM `creature_text` WHERE `CreatureID`=5414; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5414,0,0,"The serum will only take a few minutes to prepare, $n.",12,0,100,1,0,0,1848,0,"Apothecary Faustin"), +(5414,1,0,"Almost done...",12,0,100,0,0,0,1849,0,"Apothecary Faustin"), +(5414,2,0,"At last, the serum is complete, $n. Now, come closer. We must talk.",12,0,100,1,0,0,1850,0,"Apothecary Faustin"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5414; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5414 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=541400 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 +(5414,0,0,0,20,0,100,0,1383,0,0,0,80,541400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Faustin - On Quest 'Nothing But The Truth (Part 2)' Finished - Run Script"), +(541400,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,"Apothecary Faustin - On Script - Remove Npc Flag Questgiver"), +(541400,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Faustin - On Script - Say Line 0"), +(541400,9,2,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,6.23291,"Apothecary Faustin - On Script - Set Orientation"), +(541400,9,3,0,0,0,100,0,1000,1000,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Faustin - On Script - Set Emote State 69"), +(541400,9,4,0,0,0,100,0,15000,15000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Faustin - On Script - Say Line 1"), +(541400,9,5,0,0,0,100,0,8000,8000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Faustin - On Script - Set Emote State 0"), +(541400,9,6,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.14159,"Apothecary Faustin - On Script - Set Orientation"), +(541400,9,7,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Faustin - On Script - Say Line 2"), +(541400,9,8,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Faustin - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_09_world_335.sql new file mode 100644 index 00000000000..88647b9d81a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_09_world_335.sql @@ -0,0 +1,6 @@ +-- Breadcrumb Quest "The Corruption Abroad" +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=1275; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (3765,1275); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,3765,0,0,14,0,1275,0,0,0,0,0,"","Quest 'The Corruption Abroad' can only be taken if quest 'Researching the Corruption' is not taken"), +(19,0,1275,0,0,28,0,3765,0,0,1,0,0,"","Quest 'Researching the Corruption' can only be taken if quest 'The Corruption Abroad' is not completed"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_10_world_335.sql new file mode 100644 index 00000000000..ab06d7651c8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_10_world_335.sql @@ -0,0 +1,14 @@ +-- Fel'zerul +DELETE FROM `creature_text` WHERE `CreatureID`=1443; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1443,0,0,"I hereby destroy these instruments of evil! For the Horde!",14,1,100,15,0,0,1949,0,"Fel'zerul"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1443; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1443 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=144300 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 +(1443,0,0,0,20,0,100,0,1445,0,0,0,80,144300,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fel'zerul - On Quest 'The Temple of Atal'Hakkar' Finished - Run Script"), +(144300,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,"Fel'zerul - On Script - Remove Npc Flag Questgiver"), +(144300,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fel'zerul - On Script - Say Line 0"), +(144300,9,2,0,0,0,100,0,4000,4000,0,0,11,7437,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fel'zerul - On Script - Cast 'Break Stuff'"), +(144300,9,3,0,0,0,100,0,3000,3000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fel'zerul - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_11_world_335.sql new file mode 100644 index 00000000000..5b1d938db44 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_11_world_335.sql @@ -0,0 +1,111 @@ +-- Starving Snickerfang +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5984; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5984 AND `source_type`=0; +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 +(5984,0,0,0,0,0,100,0,5000,8000,21000,24000,11,7367,0,0,0,0,0,2,0,0,0,0,0,0,0,"Starving Snickerfang - In Combat - Cast 'Infected Bite'"); + +-- Snickerfang Hyena +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5985; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5985 AND `source_type`=0; +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 +(5985,0,0,0,0,0,100,0,5000,8000,21000,24000,11,7367,0,0,0,0,0,2,0,0,0,0,0,0,0,"Snickerfang Hyena - In Combat - Cast 'Infected Bite'"); + +-- Ashmane Boar +DELETE FROM `smart_scripts` WHERE `entryorguid`=5992 AND `source_type`=0 AND `id` IN (0,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 +(5992,0,0,0,25,0,100,0,0,0,0,0,11,12898,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ashmane Boar - On Reset - Cast 'Smoke Aura Visual'"), +(5992,0,1,0,0,0,100,0,3000,3000,3000,3000,11,11351,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ashmane Boar - In Combat - Cast 'Fire Shield'"); + +-- Redstone Basilisk +UPDATE `smart_scripts` SET `event_param1`=8000, `event_param2`=15000, `event_param3`=17000, `event_param4`=24000 WHERE `entryorguid`=5990 AND `source_type`=0 AND `id`=0; + +-- Redstone Crystalhide +UPDATE `smart_scripts` SET `event_param1`=7000, `event_param2`=9000, `event_param3`=16000, `event_param4`=20000, `target_type`=5 WHERE `entryorguid`=5991 AND `source_type`=0 AND `id`=0; + +-- Wretched Lost One +UPDATE `smart_scripts` SET `event_param1`=11000, `event_param2`=13000, `event_param3`=16000, `event_param4`=19000 WHERE `entryorguid`=5979 AND `source_type`=0 AND `id`=1; + +-- Shadowsworn Thug +DELETE FROM `smart_scripts` WHERE `entryorguid`=6005 AND `source_type`=0 AND `id` IN (1,2); +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 +(6005,0,1,0,25,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowsworn Thug - On Reset - Cast 'Thrash'"), +(6005,0,2,0,0,0,100,0,8000,12000,14000,18000,11,8646,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowsworn Thug - In Combat - Cast 'Snap Kick'"); + +-- Scorpok Stinger +DELETE FROM `smart_scripts` WHERE `entryorguid`=5988 AND `source_type`=0; +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 +(5988,0,0,0,0,0,100,0,7000,9000,14000,18000,11,5416,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scorpok Stinger - In Combat - Cast 'Venom Sting'"); + +-- Dreadmaul Ogre +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5974; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5974 AND `source_type`=0; +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 +(5974,0,0,0,0,0,100,0,5000,11000,28000,34000,11,11960,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dreadmaul Ogre - In Combat - Cast 'Curse of the Dreadmaul'"), +(5974,0,1,0,4,0,15,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dreadmaul Ogre - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5974; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5974,0,0,"Raaar!!! Me smash $r!",12,0,100,0,0,0,1925,0,"Dreadmaul Ogre"), +(5974,0,1,"Me smash! You die!",12,0,100,0,0,0,1926,0,"Dreadmaul Ogre"), +(5974,0,2,"I'll crush you!",12,0,100,0,0,0,1927,0,"Dreadmaul Ogre"); + +-- Dreadmaul Brute +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5976; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5976 AND `source_type`=0; +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 +(5976,0,0,0,0,0,100,0,5000,11000,28000,34000,11,11960,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dreadmaul Brute - In Combat - Cast 'Curse of the Dreadmaul'"), +(5976,0,1,0,4,0,15,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dreadmaul Brute - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5976; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5976,0,0,"Raaar!!! Me smash $r!",12,0,100,0,0,0,1925,0,"Dreadmaul Brute"), +(5976,0,1,"Me smash! You die!",12,0,100,0,0,0,1926,0,"Dreadmaul Brute"), +(5976,0,2,"I'll crush you!",12,0,100,0,0,0,1927,0,"Dreadmaul Brute"); + +-- Dreadmaul Ogre Mage +DELETE FROM `smart_scripts` WHERE `entryorguid`=5975 AND `source_type`=0 AND `id`=2; +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 +(5975,0,2,0,4,0,15,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dreadmaul Ogre Mage - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5975; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5975,0,0,"Raaar!!! Me smash $r!",12,0,100,0,0,0,1925,0,"Dreadmaul Ogre Mage"), +(5975,0,1,"Me smash! You die!",12,0,100,0,0,0,1926,0,"Dreadmaul Ogre Mage"), +(5975,0,2,"I'll crush you!",12,0,100,0,0,0,1927,0,"Dreadmaul Ogre Mage"); + +-- Dreadmaul Warlock +UPDATE `smart_scripts` SET `action_param2`=32 WHERE `entryorguid`=5978 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5978 AND `source_type`=0 AND `id`=2; +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 +(5978,0,2,0,4,0,15,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dreadmaul Warlock - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5978; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5978,0,0,"Raaar!!! Me smash $r!",12,0,100,0,0,0,1925,0,"Dreadmaul Warlock"), +(5978,0,1,"Me smash! You die!",12,0,100,0,0,0,1926,0,"Dreadmaul Warlock"), +(5978,0,2,"I'll crush you!",12,0,100,0,0,0,1927,0,"Dreadmaul Warlock"); + +-- Dreadmaul Mauler +DELETE FROM `smart_scripts` WHERE `entryorguid`=5977 AND `source_type`=0; +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 +(5977,0,0,0,25,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dreadmaul Mauler - On Reset - Cast 'Thrash'"), +(5977,0,1,0,4,0,15,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dreadmaul Mauler - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5977; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5977,0,0,"Raaar!!! Me smash $r!",12,0,100,0,0,0,1925,0,"Dreadmaul Mauler"), +(5977,0,1,"Me smash! You die!",12,0,100,0,0,0,1926,0,"Dreadmaul Mauler"), +(5977,0,2,"I'll crush you!",12,0,100,0,0,0,1927,0,"Dreadmaul Mauler"); + +-- Felbeast +UPDATE `smart_scripts` SET `event_param1`=4000, `event_param2`=8000, `event_param3`=18000, `event_param4`=24000 WHERE `entryorguid`=8675 AND `source_type`=0 AND `id`=0; + +-- Akubar the Seer +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=8298 AND `source_type`=0 AND `id` IN (1,2); + +-- Shadowsworn Warlock +UPDATE `smart_scripts` SET `action_param2`=32 WHERE `entryorguid`=6008 AND `source_type`=0 AND `id`=2; + +-- Shadowsworn Dreadweaver +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=6009 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `action_param2`=32 WHERE `entryorguid`=6009 AND `source_type`=0 AND `id`=2; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_12_world_335.sql new file mode 100644 index 00000000000..f139618a017 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_12_world_335.sql @@ -0,0 +1,79 @@ +-- Ravasaur Runner +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6506; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6506 AND `source_type`=0; +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 +(6506,0,0,0,25,0,100,0,0,0,0,0,11,3417,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ravasaur Runner - On Reset - Cast 'Thrash'"), +(6506,0,1,0,4,0,100,0,0,0,0,0,11,6268,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ravasaur Runner - On Aggro - Cast 'Rushing Charge'"); + +-- Venomhide Ravasaur +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6508; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6508 AND `source_type`=0; +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 +(6508,0,0,0,25,0,100,0,0,0,0,0,11,14108,0,0,0,0,0,1,0,0,0,0,0,0,0,"Venomhide Ravasaur - On Reset - Cast 'Venomhide Poison'"); + +-- Muculent Ooze +DELETE FROM `smart_scripts` WHERE `entryorguid`=6556 AND `source_type`=0 AND `id`=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 +(6556,0,1,0,25,0,100,0,0,0,0,0,11,14133,0,0,0,0,0,1,0,0,0,0,0,0,0,"Muculent Ooze - On Reset - Cast 'Muculent Fever Proc'"); + +-- Primal Ooze +DELETE FROM `smart_scripts` WHERE `entryorguid`=6557 AND `source_type`=0 AND `id` IN (8,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 +(6557,0,8,0,2,0,100,1,0,30,0,0,11,14146,0,0,0,0,0,1,0,0,0,0,0,0,0,"Primal Ooze - Between 0-30% Health - Cast 'Clone' (No Repeat)"), +(6557,0,9,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Primal Ooze - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6557; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6557,0,0,"%s begins to make a copy of itself!",16,0,100,0,0,0,2082,0,"Primal Ooze"); + +-- Cloned Ooze +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9477; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9477 AND `source_type`=0; +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 +(9477,0,0,0,54,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,30,0,0,0,0,0,0,"Cloned Ooze - Just Summoned - Start Attacking"); + +-- Glutinous Ooze +DELETE FROM `smart_scripts` WHERE `entryorguid`=6559 AND `source_type`=0 AND `id`=2; +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 +(6559,0,2,0,6,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Glutinous Ooze - On Just Died - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6559; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6559,0,0,"%s explodes into chunks of acidic slime!",16,0,100,0,0,0,4838,0,"Glutinous Ooze"); + +-- Gorishi Wasp +DELETE FROM `smart_scripts` WHERE `entryorguid`=6551 AND `source_type`=0 AND `id`=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 +(6551,0,1,0,25,0,100,0,0,0,0,0,11,13299,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gorishi Wasp - On Reset - Cast 'Poison Proc'"); + +-- Gorishi Worker +DELETE FROM `smart_scripts` WHERE `entryorguid`=6552 AND `source_type`=0 AND `id`=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 +(6552,0,1,0,2,0,100,1,0,50,0,0,39,20,1,0,0,0,0,1,0,0,0,0,0,0,0,"Gorishi Worker - Between 0-30% Health - Call For Help (No Repeat)"); + +-- Gorishi Reaver +DELETE FROM `smart_scripts` WHERE `entryorguid`=6553 AND `source_type`=0 AND `id`=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 +(6553,0,1,0,0,0,100,0,8000,12000,21000,25000,11,8137,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gorishi Reaver - In Combat - Cast 'Silithid Pox'"); + +-- Gorishi Stinger +DELETE FROM `smart_scripts` WHERE `entryorguid`=6554 AND `source_type`=0 AND `id`=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 +(6554,0,1,0,25,0,100,0,0,0,0,0,11,8601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gorishi Stinger - On Reset - Cast 'Slowing Poison'"); + +-- Gorishi Tunneler +DELETE FROM `smart_scripts` WHERE `entryorguid`=6555 AND `source_type`=0 AND `id`=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 +(6555,0,1,0,0,0,100,0,8000,12000,21000,25000,11,8137,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gorishi Tunneler - In Combat - Cast 'Silithid Pox'"); + +-- Blazing Invader +UPDATE `creature_template` SET `unit_class`=2, `AIName`="SmartAI" WHERE `entry`=14460; +DELETE FROM `smart_scripts` WHERE `entryorguid`=14460 AND `source_type`=0; +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 +(14460,0,0,0,0,0,100,0,7000,13000,19000,24000,11,23039,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blazing Invader - In Combat - Cast 'Blast Wave'"); + +-- Living Blaze +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6521; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6521 AND `source_type`=0; +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 +(6521,0,0,0,0,0,100,0,3000,3000,3000,3000,11,11351,0,0,0,0,0,1,0,0,0,0,0,0,0,"Living Blaze - In Combat - Cast 'Fire Shield'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_13_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_13_world_335.sql new file mode 100644 index 00000000000..7189475f3a3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_13_world_335.sql @@ -0,0 +1,70 @@ +-- Quest "Forsaken Diseases" +DELETE FROM `smart_scripts` WHERE `entryorguid`=384801 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 +(384801,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Set Rooted On"), +(384801,9,1,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Remove Questgiver+Gossip npcflag"), +(384801,9,2,0,0,0,100,0,1000,1000,0,0,11,6355,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Cast 'Drink Disease Bottle'"), +(384801,9,3,0,0,0,100,0,2500,2500,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Say Line 1"), +(384801,9,4,0,0,0,100,0,0,0,0,0,17,64,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Set Emote State 64"), +(384801,9,5,0,0,0,100,0,4500,4500,0,0,1,2,0,0,0,0,0,7,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Say Line 2"), +(384801,9,6,0,0,0,100,0,3000,3000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Set Emote State 0"), +(384801,9,7,0,0,0,100,0,1000,1000,0,0,1,3,0,0,0,0,0,7,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Say Line 3"), +(384801,9,8,0,0,0,100,0,2000,2000,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Add Questgiver+Gossip npcflag"), +(384801,9,9,0,0,0,100,0,10000,10000,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kayneth Stillwind - On Script - Set Rooted Off"); + +-- Quest "Parts for Kravel" +UPDATE `creature_addon` SET `bytes1`=0 WHERE `guid`=21570; + +DELETE FROM `smart_scripts` WHERE `entryorguid`=445200 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 +(445200,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,"Kravel Koalbeard - On Script - Remove Npc Flag Questgiver"), +(445200,9,1,0,0,0,100,0,1000,1000,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kravel Koalbeard - On Script - Set Flag Standstate Kneel"), +(445200,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,"Kravel Koalbeard - On Script - Say Line 0"), +(445200,9,3,0,0,0,100,0,1000,1000,0,0,50,19878,10,0,0,0,0,8,0,0,0,-6232.5,-3855.12,-58.75,3.97786,"Kravel Koalbeard - On Script - Summon Gameobject 'Parts Crate'"), +(445200,9,4,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kravel Koalbeard - On Script - Say Line 1"), +(445200,9,5,0,0,0,100,0,2000,2000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kravel Koalbeard - On Script - Say Line 2"), +(445200,9,6,0,0,0,100,0,2000,2000,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kravel Koalbeard - On Script - Remove Flag Standstate Kneel"), +(445200,9,7,0,0,0,100,0,2000,2000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kravel Koalbeard - On Script - Add Npc Flag Questgiver"); + +-- Quest "Skull Rock" +UPDATE `smart_scripts` SET `action_param1`=4947, `comment`="Margoz - On Script - Cast 'Magic Backlash'" WHERE `entryorguid`=320800 AND `source_type`=9 AND `id`=4; +UPDATE `creature_text` SET `Sound`=6527 WHERE `CreatureID`=3208 AND `GroupID`=1; + +-- Quest "Dark Storms" +UPDATE `creature_text` SET `Emote`=15 WHERE `CreatureID`=3142 AND `GroupID`=0; + +-- Quest "Headhunting" +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=6000 WHERE `entryorguid`=249700 AND `source_type`=9 AND `id`=3; +UPDATE `smart_scripts` SET `event_param1`=8000, `event_param2`=8000 WHERE `entryorguid`=249700 AND `source_type`=9 AND `id`=4; + +-- Quest "Bloodscalp Clan Heads" +DELETE FROM `smart_scripts` WHERE `entryorguid`=2076 AND `source_type`=1 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=207600 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 +(2076,1,1,0,20,0,100,0,584,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bubbling Cauldron - On Quest 'Bloodscalp Clan Heads' Finished - Store Targetlist"), +(207600,9,0,0,0,0,100,0,0,0,0,0,105,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bubbling Cauldron - On Script - Add Gameobject Flag"), +(207600,9,1,0,0,0,100,0,0,0,0,0,100,1,0,0,0,0,0,19,2519,0,0,0,0,0,0,"Bubbling Cauldron - On Script - Send Target"), +(207600,9,2,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,19,2519,0,0,0,0,0,0,"Bubbling Cauldron - On Script - Set Data"), +(207600,9,3,0,0,0,100,0,11000,11000,0,0,106,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bubbling Cauldron - On Script - Remove Gameobject Flag"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2497 AND `GroupID` IN (3,4,5); +DELETE FROM `creature_text` WHERE `CreatureID`=2519 AND `GroupID` IN (5,6,7); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2519,5,0,"Ah, good $n. Now let us see what tale these heads tell...",12,1,100,1,0,0,735,0,"Kin'weelay"), +(2519,6,0,"%s begins chanting...",16,0,100,0,0,0,736,0,"Kin'weelay"), +(2519,7,0,"There, $n. You may now speak to the Bloodscalp chief and his witchdoctor.",12,1,100,1,0,0,740,0,"Kin'weelay"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=2497 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=249701 AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2519 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=251902 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 +(2519,0,2,0,38,0,100,0,1,1,0,0,80,251902,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Data Set - Run Script"), +(251902,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,"Kin'weelay - On Script - Remove Npc Flag Questgiver"), +(251902,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,0.661932,"Kin'weelay - On Script - Set Orientation"), +(251902,9,2,0,0,0,100,0,0,0,0,0,1,5,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kin'weelay - On Script - Say Line 5"), +(251902,9,3,0,0,0,100,0,4000,4000,0,0,1,6,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kin'weelay - On Script - Say Line 6"), +(251902,9,4,0,0,0,100,0,0,0,0,0,11,3644,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Cast 'Speak with Heads'"), +(251902,9,5,0,0,0,100,0,7000,7000,0,0,1,7,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kin'weelay - On Script - Say Line 7"), +(251902,9,6,0,0,0,100,0,5000,5000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Add Npc Flag Questgiver"), +(251902,9,7,0,0,0,100,0,5000,5000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Set Orientation"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_14_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_14_world_335.sql new file mode 100644 index 00000000000..4f1c721c73a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_14_world_335.sql @@ -0,0 +1,5 @@ +-- Arkkoran Clacker +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6135; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6135 AND `source_type`=0; +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 +(6135,0,0,0,2,0,100,1,0,50,0,0,39,30,1,0,0,0,0,1,0,0,0,0,0,0,0,"Arkkoran Clacker - Between 0-50% Health - Call For Help (No Repeat)"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_15_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_15_world_335.sql new file mode 100644 index 00000000000..b3b244105a0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_15_world_335.sql @@ -0,0 +1,98 @@ +-- Quest "How Big a Threat? (Part 2)" +UPDATE `creature_text` SET `Emote`=6 WHERE `CreatureID`=3693 AND `GroupID`=0; +UPDATE `creature_text` SET `Emote`=5 WHERE `CreatureID`=3693 AND `GroupID`=1; +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=3693 AND `GroupID` IN (2,4,5,6); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=369500 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 +(369500,9,0,0,0,0,100,0,0,0,0,0,54,40000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimclaw - On Script - Pause Waypoint for 40 seconds"), +(369500,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimclaw - On Script - Talk 0"), +(369500,9,2,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,19,3693,0,0,0,0,0,0,"Grimclaw - On Script - Talk 1 (Terenthis)"), +(369500,9,3,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimclaw - On Script - Talk 1"), +(369500,9,4,0,0,0,100,0,5000,5000,0,0,1,2,0,0,0,0,0,19,3693,0,0,0,0,0,0,"Grimclaw - On Script - Talk 2 (Terenthis)"), +(369500,9,5,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,19,3693,0,0,0,0,0,0,"Grimclaw - On Script - Talk 3 (Terenthis)"), +(369500,9,6,0,0,0,100,0,1000,1000,0,0,86,6238,0,19,3693,0,0,1,0,0,0,0,0,0,0,"Grimclaw - On Script - Cross Cast 'Speak with Animals'"), +(369500,9,7,0,0,0,100,0,2000,2000,0,0,1,4,0,0,0,0,0,19,3693,0,0,0,0,0,0,"Grimclaw - On Script - Talk 4 (Terenthis)"), +(369500,9,8,0,0,0,100,0,5000,5000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimclaw - On Script - Talk 2"), +(369500,9,9,0,0,0,100,0,5000,5000,0,0,1,5,0,0,0,0,0,19,3693,0,0,0,0,0,0,"Grimclaw - On Script - Talk 5 (Terenthis)"), +(369500,9,10,0,0,0,100,0,7000,7000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimclaw - On Script - Talk 3"), +(369500,9,11,0,0,0,100,0,5000,5000,0,0,1,6,0,0,0,0,0,19,3693,0,0,0,0,0,0,"Grimclaw - On Script - Talk 6 (Terenthis)"), +(369500,9,12,0,0,0,100,0,1000,1000,0,0,82,3,0,0,0,0,0,19,3693,0,0,0,0,0,0,"Grimclaw - On Script - Add Questgiver+Gossip npcflag (Terenthis)"); + +-- Quest "A Lost Master (Part 1)" +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=3693 AND `GroupID` IN (8,9); +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=6000 WHERE `entryorguid`=369302 AND `source_type`=9 AND `id`=4; + +-- Quest "A Lost Master (Part 2)" +DELETE FROM `smart_scripts` WHERE `entryorguid`=369303 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 +(369303,9,0,0,0,0,100,0,0,0,0,0,1,10,0,0,0,0,0,7,0,0,0,0,0,0,0,"Terenthis - On Script - Say Line 10"), +(369303,9,1,0,0,0,100,0,0,0,0,0,11,6236,0,0,0,0,0,7,0,0,0,0,0,0,0,"Terenthis - On Script - Cast 'Form of the Moonstalker'"), +(369303,9,2,0,0,0,100,0,2000,2000,0,0,1,11,0,0,0,0,0,7,0,0,0,0,0,0,0,"Terenthis - On Script - Say Line 11"); + +-- Quest "Escape Through Stealth" / "Escape Through Stealth" +UPDATE `creature_text` SET `Emote`=2 WHERE `CreatureID`=3694 AND `GroupID` IN (1,3); +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=3694 AND `GroupID` IN (0,2); +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=3693 AND `GroupID`=7; + +-- Quest "Cave Mushrooms" +DELETE FROM `smart_scripts` WHERE `entryorguid`=3583 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=358300 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 +(3583,0,0,0,19,0,100,0,947,0,0,0,80,358300,0,0,0,0,0,1,0,0,0,0,0,0,0,"Barithras Moonshade - On Quest 'Cave Mushrooms' Taken - Run Script"), +(358300,9,0,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Barithras Moonshade - On Quest 'Cave Mushrooms' Taken - Say Line 1"), +(358300,9,1,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Barithras Moonshade - On Quest 'Cave Mushrooms' Taken - Say Line 0"); + +-- Quest "Goblin Invaders" +DELETE FROM `smart_scripts` WHERE `entryorguid`=404900 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 +(404900,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,"Seereth Stonebreak - On Script - Remove Npc Flag Questgiver"), +(404900,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Seereth Stonebreak - On Script - Say Line 0"), +(404900,9,2,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Seereth Stonebreak - On Script - Say Line 1"), +(404900,9,3,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Seereth Stonebreak - On Script - Add Npc Flag Questgiver"); + +-- Quest "Jin'Zil's Forest Magic" +UPDATE `creature_text` SET `Emote`=15 WHERE `CreatureID`=3995 AND `GroupID`=0; +UPDATE `creature_text` SET `Emote`=11 WHERE `CreatureID`=3995 AND `GroupID`=1; + +DELETE FROM `waypoints` WHERE `entry` IN (3995,3681); +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(3995,1,-270.459,-396.037,17.1122,""), +(3995,2,-270.305,-398.913,17.0809,""), +(3995,3,-272.921,-400.553,17.4664,""), +(3995,4,-277.705,-397.426,18.2977,""), +(3995,5,-277.037,-394.406,18.493,""), +(3995,6,-275.021,-393.218,17.9251,""), +(3995,7,-272.48,-394.084,17.2051,""), +(3681,1,-265.345,-393.202,16.9917,""), +(3681,2,-241.765,-376.753,17.8912,""), +(3681,3,-194.646,-335.997,10.0757,""); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=3995 AND `source_type`=0 AND `id` IN (1,2,3,4); -- Witch Doctor Jin'Zil +DELETE FROM `smart_scripts` WHERE `entryorguid`=399500 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 +(3995,0,1,0,40,0,100,0,4,3995,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Witch Doctor Jin'Zil - On Waypoint 4 Reached - Pause Waypoint"), +(3995,0,2,0,40,0,100,0,4,3995,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.406747,"Witch Doctor Jin'Zil - On Waypoint 4 Reached - Set Orientation"), +(3995,0,3,0,40,0,100,0,7,3995,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,6.19592,"Witch Doctor Jin'Zil - On Waypoint 7 Reached - Set Orientation"), +(3995,0,4,0,40,0,100,0,7,3995,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Witch Doctor Jin'Zil - On Waypoint 7 Reached - Add Npc Flag Questgiver"), +(399500,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,"Witch Doctor Jin'Zil - On Script - Remove Npc Flag Questgiver"), +(399500,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.0078,"Witch Doctor Jin'Zil - On Script - Set Orientation"), +(399500,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Witch Doctor Jin'Zil - On Script - Say Line 0"), +(399500,9,3,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Witch Doctor Jin'Zil - On Script - Say Line 1"), +(399500,9,4,0,0,0,100,0,0,0,0,0,86,6584,0,9,4072,0,30,1,0,0,0,0,0,0,0,"Witch Doctor Jin'Zil - On Script - Cross Cast 'Jin'Zil's Curse'"), +(399500,9,5,0,0,0,100,0,4000,4000,0,0,53,0,3995,0,0,0,0,1,0,0,0,0,0,0,0,"Witch Doctor Jin'Zil - On Script - Start Waypoint"), +(399500,9,6,0,0,0,100,0,6000,6000,0,0,51,0,0,0,0,0,0,9,4072,0,30,0,0,0,0,"Witch Doctor Jin'Zil - On Script - Kill Target"), +(399500,9,7,0,0,0,100,0,1000,1000,0,0,45,1,1,0,0,0,0,9,3681,0,30,0,0,0,0,"Witch Doctor Jin'Zil - On Script - Set Data"), +(399500,9,8,0,0,0,100,0,2000,2000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Witch Doctor Jin'Zil - On Script - Say Line 2"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4072; -- Prisoner of Jin'Zil +DELETE FROM `smart_scripts` WHERE `entryorguid`=4072 AND `source_type`=0; +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 +(4072,0,0,0,6,0,100,0,0,0,0,0,12,3681,3,30000,0,0,0,1,0,0,0,0,0,0,0,"Prisoner of Jin'Zil - On Just Died - Summon Creature 'Wisp'"), +(4072,0,1,0,6,0,100,0,0,0,0,0,41,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Prisoner of Jin'Zil - On Just Died - Despawn In 5000 ms"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3681; -- Wisp +DELETE FROM `smart_scripts` WHERE `entryorguid`=3681 AND `source_type`=0; +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 +(3681,0,0,0,38,0,100,0,1,1,0,0,53,1,3681,0,0,0,0,1,0,0,0,0,0,0,0,"Wisp - On Data Set - Start Waypoint"), +(3681,0,1,0,40,0,100,0,3,3681,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wisp - On Waypoint Reached - Despawn"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_16_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_16_world_335.sql new file mode 100644 index 00000000000..b1da9c5017c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_16_world_335.sql @@ -0,0 +1,32 @@ +-- Blood Elf Defender +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8581; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8581 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=858100 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 +(8581,0,0,0,0,0,100,0,7000,12000,11000,14000,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blood Elf Defender - In Combat - Cast 'Shield Block'"), +(8581,0,1,0,0,0,100,0,5000,9000,8000,13000,11,12170,0,0,0,0,0,2,0,0,0,0,0,0,0,"Blood Elf Defender - In Combat - Cast 'Revenge'"), +(8581,0,2,0,11,0,100,0,0,0,0,0,80,858100,2,0,0,0,0,1,0,0,0,0,0,0,0,"Blood Elf Defender - On Respawn - Run Script"), +(858100,9,0,0,0,0,100,0,0,0,0,0,11,51347,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blood Elf Defender - On Script - Cast 'Teleport Visual Only'"), +(858100,9,1,0,0,0,100,0,2000,2000,0,0,49,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Blood Elf Defender - On Script - Start Attacking"), +(858100,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,"Blood Elf Defender - On Script - Say Line 0"), +(858100,9,3,0,0,0,100,0,10000,10000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blood Elf Defender - On Script - Say Line 1"), +(858100,9,4,0,0,0,100,0,6000,6000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blood Elf Defender - On Script - Say Line 2"); + +DELETE FROM `creature_text` WHERE `CreatureID`=8581; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8581,0,0,"Who dares?! I will destroy you!",12,0,100,0,0,0,4502,0,"Blood Elf Defender"), +(8581,1,0,"Mistress!! They seek to destroy your work!!",12,0,100,0,0,0,4491,0,"Blood Elf Defender"), +(8581,2,0,"Ha! Now your death is ensured!",12,0,100,0,0,0,4492,0,"Blood Elf Defender"); + +-- Magus Rimtori +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8578; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8578 AND `source_type`=0; +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 +(8578,0,0,0,0,0,100,0,0,0,3000,5000,11,20823,64,0,0,0,0,2,0,0,0,0,0,0,0,"Magus Rimtori - In Combat - Cast 'Fireball'"), +(8578,0,1,0,9,0,100,0,0,8,13000,16000,11,11831,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magus Rimtori - Within 0-8 Range - Cast 'Frost Nova'"), +(8578,0,2,0,11,0,100,0,0,0,0,0,11,51347,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magus Rimtori - On Respawn - Cast 'Teleport Visual Only'"), +(8578,0,3,0,4,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magus Rimtori - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=8578; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8578,0,0,"You dare! Now feel my wrath!",14,0,100,0,0,0,4495,0,"Magus Rimtori"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_17_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_17_world_335.sql new file mode 100644 index 00000000000..b00c9ad7463 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_17_world_335.sql @@ -0,0 +1,49 @@ +-- Mordent Evenshade & Sentinel Stillbough +DELETE FROM `creature_text` WHERE `CreatureID` IN (36479,36481); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(36479,0,0,"Sentinel, I would speak with your High Priestess.",12,7,100,1,0,0,36428,0,"Archmage Mordent Evenshade"), +(36479,1,0,"Must I? I doubt Tyrande has more pressing business.",12,7,100,6,0,0,36429,0,"Archmage Mordent Evenshade"), +(36479,2,0,"The lure of power is great. Mistakes were made.",12,7,100,1,0,0,36430,0,"Archmage Mordent Evenshade"), +(36479,3,0,"I will not return until I am heard. There is too much at stake.",12,7,100,5,0,0,36431,0,"Archmage Mordent Evenshade"), +(36479,4,0,"There is change on the wind, and we cannot ignore it. I have traveled from the dust and ruin of the past to come to an accord.",12,7,100,1,0,0,36432,0,"Archmage Mordent Evenshade"), +(36479,5,0,"The time may soon come when the kaldorei require the knowledge and skill we have to offer.",12,7,100,1,0,0,36433,0,"Archmage Mordent Evenshade"), +(36479,6,0,"I will wait, Sentinel... but I will have my audience.",12,7,100,1,0,0,36434,0,"Archmage Mordent Evenshade"), +(36479,7,0,"%s looks over at the moonwell with a sigh.",16,0,100,0,0,0,36440,0,"Archmage Mordent Evenshade"), +(36479,8,0,"Calm yourself, Sentinel. I do not seek to use it. I am merely... remembering.",12,7,100,1,0,0,36435,0,"Archmage Mordent Evenshade"), +(36479,9,0,"Enough. I have been apart from this for centuries. The well within this temple may be a pale spectre of the Well of Eternity, but it still holds the same... beauty. Purity.",12,7,100,1,0,0,36436,0,"Archmage Mordent Evenshade"), +(36479,10,0,"I had forgotten.",12,7,100,0,0,0,36437,0,"Archmage Mordent Evenshade"), +(36479,11,0,"I do not believe admiration and wistful thoughts are against the societal norm.",12,7,100,6,0,0,36438,0,"Archmage Mordent Evenshade"), +(36479,12,0,"You were the one who challenged me for merely looking. I still await my audience with Tyrande.",12,7,100,1,0,0,36439,0,"Archmage Mordent Evenshade"), +(36481,0,0,"You must wait for an audience.",12,7,100,25,0,0,36446,0,"Sentinel Stillbough"), +(36481,1,0,"You show some nerve coming to Teldrassil, Highborne. Your kind are unwelcome here. We have not forgotten the War of the Ancients or the minds behind it.",12,7,100,1,0,0,36447,0,"Sentinel Stillbough"), +(36481,2,0,"And we would not see those mistakes repeated. Return to your exile.",12,7,100,5,0,0,36448,0,"Sentinel Stillbough"), +(36481,3,0,"Take your gaze off the moonwell, exile. The power within is not yours to wield.",12,7,100,5,0,0,36449,0,"Sentinel Stillbough"), +(36481,4,0,"Recalling your treachery?",12,7,100,6,0,0,36450,0,"Sentinel Stillbough"), +(36481,5,0,"Watch yourself, Highborne.",12,7,100,25,0,0,36451,0,"Sentinel Stillbough"), +(36481,6,0,"In good time.",12,7,100,1,0,0,36452,0,"Sentinel Stillbough"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=36479; +DELETE FROM `smart_scripts` WHERE `entryorguid`=36479 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3647900,3647901) 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 +(36479,0,0,0,1,0,100,0,5000,15000,150000,180000,87,3647900,3647901,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - Out of Combat - Run Random Script"), +(3647900,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 0"), +(3647900,9,1,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,19,36481,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 0 (Sentinel Stillbough)"), +(3647900,9,2,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 1"), +(3647900,9,3,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,19,36481,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 1 (Sentinel Stillbough)"), +(3647900,9,4,0,0,0,100,0,8000,8000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 2"), +(3647900,9,5,0,0,0,100,0,4000,4000,0,0,1,2,0,0,0,0,0,19,36481,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 2 (Sentinel Stillbough)"), +(3647900,9,6,0,0,0,100,0,5000,5000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 3"), +(3647900,9,7,0,0,0,100,0,5000,5000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 4"), +(3647900,9,8,0,0,0,100,0,7000,7000,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 5"), +(3647900,9,9,0,0,0,100,0,6000,6000,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 6"), +(3647901,9,0,0,0,0,100,0,0,0,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 7"), +(3647901,9,1,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,19,36481,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 3 (Sentinel Stillbough)"), +(3647901,9,2,0,0,0,100,0,5000,5000,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 8"), +(3647901,9,3,0,0,0,100,0,5000,5000,0,0,1,4,0,0,0,0,0,19,36481,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 4 (Sentinel Stillbough)"), +(3647901,9,4,0,0,0,100,0,3000,3000,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 9"), +(3647901,9,5,0,0,0,100,0,10000,10000,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 10"), +(3647901,9,6,0,0,0,100,0,3000,3000,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 11"), +(3647901,9,7,0,0,0,100,0,5000,5000,0,0,1,5,0,0,0,0,0,19,36481,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 5 (Sentinel Stillbough)"), +(3647901,9,8,0,0,0,100,0,3000,3000,0,0,1,12,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 12"), +(3647901,9,9,0,0,0,100,0,6000,6000,0,0,1,6,0,0,0,0,0,19,36481,0,0,0,0,0,0,"Archmage Mordent Evenshade - On Script - Say Line 6 (Sentinel Stillbough)"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_18_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_18_world_335.sql new file mode 100644 index 00000000000..7f82dfa474f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_19_18_world_335.sql @@ -0,0 +1,21 @@ +-- Remove unique items from reference table 24048 +DELETE FROM `reference_loot_template` WHERE `Entry`=24048 AND `Item` IN (1297, 2234, 4462, 4724); + +-- Add former items from reference table 24048 to their proper NPCs +DELETE FROM `creature_loot_template` WHERE `Item` IN (1297, 2234, 4462, 4724); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Comment`) VALUES +(2553, 1297, 0.1, 0, "Witherbark Shadowcaster - Robes of the Shadowcaster"), +(2577, 1297, 0.1, 0, "Dark Iron Shadowcaster - Robes of the Shadowcaster"), +(920, 2234, 0.1, 0, "Nightbane Tainted One - Nightwalker Armor"), +(503, 4462, 5, 0, "Lord Malathrom - Cloak of Rot"), +(2345, 4724, 2.5, 0, "Dun Garok Rifleman - Humbert's Helm"); + +-- Remove unique items from reference table 24050 +DELETE FROM `reference_loot_template` WHERE `Entry`=24050 AND `Item` IN (1998, 3341); + +-- Add former items from reference table 24050 to their proper NPCs +DELETE FROM `creature_loot_template` WHERE `Item` IN (1998, 3341); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `Comment`) VALUES +(697, 1998, 0.1, 0, "Bloodscalp Shaman - Bloodscalp Channeling Staff"), +(2562, 3341, 0.1, 0, "Boulderfist Ogre - Gauntlets of Ogre Strength"), +(2564, 3341, 0.1, 0, "Boulderfist Enforcer - Gauntlets of Ogre Strength"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_21_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_21_00_world_335.sql new file mode 100644 index 00000000000..c52db66c24b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_21_00_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `ProcFlags`=65536 WHERE `SpellId`=44401; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_21_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_21_01_world.sql new file mode 100644 index 00000000000..e29c989981b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_21_01_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `spawn_group_template` WHERE `groupId` BETWEEN 52 AND 56; +INSERT INTO `spawn_group_template` (`groupId`,`groupName`,`groupFlags`) VALUES +(52, "Culling of Stratholme - Chromie (middle)", 4), +(53, "Culling of Stratholme - Crate Helpers", 4), +(54, "Culling of Stratholme - Undead - Gauntlet", 4), +(55, "Culling of Stratholme - Undead", 4), +(56, "Culling of Stratholme - Stratholme residents", 4); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_23_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_23_00_world_335.sql new file mode 100644 index 00000000000..c8952e7cdbf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_23_00_world_335.sql @@ -0,0 +1,116 @@ +-- Aggro text for Flight Masters +DELETE FROM `creature_text` WHERE `CreatureID` IN (37915,31426,30271,29762,27344,26876,26877,26878,26879,26880,26881,26844,26845,26846,26847,26848,26850,26852,26853,26602,26566,25288,24366,24155,24061,24032,23859,23736,22936,22935,22485,21107,20762,20234,19558,19317,19181,18953,18942,18931,18937,18939,18809,18807,18808,18791,18788,18789,18785,17555,17554,16822,16587,16227,16192,16189,15178,15177,13177,12740,12636,12617,12616,12596,12578,12577,11901,11900,11899,11139,11138,10897,10378,8610,8609,8020,8019,7824,7823,4267,3841,3838,2995,4551,2389,2226,6726,6026,4317,4314,3615,3305,352,523,931,1571,2299,2409,2432,2835,2859,2941,4319,4321,4407,6706,1387,2861,3310,4312,2851,2858); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(352,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Dungar Longdrink"), +(523,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Thor"), +(931,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Ariena Stormfeather"), +(1571,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Shellei Brondir"), +(2299,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Borgus Stoutarm"), +(2409,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Felicia Maline"), +(2432,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Darla Harris"), +(2835,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Cedrik Prose"), +(2859,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Gyll"), +(2941,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Lanie Reed"), +(4319,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Thyssiana"), +(4321,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Baldruc"), +(4407,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Teloren"), +(6706,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Baritanas Skyriver"), +(7823,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Bera Stonehammer"), +(8609,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Alexandra Constantine"), +(10897,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Sindrayl"), +(11138,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Maethrya"), +(12577,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Jarrodenus"), +(12578,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Mishellena"), +(12596,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Bibilfaz Featherwhistle"), +(12617,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Khaelyn Steelwing"), +(15177,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Cloud Skydancer"), +(16822,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Flightmaster Krill Bitterhue"), +(17554,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Laando"), +(17555,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Stephanos"), +(18785,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Kuma"), +(18788,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Munci"), +(18789,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Furgu"), +(18809,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Furnan Skysoar"), +(18931,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Amish Wildhammer"), +(18937,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Amerun Leafshade"), +(18939,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Brubeck Stormfoot"), +(19181,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Lemla Hopewing"), +(20234,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Runetog Wildhammer"), +(21107,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Rip Pedalslam"), +(22485,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Halu"), +(22935,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Suralais Farwind"), +(22936,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Auhula"), +(23736,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Pricilla Winterwind"), +(23859,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Greer Orehammer"), +(24061,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"James Ormsby"), +(24366,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Nizzle"), +(26602,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Kara Thricestar"), +(26876,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Samuel Clearbook"), +(26877,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Derek Rammel"), +(26878,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Rodney Wells"), +(26879,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Tomas Riverwell"), +(26880,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Vana Grey"), +(26881,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Palena Silvercloud"), +(30271,0,0,"Guards! Help me!",14,7,100,0,0,0,4566,0,"Galendror Whitewing"), +(1387,0,0,"Grunts! Attack!",14,1,100,0,0,0,4558,0,"Thysta"), +(2861,0,0,"Grunts! Attack!",14,1,100,0,0,0,4558,0,"Gorrik"), +(3310,0,0,"Grunts! Attack!",14,1,100,0,0,0,4558,0,"Doras"), +(4312,0,0,"Grunts! Attack!",14,1,100,0,0,0,4558,0,"Tharm"), +(2851,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Urda"), +(2858,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Gringer"), +(3305,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Grisha"), +(3615,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Devrak"), +(4314,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Gorkas"), +(6026,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Breyk"), +(6726,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Thalon"), +(7824,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Bulkrek Ragefist"), +(8610,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Kroum"), +(10378,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Omusa Thunderhorn"), +(11139,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Yugrek"), +(11899,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Shardi"), +(11900,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Shardi"), +(11901,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Andruk"), +(12616,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Vhulgra"), +(12636,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Georgia"), +(12740,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Faustron"), +(13177,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Vahgruk"), +(15178,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Runk Windtamer"), +(16189,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Skymaster Sunwing"), +(16192,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Skymistress Gloaming"), +(16587,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Barley"), +(18791,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Du'ga"), +(18807,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Kerna"), +(18808,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Gursha"), +(18942,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Innalia"), +(18953,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Unoke Tenderhoof"), +(19317,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Drek'Gol"), +(19558,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Amilya Airheart"), +(20762,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Gur'zil"), +(24032,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Celea Frozenmane"), +(24155,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Tobias Sarkhoff"), +(25288,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Turida Coldwind"), +(26566,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Narzun Skybreaker"), +(26844,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Lilleth Radescu"), +(26845,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Junter Weiss"), +(26846,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Kareg"), +(26847,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Omu Spiritbreeze"), +(26848,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Kimbiza"), +(26850,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Numo Spiritbreeze"), +(26852,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Kragh"), +(26853,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Makki Wintergale"), +(27344,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Bat Handler Adeline"), +(29762,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Hyeyoung Parka"), +(31426,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Doras"), +(37915,0,0,"Guards!",14,1,100,0,0,0,4561,0,"Timothy Cunningham"), +(2226,0,0,"Intruders! Attack the intruders!",14,33,100,0,0,0,4569,0,"Karos Razok"), +(2389,0,0,"Intruders! Attack the intruders!",14,33,100,0,0,0,4569,0,"Zarise"), +(4551,0,0,"Intruders! Attack the intruders!",14,33,100,0,0,0,4569,0,"Michael Garrett"), +(2995,0,0,"You will not defile our sacred land!",14,3,100,0,0,0,4560,0,"Tal"), +(4317,0,0,"You will not defile our sacred land!",14,3,100,0,0,0,4560,0,"Nyse"), +(8020,0,0,"You will not defile our sacred land!",14,3,100,0,0,0,4560,0,"Shyn"), +(3838,0,0,"Sentinels, come to my defense!",14,2,100,0,0,0,4562,0,"Vesprystus"), +(3841,0,0,"Sentinels, come to my defense!",14,2,100,0,0,0,4562,0,"Caylais Moonfeather"), +(4267,0,0,"Sentinels, come to my defense!",14,2,100,0,0,0,4562,0,"Daelyshia"), +(8019,0,0,"Sentinels, come to my defense!",14,2,100,0,0,0,4562,0,"Fyldren Moonfeather"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=16227 AND `source_type`=0 AND `id`=2; -- Bragok doesn't talk on aggro diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_23_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_23_01_world_335.sql new file mode 100644 index 00000000000..23490ff6b6c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_23_01_world_335.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pal_improved_concentraction_aura_effect', 'spell_pal_improved_devotion_aura_effect', 'spell_pal_sanctified_retribution_effect'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_00_world_335.sql new file mode 100644 index 00000000000..9d87518b782 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_00_world_335.sql @@ -0,0 +1,35 @@ +-- Deathguard Elite +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=7980; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7980 AND `source_type`=0; +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 +(7980,0,0,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Deathguard Elite - In Combat - Cast 'Shoot'"); + +-- Stormwind City Guard +DELETE FROM `smart_scripts` WHERE `entryorguid`=68 AND `source_type`=0 AND `id` IN (1,2,3,4,5,6,7,8,9,10); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6800,6801,6802,6803,6804) 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 +(68, 0, 1,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Stormwind City Guard - In Combat - Cast 'Shoot'"), +(68, 0, 2,0,9,0,100,0,0,5,11000,14000,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - Within 0-5 Range - Cast 'Shield Block'"), +(68, 0, 3,0,0,0,100,0,5000,9000,8000,13000,11,12170,0,0,0,0,0,2,0,0,0,0,0,0,0,"Stormwind City Guard - In Combat - Cast 'Revenge'"), +(68, 0, 4,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Received Emote 'Wave' - Run Script"), +(68, 0, 5,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Received Emote 'Salute' - Run Script"), +(68, 0, 6,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Received Emote 'Kiss' - Run Script"), +(68, 0, 7,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Received Emote 'Shy' - Run Script"), +(68, 0, 8,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Received Emote 'Rude' - Run Script"), +(68, 0, 9,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Received Emote 'Chicken' - Run Script"), +(68, 0,10,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Received Emote 'Bow' - Run Script"), +(6800,9, 0,0, 0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6800,9, 1,0, 0,0,100,0,2000,2000,0,0,5,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Wave'"), +(6800,9, 2,0, 0,0,100,0,10000,10000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6801,9, 0,0, 0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6801,9, 1,0, 0,0,100,0,2000,2000,0,0,5,66,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Salute'"), +(6801,9, 2,0, 0,0,100,0,10000,10000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6802,9, 0,0, 0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6802,9, 1,0, 0,0,100,0,2000,2000,0,0,5,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Bow'"), +(6802,9, 2,0, 0,0,100,0,10000,10000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6803,9, 0,0, 0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6803,9, 1,0, 0,0,100,0,2000,2000,0,0,5,23,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Flex'"), +(6803,9, 2,0, 0,0,100,0,10000,10000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6804,9, 0,0, 0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6804,9, 1,0, 0,0,100,0,2000,2000,0,0,5,25,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Point'"), +(6804,9, 2,0, 0,0,100,0,10000,10000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_01_world_335.sql new file mode 100644 index 00000000000..fb853ff5a20 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_01_world_335.sql @@ -0,0 +1,2 @@ +-- Apothecary Keever's test subjects (Caged Human Male, Squirrel, Rabbit, Toad, Sheep) +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (5736,5739,5741,5742,5743); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_02_world.sql new file mode 100644 index 00000000000..d2a4cdd79d4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_02_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `ProcFlags`=`ProcFlags`|2048 WHERE `SpellId`=17619; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_03_world.sql new file mode 100644 index 00000000000..f66c9121e05 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_03_world.sql @@ -0,0 +1,27 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (34925) AND `source_type`=0 AND `id`=11 AND `action_type`=70; +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=49141, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=30420 AND `source_type`=0 AND `id` IN (3); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=202969, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=28659 AND `source_type`=0 AND `id` IN (20); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=202970, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=28659 AND `source_type`=0 AND `id` IN (1); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=202969, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=28659 AND `source_type`=0 AND `id` IN (0); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=202970, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=28659 AND `source_type`=0 AND `id` IN (21); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=85322, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=27210 AND `source_type`=0 AND `id` IN (8); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=85098, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=26073 AND `source_type`=0 AND `id` IN (0); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=85118, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=26073 AND `source_type`=0 AND `id` IN (2); +UPDATE `smart_scripts` SET `action_type`=118, `action_param1`=1 WHERE `entryorguid`=25201 AND `source_type`=0 AND `id` IN (5) AND `action_type`=70; +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=74518, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=24023 AND `source_type`=0 AND `id` IN (6); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=74519, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=24023 AND `source_type`=0 AND `id` IN (7); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=74520, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=24023 AND `source_type`=0 AND `id` IN (8); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=70376, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=19720 AND `source_type`=0 AND `id` IN (9); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=70377, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=19720 AND `source_type`=0 AND `id` IN (10); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=48191, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=18471 AND `source_type`=0 AND `id`=26; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=18399 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_type`=7, `action_type`=41, `target_type`=1, `target_param1`=0, `target_param2`=0, `Comment`="Murkblood Twin - On evade - Despawn" WHERE `entryorguid`=18399 AND `source_type`=0 AND `id`=7; +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=56862, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=17826 AND `source_type`=0 AND `id`=13; +UPDATE `smart_scripts` SET `action_param1`=180 WHERE `entryorguid`=8479 AND `source_type`=0 AND `id` IN (5,6); +UPDATE `smart_scripts` SET `action_param1`=120 WHERE `entryorguid`=7750 AND `source_type`=0 AND `id` IN (1,2); +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=48191, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=1806901 AND `source_type`=9 AND `id`=1; +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=24762, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=2362200 AND `source_type`=9 AND `id`=3; +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=106544, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=2724800 AND `source_type`=9 AND `id`=1; +UPDATE `smart_scripts` SET `action_type`=133, `action_param1`=0, `action_param2`=95366, `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=3011600 AND `source_type`=9 AND `id`=0; +UPDATE `smart_scripts` SET `action_param1`=60 WHERE `entryorguid`=173265 AND `source_type`=1 AND `id`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_04_world.sql new file mode 100644 index 00000000000..167b959156d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_04_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=66588 AND ConditionTypeOrReference=46; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 66588, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, '', "Flaming Spear could be casted only if the player is in taxi"), +(17, 0, 66588, 0, 1, 46, 0, 0, 0, 0, 0, 0, 0, '', "Flaming Spear could be casted only if the player is in taxi"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_05_world.sql new file mode 100644 index 00000000000..0ff76b9a900 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_05_world.sql @@ -0,0 +1,30 @@ +-- +UPDATE `conditions` SET `ConditionValue1`=11581 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9406; +UPDATE `conditions` SET `ConditionValue1`=11783 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9374; +UPDATE `conditions` SET `ConditionValue1`=11785 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9376; +UPDATE `conditions` SET `ConditionValue1`=11802 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9382; +UPDATE `conditions` SET `ConditionValue1`=11775 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9365; +UPDATE `conditions` SET `ConditionValue1`=11800 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9380; +UPDATE `conditions` SET `ConditionValue1`=11773 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9363; +UPDATE `conditions` SET `ConditionValue1`=11771 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9361; +UPDATE `conditions` SET `ConditionValue1`=11769 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9359; +UPDATE `conditions` SET `ConditionValue1`=11780 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9371; +UPDATE `conditions` SET `ConditionValue1`=11803 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9383; +UPDATE `conditions` SET `ConditionValue1`=11782 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9373; +UPDATE `conditions` SET `ConditionValue1`=11778 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9368; +UPDATE `conditions` SET `ConditionValue1`=11787 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9378; +UPDATE `conditions` SET `ConditionValue1`=11781 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9372; +UPDATE `conditions` SET `ConditionValue1`=11801 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9381; +UPDATE `conditions` SET `ConditionValue1`=11768 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9358; +UPDATE `conditions` SET `ConditionValue1`=11766 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9356; +UPDATE `conditions` SET `ConditionValue1`=11784 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9375; +UPDATE `conditions` SET `ConditionValue1`=11776 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9366; +UPDATE `conditions` SET `ConditionValue1`=11580 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9370; +UPDATE `conditions` SET `ConditionValue1`=11777 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9367; +UPDATE `conditions` SET `ConditionValue1`=11770 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9360; +UPDATE `conditions` SET `ConditionValue1`=11779 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9369; +UPDATE `conditions` SET `ConditionValue1`=11799 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9379; +UPDATE `conditions` SET `ConditionValue1`=11774 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9364; +UPDATE `conditions` SET `ConditionValue1`=11767 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9357; +UPDATE `conditions` SET `ConditionValue1`=11772 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9362; +UPDATE `conditions` SET `ConditionValue1`=11786 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9377; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_06_world.sql new file mode 100644 index 00000000000..0d1e189de47 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_24_06_world.sql @@ -0,0 +1,6 @@ +CREATE TABLE IF NOT EXISTS `gameobject_overrides` ( + `spawnId` int(10) unsigned NOT NULL DEFAULT '0', + `faction` smallint(5) unsigned NOT NULL DEFAULT '0', + `flags` int(10) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`spawnId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_25_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_25_00_world_335.sql new file mode 100644 index 00000000000..7762bbbbe8e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_25_00_world_335.sql @@ -0,0 +1,23 @@ +-- +DELETE FROM `gameobject_overrides` WHERE `spawnId` IN (76499, 76498, 76436, 76435, 76229, 76228, 76182, 76181, 76147, 76146, 76145, 76144, 76099, 76098, 76097, 76067, 76066, 76065, 76579, 76580); +INSERT INTO `gameobject_overrides` (`spawnId`, `faction`, `flags`) VALUES +(76499, 0, 16), +(76498, 0, 16), +(76436, 0, 16), +(76435, 0, 16), +(76229, 0, 16), +(76228, 0, 16), +(76182, 0, 16), +(76181, 0, 16), +(76147, 0, 16), +(76146, 0, 16), +(76145, 0, 16), +(76144, 0, 16), +(76099, 0, 16), +(76098, 0, 16), +(76097, 0, 16), +(76067, 0, 16), +(76066, 0, 16), +(76065, 0, 16), +(76579, 0, 16), +(76580, 0, 16); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_00_world_335.sql new file mode 100644 index 00000000000..d3c3b8e6cde --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_00_world_335.sql @@ -0,0 +1,2 @@ +-- Fix prerequisite for quests "Hallowed Scroll" & "Glyphic Scroll" +UPDATE `quest_template_addon` SET `PrevQuestID`=364 WHERE `ID` IN (3097,3098); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_01_world_335.sql new file mode 100644 index 00000000000..a21f5d25181 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_01_world_335.sql @@ -0,0 +1,2 @@ +-- Fix prerequisite for quest "Rot Hide Ichor" +UPDATE `quest_template_addon` SET `PrevQuestID`=439 WHERE `ID`=443; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_02_world_335.sql new file mode 100644 index 00000000000..39e6eabfc35 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_02_world_335.sql @@ -0,0 +1,9 @@ +-- Advisor Duskingdawn --> Fix gossip text +DELETE FROM `gossip_menu` WHERE `MenuID`=7358 AND `TextID`=8787; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7358,8787,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7358; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7358,8789,0,0,16,0,512,0,0,0,0,0,"","Show gossip text if player is a Blood Elf"), +(14,7358,8787,0,0,16,0,1279,0,0,0,0,0,"","Show gossip text if player is not a Blood Elf"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_03_world_335.sql new file mode 100644 index 00000000000..26a074ccc05 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_03_world_335.sql @@ -0,0 +1,15 @@ +-- Gol'dir +DELETE FROM `creature_text` WHERE `CreatureID`=2316; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2316,0,0,"Over here! Inside the room. Did you find the key to my chains? The human Borhuin has them.",12,1,100,22,0,0,598,0,"Gol'dir"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2316; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2316 AND `source_type`=0; +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 +(2316,0,0,0,10,0,100,0,1,30,180000,180000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gol'dir - OOC LOS - Say Line 0"); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=2316; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,2316,0,0,9,0,503,0,0,0,0,0,"","SAI triggers only if player has quest 'Gol'dir' taken"), +(22,1,2316,0,1,28,0,503,0,0,0,0,0,"","SAI triggers only if player has quest 'Gol'dir' completed"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_04_world_335.sql new file mode 100644 index 00000000000..97c4333d2b7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_04_world_335.sql @@ -0,0 +1,25 @@ +-- Blacksmith's Anvil +SET @GUID := 1508; +DELETE FROM `gameobject` WHERE `guid`=@GUID; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID,1684,1,1657,1657,1,1,9920.39,2308.9,1330.78,3.32399,-0,-0,-0.995844,0.0910739,300,255,1,"",0); + +-- Mathiel +DELETE FROM `creature_text` WHERE `CreatureID`=6142; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6142,0,0,"%s begins crafting...",16,0,100,0,0,0,2306,0,"Mathiel"), +(6142,1,0,"It is done. I have your weapon, $n.",12,0,100,1,0,0,2307,0,"Mathiel"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6142; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6142 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=614200 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 +(6142,0,0,0,20,0,100,0,1692,0,0,0,80,614200,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Quest 'Smith Mathiel' Finished - Run Script"), +(614200,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,"Mathiel - On Script - Remove Npc Flag Questgiver"), +(614200,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,0.166394,"Mathiel - On Script - Set Orientation"), +(614200,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Say Line 0"), +(614200,9,3,0,0,0,100,0,0,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Set Emote State 233"), +(614200,9,4,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Set Emote State 0"), +(614200,9,5,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.71042,"Mathiel - On Script - Set Orientation"), +(614200,9,6,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Say Line 2"), +(614200,9,7,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_05_world_335.sql new file mode 100644 index 00000000000..aa2443b0ffd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_05_world_335.sql @@ -0,0 +1,27 @@ +-- Quest "The Rescue" +-- Locked ball and chain +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry` IN (1721,1722); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1721,1722) 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 +(1721,1,0,0,70,0,100,0,2,0,0,0,45,1,1,0,0,0,0,19,2239,0,0,0,0,0,0,"Locked ball and chain - On Gameobject State Changed - Set Data to Drull"), +(1722,1,0,0,70,0,100,0,2,0,0,0,45,1,1,0,0,0,0,19,2238,0,0,0,0,0,0,"Locked ball and chain - On Gameobject State Changed - Set Data to Tog'thar"); + +-- Tog'thar / Drull +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (2238,2239); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2238,2239) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (223800,223900) 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 +(2238,0,0,0,38,0,100,0,1,1,0,0,80,223800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tog'thar - On Data Set - Run Script"), +(2239,0,0,0,38,0,100,0,1,1,0,0,80,223900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Drull - On Data Set - Run Script"), +(223800,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tog'thar - On Script - Say Line 0"), +(223800,9,1,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tog'thar - On Script - Say Line 1"), +(223900,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Drull - On Script - Say Line 0"), +(223900,9,1,0,0,0,100,0,6000,6000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Drull - On Script - Say Line 1"); + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (2238,2239); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2238,0,0,"Have you freed Drull yet? I don't know where he's being held.",12,1,100,6,0,0,593,0,"Tog'thar"), +(2238,1,0,"I will only slow you down, but no pink-skinned humans will keep me from freedom!",12,1,100,15,0,0,595,0,"Tog'thar"), +(2239,0,0,"Ah, it is good to be free of my bonds! Have you freed Tog'thar yet? The humans split us up after our capture.",12,1,100,4,0,0,592,0,"Drull"), +(2239,1,0,"Go on ahead without me! I will make my own way to Tarren Mill.",12,1,100,5,0,0,594,0,"Drull"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_06_world_335.sql new file mode 100644 index 00000000000..8440db65827 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_02_28_06_world_335.sql @@ -0,0 +1,25 @@ +-- Quest "Helcular's Revenge (Part 2)" +-- Helcular's Grave +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=1767; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1767 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 +(1767,1,0,0,20,0,100,0,553,0,0,0,12,2433,3,600000,0,0,0,8,0,0,0,-742.94,-615.67,18.72,1.61731,"Helcular's Grave - On Quest 'Helcular's Revenge (Part 2)' Rewarded - Summon Creature 'Helcular's Remains'"); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=1767; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,1767,1,0,29,1,2433,200,0,1,0,0,"","SAI triggers only if Helcular's Remains is not already spawned"); + +-- Helcular's Remains +DELETE FROM `smart_scripts` WHERE `entryorguid`=2433 AND `source_type`=0 AND `id` IN (3,4); +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 +(2433,0,3,0,11,0,100,0,0,0,0,0,89,10,0,0,0,0,0,1,0,0,0,0,0,0,0,"Helcular's Remains - On Respawn - Start Random Movement"), +(2433,0,4,0,11,0,100,0,0,0,0,0,11,3390,0,0,0,0,0,1,0,0,0,0,0,0,0,"Helcular's Remains - On Respawn - Cast 'Helcular's Spawn'"); + +UPDATE `creature_text` SET `Emote`=15 WHERE `CreatureID`=2433 AND `GroupID`=0; +UPDATE `creature_text` SET `Emote`=0 WHERE `CreatureID`=2433 AND `GroupID`=1; +DELETE FROM `creature_text` WHERE `CreatureID`=2433 AND `GroupID`=0 AND `ID`=3; +DELETE FROM `creature_text` WHERE `CreatureID`=2433 AND `GroupID`=1 AND `ID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2433,0,3,"I returned from the grave to take my revenge!",14,0,100,15,0,0,599,0,"Helcular's Remains"), +(2433,1,1,"Die in the name of the Dark Lady, $n.",14,0,100,0,0,0,600,0,"Helcular's Remains"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_01_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_01_00_world_335.sql new file mode 100644 index 00000000000..b2e791b532b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_01_00_world_335.sql @@ -0,0 +1,2 @@ +-- Hit debuff stacking (Insect Swarm & Scorpid Sting) +UPDATE `spell_group_stack_rules` SET `stack_rule`= 3 WHERE `group_id`= 1060; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_00_world_335.sql new file mode 100644 index 00000000000..de1367d5105 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_00_world_335.sql @@ -0,0 +1,2 @@ +-- Mountaineer Pebblebitty +UPDATE `conditions` SET `ConditionTypeOrReference`=14, `Comment`="Show gossip menu option only if quest 'The Horn of the Beast' is not taken" WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1201; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_01_world_335.sql new file mode 100644 index 00000000000..5f61dd154a2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_01_world_335.sql @@ -0,0 +1,4 @@ +-- Sha'ni Proudtusk's Remains +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=160445; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,160445,1,0,29,1,9136,200,0,1,0,0,"","SAI triggers only if Sha'ni Proudtusk is not already spawned"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_02_world_335.sql new file mode 100644 index 00000000000..0662195eecc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_02_world_335.sql @@ -0,0 +1,2 @@ +-- Fix gossip option for Spark Nilminer +UPDATE `gossip_menu_option` SET `ActionMenuID`=2721 WHERE `MenuID`=2422; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_03_world_335.sql new file mode 100644 index 00000000000..f429092b306 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_03_world_335.sql @@ -0,0 +1,12 @@ +-- Jes'rimon - add Gossip Option +DELETE FROM `gossip_menu` WHERE `MenuID`=2190; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2190,2823,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=2189; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2189,0,0,"Where is Un'Goro Crater?",5184,1,1,2190,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=2189; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,2189,0,0,0,9,0,4300,0,0,0,0,0,"","Show gossip option if quest 'Bone-Bladed Weapons' is taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_04_world_335.sql new file mode 100644 index 00000000000..961b677cdac --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_04_world_335.sql @@ -0,0 +1,3 @@ +-- Blastmaster Emi Shortfuse +UPDATE `creature_text` SET `Text`="FIRE IN THE HOLE!", `Language`=0, `BroadcastTextId`=4137 WHERE `CreatureID`=7998 AND `GroupID`=11; +UPDATE `creature_text` SET `BroadcastTextId`=4207 WHERE `CreatureID`=7998 AND `GroupID`=13; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_05_world_335.sql new file mode 100644 index 00000000000..20c443ba3ad --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_05_world_335.sql @@ -0,0 +1,29 @@ +-- Laris Geardawdle - fix Gossip Texts +DELETE FROM `gossip_menu` WHERE `MenuID`=2405 AND `TextID` IN (3099,3098,3097); +DELETE FROM `gossip_menu` WHERE `MenuID` IN (2406,2407,2408); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2405,3097,0), +(2405,3099,0), +(2405,3098,0), +(2406,3100,0), +(2407,3101,0), +(2408,3102,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (2406,2407,2405); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2405,0,0,"Is there a difference between ooze and slime?",5450,1,1,2406,0,0,0,"",0,0), +(2406,0,0,"What do you mean by \"pure?\"",5452,1,1,2407,0,0,0,"",0,0), +(2407,0,0,"Are there any areas you can think of that would be so untouched?",5454,1,1,2408,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID` IN (3097,3099); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_1`) VALUES +(3097,"Incredible! Amazing! I don't even know what this means!","",5447,0,1,0), +(3099,"There must be someplace on Azeroth that we can find oozes uncorrupted by the Scourge or anything else. But where?!","",5449,0,1,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=2405; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2405,3097,0,0,8,0,4512,0,0,0,0,0,"","Show gossip text 3099 if quest 'A Little Slime Goes a Long Way (Part 1)' is rewarded"), +(14,2405,3097,0,0,9,0,4513,0,0,1,0,0,"","Show gossip text 3099 if quest 'A Little Slime Goes a Long Way (Part 2)' is not taken"), +(14,2405,3099,0,0,9,0,4513,0,0,0,0,0,"","Show gossip text 3099 if quest 'A Little Slime Goes a Long Way (Part 2)' is taken"), +(14,2405,3098,0,0,8,0,4513,0,0,0,0,0,"","Show gossip text 3098 if quest 'A Little Slime Goes a Long Way (Part 2)' is rewarded"), +(15,2405,0,0,0,9,0,4513,0,0,0,0,0,"","Show gossip option if quest 'A Little Slime Goes a Long Way (Part 2)' is taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_06_world_335.sql new file mode 100644 index 00000000000..a955ad0dbab --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_06_world_335.sql @@ -0,0 +1,27 @@ +-- Talen +DELETE FROM `creature_text` WHERE `CreatureID`=3846; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3846,0,0,"This statuette must hold a hidden compartment....",12,7,100,1,0,0,0,0,"Talen"), +(3846,1,0,"%s searches the ancient statuette.",16,0,100,0,0,0,0,0,"Talen"), +(3846,2,0,"It's locked! NO!!",12,7,100,15,0,0,0,0,"Talen"), +(3846,3,0,"$n, I am in need of your help once again.",12,7,100,1,0,0,1355,0,"Talen"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=3846 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=384600 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 +(3846,0,1,0,20,0,100,0,1007,0,0,0,80,384600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Quest 'The Ancient Statuette' Finished - Run Script"), +(384600,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,"Talen - On Script - Remove Npc Flag Questgiver"), +(384600,9,1,0,0,0,100,0,0,0,0,0,91,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Remove Flag Standstate 'Sit Down'"), +(384600,9,2,0,0,0,100,0,2000,2000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,6.16678,"Talen - On Script - Set Orientation"), +(384600,9,3,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Say Line 0"), +(384600,9,4,0,0,0,100,0,4000,4000,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Set Flag Standstate 'Kneel'"), +(384600,9,5,0,0,0,100,0,1000,1000,0,0,50,18603,12,0,0,0,0,8,0,0,0,3471.69,846.893,5.39909,4.67058,"Talen - On Script - Summon Gameobject 'Ancient Statuette'"), +(384600,9,6,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Say Line 1"), +(384600,9,7,0,0,0,100,0,8000,8000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Say Line 2"), +(384600,9,8,0,0,0,100,0,4000,4000,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Remove Flag Standstate 'Kneel'"), +(384600,9,9,0,0,0,100,0,2000,2000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Set Orientation"), +(384600,9,10,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Say Line 3"), +(384600,9,11,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Add Npc Flag Questgiver"), +(384600,9,12,0,0,0,100,0,20000,20000,0,0,90,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talen - On Script - Set Flag Standstate Sit Down"); + +UPDATE `creature_template` SET `npcflag`=2, `gossip_menu_id`=0 WHERE `entry`=3846; -- Fix NPC flag and remove gossip diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_07_world_335.sql new file mode 100644 index 00000000000..fc91aef0048 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_07_world_335.sql @@ -0,0 +1,144 @@ +-- Ember Worg +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=13000, `event_param3`=17000, `event_param4`=24000 WHERE `entryorguid`=9690 AND `source_type`=0 AND `id`=0; + +-- Ember Worg +UPDATE `smart_scripts` SET `event_param1`=8000, `event_param2`=12000, `event_param3`=18000, `event_param4`=22000 WHERE `entryorguid`=9694 AND `source_type`=0 AND `id`=0; + +-- Ember Worg +UPDATE `smart_scripts` SET `event_param1`=7000, `event_param2`=11000, `event_param3`=16000, `event_param4`=20000 WHERE `entryorguid`=9697 AND `source_type`=0 AND `id`=0; + +-- Deathmaw +UPDATE `smart_scripts` SET `event_param1`=8000, `event_param2`=11000, `event_param3`=13000, `event_param4`=16000 WHERE `entryorguid`=10077 AND `source_type`=0 AND `id`=0; + +-- Flamekin Sprite +DELETE FROM `smart_scripts` WHERE `entryorguid`=9777 AND `source_type`=0; +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 +(9777,0,0,0,25,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Flamekin Sprite - On Reset - Cast 'Thrash'"); + +-- Black Wyrmkin +UPDATE `smart_scripts` SET `event_param3`=15000, `event_param4`=19000, `action_param2`=0 WHERE `entryorguid`=7041 AND `source_type`=0 AND `id`=1; + +-- Firegut Ogres +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid` IN (7033,7034,7035,9604) AND `source_type`=0 AND `id`=0; + +-- Black Dragonspawn +UPDATE `smart_scripts` SET `event_param1`=8000, `event_param2`=12000, `event_param3`=18000, `event_param4`=24000 WHERE `entryorguid`=7040 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=7000, `event_param3`=9000, `event_param4`=11000 WHERE `entryorguid`=7040 AND `source_type`=0 AND `id`=1; + +-- Venomtip Scorpid +DELETE FROM `smart_scripts` WHERE `entryorguid`=9691 AND `source_type`=0; +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 +(9691,0,0,0,25,0,100,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Venomtip Scorpid - On Reset - Cast 'Poison Proc'"); + +-- Deathlash Scorpid +UPDATE `smart_scripts` SET `event_param1`=8000, `event_param2`=12000, `event_param3`=12000, `event_param4`=18000 WHERE `entryorguid`=9695 AND `source_type`=0 AND `id`=0; + +-- War Reaver +DELETE FROM `smart_scripts` WHERE `entryorguid`=7039 AND `source_type`=0; +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 +(7039,0,0,0,25,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"War Reaver - On Reset - Cast 'Thrash'"), +(7039,0,1,0,0,0,100,0,7000,11000,17000,21000,11,10966,0,0,0,0,0,2,0,0,0,0,0,0,0,"War Reaver - In Combat - Cast 'Uppercut'"); + +-- Malfunctioning Reaver +DELETE FROM `smart_scripts` WHERE `entryorguid`=8981 AND `source_type`=0; +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 +(8981,0,0,0,25,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Malfunctioning Reaver - On Reset - Cast 'Thrash'"), +(8981,0,1,0,0,0,100,0,7000,11000,17000,21000,11,10966,0,0,0,0,0,2,0,0,0,0,0,0,0,"Malfunctioning Reaver - In Combat - Cast 'Uppercut'"); + +-- Thaurissan Firewalker +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=7037 AND `source_type`=0 AND `id`=1; + +-- Thaurissan Spy +DELETE FROM `smart_scripts` WHERE `entryorguid`=7036 AND `source_type`=0 AND `id`=0; +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 +(7036,0,0,0,25,0,100,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thaurissan Spy - On Reset - Cast 'Poison Proc'"); + +-- Thaurissan Agent +UPDATE `smart_scripts` SET `event_param3`=16000, `event_param4`=20000 WHERE `entryorguid`=7038 AND `source_type`=0 AND `id`=1; + +-- Thauris Balgarr +DELETE FROM `smart_scripts` WHERE `entryorguid`=8978 AND `source_type`=0; +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 +(8978,0,0,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Thauris Balgarr - In Combat CMC - Cast 'Shoot'"), +(8978,0,1,0,9,0,100,0,0,20,11000,15000,11,6533,0,0,0,0,0,2,0,0,0,0,0,0,0,"Thauris Balgarr - Within 0-20 Range - Cast 'Net'"), +(8978,0,2,0,0,0,100,0,1000,3000,19000,23000,11,11802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thauris Balgarr - In Combat - Cast 'Dark Iron Land Mine'"); + +-- Dark Iron Land Mine +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=8035 AND `source_type`=0; + +-- Scalding Drake +DELETE FROM `smart_scripts` WHERE `entryorguid`=7045 AND `source_type`=0; +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 +(7045,0,0,0,9,0,100,0,0,5,8000,16000,11,9573,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scalding Drake - Within 0-5 Range - Cast 'Flame Breath'"); + +-- Blackrock Sorcerer +UPDATE `smart_scripts` SET `event_param1`=8000, `event_param2`=12000, `event_param3`=14000, `event_param4`=19000, `action_param2`=0 WHERE `entryorguid`=7026 AND `source_type`=0 AND `id`=1; + +-- Blackrock Warlock +UPDATE `smart_scripts` SET `action_param2`=32 WHERE `entryorguid`=7028 AND `source_type`=0 AND `id` IN (1,2); +UPDATE `smart_scripts` SET `event_param3`=19000, `event_param4`=24000 WHERE `entryorguid`=7028 AND `source_type`=0 AND `id`=1; + +-- Gor'tesh +DELETE FROM `smart_scripts` WHERE `entryorguid`=9176 AND `source_type`=0; +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 +(9176,0,0,0,25,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gor'tesh - On Reset - Cast 'Thrash'"), +(9176,0,1,0,0,0,100,0,5000,7000,12000,15000,11,12734,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gor'tesh - In Combat - Cast 'Ground Smash'"), +(9176,0,2,0,0,0,100,0,9000,11000,14000,18000,11,10101,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gor'tesh - In Combat - Cast 'Knock Away'"); + +-- Flamescale Dragonspawn +UPDATE `smart_scripts` SET `event_param1`=8000, `event_param2`=12000, `event_param3`=13000, `event_param4`=17000 WHERE `entryorguid`=7042 AND `source_type`=0 AND `id`=1; + +-- Flamescale Wyrmkin +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=7043 AND `source_type`=0 AND `id`=1; + +-- Searscale Drake +DELETE FROM `smart_scripts` WHERE `entryorguid`=7046 AND `source_type`=0; +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 +(7046,0,0,0,9,0,100,0,0,5,8000,16000,11,8873,0,0,0,0,0,2,0,0,0,0,0,0,0,"Searscale Drake - Within 0-5 Range - Cast 'Flame Breath'"); + +-- Flamescale Broodling +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=7049 AND `source_type`=0 AND `id`=1; + +-- Firetail Scorpid +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=12000, `event_param3`=12000, `event_param4`=20000, `action_param2`=0 WHERE `entryorguid`=9698 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param1`=12000, `event_param2`=16000, `event_param3`=14000, `event_param4`=18000, `action_param2`=32 WHERE `entryorguid`=9698 AND `source_type`=0 AND `id`=1; + +-- Terrorspark +DELETE FROM `smart_scripts` WHERE `entryorguid`=10078 AND `source_type`=0 AND `id` IN (1,2); +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 +(10078,0,1,0,0,0,100,0,3000,3000,3000,3000,11,11968,0,0,0,0,0,1,0,0,0,0,0,0,0,"Terrorspark - In Combat - Cast 'Fire Shield'"), +(10078,0,2,3,0,0,100,0,11000,15000,33000,37000,11,15710,0,0,0,0,0,1,0,0,0,0,0,0,0,"Terrorspark - In Combat - Cast 'Summon Flamekin Torcher'"); + +-- Blackrock Battlemaster +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=7029; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7029 AND `source_type`=0; +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 +(7029,0,0,0,4,0,100,0,0,0,0,0,11,674,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackrock Battlemaster - On Aggro - Cast 'Dual Wield'"); + +-- Volchan +DELETE FROM `smart_scripts` WHERE `entryorguid`=10119 AND `source_type`=0 AND `id` IN (0,2); +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 +(10119,0,0,0,0,0,100,0,3000,3000,3000,3000,11,13376,0,0,0,0,0,1,0,0,0,0,0,0,0,"Volchan - In Combat - Cast 'Fire Shield'"), +(10119,0,2,0,0,0,100,0,11000,13000,9000,24000,11,12470,0,0,0,0,0,1,0,0,0,0,0,0,0,"Volchan - In Combat - Cast 'Fire Nova'"); + +-- Hematos +DELETE FROM `smart_scripts` WHERE `entryorguid`=8976 AND `source_type`=0; +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 +(8976,0,0,0,9,0,100,0,0,5,8000,16000,11,9573,0,0,0,0,0,2,0,0,0,0,0,0,0,"Hematos - Within 0-5 Range - Cast 'Flame Breath'"); + +-- Scarshield Sentry +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9044; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9044 AND `source_type`=0; +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 +(9044,0,0,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scarshield Sentry - Combat CMC - Cast 'Shoot'"), +(9044,0,1,0,0,0,100,0,7000,11000,11000,15000,11,14443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarshield Sentry - In Combat - Cast 'Multi-Shot'"), +(9044,0,2,0,0,0,100,0,7000,12000,10000,16000,11,14897,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarshield Sentry - In Combat - Cast 'Slowing Poison'"); + +-- Scarshield Grunt +DELETE FROM `smart_scripts` WHERE `entryorguid`=9043 AND `source_type`=0; +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 +(9043,0,0,0,0,0,100,0,3000,5000,3000,5000,11,11976,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarshield Grunt - In Combat - Cast 'Strike'"); + +-- Fix bytes2 for some creatures +UPDATE `creature_addon` SET `bytes2`=2 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (7038,8978)); +UPDATE `creature_template_addon` SET `bytes2`=2 WHERE `entry`=9044; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_08_world_335.sql new file mode 100644 index 00000000000..2afedd72859 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_03_08_world_335.sql @@ -0,0 +1,12 @@ +DELETE FROM `quest_greeting` WHERE `ID` IN (5204,1776,3441,4500,1950,7777,9536,6986,4485,7825); +INSERT INTO `quest_greeting` (`ID`, `Type`, `GreetEmoteType`, `GreetEmoteDelay`, `Greeting`, `VerifiedBuild`) VALUES +(5204,0,0,0,"If we are to make our place in this world, then we will do so through study, and through the will to ignore our fading human instincts.",0), -- Apothecary Zinge +(1776,0,0,0,"We spent so much of our lives in fight, memories of peaceful times grow evermore distant.",0), -- Magtoor +(3441,0,0,0,"To hunt a beast, one must know that beast. One must learn and respect its ways.$B$BTo do otherwise is not to hunt. To do otherwise is merely to kill.",0), -- Melor Stonehoof +(4500,0,0,0,"Overlord Mok'Morokk boss. You do what I say.",0), -- Overlord Mok'Morokk +(7777,0,0,0,"",0), -- Rok Orhan +(9536,0,0,0,"The quest for wealth is the only goal for a respectable goblin.$B$BWell, maybe wealth... and a big, loud death!",0), -- Maxwort Uberglint +(1950,0,0,0,"My brother and I are on a scouting mission, but we are holed up in this farmhouse. The Deathstalkers need your help!",0), -- Rane Yorick +(7825,0,0,0,"",0), -- Oran Snakewrithe +(6986,0,1,0,"My name is Dran Droffers, and this over here is my dummy son Malton. If you need salvage, or are looking to sell salvage, then we're who you need to be talking to!",0), -- Dran Droffers +(4485,0,1,0,"The days grow long, and still no end to the conflicts of these lands can be seen. It takes no spell caster to know that much. Take up a blade while you can, $c. War can come to our doors at any time, and if I'm not mistaken, you look to be one who revels in it.",0); -- Belgrom Rockmaul diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_04_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_04_00_world_335.sql new file mode 100644 index 00000000000..56e77b5d1de --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_04_00_world_335.sql @@ -0,0 +1,74 @@ +-- Fix availability for quest "Zamek's Distraction" +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=1191; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=1191; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(19,0,1191,0,0,28,0,1190,0,0,0,0,0,'',"Show quest 'Zamek's Distraction' only if quest 'Keeping Pace' is taken but not rewarded"), +(19,0,1191,0,1,8,0,1190,0,0,0,0,0,'',"Show quest 'Zamek's Distraction' only if quest 'Keeping Pace' is rewarded"), +(19,0,1191,0,1,14,0,1194,0,0,0,0,0,'',"Show quest 'Zamek's Distraction' only if quest 'Rizzle's Schematics' is not taken and not rewarded"); + +-- Add gossip text for gameobjects "Rizzle's Guarded Plans" & "Rizzle's Unguarded Plans" +UPDATE `gossip_menu` SET `TextID`=7182 WHERE `MenuID`=6029; +UPDATE `gossip_menu` SET `TextID`=7181 WHERE `MenuID`=6030; + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (4709,4720); +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(4709,0,0,'Hehehe! Things go boom!',12,0,100,11,0,0,1540,0,'Zamek'), +(4720,0,0,'What was that!',14,0,100,5,0,0,1541,0,'Rizzle Brassbolts'), +(4720,1,0,"Bloody... Must have been the goblins... Let's see how bad the damage is.",12,0,100,5,0,0,1542,0,'Rizzle Brassbolts'), +(4720,2,0,"Guess there's nothing more to be done. Blast!",12,0,100,6,0,0,1543,0,'Rizzle Brassbolts'); + +-- Waypoints +DELETE FROM `waypoints` WHERE `entry` IN (4709,4720); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(4709, 1,-6237.13,-3911.58,-60.5103,'Zamek'), +(4709, 2,-6257.43,-3879.56,-58.8595,'Zamek'), +(4709, 3,-6267.61,-3850.91,-58.7503,'Zamek'), +(4709, 4,-6266.24,-3846.35,-58.7503,'Zamek'), +(4709, 5,-6267.61,-3850.91,-58.7503,'Zamek'), +(4709, 6,-6257.43,-3879.56,-58.8595,'Zamek'), +(4709, 7,-6237.13,-3911.58,-60.5103,'Zamek'), +(4709, 8,-6226.13,-3944.94,-58.6251,'Zamek'), +(4720, 1,-6243.39,-3845.91,-58.7498,'Rizzle Brassbolts'), +(4720, 2,-6250.63,-3847.35,-58.7491,'Rizzle Brassbolts'), +(4720, 3,-6255.06,-3853.64,-58.7491,'Rizzle Brassbolts'), +(4720, 4,-6262.2, -3851.84,-58.7491,'Rizzle Brassbolts'), +(4720, 5,-6266.24,-3846.35,-58.7503,'Rizzle Brassbolts'), +(4720, 6,-6262.2, -3851.84,-58.7491,'Rizzle Brassbolts'), +(4720, 7,-6255.06,-3853.64,-58.7491,'Rizzle Brassbolts'), +(4720, 8,-6250.63,-3847.35,-58.7491,'Rizzle Brassbolts'), +(4720, 9,-6243.39,-3845.91,-58.7498,'Rizzle Brassbolts'), +(4720,10,-6236.99,-3831.23,-58.1364,'Rizzle Brassbolts'); + +-- Zamek +DELETE FROM `smart_scripts` WHERE `entryorguid`=4709 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=470900 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 +(4709,0,0,0,20,0,100,0,1191,0,0,0,53,1,4709,0,0,0,0,1,0,0,0,0,0,0,0,"Zamek - On Quest 'Zamek's Distraction' Finished - Start Waypoint"), +(4709,0,1,0,20,0,100,0,1191,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zamek - On Quest 'Zamek's Distraction' Finished - Remove NPC Flag Questgiver"), +(4709,0,2,0,40,0,100,0,4,4709,0,0,80,470900,0,0,0,0,0,1,0,0,0,0,0,0,0,'Zamek - On Waypoint 4 Reached - Run Script'), +(4709,0,3,0,40,0,100,0,8,4709,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Zamek - On Waypoint 8 Reached - Set Orientation'), +(470900,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,'Zamek - On Script - Pause Waypoint'), +(470900,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,0.943443,'Zamek - On Script - Set Orientation'), +(470900,9,2,0,0,0,100,0,2000,2000,0,0,50,144065,8,0,0,0,0,8,0,0,0,-6265.67,-3845.57,-58.75,0.943443,"Zamek - On Script - Summon Gameobject 'Explosive Charge'"), +(470900,9,3,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Zamek - On Script - Say Line 0'), +(470900,9,4,0,0,0,100,0,7000,7000,0,0,9,0,0,0,0,0,0,20,144065,0,0,0,0,0,0,"Zamek - On Script - Activate Gameobject 'Explosive Charge'"), +(470900,9,5,0,0,0,100,0,1000,1000,0,0,45,1,1,0,0,0,0,19,4720,0,0,0,0,0,0,'Zamek - On Script - Set Data to Rizzle Brassbolts'), +(470900,9,6,0,0,0,100,0,60000,60000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,'Zamek - On Script - Add NPC Flag Questgiver'); + +-- Rizzle Brassbolts +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4720; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4720 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (472000,472001) 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 +(4720,0,0,0,38,0,100,0,1,1,0,0,80,472000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Rizzle Brassbolts - On Data Set - Run Script'), +(4720,0,1,0,40,0,100,0,5,4720,0,0,80,472001,0,0,0,0,0,1,0,0,0,0,0,0,0,'Rizzle Brassbolts - On Waypoint 5 Reached - Run Script'), +(4720,0,2,0,40,0,100,0,10,4720,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Rizzle Brassbolts - On Waypoint 10 Reached - Set Orientation'), +(472000,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Rizzle Brassbolts - On Script - Say Line 0'), +(472000,9,1,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Rizzle Brassbolts - On Script - Say Line 1'), +(472000,9,2,0,0,0,100,0,0,0,0,0,53,0,4720,0,0,0,0,1,0,0,0,0,0,0,0,'Rizzle Brassbolts - On Script - Start Waypoint'), +(472000,9,3,0,0,0,100,0,0,0,0,0,41,0,60,0,0,0,0,14,17087,179888,0,0,0,0,0,"Rizzle Brassbolts - On Script - Despawn Gameobject 'Rizzle's Guarded Plans'"), +(472000,9,4,0,0,0,100,0,0,0,0,0,70,60,0,0,0,0,0,14,13621,20805,0,0,0,0,0,"Rizzle Brassbolts - On Script - Respawn Gameobject 'Rizzle's Unguarded Plans'"), +(472001,9,0,0,0,0,100,0,0,0,0,0,54,25000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Rizzle Brassbolts - On Script - Pause Waypoint'), +(472001,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,0.943443,'Rizzle Brassbolts - On Script - Set Orientation'), +(472001,9,2,0,0,0,100,0,20000,20000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,'Rizzle Brassbolts - On Script - Say Line 2'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_00_world.sql new file mode 100644 index 00000000000..1df33e4bcf8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `QuestRequired`=1 WHERE `Item` IN (24426,24427); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_01_world.sql new file mode 100644 index 00000000000..d37755f6d98 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_01_world.sql @@ -0,0 +1,80 @@ +-- +-- Gnomeregan Evacuee +DELETE FROM `smart_scripts` WHERE `entryorguid`=7843 AND `source_type`=0 AND `id`=6; +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 +(7843,0,6,0,6,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gnomeregan Evacuee - On Just Died - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7843; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7843,0,0,"Aaaaahhh! So close to escaping.",12,7,100,0,0,0,3829,0,"Gnomeregan Evacuee"); + +-- Addled Leper +DELETE FROM `smart_scripts` WHERE `entryorguid`=6221 AND `source_type`=0 AND `id`=6; +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 +(6221,0,6,0,4,0,40,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Addled Leper - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6221; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6221,0,0,"No gnome will be left behind.",12,7,100,0,0,0,2422,0,"Addled Leper"), +(6221,0,1,"The troggs...they never stop coming. Die trogg! Die!",12,7,100,0,0,0,2423,0,"Addled Leper"), +(6221,0,2,"This sickness clouds my vision, but I know you must be a trogg. Die foul invader!",12,7,100,0,0,0,2424,0,"Addled Leper"), +(6221,0,3,"A foul trogg if ever I saw one. Die!",12,7,100,0,0,0,2425,0,"Addled Leper"); + +-- Leprous Technician +DELETE FROM `smart_scripts` WHERE `entryorguid`=6222 AND `source_type`=0 AND `id`=5; +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 +(6222,0,5,0,4,0,20,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Leprous Technician - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6222 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6222,1,0,"No gnome will be left behind.",12,7,100,0,0,0,2422,0,"Leprous Technician"), +(6222,1,1,"The troggs...they never stop coming. Die trogg! Die!",12,7,100,0,0,0,2423,0,"Leprous Technician"), +(6222,1,2,"This sickness clouds my vision, but I know you must be a trogg. Die foul invader!",12,7,100,0,0,0,2424,0,"Leprous Technician"), +(6222,1,3,"A foul trogg if ever I saw one. Die!",12,7,100,0,0,0,2425,0,"Leprous Technician"); + +-- Leprous Defender +DELETE FROM `smart_scripts` WHERE `entryorguid`=6223 AND `source_type`=0 AND `id`=5; +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 +(6223,0,5,0,4,0,20,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Leprous Defender - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6223 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6223,1,0,"No gnome will be left behind.",12,7,100,0,0,0,2422,0,"Leprous Defender"), +(6223,1,1,"The troggs...they never stop coming. Die trogg! Die!",12,7,100,0,0,0,2423,0,"Leprous Defender"), +(6223,1,2,"This sickness clouds my vision, but I know you must be a trogg. Die foul invader!",12,7,100,0,0,0,2424,0,"Leprous Defender"), +(6223,1,3,"A foul trogg if ever I saw one. Die!",12,7,100,0,0,0,2425,0,"Leprous Defender"); + +-- Leprous Assistant +DELETE FROM `smart_scripts` WHERE `entryorguid`=7603 AND `source_type`=0 AND `id`=2; +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 +(7603,0,2,0,4,0,20,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Leprous Assistant - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7603 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7603,1,0,"No gnome will be left behind.",12,7,100,0,0,0,2422,0,"Leprous Assistant"), +(7603,1,1,"The troggs...they never stop coming. Die trogg! Die!",12,7,100,0,0,0,2423,0,"Leprous Assistant"), +(7603,1,2,"This sickness clouds my vision, but I know you must be a trogg. Die foul invader!",12,7,100,0,0,0,2424,0,"Leprous Assistant"), +(7603,1,3,"A foul trogg if ever I saw one. Die!",12,7,100,0,0,0,2425,0,"Leprous Assistant"); + +-- Leprous Machinesmith +DELETE FROM `smart_scripts` WHERE `entryorguid`=6224 AND `source_type`=0 AND `id`=4; +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 +(6224,0,4,0,4,0,20,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Leprous Machinesmith - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6224 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6224,1,0,"No gnome will be left behind.",12,7,100,0,0,0,2422,0,"Leprous Machinesmith"), +(6224,1,1,"The troggs...they never stop coming. Die trogg! Die!",12,7,100,0,0,0,2423,0,"Leprous Machinesmith"), +(6224,1,2,"This sickness clouds my vision, but I know you must be a trogg. Die foul invader!",12,7,100,0,0,0,2424,0,"Leprous Machinesmith"), +(6224,1,3,"A foul trogg if ever I saw one. Die!",12,7,100,0,0,0,2425,0,"Leprous Machinesmith"); + +-- Dark Iron Agent +DELETE FROM `smart_scripts` WHERE `entryorguid`=6212 AND `source_type`=0 AND `id`=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 +(6212,0,1,0,4,0,20,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Iron Agent - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6212 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6212,1,0,"Never cross a Dark Iron, $C.",12,0,100,0,0,0,1934,0,"Dark Iron Agent"), +(6212,1,1,"Time to die, $C.",12,0,100,0,0,0,1935,0,"Dark Iron Agent"), +(6212,1,2,"Feel the power of the Dark Iron Dwarves!",12,0,100,0,0,0,1936,0,"Dark Iron Agent"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_02_world_335.sql new file mode 100644 index 00000000000..506b75b5fe9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_02_world_335.sql @@ -0,0 +1,349 @@ +-- Quest "Escorting Erland" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=435; + +-- Quest "Return to Quinn" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=430; + +-- Quest "Ivar the Foul" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=425; + +-- Quest "Wand to Bethor" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=491; + +-- Quest "Supplying the Sepulcher" +DELETE FROM `quest_details` WHERE `ID`=6321; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6321,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6321; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6321; + +-- Quest "Ride to the Undercity" +DELETE FROM `quest_details` WHERE `ID`=6323; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6323,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6323; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6323; + +-- Quest "Michael Garrett" +DELETE FROM `quest_details` WHERE `ID`=6322; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6322,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=6322; + +-- Quest "Return to Podrig" +DELETE FROM `quest_details` WHERE `ID`=6324; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6324,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6324; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6324; + +-- Quest "The Deathstalkers' Report" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=449; + +-- Quest "Speak with Renferrel" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3221; + +-- Quest "Delivery to Silverpine Forest" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=445; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=445; + +-- Quest "Zinge's Delivery" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1359; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1359; + +-- Quest "Sample for Helbrim" +DELETE FROM `quest_details` WHERE `ID`=1358; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1358,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1358; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1358; + +-- Quest "The Dead Fields" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=437; + +-- Quest "Rot Hide Clues" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=439; + +-- Quest "Rot Hide Ichor" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=443; + +-- Quest "Rot Hide Origins" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=444; + +-- Quest "Thule Ravenclaw" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=446; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=446; + +-- Quest "Assault on Fenris Isle" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=442; + +-- Quest "The Engraved Ring" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=440; + +-- Quest "Raleigh and the Undercity" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=441; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=441; + +-- Quest "A Husband's Revenge" +DELETE FROM `quest_details` WHERE `ID`=530; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(530,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=530; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=530; + +-- Quest "Prove Your Worth" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=421; + +-- Quest "Arugal's Folly" +DELETE FROM `quest_details` WHERE `ID`=422; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(422,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=422; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=422; + +-- Quest "Arugal's Folly (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=423; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=423; + +-- Quest "Arugal's Folly (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=424; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(424,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=424; + +-- Quest "Arugal's Folly (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=99; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(99,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=99; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=99; + +-- Quest "Maps and Runes" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=478; + +-- Quest "Dalar's Analysis" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=481; + +-- Quest "Ambermill Investigations" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=479; + +-- Quest "The Weaver" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=480; + +-- Quest "A Recipe For Death" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=66, `EmoteOnComplete`=66 WHERE `ID`=447; +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=447; + +-- Quest "A Recipe For Death (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=450; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(450,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=450; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=450; + +-- Quest "A Recipe For Death (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=451; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(451,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=451; + +-- Quest "Arugal Must Die" +DELETE FROM `quest_details` WHERE `ID`=1014; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1014,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=1014; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1014; + +-- Quest "Journey to Hillsbrad Foothills" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=493; +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=493; + +-- Quest "Time To Strike" +DELETE FROM `quest_details` WHERE `ID`=494; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(494,5,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=494; + +-- Quest "Helcular's Revenge" +DELETE FROM `quest_details` WHERE `ID`=552; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(552,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=552; + +-- Quest "Helcular's Revenge (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=553; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(553,1,0,0,0,0,0,0,0,0); + +-- Quest "Battle of Hillsbrad" +DELETE FROM `quest_details` WHERE `ID`=527; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(527,25,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=527; + +-- Quest "Battle of Hillsbrad (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=528; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(528,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=528; + +-- Quest "Battle of Hillsbrad (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=529; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(529,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=529; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=529; + +-- Quest "Battle of Hillsbrad (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=532; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(532,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=532; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=532; + +-- Quest "Battle of Hillsbrad (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=539; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(539,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=539; + +-- Quest "Battle of Hillsbrad (Part 6)" +DELETE FROM `quest_details` WHERE `ID`=541; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(541,6,5,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=541; + +-- Quest "Battle of Hillsbrad (Part 7)" +DELETE FROM `quest_details` WHERE `ID`=14351; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(14351,1,66,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=14351; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=14351; + +-- Quest "Bracers of Binding" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=557; + +-- Quest "Frostmaw" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1136; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1136; + +-- Quest "The Rescue" +DELETE FROM `quest_details` WHERE `ID`=498; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(498,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5, `Emote3`=1 WHERE `ID`=498; + +-- Quest "Infiltration" +DELETE FROM `quest_details` WHERE `ID`=533; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(533,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=533; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=533; + +-- Quest "Gol'dir" +DELETE FROM `quest_details` WHERE `ID`=503; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(503,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=503; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=503; + +-- Quest "Blackmoore's Legacy" +DELETE FROM `quest_details` WHERE `ID`=506; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(506,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=506; + +-- Quest "Lord Aliden Perenolde" +DELETE FROM `quest_details` WHERE `ID`=507; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(507,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=20 WHERE `ID`=507; + +-- Quest "Taretha's Gift" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=508; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=508; + +-- Quest "WANTED: Syndicate Personnel" +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=549; + +-- Quest "WANTED: Baron Vardus" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=566; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=566; + +-- Quest "Dangerous!" +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=567; + +-- Quest "Souvenirs of Death" +DELETE FROM `quest_details` WHERE `ID`=546; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(546,1,1,6,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=546; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=546; + +-- Quest "Humbert's Sword" +DELETE FROM `quest_details` WHERE `ID`=547; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(547,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=547; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=547; + +-- Quest "Soothing Turtle Bisque" +DELETE FROM `quest_details` WHERE `ID`=7321; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7321,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=7321; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7321; + +-- Quest "Elixir of Suffering" +DELETE FROM `quest_details` WHERE `ID`=496; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(496,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=496; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=496; + +-- Quest "Elixir of Suffering (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=499; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(499,1,11,0,0,0,0,0,0,0); + +-- Quest "Elixir of Pain" +DELETE FROM `quest_details` WHERE `ID`=501; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(501,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=501; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=501; + +-- Quest "Elixir of Pain (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=502; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(502,5,1,11,0,0,0,0,0,0); + +-- Quest "Elixir of Agony" +DELETE FROM `quest_details` WHERE `ID`=509; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(509,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=509; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=11 WHERE `ID`=509; + +-- Quest "Elixir of Agony (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=513; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(513,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=513; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=513; + +-- Quest "Elixir of Agony (Part 3)" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=515; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=515; + +-- Quest "Elixir of Agony (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=517; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(517,1,1,11,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=517; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=517; + +-- Quest "Elixir of Agony (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=524; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(524,1,1,11,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_03_world.sql new file mode 100644 index 00000000000..1552426bbc4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_03_world.sql @@ -0,0 +1,94 @@ +-- Stormwind City Guard +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6800,6801,6802,6803,6804) 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 +(6800,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted On"), +(6800,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6800,9,2,0,0,0,100,0,2000,2000,0,0,5,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Wave'"), +(6800,9,3,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6800,9,4,0,0,0,100,0,0,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted Off"), +(6801,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted On"), +(6801,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6801,9,2,0,0,0,100,0,2000,2000,0,0,5,66,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Salute'"), +(6801,9,3,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6801,9,4,0,0,0,100,0,0,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted Off"), +(6802,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted On"), +(6802,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6802,9,2,0,0,0,100,0,2000,2000,0,0,5,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Bow'"), +(6802,9,3,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6802,9,4,0,0,0,100,0,0,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted Off"), +(6803,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted On"), +(6803,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6803,9,2,0,0,0,100,0,2000,2000,0,0,5,23,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Flex'"), +(6803,9,3,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6803,9,4,0,0,0,100,0,0,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted Off"), +(6804,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted On"), +(6804,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6804,9,2,0,0,0,100,0,2000,2000,0,0,5,25,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Play Emote 'Point'"), +(6804,9,3,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Orientation"), +(6804,9,4,0,0,0,100,0,0,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Guard - On Script - Set Rooted Off"); + +-- Stormwind City Patroller +DELETE FROM `smart_scripts` WHERE `entryorguid`=1976 AND `source_type`=0 AND `id` IN (1,2,3,4,5,6,7,8,9,10,11); +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 +(1976,0,1,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Stormwind City Patroller - In Combat - Cast 'Shoot'"), +(1976,0,2,0,9,0,100,0,0,5,11000,14000,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Patroller - Within 0-5 Range - Cast 'Shield Block'"), +(1976,0,3,0,0,0,100,0,5000,9000,8000,13000,11,12170,0,0,0,0,0,2,0,0,0,0,0,0,0,"Stormwind City Patroller - In Combat - Cast 'Revenge'"), +(1976,0,4,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Patroller - On Received Emote 'Wave' - Run Script"), +(1976,0,5,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Patroller - On Received Emote 'Salute' - Run Script"), +(1976,0,6,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Patroller - On Received Emote 'Kiss' - Run Script"), +(1976,0,7,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Patroller - On Received Emote 'Shy' - Run Script"), +(1976,0,8,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Patroller - On Received Emote 'Rude' - Run Script"), +(1976,0,9,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Patroller - On Received Emote 'Chicken' - Run Script"), +(1976,0,10,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind City Patroller - On Received Emote 'Bow' - Run Script"); + +-- Stormwind Royal Guard +DELETE FROM `smart_scripts` WHERE `entryorguid`=1756 AND `source_type`=0 AND `id` IN (1,2,3,4,5,6,7,8,9,10); +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 +(1756,0,1,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Stormwind Royal Guard - In Combat - Cast 'Shoot'"), +(1756,0,2,0,9,0,100,0,0,5,11000,14000,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Royal Guard - Within 0-5 Range - Cast 'Shield Block'"), +(1756,0,3,0,0,0,100,0,5000,9000,8000,13000,11,12170,0,0,0,0,0,2,0,0,0,0,0,0,0,"Stormwind Royal Guard - In Combat - Cast 'Revenge'"), +(1756,0,4,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Royal Guard - On Received Emote 'Wave' - Run Script"), +(1756,0,5,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Royal Guard - On Received Emote 'Salute' - Run Script"), +(1756,0,6,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Royal Guard - On Received Emote 'Kiss' - Run Script"), +(1756,0,7,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Royal Guard - On Received Emote 'Shy' - Run Script"), +(1756,0,8,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Royal Guard - On Received Emote 'Rude' - Run Script"), +(1756,0,9,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Royal Guard - On Received Emote 'Chicken' - Run Script"), +(1756,0,10,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Royal Guard - On Received Emote 'Bow' - Run Script"); + +-- Orgrimmar Grunt +DELETE FROM `smart_scripts` WHERE `entryorguid`=3296 AND `source_type`=0 AND `id` IN (1,2,3,4,5,6,7,8,9,10,11); +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 +(3296,0,1,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Orgrimmar Grunt - In Combat - Cast 'Shoot'"), +(3296,0,2,0,0,0,100,0,5000,9000,8000,13000,11,40505,0,0,0,0,0,2,0,0,0,0,0,0,0,"Orgrimmar Grunt - In Combat - Cast 'Cleave'"), +(3296,0,3,0,2,0,100,1,0,30,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - Between 0-30% Health - Cast 'Enrage' (No Repeat)"), +(3296,0,4,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - Between 0-30% Health - Say Line 0 (No Repeat)"), +(3296,0,5,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - On Received Emote 'Wave' - Run Script"), +(3296,0,6,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - On Received Emote 'Salute' - Run Script"), +(3296,0,7,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - On Received Emote 'Kiss' - Run Script"), +(3296,0,8,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - On Received Emote 'Shy' - Run Script"), +(3296,0,9,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - On Received Emote 'Rude' - Run Script"), +(3296,0,10,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - On Received Emote 'Chicken' - Run Script"), +(3296,0,11,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orgrimmar Grunt - On Received Emote 'Bow' - Run Script"); + +DELETE FROM `creature_text` WHERE `CreatureID`=3296 AND `GroupID`=0; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3296,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Orgrimmar Grunt"); + +-- Kor'kron Elite +DELETE FROM `smart_scripts` WHERE `entryorguid`=14304 AND `source_type`=0 AND `id` IN (1,2,3,4,5,6,7,8,9,10,11); +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 +(14304,0,1,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Kor'kron Elite - In Combat - Cast 'Shoot'"), +(14304,0,2,0,0,0,100,0,5000,9000,8000,13000,11,40505,0,0,0,0,0,2,0,0,0,0,0,0,0,"Kor'kron Elite - In Combat - Cast 'Cleave'"), +(14304,0,3,0,2,0,100,0,0,30,120000,120000,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - Between 0-30% Health - Cast 'Enrage'"), +(14304,0,4,0,2,0,100,1,0,30,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - Between 0-30% Health - Say Line 1 (No Repeat)"), +(14304,0,5,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - On Received Emote 'Wave' - Run Script"), +(14304,0,6,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - On Received Emote 'Salute' - Run Script"), +(14304,0,7,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - On Received Emote 'Kiss' - Run Script"), +(14304,0,8,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - On Received Emote 'Shy' - Run Script"), +(14304,0,9,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - On Received Emote 'Rude' - Run Script"), +(14304,0,10,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - On Received Emote 'Chicken' - Run Script"), +(14304,0,11,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kor'kron Elite - On Received Emote 'Bow' - Run Script"); + +DELETE FROM `creature_text` WHERE `CreatureID`=14304 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(14304,1,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Kor'kron Elite"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_04_world.sql new file mode 100644 index 00000000000..49a1cc25ff0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_04_world.sql @@ -0,0 +1,122 @@ +-- Tarren Mill Deathguard +DELETE FROM `smart_scripts` WHERE `entryorguid`=2405 AND `source_type`=0 AND `id` IN (1,2,3,4,5,6,7,8,9,10); +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 +(2405,0,1,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Tarren Mill Deathguard - In Combat - Cast 'Shoot'"), +(2405,0,2,0,9,0,100,0,0,5,11000,14000,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarren Mill Deathguard - Within 0-5 Range - Cast 'Shield Block'"), +(2405,0,3,0,0,0,100,0,5000,9000,8000,13000,11,12170,0,0,0,0,0,2,0,0,0,0,0,0,0,"Tarren Mill Deathguard - In Combat - Cast 'Revenge'"), +(2405,0,4,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarren Mill Deathguard - On Received Emote 'Wave' - Run Script"), +(2405,0,5,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarren Mill Deathguard - On Received Emote 'Salute' - Run Script"), +(2405,0,6,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarren Mill Deathguard - On Received Emote 'Kiss' - Run Script"), +(2405,0,7,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarren Mill Deathguard - On Received Emote 'Shy' - Run Script"), +(2405,0,8,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarren Mill Deathguard - On Received Emote 'Rude' - Run Script"), +(2405,0,9,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarren Mill Deathguard - On Received Emote 'Chicken' - Run Script"), +(2405,0,10,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarren Mill Deathguard - On Received Emote 'Bow' - Run Script"); + +UPDATE `creature_text` SET `Language`=33 WHERE `CreatureID`=2405; -- Fix language for Tarren Mill Deathguard's aggro text + +-- Hammerfall Guardian +DELETE FROM `smart_scripts` WHERE `entryorguid`=2621 AND `source_type`=0; +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 +(2621,0,0,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Hammerfall Guardian - In Combat - Cast 'Shoot'"), +(2621,0,1,0,9,0,100,0,0,5,11000,14000,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammerfall Guardian - Within 0-5 Range - Cast 'Shield Block'"), +(2621,0,2,0,0,0,100,0,5000,9000,8000,13000,11,12170,0,0,0,0,0,2,0,0,0,0,0,0,0,"Hammerfall Guardian - In Combat - Cast 'Revenge'"), +(2621,0,3,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammerfall Guardian - On Received Emote 'Wave' - Run Script"), +(2621,0,4,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammerfall Guardian - On Received Emote 'Salute' - Run Script"), +(2621,0,5,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammerfall Guardian - On Received Emote 'Kiss' - Run Script"), +(2621,0,6,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammerfall Guardian - On Received Emote 'Shy' - Run Script"), +(2621,0,7,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammerfall Guardian - On Received Emote 'Rude' - Run Script"), +(2621,0,8,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammerfall Guardian - On Received Emote 'Chicken' - Run Script"), +(2621,0,9,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammerfall Guardian - On Received Emote 'Bow' - Run Script"); + +-- Skyguard Windcharger +DELETE FROM `smart_scripts` WHERE `entryorguid`=23257 AND `source_type`=0 AND `id`=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 +(23257,0,1,0,9,0,100,0,0,20,12000,16000,11,12024,0,0,0,0,0,2,0,0,0,0,0,0,0,"Skyguard Windcharger - Within 0-20 Range - Cast 'Net'"); + +-- Stormwind Marine +DELETE FROM `smart_scripts` WHERE `entryorguid`=20556 AND `source_type`=0 AND `id` IN (2,3,4,5,6,7,8,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 +(20556,0,2,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Stormwind Marine - In Combat - Cast 'Shoot'"), +(20556,0,3,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Marine - On Received Emote 'Wave' - Run Script"), +(20556,0,4,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Marine - On Received Emote 'Salute' - Run Script"), +(20556,0,5,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Marine - On Received Emote 'Kiss' - Run Script"), +(20556,0,6,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Marine - On Received Emote 'Shy' - Run Script"), +(20556,0,7,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Marine - On Received Emote 'Rude' - Run Script"), +(20556,0,8,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Marine - On Received Emote 'Chicken' - Run Script"), +(20556,0,9,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormwind Marine - On Received Emote 'Bow' - Run Script"); + +UPDATE `creature_template` SET `npcflag`=0, `IconName`=NULL WHERE `entry`=20556; -- They don't give directions and don't have gossip text + +-- Deathguard Elite +DELETE FROM `smart_scripts` WHERE `entryorguid`=7980 AND `source_type`=0 AND `id` IN (1,2,3,4,5,6,7,8,9,10); +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 +(7980,0,1,0,25,0,100,0,0,0,0,0,11,18950,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathguard Elite - On Reset - Cast 'Invisibility and Stealth Detection'"), +(7980,0,2,0,0,0,100,0,5000,7000,7000,10000,11,14516,0,0,0,0,0,2,0,0,0,0,0,0,0,"Deathguard Elite - In Combat - Cast 'Strike'"), +(7980,0,3,0,9,0,100,0,0,5,12000,16000,11,9080,0,0,0,0,0,2,0,0,0,0,0,0,0,"Deathguard Elite - Within 0-5 Range - Cast 'Hamstring'"), +(7980,0,4,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathguard Elite - On Received Emote 'Wave' - Run Script"), +(7980,0,5,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathguard Elite - On Received Emote 'Salute' - Run Script"), +(7980,0,6,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathguard Elite - On Received Emote 'Kiss' - Run Script"), +(7980,0,7,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathguard Elite - On Received Emote 'Shy' - Run Script"), +(7980,0,8,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathguard Elite - On Received Emote 'Rude' - Run Script"), +(7980,0,9,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathguard Elite - On Received Emote 'Chicken' - Run Script"), +(7980,0,10,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathguard Elite - On Received Emote 'Bow' - Run Script"); + +-- Mounted Ironforge Mountaineer +DELETE FROM `smart_scripts` WHERE `entryorguid`=12996 AND `source_type`=0 AND `id` IN (2,3,4,5,6,7,8,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 +(12996,0,2,0,22,0,100,0,101,5000,5000,0,80,6800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mounted Ironforge Mountaineer - On Received Emote 'Wave' - Run Script"), +(12996,0,3,0,22,0,100,0,78,5000,5000,0,80,6801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mounted Ironforge Mountaineer - On Received Emote 'Salute' - Run Script"), +(12996,0,4,0,22,0,100,0,58,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mounted Ironforge Mountaineer - On Received Emote 'Kiss' - Run Script"), +(12996,0,5,0,22,0,100,0,84,5000,5000,0,80,6803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mounted Ironforge Mountaineer - On Received Emote 'Shy' - Run Script"), +(12996,0,6,0,22,0,100,0,77,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mounted Ironforge Mountaineer - On Received Emote 'Rude' - Run Script"), +(12996,0,7,0,22,0,100,0,22,5000,5000,0,80,6804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mounted Ironforge Mountaineer - On Received Emote 'Chicken' - Run Script"), +(12996,0,8,0,22,0,100,0,17,5000,5000,0,80,6802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mounted Ironforge Mountaineer - On Received Emote 'Bow' - Run Script"); + +UPDATE `creature_template` SET `gossip_menu_id`=2121 WHERE `entry`=12996; -- Add gossip text + +-- Scout Stronghand +DELETE FROM `smart_scripts` WHERE `entryorguid`=14375 AND `source_type`=0 AND `id` IN (1,2,3); +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 +(14375,0,1,0,9,0,100,0,0,30,8000,12000,11,14030,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Stronghand - Within 0-30 Range - Cast 'Hooked Net'"), +(14375,0,2,0,0,0,100,0,5000,7000,5000,9000,11,15572,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Stronghand - In Combat - Cast 'Sunder Armor'"), +(14375,0,3,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Stronghand - In Combat - Cast 'Shoot'"); + +-- Expedition Warden +DELETE FROM `smart_scripts` WHERE `entryorguid`=17855 AND `source_type`=0; +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 +(17855,0,0,0,9,0,100,0,0,20,12000,16000,11,12024,0,0,0,0,0,2,0,0,0,0,0,0,0,"Expedition Warden - Within 0-20 Range - Cast 'Net'"), +(17855,0,1,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Expedition Warden - In Combat - Cast 'Shoot'"), +(17855,0,2,0,4,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Expedition Warden - On Aggro - Cast Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=17855; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(17855,0,0,"Taste blade, mongrel!",12,0,100,0,0,0,10950,0,"Expedition Warden"), +(17855,0,1,"Please tell me that you didn't just do what I think you just did. Please tell me that I'm not going to have to hurt you...",12,0,100,0,0,0,10951,0,"Expedition Warden"), +(17855,0,2,"As if we don't have enough problems, you go and create more!",12,0,100,0,0,0,10953,0,"Expedition Warden"), +(17855,0,3,"You dare spill blood on neutral ground? OUT! OUT, I SAY!",12,0,100,0,0,0,10948,0,"Expedition Warden"), +(17855,0,4,"We don't take kindly to miscreants, $r.",12,0,100,0,0,0,10949,0,"Expedition Warden"), +(17855,0,5,"Get a rope!",12,0,100,0,0,0,10952,0,"Expedition Warden"), +(17855,0,6,"Believe me when I tell you this: You're gonna wish you weren't born, sissy!",12,0,100,0,0,0,10954,0,"Expedition Warden"), +(17855,0,7,"Your actions shame us all, $c. I hurt inside as I beat you senseless.",12,0,100,0,0,0,10955,0,"Expedition Warden"); + +-- Scout Manslayer +DELETE FROM `smart_scripts` WHERE `entryorguid`=14376 AND `source_type`=0 AND `id` IN (1,2,3); +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 +(14376,0,1,0,9,0,100,0,0,30,8000,12000,11,14030,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Manslayer - Within 0-30 Range - Cast 'Hooked Net'"), +(14376,0,2,0,0,0,100,0,5000,7000,5000,9000,11,15572,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Manslayer - In Combat - Cast 'Sunder Armor'"), +(14376,0,3,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Manslayer - In Combat - Cast 'Shoot'"); + +-- Scout Tharr +DELETE FROM `smart_scripts` WHERE `entryorguid`=14377 AND `source_type`=0 AND `id` IN (1,2,3); +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 +(14377,0,1,0,9,0,100,0,0,30,8000,12000,11,14030,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Tharr - Within 0-30 Range - Cast 'Hooked Net'"), +(14377,0,2,0,0,0,100,0,5000,7000,5000,9000,11,15572,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Tharr - In Combat - Cast 'Sunder Armor'"), +(14377,0,3,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scout Tharr - In Combat - Cast 'Shoot'"); + +-- Cenarion Hold Infantry +DELETE FROM `smart_scripts` WHERE `entryorguid`=15184 AND `source_type`=0 AND `id`=4; +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 +(15184,0,4,0,0,0,100,0,0,0,2000,4000,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Cenarion Hold Infantry - In Combat - Cast 'Shoot'"); + +UPDATE `creature_template` SET `flags_extra`=32768 WHERE `entry` IN (1756); +UPDATE `creature_template` SET `faction`=105 WHERE `entry` IN (3084); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_05_world_335.sql new file mode 100644 index 00000000000..a31f1da077d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_05_world_335.sql @@ -0,0 +1,102 @@ +-- Quest "A Fine Mess" +-- Pooling for Kernobee +SET @GUID := 64977; +SET @POOL := 385; +DELETE FROM `creature` WHERE `guid` BETWEEN @GUID+0 AND @GUID+6; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID+0,7850,90,0,0,1,1,0,0,-637.053,101.836,-194.48,4.76023,7200,0,0,896,0,0,0,0,0,"",0), +(@GUID+1,7850,90,0,0,1,1,0,0,-577.696,28.5626,-197.735,4.76023,7200,0,0,896,0,0,0,0,0,"",0), +(@GUID+2,7850,90,0,0,1,1,0,0,-618.832,153.15,-199.654,6.25451,7200,0,0,896,0,0,0,0,0,"",0), +(@GUID+3,7850,90,0,0,1,1,0,0,-600.079,15.9729,-179.679,5.47311,7200,0,0,896,0,0,0,0,0,"",0), +(@GUID+4,7850,90,0,0,1,1,0,0,-540.499,21.528,-179.737,1.53634,7200,0,0,896,0,0,0,0,0,"",0), +(@GUID+5,7850,90,0,0,1,1,0,0,-533.081,34.7292,-199.0739,1.89563,7200,0,0,896,0,0,0,0,0,"",0), +(@GUID+6,7850,90,0,0,1,1,0,0,-621.389,51.785,-199.647,5.47311,7200,0,0,896,0,0,0,0,0,"",0); + +DELETE FROM `pool_template` WHERE `entry`=@POOL; +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL,1,"Kernobee"); + +DELETE FROM `pool_creature` WHERE `pool_entry`=@POOL; +INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@GUID+0,@POOL,0,"Kernobee (7850) - Spawn 1"), +(@GUID+1,@POOL,0,"Kernobee (7850) - Spawn 2"), +(@GUID+2,@POOL,0,"Kernobee (7850) - Spawn 3"), +(@GUID+3,@POOL,0,"Kernobee (7850) - Spawn 4"), +(@GUID+4,@POOL,0,"Kernobee (7850) - Spawn 5"), +(@GUID+5,@POOL,0,"Kernobee (7850) - Spawn 6"), +(@GUID+6,@POOL,0,"Kernobee (7850) - Spawn 7"), +(30135,@POOL,0,"Kernobee (7850) - Spawn 8"); + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (7850,7897); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7850,0,0,"I see the exit! Hurry, hurry!",12,0,100,5,0,0,3948,0,"Kernobee"), +(7850,1,0,"%s cheers!",16,0,100,4,0,0,3928,0,"Kernobee"), +(7850,2,0,"Thank you for rescuing me! Word of your deed will not go unnoticed.",12,0,100,0,0,0,3929,0,"Kernobee"), +(7850,3,0,"%s waves goodbye to everyone.",16,0,100,3,0,0,3930,0,"Kernobee"), +(7850,4,0,"Uh oh....",12,0,100,0,0,0,3953,0,"Kernobee"), +(7850,5,0,"Get me out of here!",12,0,100,5,0,0,3881,0,"Kernobee"), +(7897,0,0,"%s activates!",14,0,100,0,0,0,3926,0,"Alarm-a-bomb 2600"), +(7897,1,0,"Self-destruct sequence activated.",14,0,100,0,0,0,3927,0,"Alarm-a-bomb 2600"), +(7897,2,0,"Anti-escape countermeasures activated. Self-destruct in t-minus 20 seconds....",14,0,100,0,0,0,3949,0,"Alarm-a-bomb 2600"), +(7897,3,0,"Alarm-a-bomb unit 2600 has failed. Self-destruct override [ACTIVE]. Cooldown [ACTIVE].",14,0,100,0,0,0,3950,0,"Alarm-a-bomb 2600"); + +-- Kernobee +DELETE FROM `creature_addon` WHERE `guid`=30135; + +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=7850; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7850 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=785000 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 +(7850,0,0,1,19,0,100,0,2904,0,0,0,29,2,180,0,0,0,0,7,0,0,0,0,0,0,0,"Kernobee - On Quest 'A Fine Mess' Taken - Start Follow Player"), +(7850,0,1,2,61,0,100,0,0,0,0,0,64,1,0,0,0,0,0,16,0,0,0,0,0,0,0,"Kernobee - On Quest 'A Fine Mess' Taken - Store Targetlist"), +(7850,0,2,3,61,0,100,0,0,0,0,0,91,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kernobee - On Quest 'A Fine Mess' Taken - Remove Flag Standstate 'Dead'"), +(7850,0,3,4,61,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kernobee - On Quest 'A Fine Mess' Taken - Remove Npc Flag Questgiver"), +(7850,0,4,5,61,0,100,0,0,0,0,0,19,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kernobee - On Quest 'A Fine Mess' Taken - Remove Unit Flag 'Immune To NPCs' & 'Immune To Players'"), +(7850,0,5,6,61,0,100,0,0,0,0,0,2,250,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kernobee - On Quest 'A Fine Mess' Taken - Set Faction 250"), +(7850,0,6,7,61,0,100,0,0,0,0,0,1,5,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kernobee - On Quest 'A Fine Mess' Taken - Say Line 5"), +(7850,0,7,0,61,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,30134,7897,0,0,0,0,0,"Kernobee - On Quest 'A Fine Mess' Taken - Set Data to Alarm-a-bomb 2600"), +(7850,0,8,0,6,0,100,0,0,0,0,0,6,2904,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kernobee - On Death - Fail Quest 'A Fine Mess'"), +(7850,0,9,0,11,0,100,0,0,0,0,0,90,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kernobee - On Respawn - Add Flag Standstate 'Dead'"), +(7850,0,10,11,38,0,100,1,1,1,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kernobee - On Data Set - Say Line 0"), +(7850,0,11,12,61,0,100,0,0,0,0,0,29,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kernobee - On Data Set - Stop Follow"), +(7850,0,12,13,61,0,100,0,0,0,0,0,69,0,0,0,0,0,0,8,0,0,0,-337.215,-0.165544,-152.847,0,"Kernobee - On Data Set - Move to Position"), +(7850,0,13,0,61,0,100,0,0,0,0,0,80,785000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kernobee - On Data Set - Run Script"), +(785000,9,0,0,0,0,100,0,11000,11000,0,0,15,2904,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kernobee - On Script - Quest Credit 'A Fine Mess'"), +(785000,9,1,0,0,0,100,0,0,0,0,0,45,3,3,0,0,0,0,19,7897,0,0,0,0,0,0,"Kernobee - On Script - Set Data to Alarm-a-bomb 2600"), +(785000,9,2,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kernobee - On Script - Say Line 1"), +(785000,9,3,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kernobee - On Script - Set Orientation"), +(785000,9,4,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kernobee - On Script - Say Line 2"), +(785000,9,5,0,0,0,100,0,5000,5000,0,0,1,3,0,0,0,0,0,12,1,0,0,0,0,0,0,"Kernobee - On Script - Say Line 3"), +(785000,9,6,0,0,0,100,0,3000,3000,0,0,69,0,0,0,0,0,0,8,0,0,0,-297.319,-7.321,-152.849,0,"Kernobee - On Script - Move to Position"), +(785000,9,7,0,0,0,100,0,2000,2000,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kernobee - On Script - Despawn"); + +-- Alarm-a-bomb 2600 +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=7897; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7897 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (789700,789701) 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 +(7897,0,0,0,38,0,100,0,1,1,0,0,80,789700,2,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Data Set - Run Script"), +(7897,0,1,0,38,0,100,1,1,1,0,0,29,2,270,0,0,0,0,19,7850,200,0,0,0,0,0,"Alarm-a-bomb 2600 - On Data Set - Start Follow Kernobee"), +(7897,0,2,0,38,1,100,1,2,2,0,0,45,1,1,0,0,0,0,19,7850,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Data Set - Set Data to Kernobee (Phase 1)"), +(7897,0,3,0,38,1,100,1,3,3,0,0,80,789701,2,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Data Set - Run Script (Phase 1)"), +(789700,9,0,0,0,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Set Event Phase 1"), +(789700,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Say Line 0"), +(789700,9,2,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Say Line 1"), +(789700,9,3,0,0,0,100,0,276000,276000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Say Line 2"), +(789700,9,4,0,0,0,100,0,6000,6000,0,0,1,4,0,0,0,0,0,19,7850,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Say Line 4 (Kernobee)"), +(789700,9,5,0,0,0,100,0,14000,14000,0,0,11,9874,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Cast 'Self Destruct'"), +(789700,9,6,0,0,0,100,0,500,500,0,0,51,0,0,0,0,0,0,19,7850,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Kill Kernobee"), +(789700,9,7,0,0,0,100,0,0,0,0,0,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Kill Self"), +(789701,9,0,0,0,0,100,0,0,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Set Rooted On"), +(789701,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,"Alarm-a-bomb 2600 - On Script - Say Line 3"), +(789701,9,2,0,0,0,100,0,12000,12000,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alarm-a-bomb 2600 - On Script - Despawn"); + +-- Areatrigger +DELETE FROM `areatrigger_scripts` WHERE `entry`=1105; +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(1105,"SmartTrigger"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=1105 AND `source_type`=2; +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 +(1105,2,0,0,46,0,100,0,1105,0,0,0,45,2,2,0,0,0,0,10,30134,7897,0,0,0,0,0,"Areatrigger - On Trigger - Set Data to Alarm-a-bomb 2600"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_06_world.sql new file mode 100644 index 00000000000..24705a29709 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_06_06_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `command` WHERE `name`='server debug'; +INSERT INTO `command` (`name`, `permission`, `help`) VALUES +('server debug', 872, 'Syntax: .server debug\n\nShows detailed information about server setup, useful when reporting a bug'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_07_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_07_00_world.sql new file mode 100644 index 00000000000..31f35f76c1d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_07_00_world.sql @@ -0,0 +1,15 @@ +-- Veil Skith: Darkstone of Terokk +UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `guid`=65930; +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (22288); +DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN (38729,38736); +UPDATE `conditions` SET `SourceGroup`=1 WHERE `SourceEntry` IN (38729) AND `SourceTypeOrReferenceId`=13 AND `ConditionValue2`=185191; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (38729) AND `ConditionValue2`=22288; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (38736) AND `ConditionValue1`=185191; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,4,38729,0,0, 31,0,3,22288,0,0,0,'',''), +(13,1,38736,0,0, 30,0,185191,15,0,0,0,'',''); + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=22288; +DELETE FROM `smart_scripts` WHERE (`entryorguid`=22288 AND `source_type`=0); +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 +(22288, 0, 0, 0, 8, 0, 100, 0, 38729, 0, 5000, 5000, 41, 0, 30, 0, 0, 0, 0, 20, 185191, 5, 0, 0, 0, 0, 0, "Terokk target - on spellhit - despawn gob"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_00_world_335.sql new file mode 100644 index 00000000000..d26ce7dcd70 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_00_world_335.sql @@ -0,0 +1,24 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` IN (28806) AND `SourceTypeOrReferenceId`=13 AND `ConditionValue1`=5; +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=17066 WHERE `SourceEntry` IN (29172) AND `SourceTypeOrReferenceId`=13; +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=17066 WHERE `SourceEntry` IN (29531) AND `SourceTypeOrReferenceId`=13; +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=17066 WHERE `SourceEntry` IN (29831) AND `SourceTypeOrReferenceId`=13; + +DELETE FROM `conditions` WHERE `SourceEntry` IN (30098) AND `SourceTypeOrReferenceId`=17; +DELETE FROM `conditions` WHERE `SourceEntry` IN (30098) AND `SourceTypeOrReferenceId`=13; +INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, ErrorTextId, ScriptName, COMMENT) VALUES +(13, 2, 30098, 0, 0, 31, 0, 3, 17253, 0, 0, 0, 0, "", ""), +(13, 2, 30098, 0, 0, 29, 0, 17233, 20, 0, 1, 0, 0, "", ""), +(13, 1, 30098, 0, 0, 31, 0, 5, 182483, 0, 0, 0, 0, "", ""), +(13, 4, 30098, 0, 0, 31, 0, 5, 181653, 0, 0, 0, 0, "", ""); + +DELETE FROM `conditions` WHERE `SourceEntry` IN (17233) AND `SourceTypeOrReferenceId`=22; +INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, ErrorTextId, ScriptName, COMMENT) VALUES +(22, 1, 17233, 0, 0, 6, 0, 67, 0, 0, 1, 0, 0, "", ""); + +UPDATE `event_scripts` SET `datalong2`=55000 WHERE `id`=10561; +DELETE FROM `smart_scripts` WHERE `entryorguid`=17253 AND `source_type`=0 AND `id`=6; +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 +(17253, 0, 6, 0, 52, 0, 100, 0, 7, 17233, 0, 0, 32, 0, 0, 0, 0, 0, 0, 20, 182483, 20, 0, 0, 0, 0, 0, "Defile Uther's Tomb Trigger - On Text 7 Over - reset gob"); +UPDATE smart_scripts SET `target_o`=0.2935 WHERE `entryorguid`=17238 AND `source_type`=0 AND `id`=16; +UPDATE smart_scripts SET `target_type`=21, `target_param1`=50 WHERE `entryorguid`=1723801 AND `source_type`=9 AND `id`=1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_01_world.sql new file mode 100644 index 00000000000..733c143e6e3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry`=300077; +DELETE FROM `gameobject_template_addon` WHERE `entry`=300077; +UPDATE `gameobject` SET `id`=182140 WHERE `guid`=99918 AND `id`=300077; +UPDATE `gameobject` SET `id`=182141 WHERE `guid`=99919 AND `id`=300077; +UPDATE `gameobject` SET `id`=182142 WHERE `guid`=99920 AND `id`=300077; +UPDATE `gameobject` SET `id`=182143 WHERE `guid`=99921 AND `id`=300077; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_02_world.sql new file mode 100644 index 00000000000..0b6b72230f9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_02_world.sql @@ -0,0 +1,85 @@ +-- +DELETE FROM `creature` WHERE id=18109; +UPDATE `conditions` SET `SourceGroup`=2 WHERE `SourceEntry` IN (31927) AND `SourceTypeOrReferenceId`=13; + +-- Windyreed Quest Credit (Hut 01) SAI +SET @ENTRY := 18142; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +SET @SPELL_LIVING_FIRE := 31927; -- Living Fire +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY*100) 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 +(@ENTRY,0,0,0,8,0,100,0,@SPELL_LIVING_FIRE,0,20000,20000,80,@ENTRY*100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Windyreed Quest Credit - On Spellhit - Run Script"), +(@ENTRY*100,9,0,0,0,0,100,0,0,0,0,0,11,31928,0,0,0,0,0,1,0,0,0,0,0,0,0,"Windyreed Quest Credit - Script - cast Living Fire"), +(@ENTRY*100,9,1,0,0,0,100,0,0,0,0,0,33,@ENTRY,0,0,0,0,0,7,0,0,0,0,0,0,0,"Windyreed Quest Credit - Script - credit kill"), +(@ENTRY*100,9,2,0,0,0,100,0,7000,7000,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1850.186401,6378.753906,49.132702,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,3,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1843.883911,6373.384277,46.005417,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,4,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1845.056030,6383.819336,56.662624,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,5,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1845.103638,6391.827148,53.700901,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,6,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1831.184937,6391.026855,45.671902,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,7,0,0,0,100,0,2000,2000,0,0,51,0,0,0,0,0,0,10,60165,17139,0,0,0,0,0,"Windyreed Quest Credit - Script - Kill Creature Inside Burning Hut"); + +-- Windyreed Quest Credit (Hut 02) SAI +SET @ENTRY := 18143; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +SET @SPELL_LIVING_FIRE := 31927; -- Living Fire +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY*100) 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 +(@ENTRY,0,0,0,8,0,100,0,@SPELL_LIVING_FIRE,0,20000,20000,80,@ENTRY*100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Windyreed Quest Credit - On Spellhit - Run Script"), +(@ENTRY*100,9,0,0,0,0,100,0,0,0,0,0,11,31928,0,0,0,0,0,1,0,0,0,0,0,0,0,"Windyreed Quest Credit - Script - cast Living Fire"), +(@ENTRY*100,9,1,0,0,0,100,0,0,0,0,0,33,@ENTRY,0,0,0,0,0,7,0,0,0,0,0,0,0,"Windyreed Quest Credit - Script - credit kill"), +(@ENTRY*100,9,2,0,0,0,100,0,7000,7000,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1915.344116,6350.488770,52.229897,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,3,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1907.135986,6353.901367,48.899532,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,4,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1911.698730,6354.161133,58.254566,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,5,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1926.308350,6360.901855,57.298611,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,6,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1921.458862,6367.373047,59.892593,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,7,0,0,0,100,0,2000,2000,0,0,51,0,0,0,0,0,0,10,60159,17139,0,0,0,0,0,"Windyreed Quest Credit - Script - Kill Creature Inside Burning Hut"); + +-- Windyreed Quest Credit (Hut 03) SAI +SET @ENTRY := 18144; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +SET @SPELL_LIVING_FIRE := 31927; -- Living Fire +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY*100) 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 +(@ENTRY,0,0,0,8,0,100,0,@SPELL_LIVING_FIRE,0,20000,20000,80,@ENTRY*100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Windyreed Quest Credit - On Spellhit - Run Script"), +(@ENTRY*100,9,0,0,0,0,100,0,0,0,0,0,11,31928,0,0,0,0,0,1,0,0,0,0,0,0,0,"Windyreed Quest Credit - Script - cast Living Fire"), +(@ENTRY*100,9,1,0,0,0,100,0,0,0,0,0,33,@ENTRY,0,0,0,0,0,7,0,0,0,0,0,0,0,"Windyreed Quest Credit - Script - credit kill"), +(@ENTRY*100,9,2,0,0,0,100,0,7000,7000,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1969.078369,6278.307129,56.866646,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,3,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1977.147461,6277.312988,59.912029,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,5,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1974.763306,6269.175781,51.401920,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,6,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1970.424805,6273.501953,61.741539,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,7,0,0,0,100,0,2000,2000,0,0,51,0,0,0,0,0,0,10,60157,17139,0,0,0,0,0,"Windyreed Quest Credit - Script - Kill Creature Inside Burning Hut"); + +-- Windyreed Quest Credit (Big Hut) SAI +SET @ENTRY := 18110; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +SET @SPELL_LIVING_FIRE := 31927; -- Living Fire +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY*100) 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 +(@ENTRY,0,0,0,8,0,100,0,@SPELL_LIVING_FIRE,0,20000,20000,80,@ENTRY*100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Windyreed Quest Credit - On Spellhit - Run Script"), +(@ENTRY*100,9,0,0,0,0,100,0,0,0,0,0,11,31928,0,0,0,0,0,1,0,0,0,0,0,0,0,"Windyreed Quest Credit - Script - cast Living Fire"), +(@ENTRY*100,9,1,0,0,0,100,0,0,0,0,0,33,@ENTRY,0,0,0,0,0,7,0,0,0,0,0,0,0,"Windyreed Quest Credit - Script - credit kill"), +(@ENTRY*100,9,2,0,0,0,100,0,7000,7000,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1816.939941,6283.669922,61.357101,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,3,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1816.94,6283.67,61.3571,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,4,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1819.71,6305.89,63.4012,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,5,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1819.55,6298.08,73.4331,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,6,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1801.45,6308.03,59.2728,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,7,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1808.88,6307.05,72.4877,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,8,0,0,0,100,0,0,0,0,0,50,182146,20,0,0,0,0,8,0,0,0,-1794.54,6300.6,71.2263,0,"Windyreed Quest Credit - Script - Summon Hut Fire (Large)"), +(@ENTRY*100,9,9,0,0,0,100,0,2000,2000,0,0,51,0,0,0,0,0,0,10,60166,17139,0,0,0,0,0,"Windyreed Quest Credit - Script - Kill Creatures Inside Burning Hut"), +(@ENTRY*100,9,10,0,0,0,100,0,0,0,0,0,51,0,0,0,0,0,0,10,60167,17139,0,0,0,0,0,"Windyreed Quest Credit - Script - Kill Creatures Inside Burning Hut"); + +SET @ENTRY := 18109; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY) AND `source_type`=0; +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 +(@ENTRY,0,0,1,54,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Living Fire - just summoned - Say text"), +(@ENTRY,0,1,0,61,0,100,0,0,0,0,0,89,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Living Fire - just summoned - start random movement"), +(@ENTRY,0,2,0,1,0,100,1,20000,20000,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Living Fire - ooc - despawn"); + +DELETE FROM `creature_text` WHERE `CreatureID`=@ENTRY; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(@ENTRY,0,0,"Burn! Burn! Burn!",12,12,100,0,0,0,14778,0,"Living Fire"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_03_world.sql new file mode 100644 index 00000000000..e3358c05e93 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_03_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `conditions` WHERE `SourceEntry` IN (34387) AND `SourceTypeOrReferenceId`=13; +INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, ErrorTextId, ScriptName, COMMENT) VALUES +(13, 2, 34387, 0, 0, 31, 0, 3, 19652, 0, 0, 0, 0, "", ""), +(13, 2, 34387, 0, 1, 31, 0, 3, 19717, 0, 0, 0, 0, "", ""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_04_world.sql new file mode 100644 index 00000000000..d8f83f2222c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_04_world.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` IN (36460) AND `SourceTypeOrReferenceId`=13; +INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, ErrorTextId, ScriptName, COMMENT) VALUES +(13, 4, 36460, 0, 0, 31, 0, 3, 21262, 0, 0, 0, 0, "", ""); + +SET @ENTRY := 21262; +UPDATE `creature_template` SET `AIName`='SmartAI', `flags_extra`=130 WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY) AND `source_type`=0; +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 +(@ENTRY,0,0,1,8,0,100,0,36460,0,5000,5000,11,34815,0,0,0,0,0,1,0,0,0,0,0,0,0,"Equipement trigger - On Spellhit - Cast spell"), +(@ENTRY,0,1,2,61,0,100,0,0,0,0,0,41,0,0,0,0,0,0,20,183808,5,0,0,0,0,0,"Equipement trigger - On Spellhit - despawn gob"), +(@ENTRY,0,2,3,61,0,100,0,0,0,0,0,41,0,0,0,0,0,0,20,183807,5,0,0,0,0,0,"Equipement trigger - On Spellhit - despawn gob"), +(@ENTRY,0,3,4,61,0,100,0,0,0,0,0,41,0,0,0,0,0,0,20,183806,5,0,0,0,0,0,"Equipement trigger - On Spellhit - despawn gob"), +(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,41,0,0,0,0,0,0,20,183805,5,0,0,0,0,0,"Equipement trigger - On Spellhit - despawn gob"); + +DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN (36460); +INSERT INTO `disables`(`sourceType`,`entry`,`flags`,`comment`) VALUES +(0,36460,64,'Ignore LOS'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_05_world.sql new file mode 100644 index 00000000000..bdca574f0ae --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_05_world.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` IN (38250) AND `SourceTypeOrReferenceId`=13; +INSERT INTO conditions (SourceTypeOrReferenceId, SourceGroup, SourceEntry, SourceId, ElseGroup, ConditionTypeOrReference, ConditionTarget, ConditionValue1, ConditionValue2, ConditionValue3, NegativeCondition, ErrorType, ErrorTextId, ScriptName, COMMENT) VALUES +(13, 1, 38250, 0, 0, 31, 0, 3, 22058, 0, 0, 0, 0, "", ""); + +SET @ENTRY := 22061; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@ENTRY) AND `source_type`=0; +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 +(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,11,38250,0,0,0,0,0,19,22058,0,0,0,0,0,0,"Shadowmoon Soulstealer - On reset - Cast spell"); + +UPDATE `creature_template_addon` SET `auras`='38376' WHERE `entry` IN (22058); +UPDATE `creature_template_addon` SET `emote`=468, `auras`='38442' WHERE `entry` IN (22081); +DELETE FROM `creature_addon` WHERE `guid` IN (77374, 77375, 77376, 77379, 77380, 77381, 77382, 77383, 77384, 77387, 77389, 77390, 77391, 77392, 77393, 77394); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_06_world.sql new file mode 100644 index 00000000000..480024a8e74 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=22356 WHERE `SourceEntry` IN (38629) AND `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `ElseGroup`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_07_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_07_world.sql new file mode 100644 index 00000000000..ce67a8f1940 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_07_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=22395 WHERE `SourceEntry` IN (39124) AND `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1; +UPDATE `creature` SET `position_x`=-4543.57177, `position_y`=1022.8920, `position_z`=9.817793, `orientation`=3.930219 WHERE `id`=21797; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_08_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_08_world.sql new file mode 100644 index 00000000000..2c651fe4b98 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_08_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=23037 WHERE `SourceEntry` IN (39974) AND `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_09_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_09_world.sql new file mode 100644 index 00000000000..2fe2522cb3b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_09_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid`=64984; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(64984,23746,530,0,0,1,1,0,0,6718.222656, -7594.638672, 126.092712,0.413325,7200,0,0,0,0,0,0,0,0,"",0); +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=23746, `ConditionValue3`=64984 WHERE `SourceEntry` IN (42391) AND `SourceTypeOrReferenceId`=13; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_10_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_10_world.sql new file mode 100644 index 00000000000..a05484272ef --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_10_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid`=64985; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(64985,25114,530,0,0,1,1,0,0,12664.64160,-6986.25,15.608,1.622840,7200,0,0,0,0,0,0,0,0,"",0); +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=25114 WHERE `SourceEntry` IN (45149) AND `SourceTypeOrReferenceId`=13;
\ No newline at end of file diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_11_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_11_world.sql new file mode 100644 index 00000000000..73762639747 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_11_world.sql @@ -0,0 +1,34 @@ +DROP TABLE IF EXISTS `creature_template_movement`; +CREATE TABLE `creature_template_movement` ( + `CreatureId` int(10) unsigned NOT NULL DEFAULT '0', + `Ground` tinyint(3) unsigned NOT NULL DEFAULT '1', + `Swim` tinyint(3) unsigned NOT NULL DEFAULT '1', + `Flight` tinyint(3) unsigned NOT NULL DEFAULT '0', + `Rooted` tinyint(3) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`CreatureId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +DROP TABLE IF EXISTS `creature_movement_override`; +CREATE TABLE `creature_movement_override` ( + `SpawnId` int(10) unsigned NOT NULL DEFAULT '0', + `Ground` tinyint(3) unsigned NOT NULL DEFAULT '1', + `Swim` tinyint(3) unsigned NOT NULL DEFAULT '1', + `Flight` tinyint(3) unsigned NOT NULL DEFAULT '0', + `Rooted` tinyint(3) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`SpawnId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +INSERT INTO `creature_template_movement` SELECT `entry`,0,0,0,0 FROM `creature_template` WHERE `InhabitType`!=3; +UPDATE `creature_template_movement` SET `Ground`=1 WHERE `CreatureId` IN (SELECT `entry` FROM `creature_template` WHERE `InhabitType` & 1); +UPDATE `creature_template_movement` SET `Swim`=1 WHERE `CreatureId` IN (SELECT `entry` FROM `creature_template` WHERE `InhabitType` & 2); +UPDATE `creature_template_movement` SET `Flight`=1 WHERE `CreatureId` IN (SELECT `entry` FROM `creature_template` WHERE (`InhabitType` & 5) = 4); +UPDATE `creature_template_movement` SET `Flight`=2 WHERE `CreatureId` IN (SELECT `entry` FROM `creature_template` WHERE (`InhabitType` & 5) = 5); +UPDATE `creature_template_movement` SET `Rooted`=1 WHERE `CreatureId` IN (SELECT `entry` FROM `creature_template` WHERE `InhabitType` & 8); + +ALTER TABLE `creature_template` DROP `InhabitType`; + +UPDATE `trinity_string` SET `content_default`='Movement type: %s' WHERE `entry`=11008; + +DELETE FROM `command` WHERE `name`='reload creature_movement_override'; +INSERT INTO `command` (`name`,`permission`,`help`) VALUES +('reload creature_movement_override',873,'Syntax: .reload creature_movement_override\nReload creature_movement_override table.'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_12_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_12_world.sql new file mode 100644 index 00000000000..1f4c7555b93 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_12_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `conditions` SET `ConditionValue1`=4, `ConditionValue2`=0 WHERE `SourceEntry` IN (45368,45371) AND `SourceTypeOrReferenceId`=13; +UPDATE `conditions` SET `ConditionValue1`=3, `ConditionValue2`=17066 WHERE `SourceEntry` IN (46852,46896) AND `SourceTypeOrReferenceId`=13; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_13_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_13_world.sql new file mode 100644 index 00000000000..f4b1c66649a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_08_13_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_addon` SET `bytes1`=33554432 WHERE `guid`= 128739; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_00_world.sql new file mode 100644 index 00000000000..254201d45d0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_00_world.sql @@ -0,0 +1,15 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` IN (50790,50791,50802,50803,50825,50826) AND `SourceTypeOrReferenceId`=13; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 50790, 0, 0, 31, 0, 3, 22515, 0, 0, 0, 0, "", ""), +(13, 1, 50791, 0, 0, 31, 0, 3, 22515, 0, 0, 0, 0, "", ""), +(13, 2, 50790, 0, 0, 31, 0, 5, 192163, 0, 0, 0, 0, "", ""), +(13, 2, 50791, 0, 0, 31, 0, 5, 192164, 0, 0, 0, 0, "", ""), +(13, 1, 50802, 0, 0, 31, 0, 3, 22515, 0, 0, 0, 0, "", ""), +(13, 1, 50803, 0, 0, 31, 0, 3, 22515, 0, 0, 0, 0, "", ""), +(13, 2, 50802, 0, 0, 31, 0, 5, 192163, 0, 0, 0, 0, "", ""), +(13, 2, 50803, 0, 0, 31, 0, 5, 192164, 0, 0, 0, 0, "", ""), +(13, 1, 50825, 0, 0, 31, 0, 3, 22515, 0, 0, 0, 0, "", ""), +(13, 1, 50826, 0, 0, 31, 0, 3, 22515, 0, 0, 0, 0, "", ""), +(13, 2, 50825, 0, 0, 31, 0, 5, 192163, 0, 0, 0, 0, "", ""), +(13, 2, 50826, 0, 0, 31, 0, 5, 192164, 0, 0, 0, 0, "", ""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_01_world.sql new file mode 100644 index 00000000000..a5728690891 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_01_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `conditions` WHERE SourceEntry IN (44608) AND `SourceTypeOrReferenceId`=13; +UPDATE `conditions` SET `SourceGroup`=1 WHERE `SourceEntry` IN (44213,43986) AND `SourceTypeOrReferenceId`=13; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_02_world.sql new file mode 100644 index 00000000000..97a76b4493a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_02_world.sql @@ -0,0 +1,67 @@ +-- +-- Shadowlord Deathwail +UPDATE `creature_addon` SET `mount`=20684 WHERE `guid`=77084; -- Fix mount + +DELETE FROM `creature_template_movement` WHERE `CreatureId`=22006; -- Fix inhabit type +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(22006,1,1,2,0); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=22006; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22006 AND `source_type`=0; +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 +(22006,0,0,0,6,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowlord Deathwail - On Just Died - Say Line 0"), +(22006,0,1,0,0,0,100,0,0,0,3000,5000,11,12471,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowlord Deathwail - In Combat - Cast 'Shadow Bolt'"), +(22006,0,2,0,0,0,100,0,5000,7000,15000,17000,11,15245,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowlord Deathwail - In Combat - Cast 'Shadow Bolt Volley'"), +(22006,0,3,0,0,0,100,0,9000,12000,18000,24000,11,32709,0,0,0,0,0,5,0,0,0,0,0,0,0,"Shadowlord Deathwail - In Combat - Cast 'Death Coil'"), +(22006,0,4,0,0,0,100,0,14000,17000,22000,28000,11,27641,0,0,0,0,0,5,0,0,0,0,0,0,0,"Shadowlord Deathwail - In Combat - Cast 'Fear'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=22006; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22006,0,0,"Master... I've failed you...",14,0,100,0,0,0,19820,0,"Shadowlord Deathwail"); + +-- Shadowmoon Soulstealer +DELETE FROM `smart_scripts` WHERE `entryorguid`=22061 AND `source_type`=0 AND `id` IN (1,2); +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 +(22061,0,1,0,25,0,100,0,0,0,0,0,8,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowmoon Soulstealer - On Reset - Set Reactstate Passive"), +(22061,0,2,0,4,0,100,0,0,0,0,0,11,38250,0,0,0,0,0,19,22058,0,0,0,0,0,0,"Shadowmoon Soulstealer - On Aggro - Cast 'Heart of Fury Siphon'"); + +-- Shadowmoon Darkweaver +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=22081; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22081 AND `source_type`=0; +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 +(22081,0,0,0,0,0,100,0,0,0,3000,5000,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowmoon Darkweaver - In Combat - Cast 'Shadow Bolt'"), +(22081,0,1,0,9,0,100,0,0,30,15000,18000,11,11962,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowmoon Darkweaver - Within 0-30 Range - Cast 'Immolate'"), +(22081,0,2,0,9,0,100,0,0,10,8000,11000,11,35373,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowmoon Darkweaver - Within 0-10 Range - Cast 'Shadowfury'"); + +-- Shadowmoon Chosen +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=22084; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22084 AND `source_type`=0; +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 +(22084,0,0,0,9,0,100,0,0,5,15000,17000,11,38618,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowmoon Chosen - Within 0-5 Range - Cast 'Whirlwind'"), +(22084,0,1,0,0,0,100,0,8000,10000,18000,22000,11,10966,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowmoon Chosen - In Combat - Cast 'Uppercut'"); + +-- Shadowmoon Slayer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=22082; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22082 AND `source_type`=0; +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 +(22082,0,0,1,2,0,100,1,0,30,0,0,11,3019,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowmoon Slayer - Between 0-30% Health - Cast 'Frenzy'"), +(22082,0,1,0,61,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowmoon Slayer - Between 0-30% Health - Say Line 0"), +(22082,0,2,0,0,0,100,0,5000,7000,12000,15000,11,37577,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowmoon Slayer - In Combat - Cast 'Debilitating Strike'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=22082; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22082,0,0,"%s goes into a frenzy!",16,0,100,0,0,0,2384,0,"Shadowmoon Slayer"); + +-- Shadowsworn Drakonid +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=22072; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22072 AND `source_type`=0; +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 +(22072,0,0,0,0,0,100,0,5000,7000,11000,13000,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowsworn Drakonid - In Combat - Cast 'Cleave'"), +(22072,0,1,0,0,0,100,0,6000,8000,14000,16000,11,17547,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowsworn Drakonid - In Combat - Cast 'Mortal Strike'"), +(22072,0,2,0,0,0,100,0,9000,11000,18000,22000,11,16145,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowsworn Drakonid - In Combat - Cast 'Sunder Armor'"); + +-- Shadowmoon Retainer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=22102; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22102 AND `source_type`=0; +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 +(22102,0,0,0,0,0,100,0,0,0,2000,4000,11,15547,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowmoon Retainer - In Combat - Cast 'Shoot'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_03_world_335.sql new file mode 100644 index 00000000000..a62409266c1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_03_world_335.sql @@ -0,0 +1,17 @@ +DELETE FROM `spell_custom_attr` WHERE `entry` IN (50536, 71023, 63468, 12654, 61840, 54203, 64891, 27813, 27817, 27818, 70772, 64930, 71824, 70809, 12721); +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(50536, 2048), -- Unholy Blight +(71023, 2048), -- Languish +(63468, 2048), -- Piercing Shots +(12654, 2048), -- Ignite +(61840, 2048), -- Righteous Vengeance +(54203, 2048), -- Sheath of Light +(64891, 2048), -- Holy Mending +(27813, 2048), -- Blessed Recovery (Rank 1) +(27817, 2048), -- Blessed Recovery (Rank 2) +(27818, 2048), -- Blessed Recovery (Rank 3) +(70772, 2048), -- Blessed Healing +(64930, 2048), -- Electrified +(71824, 2048), -- Lava Burst Bonus +(70809, 2048), -- Chained Heal +(12721, 2048); -- Deep Wounds diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_04_world.sql new file mode 100644 index 00000000000..14447f9ba8f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_04_world.sql @@ -0,0 +1,2 @@ +-- Ashtongue Deathsworn +UPDATE `smart_scripts` SET `event_type`=54, `comment`="Ashtongue Deathsworn - On Just Summoned - Start Waypoint" WHERE `entryorguid`=21701 AND `source_type`=0 AND `id`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_05_world.sql new file mode 100644 index 00000000000..745051f2117 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_05_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject_template_addon` WHERE `entry` BETWEEN 300010 AND 300205; +DELETE FROM `gameobject_template` WHERE `entry` BETWEEN 300010 AND 300205; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_06_world_335.sql new file mode 100644 index 00000000000..4325319700c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_06_world_335.sql @@ -0,0 +1,34 @@ +-- Rhapsody Shindigger +DELETE FROM `creature_text` WHERE `CreatureID`=5634; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5634,0,0,"Time to brew up a Kalimdor Kocktail! Hiccup!",12,7,100,4,0,0,1950,0,"Rhapsody Shindigger"), +(5634,1,0,"That should do it! Hiccup!",12,7,100,0,0,0,1951,0,"Rhapsody Shindigger"), +(5634,2,0,"%s chugs his drink.",16,0,100,92,0,0,1952,0,"Rhapsody Shindigger"), +(5634,3,0,"Hiccup!",12,7,100,34,0,0,1953,0,"Rhapsody Shindigger"), +(5634,4,0,"Ok, who pushed me down? Was it you, $n? Someone turn the lights back on. Hiccup!",12,7,100,6,0,0,1954,0,"Rhapsody Shindigger"), +(5634,5,0,"One more sip of the ol' fire water and I'll be ready to talk. Hiccup! Cheers!",12,7,100,1,0,0,1955,0,"Rhapsody Shindigger"), +(5634,6,0,"So, $n, I'm ready to tell you what happened in the Swamp of Sorrows. Hiccup!",12,7,100,1,0,0,1956,0,"Rhapsody Shindigger"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5634; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5634 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=563400 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 +(5634,0,0,0,20,0,100,0,1452,0,0,0,80,563400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Quest 'Rhapsody's Kalimdor Kocktail' Finished - Run Script"), +(563400,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,"Rhapsody Shindigger - On Script - Remove Npc Flag Questgiver"), +(563400,9,1,0,0,0,100,0,0,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Set Emote State 0"), +(563400,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Say Line 0"), +(563400,9,3,0,0,0,100,0,3000,3000,0,0,5,33,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Play Emote 33"), +(563400,9,4,0,0,0,100,0,2000,2000,0,0,17,133,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Set Emote State 133"), +(563400,9,5,0,0,0,100,0,8000,8000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Set Emote State 0"), +(563400,9,6,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Say Line 1"), +(563400,9,7,0,0,0,100,0,3000,3000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Say Line 2"), +(563400,9,8,0,0,0,100,0,3000,3000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Say Line 3"), +(563400,9,9,0,0,0,100,0,2000,2000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Say Line 4"), +(563400,9,10,0,0,0,100,0,3500,3500,0,0,5,33,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Play Emote 33"), +(563400,9,11,0,0,0,100,0,1500,1500,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Say Line 5"), +(563400,9,12,0,0,0,100,0,4500,4500,0,0,5,92,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Play Emote 92"), +(563400,9,13,0,0,0,100,0,3000,3000,0,0,5,34,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Play Emote 34"), +(563400,9,14,0,0,0,100,0,2000,2000,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Say Line 6"), +(563400,9,15,0,0,0,100,0,3000,3500,0,0,5,33,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Play Emote 33"), +(563400,9,16,0,0,0,100,0,2000,2000,0,0,17,93,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Set Emote State 93"), +(563400,9,17,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rhapsody Shindigger - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_07_world_335.sql new file mode 100644 index 00000000000..965d4313e5b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_07_world_335.sql @@ -0,0 +1,142 @@ +-- Quest "The Prodigal Lich Returns" +UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=5666; + +UPDATE `creature_text` SET `Emote`=0 WHERE `CreatureID`=1498 AND `GroupID`=0; +UPDATE `creature_text` SET `Emote`=2 WHERE `CreatureID`=5666 AND `GroupID` IN (0,2); + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (149800,566600) 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 +(149800,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,"Bethor Iceshard - On Script - Remove Npc Flag Questgiver"), +(149800,9,1,0,0,0,100,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Store Targetlist"), +(149800,9,2,0,0,0,100,0,0,0,0,0,11,7762,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Cast 'Summon Gunther's Visage'"), +(149800,9,3,0,0,0,100,0,2000,2000,0,0,12,5666,1,21000,0,0,0,8,0,0,0,1765.81,57.0857,-46.3189,1.591,"Bethor Iceshard - On Script - Summon Creature 'Gunther's Visage'"), +(149800,9,4,0,0,0,100,0,0,0,0,0,100,1,0,0,0,0,0,19,5666,0,0,0,0,0,0,"Bethor Iceshard - On Script - Send Targetlist to 'Guther's Visage'"), +(149800,9,5,0,0,0,100,0,3000,3000,0,0,66,0,0,0,0,0,0,19,5666,0,0,0,0,0,0,"Bethor Iceshard - On Script - Set Orientation"), +(149800,9,6,0,0,0,100,0,18000,18000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Set Orientation"), +(149800,9,7,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Add Npc Flag Questgiver"), +(566600,9,0,0,0,0,100,0,0,0,0,0,53,0,5666,0,0,0,0,1,0,0,0,0,0,0,0,"Gunther's Visage - On Script - Start Waypoint"), +(566600,9,1,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Gunther's Visage - On Script - Say Line 0"), +(566600,9,2,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Gunther's Visage - On Script - Say Line 1"), +(566600,9,3,0,0,0,100,0,5000,5000,0,0,66,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Gunther's Visage - On Script - Set Orientation"), +(566600,9,4,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Gunther's Visage - On Script - Say Line 2"), +(566600,9,5,0,0,0,100,0,5000,5000,0,0,1,0,0,0,0,0,0,19,1498,0,0,0,0,0,0,"Gunther's Visage - On Script - Say Line 0 (Bethor Iceshard)"); + +DELETE FROM `waypoints` WHERE `entry`=5666; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(5666,1,1766.04,62.8454,-46.3213,""); + +-- Quest "Rot Hide Origins" +DELETE FROM `smart_scripts` WHERE `entryorguid`=149801 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 +(149801,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,"Bethor Iceshard - On Script - Remove Npc Flag Questgiver"), +(149801,9,1,0,0,0,100,0,0,0,0,0,11,5017,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Cast 'Divining Trance'"), +(149801,9,2,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Say Line 1"), +(149801,9,3,0,0,0,100,0,7000,7000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Say Line 2"), +(149801,9,4,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Say Line 3"), +(149801,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bethor Iceshard - On Script - Add Npc Flag Questgiver"); + +-- Quest "The Mind's Eye" +DELETE FROM `smart_scripts` WHERE `entryorguid`=251900 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(251900,9,0,0,0,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Remove Npc Flag Questgiver"), +(251900,9,1,0,0,0,100,0,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Set Flag Standstate 'Kneel'"), +(251900,9,2,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Say Line 0"), +(251900,9,3,0,0,0,100,0,3000,3000,0,0,0,11,2362,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Cast Create Spellstone"), +(251900,9,4,0,0,0,100,0,6000,6000,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Remove Flag Standstate 'Kneel'"), +(251900,9,5,0,0,0,100,0,2000,2000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Say Line 1"), +(251900,9,6,0,0,0,100,0,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Add Npc Flag Questgiver"); + +-- Quest "Elixir of Suffering (Part 2)" +DELETE FROM `smart_scripts` WHERE `entryorguid`=2230 AND `source_type`=0; -- Umpi +DELETE FROM `smart_scripts` WHERE `entryorguid`=223000 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 +(2230,0,0,0,20,0,100,512,499,0,0,0,80,223000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Umpi - On Quest 'Elixir of Agony (Part 2)' Rewarded - Run Script"), +(2230,0,1,0,20,0,100,512,499,0,0,0,45,1,1,0,0,0,0,19,2216,0,0,0,0,0,0,"Umpi - On Quest 'Elixir of Agony (Part 2)' Rewarded - Set Data to Apothecary Lydon"), +(223000,9,0,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Umpi - On Script - Say Line 0"), +(223000,9,1,0,0,0,100,0,0,0,0,0,11,3240,0,0,0,0,0,1,0,0,0,0,0,0,0,"Umpi - On Script - Cast 'Bloody Explosion'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2230; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2230,0,0,"Croak!",12,0,100,0,0,0,579,0,"Umpi"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=2216 AND `source_type`=0 AND `id`=1; -- Apothecary Lydon +DELETE FROM `smart_scripts` WHERE `entryorguid`=221601 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 +(2216,0,1,0,38,0,100,512,1,1,0,0,80,221601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Lydon - On Data Set - Run Script"), +(221601,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.15964,"Apothecary Lydon - On Script - Set Orientation"), +(221601,9,1,0,0,0,100,0,2000,2000,0,0,5,11,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Lydon - On Script - Play Emote 'Laugh'"), +(221601,9,2,0,0,0,100,0,5000,5000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Lydon - On Script - Set Orientation"); + +-- Quest "Elixir of Pain (Part 2)" +DELETE FROM `smart_scripts` WHERE `entryorguid`=2274 AND `source_type`=0 AND `id` IN (0,1,2); -- Stanley +DELETE FROM `smart_scripts` WHERE `entryorguid`=227400 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 +(2274,0,0,0,20,0,100,512,502,0,0,0,80,227400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stanley - On Quest 'Elixir of Pain (Part 2)' Rewarded - Run Script"), +(227400,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stanley - On Script - Say Line 0"), +(227400,9,1,0,0,0,100,0,2000,2000,0,0,36,2275,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stanley - On Script - Update Template To 'Enraged Stanley'"), +(227400,9,2,0,0,0,100,0,0,0,0,0,3,2275,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stanley - On Script - Morph To Creature 'Enraged Stanley'"), +(227400,9,3,0,0,0,100,0,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stanley - On Script - Start Attacking"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2274; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2274,0,0,"%s sniffs the elixir then eagerly digs in!",16,0,100,0,0,0,580,0,"Stanley"); + +-- Quest "Elixir of Agony (Part 5)" +DELETE FROM `creature_text` WHERE `CreatureID`=2284 AND `GroupID` IN (2,3,4); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2284,2,0,"%s raises his mug to his eye, and frowns.",16,0,100,0,0,0,561,0,"Captured Farmer"), +(2284,3,0,"%s swaggers heavily.",16,0,100,0,0,0,559,0,"Captured Farmer"), +(2284,4,0,"%s mumbles incoherent words.",16,0,100,1,0,0,560,0,"Captured Farmer"); + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (172800,1589100,1589200,1589300) 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 +(172800,9,0,0,0,0,100,0,0,0,0,0,50,1729,120,0,0,0,0,8,0,0,0,0.437117,-942.794,61.9384,-2.54818,"Dusty Rug - On Script - Summon Gameobject 'Tainted Keg'"), +(172800,9,1,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,9,2284,0,50,0,0,0,0,"Dusty Rug - On Script - Set Data 1 1"), +(172800,9,2,0,0,0,100,0,1000,1000,0,0,50,1730,119,0,0,0,0,8,0,0,0,0.437117,-942.794,61.9384,-2.54818,"Dusty Rug - On Script - Summon Gameobject 'Tainted Keg Smoke'"), +(1589100,9,0,0,0,0,100,0,3000,3000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Say Line 0"), +(1589100,9,1,0,0,0,100,0,0,0,0,0,69,0,0,0,0,0,0,8,0,0,0,0.426498,-944.53,61.9386,0,"Captured Farmer - On Script - Move To Position"), +(1589100,9,2,0,0,0,100,0,3000,3000,0,0,5,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Play Emote 'Kneel'"), +(1589100,9,3,0,0,0,100,0,1000,1000,0,0,5,26,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Play Emote 'Stand'"), +(1589100,9,4,0,0,0,100,0,3000,3000,0,0,17,418,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Set Emote State 'Eat'"), +(1589100,9,5,0,0,0,100,0,6000,6000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Set Emote State 'None'"), +(1589100,9,6,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Say Line 2"), +(1589100,9,7,0,0,0,100,0,2000,2000,0,0,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Kill Self"), +(1589200,9,0,0,0,0,100,0,3000,3000,0,0,69,0,0,0,0,0,0,8,0,0,0,-1.4032,-942.653,61.9,0,"Captured Farmer - On Script - Move To Position"), +(1589200,9,1,0,0,0,100,0,3000,3000,0,0,5,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Play Emote 'Kneel'"), +(1589200,9,2,0,0,0,100,0,1000,1000,0,0,5,26,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Play Emote 'Stand'"), +(1589200,9,3,0,0,0,100,0,3000,3000,0,0,17,418,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Set Emote State 'Eat'"), +(1589200,9,4,0,0,0,100,0,6000,6000,0,0,17,64,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Set Emote State 'Stun'"), +(1589200,9,5,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Say Line 3"), +(1589200,9,6,0,0,0,100,0,4000,4000,0,0,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Kill Self"), +(1589300,9,0,0,0,0,100,0,3000,3000,0,0,69,0,0,0,0,0,0,8,0,0,0,0.446124,-941.072,61.91,0,"Captured Farmer - On Script - Move To Position"), +(1589300,9,1,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Say Line 1"), +(1589300,9,2,0,0,0,100,0,0,0,0,0,5,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Play Emote 'Kneel'"), +(1589300,9,3,0,0,0,100,0,1000,1000,0,0,5,26,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Play Emote 'Stand'"), +(1589300,9,4,0,0,0,100,0,3000,3000,0,0,17,418,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Set Emote State 'Eat'"), +(1589300,9,5,0,0,0,100,0,7500,7500,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Set Emote State 'None'"), +(1589300,9,6,0,0,0,100,0,500,500,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Say Line 4"), +(1589300,9,7,0,0,0,100,0,3000,3000,0,0,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Farmer - On Script - Kill Self"); + +-- Quest "The Tower of Althalaxx (Part 4)" +DELETE FROM `smart_scripts` WHERE `entryorguid`=366300 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(366300,9,0,0,0,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Delgren the Purifier - On Script - Remove Npc Flag Questgiver"), +(366300,9,1,0,0,0,100,0,1000,1000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 0"), +(366300,9,2,0,0,0,100,0,4000,4000,0,0,0,5,61,0,0,0,0,0,1,0,0,0,0,0,0,0,"Delgren the Purifier - On Script - Play Emote 61"), +(366300,9,3,0,0,0,100,0,0,0,0,0,0,50,19862,5,0,0,0,0,8,0,0,0,3186.81,189.953,4.57494,3.48778,"Delgren the Purifier - On Script - Summon Object 'Glowing Soulgem'"), +(366300,9,4,0,0,0,100,0,1000,1000,0,0,0,12,4509,8,0,0,0,0,8,0,0,0,3188.2,191.026,4.53698,3.6802,"Delgren the Purifier - On Script - Summon Sargath"), +(366300,9,5,0,0,0,100,0,3000,3000,0,0,0,1,0,0,0,0,0,0,19,4509,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 0 (Sargath)"), +(366300,9,6,0,0,0,100,0,7000,7000,0,0,0,1,1,0,0,0,0,0,19,4509,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 1 (Sargath)"), +(366300,9,7,0,0,0,100,0,7000,7000,0,0,0,1,2,0,0,0,0,0,19,4509,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 2 (Sargath)"), +(366300,9,8,0,0,0,100,0,7000,7000,0,0,0,1,3,0,0,0,0,0,19,4509,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 3 (Sargath)"), +(366300,9,9,0,0,0,100,0,7000,7000,0,0,0,1,4,0,0,0,0,0,19,4509,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 4 (Sargath)"), +(366300,9,10,0,0,0,100,0,7000,7000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 1"), +(366300,9,11,0,0,0,100,0,7000,7000,0,0,0,1,5,0,0,0,0,0,19,4509,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 5 (Sargath)"), +(366300,9,12,0,0,0,100,0,7000,7000,0,0,0,1,6,0,0,0,0,0,19,4509,0,0,0,0,0,0,"Delgren the Purifier - On Script - Say Line 6 (Sargath)"), +(366300,9,13,0,0,0,100,0,0,0,0,0,0,41,0,0,0,0,0,0,19,4509,0,0,0,0,0,0,"Delgren the Purifier - On Script - Despawn (Sargath)"), +(366300,9,14,0,0,0,100,0,1000,1000,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Delgren the Purifier - On Script - Add Npc Flag Questgiver"); + +-- Quest "Fields of Grief (Part 2)" +DELETE FROM `smart_scripts` WHERE `entryorguid`=1931 AND `source_type`=0 AND `id`=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 +(1931,0,1,0,20,0,100,512,407,0,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Scarlet Zealot - On Quest 'Fields of Grief' Finished - Set Run Off"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_08_world_335.sql new file mode 100644 index 00000000000..83c8956fa54 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_08_world_335.sql @@ -0,0 +1,21 @@ +-- Junior Apothecary Holland +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=10665; +DELETE FROM `smart_scripts` WHERE `entryorguid`=10665 AND `source_type`=0; +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 +(10665,0,0,0,1,0,100,0,10000,20000,40000,60000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Junior Apothecary Holland - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10665; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10665,0,0,"What could be taking so long?",12,1,100,0,0,0,5955,0,"Junior Apothecary Holland"), +(10665,0,1,"How long can it take to pick a handful of weeds?",12,1,100,0,0,0,5956,0,"Junior Apothecary Holland"), +(10665,0,2,"At this rate I could have gathered them myself!",12,1,100,0,0,0,5957,0,"Junior Apothecary Holland"), +(10665,0,3,"If you want something done right, do it yourself!",12,1,100,0,0,0,5958,0,"Junior Apothecary Holland"), +(10665,0,4,"As if I had all eternity.",12,1,100,0,0,0,5959,0,"Junior Apothecary Holland"), +(10665,0,5,"Ah, this must be him now... no? Bah!",12,1,100,0,0,0,5960,0,"Junior Apothecary Holland"), +(10665,0,6,"Maybe I should have just bought some off of Faruza?",12,1,100,0,0,0,5961,0,"Junior Apothecary Holland"), +(10665,0,7,"I had to go and requisition an Abomination... an Abomination!",12,1,100,0,0,0,5962,0,"Junior Apothecary Holland"); + +UPDATE `waypoint_data` SET `action`=0 WHERE `id`=284120; +UPDATE `waypoint_data` SET `delay`=0 WHERE `id`=284120 AND `point` IN (8,12); + +DELETE FROM `waypoint_scripts` WHERE `id` IN (22,1002,1003,1004,1005); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_09_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_09_world.sql new file mode 100644 index 00000000000..93d6e00b439 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_09_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gameobject` WHERE `guid` BETWEEN 99928 AND 99934; +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN 99928 AND 99934; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_10_world_335.sql new file mode 100644 index 00000000000..a478d1ba201 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_09_10_world_335.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_frostfire_bolt','spell_mage_ice_block','spell_pal_immunities'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-44614, 'spell_mage_frostfire_bolt'), +( 45438, 'spell_mage_ice_block'), +( 498, 'spell_pal_immunities'), +( 642, 'spell_pal_immunities'), +( -1022, 'spell_pal_immunities'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_00_world.sql new file mode 100644 index 00000000000..3e7f934b11e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_00_world.sql @@ -0,0 +1,125 @@ +-- Duplicates removed +DELETE FROM `creature` WHERE `guid` IN (129516,129555,129532,129520,129556,129545); +DELETE FROM `creature_addon` WHERE `guid` IN (129516,129555,129532,129520,129556,129545); + +-- Death Knight Initiate +UPDATE `creature` SET `modelid`=0, `spawntimesecs` = 30 WHERE `id` = 28406; +UPDATE `creature_addon` SET `auras` = "" WHERE `guid` IN (129492,129493,129494,129495,129496,129497,129498,129499); +UPDATE `creature_addon` SET `path_id` = 1295170 WHERE `guid` IN (129517); +UPDATE `creature_addon` SET `path_id` = 1295180 WHERE `guid` IN (129518); +UPDATE `creature_addon` SET `path_id` = 1295290 WHERE `guid` IN (129529); +UPDATE `creature_addon` SET `path_id` = 1295300 WHERE `guid` IN (129530); +UPDATE `creature_addon` SET `path_id` = 1295310 WHERE `guid` IN (129531); +UPDATE `creature_addon` SET `path_id` = 1295440 WHERE `guid` IN (129544); +UPDATE `creature_addon` SET `path_id` = 1295460 WHERE `guid` IN (129546); +UPDATE `creature_addon` SET `path_id` = 1295470 WHERE `guid` IN (129547); +-- #1 +UPDATE `creature` SET `position_x` = 2409.489, `position_y` = -5729.18, `position_z` = 153.92, `orientation` = 3.8, `spawndist` = 0, `MovementType` = 2 WHERE `guid` = 129547; +DELETE FROM `waypoint_data` WHERE `id`= 1295470; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +(1295470,1,2409.489,-5729.18,153.92,2000,0,3.8,100,0), +(1295470,2,2398.24,-5738.1,153.923,0,0,3.51732,100,0), +(1295470,3,2386.8,-5734.52,153.922,0,0,2.57013,100,0), +(1295470,4,2372.86,-5722.17,153.922,0,0,2.26872,100,0), +(1295470,5,2366.02,-5712.39,153.922,0,0,1.78963,100,0), +(1295470,6,2365.51,-5706.24,153.922,0,0,0.855789,100,0), +(1295470,7,2368.78,-5703.15,153.922,10000,0,0.690856,100,0), +(1295470,8,2358.21,-5706.16,153.922,0,0,2.85855,100,0), +(1295470,9,2341.04,-5689.82,153.922,0,0,2.3292,100,0), +(1295470,10,2313.73,-5661.47,152.761,0,0,2.56639,100,0), +(1295470,11,2296.29,-5652.93,147.341,0,0,2.88369,100,0), +(1295470,12,2278.16,-5647.89,143.137,0,0,2.9638,100,0), +(1295470,13,2255.96,-5645.48,136.996,0,0,3.24733,100,0), +(1295470,14,2234.36,-5647.77,130.968,0,0,3.42954,100,0), +(1295470,15,2209.59,-5657.5,122.594,0,0,3.76412,100,0), +(1295470,16,2188.9,-5675.6,113.179,0,0,3.89371,100,0), +(1295470,17,2163.24,-5699.88,104.99,1000,0,3.94476,100,0), +(1295470,18,2149.23,-5715.65,101.528,1000,1188,3.99581,100,0); +-- #2 +UPDATE `creature` SET `position_x` = 2455.27, `position_y` = -5523.46, `position_z` = 376.892, `orientation` = 5.96, `spawndist` = 0, `MovementType` = 2 WHERE `guid` = 129544; +DELETE FROM `waypoint_data` WHERE `id`= 1295440; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +(1295440,1,2455.27,-5523.46,376.892,1000,0,5.96,100,0), +(1295440,2,2451.31,-5528.92,376.891,0,0,3.66393,100,0), +(1295440,3,2424.47,-5542.18,376.905,0,0,3.84064,100,0), +(1295440,4,2403.66,-5563.52,377.005,0,0,4.24905,100,0), +(1295440,5,2398.1,-5601.44,376.89,0,0,4.6064,100,0), +(1295440,6,2397.91,-5614.95,377.018,0,0,4.26946,100,0), +(1295440,7,2386.16,-5630.91,377.169,0,0,4.1116,100,0), +(1295440,8,2379.33,-5642.43,382.439,0,0,4.2137,100,0), +(1295440,9,2349.92,-5690.11,382.241,6000,1188,4.12338,100,0); +-- #3 +UPDATE `creature` SET `position_x` = 2416.227, `position_y` = -5557.54, `position_z` = 376.89, `orientation` = 1.72, `MovementType` = 2, `spawndist` = 0 WHERE `guid` = 129518; +DELETE FROM `waypoint_data` WHERE `id`= 1295180; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +(1295180,1,2416.227,-5557.54,376.89,1000,0,1.72,100,0), +(1295180,2,2411.56,-5553.34,376.887,0,0,4.06137,100,0), +(1295180,3,2396.85,-5576.58,376.906,0,0,4.57353,100,0), +(1295180,4,2397.55,-5612.24,377.017,0,0,4.15728,100,0), +(1295180,5,2377.61,-5641.62,382.439,0,0,3.72139,100,0), +(1295180,6,2350.25,-5690.08,382.24,3000,1188,3.64364,100,0); +-- #4 +UPDATE `creature` SET `position_x` = 2523.21, `position_y` = -5628.21, `position_z` = 377.004, `orientation` = 1.93, `MovementType` = 2, `spawndist` = 0 WHERE `guid` = 129529; +DELETE FROM `waypoint_data` WHERE `id`= 1295290; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +(1295290,1,2523.21,-5628.21,377.004,1000,0,1.93,100,0), +(1295290,2,2517.63,-5625.44,377.01,0,0,3.57347,100,0), +(1295290,3,2480.55,-5653.1,376.997,0,0,3.48315,100,0), +(1295290,4,2454.17,-5656.89,376.903,0,0,3.08653,100,0), +(1295290,5,2426.21,-5647.1,377.148,0,0,2.74566,100,0), +(1295290,6,2397.13,-5648.46,377.169,0,0,3.41325,100,0), +(1295290,7,2385.79,-5652.5,382.439,0,0,3.6638,100,0), +(1295290,8,2370,-5666.09,382.256,0,0,3.98424,100,0), +(1295290,9,2354.86,-5693.19,382.239,5000,1188,4.18451,100,0); +-- #5 +UPDATE `creature` SET `position_x` = 2477.05, `position_y` = -5647.81, `position_z` = 377.006, `orientation` = 5.92, `MovementType` = 2, `spawndist` = 0 WHERE `guid` = 129517; +DELETE FROM `waypoint_data` WHERE `id`= 1295170; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +(1295170,1,2477.05,-5647.81,377.006,1000,0,5.92,100,0), +(1295170,2,2478.18,-5653.36,377.01,0,0,3.68083,100,0), +(1295170,3,2465.83,-5657.38,376.892,0,0,3.28028,100,0), +(1295170,4,2420.22,-5645.76,376.89,0,0,3.26536,100,0), +(1295170,5,2397.62,-5648.51,377.168,0,0,3.48684,100,0), +(1295170,6,2386.39,-5653.11,382.439,0,0,3.7311,100,0), +(1295170,7,2369.21,-5667.63,382.253,0,0,4.09474,100,0), +(1295170,8,2353.39,-5690.9,382.239,3000,1188,3.8222,100,0); +-- #6 +UPDATE `creature` SET `position_x` = 2413.64, `position_y` = -5737.27, `position_z` = 153.923, `orientation` = 3.86902, `MovementType` = 2, `spawndist` = 0 WHERE `guid` = 129546; +DELETE FROM `waypoint_data` WHERE `id`= 1295460; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +(1295460,1,2413.64,-5737.27,153.923,1000,0,3.86902,100,0), +(1295460,2,2373.33,-5754.69,153.961,0,0,3.34356,100,0), +(1295460,3,2349.31,-5761.49,153.922,5000,0,1.76884,100,0), +(1295460,4,2367,-5771.87,151.392,0,0,6.06104,100,0), +(1295460,5,2380.8,-5774.62,154.028,0,0,6.11209,100,0), +(1295460,6,2416.41,-5776.45,148.509,0,0,6.01155,100,0), +(1295460,7,2430.24,-5787.44,140.563,0,0,5.40444,100,0), +(1295460,8,2437.59,-5808,127.202,0,0,4.96462,100,0), +(1295460,9,2441.6,-5832.16,117.571,0,0,4.86645,100,0), +(1295460,10,2430.39,-5856.4,107.743,1000,0,4.06142,100,0), +(1295460,11,2442.87,-5912.91,102.116,1000,1188,4.90965,100,0); +-- #7 +UPDATE `creature` SET `position_x` = 2352.14, `position_y` = -5757.91, `position_z` = 153.923, `MovementType` = 2, `spawndist` = 0 WHERE `guid` = 129531; +DELETE FROM `waypoint_data` WHERE `id`= 1295310; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +(1295310,1,2352.14,-5757.91,153.923,1000,0,3.23752,100,0), +(1295310,2,2352.14,-5757.91,153.923,4000,0,3.23752,100,0), +(1295310,3,2341.61,-5727.9,153.922,0,0,1.55677,100,0), +(1295310,4,2342.13,-5697.18,153.922,0,0,1.84658,100,0), +(1295310,5,2317.47,-5651.82,151.422,0,0,2.33588,100,0), +(1295310,6,2297.54,-5644.36,147.052,0,0,2.94867,100,0), +(1295310,7,2245.47,-5638.62,135.882,0,0,3.22356,100,0), +(1295310,8,2205.02,-5658.24,121.031,0,0,3.8778,100,0), +(1295310,9,2161.18,-5703.33,104.27,1000,0,4.13698,100,0), +(1295310,10,2178.08,-5770.89,101.346,1000,1188,5.00484,100,0); +-- #8 +UPDATE `creature` SET `position_x` = 2368.652588, `position_y` = -5703.335449, `position_z` = 153.922272, `orientation` = 0.69, `MovementType` = 2, `spawndist` = 0 WHERE `guid` = 129530; +DELETE FROM `waypoint_data` WHERE `id`= 1295300; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +(1295300,1,2368.652588,-5703.335449,153.922272,1000,0,0.69,100,0), +(1295300,2,2373.52,-5722.48,153.922,0,0,5.28585,100,0), +(1295300,3,2411.22,-5764.47,152.347,0,0,5.47748,100,0), +(1295300,4,2429.98,-5784.48,142.151,0,0,5.22694,100,0), +(1295300,5,2435.23,-5800.88,131.736,0,0,4.99918,100,0), +(1295300,6,2431.43,-5850.32,109.292,1000,0,4.36615,100,0), +(1295300,7,2417.03,-5895.6,104.705,1000,1188,4.31903,100,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_01_world.sql new file mode 100644 index 00000000000..f68bc3ccc07 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceEntry` IN (52683) AND `SourceTypeOrReferenceId`=13 AND `ConditionValue2`=28897; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_02_world.sql new file mode 100644 index 00000000000..f6fc64c66c7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_02_world.sql @@ -0,0 +1,40 @@ +-- Quest King of the Mountain +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=16 AND `SourceEntry` IN (31784,31785); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(16,0,31784,0,0,23,0,4513,0,0,0,0,0,'','Geargrinder\'s Jumpbot - Dismount when player is outside intended zone Ymirhein'), +(16,0,31785,0,0,23,0,4513,0,0,0,0,0,'','Thunderbomb\'s Jumpbot - Dismount when player is outside intended zone Ymirhein'); + +DELETE FROM `creature_template_addon` WHERE `entry` IN(31784,31785); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(31784, 0, 0, 0, 1, 0, 4341), +(31785, 0, 0, 0, 1, 0, 4341); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN(4338,59643); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,59643,0,0,31,0,3,23837,0,0,0,0,'','Spell Plant Horde Battle Standard targets ELM General Purpose Bunny'), +(13,1,4338,0,0,31,0,3,23837,0,0,0,0,'','Spell Plant Alliance Battle Standard targets ELM General Purpose Bunny'); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (31784,31785) AND `spell_id`=46598; +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(31784, 46598, 1, 0), +(31785, 46598, 1, 0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup` IN (31784,31785) AND `SourceEntry` IN(59593,59656,46598); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18, 31784, 59593, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Only player for SpellClick'), +(18, 31784, 46598, 0, 0, 31, 0, 3, 0, 0, 0, 0, 0, '', 'Only unit for SpellClick'), +(18, 31785, 59656, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Only player for SpellClick'), +(18, 31785, 46598, 0, 0, 31, 0, 3, 0, 0, 0, 0, 0, '', 'Only unit for SpellClick'); + +DELETE FROM `vehicle_template_accessory` WHERE `entry` IN(31784, 31785); +INSERT INTO `vehicle_template_accessory` (`entry`,`accessory_entry`,`seat_id`,`minion`,`description`,`summontype`,`summontimer`) VALUES +(31784,31801,1,1,'Geargrinder\'s Jumpbot',6,30000), +(31785,31801,1,1,'Thunderbomb\'s Jumpbot',6,30000); + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q13280_13283_jump_jets'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(4336,'spell_q13280_13283_jump_jets'); + +DELETE FROM `spell_proc` WHERE `SpellId`=4341; +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`ProcFlags`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(4341,0,0,0,0,0,4096,1,1,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_03_world.sql new file mode 100644 index 00000000000..0b5153ed76a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_10_03_world.sql @@ -0,0 +1,19 @@ +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (2673, 2674, 17578, 16111, 24792, 32543, 32546, 32547, 32542, 32545, 30527, 31143, 31144, 31146, 32541, 32666, 32667); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(2673, 1, 0, 0, 1), +(2674, 1, 0, 0, 1), +(17578, 1, 0, 0, 1), +(16111, 1, 0, 0, 1), +(24792, 1, 0, 0, 1), +(32543, 1, 0, 0, 1), +(32546, 1, 0, 0, 1), +(32547, 1, 0, 0, 1), +(32542, 1, 0, 0, 1), +(32545, 1, 0, 0, 1), +(30527, 1, 0, 0, 1), +(31143, 1, 0, 0, 1), +(31144, 1, 0, 0, 1), +(31146, 1, 0, 0, 1), +(32541, 1, 0, 0, 1), +(32666, 1, 0, 0, 1), +(32667, 1, 0, 0, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_11_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_11_00_world.sql new file mode 100644 index 00000000000..9bcf34f7114 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_11_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `phaseMask`=1, `spawntimesecs`=-1 WHERE `id`=192538; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_12_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_12_00_world.sql new file mode 100644 index 00000000000..8bc1cad596d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_12_00_world.sql @@ -0,0 +1,11 @@ +-- +UPDATE `smart_scripts` SET `event_param5`=1 WHERE event_type=10 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_param2`=30, `event_param5`=1 WHERE `entryorguid`=24248 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=24938 AND event_type=10 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_param1`=1 WHERE `entryorguid`in (27376,27378,27379,27381) AND event_type=10 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_param1`=1, `event_param2`=20, `event_param5`=0 WHERE `entryorguid`=30313 AND `event_type`=10 AND `source_type`=0; +UPDATE `creature_template` SET `AIName`="" WHERE `entry`=32582; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (32582) AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=0, `event_param2`=10, `event_param3`=60000, `event_param4`=60000, `event_param5`=1 WHERE `entryorguid`=5917 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_flags`=0, `event_param1`=1, `event_param2`=20, `event_param3`=40000, `event_param4`=60000, `event_param5`=1 WHERE `entryorguid`=9021 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param5`=0 WHERE `entryorguid` IN (27246, 2775, 23370, 23760, 24845, 23675, 23673, 23672, 24271, 24364, 24468, 24510, 24527, 24718, 24938,24979,25063,30313) AND event_type=10 AND `source_type`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_13_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_13_00_world.sql new file mode 100644 index 00000000000..5f92d71d4d9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_13_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId`=70904; +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(70904, 0x0, 6, 0x00000000, 0x00000000, 0x00000800, 2048, 0x4, 0x0, 0x0, 0x0, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_13_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_13_01_world.sql new file mode 100644 index 00000000000..c051b060f83 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_13_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template_addon` SET `auras`="31261" WHERE `entry` IN (20561); +UPDATE `smart_scripts` SET `action_type`=41, `action_param1`=0 WHERE `entryorguid` IN (20561) AND `source_type`=0 AND `id`=2; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_15_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_15_00_world.sql new file mode 100644 index 00000000000..0ade27aee5a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_15_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=18000, `event_param2`=18000, `event_param3`=18000, `event_param4`=18000 WHERE `entryorguid` IN (-111996, -112005) AND `source_type`=0 AND `id`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_15_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_15_01_world.sql new file mode 100644 index 00000000000..63a3150a7ed --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_15_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=6788; +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(6788, 0x40); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_00_world_335.sql new file mode 100644 index 00000000000..3255b7494f2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_00_world_335.sql @@ -0,0 +1,17 @@ +-- Vindicator Vedaar --> Fix Gossip Texts +DELETE FROM `gossip_menu` WHERE `MenuID`=7407 AND `TextID` IN (8878,8877); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7407,8878,0), +(7407,8877,0); + +UPDATE `npc_text` SET `em0_1`=6, `em0_3`=274 WHERE `ID`=8876; +DELETE FROM `npc_text` WHERE `ID`=8877; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_1`) VALUES +(8877,"Now that the demons have been dealt with, we can proceed with the establishment of a new base here.","",13767,0,1,1); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7407; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7407,8878,0,0,8,0,9516,0,0,0,0,0,"","Show gossip text 8878 if quest 'Destroy the Legion' is rewarded"), +(14,7407,8878,0,0,8,0,9522,0,0,1,0,0,"","Show gossip text 8878 if quest 'Never Again!' is NOT rewarded"), +(14,7407,8877,0,0,8,0,9516,0,0,0,0,0,"","Show gossip text 8877 if quest 'Destroy the Legion' is rewarded"), +(14,7407,8877,0,0,8,0,9522,0,0,0,0,0,"","Show gossip text 8877 if quest 'Never Again!' is rewarded"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_01_world_335.sql new file mode 100644 index 00000000000..f5138b7a159 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_01_world_335.sql @@ -0,0 +1,22 @@ +-- +-- Summoned Voidwalker +DELETE FROM `smart_scripts` WHERE `entryorguid`=5676 AND `source_type`=0 AND `id` IN (2,3); +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 +(5676,0,2,0,11,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Summoned Voidwalker - On Respawn - Say Line 0"), +(5676,0,3,0,4,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Summoned Voidwalker - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5676; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5676,0,0,"Who dares summon the power of the void?",12,8,100,0,0,0,1986,0,"Summoned Voidwalker"), +(5676,1,0,"You will live forever in torment for this, pathetic warlock.",12,8,100,0,0,0,1987,0,"Summoned Voidwalker"); + +-- Summoned Succubus +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5677; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5677 AND `source_type`=0; +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 +(5677,0,0,0,11,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Summoned Succubus - On Respawn - Say Line 0"), +(5677,0,1,0,0,0,100,0,3000,5000,7000,11000,11,16583,0,0,0,0,0,2,0,0,0,0,0,0,0,"Summoned Succubus - In Combat - Cast 'Shadow Shock'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5677; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5677,0,0,"Interesting... Now this is more than I expected. Delicious...",12,8,100,0,0,0,1991,0,"Summoned Succubus"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_02_world_335.sql new file mode 100644 index 00000000000..af186488880 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_02_world_335.sql @@ -0,0 +1,18 @@ +-- Quest "Onu is Meditating" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=961; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,961,0,0,14,0,944,0,0,1,0,0,"","Show quest 'Onu is Meditating' if quest 'The Master's Glaive' is taken"), +(19,0,961,0,0,14,0,949,0,0,0,0,0,"","Show quest 'Onu is Meditating' only if quest 'The Twilight Camp' is not taken and not rewarded"), +(19,0,961,0,0,2,0,5251,1,1,1,0,0,"","Show quest 'Onu is Meditating' only if player does not have item 'Phial of Scrying'"); + +DELETE FROM `quest_template_addon` WHERE `ID`=961; +INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES +(961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1); + +DELETE FROM `creature_text` WHERE `CreatureID`=3616 AND `GroupID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3616,3,0,"%s continues his meditations...",16,0,100,0,0,0,1219,0,"Onu"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=3616 AND `source_type`=0 AND `id`=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 +(3616,0,1,0,20,0,100,0,961,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Onu - On Quest 'Onu is Meditating' Finished - Say Line 3"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_03_world_335.sql new file mode 100644 index 00000000000..237d5c70e55 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_03_world_335.sql @@ -0,0 +1,32 @@ +-- Godrick Farsan +DELETE FROM `creature_text` WHERE `CreatureID`=5693; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5693,0,0,"This is Dalin Forgewright. He fled from Lordaeron when the plague struck, taking his love with him.",12,0,100,1,0,0,1988,0,"Godrick Farsan"), +(5693,1,0,"When he came upon the refugees at the Greymane Wall, he felt it his duty to succor them, sending his woman on to Hillsbrad.",12,0,100,1,0,0,1992,0,"Godrick Farsan"), +(5693,2,0,"And this is Comar Villard. Two weeks married, his wife was spirited away from the safety of Menethil Harbor.",12,0,100,1,0,0,1989,0,"Godrick Farsan"), +(5693,3,0,"Five and five years, and he still searches for her, though she was no beauty, and there were many ladies that would take her place.",12,0,100,1,0,0,1993,0,"Godrick Farsan"), +(5693,4,0,"Fools.",12,0,100,5,0,0,1990,0,"Godrick Farsan"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5693; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5693 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=569300 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 +(5693,0,0,0,19,0,100,0,1476,0,0,0,80,569300,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Quest 'Hearts of the Pure' Taken - Run Script"), +(569300,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,"Godrick Farsan - On Script - Remove Npc Flag Questgiver"), +(569300,9,1,0,0,0,100,0,0,0,0,0,11,7794,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Script - Cast 'Teleport'"), +(569300,9,2,0,0,0,100,0,1000,1000,0,0,12,5691,3,14000,0,0,0,8,0,0,0,1780.01,59.7745,-61.4891,6.22813,"Godrick Farsan - On Script - Summon Creature 'Dalin Forgewright Projection'"), +(569300,9,3,0,0,0,100,0,2000,2000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Script - Say Line 0"), +(569300,9,4,0,0,0,100,0,6000,6000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Script - Say Line 1"), +(569300,9,5,0,0,0,100,0,7000,7000,0,0,11,7794,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Script - Cast 'Teleport'"), +(569300,9,6,0,0,0,100,0,1000,1000,0,0,12,5692,3,15000,0,0,0,8,0,0,0,1780.01,59.7745,-61.4891,6.22813,"Godrick Farsan - On Script - Summon Creature 'Comar Villard Projection'"), +(569300,9,7,0,0,0,100,0,2000,2000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Script - Say Line 2"), +(569300,9,8,0,0,0,100,0,6500,6500,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Script - Say Line 3"), +(569300,9,9,0,0,0,100,0,9000,9000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Script - Say Line 4"), +(569300,9,10,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Godrick Farsan - On Script - Add Npc Flag Questgiver"); + +-- Comar Villard +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5683; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5683 AND `source_type`=0; +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 +(5683,0,0,0,0,0,100,0,5000,7000,9000,12000,11,12540,0,0,0,0,0,2,0,0,0,0,0,0,0,"Comar Villard - In Combat - Cast 'Gouge'"), +(5683,0,1,0,25,0,100,0,0,0,0,0,11,3417,0,0,0,0,0,1,0,0,0,0,0,0,0,"Comar Villard - On Reset - Cast 'Thrash'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_04_world_335.sql new file mode 100644 index 00000000000..8efed23aeb1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_04_world_335.sql @@ -0,0 +1,52 @@ +-- Takar the Seer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6244; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6244 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=624400 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 +(6244,0,0,0,19,0,100,0,1738,0,0,0,80,624400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Takar the Seer - On Quest 'Heartswood' Taken - Run Script"), +(624400,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,"Takar the Seer - On Script - Remove Npc Flag Questgiver"), +(624400,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Takar the Seer - On Script - Say Line 0"), +(624400,9,2,0,0,0,100,0,7000,7000,0,0,11,7794,0,0,0,0,0,1,0,0,0,0,0,0,0,"Takar the Seer - On Script - Cast 'Teleport'"), +(624400,9,3,0,0,0,100,0,1000,1000,0,0,12,6245,3,51000,0,0,0,8,0,0,0,-2246.8,-2369.11,91.6667,0.623109,"Takar the Seer - On Script - Summon Creature 'Anathera'"), +(624400,9,4,0,0,0,100,0,0,0,0,0,12,6246,3,51000,0,0,0,8,0,0,0,-2248.94,-2371.09,91.6667,3.65082,"Takar the Seer - On Script - Summon Creature 'Latherion'"), +(624400,9,5,0,0,0,100,0,2000,2000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Takar the Seer - On Script - Say Line 1"), +(624400,9,6,0,0,0,100,0,7000,7000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Takar the Seer - On Script - Say Line 2"), +(624400,9,7,0,0,0,100,0,8000,8000,0,0,90,7,0,0,0,0,0,19,6245,0,0,0,0,0,0,"Takar the Seer - On Script - Set Flag Standstate 'Dead' (Anathera)"), +(624400,9,8,0,0,0,100,0,1000,1000,0,0,45,1,1,0,0,0,0,19,6246,0,0,0,0,0,0,"Takar the Seer - On Script - Set Data to Latherion"), +(624400,9,9,0,0,0,100,0,6000,6000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Takar the Seer - On Script - Say Line 3"), +(624400,9,10,0,0,0,100,0,9000,9000,0,0,91,8,0,0,0,0,0,19,6246,0,0,0,0,0,0,"Takar the Seer - On Script - Remove Flag Standstate 'Kneel' (Latherion)"), +(624400,9,11,0,0,0,100,0,0,0,0,0,90,7,0,0,0,0,0,19,6246,0,0,0,0,0,0,"Takar the Seer - On Script - Set Flag Standstate 'Dead' (Latherion)"), +(624400,9,12,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,19,6246,0,0,0,0,0,0,"Takar the Seer - On Script - Say Line 1 (Latherion)"), +(624400,9,13,0,0,0,100,0,10000,10000,0,0,1,0,0,0,0,0,0,19,6245,0,0,0,0,0,0,"Takar the Seer - On Script - Say Line 0 (Anathera)"), +(624400,9,14,0,0,0,100,0,5000,5000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Takar the Seer - On Script - Say Line 4"), +(624400,9,15,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Takar the Seer - On Script - Add Npc Flag Questgiver"); + +-- Anathera +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6245; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6245 AND `source_type`=0; +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 +(6245,0,0,0,11,0,100,0,0,0,0,0,17,333,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anathera - On Respawn - Set Emote State 333"); + +-- Latherion +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6246; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6246 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=624600 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 +(6246,0,0,0,11,0,100,0,0,0,0,0,17,333,0,0,0,0,0,1,0,0,0,0,0,0,0,"Latherion - On Respawn - Set Emote State 333"), +(6246,0,1,0,38,0,100,0,1,1,0,0,80,624600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Latherion - On Data Set - Run Script"), +(624600,9,0,0,0,0,100,0,0,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Latherion - On Script - Set Emote State 0"), +(624600,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,0.623109,"Latherion - On Script - Set Orientation"), +(624600,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Latherion - On Script - Say Line 0"), +(624600,9,3,0,0,0,100,0,3000,3000,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Latherion - On Script - Set Flag Standstate 'Kneel'"); + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (6244,6245,6246); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6244,0,0,"A thousand years ago, the immortal elves, demigods of the forest and dragons fought against the Legion on the slopes of Hyjal.",12,7,100,1,0,0,2310,0,"Takar the Seer"), +(6244,1,0,"Anathera and Latherion fought back to back where the battle was thickest. Two lovers determined to survive the war together.",12,7,100,1,0,0,2311,0,"Takar the Seer"), +(6244,2,0,"But it was not to be. As their foes pressed close, Anathera's armor was pierced by a demon's tainted blade. In the thick of battle, there would be nothing to save her.",12,7,100,1,0,0,2312,0,"Takar the Seer"), +(6244,3,0,"Ignoring the battle that raged about him, Latherion dropped his guard to cradle his love in her dying moments. But the demons gave him no quarter, and quickly laid him low.",12,7,100,1,0,0,2314,0,"Takar the Seer"), +(6244,4,0,"Where the two lovers fell, a tree would bloom. The elves call it the heartswood. It will surely serve your ends.",12,7,100,1,0,0,2317,0,"Takar the Seer"), +(6245,0,0,"So this... this is how it ends, my love...",12,7,100,0,0,0,2316,0,"Anathera"), +(6246,0,0,"Anathera!",12,7,100,15,0,0,2313,0,"Latherion"), +(6246,1,0,"Anathera... I cannot bear to face the rest of eternity without you by my side... If you are taken from me, then let this be the day I also return to the earth...",12,7,100,0,0,0,2315,0,"Latherion"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_05_world_335.sql new file mode 100644 index 00000000000..51024c932f1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_17_05_world_335.sql @@ -0,0 +1,2 @@ +-- Blood Elf rogue quest Greed (ID 9491) +UPDATE `quest_offer_reward` SET `RewardText`="This is the ring, is it? Not much to look at, but you know what they say about one elves' trash...$B$BAnd let's not forget your payment. Don't feel shy about spending it right here sweetie!" WHERE `ID`=9491; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_18_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_18_00_world_335.sql new file mode 100644 index 00000000000..056ce6cc98a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_18_00_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_group_stack_rules` SET `stack_rule`=3 WHERE `group_id`=1105; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_20_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_20_00_world_335.sql new file mode 100644 index 00000000000..903eeb4e352 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_20_00_world_335.sql @@ -0,0 +1,4 @@ +-- quest 'The Shattered Hand (2)' (ID 1858) +UPDATE `quest_offer_reward` + SET `RewardText`="Hmmm, now this is interesting. You've more than proved your worth with this, $n. I am quite impressed. Consider yourself the newest member of the Shattered Hand. And take this, it will be a great help to you in the future, I think." + WHERE `ID`=1858; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_00_world.sql new file mode 100644 index 00000000000..d5a36cd23dd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `flags_extra` = (`flags_extra` & ~0x1000); +UPDATE `creature_template` SET `flags_extra` = (`flags_extra` | 0x1000) WHERE `entry` = 27914; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_01_world.sql new file mode 100644 index 00000000000..00f9b4f00b7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_01_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=21926 AND `source_type`=0 AND `id`=4 AND `link`=5; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (20635,20771) AND `source_type`=0 AND `id`=3 AND `target_type`=12; +UPDATE `smart_scripts` SET `id`=3 WHERE `entryorguid` IN (20635,20771) AND `source_type`=0 AND `id`=4 AND `action_type`=80; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_02_world.sql new file mode 100644 index 00000000000..3c054070129 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_21_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=8, `event_param2`=1 WHERE `entryorguid`=26096 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `event_type`=40 WHERE `entryorguid` IN (-102329,-102341,-102330,-102328,-102326,-102333,-102327) AND `source_type`=0 AND `id`=3; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_00_world_335.sql new file mode 100644 index 00000000000..dd5e993c600 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_00_world_335.sql @@ -0,0 +1,4 @@ +-- Fix spawn location for undead +UPDATE `playercreateinfo` SET `position_x` = 1676.349976, `position_y` = 1677.449951, `position_z` = 121.669998, `orientation` = 2.705260 WHERE `race` = 5 AND `zone`=85; +-- Fix spawn location for night elf +UPDATE `playercreateinfo` SET `position_x` = 10311.299805, `position_y` = 831.463013, `position_z` = 1326.410034, `orientation` = 5.480334 WHERE `race` = 4 AND `zone`=141; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_01_world.sql new file mode 100644 index 00000000000..10a242cdfc9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_01_world.sql @@ -0,0 +1,8 @@ +-- Warsong Marksman (ID 25244) corpses on Garrosh's Landing should appear dead in-game, both in portrait and NPC name +UPDATE `creature_addon` SET `bytes1`=0,`auras`='29266' WHERE `guid` IN (110545,110546); -- 2x Warsong Marksman in burning heap of corpses +UPDATE `creature_addon` SET `bytes1`=0,`bytes2`=2,`auras`='29266' WHERE `guid` IN (110540,110541,110544,110547,110551,110552,110553,110554); -- scattered Marksman corpses with ranged weapon +UPDATE `creature` SET `unit_flags`=`unit_flags`|537133824 WHERE `guid` IN (110552, 110547, 110541, 110554, 110545, 110546, 110553, 110544, 110551, 110540, 110370, 110378); +-- Garhal minions +DELETE FROM `creature_addon` WHERE `guid` IN (118803, 118804); +INSERT INTO `creature_addon` (`guid`,`bytes1`,`bytes2`) VALUES +(118803,0,0),(118804,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_02_world.sql new file mode 100644 index 00000000000..bf043e88baa --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_02_world.sql @@ -0,0 +1,2 @@ +UPDATE `access_requirement` SET `quest_done_A`=10277, `quest_done_H`=10277, `quest_failed_text`="You must complete the quest ""The Caverns of Time"" before entering Old Hillsbrad Foothills" WHERE `MapID` IN (560) AND `difficulty`=0; +UPDATE `access_requirement` SET `quest_done_A`=10277, `quest_done_H`=10277, `quest_failed_text`="You must complete the quest ""The Caverns of Time"" and be level 70 before entering the Heroic difficulty of Old Hillsbrad Foothills" WHERE `MapID` IN (560) AND `difficulty`=1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_03_world.sql new file mode 100644 index 00000000000..f5c6953bd8c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_23_03_world.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid` IN (1814603,1814604) AND `source_type`=9 AND `id`>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 +(1814603,9,2,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,19,16222,10,0,0,0,0,0,'Champion Vranesh - Script 3 - Silvermoon City Guardian say 2'), +(1814604,9,2,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,19,16222,10,0,0,0,0,0,'Champion Vranesh - Script 3 - Silvermoon City Guardian say 3'); + +DELETE FROM `creature_text` WHERE `CreatureID`=16222 AND `GroupID`>1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16222,2,0,"Even the Light is no match for the indomitable will of our people.",12,1,100,0,0,0,14793,0,"Silvermoon City Guardian"), +(16222,3,0,"Your power strengthens us all.",12,1,100,0,0,0,14792,0,"Silvermoon City Guardian"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_00_world.sql new file mode 100644 index 00000000000..ad6f5cf8abe --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_00_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=10956 WHERE `ID`=10968; +DELETE FROM `creature_queststarter` WHERE `quest` IN (10968); +DELETE FROM `game_event_creature_quest` WHERE `quest` IN (10968); +INSERT INTO `game_event_creature_quest` (`eventEntry`, `id`, `quest`) VALUES +(10,17538,10968); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_01_world.sql new file mode 100644 index 00000000000..617f7d50af9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (19216) AND `source_type`=0 AND `id`=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 +(19216,0,1,0,25,0,100,0,0,0,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grand Anchorite Almonen - On reset - set run off"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_02_world.sql new file mode 100644 index 00000000000..0793d7ec4a2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_02_world.sql @@ -0,0 +1,8 @@ +-- +-- Fix prerequisite for quest "Feathers for Nafien" +UPDATE `quest_template_addon` SET `PrevQuestID`=8461 WHERE `ID`=8467; + +-- Fix prerequisite for quest "Speak to Salfa" +DELETE FROM `quest_template_addon` WHERE `ID`=8465; +INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES +(8465,0,0,0,8461,0,0,0,0,0,0,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_03_world_335.sql new file mode 100644 index 00000000000..3bcc1502e31 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_03_world_335.sql @@ -0,0 +1,6 @@ +-- +-- Dreka'Sur --> Add Gossip Text +UPDATE `creature_template` SET `gossip_menu_id`=4067 WHERE `entry`=9620; +DELETE FROM `gossip_menu` WHERE `MenuID`=4067; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(4067,4960,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_04_world_335.sql new file mode 100644 index 00000000000..38ead2080af --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_04_world_335.sql @@ -0,0 +1,17 @@ +-- Henze Faulk +DELETE FROM `creature_text` WHERE `CreatureID`=6172 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6172,1,0,"Good luck to you, $n. And don't forget... get that script before finding Gazin.",12,7,100,0,0,0,2353,0,"Henze Faulk"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=6172 AND `source_type`=0 AND `id`=4; +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 +(6172,0,4,0,19,0,100,0,1787,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Henze Faulk - On Quest 'The Tome of Divinity (Part 7)' Taken - Say Line 1"); + +-- Narm Faulk +DELETE FROM `creature_text` WHERE `CreatureID`=6177 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6177,1,0,"Good luck, $n. And remember, find Muiredon once you've accomplished the task.",12,6,100,0,0,0,2351,0,"Narm Faulk"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=6177 AND `source_type`=0 AND `id`=4; +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 +(6177,0,4,0,19,0,100,0,1784,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Narm Faulk - On Quest 'The Tome of Divinity (Part 7)' Taken - Say Line 1"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_05_world_335.sql new file mode 100644 index 00000000000..3cebb2e2a4c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_05_world_335.sql @@ -0,0 +1,17 @@ +-- Yorus Barleybrew +DELETE FROM `creature_text` WHERE `CreatureID`=6166; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6166,0,0,"$n ran the Gauntlet! Three cheers for $n!",12,7,100,22,0,0,2308,0,"Yorus Barleybrew"), +(6166,1,0,"Hip hip, hoorah!",12,7,100,4,0,0,2309,0,"Yorus Barleybrew"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6166; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6166 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=616600 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 +(6166,0,0,0,20,0,100,0,1699,0,0,0,80,616600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yorus Barleybrew - On Quest 'The Rethban Gauntlet' Finished - Run Script"), +(616600,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,"Yorus Barleybrew - On Script - Remove Npc Flag Questgiver"), +(616600,9,1,0,0,0,100,0,500,500,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yorus Barleybrew - On Script - Say Line 0"), +(616600,9,2,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yorus Barleybrew - On Script - Say Line 1"), +(616600,9,3,0,0,0,100,0,3500,3500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yorus Barleybrew - On Script - Say Line 1"), +(616600,9,4,0,0,0,100,0,3500,3500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yorus Barleybrew - On Script - Say Line 1"), +(616600,9,5,0,0,0,100,0,3000,3000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yorus Barleybrew - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_06_world_335.sql new file mode 100644 index 00000000000..86ecd3811d4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_06_world_335.sql @@ -0,0 +1,9 @@ +-- Muren Stormpike +DELETE FROM `creature_text` WHERE `CreatureID`=6114; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6114,0,0,"Farewell, $n. And remember, a warrior never shows his back to his foe!",12,0,100,66,0,0,2302,0,"Muren Stormpike"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6114; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6114 AND `source_type`=0; +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 +(6114,0,0,0,19,0,100,0,1680,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Muren Stormpike - On Quest 'Tormus Deepforge' Taken - Say Line 0"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_07_world_335.sql new file mode 100644 index 00000000000..06ccb5d3a51 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_07_world_335.sql @@ -0,0 +1,36 @@ +-- Furen Longbeard +DELETE FROM `creature_text` WHERE `CreatureID`=5413; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5413,0,0,"%s begins to work...",16,0,100,0,0,0,2341,0,"Furen Longbeard"), +(5413,1,0,"Finished! And the results are amazing. I must convey them to my associates Grimand, Mathiel and Klockmort!",12,7,100,4,0,0,2342,0,"Furen Longbeard"), +(5413,2,0,"Your armor is ready, $n.",12,7,100,1,0,0,2343,0,"Furen Longbeard"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5413; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5413 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (541300,541301,541302) 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 +(5413,0,0,0,20,0,100,0,1701,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Quest 'Fire Hardened Mail' Finished - Remove Npc Flag Questgiver"), +(5413,0,1,0,20,0,100,0,1701,0,0,0,53,0,5413,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Quest 'Fire Hardened Mail' Finished - Start Waypoint"), +(5413,0,2,0,40,0,100,0,1,5413,0,0,80,541300,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Waypoint 1 Reached - Run Script"), +(5413,0,3,0,40,0,100,0,2,5413,0,0,80,541301,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Waypoint 2 Reached - Run Script"), +(5413,0,4,0,40,0,100,0,4,5413,0,0,80,541302,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Waypoint 4 Reached - Run Script"), +(541300,9,0,0,0,0,100,0,0,0,0,0,54,16000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Pause Waypoint"), +(541300,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,0.190955,"Furen Longbeard - On Script - Set Orientation"), +(541300,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Say Line 0"), +(541300,9,3,0,0,0,100,0,0,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Set Emote State 233"), +(541300,9,4,0,0,0,100,0,15000,15000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Set Emote State 0"), +(541301,9,0,0,0,0,100,0,0,0,0,0,54,26000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Pause Waypoint"), +(541301,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,0.38748,"Furen Longbeard - On Script - Set Orientation"), +(541301,9,2,0,0,0,100,0,1000,1000,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Set Emote State 233"), +(541301,9,3,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Set Emote State 0"), +(541301,9,4,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Say Line 1"), +(541302,9,0,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.281,"Furen Longbeard - On Script - Set Orientation"), +(541302,9,1,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Say Line 2"), +(541302,9,2,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Furen Longbeard - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=5413; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(5413,1,-8427.86,607.066,95.0986,""), +(5413,2,-8426.26,613.757,95.269,""), +(5413,3,-8428.98,607.758,95.1228,""), +(5413,4,-8427,600.092,94.706,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_08_world_335.sql new file mode 100644 index 00000000000..c31dee9c46c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_08_world_335.sql @@ -0,0 +1,18 @@ +-- Grimand Elmore +DELETE FROM `creature_text` WHERE `CreatureID`=1416 AND `GroupID` IN (2,3); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1416,2,0,"%s begins to work...",16,0,100,0,0,0,2346,0,"Grimand Elmore"), +(1416,3,0,"Amazing! It worked! $n, I have your armor.",12,7,100,5,0,0,2347,0,"Grimand Elmore"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=1416 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=141601 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 +(1416,0,1,0,20,0,100,0,1705,0,0,0,80,141601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimand Elmore - On Quest 'Burning Blood' Finished - Run Script"), +(141601,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimand Elmore - On Script - Remove Npc Flag Questgiver+Gossip"), +(141601,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,3.72935,"Grimand Elmore - On Script - Set Orientation"), +(141601,9,2,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimand Elmore - On Script - Say Line 2"), +(141601,9,3,0,0,0,100,0,0,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimand Elmore - On Script - Set Emote State 233"), +(141601,9,4,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimand Elmore - On Script - Set Emote State 0"), +(141601,9,5,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.286,"Grimand Elmore - On Script - Set Orientation"), +(141601,9,6,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimand Elmore - On Script - Say Line 3"), +(141601,9,7,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grimand Elmore - On Script - Add Npc Flag Questgiver+Gossip"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_09_world_335.sql new file mode 100644 index 00000000000..5bd4220ac24 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_09_world_335.sql @@ -0,0 +1,18 @@ +-- Mathiel +DELETE FROM `creature_text` WHERE `CreatureID`=6142 AND `GroupID` IN (2,3); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6142,2,0,"%s begins to work...",16,0,100,0,0,0,2348,0,"Mathiel"), +(6142,3,0,"It is done. $n, your armor is ready.",12,7,100,1,0,0,2349,0,"Mathiel"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=6142 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=614201 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 +(6142,0,1,0,20,0,100,0,1710,0,0,0,80,614201,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Quest 'Sunscorched Shells' Finished - Run Script"), +(614201,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,"Mathiel - On Script - Remove Npc Flag Questgiver"), +(614201,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,0.166394,"Mathiel - On Script - Set Orientation"), +(614201,9,2,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Say Line 2"), +(614201,9,3,0,0,0,100,0,0,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Set Emote State 233"), +(614201,9,4,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Set Emote State 0"), +(614201,9,5,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.71042,"Mathiel - On Script - Set Orientation"), +(614201,9,6,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Say Line 3"), +(614201,9,7,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mathiel - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_10_world_335.sql new file mode 100644 index 00000000000..e3645e6df14 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_10_world_335.sql @@ -0,0 +1,29 @@ +-- Klockmort Spannerspan +DELETE FROM `creature_text` WHERE `CreatureID`=6169; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6169,0,0,"%s begins to work...",16,0,100,0,0,0,2344,0,"Klockmort Spannerspan"), +(6169,1,0,"Hooray hooray! $n! It's done!",12,7,100,4,0,0,2345,0,"Klockmort Spannerspan"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6169; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6169 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (616900,616901) 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 +(6169,0,0,0,20,0,100,0,1708,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Quest 'Iron Coral' Finished - Remove Npc Flag Questgiver"), +(6169,0,1,0,20,0,100,0,1708,0,0,0,53,0,6169,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Quest 'Iron Coral' Finished - Start Waypoint"), +(6169,0,2,0,40,0,100,0,1,6169,0,0,80,616900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Waypoint 1 Reached - Run Script"), +(6169,0,3,0,40,0,100,0,2,6169,0,0,80,616901,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Waypoint 2 Reached - Run Script"), +(616900,9,0,0,0,0,100,0,0,0,0,0,54,12000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Script - Pause Waypoint"), +(616900,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,2.97526,"Klockmort Spannerspan - On Script - Set Orientation"), +(616900,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Script - Say Line 0"), +(616900,9,3,0,0,0,100,0,0,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Script - Set Emote State 233"), +(616900,9,4,0,0,0,100,0,10000,10000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Script - Set Emote State 0"), +(616901,9,0,0,0,0,100,0,1000,1000,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Script - Set Emote State 233"), +(616901,9,1,0,0,0,100,0,15000,15000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klockmort Spannerspan - On Script - Set Emote State 0"), +(616901,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,"Klockmort Spannerspan - On Script - Say Line 1"), +(616901,9,3,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.62512,"Klockmort Spannerspan - On Script - Set Orientation"), +(616901,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,"Klockmort Spannerspan - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=6169; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(6169,1,-4815,-1250.3,501.915,""), +(6169,2,-4812.48,-1250.62,502.014,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_11_world_335.sql new file mode 100644 index 00000000000..4974e392fa7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_11_world_335.sql @@ -0,0 +1,27 @@ +-- Tormus Deepforge +DELETE FROM `creature_text` WHERE `CreatureID`=6031; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6031,0,0,"%s begins to work...",16,0,100,0,0,0,2303,0,"Tormus Deepforge"), +(6031,1,0,"$n! I'm finished!",12,7,100,1,0,0,2304,0,"Tormus Deepforge"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6031; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6031 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (603100,603101) 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 +(6031,0,0,0,20,0,100,0,1681,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Quest 'Ironband's Compound' Finished - Remove Npc Flag Questgiver"), +(6031,0,1,0,20,0,100,0,1681,0,0,0,53,0,6031,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Quest 'Ironband's Compound' Finished - Start Waypoint"), +(6031,0,2,0,40,0,100,0,1,6031,0,0,80,603100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Waypoint 1 Reached - Run Script"), +(6031,0,3,0,40,0,100,0,2,6031,0,0,80,603101,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Waypoint 2 Reached - Run Script"), +(603100,9,0,0,0,0,100,0,0,0,0,0,54,21000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Script - Pause Waypoint"), +(603100,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.00425,"Tormus Deepforge - On Script - Set Orientation"), +(603100,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Script - Say Line 0"), +(603100,9,3,0,0,0,100,0,0,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Script - Set Emote State 233"), +(603100,9,4,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Script - Set Emote State 0"), +(603101,9,0,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.60767,"Tormus Deepforge - On Script - Set Orientation"), +(603101,9,1,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Script - Say Line 1"), +(603101,9,2,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tormus Deepforge - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=6031; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(6031,1,-4798.04,-1104.75,499.605,""), +(6031,2,-4793.38,-1098.17,498.89,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_12_world_335.sql new file mode 100644 index 00000000000..9d723ea42ac --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_12_world_335.sql @@ -0,0 +1,39 @@ +-- Donova Snowden +DELETE FROM `creature_text` WHERE `CreatureID`=9298 AND `GroupID` IN (3,4,5,6,7,8); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9298,3,0,"Please, follow me.",12,0,100,0,0,0,6153,0,"Donova Snowden"), +(9298,4,0,"I haven't really figured out what it is, but there's something strange about the hot springs...",12,0,100,0,0,0,6154,0,"Donova Snowden"), +(9298,5,0,"%s tosses the sword into the shallow pool.",16,0,100,61,0,0,6155,0,"Donova Snowden"), +(9298,6,0,"I've found that when I throw something into this water, it has improved incredibly when I retrieve it.",12,0,100,0,0,0,6156,0,"Donova Snowden"), +(9298,7,0,"Well, whatever it is, it works quite well!",12,0,100,0,0,0,6157,0,"Donova Snowden"), +(9298,8,0,"And I am determined to find out more... So if you need my help again, you know where I'll be.",12,0,100,0,0,0,6158,0,"Donova Snowden"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=9298 AND `source_type`=0 AND `id` IN (3,4,5,6); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (929802,929803,929804,929805) 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 +(9298,0,3,0,20,0,100,0,3908,0,0,0,80,929802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Quest 'It's a Secret to Everybody (Part 3)' Finished - Run Script"), +(9298,0,4,0,40,0,100,0,1,929800,0,0,80,929803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Waypoint 1 Reached - Run Script"), +(9298,0,5,0,40,0,100,0,1,929801,0,0,80,929804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Waypoint 1 Reached - Run Script"), +(9298,0,6,0,40,0,100,0,3,929801,0,0,80,929805,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Waypoint 3 Reached - Run Script"), +(929802,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Remove Npc Flag Questgiver+Gossip"), +(929802,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,"Donova Snowden - On Script - Say Line 3"), +(929802,9,2,0,0,0,100,0,3000,3000,0,0,53,1,929800,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Start Waypoint"), +(929803,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.91764,"Donova Snowden - On Script - Set Orientation"), +(929803,9,1,0,0,0,100,0,1000,1000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Say Line 4"), +(929803,9,2,0,0,0,100,0,4000,4000,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Say Line 5"), +(929803,9,3,0,0,0,100,0,3000,3000,0,0,53,0,929801,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Start Waypoint"), +(929804,9,0,0,0,0,100,0,0,0,0,0,54,11000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Pause Waypoint"), +(929804,9,1,0,0,0,100,0,1000,1000,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Say Line 6"), +(929804,9,2,0,0,0,100,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Set Flag Standstate 'Kneel'"), +(929804,9,3,0,0,0,100,0,6000,6000,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Remove Flag Standstate 'Kneel'"), +(929804,9,4,0,0,0,100,0,0,0,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Say Line 7"), +(929804,9,5,0,0,0,100,0,5000,5000,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Say Line 8"), +(929805,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.63731,"Donova Snowden - On Script - Set Orientation"), +(929805,9,1,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Donova Snowden - On Script - Add Npc Flag Questgiver+Gossip"); + +DELETE FROM `waypoints` WHERE `entry` IN (929800,929801); +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(929800,1,6370.08,-2523.34,532.122,""), +(929801,1,6364.47,-2522.52,527.093,""), +(929801,2,6370.08,-2523.34,532.122,""), +(929801,3,6395.57,-2536.75,541.548,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_13_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_13_world_335.sql new file mode 100644 index 00000000000..54c5d3c7356 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_13_world_335.sql @@ -0,0 +1,2 @@ +-- Item "Furen's Notes" +UPDATE `item_template` SET `maxcount`=3 WHERE `entry`=6926; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_14_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_14_world_335.sql new file mode 100644 index 00000000000..1d22bbffe77 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_14_world_335.sql @@ -0,0 +1,33 @@ +-- Winna Hazzard +DELETE FROM `creature_text` WHERE `CreatureID`=9996; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9996,0,0,"I'm very curious to see what this sample of water will do!",12,0,100,1,0,0,5945,0,"Winna Hazzard"), +(9996,1,0,"%s pours the corrupted water onto the cat.",16,0,100,16,0,0,5946,0,"Winna Hazzard"), +(9996,2,0,"Haha! Perfect!",12,0,100,11,0,0,5947,0,"Winna Hazzard"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9996; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9996 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=999600 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 +(9996,0,0,0,20,0,100,0,4505,0,0,0,80,999600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Winna Hazzard - On Quest 'Well of Corruption' Finished - Run Script"), +(999600,9,0,0,0,0,100,0,0,0,0,0,36,10658,0,0,0,0,0,19,10657,0,0,0,0,0,0,"Winna Hazzard - On Script - Update Template To 'Winna's Kitten' (Corrupted Cat)"), -- Reset script (in case event was triggered a few seconds before) +(999600,9,1,0,0,0,100,0,0,0,0,0,3,0,0,0,0,0,0,19,10658,0,0,0,0,0,0,"Winna Hazzard - On Script - Demorph (Winna's Kitten)"), -- Reset script (in case event was triggered a few seconds before) +(999600,9,2,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Winna Hazzard - On Script - Remove Npc Flag Questgiver"), +(999600,9,3,0,0,0,100,0,0,0,0,0,89,0,0,0,0,0,0,19,10658,0,0,0,0,0,0,"Winna Hazzard - On Script - Stop Random Movement (Winna's Kitten)"), +(999600,9,4,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Winna Hazzard - On Script - Say Line 0"), +(999600,9,5,0,0,0,100,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Winna Hazzard - On Script - Set Run On"), +(999600,9,6,0,0,0,100,0,0,0,0,0,29,0,0,0,0,0,0,19,10658,0,0,0,0,0,0,"Winna Hazzard - On Script - Start Follow"), +(999600,9,7,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Winna Hazzard - On Script - Say Line 1"), +(999600,9,8,0,0,0,100,0,3000,3000,0,0,36,10657,0,0,0,0,0,19,10658,0,0,0,0,0,0,"Winna Hazzard - On Script - Update Template To 'Corrupted Cat' (Winna's Kitten)"), +(999600,9,9,0,0,0,100,0,0,0,0,0,86,16510,0,19,10657,0,0,1,0,0,0,0,0,0,0,"Winna Hazzard - On Script - Cross Cast 'Corrupted Saber Visual (DND)'"), +(999600,9,10,0,0,0,100,0,0,0,0,0,3,10657,0,0,0,0,0,19,10657,0,0,0,0,0,0,"Winna Hazzard - On Script - Morph to Entry 'Corrupted Cat' (Winna's Kitten)"), +(999600,9,11,0,0,0,100,0,2000,2000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Winna Hazzard - On Script - Say Line 2"), +(999600,9,12,0,0,0,100,0,4000,4000,0,0,69,0,0,0,0,0,0,8,0,0,0,5126.82,-325.127,358.926,0,"Winna Hazzard - On Script - Move to Position"), +(999600,9,13,0,0,0,100,0,0,0,0,0,89,8,0,0,0,0,0,19,10657,0,0,0,0,0,0,"Winna Hazzard - On Script - Start Random Movement (Winna's Kitten)"), +(999600,9,14,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.99164,"Winna Hazzard - On Script - Set Orientation"), +(999600,9,15,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Winna Hazzard - On Script - Add Npc Flag Questgiver"), +(999600,9,16,0,0,0,100,0,60000,60000,0,0,36,10658,0,0,0,0,0,19,10657,0,0,0,0,0,0,"Winna Hazzard - On Script - Update Template To 'Winna's Kitten' (Corrupted Cat)"), -- Reset script +(999600,9,17,0,0,0,100,0,0,0,0,0,3,0,0,0,0,0,0,19,10658,0,0,0,0,0,0,"Winna Hazzard - On Script - Demorph (Winna's Kitten)"); -- Reset script + +-- Fix position and add random movement for Winna's Kitten +UPDATE `creature` SET `position_x`=5126.69, `position_y`=-332.264, `position_z`=356.926, `spawndist`=8, `MovementType`=1 WHERE `guid`=39704; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_15_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_15_world_335.sql new file mode 100644 index 00000000000..02e5ee21cd7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_15_world_335.sql @@ -0,0 +1,400 @@ +-- Quest "Bathran's Hair" +DELETE FROM `quest_details` WHERE `ID`=1010; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1010,1,1,6,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1010; + +-- Quest "Elune's Tear" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1033; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=2 WHERE `ID`=1033; + +-- Quest "The Ruins of Stardust" +DELETE FROM `quest_details` WHERE `ID`=1034; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1034,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1034; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=2 WHERE `ID`=1034; + +-- Quest "Fallen Sky Lake" +DELETE FROM `quest_details` WHERE `ID`=1035; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1035,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1035; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=1035; + +-- Quest "Journey to Stonetalon Peak" +DELETE FROM `quest_details` WHERE `ID`=1056; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1056,1,1,0,0,0,0,0,0,0); + +-- Quest "Raene's Cleansing" +DELETE FROM `quest_details` WHERE `ID`=991; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(991,1,1,20,0,0,0,0,0,0); + +-- Quest "Raene's Cleansing (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2 WHERE `ID`=1023; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=1023; + +-- Quest "Raene's Cleansing (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1024; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1024,1,1,0,0,0,0,0,0,0); + +-- Quest "Raene's Cleansing (Part 8)" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1029; + +-- Quest "Raene's Cleansing (Part 9)" +DELETE FROM `quest_details` WHERE `ID`=1030; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1030,6,1,1,0,0,0,0,0,0); + +-- Quest "Raene's Cleansing (Part 10)" +DELETE FROM `quest_details` WHERE `ID`=1045; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1045,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1045; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1045; + +-- Quest "Raene's Cleansing (Part 11)" +DELETE FROM `quest_details` WHERE `ID`=1046; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1046,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1046; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=2, `Emote4`=1 WHERE `ID`=1046; + +-- Quest "Culling the Threat" +DELETE FROM `quest_details` WHERE `ID`=1054; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1054,1,1,2,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1054; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1054; + +-- Quest "The Ancient Statuette" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1007; + +-- Quest "Ruuzel" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1009; + +-- Quest "Elemental Bracers" +DELETE FROM `quest_details` WHERE `ID`=1016; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1016,66,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1016; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6 WHERE `ID`=1016; + +-- Quest "Mage Summoner" +DELETE FROM `quest_details` WHERE `ID`=1017; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1017,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1017; +UPDATE `quest_offer_reward` SET `Emote1`=11, `Emote2`=1 WHERE `ID`=1017; + +-- Quest "An Aggressive Defense" +DELETE FROM `quest_details` WHERE `ID`=1025; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1025,1,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1025; + +-- Quest "The Zoram Strand" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1008; + +-- Quest "Pridewings of Stonetalon" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1134; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=1134; + +-- Quest "Kayneth Stillwind" +DELETE FROM `quest_details` WHERE `ID`=4581; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4581,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=4581; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=4581; + +-- Quest "Forsaken Diseases" +DELETE FROM `quest_details` WHERE `ID`=1011; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1011,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1011; + +-- Quest "Insane Druids" +DELETE FROM `quest_details` WHERE `ID`=1012; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1012,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1012; + +-- Quest "The Howling Vale" +DELETE FROM `quest_details` WHERE `ID`=1022; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1022,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1022; + +-- Quest "Velinde Starsong" +DELETE FROM `quest_details` WHERE `ID`=1037; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1037,1,1,0,0,0,0,0,0,0); + +-- Quest "Velinde's Effects" +DELETE FROM `quest_details` WHERE `ID`=1038; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1038,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1038; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1038; + +-- Quest "The Barrens Port" +DELETE FROM `quest_details` WHERE `ID`=1039; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1039,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1039; + +-- Quest "The Caravan Road" +DELETE FROM `quest_details` WHERE `ID`=1041; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1041,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1041; + +-- Quest "The Carevin Family" +DELETE FROM `quest_details` WHERE `ID`=1042; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1042,274,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1042; + +-- Quest "The Scythe of Elune" +DELETE FROM `quest_details` WHERE `ID`=1043; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1043,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1043; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1043; + +-- Quest "Answered Questions" +DELETE FROM `quest_details` WHERE `ID`=1044; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1044,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=2 WHERE `ID`=1044; + +-- Quest "A Helping Hand" +DELETE FROM `quest_details` WHERE `ID`=9533; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9533,1,274,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9533; + +-- Quest "A Shameful Waste" +DELETE FROM `quest_details` WHERE `ID`=9517; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9517,1,0,0,0,0,0,0,0,0); + +-- Quest "The Lost Chalice" +DELETE FROM `quest_details` WHERE `ID`=9519; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9519,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9519; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=9519; + +-- Quest "Destroy the Legion" +DELETE FROM `quest_details` WHERE `ID`=9516; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9516,5,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9516; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=9516; + +-- Quest "Diabolical Plans" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=9520; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=274 WHERE `ID`=9520; + +-- Quest "Never Again!" +DELETE FROM `quest_details` WHERE `ID`=9522; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9522,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9522; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=66 WHERE `ID`=9522; + +-- Quest "Agents of Destruction" +DELETE FROM `quest_details` WHERE `ID`=9518; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9518,1,5,25,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=11, `Emote2`=5, `Emote3`=6 WHERE `ID`=9518; + +-- Quest "Report from the Northern Front" +DELETE FROM `quest_details` WHERE `ID`=9521; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9521,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=9521; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=9521; + +-- Quest "Supplies to Auberdine" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=976; + +-- Quest "In Search of Thaelrid" +DELETE FROM `quest_details` WHERE `ID`=1198; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1198,1,1,0,0,0,0,0,0,0); + +-- Quest "Twilight Falls" +DELETE FROM `quest_details` WHERE `ID`=1199; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1199,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1199; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=1199; + +-- Quest "Blackfathom Villainy" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1200; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=66 WHERE `ID`=1200; + +-- Quest "The Tower of Althalaxx (Part 2)" +UPDATE `quest_details` SET `Emote2`=1 WHERE `ID`=966; +UPDATE `quest_offer_reward` SET `Emote2`=1, `Emote3`=5 WHERE `ID`=966; + +-- Quest "The Tower of Althalaxx (Part 3)" +UPDATE `quest_details` SET `Emote2`=1 WHERE `ID`=967; + +-- Quest "The Tower of Althalaxx (Part 6)" +UPDATE `quest_details` SET `Emote2`=1, `Emote3`=1 WHERE `ID`=1140; + +-- Quest "The Tower of Althalaxx (Part 7)" +DELETE FROM `quest_details` WHERE `ID`=1167; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1167,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote2`=1, `Emote3`=6 WHERE `ID`=1167; + +-- Quest "The Tower of Althalaxx (Part 8)" +UPDATE `quest_details` SET `Emote2`=1 WHERE `ID`=1143; + +-- Quest "The Tower of Althalaxx (Part 9)" +DELETE FROM `quest_details` WHERE `ID`=981; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(981,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote2`=1, `Emote3`=2 WHERE `ID`=981; + +-- Quest "Cave Mushrooms" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=947; + +-- Quest "The Corruption Abroad" +DELETE FROM `quest_details` WHERE `ID`=3765; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3765,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=3765; + +-- Quest "Researching the Corruption" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1275; + +-- Quest "The Powers Below" +UPDATE `quest_offer_reward` SET `Emote2`=1, `Emote3`=6 WHERE `ID`=968; + +-- Quest "Reclaiming the Charred Vale (Part 2)" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1059; + +-- Quest "On Guard in Stonetalon" +DELETE FROM `quest_details` WHERE `ID`=1070; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1070,3,6,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1070; + +-- Quest "On Guard in Stonetalon (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1085; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1085,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1085; + +-- Quest "A Gnome's Respite" +DELETE FROM `quest_details` WHERE `ID`=1071; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1071,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=1071; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=1071; + +-- Quest "A Scroll from Mauren" +DELETE FROM `quest_details` WHERE `ID`=1075; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1075,1,0,0,0,0,0,0,0,0); + +-- Quest "Devils in Westfall" +DELETE FROM `quest_details` WHERE `ID`=1076; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1076,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1076; + +-- Quest "Special Delivery for Gaxim" +DELETE FROM `quest_details` WHERE `ID`=1077; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1077,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=1077; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=1077; + +-- Quest "An Old Colleague" +DELETE FROM `quest_details` WHERE `ID`=1072; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1072,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1072; + +-- Quest "Ineptitude + Chemicals = Fun" +DELETE FROM `quest_details` WHERE `ID`=1073; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1073,11,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1073; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=1 WHERE `ID`=1073; + +-- Quest "Ineptitude + Chemicals = Fun (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1074; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1074,1,11,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1074; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=1074; + +-- Quest "Covert Ops - Alpha" +DELETE FROM `quest_details` WHERE `ID`=1079; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1079,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1079; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1079; + +-- Quest "Covert Ops - Beta" +DELETE FROM `quest_details` WHERE `ID`=1080; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1080,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1080; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1080; + +-- Quest "Kaela's Update" +DELETE FROM `quest_details` WHERE `ID`=1091; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1091,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1091; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1091; + +-- Quest "Enraged Spirits" +DELETE FROM `quest_details` WHERE `ID`=1083; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1083,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1083; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1083; + +-- Quest "Enraged Spirits" +DELETE FROM `quest_details` WHERE `ID`=1084; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1084,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=1084; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1084; + +-- Quest "Update for Sentinel Thenysil" +DELETE FROM `quest_details` WHERE `ID`=1082; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1082,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1082; + +-- Quest "Reception from Tyrande" +DELETE FROM `quest_details` WHERE `ID`=1081; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1081,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1081; + +-- Quest "Castpipe's Task" +DELETE FROM `quest_details` WHERE `ID`=2931; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2931,5,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2931; + +-- Quest "Data Rescue" +DELETE FROM `quest_details` WHERE `ID`=2930; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2930,5,1,1,6,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2930; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=2930; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_16_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_16_world_335.sql new file mode 100644 index 00000000000..627ffdc2e58 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_27_16_world_335.sql @@ -0,0 +1,5 @@ +UPDATE `item_template` SET `maxcount`=1 WHERE `entry`=6926; +UPDATE `quest_template` SET `AllowableRaces`=8 WHERE `ID`=1703; +UPDATE `quest_template` SET `AllowableRaces`=64 WHERE `ID`=1704; +UPDATE `quest_template` SET `AllowableRaces`=1|4 WHERE `ID`=1700; +UPDATE `quest_template_addon` SET `PrevQuestID`=1782 WHERE `ID` IN (1710, 1705, 1708,1703,1704,1700); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_28_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_28_00_world_335.sql new file mode 100644 index 00000000000..360a49bb7c8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_28_00_world_335.sql @@ -0,0 +1,3 @@ +-- Kargath Grunt +UPDATE `creature_equip_template` SET `ItemID1`=5287 WHERE `CreatureID`=8155; +UPDATE `creature_addon` SET `bytes2`=1 WHERE `guid`=6898; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_29_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_29_00_world.sql new file mode 100644 index 00000000000..9288c55e1ed --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_29_00_world.sql @@ -0,0 +1,441 @@ +-- Duplicates removed +DELETE FROM creature WHERE guid IN (128989,129260,128975,128971,129421,129426,129420,129422,129419,129429,129418,129430,129427,129431,129425,129428,129424,129423,128961,128951,128952,128950,129000,128992,128983,128955,128969,128933,128941,128931,128954,128972,128960,128926,128981,128912,128977,128978,128929,128979,128914,128987,128918,128944,128994,128995,128942,128993,128945,128964,128917,128956,128943,128996,128916,128940,128965,128930,128963,128928,128970,128982,129001,128953,128920,128922,128973,128966,128913,128968,128937,128938,128967,128915,128976,128932,128980,128947,128921,128958,128959,128911,128984,128962); +DELETE FROM creature_addon WHERE guid IN (128989,151046,129260,128975,128971,129421,129426,129420,129422,129419,129429,129418,129430,129427,129431,129425,129428,129424,129423,128961,128951,128952,128950,129000,128992,128983,128955,128969,128933,128941,128931,128954,128972,128960,128926,128981,128912,128977,128978,128929,128979,128914,128987,128918,128944,128994,128995,128942,128993,128945,128964,128917,128956,128943,128996,128916,128940,128965,128930,128963,128928,128970,128982,129001,128953,128920,128922,128973,128966,128913,128968,128937,128938,128967,128915,128976,128932,128980,128947,128921,128958,128959,128911,128984,128962); +-- Saronite Arrow +DELETE FROM gameobject WHERE guid IN (66149, 66150, 66151, 66153, 66154, 66155, 66157, 66158, 66161, 66163, 66164, 66165, 66166, 66169, 66170, 66171, 66174, 66176, 66177, 66178, 66180, 66182, 66183, 66186, 66188,66194, 66195, 66197, 66201, 66203, 66204, 66208, 66209, 66210, 66211, 66212, 66213, 66219, 66220, 66221, 66222, 66223, 66224, 66225, 66227, 66229, 66231, 66232); +-- Citizen of Havenshire +UPDATE creature SET spawntimesecs = 5 WHERE id IN (28576,28577); +-- #1 +UPDATE creature SET position_x = 2056.845215, position_y = -5887.278809, position_z = 105.142105, orientation = 5.18, MovementType = 2, spawndist = 0 WHERE guid = 128934; +DELETE FROM `creature_addon` WHERE `guid` IN (128934); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128934, 1289340, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289340; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289340,1,2056.84,-5887.27,105.142, 0, 1, 0, 100, 0), +(1289340,2,2057.01,-5896.95,105.123, 0, 1, 0, 100, 0), +(1289340,3,2035.39,-5906.56,105.121, 0, 1, 0, 100, 0), +(1289340,4,2017.4, -5907.31,104.623, 0, 1, 0, 100, 0), +(1289340,5,1975.06,-5904.35,102.864, 0, 1, 0, 100, 0), +(1289340,6,1945.99,-5904.95,101.207, 0, 1, 0, 100, 0), +(1289340,7,1917.03,-5911.18,101.617, 0, 1, 0, 100, 0), +(1289340,8,1903.82,-5909.42,101.736, 0, 1, 0, 100, 0), +(1289340,9,1877.38,-5911.21,103.984, 0, 1, 0, 100, 0), +(1289340,10,1827.52,-5927.2,111.352, 0, 1, 0, 100, 0), +(1289340,11,1813.52,-5931.47,114.61, 0, 1, 0, 100, 0), +(1289340,12,1807.51,-5941.81,115.80, 0, 1, 0, 100, 0), +(1289340,13,1807.12,-5972.92,116.18, 0, 1, 0, 100, 0), +(1289340,14,1807.86,-5991.78,117.61, 0, 1, 0, 100, 0), +(1289340,15,1810.83,-6000.76,117.63, 2000, 1, 1188, 100, 0); +-- #2 +UPDATE creature SET spawndist = 0, MovementType = 2 WHERE guid = 128999; +DELETE FROM `creature_addon` WHERE `guid` IN (128999); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128999, 1289990, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289990; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289990,1,2240.29,-5923.61,98.8092, 0, 1, 0, 100, 0), +(1289990,2,2225.95,-5917.15,100.564, 0, 1, 0, 100, 0), +(1289990,3,2183.44,-5892.94,100.710, 0, 1, 0, 100, 0), +(1289990,4,2165.87,-5868.91,101.326, 0, 1, 0, 100, 0), +(1289990,5,2144.29,-5833.26,101.282, 0, 1, 0, 100, 0), +(1289990,6,2134.01,-5800.38,99.6541, 0, 1, 0, 100, 0), +(1289990,7,2124.79,-5797.24,99.4295, 0, 1, 0, 100, 0), +(1289990,8,2116.25,-5802.6,100.7940, 2000, 1, 1188, 100, 0); +-- #3 +UPDATE creature SET position_x = 2279.38, position_y = -5792.860840, position_z = 100.936661, orientation = 2.211558, spawndist = 0, MovementType = 2 WHERE guid = 128957; +DELETE FROM `creature_addon` WHERE `guid` IN (128957); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128957, 1289570, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289570; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289570,1,2279.38,-5792.86,100.936, 0, 1, 0, 100, 0), +(1289570,2,2237.48,-5762.68,101.423, 0, 1, 0, 100, 0), +(1289570,3,2195.92,-5750.89,102.247, 0, 1, 0, 100, 0), +(1289570,4,2159.98,-5731.86,101.111, 0, 1, 0, 100, 0), +(1289570,5,2137.79,-5726.60,100.368, 0, 1, 0, 100, 0), +(1289570,6,2122.49,-5721.89,100.341, 0, 1, 0, 100, 0), +(1289570,7,2079.47,-5736.64,100.508, 0, 1, 0, 100, 0), +(1289570,8,2043.49,-5745.04,98.6616, 0, 1, 0, 100, 0), +(1289570,9,2016.05,-5748.10,99.5260, 0, 1, 0, 100, 0), +(1289570,10,1980.49,-5754.46,99.502, 0, 1, 0, 100, 0), +(1289570,11,1945.86,-5764.75,102.86, 0, 1, 0, 100, 0), +(1289570,12,1917.47,-5769.25,102.56, 0, 1, 0, 100, 0), +(1289570,13,1898.75,-5770.96,103.71, 0, 1, 0, 100, 0), +(1289570,14,1862.43,-5790.36,102.18, 0, 1, 0, 100, 0), +(1289570,15,1825.73,-5806.88,102.91, 0, 1, 0, 100, 0), +(1289570,16,1797.47,-5813.53,109.97, 0, 1, 0, 100, 0), +(1289570,17,1769.65,-5813.99,115.93, 0, 1, 0, 100, 0), +(1289570,18,1752.63,-5817.66,116.12, 0, 1, 0, 100, 0), +(1289570,19,1747.26,-5809.18,116.12, 0, 1, 0, 100, 0), +(1289570,20,1748.11,-5802.21,117.12, 2000, 1, 1188, 100, 0); +-- #4 +UPDATE creature SET position_x = 2260.174805, position_y = -5801.781250, position_z = 102.004921, orientation = 3.76, spawndist = 0, MovementType = 2 WHERE guid = 128948; +DELETE FROM `creature_addon` WHERE `guid` IN (128948); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128948, 1289480, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289480; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289480,1,2260.17,-5801.78,102.01, 0, 1, 0, 100, 0), +(1289480,2,2250.01,-5803.18,100.98, 0, 1, 0, 100, 0), +(1289480,3,2165.42,-5814.7,101.322, 0, 1, 0, 100, 0), +(1289480,4,2101.6,-5840.02,102.298, 0, 1, 0, 100, 0), +(1289480,5,2038.31,-5843.82,100.35, 0, 1, 0, 100, 0), +(1289480,6,1945.59,-5846.08,100.35, 0, 1, 0, 100, 0), +(1289480,7,1902.9,-5844.42,100.833, 0, 1, 0, 100, 0), +(1289480,8,1849.54,-5819.23,99.928, 0, 1, 0, 100, 0), +(1289480,9,1767.95,-5819.02,116.02, 0, 1, 0, 100, 0), +(1289480,10,1745.79,-5834.48,116.8, 0, 1, 0, 100, 0), +(1289480,11,1723.42,-5867.11,116.1, 0, 1, 0, 100, 0), +(1289480,12,1729.19,-5872.37,116.1, 0, 1, 0, 100, 0), +(1289480,13,1739.22,-5872.44,116.6, 2000, 1, 1188, 100, 0); +-- #5 +UPDATE creature SET position_x = 2286.046631, position_y = -5829.061035, position_z = 100.934441, orientation = 2.1, spawndist = 0, MovementType = 2 WHERE guid = 128949; +DELETE FROM `creature_addon` WHERE `guid` IN (128949); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128949, 1289490, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289490; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289490,1,2286.04,-5829.06,100.934, 0, 1, 0, 100, 0), +(1289490,2,2273.30,-5836.75,100.934, 0, 1, 0, 100, 0), +(1289490,3,2249.23,-5837.22,101.289, 0, 1, 0, 100, 0), +(1289490,4,2186.37,-5864.02,101.326, 0, 1, 0, 100, 0), +(1289490,5,2165.92,-5868.08,101.326, 0, 1, 0, 100, 0), +(1289490,6,2140.53,-5857.96,101.363, 0, 1, 0, 100, 0), +(1289490,7,2107.88,-5872.78,103.037, 0, 1, 0, 100, 0), +(1289490,8,2104.77,-5877.18,103.393, 0, 1, 0, 100, 0), +(1289490,9,2107.28,-5882.22,103.865, 2000, 1, 1188, 100, 0); +-- #6 +UPDATE creature SET position_x = 2270.406494, position_y = -5825.929199, position_z = 100.935585, orientation = 2.91, spawndist = 0, MovementType = 2 WHERE guid = 128946; +DELETE FROM `creature_addon` WHERE `guid` IN (128946); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128946, 1289460, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289460; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289460,1,2270.40,-5825.92,100.935, 0, 1, 0, 100, 0), +(1289460,2,2235.89,-5826.65,101.323, 0, 1, 0, 100, 0), +(1289460,3,2211.43,-5824.89,101.391, 0, 1, 0, 100, 0), +(1289460,4,2161.91,-5813.19,101.513, 0, 1, 0, 100, 0), +(1289460,5,2112.32,-5785.67,98.9869, 0, 1, 0, 100, 0), +(1289460,6,2085.38,-5800.41,102.163, 0, 1, 0, 100, 0), +(1289460,7,2069.57,-5809.84,103.118, 0, 1, 0, 100, 0), +(1289460,8,2021.36,-5802.96,100.410, 0, 1, 0, 100, 0), +(1289460,9,1981.07,-5806.64,100.999, 0, 1, 0, 100, 0), +(1289460,10,1941.97,-5799.79,100.25, 2000, 1, 1188, 100, 0); +-- #7 +UPDATE creature SET position_x = 2269.964844, position_y = -5826.081055, position_z = 100.936157, orientation = 3.1, spawndist = 0, MovementType = 2 WHERE guid = 128997; +DELETE FROM `creature_addon` WHERE `guid` IN (128997); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128997, 1289970, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289970; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289970,1,2269.96,-5826.08,100.932, 8000, 1, 0, 100, 0), +(1289970,2,2236.19,-5803.16,101.208, 0, 1, 0, 100, 0), +(1289970,3,2167.06,-5816.79,101.337, 0, 1, 0, 100, 0), +(1289970,4,2105.5,-5839.54,102.1880, 0, 1, 0, 100, 0), +(1289970,5,2049.9,-5864.14,102.8060, 0, 1, 0, 100, 0), +(1289970,6,1987.16,-5898.45,102.500, 0, 1, 0, 100, 0), +(1289970,7,1937.49,-5907.82,101.143, 0, 1, 0, 100, 0), +(1289970,8,1886.73,-5910.87,103.037, 0, 1, 0, 100, 0), +(1289970,9,1853.53,-5921.4,105.2080, 0, 1, 0, 100, 0), +(1289970,10,1812.25,-5927.43,114.55, 0, 1, 0, 100, 0), +(1289970,11,1768.08,-5923.11,116.12, 0, 1, 0, 100, 0), +(1289970,12,1761.5,-5930.56,116.119, 0, 1, 0, 100, 0), +(1289970,13,1742.4,-5967.17,117.122, 2000, 1, 1188, 100, 0); +-- #8 +UPDATE creature SET position_x = 2258.272461, position_y = -5805.730957, position_z = 100.938576, orientation = 4.38, spawndist = 0, MovementType = 2 WHERE guid = 128998; +DELETE FROM `creature_addon` WHERE `guid` IN (128998); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128998, 1289980, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289980; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289980,1,2258.27,-5805.73,100.938, 5000, 1, 0, 100, 0), +(1289980,2,2253.32,-5824.7,101.0520, 0, 1, 0, 100, 0), +(1289980,3,2232.21,-5831.54,101.341, 0, 1, 0, 100, 0), +(1289980,4,2196.33,-5826.97,101.406, 0, 1, 0, 100, 0), +(1289980,5,2140.07,-5816.52,100.652, 0, 1, 0, 100, 0), +(1289980,6,2126.99,-5799.26,99.5154, 0, 1, 0, 100, 0), +(1289980,7,2117.59,-5801.23,99.9204, 2000, 1, 1188, 100, 0); +-- #9 +UPDATE creature SET position_x = 2277.270020, position_y = -5867.498047, position_z = 100.942833, orientation = 1.66, spawndist = 0, MovementType = 2 WHERE guid = 128990; +DELETE FROM `creature_addon` WHERE `guid` IN (128990); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128990, 1289900, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289900; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289900,1,2277.27,-5867.49,100.942, 7000, 1, 0, 100, 0), +(1289900,2,2272.55,-5847.26,100.935, 0, 1, 0, 100, 0), +(1289900,3,2248.3,-5807.73,100.9950, 0, 1, 0, 100, 0), +(1289900,4,2229.75,-5773.74,101.512, 0, 1, 0, 100, 0), +(1289900,5,2207.39,-5751.6,102.4630, 0, 1, 0, 100, 0), +(1289900,6,2162.07,-5722.95,101.576, 0, 1, 0, 100, 0), +(1289900,7,2144.9,-5704.05,102.2520, 0, 1, 0, 100, 0), +(1289900,8,2132.24,-5701.09,101.273, 0, 1, 0, 100, 0), +(1289900,9,2098.18,-5703.38,100.270, 0, 1, 0, 100, 0), +(1289900,10,2083.12,-5711.63,100.36, 0, 1, 0, 100, 0), +(1289900,11,2071.02,-5730.28,100.25, 0, 1, 0, 100, 0), +(1289900,12,2039.03,-5757.86,98.815, 0, 1, 0, 100, 0), +(1289900,13,2014.79,-5784.96,100.44, 0, 1, 0, 100, 0), +(1289900,14,2015.79,-5833.84,100.67, 0, 1, 0, 100, 0), +(1289900,15,2014.32,-5862.64,100.46, 0, 1, 0, 100, 0), +(1289900,16,2005.57,-5893.96,102.37, 0, 1, 0, 100, 0), +(1289900,17,1985.4,-5923.43,104.304, 0, 1, 0, 100, 0), +(1289900,18,1971.35,-5933.44,102.88, 0, 1, 0, 100, 0), +(1289900,19,1913.35,-5938.29,102.50, 0, 1, 0, 100, 0), +(1289900,20,1866.07,-5922.39,104.32, 0, 1, 0, 100, 0), +(1289900,21,1840.94,-5922.4,107.583, 0, 1, 0, 100, 0), +(1289900,22,1813.25,-5930.15,114.56, 0, 1, 0, 100, 0), +(1289900,23,1789.73,-5930.3,116.116, 0, 1, 0, 100, 0), +(1289900,24,1713.48,-5892.5,116.135, 0, 1, 0, 100, 0), +(1289900,25,1691.18,-5872.74,116.15, 0, 1, 0, 100, 0), +(1289900,26,1682.69,-5868.98,116.23, 0, 1, 0, 100, 0), +(1289900,27,1658.57,-5878.73,117.14, 2000, 1, 1188, 100, 0); +-- #10 +UPDATE creature SET position_x = 2244.684570, position_y = -5863.497070, position_z = 101.023544, orientation = 3.25, spawndist = 0, MovementType = 2 WHERE guid = 128988; +DELETE FROM `creature_addon` WHERE `guid` IN (128988); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128988, 1289880, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289880; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289880,1,2244.68,-5863.49,101.023, 10000, 1, 0, 100, 0), +(1289880,2,2236.78,-5865.79,101.105, 0, 1, 0, 100, 0), +(1289880,3,2176.49,-5844.66,101.348, 0, 1, 0, 100, 0), +(1289880,4,2143.43,-5844.3,101.3280, 0, 1, 0, 100, 0), +(1289880,5,2088.85,-5847.07,103.921, 0, 1, 0, 100, 0), +(1289880,6,2068.05,-5859.08,103.275, 0, 1, 0, 100, 0), +(1289880,7,2026.17,-5873.86,101.836, 0, 1, 0, 100, 0), +(1289880,8,1970.37,-5871.27,100.618, 0, 1, 0, 100, 0), +(1289880,9,1950.31,-5859.67,100.117, 0, 1, 0, 100, 0), +(1289880,10,1922.59,-5845.54,100.15, 0, 1, 0, 100, 0), +(1289880,11,1870.15,-5833.8,101.252, 0, 1, 0, 100, 0), +(1289880,12,1831.83,-5825.1,101.150, 0, 1, 0, 100, 0), +(1289880,13,1762.85,-5824.3,116.116, 0, 1, 0, 100, 0), +(1289880,14,1714.55,-5821.33,116.12, 0, 1, 0, 100, 0), +(1289880,15,1701.84,-5811.57,116.01, 0, 1, 0, 100, 0), +(1289880,16,1667.87,-5798.99,116.11, 0, 1, 0, 100, 0), +(1289880,17,1648.39,-5804.74,117.12, 2000, 1, 1188, 100, 0); +-- #11 +UPDATE creature SET position_x = 2170.995605, position_y = -5910.861816, position_z = 100.466431, orientation = 2.95, spawndist = 0, MovementType = 2 WHERE guid = 128991; +DELETE FROM `creature_addon` WHERE `guid` IN (128991); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128991, 1289910, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289910; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289910,1,2170.99,-5910.86,100.460, 0, 1, 0, 100, 0), +(1289910,2,2123.96,-5908.37,103.537, 0, 1, 0, 100, 0), +(1289910,3,2063.83,-5917.86,106.994, 0, 1, 0, 100, 0), +(1289910,4,2018.57,-5925.72,104.636, 0, 1, 0, 100, 0), +(1289910,5,1978.91,-5931.81,103.270, 0, 1, 0, 100, 0), +(1289910,6,1930.42,-5925.82,103.547, 0, 1, 0, 100, 0), +(1289910,7,1882.12,-5918.43,104.002, 0, 1, 0, 100, 0), +(1289910,8,1847.43,-5919.06,106.024, 0, 1, 0, 100, 0), +(1289910,9,1803.47,-5923.31,115.736, 0, 1, 0, 100, 0), +(1289910,10,1746.99,-5912.37,116.11, 0, 1, 0, 100, 0), +(1289910,11,1706.68,-5886.96,116.13, 0, 1, 0, 100, 0), +(1289910,12,1658.84,-5845.24,116.13, 0, 1, 0, 100, 0), +(1289910,13,1644.38,-5842.67,117.29, 2000, 1, 1188, 100, 0); +-- #12 +UPDATE creature SET position_x = 2170.457764, position_y = -5907.129883, position_z = 100.424911, orientation = 3.02, spawndist = 0, MovementType = 2 WHERE guid = 128935; +DELETE FROM `creature_addon` WHERE `guid` IN (128935); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128935, 1289350, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289350; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289350,1,2170.45,-5907.12,100.424, 4000, 1, 0, 100, 0), +(1289350,2,2142.37,-5894.82,101.973, 0, 1, 0, 100, 0), +(1289350,3,2107.72,-5872.92,103.053, 0, 1, 0, 100, 0), +(1289350,4,2067.51,-5867.54,103.870, 0, 1, 0, 100, 0), +(1289350,5,2024.79,-5869.48,101.221, 0, 1, 0, 100, 0), +(1289350,6,1951.56,-5846.48,100.403, 0, 1, 0, 100, 0), +(1289350,7,1869.61,-5831.08,100.987, 0, 1, 0, 100, 0), +(1289350,8,1830.11,-5820.79,101.520, 0, 1, 0, 100, 0), +(1289350,9,1768.9,-5799.65,116.1450, 0, 1, 0, 100, 0), +(1289350,10,1756.63,-5788.3,116.123, 0, 1, 0, 100, 0), +(1289350,11,1744.66,-5783.13,116.12, 0, 1, 0, 100, 0), +(1289350,12,1742.19,-5775.26,116.120, 0, 1, 0, 100, 0), +(1289350,13,1748.05,-5772.54,117.08, 2000, 1, 1188, 100, 0); +-- #13 +UPDATE creature SET position_x = 2217.407471, position_y = -5875.900391, position_z = 101.085777, orientation = 2.83, spawndist = 0, MovementType = 2 WHERE guid = 128985; +DELETE FROM `creature_addon` WHERE `guid` IN (128985); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128985, 1289850, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289850; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289850,1,2217.40,-5875.90,101.085, 6000, 1, 0, 100, 0), +(1289850,2,2196.64,-5866.59,101.304, 0, 1, 0, 100, 0), +(1289850,3,2170.04,-5867.43,101.340, 0, 1, 0, 100, 0), +(1289850,4,2137.81,-5856.76,101.391, 0, 1, 0, 100, 0), +(1289850,5,2082.67,-5847.29,103.244, 0, 1, 0, 100, 0), +(1289850,6,2029.99,-5848.05,100.431, 0, 1, 0, 100, 0), +(1289850,7,1969.77,-5874.91,100.636, 0, 1, 0, 100, 0), +(1289850,8,1918.99,-5906.72,101.467, 0, 1, 0, 100, 0), +(1289850,9,1858.61,-5915.66,104.490, 0, 1, 0, 100, 0), +(1289850,10,1803.63,-5926.08,115.62, 0, 1, 0, 100, 0), +(1289850,11,1768.5,-5923.63,116.119, 0, 1, 0, 100, 0), +(1289850,12,1754.77,-5942.33,116.14, 0, 1, 0, 100, 0), +(1289850,13,1742.09,-5966.46,117.12, 2000, 1, 1188, 100, 0); +-- #14 +UPDATE creature SET position_x = 1941.105225, position_y = -5799.148926, position_z = 100.515633, orientation = 5.55, spawndist = 0, MovementType = 2 WHERE guid = 128936; +DELETE FROM `creature_addon` WHERE `guid` IN (128936); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128936, 1289360, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289360; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289360,1,1941.10,-5799.14,100.515, 0, 1, 0, 100, 0), +(1289360,2,1945.67,-5802.12,100.476, 0, 1, 0, 100, 0), +(1289360,3,1951.73,-5799.14,100.577, 0, 1, 0, 100, 0), +(1289360,4,1942.04,-5772.9,102.1260, 0, 1, 0, 100, 0), +(1289360,5,1927.43,-5772.54,101.941, 0, 1, 0, 100, 0), +(1289360,6,1895.65,-5808.82,101.188, 0, 1, 0, 100, 0), +(1289360,7,1866.02,-5820.96,100.295, 0, 1, 0, 100, 0), +(1289360,8,1826.25,-5818.95,102.312, 0, 1, 0, 100, 0), +(1289360,9,1772.64,-5818.85,115.730, 0, 1, 0, 100, 0), +(1289360,10,1717.71,-5814.72,116.15, 0, 1, 0, 100, 0), +(1289360,11,1664.44,-5790.83,116.12, 0, 1, 0, 100, 0), +(1289360,12,1608.48,-5763.8,116.663, 0, 1, 0, 100, 0), +(1289360,13,1595.3,-5741.35,119.236, 0, 1, 0, 100, 0), +(1289360,14,1585.9,-5721.38,121.680, 0, 1, 0, 100, 0), +(1289360,15,1575.5,-5724.96,120.779, 2000, 1, 1188, 100, 0); +-- #15 +UPDATE creature SET position_x = 1941.454590, position_y = -5800.637695, position_z = 100.260811, orientation = 5.36, spawndist = 0, MovementType = 2 WHERE guid = 128927; +DELETE FROM `creature_addon` WHERE `guid` IN (128927); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128927, 1289270, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289270; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289270,1,1941.45,-5800.63,100.260, 5000, 1, 0, 100, 0), +(1289270,2,1886.91,-5834.98,101.234, 0, 1, 0, 100, 0), +(1289270,3,1852.12,-5830.11,100.757, 0, 1, 0, 100, 0), +(1289270,4,1831.31,-5827.4,101.2170, 0, 1, 0, 100, 0), +(1289270,5,1779.23,-5826.67,115.221, 0, 1, 0, 100, 0), +(1289270,6,1733.84,-5854.41,116.616, 0, 1, 0, 100, 0), +(1289270,7,1683.82,-5870.42,116.177, 0, 1, 0, 100, 0), +(1289270,8,1659.01,-5878.35,117.142, 2000, 1, 1188, 100, 0); +-- #16 +UPDATE creature SET position_x = 1939.179810, position_y = -5802.433105, position_z = 100.259399, orientation = 4.3, spawndist = 0, MovementType = 2 WHERE guid = 128924; +DELETE FROM `creature_addon` WHERE `guid` IN (128924); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128924, 1289240, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289240; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289240,1,1939.17,-5802.43,100.259, 3000, 1, 0, 100, 0), +(1289240,2,1905.17,-5812.59,100.617, 0, 1, 0, 100, 0), +(1289240,3,1839.49,-5820.87,100.435, 0, 1, 0, 100, 0), +(1289240,4,1770.56,-5825.94,115.982, 0, 1, 0, 100, 0), +(1289240,5,1750.1,-5823.17,116.1220, 0, 1, 0, 100, 0), +(1289240,6,1747.84,-5801.86,117.123, 2000, 1, 1188, 100, 0); +-- #17 +UPDATE creature SET position_x = 1938.616211, position_y = -5867.627930, position_z = 99.059547, orientation = 0.5, spawndist = 0, MovementType = 2 WHERE guid = 128986; +DELETE FROM `creature_addon` WHERE `guid` IN (128986); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128986, 1289860, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289860; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289860,1,1938.61,-5867.62,99.0595, 0, 1, 0, 100, 0), +(1289860,2,1953.07,-5871.43,100.064, 0, 1, 0, 100, 0), +(1289860,3,1957.82,-5886.43,101.620, 0, 1, 0, 100, 0), +(1289860,4,1927.15,-5905.47,101.052, 0, 1, 0, 100, 0), +(1289860,5,1865.38,-5906.94,103.945, 0, 1, 0, 100, 0), +(1289860,6,1813.74,-5924.07,114.088, 0, 1, 0, 100, 0), +(1289860,7,1744.47,-5905.5,116.1420, 0, 1, 0, 100, 0), +(1289860,8,1666.27,-5874.95,116.156, 0, 1, 0, 100, 0), +(1289860,9,1659.64,-5878.93,117.141, 2000, 1, 1188, 100, 0); +-- #18 +UPDATE creature SET position_x = 2067.154541, position_y = -5900.735840, position_z = 105.315590, orientation = 3.37, spawndist = 0, MovementType = 2 WHERE guid = 128925; +DELETE FROM `creature_addon` WHERE `guid` IN (128925); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128925, 1289250, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289250; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289250,1,2067.15,-5900.73,105.315, 10000, 1, 0, 100, 0), +(1289250,2,2023.75,-5909.85,104.968, 0, 1, 0, 100, 0), +(1289250,3,1950.40,-5910.79,101.778, 0, 1, 0, 100, 0), +(1289250,4,1898.09,-5912.00,101.896, 0, 1, 0, 100, 0), +(1289250,5,1854.49,-5919.36,104.994, 0, 1, 0, 100, 0), +(1289250,6,1805.89,-5925.83,115.401, 0, 1, 0, 100, 0), +(1289250,7,1739.83,-5908.36,116.121, 0, 1, 0, 100, 0), +(1289250,8,1695.83,-5881.50,116.135, 0, 1, 0, 100, 0), +(1289250,9,1652.39,-5843.25,116.135, 0, 1, 0, 100, 0), +(1289250,10,1645.1,-5842.39,117.290, 2000, 1, 1188, 100, 0); +-- #19 +UPDATE creature SET spawndist = 0, MovementType = 2 WHERE guid = 128919; +DELETE FROM `creature_addon` WHERE `guid` IN (128919); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128919, 1289190, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289190; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289190,1,2159.18,-5892.81,101.401, 0, 1, 0, 100, 0), +(1289190,2,2132.78,-5865.54,101.596, 0, 1, 0, 100, 0), +(1289190,3,2084.84,-5829.55,102.578, 0, 1, 0, 100, 0), +(1289190,4,2054.93,-5803.12,102.494, 0, 1, 0, 100, 0), +(1289190,5,1997.51,-5805.87,100.678, 0, 1, 0, 100, 0), +(1289190,6,1977.29,-5813.95,101.035, 0, 1, 0, 100, 0), +(1289190,7,1959.61,-5811.83,101.148, 0, 1, 0, 100, 0), +(1289190,8,1941.14,-5799.42,100.516, 2000, 1, 1188, 100, 0); +-- #20 +UPDATE creature SET position_x = 2067.149414, position_y = -5885.223633, position_z = 104.120804, orientation = 3.6, spawndist = 0, MovementType = 2 WHERE guid = 128974; +DELETE FROM `creature_addon` WHERE `guid` IN (128974); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128974, 1289740, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289740; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289740,1,2067.14,-5885.22,104.120, 6000, 1, 0, 100, 0), +(1289740,2,2034.37,-5906.14,105.076, 0, 1, 0, 100, 0), +(1289740,3,1948.81,-5904.8,101.3640, 0, 1, 0, 100, 0), +(1289740,4,1899, -5901.04,102.011, 0, 1, 0, 100, 0), +(1289740,5,1857.14,-5919.97,104.759, 0, 1, 0, 100, 0), +(1289740,6,1806.77,-5925.39,115.368, 0, 1, 0, 100, 0), +(1289740,7,1743.95,-5906.21,116.130, 0, 1, 0, 100, 0), +(1289740,8,1696.17,-5874.24,116.141, 0, 1, 0, 100, 0), +(1289740,9,1666.11,-5875.97,116.156, 0, 1, 0, 100, 0), +(1289740,10,1660.01,-5877.95,117.14, 2000, 1, 1188, 100, 0); +-- #21 +UPDATE creature SET position_x = 2140.980225, position_y = -5779.114258, position_z = 99.407547, orientation = 3.5, spawndist = 0, MovementType = 2 WHERE guid = 128939; +DELETE FROM `creature_addon` WHERE `guid` IN (128939); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128939, 1289390, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289390; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289390,1,2140.98,-5779.11,99.4075, 6000, 1, 0, 100, 0), +(1289390,2,2086.14,-5775.21,99.1742, 0, 1, 0, 100, 0), +(1289390,3,2043.6,-5761.94,98.89110, 0, 1, 0, 100, 0), +(1289390,4,2008.65,-5779.73,100.501, 0, 1, 0, 100, 0), +(1289390,5,1977.81,-5796.46,100.932, 0, 1, 0, 100, 0), +(1289390,6,1942.26,-5800.28,100.278, 2000, 1, 1188, 100, 0); +-- #22 +UPDATE creature SET position_x = 2116.1, position_y = -5802.52, position_z = 100.8, orientation = 0.9, spawndist = 0, MovementType = 2 WHERE guid = 128923; +DELETE FROM `creature_addon` WHERE `guid` IN (128923); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128923, 1289230, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289230; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289230,1,2116.10,-5802.52,100.800, 0, 1, 0, 100, 0), +(1289230,2,2119.35,-5797.03,99.6076, 0, 1, 0, 100, 0), +(1289230,3,2117.58,-5787.27,98.7951, 0, 1, 0, 100, 0), +(1289230,4,2076.21,-5768.19,99.1701, 0, 1, 0, 100, 0), +(1289230,5,2034.56,-5763.16,99.7534, 0, 1, 0, 100, 0), +(1289230,6,2000.9,-5792.28,100.6950, 0, 1, 0, 100, 0), +(1289230,7,1956.93,-5830.99,100.828, 0, 1, 0, 100, 0), +(1289230,8,1906.43,-5844.33,100.691, 0, 1, 0, 100, 0), +(1289230,9,1870.69,-5831.22,101.043, 0, 1, 0, 100, 0), +(1289230,10,1837.45,-5821.06,100.59, 0, 1, 0, 100, 0), +(1289230,11,1774.77,-5819.43,115.49, 0, 1, 0, 100, 0), +(1289230,12,1752.66,-5819.17,116.12, 0, 1, 0, 100, 0), +(1289230,13,1747.47,-5809.54,116.12, 0, 1, 0, 100, 0), +(1289230,14,1748.39,-5803.1,117.124, 2000, 1, 1188, 100, 0); +-- #23 +UPDATE creature SET position_x = 1908.830811, position_y = -5884.311035, position_z = 100.260605, orientation = 4.1, spawndist = 0, MovementType = 2 WHERE guid = 128910; +DELETE FROM `creature_addon` WHERE `guid` IN (128910); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(128910, 1289100, 0, 0, ''); +DELETE FROM `waypoint_data` WHERE `id`=1289100; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1289100,1,1908.8,-5884.31,100.260, 0, 1, 0, 100, 0), +(1289100,2,1870.1,-5910.93,104.046, 0, 1, 0, 100, 0), +(1289100,3,1823.62,-5927.41,112.22, 0, 1, 0, 100, 0), +(1289100,4,1793.2,-5931.67,116.089, 0, 1, 0, 100, 0), +(1289100,5,1751.19,-5914.43,116.11, 0, 1, 0, 100, 0), +(1289100,6,1696.15,-5881.5,116.137, 0, 1, 0, 100, 0), +(1289100,7,1652.94,-5833.58,116.20, 0, 1, 0, 100, 0), +(1289100,8,1615.36,-5781.67,116.11, 0, 1, 0, 100, 0), +(1289100,9,1586.79,-5723.86,121.68, 2000, 1, 1188, 100, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_03_29_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_29_01_world_335.sql new file mode 100644 index 00000000000..a96e7ea266a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_03_29_01_world_335.sql @@ -0,0 +1,6 @@ +-- +UPDATE `quest_template_locale` SET `Objectives` = 'Findet den \"Sammler\" und tötet ihn, dann kehrt mit dem Ring des Sammlers zu Marschall Dughan zurück.', `CompletedText` = 'Kehrt zu Marschall Dughan im Holzfällerlager des Osttals im Wald von Elwynn zurück.' WHERE `ID` = 147 AND `locale` = 'deDE'; +UPDATE `quest_template_locale` SET `Objectives` = 'Encuentra y mata al Coleccionista y vuelve junto al alguacil Dughan con la sortija del coleccionista.', `CompletedText` = 'Vuelve con: Alguacil Dughan. Zona: Aserradero de la Vega del Este, Bosque de Elwynn.' WHERE `ID` = 147 AND `locale` = 'esES'; +UPDATE `quest_template_locale` SET `Objectives` = 'Encuentra y mata al Coleccionista y vuelve junto al alguacil Dughan con la sortija del coleccionista.', `CompletedText` = 'Vuelve con: Alguacil Dughan. Zona: Aserradero de la Vega del Este, Bosque de Elwynn.' WHERE `ID` = 147 AND `locale` = 'esMX'; +UPDATE `quest_template_locale` SET `Objectives` = 'Trouvez et tuez le « Collecteur » puis rapportez l’Anneau du Collecteur au Maréchal Dughan.', `CompletedText` = 'Retournez voir le Maréchal Dughan au Camp de bûcherons du Val d\'Est, dans la Forêt d\'Elwynn.' WHERE `ID` = 147 AND `locale` = 'frFR'; +UPDATE `quest_template_locale` SET `Objectives` = 'Найдите и убейте \"Вымогателя\", а затем принесите его кольцо маршалу Дугхан.', `CompletedText` = 'Вернитесь к маршалу Дугхан на лесопилку Восточной долины в Элвиннском лесу.' WHERE `ID` = 147 AND `locale` = 'ruRU'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_00_world_335.sql new file mode 100644 index 00000000000..d01974aea4c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_00_world_335.sql @@ -0,0 +1,181 @@ +-- Add pool for Deathspeaker Selendre +SET @GUID := 64986; +SET @POOL := 386; +DELETE FROM `creature` WHERE `guid`=@GUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID,10827,0,0,0,1,1,0,0,2519.05,-3694.31,180.13,5.47616,72000,0,0,2550,5206,2,0,0,0,"",0); + +DELETE FROM `pool_template` WHERE `entry`=@POOL; +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL,1,"Deathspeaker Selendre"); + +DELETE FROM `pool_creature` WHERE `pool_entry`=@POOL; +INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@GUID,@POOL,0,"Deathspeaker Selendre (10827) - Spawn 1"), +(86755,@POOL,0,"Deathspeaker Selendre (10827) - Spawn 2"); + +-- Add pathing for Deathspeaker Selendre (Spawn 1) +DELETE FROM `creature_addon` WHERE `guid`=@GUID; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(@GUID,@GUID*10,0,0,1,0,""); + +DELETE FROM `waypoint_data` WHERE `id`=@GUID*10; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(@GUID*10,1,2519.05,-3694.31,180.13,0,0,0,0,100,0), +(@GUID*10,2,2528.03,-3700.27,179.738,0,0,0,0,100,0), +(@GUID*10,3,2534.58,-3716.14,179.306,0,0,0,0,100,0), +(@GUID*10,4,2538.02,-3734.97,178.969,0,0,0,0,100,0), +(@GUID*10,5,2536.86,-3749.52,178.694,0,0,0,0,100,0), +(@GUID*10,6,2531.39,-3761.01,179.057,0,0,0,0,100,0), +(@GUID*10,7,2518.99,-3777.55,177.511,0,0,0,0,100,0), +(@GUID*10,8,2525.06,-3781.92,177.836,0,0,0,0,100,0), +(@GUID*10,9,2530.46,-3785.8,181.689,0,0,0,0,100,0), +(@GUID*10,10,2537.83,-3791.9,185.059,0,0,0,0,100,0), +(@GUID*10,11,2556.67,-3806.27,185.059,0,0,0,0,100,0), +(@GUID*10,12,2552.53,-3811.77,185.059,0,0,0,0,100,0), +(@GUID*10,13,2554.51,-3818.25,182.059,0,0,0,0,100,0), +(@GUID*10,14,2561.12,-3822.2,182.059,0,0,0,0,100,0), +(@GUID*10,15,2568.87,-3821.11,182.059,0,0,0,0,100,0), +(@GUID*10,16,2575.12,-3811.81,182.059,0,0,0,0,100,0), +(@GUID*10,17,2572.09,-3803.6,182.059,0,0,0,0,100,0), +(@GUID*10,18,2565.51,-3800.57,182.244,0,0,0,0,100,0), +(@GUID*10,19,2560.86,-3801,185.058,0,0,0,0,100,0), +(@GUID*10,20,2557.16,-3806.54,185.058,0,0,0,0,100,0), +(@GUID*10,21,2537.49,-3792.32,185.058,0,0,0,0,100,0), +(@GUID*10,22,2529.21,-3786.65,181.345,0,0,0,0,100,0), +(@GUID*10,23,2522.47,-3782.02,177.509,0,0,0,0,100,0), +(@GUID*10,24,2511.13,-3782.1,177.506,0,0,0,0,100,0), +(@GUID*10,25,2505.32,-3766.45,177.742,0,0,0,0,100,0), +(@GUID*10,26,2499.29,-3765.75,177.507,0,0,0,0,100,0), +(@GUID*10,27,2493.61,-3765.09,177.507,0,0,0,0,100,0), +(@GUID*10,28,2488.06,-3772.43,177.667,0,0,0,0,100,0), +(@GUID*10,29,2478.6,-3767.26,180.055,0,0,0,0,100,0), +(@GUID*10,30,2463.88,-3762.3,177.666,0,0,0,0,100,0), +(@GUID*10,31,2446.59,-3773.59,178.28,0,0,0,0,100,0), +(@GUID*10,32,2439.01,-3778.42,182.265,0,0,0,0,100,0), +(@GUID*10,33,2432.32,-3782.88,185.472,0,0,0,0,100,0), +(@GUID*10,34,2411.83,-3797.16,185.472,0,0,0,0,100,0), +(@GUID*10,35,2415.58,-3802.36,185.472,0,0,0,0,100,0), +(@GUID*10,36,2414.56,-3808.81,182.472,0,0,0,0,100,0), +(@GUID*10,37,2406.03,-3813.16,182.472,0,0,0,0,100,0), +(@GUID*10,38,2398.47,-3811.12,182.472,0,0,0,0,100,0), +(@GUID*10,39,2394.15,-3802.58,182.472,0,0,0,0,100,0), +(@GUID*10,40,2395.78,-3795.05,182.472,0,0,0,0,100,0), +(@GUID*10,41,2402.87,-3790.52,182.557,0,0,0,0,100,0), +(@GUID*10,42,2407.82,-3791.89,185.472,0,0,0,0,100,0), +(@GUID*10,43,2412.66,-3796.79,185.472,0,0,0,0,100,0), +(@GUID*10,44,2431.26,-3783.83,185.472,0,0,0,0,100,0), +(@GUID*10,45,2439.74,-3777.69,181.587,0,0,0,0,100,0), +(@GUID*10,46,2445.84,-3773.07,178.365,0,0,0,0,100,0), +(@GUID*10,47,2455.68,-3785.4,178.221,0,0,0,0,100,0), +(@GUID*10,48,2457.6,-3806.44,178.436,0,0,0,0,100,0), +(@GUID*10,49,2453.84,-3819.84,178.737,0,0,0,0,100,0), +(@GUID*10,50,2463.63,-3826.59,180.355,0,0,0,0,100,0), +(@GUID*10,51,2476.42,-3822.85,181.172,0,0,0,0,100,0), +(@GUID*10,52,2485.1,-3812.75,179.831,0,0,0,0,100,0), +(@GUID*10,53,2480.62,-3800.22,178.74,0,0,0,0,100,0), +(@GUID*10,54,2459.22,-3787.09,178.419,0,0,0,0,100,0), +(@GUID*10,55,2444.28,-3759.46,177.54,0,0,0,0,100,0), +(@GUID*10,56,2418.65,-3747.28,178.11,0,0,0,0,100,0), +(@GUID*10,57,2402.3,-3746.86,179.548,0,0,0,0,100,0), +(@GUID*10,58,2389.34,-3753.05,180.059,0,0,0,0,100,0), +(@GUID*10,59,2393.41,-3730.55,179.646,0,0,0,0,100,0), +(@GUID*10,60,2391.13,-3712.96,180.489,0,0,0,0,100,0), +(@GUID*10,61,2382.1,-3695.87,178.616,0,0,0,0,100,0), +(@GUID*10,62,2383.45,-3676.65,178.75,0,0,0,0,100,0), +(@GUID*10,63,2398.82,-3677.72,180.299,0,0,0,0,100,0), +(@GUID*10,64,2416.71,-3671.23,177.938,0,0,0,0,100,0), +(@GUID*10,65,2432.07,-3674.78,178.847,0,0,0,0,100,0), +(@GUID*10,66,2444.61,-3659.84,178.354,0,0,0,0,100,0), +(@GUID*10,67,2449.41,-3654.12,178.171,0,0,0,0,100,0), +(@GUID*10,68,2444.29,-3641.95,179.354,0,0,0,0,100,0), +(@GUID*10,69,2429.71,-3633.13,179.324,0,0,0,0,100,0), +(@GUID*10,70,2432.72,-3624.53,179.08,0,0,0,0,100,0), +(@GUID*10,71,2445.42,-3621.45,179.625,0,0,0,0,100,0), +(@GUID*10,72,2450.93,-3630.38,178.698,0,0,0,0,100,0), +(@GUID*10,73,2452.16,-3632.38,178.682,0,0,0,0,100,0), +(@GUID*10,74,2463.72,-3640.3,178.907,0,0,0,0,100,0), +(@GUID*10,75,2459.88,-3661.08,177.627,0,0,0,0,100,0), +(@GUID*10,76,2473.04,-3676.41,178.342,0,0,0,0,100,0), +(@GUID*10,77,2479.66,-3692.7,179.121,0,0,0,0,100,0), +(@GUID*10,78,2485.39,-3706.78,180.135,0,0,0,0,100,0), +(@GUID*10,79,2483.55,-3717.48,181.223,0,0,0,0,100,0), +(@GUID*10,80,2472.62,-3722.2,181.107,0,0,0,0,100,0), +(@GUID*10,81,2460.63,-3708.49,178.649,0,0,0,0,100,0), +(@GUID*10,82,2462.01,-3697.02,178.186,0,0,0,0,100,0), +(@GUID*10,83,2473.57,-3694.13,179.281,0,0,0,0,100,0), +(@GUID*10,84,2491.08,-3694.42,179.212,0,0,0,0,100,0); + +-- Add pathing for Deathspeaker Selendre (Spawn 2) +UPDATE `creature` SET `MovementType`=2 WHERE `guid`=86755; +DELETE FROM `creature_addon` WHERE `guid`=86755; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(86755,867550,0,0,1,0,""); + +DELETE FROM `waypoint_data` WHERE `id`=867550; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(867550,1,2633.53,-5512.31,158.266,0,0,0,0,100,0), +(867550,2,2641.01,-5540.31,159.216,0,0,0,0,100,0), +(867550,3,2653.46,-5552.56,159.34,0,0,0,0,100,0), +(867550,4,2668.72,-5552.25,160.452,0,0,0,0,100,0), +(867550,5,2679.62,-5537.82,160.818,0,0,0,0,100,0), +(867550,6,2683.71,-5518.79,159.878,0,0,0,0,100,0), +(867550,7,2695.21,-5511.24,158.123,0,0,0,0,100,0), +(867550,8,2704.09,-5499.15,157.063,0,0,0,0,100,0), +(867550,9,2708.13,-5475.21,156.953,0,0,0,0,100,0), +(867550,10,2731.05,-5464.05,157.015,0,0,0,0,100,0), +(867550,11,2731.99,-5480.38,161.471,0,0,0,0,100,0), +(867550,12,2732.98,-5491.9,162.069,0,0,0,0,100,0), +(867550,13,2741.12,-5501.31,166.418,0,0,0,0,100,0), +(867550,14,2748.96,-5510.25,166.428,0,0,0,0,100,0), +(867550,15,2754.52,-5508.12,165.928,0,0,0,0,100,0), +(867550,16,2757.52,-5509.1,164.573,0,0,0,0,100,0), +(867550,17,2758.95,-5511.08,163.551,0,0,0,0,100,0), +(867550,18,2758.95,-5513.17,163.038,0,0,0,0,100,0), +(867550,19,2755.42,-5517.98,161.743,0,0,0,0,100,0), +(867550,20,2762.02,-5525.39,161.737,0,0,0,0,100,0), +(867550,21,2769.75,-5524.21,161.737,0,0,0,0,100,0), +(867550,22,2776.09,-5530.58,161.737,0,0,0,0,100,0), +(867550,23,2766.78,-5538.91,161.737,0,0,0,0,100,0), +(867550,24,2762.42,-5537.22,161.737,0,0,0,0,100,0), +(867550,25,2759.18,-5531.55,161.737,0,0,0,0,100,0), +(867550,26,2761.79,-5526.45,161.737,0,0,0,0,100,0), +(867550,27,2759.07,-5522.23,161.737,0,0,0,0,100,0), +(867550,28,2755.78,-5518.92,161.74,0,0,0,0,100,0), +(867550,29,2749.79,-5521.54,163.08,0,0,0,0,100,0), +(867550,30,2745.88,-5520.01,164.442,0,0,0,0,100,0), +(867550,31,2745.74,-5516.86,165.591,0,0,0,0,100,0), +(867550,32,2746.29,-5515.2,166.298,0,0,0,0,100,0), +(867550,33,2748.89,-5512.05,166.43,0,0,0,0,100,0), +(867550,34,2740.96,-5502.26,166.418,0,0,0,0,100,0), +(867550,35,2734.43,-5494.47,162.071,0,0,0,0,100,0), +(867550,36,2724.37,-5483.28,161.458,0,0,0,0,100,0), +(867550,37,2702.21,-5460.21,157.012,0,0,0,0,100,0), +(867550,38,2688.36,-5456.17,157.155,0,0,0,0,100,0), +(867550,39,2669.61,-5456.86,156.929,0,0,0,0,100,0), +(867550,40,2660.04,-5444.49,156.926,0,0,0,0,100,0), +(867550,41,2650.58,-5424.81,157.095,0,0,0,0,100,0), +(867550,42,2656.66,-5407.65,158.167,0,0,0,0,100,0), +(867550,43,2672.4,-5398.03,157.001,0,0,0,0,100,0), +(867550,44,2695.58,-5373.55,157.803,0,0,0,0,100,0), +(867550,45,2725.65,-5375.05,157.781,0,0,0,0,100,0), +(867550,46,2751.57,-5375.31,156.949,0,0,0,0,100,0), +(867550,47,2771.12,-5384.22,157.482,0,0,0,0,100,0), +(867550,48,2784.59,-5399.42,160.854,0,0,0,0,100,0), +(867550,49,2797.84,-5398.13,162.834,0,0,0,0,100,0), +(867550,50,2808.66,-5407.03,162.822,0,0,0,0,100,0), +(867550,51,2814.93,-5418.1,160.679,0,0,0,0,100,0), +(867550,52,2808.52,-5434.4,158.947,0,0,0,0,100,0), +(867550,53,2796.89,-5447.17,160.524,0,0,0,0,100,0), +(867550,54,2783.1,-5450.75,161.02,0,0,0,0,100,0), +(867550,55,2752.6,-5458.67,157,0,0,0,0,100,0), +(867550,56,2738.31,-5456.31,156.946,0,0,0,0,100,0), +(867550,57,2725.15,-5462.05,156.962,0,0,0,0,100,0), +(867550,58,2711.18,-5475.83,157.095,0,0,0,0,100,0), +(867550,59,2685.64,-5474.16,156.989,0,0,0,0,100,0), +(867550,60,2669.68,-5451.54,157.027,0,0,0,0,100,0), +(867550,61,2645.86,-5449.2,156.941,0,0,0,0,100,0), +(867550,62,2632.98,-5462.23,157.103,0,0,0,0,100,0), +(867550,63,2626.28,-5483.26,157.083,0,0,0,0,100,0), +(867550,64,2616.9,-5493.82,157.194,0,0,0,0,100,0), +(867550,65,2616.39,-5504.67,158.186,0,0,0,0,100,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_01_world_335.sql new file mode 100644 index 00000000000..be714b22e58 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_01_world_335.sql @@ -0,0 +1,36 @@ +-- Pathing for Scarlet Smith +UPDATE `creature` SET `position_x`=2990.86, `position_y`=-1458.58, `position_z`=146.273, `spawndist`=0, `MovementType`=2 WHERE `guid`=61634; + +DELETE FROM `creature_addon` WHERE `guid`=61634; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(61634,616340,0,0,1,0,""); + +DELETE FROM `waypoint_data` WHERE `id`=616340; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(616340,1,2990.86,-1458.58,146.273,0,0,0,0,100,0), +(616340,2,2978.03,-1450.18,145.989,0,0,0,0,100,0), +(616340,3,2962.46,-1452.65,145.716,0,0,0,0,100,0), +(616340,4,2963.32,-1464.52,145.592,0,0,0,0,100,0), +(616340,5,2973.34,-1468.99,145.754,0,0,0,0,100,0), +(616340,6,2974.3,-1475.57,145.509,0,0,0,0,100,0), +(616340,7,2974.67,-1484.54,146.999,0,0,0,0,100,0), +(616340,8,2975.15,-1490.23,147.022,0,0,0,0,100,0), +(616340,9,2984.02,-1491.19,147.042,6.18384,20000,0,616340,100,0), +(616340,10,2974.94,-1498.83,147.042,3.80251,20000,0,616340,100,0), +(616340,11,2978.95,-1500.69,146.999,0,0,0,0,100,0), +(616340,12,2979.92,-1509.63,145.319,0,0,0,0,100,0), +(616340,13,2996.73,-1508.11,146.204,0,0,0,0,100,0), +(616340,14,3004.9,-1514.71,145.967,0,0,0,0,100,0), +(616340,15,3005.29,-1522.01,146.069,0,0,0,0,100,0), +(616340,16,2992.68,-1516.82,146.041,0,0,0,0,100,0), +(616340,17,2996.49,-1507.15,146.152,0,0,0,0,100,0), +(616340,18,3004.37,-1496.56,146.397,0,0,0,0,100,0), +(616340,19,3005.32,-1481.19,145.908,0,0,0,0,100,0), +(616340,20,3008.27,-1470.62,146.531,0,0,0,0,100,0), +(616340,21,3002.19,-1461.06,146.273,0,0,0,0,100,0), +(616340,22,2998.02,-1460.04,145.81,0,0,0,0,100,0); + +DELETE FROM `waypoint_scripts` WHERE `id`=616340; +INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES +(616340,1,1,69,1,0,0,0,0,0,5), +(616340,18,1,0,1,0,0,0,0,0,6); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_02_world_335.sql new file mode 100644 index 00000000000..1540aba2ac9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_02_world_335.sql @@ -0,0 +1,21 @@ +-- Common Kitten +DELETE FROM `creature_text` WHERE `CreatureID` IN (9937,9936); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9937,0,0,"%s jumps into the moonwell, and goes underwater...",16,0,100,0,0,0,5939,0,"Common Kitten"), +(9936,1,0,"%s follows $n obediently.",16,0,100,0,0,0,5940,0,"Corrupted Kitten"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=9937 AND `source_type`=0 AND `id` IN (0,1,2); +DELETE FROM `smart_scripts` WHERE `entryorguid`=993700 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 +(9937,0,0,0,54,0,100,0,0,0,0,0,80,993700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Just Summoned - Run Script"), +(993700,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Set Rooted On"), +(993700,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,23,0,0,0,0,0,0,0,"Common Kitten - On Script - Say Line 0"), +(993700,9,2,0,0,0,100,0,4000,4000,0,0,36,9936,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Update Template To 'Corrupted Kitten'"), +(993700,9,3,0,0,0,100,0,0,0,0,0,11,16510,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Cast 'Corrupted Saber Visual (DND)'"), +(993700,9,4,0,0,0,100,0,0,0,0,0,3,10042,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Morph to Entry 'Corrupted Kitten'"), +(993700,9,5,0,0,0,100,0,2000,2000,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Set Rooted Off"), +(993700,9,6,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,23,0,0,0,0,0,0,0,"Common Kitten - On Script - Say Line 1"); + +DELETE FROM `gossip_menu` WHERE `MenuID`=55002; -- Add Gossip Text +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(55002,3550,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_03_world_335.sql new file mode 100644 index 00000000000..2d4d55b7a5f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_03_world_335.sql @@ -0,0 +1,271 @@ +-- Chillwind Ravager +DELETE FROM `smart_scripts` WHERE `entryorguid`=7449 AND `source_type`=0 AND `id`=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 +(7449,0,1,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Chillwind Ravager - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7449; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7449,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Chillwind Ravager"); + +-- Crazed Owlbeast +DELETE FROM `smart_scripts` WHERE `entryorguid`=7452 AND `source_type`=0 AND `id`=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 +(7452,0,1,0,2,0,100,1,0,50,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Crazed Owlbeast - Between 0-50% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7452; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7452,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Crazed Owlbeast"); + +-- Frostsaber Huntress +DELETE FROM `smart_scripts` WHERE `entryorguid`=7433 AND `source_type`=0 AND `id`=2; +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 +(7433,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Frostsaber Huntress - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7433; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7433,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Frostsaber Huntress"); + +-- Frostsaber Pride Watcher +DELETE FROM `smart_scripts` WHERE `entryorguid`=7434 AND `source_type`=0 AND `id`=2; +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 +(7434,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Frostsaber Pride Watcher - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7434; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7434,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Frostsaber Pride Watcher"); + +-- Rak'shiri +DELETE FROM `smart_scripts` WHERE `entryorguid`=10200 AND `source_type`=0 AND `id`=2; +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 +(10200,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rak'shiri - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10200; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10200,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Rak'shiri"); + +-- Shadowhide Brute +DELETE FROM `smart_scripts` WHERE `entryorguid`=432 AND `source_type`=0 AND `id`=2; +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 +(432,0,2,0,2,0,100,1,0,30,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowhide Brute - Between 0-30% Health - Say Line 1 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=432 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(432,1,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Shadowhide Brute"); + +-- Bloodscalp Witch Doctor +DELETE FROM `smart_scripts` WHERE `entryorguid`=660 AND `source_type`=0 AND `id`=4; +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 +(660,0,4,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodscalp Witch Doctor - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=660; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(660,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Bloodscalp Witch Doctor"); + +-- Bloodscalp Scavenger +DELETE FROM `smart_scripts` WHERE `entryorguid`=702 AND `source_type`=0 AND `id`=4; +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 +(702,0,4,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodscalp Scavenger - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=702; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(702,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Bloodscalp Scavenger"); + +-- Gan'zulah +DELETE FROM `smart_scripts` WHERE `entryorguid`=1061 AND `source_type`=0 AND `id`=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 +(1061,0,1,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gan'zulah - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1061; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1061,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Gan'zulah"); + +-- Scarlet Executioner +DELETE FROM `smart_scripts` WHERE `entryorguid`=1841 AND `source_type`=0 AND `id`=4; +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 +(1841,0,4,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Executioner - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1841; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1841,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Scarlet Executioner"); + +-- Raging Thunder Lizard +DELETE FROM `smart_scripts` WHERE `entryorguid`=4726 AND `source_type`=0 AND `id`=2; +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 +(4726,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Thunder Lizard - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4726; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4726,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Raging Thunder Lizard"); + +-- Withered Protector +DELETE FROM `smart_scripts` WHERE `entryorguid`=7149 AND `source_type`=0 AND `id`=2; +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 +(7149,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Withered Protector - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7149; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7149,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Withered Protector"); + +-- Retherokk the Berserker +DELETE FROM `smart_scripts` WHERE `entryorguid`=8216 AND `source_type`=0 AND `id`=2; +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 +(8216,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Retherokk the Berserker - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=8216; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8216,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Retherokk the Berserker"); + +-- Verek +DELETE FROM `smart_scripts` WHERE `entryorguid`=9042 AND `source_type`=0 AND `id`=2; +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 +(9042,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Verek - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9042; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9042,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Verek"); + +-- Xavathras +DELETE FROM `smart_scripts` WHERE `entryorguid`=9454 AND `source_type`=0 AND `id`=2; +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 +(9454,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Xavathras - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9454; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9454,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Xavathras"); + +-- Brumeran +DELETE FROM `smart_scripts` WHERE `entryorguid`=10807 AND `source_type`=0 AND `id`=3; +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 +(10807,0,3,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Brumeran - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10807; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10807,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Brumeran"); + +-- Desert Rager +DELETE FROM `smart_scripts` WHERE `entryorguid`=11747 AND `source_type`=0 AND `id`=2; +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 +(11747,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Desert Rager - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=11747; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(11747,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Desert Rager"); + +-- Twilight Avenger +DELETE FROM `smart_scripts` WHERE `entryorguid`=11880 AND `source_type`=0 AND `id`=2; +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 +(11880,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight Avenger - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=11880; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(11880,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Twilight Avenger"); + +-- Enraged Reef Crawler +DELETE FROM `smart_scripts` WHERE `entryorguid`=12347 AND `source_type`=0 AND `id`=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 +(12347,0,1,0,2,0,100,1,0,20,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Enraged Reef Crawler - Between 0-20% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=12347; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(12347,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Enraged Reef Crawler"); + +-- Mongress +DELETE FROM `smart_scripts` WHERE `entryorguid`=14344 AND `source_type`=0 AND `id`=2; +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 +(14344,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mongress - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=14344; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(14344,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Mongress"); + +-- Twilight Marauder +DELETE FROM `smart_scripts` WHERE `entryorguid`=15542 AND `source_type`=0 AND `id`=3; +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 +(15542,0,3,0,2,0,100,1,0,20,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight Marauder - Between 0-20% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=15542; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(15542,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Twilight Marauder"); + +-- Xandivious +DELETE FROM `smart_scripts` WHERE `entryorguid`=15623 AND `source_type`=0 AND `id`=6; +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 +(15623,0,6,0,2,0,100,1,0,50,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Xandivious - Between 0-50% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=15623; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(15623,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Xandivious"); + +-- Gangled Cannibal +DELETE FROM `smart_scripts` WHERE `entryorguid`=16309 AND `source_type`=0 AND `id`=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 +(16309,0,1,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gangled Cannibal - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16309; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16309,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Gangled Cannibal"); + +-- Vengeful Apparition +DELETE FROM `smart_scripts` WHERE `entryorguid`=16328 AND `source_type`=0 AND `id`=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 +(16328,0,1,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Vengeful Apparition - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16328; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16328,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Vengeful Apparition"); + +-- Bonechewer Mutant +DELETE FROM `smart_scripts` WHERE `entryorguid`=16876 AND `source_type`=0 AND `id`=4; +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 +(16876,0,4,0,2,0,100,1,0,50,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bonechewer Mutant - Between 0-50% Health - Say Line 1 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16876 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16876,1,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Bonechewer Mutant"); + +-- Gordunni Head-Splitter +DELETE FROM `smart_scripts` WHERE `entryorguid`=22148 AND `source_type`=0 AND `id`=2; +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 +(22148,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gordunni Head-Splitter - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=22148; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22148,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Gordunni Head-Splitter"); + +-- Jabbering Ghoul +DELETE FROM `smart_scripts` WHERE `entryorguid`=10801 AND `source_type`=0 AND `id`=3; +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 +(10801,0,3,0,4,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jabbering Ghoul - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10801; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10801,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Jabbering Ghoul"); + +-- Farmer Dalson +DELETE FROM `smart_scripts` WHERE `entryorguid`=10836 AND `source_type`=0 AND `id`=4; +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 +(10836,0,4,0,4,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Farmer Dalson - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10836; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10836,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Farmer Dalson"); + +-- Raging Moonkin +DELETE FROM `smart_scripts` WHERE `entryorguid`=10160 AND `source_type`=0 AND `id` IN (0,2); +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 +(10160,0,0,0,4,0,100,0,0,0,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Moonkin - On Aggro - Cast 'Enrage'"), +(10160,0,2,0,4,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Moonkin - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10160; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10160,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Raging Moonkin"); + +-- Raging Owlbeast +DELETE FROM `smart_scripts` WHERE `entryorguid`=7451 AND `source_type`=0 AND `id` IN (1,2); +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 +(7451,0,1,0,2,0,100,1,0,30,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Owlbeast - Between 0-30% Health - Cast Enrage (No Repeat)"), +(7451,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Owlbeast - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7451; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7451,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Raging Owlbeast"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_04_world_335.sql new file mode 100644 index 00000000000..7a15cd0a666 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_04_world_335.sql @@ -0,0 +1,16 @@ +-- Mehlar Dawnblade +DELETE FROM `creature_text` WHERE `CreatureID`=17099; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(17099,0,0,"Uther Lightbringer brought only darkness to Quel'Thalas. Let us see if we can bring some darkness to his tomb!",12,0,100,1,0,0,14112,0,"Mehlar Dawnblade"), +(17099,1,0,"At last I will have my revenge!",12,0,100,11,0,0,14115,0,"Mehlar Dawnblade"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=17099; +DELETE FROM `smart_scripts` WHERE `entryorguid`=17099 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1709900 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 +(17099,0,0,0,20,0,100,0,9443,0,0,0,80,1709900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Quest 'The So-Called Mark of the Lightbringer' Finished - Run Script"), +(1709900,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Remove Npc Flag Questgiver+Gossip"), +(1709900,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Say Line 0"), +(1709900,9,2,0,0,0,100,0,3000,3000,0,0,11,16633,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Cast 'Create Item Visual (DND)'"), +(1709900,9,3,0,0,0,100,0,7000,7000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Say Line 1"), +(1709900,9,4,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Add Npc Flag Questgiver+Gossip"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_05_world_335.sql new file mode 100644 index 00000000000..d1371d992d0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_05_world_335.sql @@ -0,0 +1,6 @@ +-- Champion Cyssa Dawnrose --> Fix gossip text +DELETE FROM `gossip_menu` WHERE `MenuID`=8111 AND `TextID` IN (10040,10044); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(8111,10044,0); + +UPDATE `conditions` SET `SourceEntry`=10044 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=8111 AND `SourceEntry`=10040; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_06_world_335.sql new file mode 100644 index 00000000000..991e64a4a78 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_06_world_335.sql @@ -0,0 +1,15 @@ +-- Ambassador Sunsorrow +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7178; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7178,8740,0,0,16,0,512,0,0,0,0,0,"","Show gossip text if player is a Blood Elf"), +(14,7178,8458,0,0,16,0,1279,0,0,0,0,0,"","Show gossip text if player is not a Blood Elf"); + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (7178,8312) AND `TextID`=10378; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(8312,10378,0); + +UPDATE `gossip_menu_option` SET `ActionMenuID`=8312 WHERE `MenuID`=7178; + +DELETE FROM `smart_scripts` WHERE `entryorguid`=16287 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16287,0,0,0,62,0,100,0,7178,0,0,0,0,85,37084,0,0,0,0,0,7,0,0,0,0,0,0,0,"Ambassador Sunsorrow - On Gossip Option 0 Selected - Create Item 'Lament of the Highborne'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_07_world_335.sql new file mode 100644 index 00000000000..fdd5fb624a5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_07_world_335.sql @@ -0,0 +1,10 @@ +-- Joseph Redpath's Monument +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=176145; +DELETE FROM `smart_scripts` WHERE `entryorguid`=176145 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 +(176145,1,0,0,70,0,100,1,2,0,0,0,12,10936,3,0,0,0,0,8,0,0,0,1165.83,-1719.55,60.9121,2.1369,"Joseph Redpath's Monument - On Gameobject State Changed - Summon Creature 'Joseph Redpath'"), +(176145,1,1,0,70,0,100,1,2,0,0,0,1,2,0,0,0,0,0,19,10936,0,0,0,0,0,0,"Joseph Redpath's Monument - On Gameobject State Changed - Say Line 2 (Joseph Redpath)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10936 AND `GroupID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10936,2,0,"Save me...",15,0,100,0,0,0,6274,0,"Joseph Redpath"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_08_world_335.sql new file mode 100644 index 00000000000..9db838f6f1f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_04_08_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `game_event_creature` WHERE (`eventEntry`=55 AND `guid`=70996) OR (`eventEntry`=56 AND `guid` IN (75914, 79018, 75475, 88156)); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(55, 70996), +(56, 75914), +(56, 79018), +(56, 75475), +(56, 88156); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_00_world_335.sql new file mode 100644 index 00000000000..33ec9b02d07 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_00_world_335.sql @@ -0,0 +1,11 @@ +-- Augustus the Touched +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=12384; +DELETE FROM `smart_scripts` WHERE `entryorguid`=12384 AND `source_type`=0; +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 +(12384,0,0,0,1,0,100,0,1000,15000,150000,180000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Augustus the Touched - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=12384; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(12384,0,0,"You won't find better prices anywhere!",14,0,100,22,0,0,7627,0,"Augustus the Touched"), +(12384,0,1,"I'm Augustus, and my prices are INSANE!",14,0,100,22,0,0,7628,0,"Augustus the Touched"), +(12384,0,2,"I'm Augustus! You want it, I got it! You wanna sell it, then I want it!",14,0,100,22,0,0,7629,0,"Augustus the Touched"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_01_world_335.sql new file mode 100644 index 00000000000..d8fed9737c2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_01_world_335.sql @@ -0,0 +1,8 @@ +-- Tirion Fordring +DELETE FROM `gossip_menu` WHERE `MenuID`=3502 AND `TextID`=4673; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(3502,4673,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=3502; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,3502,4673,0,0,9,0,5742,0,0,0,0,0,"","Show gossip text 4673 if quest 'Redemption' is taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_02_world_335.sql new file mode 100644 index 00000000000..000e19bead0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_02_world_335.sql @@ -0,0 +1,34 @@ +-- Thun'grim Firegaze +DELETE FROM `creature_text` WHERE `CreatureID`=5878; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5878,0,0,"%s begins to work...",16,0,100,0,0,0,2348,0,"Thun'grim Firegaze"), +(5878,1,0,"Your armor is ready, $n.",12,1,100,1,0,0,2634,0,"Thun'grim Firegaze"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5878; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5878 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (587800,587801) 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 +(5878,0,0,0,20,0,100,0,1838,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Quest 'Brutal Armor' Finished - Remove Npc Flag Questgiver"), +(5878,0,1,0,20,0,100,0,1838,0,0,0,53,0,5878,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Quest 'Brutal Armor' Finished - Start Waypoint"), +(5878,0,2,0,40,0,100,0,3,5878,0,0,80,587800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Waypoint 3 Reached - Run Script"), +(5878,0,3,0,40,0,100,0,6,5878,0,0,80,587801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Waypoint 6 Reached - Run Script"), +(587800,9,0,0,0,0,100,0,0,0,0,0,54,39000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Pause Waypoint"), +(587800,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,2.92829,"Thun'grim Firegaze - On Script - Set Orientation"), +(587800,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Say Line 0"), +(587800,9,3,0,0,0,100,0,0,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Set Emote State 69"), +(587800,9,4,0,0,0,100,0,15000,15000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Set Emote State 0"), +(587800,9,5,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.30012,"Thun'grim Firegaze - On Script - Set Orientation"), +(587800,9,6,0,0,0,100,0,1000,1000,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Set Emote State 233"), +(587800,9,7,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Set Emote State 0"), +(587801,9,0,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.820305,"Thun'grim Firegaze - On Script - Set Orientation"), +(587801,9,1,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Say Line 1"), +(587801,9,2,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=5878; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(5878,1,-423.713,-3167.24,212.779,""), +(5878,2,-423.211,-3164.23,212.864,""), +(5878,3,-425.1,-3162.25,212.697,""), +(5878,4,-423.211,-3164.23,212.864,""), +(5878,5,-423.713,-3167.24,212.779,""), +(5878,6,-437.62,-3176.26,211.385,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_03_world_335.sql new file mode 100644 index 00000000000..ef5cbb4d37c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_03_world_335.sql @@ -0,0 +1,19 @@ +-- Ula'elek +DELETE FROM `creature_text` WHERE `CreatureID`=6408; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6408,0,0,"%s begins to work...",16,0,100,0,0,0,2348,0,"Ula'elek"), +(6408,1,0,"I am done. Your armor is ready, $n.",12,1,100,1,0,0,2646,0,"Ula'elek"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6408; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6408 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=640800 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 +(6408,0,0,0,20,0,100,0,1842,0,0,0,80,640800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Quest 'Satyr Hooves' Finished - Run Script"), +(640800,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,"Ula'elek - On Script - Remove Npc Flag Questgiver"), +(640800,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Say Line 0"), +(640800,9,2,0,0,0,100,0,0,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Set Emote State 233"), +(640800,9,3,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Set Emote State 0"), +(640800,9,4,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Say Line 1"), +(640800,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Add Npc Flag Questgiver"); + +UPDATE `creature` SET `position_x`=-811.458, `position_y`=-4939.82, `position_z`=20.4816, `orientation`=3.59002 WHERE `guid`=6490; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_04_world_335.sql new file mode 100644 index 00000000000..ee93fa1c8b2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_04_world_335.sql @@ -0,0 +1,19 @@ +-- Orm Stonehoof +DELETE FROM `creature_text` WHERE `CreatureID`=6410; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6410,0,0,"%s begins to work...",16,0,100,0,0,0,2348,0,"Orm Stonehoof"), +(6410,1,0,"I have completed your helm, $n.",12,1,100,1,0,0,2635,0,"Orm Stonehoof"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6410; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6410 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=641000 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 +(6410,0,0,0,20,0,100,0,1844,0,0,0,80,641000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Quest 'Chimaeric Horn' Finished - Run Script"), +(641000,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,"Orm Stonehoof - On Script - Remove Npc Flag Questgiver"), +(641000,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Say Line 0"), +(641000,9,2,0,0,0,100,0,0,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Set Emote State 233"), +(641000,9,3,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Set Emote State 0"), +(641000,9,4,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Say Line 1"), +(641000,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Add Npc Flag Questgiver"); + +UPDATE `creature` SET `position_x`=-1239.54, `position_y`=109.707, `position_z`=129.58, `orientation`=1.89658 WHERE `guid`=24678; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_05_world_335.sql new file mode 100644 index 00000000000..c23721c1d1b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_05_world_335.sql @@ -0,0 +1,17 @@ +-- Velora Nitely +DELETE FROM `creature_text` WHERE `CreatureID`=6411; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6411,0,0,"%s begins to craft...",16,0,100,0,0,0,2644,0,"Velora Nitely"), +(6411,1,0,"I have finished your leg guards, $n.",12,0,100,1,0,0,2645,0,"Velora Nitely"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6411; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6411 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=641100 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 +(6411,0,0,0,20,0,100,0,1846,0,0,0,80,641100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Quest 'Dragonmaw Shinbones' Finished - Run Script"), +(641100,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,"Velora Nitely - On Script - Remove Npc Flag Questgiver"), +(641100,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Say Line 0"), +(641100,9,2,0,0,0,100,0,0,0,0,0,17,133,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Set Emote State 133"), +(641100,9,3,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Set Emote State 0"), +(641100,9,4,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Say Line 1"), +(641100,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_06_world_335.sql new file mode 100644 index 00000000000..a4b37e4c15e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_06_06_world_335.sql @@ -0,0 +1,23 @@ +-- Brutal Armor set Quest chaining +UPDATE `quest_template` SET `AllowableRaces`=16 WHERE `ID`=1841; +UPDATE `quest_template` SET `AllowableRaces`=32 WHERE `ID`=1840; +UPDATE `quest_template` SET `AllowableRaces`=2|128 WHERE `ID`=1839; +UPDATE `quest_template_addon` SET `PrevQuestID`=1848 WHERE `ID` IN (1841,1840,1839,1846,1844,1842); + +-- BreadCrumb Quest "Velora Nitely and the Brutal Legguards" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (1841,1846); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,1841,0,0,14,0,1846,0,0,0,0,0,"","Quest 'Velora Nitely and the Brutal Legguards' can only be taken if quest 'Dragonmaw Shinbones' is not taken"), +(19,0,1846,0,0,28,0,1841,0,0,1,0,0,"","Quest 'Dragonmaw Shinbones' can only be taken if quest 'Velora Nitely and the Brutal Legguards' is not completed"); + +-- BreadCrumb Quest "Orm Stonehoof and the Brutal Helm" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (1840,1844); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,1840,0,0,14,0,1844,0,0,0,0,0,"","Quest 'Orm Stonehoof and the Brutal Helm' can only be taken if quest 'Chimaeric Horn' is not taken"), +(19,0,1844,0,0,28,0,1840,0,0,1,0,0,"","Quest 'Chimaeric Horn' can only be taken if quest 'Orm Stonehoof and the Brutal Helm' is not completed"); + +-- BreadCrumb Quest "Ula'elek and the Brutal Gauntlets" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (1839,1842); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,1839,0,0,14,0,1842,0,0,0,0,0,"","Quest 'Ula'elek and the Brutal Gauntlets' can only be taken if quest 'Satyr Hooves' is not taken"), +(19,0,1842,0,0,28,0,1839,0,0,1,0,0,"","Quest 'Satyr Hooves' can only be taken if quest 'Ula'elek and the Brutal Gauntlets' is not completed"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_07_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_07_00_world.sql new file mode 100644 index 00000000000..f840aacdac5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_07_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` WHERE `id` IN (191163); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_00_world_335.sql new file mode 100644 index 00000000000..c68a060ccde --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_00_world_335.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `quest_template_addon` WHERE `ID` IN (6042,6022,6133,6135,6136,6163,6144,14349,14350); +INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES +(6022,0,0,0,0,6136,-6133,0,0,0,0,0,0,0,0,1,0), +(6042,0,0,0,0,6135,-6133,0,0,0,0,0,0,0,0,0,0), +(6133,0,0,0,0,6135,-6133,0,0,0,0,0,0,0,0,0,0), +(6135,0,0,0,0,6144,-6135,0,0,0,0,0,0,0,0,0,0), +(6136,0,0,0,0,6163,-6135,0,0,0,0,0,0,0,0,0,0), +(6144,0,0,0,0,14350,0,0,0,0,0,0,0,0,0,0,0), +(14350,0,0,0,0,6146,0,0,0,0,0,0,0,0,0,0,0); + +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (14349,6145); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(1,14349,0,"","","Deprecated quest"), +(1,6145,0,"","","Deprecated quest"); + +UPDATE `quest_template` SET `RewardNextQuest`=0 WHERE `ID`=6144; +UPDATE `quest_offer_reward` SET `RewardText`="The Grand Crusader sits safely in the Scarlet Bastion while his forces pour into our lands, desecrate our structures and monuments and murder our people.$B$BThe time has come to deal with this pest. You will become the instrument of our reckoning." WHERE `ID`=6144; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_01_world_335.sql new file mode 100644 index 00000000000..fd9ce84a553 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_01_world_335.sql @@ -0,0 +1,25 @@ +-- Rohan the Assassin --> Add gossip option +DELETE FROM `gossip_menu` WHERE `MenuID` IN (7118,7119,7120,7121,7122); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7118,8380,0), +(7119,8381,0), +(7120,8382,0), +(7121,8383,0), +(7122,8384,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7101 AND `OptionID`=0; +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (7118,7119,7120,7121); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7101,0,0,"What is it that you do exactly, Rohan?",12003,1,1,7118,0,0,0,"",0,0), +(7118,0,0,"So what brings you to Light's Hope?",12005,1,1,7119,0,0,0,"",0,0), +(7119,0,0,"What? Bonescythe?",12007,1,1,7120,0,0,0,"",0,0), +(7120,0,0,"Wow, you're insane, aren't you?",12009,1,1,7121,0,0,0,"",0,0), +(7121,0,0,"Hey wait, Gadgetzan has a disco?",12011,1,1,7122,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID` IN (8380,8381,8382,8383,8384); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES +(8380,"Ah, as the title states I am an assassin for the Scarlet Crusade. I spend my days exterminating high priority targets and nights at the Gadgetzan discotheque. Dancing is my true calling. Assassination just pays the bills.","",12004,0,1,0,1,0,1,0,1), +(8381,"Good question, $r. In my younger days I was footloose and fancy free without a care in the world. In those days I would sing in a barber shop quartet out of Stormwind known as the Four Dons. That's where I learned how to craft the Bonescythe digs.","",12006,0,1,0,273,0,1,0,1), +(8382,"Yes, Bonescythe. You see, it was our tenor, an ornery fellow known as Don Julio, who got me started on the whole thing. In his travels throughout Lordaeron, Don Julio picked up many interesting skills, one of them being the ability to take the bones of fallen Scourge and fashion them into a lethal set of leather armor - perfectly suited for an assassin.","",12008,0,1,0,1,0,1,0,25), +(8383,"I'm as sane as the next guy, $g fella:lady;. Believe what you will, but I AM capable of fashioning this armor. If you're interested, maybe we can make a deal. The sooner I can get out of the assassination business, the better.","",12010,0,1,0,1,0,1,0,0), +(8384,"Members only, scrub!","",12012,0,1,0,273,0,25,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_02_world_335.sql new file mode 100644 index 00000000000..b8d40f85cff --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_02_world_335.sql @@ -0,0 +1,19 @@ +-- Rayne --> Add gossip chatter +DELETE FROM `gossip_menu` WHERE `MenuID` IN (7123,7124,7125); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7123,8385,0), +(7124,8386,0), +(7125,8387,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7104 AND `OptionID`=0; +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (7123,7124); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7104,0,0,"Hello, Rayne. What brings the Cenarion Circle to the Plaguelands?",12015,1,1,7123,0,0,0,"",0,0), +(7123,0,0,"Are these lands not beyond healing? They look pretty beat up.",12017,1,1,7124,0,0,0,"",0,0), +(7124,0,0,"What kind of services?",12019,1,1,7125,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID` IN (8385,8386,8387); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES +(8385,"We are all drawn here for different reasons, $c.$B$B<Rayne smiles.>$B$BI am here to meet with Rimblat of the Earthen Ring. He has some interesting theories on cleansing these lands.","",12016,0,1,0,1,0,1,0,0), +(8386,"I think not. Rimblat has already proven that new life can grow from the sundered earth. Now we must find a way to reproduce and, more importantly, sustain the growth.$B$BWhile I am here, I am also offering my services to adventurers entering Naxxramas.","",12018,0,1,0,1,0,1,0,0), +(8387,"I am a crafter of some renown, $c. With the proper materials, I am able to craft an armor known as Dreamwalker. Druids - and even some shaman - are drawn to this armor due to its magical properties. Are you interested?","",12020,0,1,0,1,0,1,0,6); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_03_world_335.sql new file mode 100644 index 00000000000..71fc7f6c27e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_08_03_world_335.sql @@ -0,0 +1,8 @@ +-- Quest "Araj's Scarab" +DELETE FROM `smart_scripts` WHERE `entryorguid`=1105600 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1105600,9,0,0,0,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Remove Npc Flag Questgiver"), +(1105600,9,1,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Say Line 0"), +(1105600,9,2,0,0,0,100,0,0,0,0,0,0,11,15050,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Cast 'Psychometry'"), +(1105600,9,3,0,0,0,100,0,6000,6000,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Say Line 1"), +(1105600,9,4,0,0,0,100,0,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_10_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_10_00_world_335.sql new file mode 100644 index 00000000000..9bc3ecee607 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_10_00_world_335.sql @@ -0,0 +1,157 @@ +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (16114,16115,16113,16256,16116,16134,16135); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16114,0,0,"Your message did reach us, Commander, but by no means is our involvement here sanctioned by the Grand Crusader.",12,0,100,1,0,0,12047,0,"Scarlet Commander Marjhan"), +(16114,1,0,"The heathens will be forced to react. Orcs, bull-men...",12,0,100,1,0,0,12052,0,"Scarlet Commander Marjhan"), +(16114,2,0,"Whatever. The revolting, unkempt Horde filth...",12,0,100,5,0,0,12054,0,"Scarlet Commander Marjhan"), +(16114,3,0,"Too little, too late. The dam has broken. We are a bump in the road at best.",12,0,100,274,0,0,12056,0,"Scarlet Commander Marjhan"), +(16114,4,0,"There is always... Ashbringer.",12,0,100,1,0,0,12058,0,"Scarlet Commander Marjhan"), +(16114,5,0,"Thank you, Jessica.",12,0,100,2,0,0,12143,0,"Scarlet Commander Marjhan"), +(16114,6,0,"And might I add, that dress is lovely! You must tell me where you got it from.",12,0,100,1,0,0,12144,0,"Scarlet Commander Marjhan"), +(16115,0,0,"Your leader takes residence at the doorstep to Naxxramas. Do you think he does not feel the pressure?",12,0,100,6,0,0,12048,0,"Commander Eligor Dawnbringer"), +(16115,1,0,"%s lowers the sound of his voice to a whisper.",16,0,100,0,0,0,12049,0,"Commander Eligor Dawnbringer"), +(16115,2,0,"Even demons are capable of fear...",12,0,100,0,0,0,12050,0,"Commander Eligor Dawnbringer"), +(16115,3,0,"Scourge activity in the Plaguelands has increased ten-fold. We are receiving reports of Scourge attacks from as far away as Kalimdor! Now how do you suppose this has happened? How have the wretched undead done that which was previously thought impossible? Is nowhere safe?",12,0,100,1,0,0,12051,0,"Commander Eligor Dawnbringer"), +(16115,4,0,"Tauren.",12,0,100,0,0,0,12053,0,"Commander Eligor Dawnbringer"), +(16115,5,0,"You lack tact, Commander. This is not surprising. However, you are right in that the Horde will be forced to act. But not just the Horde. They already come - heroes from across the world.",12,0,100,1,0,0,12055,0,"Commander Eligor Dawnbringer"), +(16115,6,0,"So why are you here? What are we to do if there is no hope?",12,0,100,6,0,0,12057,0,"Commander Eligor Dawnbringer"), +(16115,7,0,"So this is what you have come for? To try and claim that which is the reason for the Dawn's existence and the Crusade's downfall? You open old wounds with your words, Commander!",12,0,100,6,0,0,12062,0,"Commander Eligor Dawnbringer"), +(16115,8,0,"The Ashbringer is dead and there will never be another like him. The lesser Mograine is a far cry from the man his father was. You know this, Commander! It was, after all, your own leadership that was responsible for the death of the Scarlet Highlord Mograine.",12,0,100,5,0,0,12063,0,"Commander Eligor Dawnbringer"), +(16115,9,0,"It was your leadership that manipulated a grieving child to try and recover the sword. A child that has grown into a man with nothing but vengeance and hatred in his heart! And for what? You are no closer to the sword now than you were five years ago.",12,0,100,25,0,0,12065,0,"Commander Eligor Dawnbringer"), +(16115,10,0,"Yet you think that recovering Ashbringer will somehow turn the tide of battle? Let me let you in on a little secret, Commander: The power of the Ashbringer came from the man who would wield it... I was there, Commander. I watched him burn legions of undead in righteous fire before he would even unsheathe the blade. Alas, your grasp on history is ... lacking.",12,0,100,1,0,0,12066,0,"Commander Eligor Dawnbringer"), +(16115,11,0,"Now be silent and note where you are, lest I inform Lord Fordring and his knights that you are no longer here on amicable terms. I am certain he would take great pleasure in seeing to your 'atonement.'",12,0,100,5,0,0,12067,0,"Commander Eligor Dawnbringer"), +(16115,12,0,"The fish is exquisite, Jessica.",12,0,100,1,0,0,12138,0,"Commander Eligor Dawnbringer"), +(16115,13,0,"My compliments to the chef!",12,0,100,1,0,0,12137,0,"Commander Eligor Dawnbringer"), +(16115,14,0,"Delicious!",12,0,100,0,0,0,12139,0,"Commander Eligor Dawnbringer"), +(16256,0,0,"Ok, you had the fish platter, Commander. Enjoy!",12,0,100,1,0,0,12132,0,"Jessica Chambers"), +(16256,1,0,"Father, you had the bowl of fruit? Right?",12,0,100,6,0,0,12133,0,"Jessica Chambers"), +(16256,2,0,"And for the ladies, roast baby boar. Enjoy!",12,0,100,1,0,0,12134,0,"Jessica Chambers"), +(16256,3,0,"Please let me know if you need anything else!",12,0,100,1,0,0,12135,0,"Jessica Chambers"), +(16113,0,0,"Thank you, Mrs. Chambers.",12,0,100,1,0,0,12140,0,"Father Inigo Montoy"), +(16113,1,0,"Is this a mango? Stupendous!",12,0,100,4,0,0,12141,0,"Father Inigo Montoy"), +(16113,2,0,"You've really outdone yourself this time, Mrs. Chambers. Not a spot of mold to be found!",12,0,100,1,0,0,12142,0,"Father Inigo Montoy"), +(16116,0,0,"Oh, quite succulent. Many thanks, Mrs. Chambers.",12,0,100,2,0,0,12147,0,"Archmage Angela Dosantos"), +(16116,1,0,"The boar is superb!",12,0,100,4,0,0,12146,0,"Archmage Angela Dosantos"), +(16116,2,0,"Indeed... lovely dress, Jessica.",12,0,100,273,0,0,12145,0,"Archmage Angela Dosantos"), +(16134,0,0,"Watch, druid. The earth still breathes. It yearns to be cleansed.",12,0,100,1,0,0,11946,0,"Rimblat Earthshatter"), +(16135,0,0,"That is wonderous, Rimblat! Even this foul, sundered earth is not beyond healing.",12,0,100,273,0,0,11945,0,"Rayne"); + +-- Scarlet Commander Marjhan +UPDATE `npc_text` SET `BroadcastTextID0`=11944 WHERE `ID`=8354; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16114; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16114 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1611400 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 +(16114,0,0,0,1,0,100,0,5000,5000,480000,480000,80,1611400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - Out of Combat - Run Script"), +(16114,0,1,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Data 1 1 Set - Set Event Phase 1"), +(16114,0,2,0,38,0,100,0,2,2,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Data 2 2 Set - Set Event Phase 0"), +(16114,0,3,0,1,1,100,0,1000,3000,3000,5000,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - Out of Combat - Play Emote 'Eat'"), +(1611400,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 0"), +(1611400,9,1,0,0,0,100,0,6000,6000,0,0,1,0,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 0 (Commander Eligor Dawnbringer)"), +(1611400,9,2,0,0,0,100,0,6000,6000,0,0,1,1,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 1 (Commander Eligor Dawnbringer)"), +(1611400,9,3,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 2 (Commander Eligor Dawnbringer)"), +(1611400,9,4,0,0,0,100,0,5000,5000,0,0,1,3,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 3 (Commander Eligor Dawnbringer)"), +(1611400,9,5,0,0,0,100,0,15000,15000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 1"), +(1611400,9,6,0,0,0,100,0,4000,4000,0,0,1,4,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 4 (Commander Eligor Dawnbringer)"), +(1611400,9,7,0,0,0,100,0,2000,2000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 2"), +(1611400,9,8,0,0,0,100,0,4000,4000,0,0,1,5,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 5 (Commander Eligor Dawnbringer)"), +(1611400,9,9,0,0,0,100,0,10000,10000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 2"), +(1611400,9,10,0,0,0,100,0,5000,5000,0,0,1,6,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 6 (Commander Eligor Dawnbringer)"), +(1611400,9,11,0,0,0,100,0,5000,5000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 4"), +(1611400,9,12,0,0,0,100,0,4000,4000,0,0,91,5,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Remove Flag Standstate 'Sit' (Commander Eligor Dawnbringer)"), +(1611400,9,13,0,0,0,100,0,2000,2000,0,0,1,7,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 7 (Commander Eligor Dawnbringer)"), +(1611400,9,14,0,0,0,100,0,10000,10000,0,0,1,8,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 8 (Commander Eligor Dawnbringer)"), +(1611400,9,15,0,0,0,100,0,14000,14000,0,0,1,9,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 9 (Commander Eligor Dawnbringer)"), +(1611400,9,16,0,0,0,100,0,13000,13000,0,0,1,10,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 10 (Commander Eligor Dawnbringer)"), +(1611400,9,17,0,0,0,100,0,20000,20000,0,0,1,11,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 11 (Commander Eligor Dawnbringer)"), +(1611400,9,18,0,0,0,100,0,10000,10000,0,0,90,5,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Add Flag Standstate 'Sit' (Commander Eligor Dawnbringer)"), +(1611400,9,19,0,0,0,100,0,120000,120000,0,0,45,1,1,0,0,0,0,19,16256,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Set Data to Jessica Chambers"); + +-- Jessica Chambers +DELETE FROM `smart_scripts` WHERE `entryorguid`=16256 AND `source_type`=0 AND `id` IN (2,3,4,5); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1625600,1625601) 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 +(16256,0,2,0,38,0,100,0,1,1,0,0,53,0,16256,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Data Set - Start Waypoint"), +(16256,0,3,0,40,0,100,0,1,16256,0,0,80,1625600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Waypoint 1 Reached - Run Script"), +(16256,0,4,0,40,0,100,0,5,16256,0,0,80,1625601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Waypoint 5 Reached - Run Script"), +(16256,0,5,0,40,0,100,0,8,16256,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.16421,"Jessica Chambers - On Waypoint 8 Reached - Set Orientation"), +(1625600,9,0,0,0,0,100,0,0,0,0,0,54,34000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Pause Waypoint"), +(1625600,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,3.6761,"Jessica Chambers - On Script - Set Orientation"), +(1625600,9,3,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 0"), +(1625600,9,4,0,0,0,100,0,0,0,0,0,50,181143,120,0,0,0,0,8,0,0,0,2298.4,-5341.18,91.8703,5.28751,"Jessica Chambers - On Script - Summon Gameobject 'Fish of the Day'"), +(1625600,9,5,0,0,0,100,0,4000,4000,0,0,5,7,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Play Emote 'Eat' (Commander Eligor Dawnbringer)"), +(1625600,9,6,0,0,0,100,0,4000,4000,0,0,1,12,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 12 (Commander Eligor Dawnbringer)"), +(1625600,9,7,0,0,0,100,0,4000,4000,0,0,1,13,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 13 (Commander Eligor Dawnbringer)"), +(1625600,9,8,0,0,0,100,0,4000,4000,0,0,45,1,1,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 1 1 (Commander Eligor Dawnbringer)"), +(1625600,9,9,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.23882,"Jessica Chambers - On Script - Set Orientation"), +(1625600,9,10,0,0,0,100,0,1000,1000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 1"), +(1625600,9,11,0,0,0,100,0,0,0,0,0,50,181144,103,0,0,0,0,8,0,0,0,2298.24,-5339.52,91.8803,0.683735,"Jessica Chambers - On Script - Summon Gameobject 'Bowl of Fruit'"), +(1625600,9,12,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 0 (Father Inigo Montoy)"), +(1625600,9,13,0,0,0,100,0,4000,4000,0,0,5,7,0,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Play Emote 'Eat' (Father Inigo Montoy)"), +(1625600,9,14,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 1 (Father Inigo Montoy)"), +(1625600,9,15,0,0,0,100,0,4000,4000,0,0,45,1,1,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 1 1 (Father Inigo Montoy)"), +(1625601,9,0,0,0,0,100,0,0,0,0,0,54,32000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Pause Waypoint"), +(1625601,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,6.14871,"Jessica Chambers - On Script - Set Orientation"), +(1625601,9,3,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 2"), +(1625601,9,4,0,0,0,100,0,0,0,0,0,50,181145,79,0,0,0,0,8,0,0,0,2296.58,-5338.5,91.8859,2.16942,"Jessica Chambers - On Script - Summon Gameobject 'Roast Boar Platter'"), +(1625601,9,5,0,0,0,100,0,0,0,0,0,50,181145,79,0,0,0,0,8,0,0,0,2296.69,-5340.52,91.8701,3.80698,"Jessica Chambers - On Script - Summon Gameobject 'Roast Boar Platter'"), +(1625601,9,6,0,0,0,100,0,4000,4000,0,0,1,5,0,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 5 (Scarlet Commander Marjhan)"), +(1625601,9,7,0,0,0,100,0,0,0,0,0,5,7,0,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Play Emote 'Eat' (Archmage Angela Dosantos)"), +(1625601,9,8,0,0,0,100,0,3000,3000,0,0,1,0,0,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 0 (Archmage Angela Dosantos)"), +(1625601,9,9,0,0,0,100,0,3000,3000,0,0,45,1,1,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 1 1 (Archmage Angela Dosantos)"), +(1625601,9,10,0,0,0,100,0,2000,2000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 3"), +(1625601,9,11,0,0,0,100,0,0,0,0,0,5,7,0,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Play Emote 'Eat' (Scarlet Commander Marjhan)"), +(1625601,9,12,0,0,0,100,0,5000,5000,0,0,1,6,0,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 6 (Scarlet Commander Marjhan)"), +(1625601,9,13,0,0,0,100,0,6000,6000,0,0,1,2,0,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 2 (Archmage Angela Dosantos)"), +(1625601,9,14,0,0,0,100,0,4000,4000,0,0,45,1,1,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 1 1 (Scarlet Commander Marjhan)"), +(1625601,9,15,0,0,0,100,0,20000,20000,0,0,1,14,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 14 (Commander Eligor Dawnbringer)"), +(1625601,9,16,0,0,0,100,0,8000,8000,0,0,1,1,0,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 1 (Archmage Angela Dosantos)"), +(1625601,9,17,0,0,0,100,0,9000,9000,0,0,1,2,0,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 2 (Father Inigo Montoy)"), +(1625601,9,18,0,0,0,100,0,10000,10000,0,0,45,2,2,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 2 2 (Archmage Angela Dosantos)"), +(1625601,9,19,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 2 2 (Commander Eligor Dawnbringer)"), +(1625601,9,20,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 2 2 (Father Inigo Montoy)"), +(1625601,9,21,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 2 2 (Scarlet Commander Marjhan)"); + +DELETE FROM `waypoints` WHERE `entry`=16256; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(16256,1,2300.27,-5340.53,90.8799,""), +(16256,2,2300.8,-5337.74,90.8799,""), +(16256,3,2298.02,-5334.07,90.8799,""), +(16256,4,2293.54,-5335.07,90.8799,""), +(16256,5,2294.49,-5339.1,90.8803,""), +(16256,6,2293.89,-5341.91,90.8803,""), +(16256,7,2295.97,-5344.84,90.8803,""), +(16256,8,2300.9,-5345.09,90.8799,""); + +-- Commander Eligor Dawnbringer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16115; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16115 AND `source_type`=0; +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 +(16115,0,0,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Eligor Dawnbringer - On Data 1 1 Set - Set Event Phase 1"), +(16115,0,1,0,38,0,100,0,2,2,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Eligor Dawnbringer - On Data 2 2 Set - Set Event Phase 0"), +(16115,0,2,0,1,1,100,0,1000,3000,3000,5000,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Eligor Dawnbringer - Out of Combat - Play Emote 'Eat'"); + +-- Father Inigo Montoy +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16113; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16113 AND `source_type`=0; +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 +(16113,0,0,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Father Inigo Montoy - On Data 1 1 Set - Set Event Phase 1"), +(16113,0,1,0,38,0,100,0,2,2,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Father Inigo Montoy - On Data 2 2 Set - Set Event Phase 0"), +(16113,0,2,0,1,1,100,0,1000,3000,3000,5000,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Father Inigo Montoy - Out of Combat - Play Emote 'Eat'"); + +-- Archmage Angela Dosantos +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16116; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16116 AND `source_type`=0; +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 +(16116,0,0,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Angela Dosantos - On Data 1 1 Set - Set Event Phase 1"), +(16116,0,1,0,38,0,100,0,2,2,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Angela Dosantos - On Data 2 2 Set - Set Event Phase 0"), +(16116,0,2,0,1,1,100,0,1000,3000,3000,5000,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Angela Dosantos - Out of Combat - Play Emote 'Eat'"); + +-- Rimblat Earthshatter +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16134; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16134 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1613400 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 +(16134,0,0,0,1,0,100,0,1000,15000,150000,180000,80,1613400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rimblat Earthshatter - Out of Combat - Run Script"), +(1613400,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rimblat Earthshatter - On Script - Say Line 0"), +(1613400,9,1,0,0,0,100,0,6000,6000,0,0,1,0,0,0,0,0,0,19,16135,0,0,0,0,0,0,"Rimblat Earthshatter - On Script - Say Line 0 (Rayne)"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_11_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_11_00_world.sql new file mode 100644 index 00000000000..15196f301c6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_11_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=15184; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_11_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_11_01_world.sql new file mode 100644 index 00000000000..5f6d095ebdb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_11_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_equip_template` SET `ItemID1`= 38721, `ItemID2`= 12932 WHERE `CreatureID`= 28609; +UPDATE `creature_equip_template` SET `ItemID1`= 38723, `ItemID2`= 12932 WHERE `CreatureID`= 28896; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_00_world_335.sql new file mode 100644 index 00000000000..aeecd38889f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_00_world_335.sql @@ -0,0 +1,16 @@ +-- Huntsman Leopold --> Add gossip chatter +DELETE FROM `gossip_menu` WHERE `MenuID` IN (7112,7111); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7111,8369,0), +(7112,8370,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7102 AND `OptionID`=0; +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7111; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7102,0,0,"What is Cryptstalker armor?",11978,1,1,7111,0,0,0,"",0,0), +(7111,0,0,"Continue please.",11980,1,1,7112,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID` IN (8369,8370); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES +(8369,"The preternatural ability of the crypt fiend to hunt and kill its foe is one studied and vaunted by men in my profession. I, myself, have slain thousands of the beasts in my crusade to rid this world of Scourge.$B$BWhile I loathe the crypt fiend for its merciless nature, its abilities must be admired. It has a job and it does it - very well.","",11979,0,1,0,1,0,1,0,1), +(8370,"I have discovered a use for the carapace of the crypt fiend and its various body parts. I am able to fashion an extremely light and very deadly set of armor by combining the fragments with some of the desecrated magical armors lost in Naxxramas.","",11981,0,1,0,1,0,1,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_01_world_335.sql new file mode 100644 index 00000000000..88de52d5744 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_01_world_335.sql @@ -0,0 +1,19 @@ +-- Korfax, Champion of the Light --> Add gossip chatter +DELETE FROM `gossip_menu` WHERE `MenuID` IN (7106,7107,7108); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7106,8363,0), +(7107,8364,0), +(7108,8365,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7099 AND `OptionID`=0; +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (7106,7107); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7099,0,0,"What is Dreadnaught armor?",11960,1,1,7106,0,0,0,"",0,0), +(7106,0,0,"Continue please.",11962,1,1,7107,0,0,0,"",0,0), +(7107,0,0,"Anything else?",11964,1,1,7108,0,0,0,"",0,0); + +UPDATE `npc_text` SET `em0_1`=1, `em0_3`=1, `em0_5`=1 WHERE `ID`=8363; +UPDATE `npc_text` SET `em0_1`=1, `em0_3`=1, `em0_5`=1 WHERE `ID`=8364; +DELETE FROM `npc_text` WHERE `ID`=8365; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES +(8365,"During your battles with the Scourge in Naxxramas, should you come across desecrated battlements and wartorn plate scraps, return them to me and I shall craft for you a piece of this armor worn by heroes.","",11965,0,1,0,1,0,1,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_02_world_335.sql new file mode 100644 index 00000000000..d19470c812e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_02_world_335.sql @@ -0,0 +1,18 @@ +-- Rimblat Earthshatter --> Add gossip chatter +DELETE FROM `gossip_menu` WHERE `MenuID` IN (7113,7114,7115); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7113,8371,0), +(7114,8372,0), +(7115,8373,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (7103,7113,7114); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7103,0,0,"What brings a tauren to the Plaguelands?",11983,1,1,7113,0,0,0,"",0,0), +(7113,0,0,"Continue please.",11985,1,1,7114,0,0,0,"",0,0), +(7114,0,0,"Continue please.",11985,1,1,7115,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID` IN (8371,8372,8373); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES +(8371,"In the last war, tauren fought. Shaman were sent in defense of this world against the Scourge invasion. Most lost their lives. Many were otherwise ripped asunder, their body parts used for foul experiments in that cursed citadel. I mourn their passing but my heart swells with pride at their courage.","",11984,0,1,0,1,0,1,0,1), +(8372,"I was a young tauren, barely having reached adolescence at the time, but I knew that those that would brave the battles for our freedom were well protected in my namesake's vestments.","",11986,0,1,0,1,0,1,0,0), +(8373,"The name of Earthshatter has been one held by my family for hundreds of years. And like my father and his father before him, I too have inherited the right to create the vestments of my namesake.","",11987,0,1,0,1,0,1,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_03_world_335.sql new file mode 100644 index 00000000000..57ff9ef140c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_03_world_335.sql @@ -0,0 +1,891 @@ +-- Quest "A Call to Arms: The Plaguelands!" +DELETE FROM `quest_details` WHERE `ID` IN (5094,5066,5090,5091,10373,5093,10374,5095); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5094,5,0,0,0,0,0,0,0,0), +(5066,5,0,0,0,0,0,0,0,0), +(5090,5,0,0,0,0,0,0,0,0), +(5091,5,0,0,0,0,0,0,0,0), +(10373,5,0,0,0,0,0,0,0,0), +(5093,5,0,0,0,0,0,0,0,0), +(10374,5,0,0,0,0,0,0,0,0), +(5095,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID` IN (5094,5066,5090,5091,10373,5093,10374,5095); + +-- Quest "Scarlet Diversions" +DELETE FROM `quest_details` WHERE `ID`=5096; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5096,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5096; + +-- Quest "The Scourge Cauldrons" +DELETE FROM `quest_details` WHERE `ID`=5228; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5228,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=5228; + +-- Quest "Target: Felstone Field" +DELETE FROM `quest_details` WHERE `ID`=5229; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5229,1,0,0,0,0,0,0,0,0); + +-- Quest "Return to the Bulwark" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5230; + +-- Quest "Target: Dalson's Tears" +DELETE FROM `quest_details` WHERE `ID`=5231; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5231,1,0,0,0,0,0,0,0,0); + +-- Quest "Target: Writhing Haunt" +DELETE FROM `quest_details` WHERE `ID`=5233; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5233,1,0,0,0,0,0,0,0,0); + +-- Quest "Target: Gahrron's Withering" +DELETE FROM `quest_details` WHERE `ID`=5235; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5235,1,0,0,0,0,0,0,0,0); + +-- Quest "Mission Accomplished!" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=5237; + +-- Quest "All Along the Watchtowers" +DELETE FROM `quest_details` WHERE `ID`=5098; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5098,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `RewardText`="My warlocks are reporting that our beacon trackers are picking up extremely strong signals on all four towers! You've executed my orders with the skill and precision of a seasoned veteran. Your service to the Horde is duly noted once more, $N!$B$BWith the towers marked, our preparations for the attack are now in place. The time has come to take the fight to the Scourge!" WHERE `ID`=5098; + +-- Quest "Alas, Andorhal" +DELETE FROM `quest_details` WHERE `ID`=105; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(105,5,1,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=105; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=105; + +-- Quest "Scholomance" +DELETE FROM `quest_details` WHERE `ID`=838; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(838,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=838; + +-- Quest "Skeletal Fragments" +DELETE FROM `quest_details` WHERE `ID`=964; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(964,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=964; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=964; + +-- Quest "Mold Rhymes With..." +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=5514; + +-- Quest "Fire Plume Forged" +DELETE FROM `quest_details` WHERE `ID`=5802; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5802,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5802; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=5802; + +-- Quest "Araj's Scarab" +DELETE FROM `quest_details` WHERE `ID`=5804; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5804,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5804; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5804; + +-- Quest "The Key to Scholomance" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5511; + +-- Quest "A Plague Upon Thee" +DELETE FROM `quest_details` WHERE `ID`=5901; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5901,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=5901; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5901; + +-- Quest "A Plague Upon Thee (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=5902; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5902,1,1,0,0,0,0,0,0,0); + +-- Quest "A Plague Upon Thee (Part 3)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=6390; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=6390; + +-- Quest "Barov Family Fortune" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=5341; + +-- Quest "The Last Barov" +DELETE FROM `quest_details` WHERE `ID`=5342; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5342,1,1,0,0,3500,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5342; +UPDATE `quest_offer_reward` SET `Emote1`=11 WHERE `ID`=5342; + +-- Quest "Better Late Than Never" +DELETE FROM `quest_details` WHERE `ID`=5021; + +-- Quest "Better Late Than Never (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5023; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5023; + +-- Quest "The Jeremiah Blues" +DELETE FROM `quest_details` WHERE `ID`=5049; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5049,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=18 WHERE `ID`=5049; + +-- Quest "Good Natured Emma" +DELETE FROM `quest_details` WHERE `ID`=5048; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5048,1,0,0,0,0,0,0,0,0); + +-- Quest "Good Luck Charm" +DELETE FROM `quest_details` WHERE `ID`=5050; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5050,2,0,0,0,0,0,0,0,0); + +-- Quest "Two Halves Become One" +DELETE FROM `quest_details` WHERE `ID`=5051; + +-- Quest "Unfinished Business" +DELETE FROM `quest_details` WHERE `ID`=6004; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6004,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=6004; + +-- Quest "Unfinished Business (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=6023; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6023,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=6023; + +-- Quest "Unfinished Business (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=6025; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6025,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6025; + +-- Quest "The So-Called Mark of the Lightbringer" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9443; +UPDATE `quest_template` SET `RewardNextQuest`=0 WHERE `ID`=9443; + +-- Quest "Defiling Uther's Tomb" +DELETE FROM `quest_details` WHERE `ID`=9444; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9444,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=9444; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=15, `Emote3`=5 WHERE `ID`=9444; + +-- Quest "Glyphed Oaken Branch (Horde)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=4987; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4987; + +-- Quest "Glyphed Oaken Branch (Alliance)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=4986; + +-- Quest "To The Bulwark" +DELETE FROM `quest_details` WHERE `ID`=9601; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9601,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=9601; + +-- Quest "Prove Your Hatred" +DELETE FROM `quest_details` WHERE `ID`=10590; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10590,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=10590; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=10590; + +-- Quest "Wisdom of the Banshee Queen" +DELETE FROM `quest_details` WHERE `ID`=10592; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10592,1,1,0,0,0,2000,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=10592; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=10592; + +-- Quest "Ancient Evil" +DELETE FROM `quest_details` WHERE `ID`=10593; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10593,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10593; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `EmoteDelay2`=2000 WHERE `ID`=10593; + +-- Quest "Clear the Way" +DELETE FROM `quest_details` WHERE `ID`=5092; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5092,1,0,0,0,0,0,0,0,0); + +-- Quest "All Along the Watchtowers" +DELETE FROM `quest_details` WHERE `ID`=5097; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5097,1,0,0,0,0,0,0,0,0); + +-- Quest "The Scourge Cauldrons" +DELETE FROM `quest_details` WHERE `ID`=5215; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5215,1,0,0,0,0,0,0,0,0); + +-- Quest "Target: Felstone Field" +DELETE FROM `quest_details` WHERE `ID`=5216; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5216,1,0,0,0,0,0,0,0,0); + +-- Quest "Target: Dalson's Tears" +DELETE FROM `quest_details` WHERE `ID`=5219; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5219,1,0,0,0,0,0,0,0,0); + +-- Quest "Target: Writhing Haunt" +DELETE FROM `quest_details` WHERE `ID`=5222; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5222,1,0,0,0,0,0,0,0,0); + +-- Quest "Return to Chillwind Camp" +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=5223; + +-- Quest "Target: Gahrron's Withering" +DELETE FROM `quest_details` WHERE `ID`=5225; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5225,1,0,0,0,0,0,0,0,0); + +-- Quest "Barov Family Fortune" +DELETE FROM `quest_details` WHERE `ID`=5343; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5343,1,1,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25, `EmoteOnComplete`=25 WHERE `ID`=5343; + +-- Quest "The Last Barov" +DELETE FROM `quest_details` WHERE `ID`=5344; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5344,1,1,0,0,3500,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5344; +UPDATE `quest_offer_reward` SET `Emote1`=11 WHERE `ID`=5344; + +-- Quest "Scholomance" +DELETE FROM `quest_details` WHERE `ID`=5533; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5533,1,0,0,0,0,0,0,0,0); + +-- Quest "Skeletal Fragments" +DELETE FROM `quest_details` WHERE `ID`=5537; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5537,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5537; + +-- Quest "Mold Rhymes With..." +DELETE FROM `quest_details` WHERE `ID`=5538; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5538,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `RewardText`="Arbington said you'd deliver the goods, and deliver you have! A deal is a deal; let me pack the fragments into the mold for you.$b$bDid Arbington imbue them already? Excellent... otherwise, it would have been a long trip back to the Chillwind Camp for you." WHERE `ID`=5538; + +-- Quest "Fire Plume Forged" +DELETE FROM `quest_details` WHERE `ID`=5801; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5801,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5801; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=5801; + +-- Quest "Araj's Scarab" +DELETE FROM `quest_details` WHERE `ID`=5803; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5803,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5803; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5803; + +-- Quest "The Key to Scholomance" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5505; + +-- Quest "Alas, Andorhal" +DELETE FROM `quest_details` WHERE `ID`=211; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(211,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=211; + +-- Quest "A Plague Upon Thee" +DELETE FROM `quest_details` WHERE `ID`=5903; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5903,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5903; + +-- Quest "A Plague Upon Thee (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=5904; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5904,1,1,0,0,0,0,0,0,0); + +-- Quest "The Eastern Plagues" +DELETE FROM `quest_details` WHERE `ID`=6185; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6185,1,1,1,1,0,0,1000,2000,0); + +-- Quest "The Blightcaller Cometh" +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=35, `Emote3`=6, `Emote4`=274, `EmoteDelay1`=1000, `EmoteDelay2`=1000, `EmoteDelay3`=2000, `EmoteDelay4`=1000, `RewardText`="No. It... NO! How? An agent of the Forsaken? The CHAMPION of the Banshee Queen???$B$B<King Varian Wrynn slumps in defeat.>" WHERE `ID`=6186; + +-- Quest "Order Must Be Restored" +DELETE FROM `quest_details` WHERE `ID`=6187; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6187,1,1,1,25,1000,2000,3000,3500,0); +UPDATE `quest_request_items` SET `CompletionText`="<King Varian Wrynn is lost in thought.>" WHERE `ID`=6187; + +-- Quest "Chillwind Camp" +DELETE FROM `quest_details` WHERE `ID`=8415; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8415,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8415; + +-- Quest "Dispelling Evil" +DELETE FROM `quest_details` WHERE `ID`=8414; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8414,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8414; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8414; + +-- Quest "Inert Scourgestones" +DELETE FROM `quest_details` WHERE `ID`=8416; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8416,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8416; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8416; + +-- Quest "Forging the Mightstone" +DELETE FROM `quest_details` WHERE `ID`=8418; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8418,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8418; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=8418; + +-- Quest "Minion's Scourgestones" / "Invader's Scourgestones" / "Corruptor's Scourgestones" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID` IN (5402,5408,5510,5403,5407,5509,5404,5406,5508); +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID` IN (5402,5408,5510,5403,5407,5509,5404,5406,5508); + +-- Quest "Doctor Theolen Krastinov, the Butcher" +DELETE FROM `quest_details` WHERE `ID`=5382; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5382,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=5382; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5382; + +-- Quest "Krastinov's Bag of Horrors" +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=5515; + +-- Quest "Kirtonos the Herald" +DELETE FROM `quest_details` WHERE `ID`=5384; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5384,5,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5384; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=25 WHERE `ID`=5384; + +-- Quest "The Human, Ras Frostwhisper" +DELETE FROM `quest_details` WHERE `ID`=5461; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5461,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5461; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=5461; + +-- Quest "The Dying, Ras Frostwhisper" +DELETE FROM `quest_details` WHERE `ID`=5462; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5462,1,1,1,25,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=274 WHERE `ID`=5462; +UPDATE `quest_offer_reward` SET `Emote1`=1, `EmoteDelay1`=500 WHERE `ID`=5462; + +-- Quest "Menethil's Gift" +DELETE FROM `quest_details` WHERE `ID`=5463; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5463,1,1,51,25,0,0,0,0,0); + +-- Quest "Menethil's Gift (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5464; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5464; + +-- Quest "Soulbound Keepsake" +DELETE FROM `quest_details` WHERE `ID`=5465; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5465,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5465; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5465; + +-- Quest "The Lich, Ras Frostwhisper" +DELETE FROM `quest_details` WHERE `ID`=5466; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5466,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5466; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5466; + +-- Quest "A Matter of Time" +DELETE FROM `quest_details` WHERE `ID`=4971; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4971,1,0,0,0,0,0,0,0,0); + +-- Quest "Counting Out Time" +DELETE FROM `quest_details` WHERE `ID`=4972; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4972,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4972; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=4972; + +-- Quest "Counting Out Time (Repeatable)" +DELETE FROM `quest_details` WHERE `ID`=4973; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4973,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4973; +UPDATE `quest_offer_reward` SET `Emote1`=2, `RewardText`="Again, I thank you for your assistance. Please accept this gift. While you still may not know when to use such an item, perhaps in the future the path of time will reveal its true intentions to you. You could say that I've seen as such happening to you, $N." WHERE `ID`=4973; + +-- Quest "The Everlook Report" +DELETE FROM `quest_details` WHERE `ID`=6029; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6029,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=66 WHERE `ID`=6029; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6029; + +-- Quest "Demon Dogs" +DELETE FROM `quest_details` WHERE `ID`=5542; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5542,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote2`=5, `Emote3`=0 WHERE `ID`=5542; + +-- Quest "Blood Tinged Skies" +DELETE FROM `quest_details` WHERE `ID`=5543; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5543,1,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote3`=5, `Emote4`=0 WHERE `ID`=5543; + +-- Quest "Carrion Grubbage" +DELETE FROM `quest_details` WHERE `ID`=5544; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5544,1,6,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5544; + +-- Quest "Redemption" +DELETE FROM `quest_details` WHERE `ID`=5742; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5742,1,0,0,0,0,0,0,0,0); +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=5742; +UPDATE `quest_template_addon` SET `NextQuestID`=5742 WHERE `ExclusiveGroup`=-5542; + +-- Quest "Of Forgotten Memories" +DELETE FROM `quest_details` WHERE `ID`=5781; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5781,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=5781; + +-- Quest "Of Lost Honor" +DELETE FROM `quest_details` WHERE `ID`=5845; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5845,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5845; + +-- Quest "Of Love and Family" +DELETE FROM `quest_details` WHERE `ID`=5846; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5846,1,1,1,1,0,0,0,0,0); + +-- Quest "Of Love and Family (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=5848; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5848,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5848; + +-- Quest "Find Myranda" +DELETE FROM `quest_details` WHERE `ID`=5861; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5861,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=5861; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6 WHERE `ID`=5861; + +-- Quest "Scarlet Subterfuge" +DELETE FROM `quest_details` WHERE `ID`=5862; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5862,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=25 WHERE `ID`=5862; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=16, `EmoteDelay2`=1000 WHERE `ID`=5862; + +-- Quest "In Dreams" +DELETE FROM `quest_details` WHERE `ID`=5944; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5944,1,6,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1, `Emote4`=1 WHERE `ID`=5944; + +-- Quest "The Restless Souls" +DELETE FROM `quest_details` WHERE `ID`=5281; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5281,1,1,1,1,0,0,0,0,0); + +-- Quest "The Restless Souls (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=5282; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5282,1,1,1,1,0,0,0,0,0); + +-- Quest "Zaeldarr the Outcast" +DELETE FROM `quest_details` WHERE `ID`=6021; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6021,5,0,0,0,0,0,0,0,0); + +-- Quest "Duke Nicholas Zverenhoff" +DELETE FROM `quest_details` WHERE `ID`=6030; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6030,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=6030; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6030; + +-- Quest "The Archivist" +DELETE FROM `quest_details` WHERE `ID`=5251; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5251,1,6,5,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=5251; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=5251; + +-- Quest "Augustus' Receipt Book" +DELETE FROM `quest_details` WHERE `ID`=6164; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6164,1,6,1,5,0,0,0,0,0); + +-- Quest "Sister Pamela" +DELETE FROM `quest_details` WHERE `ID`=5601; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5601,5,18,20,0,0,1000,2000,0,0); + +-- Quest "Little Pamela" +DELETE FROM `quest_details` WHERE `ID`=5142; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5142,1,20,0,0,0,0,0,0,0); + +-- Quest "A Strange Historian" +DELETE FROM `quest_details` WHERE `ID`=5153; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5153,1,0,0,0,0,0,0,0,0); + +-- Quest "The Annals of Darrowshire" +DELETE FROM `quest_details` WHERE `ID`=5154; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5154,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5154; + +-- Quest "Brother Carlin" +DELETE FROM `quest_details` WHERE `ID`=5210; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5210,1,0,0,0,0,0,0,0,0); + +-- Quest "Defenders of Darrowshire" +DELETE FROM `quest_details` WHERE `ID`=5211; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5211,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=5211; + +-- Quest "The Champion of the Banshee Queen" +DELETE FROM `quest_details` WHERE `ID`=5961; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5961,1,25,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=5961; + +-- Quest "To Kill With Purpose" +DELETE FROM `quest_details` WHERE `ID`=6022; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6022,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=6022; +UPDATE `quest_offer_reward` SET `Emote1`=274, `Emote2`=1 WHERE `ID`=6022; + +-- Quest "Un-Life's Little Annoyances" +DELETE FROM `quest_details` WHERE `ID`=6042; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6042,1,1,6,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6042; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6042; + +-- Quest "The Ranger Lord's Behest" +DELETE FROM `quest_details` WHERE `ID`=6133; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6133,1,1,25,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=6133; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6133; + +-- Quest "The Corpulent One" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6136; +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=6136; + +-- Quest "Duskwing, Oh How I Hate Thee..." +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6135; +UPDATE `quest_offer_reward` SET `Emote1`=273, `RewardText`="Excellent work, imbecile. I shall fashion this fur into something you can use." WHERE `ID`=6135; + +-- Quest "Ramstein" +DELETE FROM `quest_details` WHERE `ID`=6163; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6163,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6163; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1, `Emote4`=66, `EmoteDelay2`=1000 WHERE `ID`=6163; + +-- Quest "The Call to Command" +DELETE FROM `quest_details` WHERE `ID`=6144; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6144,1,1,25,5,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=25 WHERE `ID`=6144; + +-- Quest "The Crimson Courier" +DELETE FROM `quest_details` WHERE `ID`=14350; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(14350,1,1,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=14350; +UPDATE `quest_offer_reward` SET `Emote1`=11 WHERE `ID`=14350; + +-- Quest "Nathanos' Ruse" +DELETE FROM `quest_details` WHERE `ID`=6146; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6146,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=6146; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=6146; + +-- Quest "Return to Nathanos" +DELETE FROM `quest_details` WHERE `ID`=6147; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6147,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=11, `Emote2`=5 WHERE `ID`=6147; + +-- Quest "The Scarlet Oracle, Demetria" +DELETE FROM `quest_details` WHERE `ID`=6148; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6148,1,1,1,25,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=66 WHERE `ID`=6148; + +-- Quest "Heroes of Darrowshire" +DELETE FROM `quest_details` WHERE `ID`=5168; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5168,1,0,0,0,0,0,0,0,0); + +-- Quest "Villains of Darrowshire" +DELETE FROM `quest_details` WHERE `ID`=5181; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5181,1,0,0,0,0,0,0,0,0); + +-- Quest "Marauders of Darrowshire" +DELETE FROM `quest_details` WHERE `ID`=5206; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5206,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5206; + +-- Quest "Return to Chromie" +DELETE FROM `quest_details` WHERE `ID`=5941; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5941,1,0,0,0,0,0,0,0,0); + +-- Quest "The Battle of Darrowshire" +DELETE FROM `quest_details` WHERE `ID`=5721; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5721,1,0,0,0,0,0,0,0,0); + +-- Quest "The Ice Guard" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9211; +UPDATE `quest_offer_reward` SET `Emote1`=1, `EmoteDelay1`=1000 WHERE `ID`=9211; + +-- Quest "The Shadow Guard" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=274 WHERE `ID`=9213; +UPDATE `quest_offer_reward` SET `Emote1`=6, `EmoteDelay1`=1000 WHERE `ID`=9213; + +-- Quest "Savage Flora" +DELETE FROM `quest_details` WHERE `ID`=9136; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9136,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9136; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=9136; + +-- Quest "Savage Fronds" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9137; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9137; + +-- Quest "Houses of the Holy" +DELETE FROM `quest_details` WHERE `ID`=5243; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5243,1,1,1,25,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `CompletionText`="Be wary, not all supply crates will have survived the destruction of the city. The Scourge dare not touch the water but surely the holy water will not prevent vermin infestations." WHERE `ID`=5243; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `RewardText`="Well done, $R. You have proven that while you are tolerant of others, you will stop at nothing to destroy the minions of Kel'Thuzad." WHERE `ID`=5243; + +-- Quest "Bonescythe Digs" +DELETE FROM `quest_details` WHERE `ID`=9126; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9126,1,1,1,6,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9126; + +-- Quest "Bone Fragments" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9127; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=9127; + +-- Quest "Cryptstalker Armor Doesn't Make Itself..." +DELETE FROM `quest_details` WHERE `ID`=9124; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9124,6,1,1,0,0,1000,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9124; + +-- Quest "Crypt Fiend Parts" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9125; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=9125; + +-- Quest "The Elemental Equation" +DELETE FROM `quest_details` WHERE `ID`=9128; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9128,2,6,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9128; + +-- Quest "Core of Elements" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9129; +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=9129; + +-- Quest "Binding the Dreadnaught" +DELETE FROM `quest_details` WHERE `ID`=9131; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9131,6,1,1,25,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9131; + +-- Quest "Dark Iron Scraps" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=9132; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5 WHERE `ID`=9132; + +-- Quest "The Great Fras Siabi" +DELETE FROM `quest_details` WHERE `ID`=5214; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5214,1,1,5,20,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5214; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5214; + +-- Quest "That's Asking A Lot" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6026; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=6026; + +-- Quest "When Smokey Sings, I Get Violent" +DELETE FROM `quest_details` WHERE `ID`=6041; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6041,1,1,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6041; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=11 WHERE `ID`=6041; + +-- Quest "They Call Me "The Rooster"" +DELETE FROM `quest_details` WHERE `ID`=9141; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9141,6,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9141; + +-- Quest "Craftsman's Writ" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=9142; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=9142; + +-- Quest "Glacial Wrists" +DELETE FROM `quest_details` WHERE `ID`=9238; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9238,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=9238; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9238; + +-- Quest "Glacial Gloves" +DELETE FROM `quest_details` WHERE `ID`=9239; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9239,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9239; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=9239; + +-- Quest "The Flesh Does Not Lie" +DELETE FROM `quest_details` WHERE `ID`=5212; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5212,1,1,5,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5212; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5212; + +-- Quest "The Active Agent" +DELETE FROM `quest_details` WHERE `ID`=5213; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5213,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5213; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=5213; + +-- Quest "Plagued Hatchlings" +DELETE FROM `quest_details` WHERE `ID`=5529; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5529,5,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5529; + +-- Quest "Superior Armaments of Battle - Friend of the Dawn" +DELETE FROM `quest_details` WHERE `ID`=9221; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9221,1,6,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9221; + +-- Quest "Epic Armaments of Battle - Friend of the Dawn" +DELETE FROM `quest_details` WHERE `ID`=9222; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9222,1,6,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9222; + +-- Quest "Superior Armaments of Battle - Honored Amongst the Dawn" +DELETE FROM `quest_details` WHERE `ID`=9223; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9223,1,6,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9223; + +-- Quest "Epic Armaments of Battle - Honored Amongst the Dawn" +DELETE FROM `quest_details` WHERE `ID`=9224; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9224,1,6,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9224; + +-- Quest "Superior Armaments of Battle - Revered Amongst the Dawn" +DELETE FROM `quest_details` WHERE `ID`=9226; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9226,1,6,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9226; + +-- Quest "Epic Armaments of Battle - Revered Amongst the Dawn" +DELETE FROM `quest_details` WHERE `ID`=9225; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9225,1,6,1,1,0,0,0,0,0); +-- +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9225; + +-- Quest "Superior Armaments of Battle - Exalted Amongst the Dawn" +DELETE FROM `quest_details` WHERE `ID`=9228; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9228,1,6,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9228; + +-- Quest "Epic Armaments of Battle - Exalted Amongst the Dawn" +DELETE FROM `quest_details` WHERE `ID`=9227; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9227,1,6,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9227; + +-- Quest "The Truth Comes Crashing Down" +UPDATE `quest_request_items` SET `EmoteOnComplete`=25 WHERE `ID`=5262; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=6 WHERE `ID`=5262; + +-- Quest "Above and Beyond" +DELETE FROM `quest_details` WHERE `ID`=5263; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5263,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5263; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=25 WHERE `ID`=5263; + +-- Quest "Lord Maxwell Tyrosus" +DELETE FROM `quest_details` WHERE `ID`=5264; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5264,1,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5264; + +-- Quest "The Argent Hold" +DELETE FROM `quest_details` WHERE `ID`=5265; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5265,1,1,2,0,0,0,0,0,0); + +-- Quest "The Balance of Light and Shadow" +DELETE FROM `quest_details` WHERE `ID`=7622; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7622,1,1,1,2,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7622; + +-- Quest "Bolstering Our Defenses" +DELETE FROM `quest_details` WHERE `ID`=9665; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9665,66,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9665; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9665; + +-- Quest "Establishing New Outposts" +DELETE FROM `quest_details` WHERE `ID`=9664; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9664,66,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9664; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9664; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_04_world.sql new file mode 100644 index 00000000000..d86da39b483 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_14_04_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=18855 AND `source_type`=0; +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 +(18855, 0, 0, 0, 0, 0, 100, 0, 500, 500, 3000, 3000, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Sunfury Magister - On Aggro - Cast 'Fireball' (No Repeat)"), +(18855, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 26000, 31000, 11, 35778, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Sunfury Magister - In Combat - Cast 'Bloodcrystal Surge' (Phase 1) (No Repeat)"), +(18855, 0, 2, 0, 2, 0, 100, 513, 0, 15, 0, 0, 25, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Sunfury Magister - Between 0-15% Health - FLEE_FOR_ASSIST"), +(18855, 0, 3, 0, 1, 0, 50, 0, 10000, 20000, 15000, 30000, 11, 34397, 0, 0, 0, 0, 0, 19, 19421, 30, 0, 0, 0, 0, 0, "Sunfury Magister - Ooc - Cast Red Beam"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_15_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_15_00_world.sql new file mode 100644 index 00000000000..08b5843ab06 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_15_00_world.sql @@ -0,0 +1,305 @@ +-- Adds damage to pet_levelstats and fills it with correct damage and stats for every level for every pet + +ALTER TABLE `pet_levelstats` + ADD COLUMN `min_dmg` smallint(5) UNSIGNED NOT NULL default 0 AFTER `spi`, + ADD COLUMN `max_dmg` smallint(5) UNSIGNED NOT NULL default 0 AFTER `min_dmg`; + +-- IMP +UPDATE `pet_levelstats` SET `str`= 20, `agi`= 20, `sta`= 20, `inte`= 24, `spi`= 23, `armor`= 20, `min_dmg`= 1, `max_dmg`= 2 WHERE `creature_entry`= 416 AND `level`= 1; +UPDATE `pet_levelstats` SET `str`= 21, `agi`= 20, `sta`= 20, `inte`= 25, `spi`= 24, `armor`= 24, `min_dmg`= 2, `max_dmg`= 3 WHERE `creature_entry`= 416 AND `level`= 2; +UPDATE `pet_levelstats` SET `str`= 22, `agi`= 20, `sta`= 21, `inte`= 26, `spi`= 25, `armor`= 28, `min_dmg`= 3, `max_dmg`= 5 WHERE `creature_entry`= 416 AND `level`= 3; +UPDATE `pet_levelstats` SET `str`= 23, `agi`= 21, `sta`= 21, `inte`= 27, `spi`= 26, `armor`= 33, `min_dmg`= 4, `max_dmg`= 6 WHERE `creature_entry`= 416 AND `level`= 4; +UPDATE `pet_levelstats` SET `str`= 23, `agi`= 21, `sta`= 22, `inte`= 28, `spi`= 27, `armor`= 49, `min_dmg`= 5, `max_dmg`= 8 WHERE `creature_entry`= 416 AND `level`= 5; +UPDATE `pet_levelstats` SET `str`= 24, `agi`= 21, `sta`= 22, `inte`= 29, `spi`= 27, `armor`= 68, `min_dmg`= 6, `max_dmg`= 9 WHERE `creature_entry`= 416 AND `level`= 6; +UPDATE `pet_levelstats` SET `str`= 25, `agi`= 21, `sta`= 23, `inte`= 30, `spi`= 28, `armor`= 92, `min_dmg`= 7, `max_dmg`= 12 WHERE `creature_entry`= 416 AND `level`= 7; +UPDATE `pet_levelstats` SET `str`= 26, `agi`= 21, `sta`= 23, `inte`= 31, `spi`= 29, `armor`= 117, `min_dmg`= 8, `max_dmg`= 13 WHERE `creature_entry`= 416 AND `level`= 8; +UPDATE `pet_levelstats` SET `str`= 27, `agi`= 21, `sta`= 23, `inte`= 32, `spi`= 30, `armor`= 147, `min_dmg`= 9, `max_dmg`= 14 WHERE `creature_entry`= 416 AND `level`= 9; +UPDATE `pet_levelstats` SET `str`= 27, `agi`= 22, `sta`= 24, `inte`= 33, `spi`= 31, `armor`= 180, `min_dmg`= 9, `max_dmg`= 15 WHERE `creature_entry`= 416 AND `level`=10; +UPDATE `pet_levelstats` SET `str`= 28, `agi`= 22, `sta`= 24, `inte`= 37, `spi`= 35, `armor`= 190, `min_dmg`= 10, `max_dmg`= 16 WHERE `creature_entry`= 416 AND `level`=11; +UPDATE `pet_levelstats` SET `str`= 29, `agi`= 22, `sta`= 26, `inte`= 41, `spi`= 39, `armor`= 203, `min_dmg`= 11, `max_dmg`= 17 WHERE `creature_entry`= 416 AND `level`=12; +UPDATE `pet_levelstats` SET `str`= 30, `agi`= 22, `sta`= 26, `inte`= 44, `spi`= 43, `armor`= 215, `min_dmg`= 11, `max_dmg`= 18 WHERE `creature_entry`= 416 AND `level`=13; +UPDATE `pet_levelstats` SET `str`= 31, `agi`= 22, `sta`= 28, `inte`= 50, `spi`= 47, `armor`= 228, `min_dmg`= 11, `max_dmg`= 19 WHERE `creature_entry`= 416 AND `level`=14; +UPDATE `pet_levelstats` SET `str`= 32, `agi`= 23, `sta`= 29, `inte`= 54, `spi`= 52, `armor`= 240, `min_dmg`= 12, `max_dmg`= 20 WHERE `creature_entry`= 416 AND `level`=15; +UPDATE `pet_levelstats` SET `str`= 34, `agi`= 23, `sta`= 30, `inte`= 57, `spi`= 56, `armor`= 253, `min_dmg`= 13, `max_dmg`= 21 WHERE `creature_entry`= 416 AND `level`=16; +UPDATE `pet_levelstats` SET `str`= 36, `agi`= 23, `sta`= 31, `inte`= 61, `spi`= 60, `armor`= 265, `min_dmg`= 14, `max_dmg`= 22 WHERE `creature_entry`= 416 AND `level`=17; +UPDATE `pet_levelstats` SET `str`= 37, `agi`= 23, `sta`= 32, `inte`= 65, `spi`= 65, `armor`= 278, `min_dmg`= 15, `max_dmg`= 24 WHERE `creature_entry`= 416 AND `level`=18; +UPDATE `pet_levelstats` SET `str`= 38, `agi`= 23, `sta`= 33, `inte`= 70, `spi`= 69, `armor`= 291, `min_dmg`= 15, `max_dmg`= 25 WHERE `creature_entry`= 416 AND `level`=19; +UPDATE `pet_levelstats` SET `str`= 40, `agi`= 24, `sta`= 35, `inte`= 74, `spi`= 74, `armor`= 303, `min_dmg`= 16, `max_dmg`= 26 WHERE `creature_entry`= 416 AND `level`=20; +UPDATE `pet_levelstats` SET `str`= 42, `agi`= 24, `sta`= 44, `inte`= 87, `spi`= 64, `armor`= 320, `min_dmg`= 17, `max_dmg`= 27 WHERE `creature_entry`= 416 AND `level`=21; +UPDATE `pet_levelstats` SET `str`= 44, `agi`= 24, `sta`= 46, `inte`= 91, `spi`= 67, `armor`= 346, `min_dmg`= 18, `max_dmg`= 28 WHERE `creature_entry`= 416 AND `level`=22; +UPDATE `pet_levelstats` SET `str`= 45, `agi`= 24, `sta`= 47, `inte`= 95, `spi`= 69, `armor`= 360, `min_dmg`= 18, `max_dmg`= 29 WHERE `creature_entry`= 416 AND `level`=23; +UPDATE `pet_levelstats` SET `str`= 46, `agi`= 25, `sta`= 49, `inte`= 99, `spi`= 73, `armor`= 373, `min_dmg`= 19, `max_dmg`= 30 WHERE `creature_entry`= 416 AND `level`=24; +UPDATE `pet_levelstats` SET `str`= 47, `agi`= 25, `sta`= 50, `inte`=104, `spi`= 75, `armor`= 386, `min_dmg`= 20, `max_dmg`= 31 WHERE `creature_entry`= 416 AND `level`=25; +UPDATE `pet_levelstats` SET `str`= 49, `agi`= 25, `sta`= 51, `inte`=107, `spi`= 78, `armor`= 399, `min_dmg`= 21, `max_dmg`= 32 WHERE `creature_entry`= 416 AND `level`=26; +UPDATE `pet_levelstats` SET `str`= 50, `agi`= 25, `sta`= 53, `inte`=111, `spi`= 81, `armor`= 411, `min_dmg`= 22, `max_dmg`= 34 WHERE `creature_entry`= 416 AND `level`=27; +UPDATE `pet_levelstats` SET `str`= 52, `agi`= 25, `sta`= 54, `inte`=118, `spi`= 86, `armor`= 424, `min_dmg`= 22, `max_dmg`= 34 WHERE `creature_entry`= 416 AND `level`=28; +UPDATE `pet_levelstats` SET `str`= 54, `agi`= 26, `sta`= 56, `inte`=122, `spi`= 89, `armor`= 436, `min_dmg`= 23, `max_dmg`= 35 WHERE `creature_entry`= 416 AND `level`=29; +UPDATE `pet_levelstats` SET `str`= 54, `agi`= 26, `sta`= 57, `inte`=128, `spi`= 92, `armor`= 449, `min_dmg`= 24, `max_dmg`= 37 WHERE `creature_entry`= 416 AND `level`=30; +UPDATE `pet_levelstats` SET `str`= 56, `agi`= 26, `sta`= 59, `inte`=131, `spi`= 95, `armor`= 462, `min_dmg`= 24, `max_dmg`= 38 WHERE `creature_entry`= 416 AND `level`=31; +UPDATE `pet_levelstats` SET `str`= 57, `agi`= 26, `sta`= 61, `inte`=136, `spi`= 98, `armor`= 476, `min_dmg`= 25, `max_dmg`= 39 WHERE `creature_entry`= 416 AND `level`=32; +UPDATE `pet_levelstats` SET `str`= 59, `agi`= 27, `sta`= 61, `inte`=139, `spi`=101, `armor`= 488, `min_dmg`= 25, `max_dmg`= 39 WHERE `creature_entry`= 416 AND `level`=33; +UPDATE `pet_levelstats` SET `str`= 60, `agi`= 27, `sta`= 63, `inte`=143, `spi`=104, `armor`= 501, `min_dmg`= 26, `max_dmg`= 40 WHERE `creature_entry`= 416 AND `level`=34; +UPDATE `pet_levelstats` SET `str`= 62, `agi`= 27, `sta`= 62, `inte`=145, `spi`=107, `armor`= 532, `min_dmg`= 27, `max_dmg`= 41 WHERE `creature_entry`= 416 AND `level`=35; +UPDATE `pet_levelstats` SET `str`= 64, `agi`= 27, `sta`= 62, `inte`=147, `spi`=110, `armor`= 564, `min_dmg`= 28, `max_dmg`= 43 WHERE `creature_entry`= 416 AND `level`=36; +UPDATE `pet_levelstats` SET `str`= 66, `agi`= 27, `sta`= 62, `inte`=149, `spi`=114, `armor`= 596, `min_dmg`= 29, `max_dmg`= 44 WHERE `creature_entry`= 416 AND `level`=37; +UPDATE `pet_levelstats` SET `str`= 68, `agi`= 28, `sta`= 62, `inte`=151, `spi`=117, `armor`= 628, `min_dmg`= 30, `max_dmg`= 46 WHERE `creature_entry`= 416 AND `level`=38; +UPDATE `pet_levelstats` SET `str`= 70, `agi`= 28, `sta`= 61, `inte`=153, `spi`=120, `armor`= 660, `min_dmg`= 31, `max_dmg`= 47 WHERE `creature_entry`= 416 AND `level`=39; +UPDATE `pet_levelstats` SET `str`= 72, `agi`= 28, `sta`= 61, `inte`=155, `spi`=124, `armor`= 692, `min_dmg`= 32, `max_dmg`= 49 WHERE `creature_entry`= 416 AND `level`=40; +UPDATE `pet_levelstats` SET `str`= 74, `agi`= 28, `sta`= 61, `inte`=157, `spi`=127, `armor`= 724, `min_dmg`= 33, `max_dmg`= 50 WHERE `creature_entry`= 416 AND `level`=41; +UPDATE `pet_levelstats` SET `str`= 77, `agi`= 29, `sta`= 61, `inte`=159, `spi`=131, `armor`= 756, `min_dmg`= 35, `max_dmg`= 52 WHERE `creature_entry`= 416 AND `level`=42; +UPDATE `pet_levelstats` SET `str`= 81, `agi`= 29, `sta`= 62, `inte`=163, `spi`=134, `armor`= 794, `min_dmg`= 36, `max_dmg`= 54 WHERE `creature_entry`= 416 AND `level`=43; +UPDATE `pet_levelstats` SET `str`= 85, `agi`= 29, `sta`= 63, `inte`=167, `spi`=137, `armor`= 833, `min_dmg`= 38, `max_dmg`= 57 WHERE `creature_entry`= 416 AND `level`=44; +UPDATE `pet_levelstats` SET `str`= 89, `agi`= 29, `sta`= 64, `inte`=171, `spi`=140, `armor`= 871, `min_dmg`= 40, `max_dmg`= 60 WHERE `creature_entry`= 416 AND `level`=45; +UPDATE `pet_levelstats` SET `str`= 93, `agi`= 30, `sta`= 66, `inte`=175, `spi`=144, `armor`= 910, `min_dmg`= 42, `max_dmg`= 63 WHERE `creature_entry`= 416 AND `level`=46; +UPDATE `pet_levelstats` SET `str`= 95, `agi`= 31, `sta`= 68, `inte`=180, `spi`=148, `armor`= 928, `min_dmg`= 44, `max_dmg`= 65 WHERE `creature_entry`= 416 AND `level`=47; +UPDATE `pet_levelstats` SET `str`= 97, `agi`= 31, `sta`= 68, `inte`=184, `spi`=151, `armor`= 946, `min_dmg`= 46, `max_dmg`= 68 WHERE `creature_entry`= 416 AND `level`=48; +UPDATE `pet_levelstats` SET `str`= 99, `agi`= 31, `sta`= 70, `inte`=188, `spi`=155, `armor`= 964, `min_dmg`= 48, `max_dmg`= 71 WHERE `creature_entry`= 416 AND `level`=49; +UPDATE `pet_levelstats` SET `str`=101, `agi`= 32, `sta`= 72, `inte`=192, `spi`=158, `armor`= 983, `min_dmg`= 50, `max_dmg`= 74 WHERE `creature_entry`= 416 AND `level`=50; +UPDATE `pet_levelstats` SET `str`=103, `agi`= 32, `sta`= 73, `inte`=196, `spi`=161, `armor`= 1001, `min_dmg`= 50, `max_dmg`= 75 WHERE `creature_entry`= 416 AND `level`=51; +UPDATE `pet_levelstats` SET `str`=105, `agi`= 32, `sta`= 74, `inte`=200, `spi`=165, `armor`= 1019, `min_dmg`= 51, `max_dmg`= 76 WHERE `creature_entry`= 416 AND `level`=52; +UPDATE `pet_levelstats` SET `str`=107, `agi`= 32, `sta`= 75, `inte`=204, `spi`=168, `armor`= 1037, `min_dmg`= 51, `max_dmg`= 77 WHERE `creature_entry`= 416 AND `level`=53; +UPDATE `pet_levelstats` SET `str`=109, `agi`= 33, `sta`= 77, `inte`=209, `spi`=172, `armor`= 1055, `min_dmg`= 52, `max_dmg`= 79 WHERE `creature_entry`= 416 AND `level`=54; +UPDATE `pet_levelstats` SET `str`=111, `agi`= 33, `sta`= 78, `inte`=215, `spi`=176, `armor`= 1073, `min_dmg`= 53, `max_dmg`= 80 WHERE `creature_entry`= 416 AND `level`=55; +UPDATE `pet_levelstats` SET `str`=114, `agi`= 34, `sta`= 80, `inte`=221, `spi`=181, `armor`= 1091, `min_dmg`= 55, `max_dmg`= 82 WHERE `creature_entry`= 416 AND `level`=56; +UPDATE `pet_levelstats` SET `str`=116, `agi`= 34, `sta`= 81, `inte`=231, `spi`=200, `armor`= 1109, `min_dmg`= 59, `max_dmg`= 88 WHERE `creature_entry`= 416 AND `level`=57; +UPDATE `pet_levelstats` SET `str`=118, `agi`= 34, `sta`= 83, `inte`=242, `spi`=220, `armor`= 1127, `min_dmg`= 63, `max_dmg`= 94 WHERE `creature_entry`= 416 AND `level`=58; +UPDATE `pet_levelstats` SET `str`=120, `agi`= 34, `sta`= 84, `inte`=253, `spi`=240, `armor`= 1145, `min_dmg`= 67, `max_dmg`=100 WHERE `creature_entry`= 416 AND `level`=59; +UPDATE `pet_levelstats` SET `str`=122, `agi`= 35, `sta`= 86, `inte`=264, `spi`=260, `armor`= 1163, `min_dmg`= 72, `max_dmg`=107 WHERE `creature_entry`= 416 AND `level`=60; +UPDATE `pet_levelstats` SET `str`=124, `agi`= 35, `sta`= 94, `inte`=296, `spi`=236, `armor`= 1985, `min_dmg`=109, `max_dmg`=136 WHERE `creature_entry`= 416 AND `level`=61; +UPDATE `pet_levelstats` SET `str`=126, `agi`= 35, `sta`=102, `inte`=328, `spi`=212, `armor`= 2807, `min_dmg`=146, `max_dmg`=166 WHERE `creature_entry`= 416 AND `level`=62; +UPDATE `pet_levelstats` SET `str`=128, `agi`= 35, `sta`=101, `inte`=327, `spi`=218, `armor`= 2999, `min_dmg`=154, `max_dmg`=182 WHERE `creature_entry`= 416 AND `level`=63; +UPDATE `pet_levelstats` SET `str`=130, `agi`= 36, `sta`=101, `inte`=327, `spi`=224, `armor`= 3192, `min_dmg`=163, `max_dmg`=198 WHERE `creature_entry`= 416 AND `level`=64; +UPDATE `pet_levelstats` SET `str`=133, `agi`= 36, `sta`=101, `inte`=327, `spi`=231, `armor`= 3384, `min_dmg`=172, `max_dmg`=214 WHERE `creature_entry`= 416 AND `level`=65; +UPDATE `pet_levelstats` SET `str`=135, `agi`= 37, `sta`=101, `inte`=327, `spi`=237, `armor`= 3577, `min_dmg`=181, `max_dmg`=230 WHERE `creature_entry`= 416 AND `level`=66; +UPDATE `pet_levelstats` SET `str`=137, `agi`= 37, `sta`=101, `inte`=327, `spi`=243, `armor`= 3769, `min_dmg`=190, `max_dmg`=247 WHERE `creature_entry`= 416 AND `level`=67; +UPDATE `pet_levelstats` SET `str`=140, `agi`= 38, `sta`=101, `inte`=327, `spi`=250, `armor`= 3962, `min_dmg`=199, `max_dmg`=263 WHERE `creature_entry`= 416 AND `level`=68; +UPDATE `pet_levelstats` SET `str`=142, `agi`= 38, `sta`=101, `inte`=327, `spi`=256, `armor`= 4154, `min_dmg`=207, `max_dmg`=279 WHERE `creature_entry`= 416 AND `level`=69; +UPDATE `pet_levelstats` SET `str`=145, `agi`= 39, `sta`=101, `inte`=327, `spi`=263, `armor`= 4347, `min_dmg`=216, `max_dmg`=295 WHERE `creature_entry`= 416 AND `level`=70; +UPDATE `pet_levelstats` SET `str`=160, `agi`= 43, `sta`=102, `inte`=331, `spi`=273, `armor`= 4540, `min_dmg`=225, `max_dmg`=312 WHERE `creature_entry`= 416 AND `level`=71; +UPDATE `pet_levelstats` SET `str`=175, `agi`= 47, `sta`=104, `inte`=335, `spi`=283, `armor`= 4732, `min_dmg`=234, `max_dmg`=328 WHERE `creature_entry`= 416 AND `level`=72; +UPDATE `pet_levelstats` SET `str`=190, `agi`= 51, `sta`=106, `inte`=339, `spi`=294, `armor`= 4925, `min_dmg`=243, `max_dmg`=344 WHERE `creature_entry`= 416 AND `level`=73; +UPDATE `pet_levelstats` SET `str`=205, `agi`= 55, `sta`=107, `inte`=343, `spi`=304, `armor`= 5117, `min_dmg`=252, `max_dmg`=360 WHERE `creature_entry`= 416 AND `level`=74; +UPDATE `pet_levelstats` SET `str`=221, `agi`= 59, `sta`=109, `inte`=348, `spi`=315, `armor`= 5310, `min_dmg`=260, `max_dmg`=376 WHERE `creature_entry`= 416 AND `level`=75; +UPDATE `pet_levelstats` SET `str`=236, `agi`= 63, `sta`=111, `inte`=352, `spi`=325, `armor`= 5502, `min_dmg`=269, `max_dmg`=393 WHERE `creature_entry`= 416 AND `level`=76; +UPDATE `pet_levelstats` SET `str`=251, `agi`= 67, `sta`=112, `inte`=356, `spi`=335, `armor`= 5695, `min_dmg`=278, `max_dmg`=409 WHERE `creature_entry`= 416 AND `level`=77; +UPDATE `pet_levelstats` SET `str`=266, `agi`= 71, `sta`=114, `inte`=360, `spi`=346, `armor`= 5887, `min_dmg`=287, `max_dmg`=425 WHERE `creature_entry`= 416 AND `level`=78; +UPDATE `pet_levelstats` SET `str`=281, `agi`= 75, `sta`=116, `inte`=364, `spi`=356, `armor`= 6080, `min_dmg`=296, `max_dmg`=441 WHERE `creature_entry`= 416 AND `level`=79; +UPDATE `pet_levelstats` SET `str`=297, `agi`= 79, `sta`=118, `inte`=369, `spi`=367, `armor`= 6273, `min_dmg`=305, `max_dmg`=458 WHERE `creature_entry`= 416 AND `level`=80; +-- VOIDWALKER +UPDATE `pet_levelstats` SET `str`= 29, `agi`= 10, `sta`= 29, `inte`= 25, `spi`= 27, `armor`= 831, `min_dmg`= 8, `max_dmg`= 14 WHERE `creature_entry`=1860 AND `level`=10; +UPDATE `pet_levelstats` SET `str`= 30, `agi`= 10, `sta`= 32, `inte`= 26, `spi`= 28, `armor`= 875, `min_dmg`= 9, `max_dmg`= 15 WHERE `creature_entry`=1860 AND `level`=11; +UPDATE `pet_levelstats` SET `str`= 31, `agi`= 26, `sta`= 36, `inte`= 24, `spi`= 31, `armor`= 876, `min_dmg`= 10, `max_dmg`= 16 WHERE `creature_entry`=1860 AND `level`=12; +UPDATE `pet_levelstats` SET `str`= 32, `agi`= 28, `sta`= 43, `inte`= 26, `spi`= 32, `armor`= 877, `min_dmg`= 11, `max_dmg`= 17 WHERE `creature_entry`=1860 AND `level`=13; +UPDATE `pet_levelstats` SET `str`= 33, `agi`= 28, `sta`= 44, `inte`= 25, `spi`= 35, `armor`= 878, `min_dmg`= 12, `max_dmg`= 19 WHERE `creature_entry`=1860 AND `level`=14; +UPDATE `pet_levelstats` SET `str`= 34, `agi`= 30, `sta`= 48, `inte`= 26, `spi`= 37, `armor`= 925, `min_dmg`= 13, `max_dmg`= 20 WHERE `creature_entry`=1860 AND `level`=15; +UPDATE `pet_levelstats` SET `str`= 36, `agi`= 30, `sta`= 52, `inte`= 27, `spi`= 39, `armor`= 975, `min_dmg`= 14, `max_dmg`= 22 WHERE `creature_entry`=1860 AND `level`=16; +UPDATE `pet_levelstats` SET `str`= 38, `agi`= 31, `sta`= 55, `inte`= 28, `spi`= 42, `armor`= 1022, `min_dmg`= 15, `max_dmg`= 23 WHERE `creature_entry`=1860 AND `level`=17; +UPDATE `pet_levelstats` SET `str`= 39, `agi`= 33, `sta`= 59, `inte`= 28, `spi`= 44, `armor`= 1068, `min_dmg`= 16, `max_dmg`= 25 WHERE `creature_entry`=1860 AND `level`=18; +UPDATE `pet_levelstats` SET `str`= 40, `agi`= 33, `sta`= 63, `inte`= 30, `spi`= 46, `armor`= 1120, `min_dmg`= 17, `max_dmg`= 26 WHERE `creature_entry`=1860 AND `level`=19; +UPDATE `pet_levelstats` SET `str`= 42, `agi`= 35, `sta`= 67, `inte`= 31, `spi`= 49, `armor`= 1165, `min_dmg`= 18, `max_dmg`= 28 WHERE `creature_entry`=1860 AND `level`=20; +UPDATE `pet_levelstats` SET `str`= 44, `agi`= 36, `sta`= 80, `inte`= 53, `spi`= 39, `armor`= 1232, `min_dmg`= 19, `max_dmg`= 29 WHERE `creature_entry`=1860 AND `level`=21; +UPDATE `pet_levelstats` SET `str`= 46, `agi`= 36, `sta`= 84, `inte`= 54, `spi`= 41, `armor`= 1282, `min_dmg`= 20, `max_dmg`= 31 WHERE `creature_entry`=1860 AND `level`=22; +UPDATE `pet_levelstats` SET `str`= 47, `agi`= 38, `sta`= 89, `inte`= 56, `spi`= 42, `armor`= 1330, `min_dmg`= 21, `max_dmg`= 32 WHERE `creature_entry`=1860 AND `level`=23; +UPDATE `pet_levelstats` SET `str`= 49, `agi`= 39, `sta`= 93, `inte`= 57, `spi`= 43, `armor`= 1378, `min_dmg`= 22, `max_dmg`= 33 WHERE `creature_entry`=1860 AND `level`=24; +UPDATE `pet_levelstats` SET `str`= 50, `agi`= 40, `sta`= 97, `inte`= 60, `spi`= 44, `armor`= 1427, `min_dmg`= 23, `max_dmg`= 35 WHERE `creature_entry`=1860 AND `level`=25; +UPDATE `pet_levelstats` SET `str`= 52, `agi`= 41, `sta`=101, `inte`= 62, `spi`= 46, `armor`= 1474, `min_dmg`= 24, `max_dmg`= 36 WHERE `creature_entry`=1860 AND `level`=26; +UPDATE `pet_levelstats` SET `str`= 53, `agi`= 42, `sta`=105, `inte`= 63, `spi`= 47, `armor`= 1524, `min_dmg`= 25, `max_dmg`= 38 WHERE `creature_entry`=1860 AND `level`=27; +UPDATE `pet_levelstats` SET `str`= 55, `agi`= 43, `sta`=110, `inte`= 65, `spi`= 48, `armor`= 1572, `min_dmg`= 26, `max_dmg`= 39 WHERE `creature_entry`=1860 AND `level`=28; +UPDATE `pet_levelstats` SET `str`= 57, `agi`= 44, `sta`=114, `inte`= 67, `spi`= 49, `armor`= 1619, `min_dmg`= 27, `max_dmg`= 41 WHERE `creature_entry`=1860 AND `level`=29; +UPDATE `pet_levelstats` SET `str`= 57, `agi`= 46, `sta`=118, `inte`= 69, `spi`= 51, `armor`= 1667, `min_dmg`= 28, `max_dmg`= 42 WHERE `creature_entry`=1860 AND `level`=30; +UPDATE `pet_levelstats` SET `str`= 59, `agi`= 47, `sta`=123, `inte`= 71, `spi`= 52, `armor`= 1715, `min_dmg`= 29, `max_dmg`= 44 WHERE `creature_entry`=1860 AND `level`=31; +UPDATE `pet_levelstats` SET `str`= 60, `agi`= 47, `sta`=127, `inte`= 73, `spi`= 53, `armor`= 1766, `min_dmg`= 30, `max_dmg`= 45 WHERE `creature_entry`=1860 AND `level`=32; +UPDATE `pet_levelstats` SET `str`= 62, `agi`= 49, `sta`=131, `inte`= 74, `spi`= 54, `armor`= 1812, `min_dmg`= 31, `max_dmg`= 47 WHERE `creature_entry`=1860 AND `level`=33; +UPDATE `pet_levelstats` SET `str`= 63, `agi`= 50, `sta`=135, `inte`= 76, `spi`= 56, `armor`= 1861, `min_dmg`= 32, `max_dmg`= 48 WHERE `creature_entry`=1860 AND `level`=34; +UPDATE `pet_levelstats` SET `str`= 65, `agi`= 51, `sta`=146, `inte`= 62, `spi`= 57, `armor`= 2238, `min_dmg`= 34, `max_dmg`= 50 WHERE `creature_entry`=1860 AND `level`=35; +UPDATE `pet_levelstats` SET `str`= 66, `agi`= 52, `sta`=150, `inte`= 63, `spi`= 59, `armor`= 2415, `min_dmg`= 34, `max_dmg`= 51 WHERE `creature_entry`=1860 AND `level`=36; +UPDATE `pet_levelstats` SET `str`= 68, `agi`= 53, `sta`=155, `inte`= 64, `spi`= 60, `armor`= 2602, `min_dmg`= 35, `max_dmg`= 54 WHERE `creature_entry`=1860 AND `level`=37; +UPDATE `pet_levelstats` SET `str`= 70, `agi`= 55, `sta`=159, `inte`= 66, `spi`= 62, `armor`= 2795, `min_dmg`= 36, `max_dmg`= 55 WHERE `creature_entry`=1860 AND `level`=38; +UPDATE `pet_levelstats` SET `str`= 72, `agi`= 56, `sta`=164, `inte`= 67, `spi`= 63, `armor`= 3002, `min_dmg`= 37, `max_dmg`= 57 WHERE `creature_entry`=1860 AND `level`=39; +UPDATE `pet_levelstats` SET `str`= 74, `agi`= 57, `sta`=170, `inte`= 70, `spi`= 65, `armor`= 3219, `min_dmg`= 38, `max_dmg`= 58 WHERE `creature_entry`=1860 AND `level`=40; +UPDATE `pet_levelstats` SET `str`= 77, `agi`= 58, `sta`=163, `inte`= 70, `spi`= 66, `armor`= 3222, `min_dmg`= 43, `max_dmg`= 65 WHERE `creature_entry`=1860 AND `level`=41; +UPDATE `pet_levelstats` SET `str`= 81, `agi`= 59, `sta`=156, `inte`= 70, `spi`= 67, `armor`= 3225, `min_dmg`= 48, `max_dmg`= 73 WHERE `creature_entry`=1860 AND `level`=42; +UPDATE `pet_levelstats` SET `str`= 86, `agi`= 61, `sta`=169, `inte`= 72, `spi`= 69, `armor`= 3228, `min_dmg`= 53, `max_dmg`= 81 WHERE `creature_entry`=1860 AND `level`=43; +UPDATE `pet_levelstats` SET `str`= 91, `agi`= 62, `sta`=169, `inte`= 69, `spi`= 70, `armor`= 3392, `min_dmg`= 59, `max_dmg`= 88 WHERE `creature_entry`=1860 AND `level`=44; +UPDATE `pet_levelstats` SET `str`= 96, `agi`= 64, `sta`=169, `inte`= 67, `spi`= 72, `armor`= 3557, `min_dmg`= 64, `max_dmg`= 96 WHERE `creature_entry`=1860 AND `level`=45; +UPDATE `pet_levelstats` SET `str`= 98, `agi`= 65, `sta`=173, `inte`= 77, `spi`= 73, `armor`= 3722, `min_dmg`= 69, `max_dmg`=104 WHERE `creature_entry`=1860 AND `level`=46; +UPDATE `pet_levelstats` SET `str`=100, `agi`= 66, `sta`=177, `inte`= 78, `spi`= 75, `armor`= 3796, `min_dmg`= 75, `max_dmg`=112 WHERE `creature_entry`=1860 AND `level`=47; +UPDATE `pet_levelstats` SET `str`=102, `agi`= 68, `sta`=181, `inte`= 80, `spi`= 76, `armor`= 3868, `min_dmg`= 80, `max_dmg`=119 WHERE `creature_entry`=1860 AND `level`=48; +UPDATE `pet_levelstats` SET `str`=104, `agi`= 69, `sta`=186, `inte`= 82, `spi`= 78, `armor`= 3943, `min_dmg`= 85, `max_dmg`=127 WHERE `creature_entry`=1860 AND `level`=49; +UPDATE `pet_levelstats` SET `str`=107, `agi`= 71, `sta`=190, `inte`= 84, `spi`= 80, `armor`= 4013, `min_dmg`= 91, `max_dmg`=135 WHERE `creature_entry`=1860 AND `level`=50; +UPDATE `pet_levelstats` SET `str`=109, `agi`= 72, `sta`=223, `inte`= 97, `spi`= 81, `armor`= 4086, `min_dmg`= 96, `max_dmg`=143 WHERE `creature_entry`=1860 AND `level`=51; +UPDATE `pet_levelstats` SET `str`=111, `agi`= 73, `sta`=228, `inte`=100, `spi`= 82, `armor`= 4160, `min_dmg`=101, `max_dmg`=150 WHERE `creature_entry`=1860 AND `level`=52; +UPDATE `pet_levelstats` SET `str`=113, `agi`= 75, `sta`=233, `inte`=102, `spi`= 84, `armor`= 4233, `min_dmg`=107, `max_dmg`=158 WHERE `creature_entry`=1860 AND `level`=53; +UPDATE `pet_levelstats` SET `str`=115, `agi`= 76, `sta`=207, `inte`= 90, `spi`= 85, `armor`= 4307, `min_dmg`=112, `max_dmg`=166 WHERE `creature_entry`=1860 AND `level`=54; +UPDATE `pet_levelstats` SET `str`=117, `agi`= 77, `sta`=227, `inte`= 99, `spi`= 87, `armor`= 4380, `min_dmg`=117, `max_dmg`=173 WHERE `creature_entry`=1860 AND `level`=55; +UPDATE `pet_levelstats` SET `str`=120, `agi`= 79, `sta`=248, `inte`=108, `spi`= 89, `armor`= 4453, `min_dmg`=123, `max_dmg`=181 WHERE `creature_entry`=1860 AND `level`=56; +UPDATE `pet_levelstats` SET `str`=122, `agi`= 80, `sta`=242, `inte`= 95, `spi`=108, `armor`= 4526, `min_dmg`=128, `max_dmg`=189 WHERE `creature_entry`=1860 AND `level`=57; +UPDATE `pet_levelstats` SET `str`=124, `agi`= 81, `sta`=236, `inte`= 82, `spi`=127, `armor`= 4599, `min_dmg`=133, `max_dmg`=197 WHERE `creature_entry`=1860 AND `level`=58; +UPDATE `pet_levelstats` SET `str`=127, `agi`= 83, `sta`=230, `inte`= 69, `spi`=147, `armor`= 4673, `min_dmg`=139, `max_dmg`=204 WHERE `creature_entry`=1860 AND `level`=59; +UPDATE `pet_levelstats` SET `str`=129, `agi`= 85, `sta`=249, `inte`= 70, `spi`=150, `armor`= 4745, `min_dmg`=144, `max_dmg`=212 WHERE `creature_entry`=1860 AND `level`=60; +UPDATE `pet_levelstats` SET `str`=131, `agi`= 60, `sta`=264, `inte`= 97, `spi`=126, `armor`= 5984, `min_dmg`=149, `max_dmg`=220 WHERE `creature_entry`=1860 AND `level`=61; +UPDATE `pet_levelstats` SET `str`=133, `agi`= 36, `sta`=279, `inte`=124, `spi`=102, `armor`= 7223, `min_dmg`=155, `max_dmg`=228 WHERE `creature_entry`=1860 AND `level`=62; +UPDATE `pet_levelstats` SET `str`=135, `agi`= 45, `sta`=279, `inte`=125, `spi`=104, `armor`= 7453, `min_dmg`=161, `max_dmg`=238 WHERE `creature_entry`=1860 AND `level`=63; +UPDATE `pet_levelstats` SET `str`=138, `agi`= 54, `sta`=279, `inte`=126, `spi`=107, `armor`= 7684, `min_dmg`=167, `max_dmg`=248 WHERE `creature_entry`=1860 AND `level`=64; +UPDATE `pet_levelstats` SET `str`=140, `agi`= 63, `sta`=279, `inte`=127, `spi`=109, `armor`= 7915, `min_dmg`=174, `max_dmg`=258 WHERE `creature_entry`=1860 AND `level`=65; +UPDATE `pet_levelstats` SET `str`=143, `agi`= 72, `sta`=279, `inte`=128, `spi`=112, `armor`= 8146, `min_dmg`=180, `max_dmg`=269 WHERE `creature_entry`=1860 AND `level`=66; +UPDATE `pet_levelstats` SET `str`=145, `agi`= 81, `sta`=279, `inte`=129, `spi`=114, `armor`= 8377, `min_dmg`=187, `max_dmg`=279 WHERE `creature_entry`=1860 AND `level`=67; +UPDATE `pet_levelstats` SET `str`=148, `agi`= 90, `sta`=279, `inte`=130, `spi`=117, `armor`= 8608, `min_dmg`=193, `max_dmg`=289 WHERE `creature_entry`=1860 AND `level`=68; +UPDATE `pet_levelstats` SET `str`=150, `agi`= 99, `sta`=279, `inte`=131, `spi`=119, `armor`= 8839, `min_dmg`=200, `max_dmg`=300 WHERE `creature_entry`=1860 AND `level`=69; +UPDATE `pet_levelstats` SET `str`=153, `agi`=109, `sta`=280, `inte`=133, `spi`=122, `armor`= 9070, `min_dmg`=206, `max_dmg`=310 WHERE `creature_entry`=1860 AND `level`=70; +UPDATE `pet_levelstats` SET `str`=163, `agi`=102, `sta`=284, `inte`=134, `spi`=134, `armor`= 9917, `min_dmg`=212, `max_dmg`=320 WHERE `creature_entry`=1860 AND `level`=71; +UPDATE `pet_levelstats` SET `str`=173, `agi`= 95, `sta`=289, `inte`=136, `spi`=146, `armor`=10765, `min_dmg`=219, `max_dmg`=330 WHERE `creature_entry`=1860 AND `level`=72; +UPDATE `pet_levelstats` SET `str`=183, `agi`= 88, `sta`=294, `inte`=138, `spi`=159, `armor`=11612, `min_dmg`=225, `max_dmg`=341 WHERE `creature_entry`=1860 AND `level`=73; +UPDATE `pet_levelstats` SET `str`=193, `agi`= 81, `sta`=299, `inte`=139, `spi`=171, `armor`=12460, `min_dmg`=232, `max_dmg`=351 WHERE `creature_entry`=1860 AND `level`=74; +UPDATE `pet_levelstats` SET `str`=203, `agi`= 74, `sta`=304, `inte`=141, `spi`=183, `armor`=13307, `min_dmg`=238, `max_dmg`=361 WHERE `creature_entry`=1860 AND `level`=75; +UPDATE `pet_levelstats` SET `str`=214, `agi`= 67, `sta`=309, `inte`=143, `spi`=196, `armor`=14155, `min_dmg`=245, `max_dmg`=372 WHERE `creature_entry`=1860 AND `level`=76; +UPDATE `pet_levelstats` SET `str`=236, `agi`= 72, `sta`=314, `inte`=144, `spi`=200, `armor`=14652, `min_dmg`=251, `max_dmg`=382 WHERE `creature_entry`=1860 AND `level`=77; +UPDATE `pet_levelstats` SET `str`=262, `agi`= 78, `sta`=318, `inte`=146, `spi`=203, `armor`=15150, `min_dmg`=258, `max_dmg`=393 WHERE `creature_entry`=1860 AND `level`=78; +UPDATE `pet_levelstats` SET `str`=288, `agi`= 84, `sta`=323, `inte`=148, `spi`=206, `armor`=15649, `min_dmg`=265, `max_dmg`=404 WHERE `creature_entry`=1860 AND `level`=79; +UPDATE `pet_levelstats` SET `str`=314, `agi`= 90, `sta`=328, `inte`=150, `spi`=209, `armor`=16148, `min_dmg`=272, `max_dmg`=415 WHERE `creature_entry`=1860 AND `level`=80; +-- SUCCUBUS +UPDATE `pet_levelstats` SET `str`= 42, `agi`= 35, `sta`= 67, `inte`= 31, `spi`= 49, `armor`= 563, `min_dmg`= 20, `max_dmg`= 30 WHERE `creature_entry`=1863 AND `level`=20; +UPDATE `pet_levelstats` SET `str`= 44, `agi`= 36, `sta`= 80, `inte`= 53, `spi`= 39, `armor`= 604, `min_dmg`= 20, `max_dmg`= 31 WHERE `creature_entry`=1863 AND `level`=21; +UPDATE `pet_levelstats` SET `str`= 46, `agi`= 36, `sta`= 84, `inte`= 54, `spi`= 41, `armor`= 628, `min_dmg`= 21, `max_dmg`= 32 WHERE `creature_entry`=1863 AND `level`=22; +UPDATE `pet_levelstats` SET `str`= 47, `agi`= 38, `sta`= 89, `inte`= 56, `spi`= 42, `armor`= 652, `min_dmg`= 22, `max_dmg`= 33 WHERE `creature_entry`=1863 AND `level`=23; +UPDATE `pet_levelstats` SET `str`= 49, `agi`= 39, `sta`= 93, `inte`= 57, `spi`= 43, `armor`= 675, `min_dmg`= 22, `max_dmg`= 34 WHERE `creature_entry`=1863 AND `level`=24; +UPDATE `pet_levelstats` SET `str`= 50, `agi`= 40, `sta`= 97, `inte`= 60, `spi`= 44, `armor`= 699, `min_dmg`= 23, `max_dmg`= 36 WHERE `creature_entry`=1863 AND `level`=25; +UPDATE `pet_levelstats` SET `str`= 52, `agi`= 41, `sta`=101, `inte`= 62, `spi`= 46, `armor`= 721, `min_dmg`= 24, `max_dmg`= 37 WHERE `creature_entry`=1863 AND `level`=26; +UPDATE `pet_levelstats` SET `str`= 53, `agi`= 42, `sta`=105, `inte`= 63, `spi`= 47, `armor`= 745, `min_dmg`= 25, `max_dmg`= 38 WHERE `creature_entry`=1863 AND `level`=27; +UPDATE `pet_levelstats` SET `str`= 55, `agi`= 43, `sta`=110, `inte`= 65, `spi`= 48, `armor`= 768, `min_dmg`= 26, `max_dmg`= 40 WHERE `creature_entry`=1863 AND `level`=28; +UPDATE `pet_levelstats` SET `str`= 57, `agi`= 44, `sta`=114, `inte`= 67, `spi`= 49, `armor`= 791, `min_dmg`= 27, `max_dmg`= 41 WHERE `creature_entry`=1863 AND `level`=29; +UPDATE `pet_levelstats` SET `str`= 57, `agi`= 46, `sta`=118, `inte`= 69, `spi`= 51, `armor`= 815, `min_dmg`= 28, `max_dmg`= 43 WHERE `creature_entry`=1863 AND `level`=30; +UPDATE `pet_levelstats` SET `str`= 59, `agi`= 47, `sta`=123, `inte`= 71, `spi`= 52, `armor`= 838, `min_dmg`= 28, `max_dmg`= 44 WHERE `creature_entry`=1863 AND `level`=31; +UPDATE `pet_levelstats` SET `str`= 60, `agi`= 47, `sta`=127, `inte`= 73, `spi`= 53, `armor`= 862, `min_dmg`= 29, `max_dmg`= 45 WHERE `creature_entry`=1863 AND `level`=32; +UPDATE `pet_levelstats` SET `str`= 62, `agi`= 49, `sta`=131, `inte`= 74, `spi`= 54, `armor`= 884, `min_dmg`= 30, `max_dmg`= 46 WHERE `creature_entry`=1863 AND `level`=33; +UPDATE `pet_levelstats` SET `str`= 63, `agi`= 50, `sta`=135, `inte`= 76, `spi`= 56, `armor`= 908, `min_dmg`= 31, `max_dmg`= 47 WHERE `creature_entry`=1863 AND `level`=34; +UPDATE `pet_levelstats` SET `str`= 65, `agi`= 51, `sta`=146, `inte`= 62, `spi`= 57, `armor`= 950, `min_dmg`= 32, `max_dmg`= 54 WHERE `creature_entry`=1863 AND `level`=35; +UPDATE `pet_levelstats` SET `str`= 66, `agi`= 52, `sta`=150, `inte`= 63, `spi`= 59, `armor`= 990, `min_dmg`= 33, `max_dmg`= 56 WHERE `creature_entry`=1863 AND `level`=36; +UPDATE `pet_levelstats` SET `str`= 68, `agi`= 53, `sta`=155, `inte`= 64, `spi`= 60, `armor`= 1038, `min_dmg`= 34, `max_dmg`= 59 WHERE `creature_entry`=1863 AND `level`=37; +UPDATE `pet_levelstats` SET `str`= 70, `agi`= 55, `sta`=159, `inte`= 66, `spi`= 62, `armor`= 1095, `min_dmg`= 36, `max_dmg`= 61 WHERE `creature_entry`=1863 AND `level`=38; +UPDATE `pet_levelstats` SET `str`= 72, `agi`= 56, `sta`=164, `inte`= 67, `spi`= 63, `armor`= 1163, `min_dmg`= 38, `max_dmg`= 64 WHERE `creature_entry`=1863 AND `level`=39; +UPDATE `pet_levelstats` SET `str`= 74, `agi`= 57, `sta`=170, `inte`= 70, `spi`= 65, `armor`= 1244, `min_dmg`= 41, `max_dmg`= 66 WHERE `creature_entry`=1863 AND `level`=40; +UPDATE `pet_levelstats` SET `str`= 77, `agi`= 58, `sta`=163, `inte`= 70, `spi`= 66, `armor`= 1338, `min_dmg`= 43, `max_dmg`= 67 WHERE `creature_entry`=1863 AND `level`=41; +UPDATE `pet_levelstats` SET `str`= 81, `agi`= 59, `sta`=156, `inte`= 70, `spi`= 67, `armor`= 1448, `min_dmg`= 46, `max_dmg`= 69 WHERE `creature_entry`=1863 AND `level`=42; +UPDATE `pet_levelstats` SET `str`= 86, `agi`= 61, `sta`=169, `inte`= 72, `spi`= 69, `armor`= 1544, `min_dmg`= 48, `max_dmg`= 72 WHERE `creature_entry`=1863 AND `level`=43; +UPDATE `pet_levelstats` SET `str`= 91, `agi`= 62, `sta`=169, `inte`= 69, `spi`= 70, `armor`= 1641, `min_dmg`= 51, `max_dmg`= 76 WHERE `creature_entry`=1863 AND `level`=44; +UPDATE `pet_levelstats` SET `str`= 96, `agi`= 64, `sta`=169, `inte`= 67, `spi`= 72, `armor`= 1738, `min_dmg`= 53, `max_dmg`= 79 WHERE `creature_entry`=1863 AND `level`=45; +UPDATE `pet_levelstats` SET `str`= 98, `agi`= 65, `sta`=173, `inte`= 77, `spi`= 73, `armor`= 1773, `min_dmg`= 56, `max_dmg`= 83 WHERE `creature_entry`=1863 AND `level`=46; +UPDATE `pet_levelstats` SET `str`=100, `agi`= 66, `sta`=177, `inte`= 78, `spi`= 75, `armor`= 1808, `min_dmg`= 59, `max_dmg`= 86 WHERE `creature_entry`=1863 AND `level`=47; +UPDATE `pet_levelstats` SET `str`=102, `agi`= 68, `sta`=181, `inte`= 80, `spi`= 76, `armor`= 1843, `min_dmg`= 61, `max_dmg`= 90 WHERE `creature_entry`=1863 AND `level`=48; +UPDATE `pet_levelstats` SET `str`=104, `agi`= 69, `sta`=186, `inte`= 82, `spi`= 78, `armor`= 1878, `min_dmg`= 64, `max_dmg`= 93 WHERE `creature_entry`=1863 AND `level`=49; +UPDATE `pet_levelstats` SET `str`=107, `agi`= 71, `sta`=190, `inte`= 84, `spi`= 80, `armor`= 1912, `min_dmg`= 67, `max_dmg`= 97 WHERE `creature_entry`=1863 AND `level`=50; +UPDATE `pet_levelstats` SET `str`=109, `agi`= 72, `sta`=223, `inte`= 97, `spi`= 81, `armor`= 2114, `min_dmg`= 77, `max_dmg`=112 WHERE `creature_entry`=1863 AND `level`=51; +UPDATE `pet_levelstats` SET `str`=111, `agi`= 73, `sta`=228, `inte`=100, `spi`= 82, `armor`= 2316, `min_dmg`= 88, `max_dmg`=128 WHERE `creature_entry`=1863 AND `level`=52; +UPDATE `pet_levelstats` SET `str`=113, `agi`= 75, `sta`=233, `inte`=102, `spi`= 84, `armor`= 2519, `min_dmg`= 98, `max_dmg`=143 WHERE `creature_entry`=1863 AND `level`=53; +UPDATE `pet_levelstats` SET `str`=115, `agi`= 76, `sta`=207, `inte`= 90, `spi`= 85, `armor`= 2721, `min_dmg`=109, `max_dmg`=159 WHERE `creature_entry`=1863 AND `level`=54; +UPDATE `pet_levelstats` SET `str`=117, `agi`= 77, `sta`=227, `inte`= 99, `spi`= 87, `armor`= 2923, `min_dmg`=119, `max_dmg`=174 WHERE `creature_entry`=1863 AND `level`=55; +UPDATE `pet_levelstats` SET `str`=120, `agi`= 79, `sta`=248, `inte`=108, `spi`= 89, `armor`= 3126, `min_dmg`=130, `max_dmg`=190 WHERE `creature_entry`=1863 AND `level`=56; +UPDATE `pet_levelstats` SET `str`=122, `agi`= 80, `sta`=242, `inte`= 95, `spi`=108, `armor`= 3328, `min_dmg`=141, `max_dmg`=206 WHERE `creature_entry`=1863 AND `level`=57; +UPDATE `pet_levelstats` SET `str`=124, `agi`= 81, `sta`=236, `inte`= 82, `spi`=127, `armor`= 3530, `min_dmg`=151, `max_dmg`=221 WHERE `creature_entry`=1863 AND `level`=58; +UPDATE `pet_levelstats` SET `str`=127, `agi`= 83, `sta`=230, `inte`= 69, `spi`=147, `armor`= 3733, `min_dmg`=162, `max_dmg`=237 WHERE `creature_entry`=1863 AND `level`=59; +UPDATE `pet_levelstats` SET `str`=129, `agi`= 85, `sta`=249, `inte`= 70, `spi`=150, `armor`= 3935, `min_dmg`=172, `max_dmg`=252 WHERE `creature_entry`=1863 AND `level`=60; +UPDATE `pet_levelstats` SET `str`=131, `agi`= 60, `sta`=264, `inte`= 97, `spi`=126, `armor`= 4137, `min_dmg`=183, `max_dmg`=268 WHERE `creature_entry`=1863 AND `level`=61; +UPDATE `pet_levelstats` SET `str`=133, `agi`= 36, `sta`=279, `inte`=124, `spi`=102, `armor`= 4340, `min_dmg`=194, `max_dmg`=284 WHERE `creature_entry`=1863 AND `level`=62; +UPDATE `pet_levelstats` SET `str`=135, `agi`= 45, `sta`=279, `inte`=125, `spi`=104, `armor`= 4638, `min_dmg`=204, `max_dmg`=298 WHERE `creature_entry`=1863 AND `level`=63; +UPDATE `pet_levelstats` SET `str`=138, `agi`= 54, `sta`=279, `inte`=126, `spi`=107, `armor`= 4936, `min_dmg`=214, `max_dmg`=313 WHERE `creature_entry`=1863 AND `level`=64; +UPDATE `pet_levelstats` SET `str`=140, `agi`= 63, `sta`=279, `inte`=127, `spi`=109, `armor`= 5234, `min_dmg`=224, `max_dmg`=328 WHERE `creature_entry`=1863 AND `level`=65; +UPDATE `pet_levelstats` SET `str`=143, `agi`= 72, `sta`=279, `inte`=128, `spi`=112, `armor`= 5532, `min_dmg`=234, `max_dmg`=342 WHERE `creature_entry`=1863 AND `level`=66; +UPDATE `pet_levelstats` SET `str`=145, `agi`= 81, `sta`=279, `inte`=129, `spi`=114, `armor`= 5830, `min_dmg`=244, `max_dmg`=357 WHERE `creature_entry`=1863 AND `level`=67; +UPDATE `pet_levelstats` SET `str`=148, `agi`= 90, `sta`=279, `inte`=130, `spi`=117, `armor`= 6128, `min_dmg`=254, `max_dmg`=372 WHERE `creature_entry`=1863 AND `level`=68; +UPDATE `pet_levelstats` SET `str`=150, `agi`= 99, `sta`=279, `inte`=131, `spi`=119, `armor`= 6426, `min_dmg`=264, `max_dmg`=387 WHERE `creature_entry`=1863 AND `level`=69; +UPDATE `pet_levelstats` SET `str`=153, `agi`=109, `sta`=280, `inte`=133, `spi`=122, `armor`= 6724, `min_dmg`=274, `max_dmg`=401 WHERE `creature_entry`=1863 AND `level`=70; +UPDATE `pet_levelstats` SET `str`=163, `agi`=102, `sta`=284, `inte`=134, `spi`=134, `armor`= 7023, `min_dmg`=284, `max_dmg`=416 WHERE `creature_entry`=1863 AND `level`=71; +UPDATE `pet_levelstats` SET `str`=173, `agi`= 95, `sta`=289, `inte`=136, `spi`=146, `armor`= 7321, `min_dmg`=294, `max_dmg`=431 WHERE `creature_entry`=1863 AND `level`=72; +UPDATE `pet_levelstats` SET `str`=183, `agi`= 88, `sta`=294, `inte`=138, `spi`=159, `armor`= 7619, `min_dmg`=304, `max_dmg`=445 WHERE `creature_entry`=1863 AND `level`=73; +UPDATE `pet_levelstats` SET `str`=193, `agi`= 81, `sta`=299, `inte`=139, `spi`=171, `armor`= 7917, `min_dmg`=314, `max_dmg`=460 WHERE `creature_entry`=1863 AND `level`=74; +UPDATE `pet_levelstats` SET `str`=203, `agi`= 74, `sta`=304, `inte`=141, `spi`=183, `armor`= 8215, `min_dmg`=324, `max_dmg`=475 WHERE `creature_entry`=1863 AND `level`=75; +UPDATE `pet_levelstats` SET `str`=214, `agi`= 67, `sta`=309, `inte`=143, `spi`=196, `armor`= 8513, `min_dmg`=334, `max_dmg`=490 WHERE `creature_entry`=1863 AND `level`=76; +UPDATE `pet_levelstats` SET `str`=236, `agi`= 72, `sta`=314, `inte`=144, `spi`=200, `armor`= 8811, `min_dmg`=344, `max_dmg`=504 WHERE `creature_entry`=1863 AND `level`=77; +UPDATE `pet_levelstats` SET `str`=262, `agi`= 78, `sta`=318, `inte`=146, `spi`=203, `armor`= 9109, `min_dmg`=354, `max_dmg`=519 WHERE `creature_entry`=1863 AND `level`=78; +UPDATE `pet_levelstats` SET `str`=288, `agi`= 84, `sta`=323, `inte`=148, `spi`=206, `armor`= 9407, `min_dmg`=364, `max_dmg`=534 WHERE `creature_entry`=1863 AND `level`=79; +UPDATE `pet_levelstats` SET `str`=314, `agi`= 90, `sta`=328, `inte`=150, `spi`=209, `armor`= 9706, `min_dmg`=375, `max_dmg`=549 WHERE `creature_entry`=1863 AND `level`=80; +-- FELHUNTER +UPDATE `pet_levelstats` SET `str`= 57, `agi`= 46, `sta`=118, `inte`= 69, `spi`= 51, `armor`= 834, `min_dmg`= 18, `max_dmg`= 29 WHERE `creature_entry`= 417 AND `level`=30; +UPDATE `pet_levelstats` SET `str`= 59, `agi`= 47, `sta`=123, `inte`= 71, `spi`= 52, `armor`= 857, `min_dmg`= 18, `max_dmg`= 30 WHERE `creature_entry`= 417 AND `level`=31; +UPDATE `pet_levelstats` SET `str`= 60, `agi`= 47, `sta`=127, `inte`= 73, `spi`= 53, `armor`= 882, `min_dmg`= 19, `max_dmg`= 31 WHERE `creature_entry`= 417 AND `level`=32; +UPDATE `pet_levelstats` SET `str`= 62, `agi`= 49, `sta`=131, `inte`= 74, `spi`= 54, `armor`= 905, `min_dmg`= 20, `max_dmg`= 32 WHERE `creature_entry`= 417 AND `level`=33; +UPDATE `pet_levelstats` SET `str`= 63, `agi`= 50, `sta`=135, `inte`= 76, `spi`= 56, `armor`= 929, `min_dmg`= 20, `max_dmg`= 33 WHERE `creature_entry`= 417 AND `level`=34; +UPDATE `pet_levelstats` SET `str`= 65, `agi`= 51, `sta`=146, `inte`= 62, `spi`= 57, `armor`= 998, `min_dmg`= 21, `max_dmg`= 34 WHERE `creature_entry`= 417 AND `level`=35; +UPDATE `pet_levelstats` SET `str`= 66, `agi`= 52, `sta`=150, `inte`= 63, `spi`= 59, `armor`= 1067, `min_dmg`= 22, `max_dmg`= 36 WHERE `creature_entry`= 417 AND `level`=36; +UPDATE `pet_levelstats` SET `str`= 68, `agi`= 53, `sta`=155, `inte`= 64, `spi`= 60, `armor`= 1137, `min_dmg`= 23, `max_dmg`= 37 WHERE `creature_entry`= 417 AND `level`=37; +UPDATE `pet_levelstats` SET `str`= 70, `agi`= 55, `sta`=159, `inte`= 66, `spi`= 62, `armor`= 1206, `min_dmg`= 24, `max_dmg`= 38 WHERE `creature_entry`= 417 AND `level`=38; +UPDATE `pet_levelstats` SET `str`= 72, `agi`= 56, `sta`=164, `inte`= 67, `spi`= 63, `armor`= 1275, `min_dmg`= 25, `max_dmg`= 40 WHERE `creature_entry`= 417 AND `level`=39; +UPDATE `pet_levelstats` SET `str`= 74, `agi`= 57, `sta`=170, `inte`= 70, `spi`= 65, `armor`= 1345, `min_dmg`= 26, `max_dmg`= 41 WHERE `creature_entry`= 417 AND `level`=40; +UPDATE `pet_levelstats` SET `str`= 77, `agi`= 58, `sta`=163, `inte`= 70, `spi`= 66, `armor`= 1414, `min_dmg`= 27, `max_dmg`= 42 WHERE `creature_entry`= 417 AND `level`=41; +UPDATE `pet_levelstats` SET `str`= 81, `agi`= 59, `sta`=156, `inte`= 70, `spi`= 67, `armor`= 1484, `min_dmg`= 28, `max_dmg`= 44 WHERE `creature_entry`= 417 AND `level`=42; +UPDATE `pet_levelstats` SET `str`= 86, `agi`= 61, `sta`=169, `inte`= 72, `spi`= 69, `armor`= 1709, `min_dmg`= 32, `max_dmg`= 50 WHERE `creature_entry`= 417 AND `level`=43; +UPDATE `pet_levelstats` SET `str`= 91, `agi`= 62, `sta`=169, `inte`= 69, `spi`= 70, `armor`= 1934, `min_dmg`= 37, `max_dmg`= 56 WHERE `creature_entry`= 417 AND `level`=44; +UPDATE `pet_levelstats` SET `str`= 96, `agi`= 64, `sta`=169, `inte`= 67, `spi`= 72, `armor`= 2159, `min_dmg`= 42, `max_dmg`= 63 WHERE `creature_entry`= 417 AND `level`=45; +UPDATE `pet_levelstats` SET `str`= 98, `agi`= 65, `sta`=173, `inte`= 77, `spi`= 73, `armor`= 2236, `min_dmg`= 47, `max_dmg`= 71 WHERE `creature_entry`= 417 AND `level`=46; +UPDATE `pet_levelstats` SET `str`=100, `agi`= 66, `sta`=177, `inte`= 78, `spi`= 75, `armor`= 2314, `min_dmg`= 53, `max_dmg`= 80 WHERE `creature_entry`= 417 AND `level`=47; +UPDATE `pet_levelstats` SET `str`=102, `agi`= 68, `sta`=181, `inte`= 80, `spi`= 76, `armor`= 2391, `min_dmg`= 59, `max_dmg`= 88 WHERE `creature_entry`= 417 AND `level`=48; +UPDATE `pet_levelstats` SET `str`=104, `agi`= 69, `sta`=186, `inte`= 82, `spi`= 78, `armor`= 2469, `min_dmg`= 65, `max_dmg`= 97 WHERE `creature_entry`= 417 AND `level`=49; +UPDATE `pet_levelstats` SET `str`=107, `agi`= 71, `sta`=190, `inte`= 84, `spi`= 80, `armor`= 2547, `min_dmg`= 70, `max_dmg`=105 WHERE `creature_entry`= 417 AND `level`=50; +UPDATE `pet_levelstats` SET `str`=109, `agi`= 72, `sta`=223, `inte`= 97, `spi`= 81, `armor`= 2624, `min_dmg`= 76, `max_dmg`=114 WHERE `creature_entry`= 417 AND `level`=51; +UPDATE `pet_levelstats` SET `str`=111, `agi`= 73, `sta`=228, `inte`=100, `spi`= 82, `armor`= 2702, `min_dmg`= 82, `max_dmg`=122 WHERE `creature_entry`= 417 AND `level`=52; +UPDATE `pet_levelstats` SET `str`=113, `agi`= 75, `sta`=233, `inte`=102, `spi`= 84, `armor`= 2780, `min_dmg`= 88, `max_dmg`=131 WHERE `creature_entry`= 417 AND `level`=53; +UPDATE `pet_levelstats` SET `str`=115, `agi`= 76, `sta`=207, `inte`= 90, `spi`= 85, `armor`= 2857, `min_dmg`= 93, `max_dmg`=139 WHERE `creature_entry`= 417 AND `level`=54; +UPDATE `pet_levelstats` SET `str`=117, `agi`= 77, `sta`=227, `inte`= 99, `spi`= 87, `armor`= 2935, `min_dmg`= 99, `max_dmg`=148 WHERE `creature_entry`= 417 AND `level`=55; +UPDATE `pet_levelstats` SET `str`=120, `agi`= 79, `sta`=248, `inte`=108, `spi`= 89, `armor`= 3013, `min_dmg`=105, `max_dmg`=156 WHERE `creature_entry`= 417 AND `level`=56; +UPDATE `pet_levelstats` SET `str`=122, `agi`= 80, `sta`=242, `inte`= 95, `spi`=108, `armor`= 3090, `min_dmg`=111, `max_dmg`=165 WHERE `creature_entry`= 417 AND `level`=57; +UPDATE `pet_levelstats` SET `str`=124, `agi`= 81, `sta`=236, `inte`= 82, `spi`=127, `armor`= 3168, `min_dmg`=116, `max_dmg`=173 WHERE `creature_entry`= 417 AND `level`=58; +UPDATE `pet_levelstats` SET `str`=127, `agi`= 83, `sta`=230, `inte`= 69, `spi`=147, `armor`= 3246, `min_dmg`=122, `max_dmg`=182 WHERE `creature_entry`= 417 AND `level`=59; +UPDATE `pet_levelstats` SET `str`=129, `agi`= 85, `sta`=249, `inte`= 70, `spi`=150, `armor`= 3323, `min_dmg`=128, `max_dmg`=190 WHERE `creature_entry`= 417 AND `level`=60; +UPDATE `pet_levelstats` SET `str`=131, `agi`= 60, `sta`=264, `inte`= 97, `spi`=126, `armor`= 3401, `min_dmg`=134, `max_dmg`=199 WHERE `creature_entry`= 417 AND `level`=61; +UPDATE `pet_levelstats` SET `str`=133, `agi`= 36, `sta`=279, `inte`=124, `spi`=102, `armor`= 3479, `min_dmg`=140, `max_dmg`=208 WHERE `creature_entry`= 417 AND `level`=62; +UPDATE `pet_levelstats` SET `str`=135, `agi`= 45, `sta`=279, `inte`=125, `spi`=104, `armor`= 3594, `min_dmg`=145, `max_dmg`=217 WHERE `creature_entry`= 417 AND `level`=63; +UPDATE `pet_levelstats` SET `str`=138, `agi`= 54, `sta`=279, `inte`=126, `spi`=107, `armor`= 3709, `min_dmg`=151, `max_dmg`=227 WHERE `creature_entry`= 417 AND `level`=64; +UPDATE `pet_levelstats` SET `str`=140, `agi`= 63, `sta`=279, `inte`=127, `spi`=109, `armor`= 3824, `min_dmg`=157, `max_dmg`=236 WHERE `creature_entry`= 417 AND `level`=65; +UPDATE `pet_levelstats` SET `str`=143, `agi`= 72, `sta`=279, `inte`=128, `spi`=112, `armor`= 3939, `min_dmg`=163, `max_dmg`=246 WHERE `creature_entry`= 417 AND `level`=66; +UPDATE `pet_levelstats` SET `str`=145, `agi`= 81, `sta`=279, `inte`=129, `spi`=114, `armor`= 4054, `min_dmg`=169, `max_dmg`=255 WHERE `creature_entry`= 417 AND `level`=67; +UPDATE `pet_levelstats` SET `str`=148, `agi`= 90, `sta`=279, `inte`=130, `spi`=117, `armor`= 4169, `min_dmg`=175, `max_dmg`=265 WHERE `creature_entry`= 417 AND `level`=68; +UPDATE `pet_levelstats` SET `str`=150, `agi`= 99, `sta`=279, `inte`=131, `spi`=119, `armor`= 4284, `min_dmg`=181, `max_dmg`=274 WHERE `creature_entry`= 417 AND `level`=69; +UPDATE `pet_levelstats` SET `str`=153, `agi`=109, `sta`=280, `inte`=133, `spi`=122, `armor`= 4400, `min_dmg`=187, `max_dmg`=284 WHERE `creature_entry`= 417 AND `level`=70; +UPDATE `pet_levelstats` SET `str`=163, `agi`=102, `sta`=284, `inte`=134, `spi`=134, `armor`= 4779, `min_dmg`=193, `max_dmg`=293 WHERE `creature_entry`= 417 AND `level`=71; +UPDATE `pet_levelstats` SET `str`=173, `agi`= 95, `sta`=289, `inte`=136, `spi`=146, `armor`= 5158, `min_dmg`=199, `max_dmg`=303 WHERE `creature_entry`= 417 AND `level`=72; +UPDATE `pet_levelstats` SET `str`=183, `agi`= 88, `sta`=294, `inte`=138, `spi`=159, `armor`= 5538, `min_dmg`=205, `max_dmg`=312 WHERE `creature_entry`= 417 AND `level`=73; +UPDATE `pet_levelstats` SET `str`=193, `agi`= 81, `sta`=299, `inte`=139, `spi`=171, `armor`= 5917, `min_dmg`=211, `max_dmg`=322 WHERE `creature_entry`= 417 AND `level`=74; +UPDATE `pet_levelstats` SET `str`=203, `agi`= 74, `sta`=304, `inte`=141, `spi`=183, `armor`= 6297, `min_dmg`=217, `max_dmg`=331 WHERE `creature_entry`= 417 AND `level`=75; +UPDATE `pet_levelstats` SET `str`=214, `agi`= 67, `sta`=309, `inte`=143, `spi`=196, `armor`= 6676, `min_dmg`=223, `max_dmg`=341 WHERE `creature_entry`= 417 AND `level`=76; +UPDATE `pet_levelstats` SET `str`=236, `agi`= 72, `sta`=314, `inte`=144, `spi`=200, `armor`= 7056, `min_dmg`=229, `max_dmg`=351 WHERE `creature_entry`= 417 AND `level`=77; +UPDATE `pet_levelstats` SET `str`=262, `agi`= 78, `sta`=318, `inte`=146, `spi`=203, `armor`= 7298, `min_dmg`=235, `max_dmg`=360 WHERE `creature_entry`= 417 AND `level`=78; +UPDATE `pet_levelstats` SET `str`=288, `agi`= 84, `sta`=323, `inte`=148, `spi`=206, `armor`= 7540, `min_dmg`=241, `max_dmg`=370 WHERE `creature_entry`= 417 AND `level`=79; +UPDATE `pet_levelstats` SET `str`=314, `agi`= 90, `sta`=328, `inte`=150, `spi`=209, `armor`= 7782, `min_dmg`=247, `max_dmg`=380 WHERE `creature_entry`= 417 AND `level`=80; +-- FELGUARD +UPDATE `pet_levelstats` SET `str`=107, `agi`= 71, `sta`=190, `inte`= 84, `spi`= 80, `armor`= 3494, `min_dmg`=113, `max_dmg`=149 WHERE `creature_entry`=17252 AND `level`=50; +UPDATE `pet_levelstats` SET `str`=109, `agi`= 72, `sta`=223, `inte`= 97, `spi`= 81, `armor`= 3559, `min_dmg`=122, `max_dmg`=160 WHERE `creature_entry`=17252 AND `level`=51; +UPDATE `pet_levelstats` SET `str`=111, `agi`= 73, `sta`=228, `inte`=100, `spi`= 82, `armor`= 3624, `min_dmg`=127, `max_dmg`=167 WHERE `creature_entry`=17252 AND `level`=52; +UPDATE `pet_levelstats` SET `str`=113, `agi`= 75, `sta`=233, `inte`=102, `spi`= 84, `armor`= 3686, `min_dmg`=129, `max_dmg`=169 WHERE `creature_entry`=17252 AND `level`=53; +UPDATE `pet_levelstats` SET `str`=115, `agi`= 76, `sta`=207, `inte`= 90, `spi`= 85, `armor`= 3750, `min_dmg`=131, `max_dmg`=171 WHERE `creature_entry`=17252 AND `level`=54; +UPDATE `pet_levelstats` SET `str`=117, `agi`= 77, `sta`=227, `inte`= 99, `spi`= 87, `armor`= 3814, `min_dmg`=133, `max_dmg`=173 WHERE `creature_entry`=17252 AND `level`=55; +UPDATE `pet_levelstats` SET `str`=120, `agi`= 79, `sta`=248, `inte`=108, `spi`= 89, `armor`= 3878, `min_dmg`=135, `max_dmg`=176 WHERE `creature_entry`=17252 AND `level`=56; +UPDATE `pet_levelstats` SET `str`=122, `agi`= 80, `sta`=242, `inte`= 95, `spi`=108, `armor`= 4277, `min_dmg`=152, `max_dmg`=201 WHERE `creature_entry`=17252 AND `level`=57; +UPDATE `pet_levelstats` SET `str`=124, `agi`= 81, `sta`=236, `inte`= 82, `spi`=127, `armor`= 4677, `min_dmg`=170, `max_dmg`=227 WHERE `creature_entry`=17252 AND `level`=58; +UPDATE `pet_levelstats` SET `str`=127, `agi`= 83, `sta`=230, `inte`= 69, `spi`=147, `armor`= 5077, `min_dmg`=187, `max_dmg`=252 WHERE `creature_entry`=17252 AND `level`=59; +UPDATE `pet_levelstats` SET `str`=129, `agi`= 85, `sta`=249, `inte`= 70, `spi`=150, `armor`= 5476, `min_dmg`=205, `max_dmg`=278 WHERE `creature_entry`=17252 AND `level`=60; +UPDATE `pet_levelstats` SET `str`=131, `agi`= 60, `sta`=264, `inte`= 97, `spi`=126, `armor`= 5876, `min_dmg`=222, `max_dmg`=303 WHERE `creature_entry`=17252 AND `level`=61; +UPDATE `pet_levelstats` SET `str`=133, `agi`= 36, `sta`=279, `inte`=124, `spi`=102, `armor`= 6276, `min_dmg`=240, `max_dmg`=329 WHERE `creature_entry`=17252 AND `level`=62; +UPDATE `pet_levelstats` SET `str`=135, `agi`= 45, `sta`=279, `inte`=125, `spi`=104, `armor`= 6482, `min_dmg`=244, `max_dmg`=338 WHERE `creature_entry`=17252 AND `level`=63; +UPDATE `pet_levelstats` SET `str`=138, `agi`= 54, `sta`=279, `inte`=126, `spi`=107, `armor`= 6688, `min_dmg`=249, `max_dmg`=347 WHERE `creature_entry`=17252 AND `level`=64; +UPDATE `pet_levelstats` SET `str`=140, `agi`= 63, `sta`=279, `inte`=127, `spi`=109, `armor`= 6895, `min_dmg`=254, `max_dmg`=356 WHERE `creature_entry`=17252 AND `level`=65; +UPDATE `pet_levelstats` SET `str`=143, `agi`= 72, `sta`=279, `inte`=128, `spi`=112, `armor`= 7101, `min_dmg`=259, `max_dmg`=365 WHERE `creature_entry`=17252 AND `level`=66; +UPDATE `pet_levelstats` SET `str`=145, `agi`= 81, `sta`=279, `inte`=129, `spi`=114, `armor`= 7307, `min_dmg`=264, `max_dmg`=375 WHERE `creature_entry`=17252 AND `level`=67; +UPDATE `pet_levelstats` SET `str`=148, `agi`= 90, `sta`=279, `inte`=130, `spi`=117, `armor`= 7514, `min_dmg`=269, `max_dmg`=384 WHERE `creature_entry`=17252 AND `level`=68; +UPDATE `pet_levelstats` SET `str`=150, `agi`= 99, `sta`=279, `inte`=131, `spi`=119, `armor`= 7720, `min_dmg`=274, `max_dmg`=393 WHERE `creature_entry`=17252 AND `level`=69; +UPDATE `pet_levelstats` SET `str`=153, `agi`=109, `sta`=280, `inte`=133, `spi`=122, `armor`= 7927, `min_dmg`=279, `max_dmg`=402 WHERE `creature_entry`=17252 AND `level`=70; +UPDATE `pet_levelstats` SET `str`=163, `agi`=102, `sta`=284, `inte`=134, `spi`=134, `armor`= 8537, `min_dmg`=284, `max_dmg`=412 WHERE `creature_entry`=17252 AND `level`=71; +UPDATE `pet_levelstats` SET `str`=173, `agi`= 95, `sta`=289, `inte`=136, `spi`=146, `armor`= 9148, `min_dmg`=289, `max_dmg`=421 WHERE `creature_entry`=17252 AND `level`=72; +UPDATE `pet_levelstats` SET `str`=183, `agi`= 88, `sta`=294, `inte`=138, `spi`=159, `armor`= 9758, `min_dmg`=294, `max_dmg`=430 WHERE `creature_entry`=17252 AND `level`=73; +UPDATE `pet_levelstats` SET `str`=193, `agi`= 81, `sta`=299, `inte`=139, `spi`=171, `armor`=10369, `min_dmg`=299, `max_dmg`=439 WHERE `creature_entry`=17252 AND `level`=74; +UPDATE `pet_levelstats` SET `str`=203, `agi`= 74, `sta`=304, `inte`=141, `spi`=183, `armor`=10980, `min_dmg`=304, `max_dmg`=448 WHERE `creature_entry`=17252 AND `level`=75; +UPDATE `pet_levelstats` SET `str`=214, `agi`= 67, `sta`=309, `inte`=143, `spi`=196, `armor`=11590, `min_dmg`=309, `max_dmg`=458 WHERE `creature_entry`=17252 AND `level`=76; +UPDATE `pet_levelstats` SET `str`=236, `agi`= 72, `sta`=314, `inte`=144, `spi`=200, `armor`=12201, `min_dmg`=314, `max_dmg`=467 WHERE `creature_entry`=17252 AND `level`=77; +UPDATE `pet_levelstats` SET `str`=262, `agi`= 78, `sta`=318, `inte`=146, `spi`=203, `armor`=12811, `min_dmg`=319, `max_dmg`=476 WHERE `creature_entry`=17252 AND `level`=78; +UPDATE `pet_levelstats` SET `str`=288, `agi`= 84, `sta`=323, `inte`=148, `spi`=206, `armor`=13422, `min_dmg`=324, `max_dmg`=485 WHERE `creature_entry`=17252 AND `level`=79; +UPDATE `pet_levelstats` SET `str`=314, `agi`= 90, `sta`=328, `inte`=150, `spi`=209, `armor`=14033, `min_dmg`=329, `max_dmg`=495 WHERE `creature_entry`=17252 AND `level`=80; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_00_world_335.sql new file mode 100644 index 00000000000..50cda3d0057 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_00_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_text` SET `BroadcastTextId`=1325, `Text`="These statuettes must hold a hidden compartment...." WHERE `CreatureID`=3846 AND `GroupID`=0 AND `ID`=0; +UPDATE `creature_text` SET `BroadcastTextId`=1354, `Text`="%s searches the ancient statuettes." WHERE `CreatureID`=3846 AND `GroupID`=1 AND `ID`=0; +UPDATE `creature_text` SET `BroadcastTextId`=1326, `Text`="They're locked! NO!!" WHERE `CreatureID`=3846 AND `GroupID`=2 AND `ID`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_01_world_335.sql new file mode 100644 index 00000000000..6361bb765e9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_01_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="This statuette must hold a hidden compartment...." WHERE `CreatureID`=3846 AND `GroupID`=0 AND `ID`=0; +UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="%s searches the ancient statuette." WHERE `CreatureID`=3846 AND `GroupID`=1 AND `ID`=0; +UPDATE `creature_text` SET `BroadcastTextId`=0, `Text`="It's locked! NO!!" WHERE `CreatureID`=3846 AND `GroupID`=2 AND `ID`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_02_world_335.sql new file mode 100644 index 00000000000..b7cf4a54ce0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_02_world_335.sql @@ -0,0 +1,24 @@ +-- +-- Quest "Troubled Spirits of Kel'Theril" +-- Highborne Relic Fragment +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry` IN (175888,175891,175892,175893); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (175888,175891,175892,175893) 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 +(175888,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6505.45,-4230.91,658.636,3.31351,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"), +(175888,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6494.32,-4228.23,658.549,5.63829,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"), +(175891,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6562.16,-3919.21,658.297,4.42878,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"), +(175891,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6556.55,-3938.87,658.313,1.30682,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"), +(175892,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6482.59,-4109.64,658.291,2.21004,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"), +(175892,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6482.84,-4093.91,658.412,4.11463,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"), +(175893,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6563.31,-4047.92,658.329,1.18116,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"), +(175893,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6557.38,-4041.45,658.408,0.313297,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"); + +-- Anguished Highborne +DELETE FROM `smart_scripts` WHERE `entryorguid`=7524 AND `source_type`=0 AND `id`=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 +(7524,0,1,0,11,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Anguished Highborne - On Respawn - Start Attacking"); + +-- Suffering Highborne +DELETE FROM `smart_scripts` WHERE `entryorguid`=7523 AND `source_type`=0 AND `id`=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 +(7523,0,1,0,11,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Suffering Highborne - On Respawn - Start Attacking"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_03_world_335.sql new file mode 100644 index 00000000000..d5ef980e5a9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_17_03_world_335.sql @@ -0,0 +1,24 @@ +-- +-- Remorseful Highborne +DELETE FROM `smart_scripts` WHERE `entryorguid`=10684 AND `source_type`=0 AND `id` IN (1,2); +DELETE FROM `smart_scripts` WHERE `entryorguid`=1068400 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 +(10684,0,1,0,20,0,100,0,5248,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Quest 'Tormented by the Past' Finished - Set Active On"), +(10684,0,2,0,20,0,100,0,5248,0,0,0,80,1068400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Quest 'Tormented by the Past' Finished - Run Script"), +(1068400,9,0,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,11,7523,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 1 1"), +(1068400,9,1,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,11,7524,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 1 1"), +(1068400,9,2,0,0,0,100,0,120000,120000,0,0,45,2,2,0,0,0,0,11,7523,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 2 2"), +(1068400,9,3,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,11,7524,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 2 2"), +(1068400,9,4,0,0,0,100,0,0,0,0,0,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Script - Set Active Off"); + +-- Anguished Highborne +DELETE FROM `smart_scripts` WHERE `entryorguid`=7524 AND `source_type`=0 AND `id` IN (2,3); +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 +(7524,0,2,0,38,0,100,0,1,1,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anguished Highborne - On Data Set 1 1 - Set Faction 124"), +(7524,0,3,0,38,0,100,0,2,2,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anguished Highborne - On Data Set 2 2 - Set Faction 21"); + +-- Suffering Highborne +DELETE FROM `smart_scripts` WHERE `entryorguid`=7523 AND `source_type`=0 AND `id` IN (2,3); +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 +(7523,0,2,0,38,0,100,0,1,1,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Suffering Highborne - On Data Set 1 1 - Set Faction 124"), +(7523,0,3,0,38,0,100,0,2,2,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,"Suffering Highborne - On Data Set 2 2 - Set Faction 21"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_22_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_22_00_world_335.sql new file mode 100644 index 00000000000..3639e157827 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_22_00_world_335.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `npc_text` WHERE `ID` IN (15520,15521,15522,15525,15587,15841,16396,16660,16859,17482,17519); +INSERT INTO `npc_text` (`ID`, `text0_0`, `BroadcastTextID0`, `Probability0`, em0_0) VALUES +(15520, "Ah yes, our assault on the Horde town of Taurajo. I struggled with the implications of the decision.$B$BTaurajo was admittedly what you might call a 'soft target,' primarily a hunters' camp. Still, it had been used to recruit, equip, and train Horde infantry for many years.$B$BWhen our scouts reported that Taurajo's most dangerous units were out on the hunt, we had to act quickly.",39124, 1, 1), +(15521, "<Hawthorne wrinkles his brow.>$B$BI would prefer not to use the term 'sacked,' but yes, the attack went off flawlessly. We removed Taurajo from the equation, confiscated its arms, and destroyed its smithing facilities. The assault gave our forces considerable breathing room and knocked the enemy off balance.$B$BNonetheless, during the assault, I instructed my men to leave a gap open in our lines...",39126, 1, 274), +(15522, "Taurajo had a significant civilian population. I wanted to ensure that they could escape the fighting, and many did, finding refuge in the north.$B$BThere are some, even in Alliance High Command, who argued that I let an opportunity slip away. That I should've taken hostages. But I don't see the value in those sort of terror-tactics.$B$BHear me out, $n: I want this war to end someday. It won't ever stop if we butcher or imprison civilians.$B$BI just pray that there are those on the other side who see things as I do.",39128, 1, 274), +(15525, "The lesson we've learned here in the Barrens is that nothing short of scorched earth will rout these Horde animals. No quarter!",39135, 1, 0), +(15587, "Be sure to check in with my son Marley at the digsite. He's a good kid - my eyes and ears over at Bael Modan.",39344, 1, 1), +(15841, "The Cataclysm has destroyed the western mountains of Thousand Needles. The South Sea has rushed in and the canyons are flooded.$B$BPlease, $c, you must come to our aid at New Thalanaar!",40354, 1, 5), +(16396, "Let's get this over with. I'd rather be back home at Aerie Peak than starin' down these ugly trolls.",43287, 1, 0), +(16660, "Sharpbeak's the finest gryphon in Aerie Peak. He'll get you right to the top of Jintha'Alor, and we'll take the top terraces in no time.",44808, 1, 0), +(16859, "No thanks! Maybe sometime in the future. Or the past. Not today.",45667, 1, 1), +(17482, "Thank you for saving me! But don't tell Ferli, ok? I said I busted out on my own!",48726, 1, 0), +(17519, "I wasn't expecting anyone down here. Come to keep me company, or just looking for a way out?",48894, 1, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_24_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_24_00_world_335.sql new file mode 100644 index 00000000000..6388aa8c926 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_24_00_world_335.sql @@ -0,0 +1,96 @@ +-- Quest "Ancient Spirit" +UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=4261; -- Prevents quest from auto completing +-- Arei +DELETE FROM `creature_text` WHERE `CreatureID`=9598; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9598,0,0,"Please, help me to get through this cursed forest, $r.",12,0,100,0,0,0,5004,0,"Arei"), +(9598,1,0,"The corruption of Felwood has trapped my spirit here... I may never rest...",12,0,100,0,0,0,5037,0,"Arei"), +(9598,2,0,"That I must fight against my own kind deeply saddens me.",12,0,100,0,0,0,5008,0,"Arei"), +(9598,3,0,"The corruption of the fel has not left any of the creatures of Felwood untouched, $n. Please, be on your guard.",12,0,100,0,0,0,5005,0,"Arei"), +(9598,4,0,"I can sense it now, $n. Ashenvale lies down this path.",12,0,100,0,0,0,5023,0,"Arei"), +(9598,5,0,"I feel... something strange...",12,0,100,0,0,0,5026,0,"Arei"), +(9598,6,0,"$n, my form has now changed! The true strength of my spirit is returning to me now... The cursed grasp of the forest is leaving me.",12,0,100,0,0,0,5029,0,"Arei"), +(9598,7,0,"Thank you, $n. Now my spirit will finally be at peace.",12,0,100,0,0,0,5036,0,"Arei"), +(9598,8,0,"I sense the taint of corruption upon this $n. Help me destroy it!",12,0,100,0,0,0,5473,0,"Arei"), +(9598,8,1,"This creature suffers from the effects of the fel... We must end its misery.",12,0,100,0,0,0,5474,0,"Arei"), +(9598,8,2,"This $n has been driven mad from the corruption!",12,0,100,0,0,0,5475,0,"Arei"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9598; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9598 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (959800,959801,959802) 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 +(9598,0,0,1,19,0,100,0,4261,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Store Targetlist"), +(9598,0,1,2,61,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Remove Npc Flag Questgiver"), +(9598,0,2,0,61,0,100,0,0,0,0,0,80,959800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Run Script"), +(9598,0,3,0,6,0,100,0,0,0,0,0,6,4261,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Just Died - Fail Quest 'Ancient Spirit'"), +(9598,0,4,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Just Died - Say Line 1"), +(9598,0,5,0,40,0,100,0,7,9598,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Waypoint 7 Reached - Say Line 2"), +(9598,0,6,0,40,0,100,0,7,9598,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 7 Reached - Pause Waypoint"), +(9598,0,7,0,40,0,100,0,15,9598,0,0,1,3,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Waypoint 15 Reached - Say Line 3"), +(9598,0,8,0,40,0,100,0,15,9598,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 15 Reached - Pause Waypoint"), +(9598,0,9,0,40,0,100,0,36,9598,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 36 Reached - Summon Group 1"), +(9598,0,10,0,40,0,100,0,37,9598,0,0,80,959802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 36 Reached - Run Script"), +(9598,0,11,0,4,0,50,0,0,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Aggro - Say Line 8"), +(9598,0,12,0,0,0,100,0,6000,9000,16000,21000,11,5337,0,0,0,0,0,2,0,0,0,0,0,0,0,"Arei - In Combat - Cast 'Wither Strike'"), +(959800,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 0"), +(959800,9,1,0,0,0,100,0,5000,5000,0,0,53,0,9598,0,0,0,2,1,0,0,0,0,0,0,0,"Arei - On Script - Start Waypoint"), +(959800,9,2,0,0,0,100,0,0,0,0,0,2,250,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Set Faction 250"), +(959802,9,0,0,0,0,100,0,0,0,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Set Faction 124"), +(959802,9,1,0,0,0,100,0,1000,1000,0,0,1,4,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 4"), +(959802,9,2,0,0,0,100,0,5000,5000,0,0,1,5,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 5"), +(959802,9,3,0,0,0,100,0,2000,2000,0,0,11,14888,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Cast 'Arei Transform'"), +(959802,9,4,0,0,0,100,0,3000,3000,0,0,1,6,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 6"), +(959802,9,5,0,0,0,100,0,8000,8000,0,0,1,7,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 7"), +(959802,9,6,0,0,0,100,0,0,0,0,0,15,4261,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Complete Quest 'Ancient Spirit'"), +(959802,9,7,0,0,0,100,0,0,0,0,0,41,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Despawn"); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=15033; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17,0,15033,0,0,29,0,9598,200,0,1,0,0,"","Spell 'Summon Ancient Spirits' cannot be casted if Arei is already summoned"); + +DELETE FROM `waypoints` WHERE `entry`=9598; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(9598,1,6004.265,-1180.494,376.377,''), +(9598,2,6002.512,-1157.294,381.407,''), +(9598,3,6029.228,-1139.720,383.127,''), +(9598,4,6042.479,-1128.963,386.582,''), +(9598,5,6062.820,-1115.522,386.850,''), +(9598,6,6089.188,-1111.907,383.105,''), +(9598,7,6104.390,-1114.561,380.490,''), +(9598,8,6115.080,-1128.572,375.779,''), +(9598,9,6119.352,-1147.314,372.518,''), +(9598,10,6119.003,-1176.082,371.072,''), +(9598,11,6120.982,-1198.408,373.432,''), +(9598,12,6123.521,-1226.636,374.119,''), +(9598,13,6127.737,-1246.035,373.574,''), +(9598,14,6133.433,-1253.642,369.100,''), +(9598,15,6150.787,-1269.151,369.240,''), +(9598,16,6155.805,-1275.029,373.627,''), +(9598,17,6163.544,-1307.130,376.234,''), +(9598,18,6174.800,-1340.885,379.039,''), +(9598,19,6191.144,-1371.260,378.453,''), +(9598,20,6215.652,-1397.517,376.012,''), +(9598,21,6243.784,-1407.675,371.594,''), +(9598,22,6280.775,-1408.259,370.554,''), +(9598,23,6325.360,-1406.688,370.082,''), +(9598,24,6355.000,-1404.337,370.646,''), +(9598,25,6374.679,-1399.176,372.105,''), +(9598,26,6395.803,-1367.057,374.910,''), +(9598,27,6408.569,-1333.487,376.616,''), +(9598,28,6409.075,-1312.168,379.598,''), +(9598,29,6418.689,-1277.697,381.638,''), +(9598,30,6441.689,-1247.316,387.246,''), +(9598,31,6462.136,-1226.316,397.610,''), +(9598,32,6478.021,-1216.260,408.284,''), +(9598,33,6499.632,-1217.087,419.461,''), +(9598,34,6523.165,-1220.780,430.549,''), +(9598,35,6542.716,-1216.997,437.788,''), +(9598,36,6557.279,-1211.125,441.452,''), +(9598,37,6574.568,-1204.589,443.216,''); + +DELETE FROM `creature_summon_groups` WHERE `summonerId`=9598; +INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES +(9598,0,1,7139,6573.321,-1195.213,442.489,5.544130,3,300000), +(9598,0,1,7138,6573.240,-1213.475,443.643,2.371120,3,300000), +(9598,0,1,7138,6583.354,-1209.811,444.769,2.452802,3,300000); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_04_26_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_26_00_world.sql new file mode 100644 index 00000000000..afa97a5c7af --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_04_26_00_world.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17722,17801) AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(17722, 0, 0, 0, 0, 0, 100, 2, 1000, 1000, 2400, 3800, 0, 11, 12675, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - IC CMC - Cast 'Frostbolt' (Normal Dungeon)"), +(17722, 0, 1, 0, 0, 0, 100, 4, 1000, 1000, 2400, 3800, 0, 11, 37930, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - IC CMC - Cast 'Frostbolt' (Heroic Dungeon)"), +(17722, 0, 2, 0, 0, 0, 100, 2, 18000, 20000, 25000, 27000, 0, 11, 31581, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - In Combat - Cast 'Blizzard' (No Repeat) (Normal Dungeon)"), +(17722, 0, 3, 0, 0, 0, 100, 4, 18000, 20000, 25000, 27000, 0, 11, 39416, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - In Combat - Cast 'Blizzard' (Heroic Dungeon)"), +(17722, 0, 4, 0, 0, 0, 100, 2, 6000, 8000, 15000, 15000, 0, 11, 15063, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - In Combat - Cast 'Frost Nova' (Normal Dungeon)"), +(17722, 0, 5, 0, 0, 0, 100, 4, 6000, 8000, 15000, 15000, 0, 11, 15531, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - In Combat - Cast 'Frost Nova' (Heroic Dungeon)"), +(17801, 0, 0, 0, 0, 0, 100, 2, 1000, 1000, 4400, 5800, 0, 11, 15234, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - IC CMC - Cast 'Lightning Bolt' (Normal Dungeon)"), +(17801, 0, 1, 0, 0, 0, 100, 4, 1000, 1000, 3400, 4800, 0, 11, 37664, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - IC CMC - Cast 'Lightning Bolt' (Heroic Dungeon)"), +(17801, 0, 2, 0, 0, 0, 100, 2, 12000, 15000, 15000, 19000, 0, 11, 35106, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - In Combat - Cast 'Arcane Flare'(NormalDungeon)"), +(17801, 0, 3, 0, 0, 0, 100, 4, 9000, 12000, 15000, 17000, 0, 11, 37856, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - In Combat - Cast 'Arcane Flare' (HeroicDungeon)"), +(17801, 0, 4, 0, 0, 0, 100, 6, 9000, 13000, 10000, 14000, 0, 11, 38660, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - In Combat - Cast 'Fear' (Dungeon)"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_01_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_01_00_world_335.sql new file mode 100644 index 00000000000..9f32f06f238 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_01_00_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_script_names` SET `spell_id`=-6229 WHERE `ScriptName`='spell_warl_shadow_ward'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_04_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_04_00_world.sql new file mode 100644 index 00000000000..a52bc1cb672 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_04_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_script_names` SET `ScriptName`='spell_anub_ar_skirmisher_fixate' WHERE `ScriptName`='spell_anub_ar_skirmisher_fixtate'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_00_world_335.sql new file mode 100644 index 00000000000..48cd894b635 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_00_world_335.sql @@ -0,0 +1,17 @@ +-- +-- Gaeriyan --> Fix Gossip Texts +DELETE FROM `gossip_menu` WHERE `MenuID`=1914 AND `TextID` IN (2567,2569); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1914,2567,0), +(1914,2569,0); + +DELETE FROM `npc_text` WHERE `ID`=2569; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_1`) VALUES +(2569,"I have given you all the knowledge I have, $n. May luck be with you.","",4826,0,1,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1914; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1914,2567,0,0,14,0,3912,0,0,0,0,0,"","Show gossip text 2567 if quest 'Meet at the Grave' is not taken"), +(14,1914,2568,0,0,14,0,3912,0,0,1,0,0,"","Show gossip text 2568 if quest 'Meet at the Grave' is taken"), +(14,1914,2568,0,0,14,0,3913,0,0,0,0,0,"","Show gossip text 2568 if quest 'A Grave Situation' is not taken"), +(14,1914,2569,0,0,14,0,3913,0,0,1,0,0,"","Show gossip text 2569 if quest 'A Grave Situation' is taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_01_world_335.sql new file mode 100644 index 00000000000..6b780a9c1a7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_01_world_335.sql @@ -0,0 +1,35 @@ +-- Quest "The Videre Elixir" +-- Miblon's Bait +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=164758; +DELETE FROM `smart_scripts` WHERE `entryorguid`=164758 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 +(164758,1,0,0,1,0,100,1,0,0,0,1000,45,1,1,0,0,0,0,19,9467,50,0,0,0,0,0,"Miblon's Bait - Out of Combat - Set Data to Miblon Snarltooth (No Repeat)"); + +-- Miblon Snarltooth +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9467; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9467 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=946700 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 +(9467,0,0,0,11,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Respawn - Set Event Phase 1"), +(9467,0,1,0,38,1,100,0,1,1,0,0,80,946700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Data Set - Run Script (Phase 1)"), +(946700,9,0,0,0,0,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Set Event Phase 0"), +(946700,9,1,0,0,0,100,0,0,0,0,0,83,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Remove NPC Flag Gossip"), +(946700,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Say Line 0"), +(946700,9,3,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,20,164758,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Set Orientation"), +(946700,9,4,0,0,0,100,0,1000,1000,0,0,41,0,115,0,0,0,0,14,17428,164729,0,0,0,0,0,"Miblon Snarltooth - On Script - Despawn Gameobject 'Miblon's Door'"), +(946700,9,5,0,0,0,100,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Set Run On"), +(946700,9,6,0,0,0,100,0,1000,1000,0,0,69,0,0,0,0,0,0,20,164758,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Move to Closest Gameobject 'Miblon's Bait'"), +(946700,9,7,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Say Line 1"), +(946700,9,8,0,0,0,100,0,3000,3000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Say Line 2"), +(946700,9,9,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Say Line 3"), +(946700,9,10,0,0,0,100,0,105000,105000,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Evade"), +(946700,9,11,0,0,0,100,0,0,0,0,0,82,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Add NPC Flag Gossip"), +(946700,9,12,0,0,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Set Event Phase 1"); + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID`=9467; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9467,0,0,"%s abandons the block he was holding up in the doorway, and looks towards the bait.",16,0,100,0,0,0,4836,0,"Miblon Snarltooth"), +(9467,1,0,"%s sniffs the bait.",16,0,100,0,0,0,4768,0,"Miblon Snarltooth"), +(9467,2,0,"Grumble...",12,0,100,0,0,0,4766,0,"Miblon Snarltooth"), +(9467,3,0,"%s gnaws at the bait ravenously.",16,0,100,0,0,0,4771,0,"Miblon Snarltooth"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_02_world_335.sql new file mode 100644 index 00000000000..d300bf66ae5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_02_world_335.sql @@ -0,0 +1,19 @@ +-- +-- Niby the Almighty --> Add gossip chatter +DELETE FROM `gossip_menu` WHERE `MenuID` IN (5841,5842,5843,5844); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(5844,7002,0), +(5843,7003,0), +(5842,7004,0), +(5841,7005,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (5845,5844,5843,5842); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(5845,0,0,"I am in search of a great and powerful Warlock.",9625,1,1,5844,0,0,0,"",0,0), +(5844,0,0,"What task?",9627,1,1,5843,0,0,0,"",0,0), +(5843,0,0,"This is all very interesting but what is it that you want?",9629,1,1,5842,0,0,0,"",0,0), +(5842,0,0,"How do I do that?",9631,1,1,5841,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5845; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,5845,0,0,0,15,0,256,0,0,0,0,0,"","Show gossip option if player is a Warlock"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_03_world_335.sql new file mode 100644 index 00000000000..287628363c4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_03_world_335.sql @@ -0,0 +1,11 @@ +-- +-- Ur'dan --> Add Gossip Text +UPDATE `creature_template` SET `gossip_menu_id`=5864 WHERE `entry`=14522; + +DELETE FROM `gossip_menu` WHERE `MenuID`=5864; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(5864,7037,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=5864; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(5864,0,1,"I wish to purchase from you.",9734,3,128,0,0,0,0,"",0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_04_world_335.sql new file mode 100644 index 00000000000..9980bbc1d9d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_04_world_335.sql @@ -0,0 +1,206 @@ +-- +-- Quest "Forces of Jaedenar" +DELETE FROM `quest_details` WHERE `ID`=5155; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5155,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5155; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=1 WHERE `ID`=5155; + +-- Quest "Collection of the Corrupt Water" +DELETE FROM `quest_details` WHERE `ID`=5157; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5157,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5157; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=5157; + +-- Quest "Seeking Spiritual Aid" +DELETE FROM `quest_details` WHERE `ID`=5158; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5158,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=5158; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=5158; + +-- Quest "Cleansed Water Returns to Felwood" +DELETE FROM `quest_details` WHERE `ID`=5159; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5159,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=5159; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=5159; + +-- Quest "Dousing the Flames of Protection" +DELETE FROM `quest_details` WHERE `ID`=5165; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5165,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5165; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=5165; + +-- Quest "A Final Blow" +DELETE FROM `quest_details` WHERE `ID`=5242; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5242,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5242; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=2 WHERE `ID`=5242; + +-- Quest "Verifying the Corruption" +DELETE FROM `quest_details` WHERE `ID`=5156; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5156,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5156; + +-- Quest "Cleansing Felwood" +DELETE FROM `quest_details` WHERE `ID` IN (4101,4102); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4101,1,0,0,0,0,0,0,0,0), +(4102,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID` IN (4101,4102); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID` IN (4101,4102); + +-- Quest "Salve via Hunting" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID` IN (4103,4108,5882,5887); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID` IN (4103,4108,5882,5887); + +-- Quest "A Strange One" +DELETE FROM `quest_details` WHERE `ID`=6605; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6605,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=6605; + +-- Quest "Well of Corruption" +DELETE FROM `quest_details` WHERE `ID`=4505; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4505,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=4505; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4505; + +-- Quest "Corrupted Sabers" +DELETE FROM `quest_details` WHERE `ID`=4506; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4506,1,11,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=4506; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=11 WHERE `ID`=4506; + +-- Quest "A Husband's Last Battle" +DELETE FROM `quest_details` WHERE `ID`=6162; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6162,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=6162; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=6162; + +-- Quest "Timbermaw Ally" +DELETE FROM `quest_details` WHERE `ID`=8460; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8460,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8460; + +-- Quest "Speak to Nafien" +DELETE FROM `quest_details` WHERE `ID`=8462; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8462,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8462; + +-- Quest "Feathers for Grazle" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=0 WHERE `ID`=8466; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8466; + +-- Quest "Feathers for Nafien" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=0 WHERE `ID`=8467; + +-- Quest "Wild Guardians" +DELETE FROM `quest_details` WHERE `ID`=4521; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4521,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=4521; + +-- Quest "Wild Guardians (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=4741; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4741,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4741; + +-- Quest "Wild Guardians (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=4721; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4721,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=4721; + +-- Quest "The Corruption of the Jadefire" +DELETE FROM `quest_details` WHERE `ID`=4421; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4421,1,2,1,0,0,0,0,0,0); + +-- Quest "Further Corruption" +DELETE FROM `quest_details` WHERE `ID`=4906; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4906,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=20 WHERE `ID`=4906; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=4906; + +-- Quest "Flute of Xavaric" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=939; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=939; + +-- Quest "Felbound Ancients" +DELETE FROM `quest_details` WHERE `ID`=4441; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4441,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4441; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=4441; + +-- Quest "Purified!" +DELETE FROM `quest_details` WHERE `ID`=4442; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4442,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=4442; + +-- Quest "Ancient Spirit" +UPDATE `quest_offer_reward` SET `Emote1`=2, `RewardText`="Yes, $N. Felwood has been through much hardship. Thank you for what you have done.$B$BOne day, we may be able to reclaim Felwood from the corruption; every kind deed helps." WHERE `ID`=4261; + +-- Quest "A Strange Red Key" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5202; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5202; + +-- Quest "Rescue From Jaedenar" +DELETE FROM `quest_details` WHERE `ID`=5203; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5203,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=5203; + +-- Quest "Retribution of the Light" +DELETE FROM `quest_details` WHERE `ID`=5204; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5204,1,1,1,0,0,0,0,0,0); + +-- Quest "The Remains of Trey Lightforge" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5385; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=5385; + +-- Quest "An Imp's Request" +DELETE FROM `quest_details` WHERE `ID`=8419; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8419,1,0,0,0,0,0,0,0,0); + +-- Quest "What Niby Commands" +DELETE FROM `quest_details` WHERE `ID`=7601; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7601,1,1,1,1,0,0,0,0,0); + +-- Quest "Kroshius' Infernal Core" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7603; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=7603; + +-- Quest "Sacred Cloth" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=6032; + +-- Quest "The Root of All Evil" +DELETE FROM `quest_details` WHERE `ID`=8481; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8481,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=8481; + +-- Quest "The Brokering of Peace" +DELETE FROM `quest_details` WHERE `ID` IN (8484,8485); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8484,1,1,0,0,0,0,0,0,0), +(8485,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID` IN (8484,8485); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID` IN (8484,8485); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_05_world_335.sql new file mode 100644 index 00000000000..3ada38bcd83 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_05_world_335.sql @@ -0,0 +1,9 @@ +-- +-- Ulathek +DELETE FROM `smart_scripts` WHERE `entryorguid`=14523 AND `source_type`=0 AND `id`=6; +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 +(14523,0,6,0,4,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ulathek - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=14523; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(14523,0,0,"You dog! Now I'll trap your soul into a shard and give you to my imp as a plaything!",12,0,100,0,0,0,9735,0,"Ulathek"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_06_world_335.sql new file mode 100644 index 00000000000..610a14a9726 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_06_world_335.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=946700 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 +(946700,9,0,0,0,0,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Set Event Phase 0"), +(946700,9,1,0,0,0,100,0,0,0,0,0,83,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Remove NPC Flag Gossip"), +(946700,9,2,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Say Line 2"), +(946700,9,3,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Say Line 0"), +(946700,9,4,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,20,164758,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Set Orientation"), +(946700,9,5,0,0,0,100,0,1000,1000,0,0,41,0,115,0,0,0,0,14,17428,164729,0,0,0,0,0,"Miblon Snarltooth - On Script - Despawn Gameobject 'Miblon's Door'"), +(946700,9,6,0,0,0,100,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Set Run On"), +(946700,9,7,0,0,0,100,0,1000,1000,0,0,69,0,0,0,0,0,0,20,164758,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Move to Closest Gameobject 'Miblon's Bait'"), +(946700,9,8,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Say Line 1"), +(946700,9,9,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Say Line 3"), +(946700,9,10,0,0,0,100,0,108000,108000,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Evade"), +(946700,9,11,0,0,0,100,0,0,0,0,0,82,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Add NPC Flag Gossip"), +(946700,9,12,0,0,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miblon Snarltooth - On Script - Set Event Phase 1"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_07_world_335.sql new file mode 100644 index 00000000000..cf0593389cf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_08_07_world_335.sql @@ -0,0 +1,79 @@ +-- +-- World Invisible Trigger +SET @GUID := 64987; +DELETE FROM `creature` WHERE `guid`=@GUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID,12999,1,0,0,1,1,0,0,5416.44,-742.98,346.204,1.75579,300,0,0,7212,0,0,0,0,0,"",0); + +-- Niby the Almighty +DELETE FROM `smart_scripts` WHERE `entryorguid`=14469 AND `source_type`=0 AND `id` IN (1,2,3,4,5); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1446900,1446901,1446902,1446903) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(14469,0,1,0,40,0,100,0,1,14469,0,0,0,80,1446901,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Waypoint 1 Reached - Run Script"), +(14469,0,2,0,40,0,100,0,2,14469,0,0,0,80,1446902,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Waypoint 2 Reached - Run Script"), +(14469,0,3,0,1,1,100,0,1000,15000,150000,180000,0,80,1446903,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - Out of Combat - Run Script"), +(14469,0,4,0,11,0,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Respawn - Set Event Phase 1"), +(14469,0,5,0,38,0,100,0,1,1,0,0,0,69,0,0,0,0,0,0,8,0,0,0,5413.9,-737.721,344.624,0,"Niby the Almighty - On Data Set - Move to Position"), +(1446900,9,0,0,0,0,100,0,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Set Event Phase 0"), +(1446900,9,1,0,0,0,100,0,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Remove Npc Flag Questgiver+Gossip"), +(1446900,9,2,0,0,0,100,0,0,0,0,0,0,53,0,14469,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Start Waypoint"), +(1446901,9,0,0,0,0,100,0,0,0,0,0,0,54,23000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Pause Waypoint"), +(1446901,9,1,0,0,0,100,0,1000,1000,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.2,"Niby the Almighty - On Script - Set Orientation"), +(1446901,9,2,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 0"), +(1446901,9,3,0,0,0,100,0,6000,6000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 1"), +(1446901,9,4,0,0,0,100,0,0,0,0,0,0,11,23056,0,0,0,0,0,19,12999,0,0,0,0,0,0,"Niby the Almighty - On Script - Cast 'Call Infernal Destroyer'"), +(1446901,9,5,0,0,0,100,0,6000,6000,0,0,0,1,0,0,0,0,0,0,19,14470,100,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 0"), +(1446901,9,6,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,19,14470,100,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 1"), +(1446901,9,7,0,0,0,100,0,4000,4000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 2"), +(1446902,9,0,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.653,"Niby the Almighty - On Script - Set Orientation"), +(1446902,9,1,0,0,0,100,0,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Add Npc Flag Questgiver+Gossip"), +(1446902,9,2,0,0,0,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Set Event Phase 1"), +(1446903,9,0,0,0,0,100,0,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 3"), +(1446903,9,1,0,0,0,100,0,5000,5000,0,0,0,11,23053,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Cast 'Infernal Conjure Dummy DND'"), +(1446903,9,2,0,0,0,100,0,3000,3000,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 4"), +(1446903,9,3,0,0,0,100,0,1000,1000,0,0,0,1,2,0,0,0,0,0,19,14470,0,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 2 (Impsy)"), +(1446903,9,4,0,0,0,100,0,5000,5000,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 5"), +(1446903,9,5,0,0,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,19,14470,0,0,0,0,0,0,"Niby the Almighty - On Script - Set Data to Impsy"), +(1446903,9,6,0,0,0,100,0,0,0,0,0,0,29,1,180,0,0,0,0,19,14470,0,0,0,0,0,0,"Niby the Almighty - On Script - Start Follow"), +(1446903,9,7,0,0,0,100,0,3000,3000,0,0,0,1,3,0,0,0,0,0,19,14470,0,0,0,0,0,0,"Niby the Almighty - On Script - Say Line 3 (Impsy)"); + +-- Impsy +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=14470; +DELETE FROM `smart_scripts` WHERE `entryorguid`=14470 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(14470,0,0,0,38,0,100,0,1,1,0,0,0,89,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Impsy - On Data Set - Stop Random Movement"), +(14470,0,1,0,38,0,100,0,1,1,0,0,0,53,1,14470,0,0,0,0,1,0,0,0,0,0,0,0,"Impsy - On Data Set - Start Waypoint"), +(14470,0,2,0,40,0,100,0,11,14470,0,0,0,45,1,1,0,0,0,0,19,14469,0,0,0,0,0,0,"Impsy - On Waypoint 11 Reached - Set Data to Niby the Almighty"), +(14470,0,3,0,40,0,100,0,11,14470,0,0,0,89,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Impsy - On Waypoint 11 Reached - Start Random Movement"), +(14470,0,4,0,11,0,100,0,0,0,0,0,0,89,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Impsy - On Respawn - Start Random Movement"); + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID`=14469 AND `GroupID` IN (3,4,5); +DELETE FROM `creature_text` WHERE `CreatureID`=14470 AND `GroupID` IN (2,3); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(14469,3,0,"This is it, Impsy. I can feel it! This is the big one!",12,0,100,5,0,0,9615,0,"Niby the Almighty"), +(14469,3,1,"Brace yourself for the glorious impact, Impsy!",12,0,100,5,0,0,9616,0,"Niby the Almighty"), +(14469,3,2,"Kick me out, will they!? I'll show those uptight cone heads in Stormwind the true power of Niby! BEHOLD!",12,0,100,15,0,0,9617,0,"Niby the Almighty"), +(14469,4,0,"%s shakes his fist in frustration.",16,0,100,0,0,0,9618,0,"Niby the Almighty"), +(14469,5,0,"Why you little!",12,0,100,0,0,0,9622,0,"Niby the Almighty"), +(14470,2,0,"Niby, you are stupid.",12,0,100,0,0,0,9619,0,"Impsy"), +(14470,2,1,"Oh my, what a surprise! Another failure!? But how, oh great one??",12,0,100,0,0,0,9620,0,"Impsy"), +(14470,2,2,"Awe inspiring, master. Your ineptitude is awe inspiring.",12,0,100,0,0,0,9621,0,"Impsy"), +(14470,3,0,"Ack! Help! Crazed gnome trying to kill me!",12,0,100,0,0,0,9623,0,"Impsy"); + +-- Waypoints +DELETE FROM `waypoints` WHERE `entry` IN (14469,14470); +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`) VALUES +(14469,1,5407.19,-753,350.82), +(14469,2,5413.9,-737.721,344.624), +(14470,1,5399.15,-735.454,343.567), +(14470,2,5386.63,-729.446,343.992), +(14470,3,5384.08,-722.534,345.173), +(14470,4,5396.26,-713.693,346.403), +(14470,5,5415.7,-722.556,344.598), +(14470,6,5434.85,-723.435,342.78), +(14470,7,5444.68,-732.313,342.527), +(14470,8,5440.93,-743.161,343.643), +(14470,9,5427.72,-750.631,347.609), +(14470,10,5416.55,-749.533,348.499), +(14470,11,5407.59,-736.618,344.249); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_13_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_13_00_world_335.sql new file mode 100644 index 00000000000..8dd102b657f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_13_00_world_335.sql @@ -0,0 +1,35 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (48255, 75558,88485, 103543,106482, 106483,106486, 106487,107837, 142693,142694, 142695,142696, 142697,142710, 143230,143231, 143232,143263, 143264,143268, 143269,143271, 143272,143273, 143697,143700, 143705,143708, 143713,143715, 143921,144009, 144094,144785, 144789,144792, 144794,144796, 203124); +DELETE FROM `creature_addon` WHERE `guid` IN (48255, 75558,88485, 103543,106482, 106483,106486, 106487,107837, 142693,142694, 142695,142696, 142697,142710, 143230,143231, 143232,143263, 143264,143268, 143269,143271, 143272,143273, 143697,143700, 143705,143708, 143713,143715, 143921,144009, 144094,144785, 144789,144792, 144794,144796, 203124); +DELETE FROM `creature` WHERE `id`=31401 AND `guid` IN (111931, 111932, 111933, 111934, 111935); + +DELETE FROM `waypoint_data` WHERE `id`=1325600; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1325600, 25, -4210.05, 3036.03, 359.272, 0, 0, 1, 0, 100, 0), +(1325600, 24, -4197.81, 3024.34, 366.188, 0, 0, 1, 0, 100, 0), +(1325600, 23, -4166.6, 3015.78, 353.327, 0, 0, 1, 0, 100, 0), +(1325600, 22, -4119.36, 3000.52, 350.383, 0, 0, 1, 0, 100, 0), +(1325600, 21, -4078.06, 3004.44, 346.771, 0, 0, 1, 0, 100, 0), +(1325600, 20, -4047.5, 3033.21, 346.827, 0, 0, 1, 0, 100, 0), +(1325600, 19, -4037.82, 3075.94, 350.938, 0, 0, 1, 0, 100, 0), +(1325600, 18, -4037.22, 3122.49, 345.133, 0, 0, 1, 0, 100, 0), +(1325600, 17, -4020.08, 3150.26, 329.883, 0, 0, 1, 0, 100, 0), +(1325600, 16, -3983.11, 3172.78, 330.133, 0, 0, 1, 0, 100, 0), +(1325600, 15, -3945.8, 3163.18, 338.493, 0, 0, 1, 0, 100, 0), +(1325600, 14, -3906.74, 3138.08, 347.049, 0, 0, 1, 0, 100, 0), +(1325600, 13, -3872.96, 3116.54, 357.438, 0, 0, 1, 0, 100, 0), +(1325600, 12, -3857.7, 3086.13, 367.605, 0, 0, 1, 0, 100, 0), +(1325600, 11, -3866.05, 3043.05, 372.104, 0, 0, 1, 0, 100, 0), +(1325600, 10, -3902.36, 3025, 374.716, 0, 0, 1, 0, 100, 0), +(1325600, 9, -3939.95, 3047.44, 368.138, 0, 0, 1, 0, 100, 0), +(1325600, 8, -3976.81, 3075.32, 357.966, 0, 0, 1, 0, 100, 0), +(1325600, 7, -4015.78, 3101.06, 352.327, 0, 0, 1, 0, 100, 0), +(1325600, 6, -4057.3, 3120.64, 344.022, 0, 0, 1, 0, 100, 0), +(1325600, 5, -4093.99, 3151.9, 340.022, 0, 0, 1, 0, 100, 0), +(1325600, 4, -4133.58, 3148.63, 338.077, 0, 0, 1, 0, 100, 0), +(1325600, 3, -4161.6, 3113.01, 348.633, 0, 0, 1, 0, 100, 0), +(1325600, 2, -4193.34, 3081.12, 359.272, 0, 0, 1, 0, 100, 0), +(1325600, 1, -4214.1, 3060.08, 359.272, 0, 0, 1, 0, 100, 0); + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-143921) AND `source_type`=0; +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `SpawnId` IN (48255,106482,106483,106486,106487,107837,111931,111932,111933,111934,111935,142710); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_14_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_14_00_world.sql new file mode 100644 index 00000000000..9a75cb233b3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_14_00_world.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (48255,64988,64989,64990,64991,64992,64993,75558,84444,84484); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(48255, 20038, 550, 0, 0, 1, 1, 0, 0, 310.438, 41.6756, -2.38937, 3.79216, 300, 0, 0, 48902, 0, 0, 0, 0, 0, "", 0), +(64988, 20038, 550, 0, 0, 1, 1, 0, 0, 313.605, 38.1466, -2.38937, 3.53769, 300, 0, 0, 48902, 0, 0, 0, 0, 0, "", 0), +(64989, 20037, 550, 0, 0, 1, 1, 0, 1, 319.51, 43.7734, -2.38937, 3.57472, 300, 0, 0, 100520, 16155, 0, 0, 0, 0, "", 0), +(64990, 20037, 550, 0, 0, 1, 1, 0, 1, 339.52, -50.6231, -2.38754, 0.416626, 300, 0, 0, 100520, 16155, 0, 0, 0, 0, "", 0), +(64991, 20038, 550, 0, 0, 1, 1, 0, 0, 348.485, -42.0046, -2.38833, 0.531368, 300, 0, 0, 48902, 0, 0, 0, 0, 0, "", 0), +(64992, 20038, 550, 0, 0, 1, 1, 0, 0, 352.302, -40.07, -2.38816, 0.492098, 300, 0, 0, 48902, 0, 0, 0, 0, 0, "", 0), +(64993, 20037, 550, 0, 0, 1, 1, 0, 1, 358.22, -39.9547, -2.38682, 0.465866, 300, 0, 0, 100520, 16155, 0, 0, 0, 0, "", 0), +(75558, 20052, 550, 0, 0, 1, 1, 0, 0, 433.013, 324.812, 15.4822, 1.68793, 300, 0, 0, 125668, 0, 0, 0, 0, 0, "", 0), +(84444, 20052, 550, 0, 0, 1, 1, 0, 0, 479.372, 376.597, 15.5883, 3.10479, 300, 0, 0, 125668, 0, 0, 0, 0, 0, "", 0), +(84484, 20042, 550, 0, 0, 1, 1, 0, 0, 401.508, 356.858, 14.8947, 3.68035, 300, 0, 0, 125668, 0, 0, 0, 0, 0, "", 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_00_world_335.sql new file mode 100644 index 00000000000..75cb960198c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_00_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (4485,4486); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(1,4485,0,"","","Deprecated quest"), +(1,4486,0,"","","Deprecated quest"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_01_world_335.sql new file mode 100644 index 00000000000..3cb0398b927 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_01_world_335.sql @@ -0,0 +1,6 @@ +-- +-- Quest "Tome of Divinity (1641)" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=1641; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,1641,0,0,14,0,2998,0,0,0,0,0,"","Quest 'Tome of Divinity (1641)' can only be taken if quest 'Tome of Divinity (2998)' is not taken"), +(19,0,1641,0,0,14,0,3681,0,0,0,0,0,"","Quest 'Tome of Divinity (1641)' can only be taken if quest 'Tome of Divinity (3681)' is not taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_02_world_335.sql new file mode 100644 index 00000000000..866680f3ddc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_02_world_335.sql @@ -0,0 +1,28 @@ +-- +-- Jordan Stilwell +DELETE FROM `creature_text` WHERE `CreatureID`=6181; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6181,0,0,"Let's get to work, $n!",12,0,100,1,0,0,2501,0,"Jordan Stilwell"), +(6181,1,0,"Here you are, $n.",12,0,100,1,0,0,2504,0,"Jordan Stilwell"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6181; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6181 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (618100,618101) 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 +(6181,0,0,0,19,0,100,0,1806,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Quest 'The Test of Righteousness (Part 3)' Taken - Remove Npc Flag Questgiver"), +(6181,0,1,0,19,0,100,0,1806,0,0,0,53,0,6181,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Quest 'The Test of Righteousness (Part 3)' Taken - Start Waypoint"), +(6181,0,2,0,19,0,100,0,1806,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Quest 'The Test of Righteousness (Part 3)' Taken - Say Line 0"), +(6181,0,3,0,40,0,100,0,1,6181,0,0,80,618100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Waypoint 1 Reached - Run Script"), +(6181,0,4,0,40,0,100,0,2,6181,0,0,80,618101,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Waypoint 2 Reached - Run Script"), +(618100,9,0,0,0,0,100,0,0,0,0,0,54,23000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Script - Pause Waypoint"), +(618100,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,2.90077,"Jordan Stilwell - On Script - Set Orientation"), +(618100,9,2,0,0,0,100,0,1000,1000,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Script - Set Emote State 233"), +(618100,9,3,0,0,0,100,0,21000,21000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Script - Set Emote State 0"), +(618101,9,0,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.77704,"Jordan Stilwell - On Script - Set Orientation"), +(618101,9,1,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Script - Say Line 1"), +(618101,9,2,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jordan Stilwell - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=6181; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(6181,1,-5094.12,-786.116,495.226,""), +(6181,2,-5089.28,-782.95,495.279,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_03_world_335.sql new file mode 100644 index 00000000000..ba503d00e49 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_15_03_world_335.sql @@ -0,0 +1,7 @@ +-- +-- Quintis Jonespyre --> Add Gossip Text +UPDATE `creature_template` SET `gossip_menu_id`=1922 WHERE `entry`=7879; + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=1922; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(1922,0,1,"I'd like to purchase more Tharlendris seeds.",4851,3,128,0,0,0,0,"",0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_16_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_16_00_world.sql new file mode 100644 index 00000000000..fc74a81d62b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_16_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`=20782; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_00_world_335.sql new file mode 100644 index 00000000000..0c6dd9878a5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_00_world_335.sql @@ -0,0 +1,19 @@ +-- +-- Quests "Investigate the Blue Recluse" & "Investigate the Alchemist Shop" +DELETE FROM `creature_text` WHERE `CreatureID` IN (5497,4568); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5497,0,0,"Here, $n. Take a chest of containment coffers and a cantation of manifestation. You will need them for your mission.",12,7,100,25,0,0,2681,0,"Jennea Cannon"), +(4568,0,0,"Take a chest of containment coffers and a cantation of manifestation, $n. You will need them for your mission.",12,1,100,25,0,0,2682,0,"Anastasia Hartwell"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (5497,4568); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (5497,4568) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (549700,456800) 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 +(5497,0,0,0,19,0,100,0,1920,0,0,0,80,549700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jennea Cannon - On Quest 'Investigate the Blue Recluse' Taken - Run Script"), +(4568,0,0,0,19,0,100,0,1960,0,0,0,80,456800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anastasia Hartwell - On Quest 'Investigate the Alchemist Shop' Taken - Run Script"), +(549700,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.96646,"Jennea Cannon - On Script - Set Orientation"), +(549700,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jennea Cannon - On Script - Say Line 0"), +(549700,9,2,0,0,0,100,0,10000,10000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.858,"Jennea Cannon - On Script - Set Orientation"), +(456800,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.77319,"Anastasia Hartwell - On Script - Set Orientation"), +(456800,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anastasia Hartwell - On Script - Say Line 0"), +(456800,9,2,0,0,0,100,0,10000,10000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.05433,"Anastasia Hartwell - On Script - Set Orientation"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_01_world_335.sql new file mode 100644 index 00000000000..aef0bd7c40e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_01_world_335.sql @@ -0,0 +1,38 @@ +-- +-- Wynne Larson +DELETE FROM `creature_text` WHERE `CreatureID`=1309; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1309,0,0,"These are fine pieces, $n. Let me get started on your robe.",12,7,100,1,0,0,2647,0,"Wynne Larson"), +(1309,1,0,"That's it! It's all finished, $n.",12,7,100,1,0,0,2648,0,"Wynne Larson"), +(1309,2,0,"Ok, let's get to work!",12,7,100,0,0,0,2649,0,"Wynne Larson"), +(1309,3,0,"Now where did I put that silver spool...",12,7,100,0,0,0,2651,0,"Wynne Larson"), +(1309,4,0,"Aha! There it is.",12,7,100,0,0,0,2650,0,"Wynne Larson"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1309; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1309 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (130900,130901,130902,130903) 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 +(1309,0,0,0,20,0,100,0,1921,0,0,0,80,130900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Quest 'Gathering Materials' Finished - Run Script"), +(1309,0,1,0,20,0,100,0,1940,0,0,0,80,130901,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Quest 'Pristine Spider Silk' Finished - Run Script"), +(1309,0,2,0,40,0,100,0,1,1309,0,0,80,130902,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Waypoint 1 Reached - Run Script"), +(1309,0,3,0,40,0,100,0,2,1309,0,0,80,130903,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Waypoint 2 Reached - Run Script"), +(130900,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,"Wynne Larson - On Script - Remove Npc Flag Questgiver"), +(130900,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Script - Say Line 0"), +(130900,9,2,0,0,0,100,0,4000,4000,0,0,11,9157,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Script - Cast 'Create Mage's Robe'"), +(130900,9,3,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Script - Say Line 1"), +(130900,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,"Wynne Larson - On Script - Add Npc Flag Questgiver"), +(130901,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,"Wynne Larson - On Script - Remove Npc Flag Questgiver"), +(130901,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,"Wynne Larson - On Script - Say Line 2"), +(130901,9,2,0,0,0,100,0,4000,4000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Script - Say Line 3"), +(130901,9,3,0,0,0,100,0,2000,2000,0,0,53,0,1309,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Script - Start Waypoint"), +(130902,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,"Wynne Larson - On Script - Pause Waypoint"), +(130902,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,3.80513,"Wynne Larson - On Script - Set Orientation"), +(130902,9,2,0,0,0,100,0,1000,1000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Script - Say Line 4"), +(130902,9,3,0,0,0,100,0,3000,3000,0,0,11,9157,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Script - Cast 'Create Mage's Robe'"), +(130903,9,0,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.846,"Wynne Larson - On Script - Set Orientation"), +(130903,9,1,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wynne Larson - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=1309; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(1309,1,-8964.6,824.703,109.447,""), +(1309,2,-8963,822.517,109.447,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_02_world_335.sql new file mode 100644 index 00000000000..cf1dd0c6786 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_21_02_world_335.sql @@ -0,0 +1,56 @@ +-- Tabetha +DELETE FROM `creature_text` WHERE `CreatureID`=6546 AND `GroupID` IN (1,2,3,4,5,6,7,8,9); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6546,1,0,"Ok, let's get this orb made...",12,0,100,0,0,0,2663,0,"Tabetha"), +(6546,2,0,"All right. It's made!",12,0,100,1,0,0,2664,0,"Tabetha"), +(6546,3,0,"Stand back, and ... hold your breath. I haven't done this in a while.",12,0,100,1,0,0,2708,0,"Tabetha"), +(6546,4,0,"It worked! Amazing! I guess I haven't lost my touch...",12,0,100,4,0,0,2709,0,"Tabetha"), +(6546,5,0,"Good luck out there, $n.",12,0,100,0,0,0,2624,0,"Tabetha"), +(6546,6,0,"I just have one thing to check...",12,0,100,0,0,0,2656,0,"Tabetha"), +(6546,7,0,"That's it! It worked!",12,0,100,4,0,0,2657,0,"Tabetha"), +(6546,8,0,"Thanks for your patience, $n.",12,0,100,2,0,0,2658,0,"Tabetha"), +(6546,9,0,"I'll just keep this here until we need it... ",12,0,100,1,0,0,2659,0,"Tabetha"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=6546 AND `source_type`=0 AND `id` IN (1,2,6,7,8,9,10); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (654604,654605,654606) 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 +(6546,0,1,0,20,0,100,0,1957,0,0,0,41,0,600,0,0,0,0,14,28294,103680,0,0,0,0,0,"Tabetha - On Quest 'Mana Surges' Finished - Despawn Gameobject 'Mana Rift'"), +(6546,0,2,3,19,0,100,0,1957,0,0,0,70,600,0,0,0,0,0,14,28294,103680,0,0,0,0,0,"Tabetha - On Quest 'Mana Surges' Taken - Respawn Gameobject 'Mana Rift'"), +(6546,0,6,0,20,0,100,0,1957,0,0,0,80,654604,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Quest 'Mana Surges' Finished - Run Script"), +(6546,0,7,0,19,0,100,0,1952,0,0,0,80,654605,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Quest 'Mage's Wand' Taken - Run Script"), +(6546,0,8,0,19,0,100,0,1957,0,0,0,11,9079,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Quest 'Mana Surges' Taken - Cast 'Create Rift'"), +(6546,0,9,0,19,0,100,0,1957,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Quest 'Mana Surges' Taken - Say Line 5"), +(6546,0,10,0,20,0,100,0,1947,0,0,0,80,654606,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Quest 'Journey to the Marsh' Finished - Run Script"), +(654604,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Remove Npc Flag Questgiver+Gossip"), +(654604,9,1,0,0,0,100,0,1000,1000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 1"), +(654604,9,2,0,0,0,100,0,0,0,0,0,11,9156,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Cast 'Create Mage's Orb'"), +(654604,9,3,0,0,0,100,0,5500,5500,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 2"), +(654604,9,4,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Add Npc Flag Questgiver+Gossip"), +(654605,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Remove Npc Flag Questgiver+Gossip"), +(654605,9,1,0,0,0,100,0,1000,1000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 3"), +(654605,9,2,0,0,0,100,0,3000,3000,0,0,11,32990,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Cast 'Enchanting Cast Visual'"), +(654605,9,3,0,0,0,100,0,6000,6000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 4"), +(654605,9,4,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Add Npc Flag Questgiver+Gossip"), +(654606,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Remove Npc Flag Questgiver+Gossip"), +(654606,9,1,0,0,0,100,0,0,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 6"), +(654606,9,2,0,0,0,100,0,2000,2000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.499598,"Tabetha - On Script - Set Orientation"), +(654606,9,3,0,0,0,100,0,1000,1000,0,0,17,133,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Set Emote State 133"), +(654606,9,4,0,0,0,100,0,10000,10000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Set Emote State 0"), +(654606,9,5,0,0,0,100,0,500,500,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 7"), +(654606,9,6,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.1293,"Tabetha - On Script - Set Orientation"), +(654606,9,7,0,0,0,100,0,0,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 8"), +(654606,9,9,0,0,0,100,0,5000,5000,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 9"), +(654606,9,10,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Add Npc Flag Questgiver+Gossip"); + +-- Mana Rift +UPDATE `gameobject` SET `spawntimesecs`=-600, `state`=1 WHERE `guid`=28294; + +-- Mana Surge +DELETE FROM `smart_scripts` WHERE `entryorguid`=6550 AND `source_type`=0 AND `id`=3; +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 +(6550,0,3,0,54,0,100,0,0,0,0,0,11,9096,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mana Surge - On Just Summoned - Cast 'Rift SPawn Manifestation'"); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=6550 AND `ConditionTypeOrReference`=9; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,2,6550,0,0,9,0,1957,0,0,0,0,0,"","SAI triggers only if player has quest 'Mana Surges' taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_23_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_23_00_world_335.sql new file mode 100644 index 00000000000..ef31c19120a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_23_00_world_335.sql @@ -0,0 +1,41 @@ +-- Quest "Get the Scoop" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (21211, 21212,21217); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=231; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,21211,0,0,0,9,0,1950,0,0,0,0,0,"","Show gossip option if quest 'Get the Scoop' is taken"), -- Goblin Pit Crewman +(15,21212,0,0,0,9,0,1950,0,0,0,0,0,"","Show gossip option if quest 'Get the Scoop' is taken"), -- Gnome Pit Crewman +(15,21217,0,0,0,9,0,1950,0,0,0,0,0,"","Show gossip option if quest 'Get the Scoop' is taken"), -- Race Master Kronkrider +(14,231,739,0,0,9,0,1950,0,0,1,0,0,"","Show gossip text 739 if quest 'Get the Scoop' is not taken"); -- "Plucky" Johnson + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (281, 283,433); +DELETE FROM `gossip_menu` WHERE `MenuID`=231 AND `TextID`=739; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(281,779,0), -- Goblin Pit Crewman +(283,781,0), -- Gnome Pit Crewman +(433,930,0), -- Race Master Kronkrider +(231,739,0); -- "Plucky" Johnson + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (21211, 21212,21217); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(21211,0,0,"Where is Tirth's assistant?",2769,1,1,281,0,0,0,"",0,0), -- Goblin Pit Crewman +(21212,0,0,"Where is Tirth's assistant?",2779,1,1,283,0,0,0,"",0,0), -- Gnome Pit Crewman +(21217,0,0,"Where is Tirth's assistant?",2779,1,1,433,0,0,0,"",0,0); -- Race Master Kronkrider + +DELETE FROM `npc_text` WHERE `ID`=739; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES +(739,"Don't tell Tirth I'm still here. If he finds out I haven't left the Shimmering Flats, I'll be running his errands and cleaning his dirty laundry forever!","",2722,0,0,0,0,0,0,0,0); + +-- "Plucky" Johnson +DELETE FROM `smart_scripts` WHERE `entryorguid`=6626 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=662600 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(6626,0,0,0,22,0,100,0,22,0,0,0,0,80,662600,0,0,0,0,0,1,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Received Emote 'Chicken' - Run Script"), +(6626,0,1,2,22,0,100,0,7,0,0,0,0,11,9192,2,0,0,0,0,1,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Received Emote 'Beckon' - Cast \"Plucky\" Resumes Human Form"), +(6626,0,2,3,61,0,100,0,0,0,0,0,0,82,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Received Emote 'Beckon' - Add NPC Flag Gossip"), +(6626,0,3,0,61,0,100,0,0,0,0,0,0,69,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Received Emote 'Beckon' - Move To Invoker"), +(6626,0,4,0,62,0,100,0,231,0,0,0,0,15,1950,0,0,0,0,0,7,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Gossip Option 0 Selected - Complete Quest 'Get the Scoop'"), +(6626,0,5,0,23,0,100,0,9192,0,1000,1000,0,81,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Has No Aura \"Plucky\" Resumes Human Form - Set NPC Flag 0"), +(662600,9,0,0,0,0,100,0,0,0,0,0,0,11,9192,0,0,0,0,0,1,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Script - Cast \"Plucky\" Resumes Human Form"), +(662600,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Script - Set Orientation"), +(662600,9,2,0,0,0,100,0,500,500,0,0,0,5,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Script - Play Emote 'Wave'"), +(662600,9,3,0,0,0,100,0,3500,3500,0,0,0,28,9192,0,0,0,0,0,1,0,0,0,0,0,0,0,"\"Plucky\" Johnson - On Script - Remove Aura \"Plucky\" Resumes Human Form"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_00_world_335.sql new file mode 100644 index 00000000000..e66020ff15e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_00_world_335.sql @@ -0,0 +1,26 @@ +-- Pathing for Princess +UPDATE `creature` SET `position_x`=-9785.24, `position_y`=-880.61, `position_z`=39.6131, `MovementType`=2 WHERE `guid`=80849; +UPDATE `creature` SET `position_x`=-9785.44, `position_y`=-883.454, `position_z`=39.6473 WHERE `guid`=80850; +UPDATE `creature` SET `position_x`=-9781.22, `position_y`=-881.556, `position_z`=39.5677 WHERE `guid`=80848; + +DELETE FROM `creature_addon` WHERE `guid`=80849; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(80849,808490,0,0,0,0,""); + +DELETE FROM `creature_formations` WHERE `leaderGUID`=80849; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(80849,80849,0,0,515,0,0), +(80849,80850,3,240,515,0,0), +(80849,80848,3,60,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=808490; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(808490,1,-9785.24,-880.61,39.6131,0,0,0,0,100,0), +(808490,2,-9792.77,-872.876,39.5751,0,0,0,0,100,0), +(808490,3,-9793.2,-867.623,39.4678,0,0,0,0,100,0), +(808490,4,-9774.36,-847.313,39.7919,0,0,0,0,100,0), +(808490,5,-9767.83,-847.814,39.6107,0,0,0,0,100,0), +(808490,6,-9752.2,-863.369,39.4772,0,0,0,0,100,0), +(808490,7,-9753.51,-871.917,39.5511,0,0,0,0,100,0), +(808490,8,-9769.58,-886.229,39.4867,0,0,0,0,100,0), +(808490,9,-9776.63,-887.336,39.5384,0,0,0,0,100,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_01_world_335.sql new file mode 100644 index 00000000000..20b5ee6ef38 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_01_world_335.sql @@ -0,0 +1,31 @@ +-- Old Town Thug +DELETE FROM `creature_text` WHERE `CreatureID` IN (4969,38867); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4969,0,0,"Yeah, okay, boss. No problem.",12,0,100,0,0,0,1715,0,"Old Town Thug"), +(38867,0,0,"All right, boss. You sure though? Just seems like a waste of good practice.",12,0,100,0,0,0,1716,0,"Old Town Thug"), +(38867,1,0,"%s cracks his knuckles.",16,0,100,0,0,0,1717,0,"Old Town Thug"); + +UPDATE `smart_scripts` SET `event_param1`=18000, `event_param2`=18000 WHERE `entryorguid`=496900 AND `source_type`=9 AND `id`=2; + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=38867; +DELETE FROM `smart_scripts` WHERE `entryorguid`=38867 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(38867,0,0,1,54,0,100,0,0,0,0,0,0,42,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Old Town Thug - Just Summoned - Set Invinciblity"), +(38867,0,1,0,61,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,30,0,0,0,0,0,0,"Old Town Thug - Just Summoned - Start Attacking"), +(38867,0,2,0,38,0,100,1,1,1,0,0,0,80,496900,2,0,0,0,0,1,0,0,0,0,0,0,0,"Old Town Thug - On Data Set - Run Script"); + +-- Dashel Stonefist +UPDATE `smart_scripts` SET `action_param1`=38867 WHERE `entryorguid`=496100 AND `source_type`=9 AND `id`=4; +DELETE FROM `smart_scripts` WHERE `entryorguid`=496101 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(496101,9,0,0,0,0,100,0,0,0,0,0,0,15,1447,0,0,0,0,0,7,0,0,0,0,0,0,0,"Dashel Stonefist - On Script - Quest Credit 'The Missing Diplomat'"), +(496101,9,1,0,0,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,11,4969,30,0,0,0,0,0,"Dashel Stonefist - On Script - Set Data to Old Town Thug"), +(496101,9,2,0,0,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,11,38867,30,0,0,0,0,0,"Dashel Stonefist - On Script - Set Data to Old Town Thug"), +(496101,9,3,0,0,0,100,0,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dashel Stonefist - On Script - Evade"), +(496101,9,4,0,0,0,100,0,0,0,0,0,0,2,84,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dashel Stonefist - On Script - Set Faction 84"), +(496101,9,5,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dashel Stonefist - On Script - Say Line 1"), +(496101,9,6,0,0,0,100,0,6000,6000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dashel Stonefist - On Script - Say Line 2"), +(496101,9,7,0,0,0,100,0,0,0,0,0,0,42,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dashel Stonefist - On Script - Set Invincibility Off"), +(496101,9,8,0,0,0,100,0,4000,4000,0,0,0,1,0,0,0,0,0,0,19,4969,0,0,0,0,0,0,"Dashel Stonefist - On Script - Say Line 0 (Old Town Thug)"), +(496101,9,9,0,0,0,100,0,3000,3000,0,0,0,1,0,0,0,0,0,0,19,38867,0,0,0,0,0,0,"Dashel Stonefist - On Script - Say Line 0 (Old Town Thug)"), +(496101,9,10,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,19,38867,0,0,0,0,0,0,"Dashel Stonefist - On Script - Say Line 1 (Old Town Thug)"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_02_world_335.sql new file mode 100644 index 00000000000..d175fdb9ffe --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_02_world_335.sql @@ -0,0 +1,15 @@ +-- Daryn Lightwind +DELETE FROM `creature_text` WHERE `CreatureID`=7907; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7907,0,0,"Take a look around, $n. Perhaps you will find something that I have missed.",12,0,100,0,0,0,4042,0,"Daryn Lightwind"), +(7907,1,0,"%s gestures at the piles of books.",16,0,100,25,0,0,4043,0,"Daryn Lightwind"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=7907; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7907 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=790700 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 +(7907,0,0,0,20,0,100,0,2939,0,0,0,80,790700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Daryn Lightwind - On Quest 'In Search of Knowledge' Finished - Run Script"), +(790700,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.127147,"Daryn Lightwind - On Script - Set Orientation"), +(790700,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Daryn Lightwind - On Script - Say Line 0"), +(790700,9,2,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Daryn Lightwind - On Script - Say Line 1"), +(790700,9,3,0,0,0,100,0,10000,10000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.82227,"Daryn Lightwind - On Script - Set Orientation"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_03_world_335.sql new file mode 100644 index 00000000000..a07d156b61e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_26_03_world_335.sql @@ -0,0 +1,17 @@ +-- Troyas Moonbreeze +DELETE FROM `creature_text` WHERE `CreatureID`=7764; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7764,0,0,"Feralas: A History... Hmmmm... Let me examine this for a moment.",12,0,100,0,0,0,4039,0,"Troyas Moonbreeze"), +(7764,1,0,"%s skims the pages of the book.",16,0,100,0,0,0,4040,0,"Troyas Moonbreeze"), +(7764,2,0,"Amazing! I think I have found it, $n!",12,0,100,5,0,0,4041,0,"Troyas Moonbreeze"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=7764; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7764 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=776400 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,0,0,20,0,100,0,2943,0,0,0,80,776400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Quest 'Return to Troyas' Finished - Run Script"), +(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,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"), +(776400,9,2,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Say Line 1"), +(776400,9,3,0,0,0,100,0,5000,5000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Say Line 2"), +(776400,9,4,0,0,0,100,0,2000,2000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Troyas Moonbreeze - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_00_world_335.sql new file mode 100644 index 00000000000..16358d44409 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_00_world_335.sql @@ -0,0 +1,9 @@ +-- Lucius +DELETE FROM `creature_text` WHERE `CreatureID`=6966; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6966,0,0,"Oh! I almost forgot! I slipped you a set of thieven' tools. You'll need those where you're going.",12,0,100,0,0,0,3562,0,"Lucius"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6966; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6966 AND `source_type`=0; +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 +(6966,0,0,0,19,0,100,0,2282,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lucius - On Quest 'Alther's Mill' Taken - Say Line 0"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_01_world_335.sql new file mode 100644 index 00000000000..4d50bb7a072 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_01_world_335.sql @@ -0,0 +1,11 @@ +-- Klaven Mortwake +UPDATE `creature_text` SET `Emote`=5 WHERE `CreatureID`=7053 AND `GroupID`=2; +UPDATE `creature_text` SET `Emote`=11 WHERE `CreatureID`=7053 AND `GroupID`=1; +DELETE FROM `creature_text` WHERE `CreatureID`=7053 AND `GroupID`=5; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7053,5,0,"You cannot hide from me, rogue. I can smell your fear.",12,0,100,0,0,0,3092,0,"Klaven Mortwake"); + +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`=7053 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7053 AND `source_type`=0 AND `id`=3; +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 +(7053,0,3,0,4,0,100,0,0,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Klaven Mortwake - On Aggro - Say Line 5"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_02_world_335.sql new file mode 100644 index 00000000000..5514f737186 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_02_world_335.sql @@ -0,0 +1,87 @@ +-- Defias Tower Patroller +DELETE FROM `creature_text` WHERE `CreatureID`=7052; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7052,0,0,"Hey, Raven...",12,0,100,0,0,0,3126,0,"Defias Tower Patroller"), +(7052,1,0,"Yea?",12,0,100,0,0,0,3127,0,"Defias Tower Patroller"), +(7052,2,0,"Can we take a break? My feet are killing me and those ... those things down there are creeping me out.",12,0,100,6,0,0,3128,0,"Defias Tower Patroller"), +(7052,3,0,"I dunno, Jill. If Klaven comes down while we're slacking, we may end up as one of those things!",12,0,100,274,0,0,3129,0,"Defias Tower Patroller"), +(7052,4,0,"*Sigh* You're probably right, Raven. I'm going back on patrol....",12,0,100,1,0,0,3130,0,"Defias Tower Patroller"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=7052; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-66988,-66991) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=705200 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 +(-66991,0,0,0,11,0,100,0,0,0,0,0,80,705200,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Tower Patroller - On Respawn - Run Script"), +(-66991,0,1,0,40,0,100,0,30,705201,0,0,80,705200,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Tower Patroller - On Waypoint 30 Reached - Run Script"), +(-66988,0,0,0,38,0,100,0,1,1,0,0,53,0,705200,0,0,0,2,1,0,0,0,0,0,0,0,"Defias Tower Patroller - On Data Set - Start Waypoint"), +(-66988,0,1,0,40,0,100,0,24,705200,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.50239,"Defias Tower Patroller - On Waypoint 24 Reached - Set Orientation"), +(705200,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.36865,"Defias Tower Patroller - On Script - Set Orientation"), +(705200,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,10,66988,0,0,0,0,0,0,"Defias Tower Patroller - On Script - Say Line 0"), +(705200,9,2,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Tower Patroller - On Script - Say Line 1"), +(705200,9,3,0,0,0,100,0,2000,2000,0,0,1,2,0,0,0,0,0,10,66988,0,0,0,0,0,0,"Defias Tower Patroller - On Script - Say Line 2"), +(705200,9,4,0,0,0,100,0,6000,6000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Tower Patroller - On Script - Say Line 3"), +(705200,9,5,0,0,0,100,0,6000,6000,0,0,1,4,0,0,0,0,0,10,66988,0,0,0,0,0,0,"Defias Tower Patroller - On Script - Say Line 4"), +(705200,9,6,0,0,0,100,0,5000,5000,0,0,53,0,705201,0,0,0,2,1,0,0,0,0,0,0,0,"Defias Tower Patroller - On Script - Start Waypoint"), +(705200,9,7,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,66988,0,0,0,0,0,0,"Defias Tower Patroller - On Script - Set Data"); + +DELETE FROM `waypoints` WHERE `entry` IN (705200,705201); +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(705200,1,-11149.1,554.466,55.8049,""), +(705200,2,-11144.7,556.683,55.1371,""), +(705200,3,-11140.4,556.894,53.8734,""), +(705200,4,-11136,554.83,52.5735,""), +(705200,5,-11131.7,549.872,50.3729,""), +(705200,6,-11130.7,546.131,49.4701,""), +(705200,7,-11131.7,549.872,50.3729,""), +(705200,8,-11136,554.83,52.5735,""), +(705200,9,-11140.4,556.894,53.8734,""), +(705200,10,-11144.7,556.683,55.1371,""), +(705200,11,-11149.1,554.466,55.8049,""), +(705200,12,-11152.3,552.681,55.8918,""), +(705200,13,-11149.1,554.466,55.8049,""), +(705200,14,-11144.7,556.683,55.1371,""), +(705200,15,-11140.4,556.894,53.8734,""), +(705200,16,-11136,554.83,52.5735,""), +(705200,17,-11131.7,549.872,50.3729,""), +(705200,18,-11130.7,546.131,49.4701,""), +(705200,19,-11131.7,549.872,50.3729,""), +(705200,20,-11136,554.83,52.5735,""), +(705200,21,-11140.4,556.894,53.8734,""), +(705200,22,-11144.7,556.683,55.1371,""), +(705200,23,-11149.1,554.466,55.8049,""), +(705200,24,-11152.5,552.716,55.8919,""), +(705201,1,-11151.1,551.26,55.8923,""), +(705201,2,-11140.5,543.668,56.3212,""), +(705201,3,-11142.6,541.549,55.92,""), +(705201,4,-11146,536.9,53.7638,""), +(705201,5,-11147,534.896,52.495,""), +(705201,6,-11147.6,532.728,52.4694,""), +(705201,7,-11147.6,535.236,52.5826,""), +(705201,8,-11145.2,538.529,54.7388,""), +(705201,9,-11141.9,543.463,56.2928,""), +(705201,10,-11139.4,542.983,56.6356,""), +(705201,11,-11138.4,539.196,57.9116,""), +(705201,12,-11138.3,535.496,59.8756,""), +(705201,13,-11137.9,539.928,57.7232,""), +(705201,14,-11139.9,543.434,56.4715,""), +(705201,15,-11149.7,550.018,55.9364,""), +(705201,16,-11140.5,543.668,56.3212,""), +(705201,17,-11142.6,541.549,55.92,""), +(705201,18,-11146,536.9,53.7638,""), +(705201,19,-11147,534.896,52.495,""), +(705201,20,-11147.6,532.728,52.4694,""), +(705201,21,-11147.6,535.236,52.5826,""), +(705201,22,-11145.2,538.529,54.7388,""), +(705201,23,-11141.9,543.463,56.2928,""), +(705201,24,-11139.4,542.983,56.6356,""), +(705201,25,-11138.4,539.196,57.9116,""), +(705201,26,-11138.3,535.496,59.8756,""), +(705201,27,-11137.9,539.928,57.7232,""), +(705201,28,-11139.9,543.434,56.4715,""), +(705201,29,-11149.7,550.018,55.9364,""), +(705201,30,-11151.1,551.26,55.8923,""); + +DELETE FROM `waypoint_data` WHERE `id` IN (669880,669910); +DELETE FROM `creature_addon` WHERE `guid` IN (66988,66991); +UPDATE `creature` SET `position_x`=-11152.5, `position_y`=552.716, `position_z`=55.8919, `orientation`=5.50239, `MovementType`=0 WHERE `guid`=66988; +UPDATE `creature` SET `position_x`=-11151.1, `position_y`=551.26, `position_z`=55.8923, `orientation`=2.36865, `MovementType`=0 WHERE `guid`=66991; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_03_world_335.sql new file mode 100644 index 00000000000..d441f881763 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_03_world_335.sql @@ -0,0 +1,43 @@ +-- Doc Mixilpixil +DELETE FROM `creature_text` WHERE `CreatureID`=7207; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7207,0,0,"Just /lay down anywhere, $n. I promise, this won't hurt a bit!",12,0,100,0,0,0,3567,0,"Doc Mixilpixil"), +(7207,1,0,"%s prepares his syringe.",16,0,100,0,0,0,3563,0,"Doc Mixilpixil"), +(7207,2,0,"%s examines the blood in the bottle.",16,0,100,0,0,0,3564,0,"Doc Mixilpixil"), +(7207,3,0,"Very interesting!",12,0,100,0,0,0,3565,0,"Doc Mixilpixil"), +(7207,4,0,"%s seems to be talking to the squirrel and the statue. He periodically points in your direction.",16,0,100,0,0,0,3566,0,"Doc Mixilpixil"), +(7207,5,0,"This doesn't look good!",12,0,100,274,0,0,3568,0,"Doc Mixilpixil"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7207 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (720700,720701) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7207,0,0,0,19,0,100,0,2608,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Quest 'The Touch of Zanzil (Part 2)' Taken - Say Line 0"), +(7207,0,1,0,22,0,100,0,61,15000,15000,0,0,80,720700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Received Emote 'Lay Down' - Run Script"), +(7207,0,2,0,20,0,100,0,2608,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Quest 'The Touch of Zanzil (Part 2)' Finished - Remove Npc Flag Questgiver+Gossip"), +(7207,0,3,0,20,0,100,0,2608,0,0,0,0,53,0,7207,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Quest 'The Touch of Zanzil (Part 2)' Finished - Start Waypoint"), +(7207,0,4,0,40,0,100,0,1,7207,0,0,0,80,720701,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Waypoint 1 Reached - Run Script"), +(7207,0,5,0,40,0,100,0,2,7207,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.15905,"Doc Mixilpixil - On Waypoint 2 Reached - Set Orientation"), +(7207,0,6,0,40,0,100,0,2,7207,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Waypoint 2 Reached - Add Npc Flag Questgiver+Gossip"), +(7207,0,7,0,40,0,100,0,2,7207,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Waypoint 2 Reached - Say Line 5"), +(720700,9,0,0,0,0,100,0,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Remove Npc Flag Questgiver+Gossip"), +(720700,9,1,0,0,0,100,0,2000,2000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Say Line 1"), +(720700,9,2,0,0,0,100,0,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Set Flag Standstate 'Kneel'"), +(720700,9,3,0,0,0,100,0,6000,6000,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Set Emote State 233"), +(720700,9,4,0,0,0,100,0,2000,2000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Say Line 2"), +(720700,9,5,0,0,0,100,0,3000,3000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Say Line 3"), +(720700,9,6,0,0,0,100,0,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Add Npc Flag Questgiver+Gossip"), +(720700,9,7,0,0,0,100,0,0,0,0,0,0,15,2608,0,0,0,0,0,7,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Complete Quest 'The Touch of Zanzil (Part 2)'"), +(720701,9,0,0,0,0,100,0,0,0,0,0,0,54,17000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Pause Waypoint"), +(720701,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.291581,"Doc Mixilpixil - On Script - Set Orientation"), +(720701,9,2,0,0,0,100,0,1000,1000,0,0,0,17,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Set Emote State 1"), +(720701,9,3,0,0,0,100,0,0,0,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Say Line 4"), +(720701,9,4,0,0,0,100,0,15000,15000,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doc Mixilpixil - On Script - Set Emote State 0"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=7207; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,2,7207,0,0,9,0,2608,0,0,0,0,0,"","SAI triggers only if quest 'The Touch of Zanzil (Part 2)' is taken"); + +DELETE FROM `waypoints` WHERE `entry`=7207; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(7207,1,-8806.36,338.259,95.0989,""), +(7207,2,-8805.56,331.968,95.0986,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_04_world_335.sql new file mode 100644 index 00000000000..710c5c32c73 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_04_world_335.sql @@ -0,0 +1,16 @@ +-- Lord Baurles K. Wishock +DELETE FROM `creature_text` WHERE `CreatureID`=1439; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1439,0,0,"My, that Black Claw stout packs quite a punch!",12,7,100,33,0,0,387,0,"Lord Baurles K. Wishock"), +(1439,1,0,"I feel... dizzy. It's so hot... in... here...",12,7,100,0,0,0,388,0,"Lord Baurles K. Wishock"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1439; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1439 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=143900 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 +(1439,0,0,0,20,0,100,0,336,0,0,0,80,143900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Quest 'A Noble Brew (Part 2)' Finished - Run Script"), +(143900,9,0,0,0,0,100,0,0,0,0,0,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Script - Play Emote 'Eat'"), +(143900,9,1,0,0,0,100,0,3000,3000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Script - Say Line 0"), +(143900,9,2,0,0,0,100,0,4000,4000,0,0,17,64,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Script - Set Emote State 'Stun'"), +(143900,9,3,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Script - Say Line 1"), +(143900,9,4,0,0,0,100,0,5000,5000,0,0,11,2596,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Baurles K. Wishock - On Script - Cast touch-of-the-black-claw"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_05_world_335.sql new file mode 100644 index 00000000000..7dd67a2f870 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_05_world_335.sql @@ -0,0 +1,21 @@ +-- Menara Voidrender +DELETE FROM `creature_text` WHERE `CreatureID`=6266; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6266,1,0,"Ok, let's get this orb made...",12,0,100,0,0,0,2663,0,"Menara Voidrender"), +(6266,2,0,"All right. It's made!",12,0,100,1,0,0,2664,0,"Menara Voidrender"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6266; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6266 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=626600 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 +(6266,0,0,0,19,0,100,0,4975,0,0,0,80,626600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Menara Voidrender - On Quest 'The Completed Orb of Noh'Orahil' Taken - Run Script"), +(6266,0,1,0,19,0,100,0,4964,0,0,0,80,626600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Menara Voidrender - On Quest 'The Completed Orb of Dar'Orahil' Taken - Run Script"), +(626600,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Remove Npc Flag Questgiver+Gossip"), +(626600,9,1,0,0,0,100,0,1000,1000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 1"), +(626600,9,2,0,0,0,100,0,0,0,0,0,11,9156,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Cast 'Create Mage's Orb'"), +(626600,9,3,0,0,0,100,0,5500,5500,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Say Line 2"), +(626600,9,4,0,0,0,100,0,0,0,0,0,15,4975,0,0,0,0,0,7,0,0,0,0,0,0,0,"Tabetha - On Script - Complete Quest 'The Completed Orb of Noh'Orahil'"), +(626600,9,5,0,0,0,100,0,0,0,0,0,15,4964,0,0,0,0,0,7,0,0,0,0,0,0,0,"Tabetha - On Script - Complete Quest 'The Completed Orb of Dar'Orahil'"), +(626600,9,6,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tabetha - On Script - Add Npc Flag Questgiver+Gossip"); + +UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=4964; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_06_world_335.sql new file mode 100644 index 00000000000..188efff91b1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_29_06_world_335.sql @@ -0,0 +1,22 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuID`=2912 AND `TextID`=3591; +DELETE FROM `gossip_menu` WHERE `MenuID`=2913 AND `TextID`=3592; +DELETE FROM `gossip_menu` WHERE `MenuID`=2603 AND `TextID` IN (3594,3299); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2912,3591,0), +(2913,3592,0), +(2603,3594,0), +(2603,3299,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (2912,2913,2603); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2912,3591,0,0,14,0,1799,0,0,1,0,0,"","Show gossip text 3591 if quest 'Fragments of the Orb of Orahil' is taken"), +(14,2912,3591,0,0,8,0,4963,0,0,1,0,0,"","Show gossip text 3591 if quest 'Shard of an Infernal' is not rewarded"), +(14,2912,3591,0,0,8,0,4962,0,0,1,0,0,"","Show gossip text 3591 if quest 'Shard of a Felhound' is not rewarded"), +(14,2913,3592,0,0,14,0,1799,0,0,1,0,0,"","Show gossip text 3592 if quest 'Fragments of the Orb of Orahil' is taken"), +(14,2913,3592,0,0,8,0,4963,0,0,1,0,0,"","Show gossip text 3592 if quest 'Shard of an Infernal' is not rewarded"), +(14,2913,3592,0,0,8,0,4962,0,0,1,0,0,"","Show gossip text 3592 if quest 'Shard of a Felhound' is not rewarded"), +(14,2603,3594,0,0,14,0,1799,0,0,1,0,0,"","Show gossip text 3592 if quest 'Fragments of the Orb of Orahil' is taken"), +(14,2603,3594,0,0,8,0,4963,0,0,1,0,0,"","Show gossip text 3592 if quest 'Shard of an Infernal' is not rewarded"), +(14,2603,3298,0,0,15,0,1279,0,0,0,0,0,"","Show gossip text 3299 if if Player is not a Warlock"), +(14,2603,3299,0,0,15,0,256,0,0,0,0,0,"","Show gossip text 3299 if if Player is a Warlock"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_00_world.sql new file mode 100644 index 00000000000..1deccbc47d5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_00_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=184906; +DELETE FROM `smart_scripts` WHERE `entryorguid`=184906 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 +(184906,1,0,0,70,0,100,0,2,0,0,0,41,1500,0,0,0,0,0,1,0,0,0,0,0,0,0,"Power Converter - On state changed - despawn"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_01_world.sql new file mode 100644 index 00000000000..68706279fbb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=4 AND `SourceEntry`=36904; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_02_world_335.sql new file mode 100644 index 00000000000..d31d13d8435 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_02_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (4975,4964); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,4975,0,0,8,0,4963,0,0,0,0,0,"","Quest 'The Completed Orb of Noh'Orahil' can only be taken if quest 'Shard of an Infernal' is rewarded"), +(19,0,4964,0,0,8,0,4962,0,0,0,0,0,"","Quest 'The Completed Orb of Dar'Orahil' can only be taken if quest 'Shard of a Felhound' is rewarded"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_03_world_335.sql new file mode 100644 index 00000000000..3ccdbc07a73 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_05_31_03_world_335.sql @@ -0,0 +1,4 @@ +-- Lady Jaina Proudmoore +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2465; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2465,3158,0,0,8,0,1267,0,0,0,0,0,"","Show gossip text 3158 if quest 'The Missing Diplomat (Part 17)' is rewarded"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_00_world.sql new file mode 100644 index 00000000000..e9b5eb78c2e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gossip_menu_option` SET `OptionType`=1, `OptionNpcFlag`=1 WHERE `MenuID` IN (7441, 7442, 7443) AND `OptionID`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_01_world_335.sql new file mode 100644 index 00000000000..be6c7bb5375 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_01_world_335.sql @@ -0,0 +1,9 @@ +-- Anchorite Delan --> Fix gossip text +DELETE FROM `gossip_menu` WHERE `MenuID`=7364 AND `TextID`=8799; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7364,8799,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7364; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7364,8799,0,0,16,0,1024,0,0,0,0,0,"","Show gossip text if player is a Draenei"), +(14,7364,8798,0,0,16,0,767,0,0,0,0,0,"","Show gossip text if player is not a Draenei"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_02_world_335.sql new file mode 100644 index 00000000000..6c448714679 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_02_world_335.sql @@ -0,0 +1,1770 @@ +-- Quest "Kobold Camp Cleanup" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=7; + +-- Quest "Investigate Echo Ridge" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=15; + +-- Quest "Skirmish at Echo Ridge" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=21; + +-- Quest "Brotherhood of Thieves" +DELETE FROM `quest_details` WHERE `ID`=18; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(18,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=18; + +-- Quest "Bounty on Garrick Padfoot" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6; + +-- Quest "Milly's Harvest" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3904; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3904; + +-- Quest "Grape Manifest" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3905; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=4 WHERE `ID`=3905; + +-- Quest "In Favor of the Light" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5623; + +-- Quest "Garments of the Light" +DELETE FROM `quest_details` WHERE `ID`=5624; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5624,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5624; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5624; + +-- Quest "Report to Goldshire" +UPDATE `quest_offer_reward` SET `Emote2`=66 WHERE `ID`=54; + +-- Quest "Rest and Relaxation" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=2158; + +-- Quest "The Fargodeep Mine" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=62; + +-- Quest "The Jasperlode Mine" +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=76; + +-- Quest "Report to Gryan Stoutmantle" +DELETE FROM `quest_details` WHERE `ID`=109; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(109,1,25,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=109; + +-- Quest "Westbrook Garrison Needs Help!" +DELETE FROM `quest_details` WHERE `ID`=239; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(239,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=239; + +-- Quest "Kobold Candles" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=60; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=60; + +-- Quest "Shipment to Stormwind" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=61; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=61; + +-- Quest "Gold Dust Exchange" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=47; + +-- Quest "A Fishy Peril" +DELETE FROM `quest_details` WHERE `ID`=40; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(40,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=40; + +-- Quest "Further Concerns" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=35; + +-- Quest "Protect the Frontier" +DELETE FROM `quest_details` WHERE `ID`=52; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(52,66,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=52; + +-- Quest "Report to Thomas" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=71; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=71; + +-- Quest "Cloth and Leather Armor" +DELETE FROM `quest_details` WHERE `ID`=59; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(59,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=59; + +-- Quest "Red Linen Goods" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=83; + +-- Quest "A Bundle of Trouble" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5545; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5545; + +-- Quest "Bounty on Murlocs" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=46; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=46; + +-- Quest "A Watchful Eye" +DELETE FROM `quest_details` WHERE `ID`=94; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(94,1,0,0,0,0,0,0,0,0); + +-- Quest "Tome of Divinity" +DELETE FROM `quest_details` WHERE `ID`=2998; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2998,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2998; + +-- Quest "Tome of Divinity" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=1641; + +-- Quest "Tome of Divinity" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=6, `Emote3`=1, `Emote4`=1 WHERE `ID`=1642; + +-- Quest "Tome of Divinity (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1643; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1643,2,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=1643; + +-- Quest "Tome of Divinity (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1644; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1644,1,1,1,16,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1644; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1, `Emote4`=2 WHERE `ID`=1644; + +-- Quest "Tome of Divinity (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=1780; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1780,1,1,3,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=1780; + +-- Quest "Tome of Divinity (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=1781; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1781,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=33, `Emote2`=2, `Emote3`=1, `Emote4`=1 WHERE `ID`=1781; + +-- Quest "Tome of Divinity (Part 6)" +DELETE FROM `quest_details` WHERE `ID`=1786; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1786,1,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1, `Emote4`=1 WHERE `ID`=1786; + +-- Quest "Tome of Divinity (Part 7)" +DELETE FROM `quest_details` WHERE `ID`=1787; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1787,1,1,6,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1787; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=1787; + +-- Quest "Tome of Divinity (Part 8)" +DELETE FROM `quest_details` WHERE `ID`=1788; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1788,1,1,2,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1, `Emote4`=2 WHERE `ID`=1788; + +-- Quest "Give Gerard a Drink" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=16; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=16; + +-- Quest "Young Lovers" +DELETE FROM `quest_details` WHERE `ID`=106; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(106,18,20,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=106; + +-- Quest "Speak with Gramma" +DELETE FROM `quest_details` WHERE `ID`=111; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(111,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=111; + +-- Quest "Note to William" +DELETE FROM `quest_details` WHERE `ID`=107; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(107,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=107; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=107; + +-- Quest "Collecting Kelp" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=112; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=112; + +-- Quest "The Escape" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=114; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=114; + +-- Quest "Princess Must Die!" +DELETE FROM `quest_details` WHERE `ID`=88; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(88,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=88; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=88; + +-- Quest "Lost Necklace" +DELETE FROM `quest_details` WHERE `ID`=85; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(85,1,0,0,0,0,0,0,0,0); + +-- Quest "Pie for Billy" +DELETE FROM `quest_details` WHERE `ID`=86; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(86,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=86; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=86; + +-- Quest "Back to Billy" +DELETE FROM `quest_details` WHERE `ID`=84; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(84,1,0,0,0,0,0,0,0,0); + +-- Quest "Goldtooth" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=3, `EmoteOnComplete`=3 WHERE `ID`=87; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=87; + +-- Quest "Riverpaw Gnoll Bounty" +DELETE FROM `quest_details` WHERE `ID`=11; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=11; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=11; + +-- Quest "Wanted: Hogger" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=176; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=176; + +-- Quest "The Collector" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=123; + +-- Quest "Manhunt" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=147; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=147; + +-- Quest "Elmore's Task" +DELETE FROM `quest_details` WHERE `ID`=1097; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1097,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1097; + +-- Quest "Stormpike's Delivery" +DELETE FROM `quest_details` WHERE `ID`=353; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(353,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=353; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=353; + +-- Quest "Wine Shop Advert" +DELETE FROM `quest_details` WHERE `ID`=332; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(332,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=332; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=332; + +-- Quest "Harlan Needs a Resupply" +DELETE FROM `quest_details` WHERE `ID`=333; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(333,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=333; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=333; + +-- Quest "Package for Thurman" +DELETE FROM `quest_details` WHERE `ID`=334; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(334,1,1,0,0,0,0,0,0,0); + +-- Quest "Retrieval for Mauren" +DELETE FROM `quest_details` WHERE `ID`=1078; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1078,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2, `EmoteOnComplete`=2 WHERE `ID`=1078; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1078; + +-- Quest "The Color of Blood" +DELETE FROM `quest_details` WHERE `ID`=388; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(388,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=388; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=388; + +-- Quest "Quell The Uprising" +DELETE FROM `quest_details` WHERE `ID`=387; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(387,5,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=387; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=66 WHERE `ID`=387; + +-- Quest "Mazen's Behest" +DELETE FROM `quest_details` WHERE `ID`=1363; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1363,1,6,1,6,0,0,0,0,0); + +-- Quest "Mazen's Behest (Part 2)" +DELETE FROM `quest_template_addon` WHERE `ID`=1364; +INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES +(1364,0,0,0,1363,0,0,0,0,0,0,0,0,0,0,0,0); +DELETE FROM `quest_details` WHERE `ID`=1364; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1364,1,1,5,6,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1364; + +-- Quest "The Corruption Abroad" +DELETE FROM `quest_details` WHERE `ID`=3765; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3765,2,1,1,0,0,0,0,0,0); + +-- Quest "Speaking of Fortitude" +DELETE FROM `quest_details` WHERE `ID`=343; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(343,1,1,2,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=343; + +-- Quest "Brother Paxton" +DELETE FROM `quest_details` WHERE `ID`=344; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(344,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=344; + +-- Quest "Ink Supplies" +DELETE FROM `quest_details` WHERE `ID`=345; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(345,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=345; + +-- Quest "Rethban Ore" +DELETE FROM `quest_details` WHERE `ID`=347; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(347,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=347; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=347; + +-- Quest "Return to Kristoff" +DELETE FROM `quest_details` WHERE `ID`=346; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(346,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=346; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=346; + +-- Quest "Humble Beginnings" +DELETE FROM `quest_details` WHERE `ID`=399; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(399,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=399; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=399; + +-- Quest "Bring the Light" +DELETE FROM `quest_details` WHERE `ID`=3636; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3636,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=3636; + +-- Quest "Underground Assault" +DELETE FROM `quest_details` WHERE `ID`=2040; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2040,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2040; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2040; + +-- Quest "Gyrodrillmatic Excavationators" +DELETE FROM `quest_details` WHERE `ID`=2928; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2928,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2928; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2928; + +-- Quest "Collecting Memories" +DELETE FROM `quest_details` WHERE `ID`=168; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(168,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=168; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=168; + +-- Quest "Oh Brother. . ." +DELETE FROM `quest_details` WHERE `ID`=167; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(167,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=167; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=167; + +-- Quest "Furlbrow's Deed" +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=184; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=184; + +-- Quest "The Forgotten Heirloom" +DELETE FROM `quest_details` WHERE `ID`=64; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(64,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=64; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=64; + +-- Quest "Poor Old Blanchy" +DELETE FROM `quest_details` WHERE `ID`=151; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(151,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=151; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=151; + +-- Quest "Westfall Stew" +DELETE FROM `quest_details` WHERE `ID`=36; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(36,1,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=36; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=36; + +-- Quest "Westfall Stew (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=38; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(38,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=38; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=38; + +-- Quest "Goretusk Liver Pie" +DELETE FROM `quest_details` WHERE `ID`=22; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(22,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=6 WHERE `ID`=22; + +-- Quest "The Killing Fields" +DELETE FROM `quest_details` WHERE `ID`=9; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9,5,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=9; + +-- Quest "The People's Militia" +DELETE FROM `quest_details` WHERE `ID`=12; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(12,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=12; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=12; + +-- Quest "The People's Militia (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=13; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(13,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=13; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=13; + +-- Quest "The People's Militia (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=14; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(14,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=14; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=14; + +-- Quest "Patrolling Westfall" +DELETE FROM `quest_details` WHERE `ID`=102; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(102,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=102; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=102; + +-- Quest "A Swift Message" +DELETE FROM `quest_details` WHERE `ID`=6181; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6181,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6181; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6181; + +-- Quest "Continue to Stormwind" +DELETE FROM `quest_details` WHERE `ID`=6281; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6281,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6281; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6281; + +-- Quest "Dungar Longdrink" +DELETE FROM `quest_details` WHERE `ID`=6261; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6261,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1 WHERE `ID`=6261; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6261; + +-- Quest "Return to Lewis" +DELETE FROM `quest_details` WHERE `ID`=6285; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6285,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6285; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=6285; + +-- Quest "Red Leather Bandanas" +DELETE FROM `quest_details` WHERE `ID`=153; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(153,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=153; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=153; + +-- Quest "Thunderbrew Lager" +DELETE FROM `quest_details` WHERE `ID`=117; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(117,94,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=94, `EmoteOnComplete`=94 WHERE `ID`=117; +UPDATE `quest_offer_reward` SET `Emote1`=94 WHERE `ID`=117; + +-- Quest "Sweet Amber" +DELETE FROM `quest_details` WHERE `ID`=48; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(48,94,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=94, `EmoteOnComplete`=94 WHERE `ID`=48; +UPDATE `quest_offer_reward` SET `Emote1`=33 WHERE `ID`=48; + +-- Quest "Sweet Amber (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=49; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(49,94,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=94, `EmoteOnComplete`=94 WHERE `ID`=49; +UPDATE `quest_offer_reward` SET `Emote1`=33 WHERE `ID`=49; + +-- Quest "Sweet Amber (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=50; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(50,94,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=94, `EmoteOnComplete`=94 WHERE `ID`=50; +UPDATE `quest_offer_reward` SET `Emote1`=33 WHERE `ID`=50; + +-- Quest "Sweet Amber (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=51; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(51,94,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=94, `EmoteOnComplete`=94 WHERE `ID`=51; +UPDATE `quest_offer_reward` SET `Emote1`=33 WHERE `ID`=51; + +-- Quest "Sweet Amber (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=53; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(53,94,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=94, `EmoteOnComplete`=94 WHERE `ID`=53; +UPDATE `quest_offer_reward` SET `Emote1`=94 WHERE `ID`=53; + +-- Quest "Keeper of the Flame" / "The Coastal Menace" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID` IN (103,104); + +-- Quest "The Defias Brotherhood" +DELETE FROM `quest_details` WHERE `ID`=65; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(65,1,25,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=65; + +-- Quest "The Defias Brotherhood (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=132; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(132,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=132; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=132; + +-- Quest "The Defias Brotherhood (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=135; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(135,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=135; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=135; + +-- Quest "The Defias Brotherhood (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=141; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(141,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=141; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=141; + +-- Quest "The Defias Brotherhood (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=142; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(142,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=142; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=25 WHERE `ID`=142; + +-- Quest "The Defias Brotherhood (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=155; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(155,6,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=155; + +-- Quest "The Defias Brotherhood (Part 6)" +DELETE FROM `quest_details` WHERE `ID`=166; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(166,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=166; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=166; + +-- Quest "Red Silk Bandanas" +DELETE FROM `quest_details` WHERE `ID`=214; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(214,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=214; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=214; + +-- Quest "Brother Anton" +DELETE FROM `quest_details` WHERE `ID`=6141; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6141,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6141; + +-- Quest "Lord Grayson Shadowbreaker" +DELETE FROM `quest_details` WHERE `ID` IN (7638,7670); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7638,1,1,0,0,0,0,0,0,0), +(7670,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=25 WHERE `ID` IN (7638,7670); + +-- Quest "Emphasis on Sacrifice" +DELETE FROM `quest_details` WHERE `ID`=7637; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7637,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=7637; + +-- Quest "To Show Due Judgment" +DELETE FROM `quest_details` WHERE `ID`=7639; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7639,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=7639; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7639; + +-- Quest "Exorcising Terrordale" +DELETE FROM `quest_details` WHERE `ID`=7640; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7640,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7640; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=7640; + +-- Quest "The Work of Grimand Elmore" +DELETE FROM `quest_details` WHERE `ID`=7641; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7641,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3, `Emote2`=1 WHERE `ID`=7641; + +-- Quest "Collection of Goods" +DELETE FROM `quest_details` WHERE `ID`=7642; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7642,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7642; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7642; + +-- Quest "Grimand's Finest Work" +DELETE FROM `quest_details` WHERE `ID`=7648; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7648,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7648; + +-- Quest "Ancient Equine Spirit" +UPDATE `quest_template_addon` SET `PrevQuestID`=7648 WHERE `ID`=7643; +DELETE FROM `quest_details` WHERE `ID`=7643; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7643,1,1,0,0,0,0,0,0,0); + +-- Quest "Manna-Enriched Horse Feed" +DELETE FROM `quest_details` WHERE `ID`=7645; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7645,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=7645; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6, `Emote3`=1 WHERE `ID`=7645; + +-- Quest "Blessed Arcanite Barding" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7644; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7644; + +-- Quest "The Divination Scryer" +DELETE FROM `quest_details` WHERE `ID`=7646; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7646,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=7646; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7646; + +-- Quest "Judgment and Redemption" +DELETE FROM `quest_details` WHERE `ID`=7647; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7647,1,1,2,0,0,0,0,0,0); + +-- Quest "Again Into the Great Ossuary" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=7666; + +-- Quest "The Tome of Valor" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6, `Emote4`=1 WHERE `ID`=1793; + +-- Quest "The Tome of Valor (Part 2)" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1, `Emote4`=6 WHERE `ID`=1649; + +-- Quest "The Tome of Valor (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1650; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1650,21,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1, `Emote4`=24 WHERE `ID`=1650; + +-- Quest "The Tome of Valor (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=1651; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1651,1,1,1,5,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=1 WHERE `ID`=1651; + +-- Quest "The Tome of Valor (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=1652; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1652,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=4, `Emote3`=1 WHERE `ID`=1652; + +-- Quest "The Test of Righteousness" +DELETE FROM `quest_details` WHERE `ID`=1653; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1653,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1, `Emote4`=6 WHERE `ID`=1653; + +-- Quest "The Test of Righteousness (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1654; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1654,6,2,1,6,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1654; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=1 WHERE `ID`=1654; + +-- Quest "The Test of Righteousness (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1806; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1806,6,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=1806; + +-- Quest "A Warrior's Training" +DELETE FROM `quest_details` WHERE `ID`=1638; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1638,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6 WHERE `ID`=1638; + +-- Quest "Bartleby the Drunk" +DELETE FROM `quest_details` WHERE `ID`=1639; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1639,1,6,11,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3, `Emote2`=6 WHERE `ID`=1639; + +-- Quest "Beat Bartleby" +DELETE FROM `quest_details` WHERE `ID`=1640; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1640,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=1640; + +-- Quest "Bartleby's Mug" +DELETE FROM `quest_details` WHERE `ID`=1665; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1665,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1665; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=1 WHERE `ID`=1665; + +-- Quest "Marshal Haggard" +DELETE FROM `quest_details` WHERE `ID`=1666; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1666,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=5 WHERE `ID`=1666; + +-- Quest "Dead-tooth Jack" +DELETE FROM `quest_details` WHERE `ID`=1667; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1667,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1667; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=1667; + +-- Quest "Speak with Jennea" +DELETE FROM `quest_details` WHERE `ID`=1860; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1860,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1860; + +-- Quest "Mirror Lake" +DELETE FROM `quest_details` WHERE `ID`=1861; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1861,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1861; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=1861; + +-- Quest "Report to Jennea" +DELETE FROM `quest_details` WHERE `ID`=1919; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1919,1,6,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1919; + +-- Quest "Investigate the Blue Recluse" +DELETE FROM `quest_details` WHERE `ID`=1920; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1920,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1920; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=1920; + +-- Quest "Gathering Materials" +DELETE FROM `quest_details` WHERE `ID`=1921; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1921,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=3, `EmoteOnComplete`=3 WHERE `ID`=1921; +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=1921; + +-- Quest "Manaweave Robe" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1941; + +-- Quest "High Sorcerer Andromath" +DELETE FROM `quest_details` WHERE `ID`=1939; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1939,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1939; + +-- Quest "Ur's Treatise on Shadow Magic" +DELETE FROM `quest_details` WHERE `ID`=1938; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1938,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1938; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1938; + +-- Quest "Pristine Spider Silk" +DELETE FROM `quest_details` WHERE `ID`=1940; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1940,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1940; +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=1940; + +-- Quest "Astral Knot Garment" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6, `Emote3`=11 WHERE `ID`=1942; + +-- Quest "Vital Supplies" +DELETE FROM `quest_details` WHERE `ID`=1477; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1477,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1477; + +-- Quest "Supplies for Nethergarde" +DELETE FROM `quest_details` WHERE `ID`=1395; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1395,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=3, `EmoteOnComplete`=3 WHERE `ID`=1395; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=1395; + +-- Quest "Journey to the Marsh" +DELETE FROM `quest_details` WHERE `ID`=1947; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1947,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1947; + +-- Quest "Items of Power" +UPDATE `quest_template_addon` SET `PrevQuestID`=1947 WHERE `ID`=1948; +DELETE FROM `quest_details` WHERE `ID`=1948; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1948,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=3, `EmoteOnComplete`=3 WHERE `ID`=1948; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=6 WHERE `ID`=1948; + +-- Quest "Hidden Secrets" +DELETE FROM `quest_details` WHERE `ID`=1949; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1949,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=25 WHERE `ID`=1949; + +-- Quest "Get the Scoop" +DELETE FROM `quest_details` WHERE `ID`=1950; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1950,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=1950; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1950; + +-- Quest "Rituals of Power" +DELETE FROM `quest_details` WHERE `ID`=1951; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1951,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2, `EmoteOnComplete`=2 WHERE `ID`=1951; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1951; + +-- Quest "Mage's Wand" +DELETE FROM `quest_details` WHERE `ID`=1952; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1952,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1952; + +-- Quest "Return to the Marsh" +DELETE FROM `quest_details` WHERE `ID`=1953; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1953,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1953; + +-- Quest "The Infernal Orb" +DELETE FROM `quest_details` WHERE `ID`=1954; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1954,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1954; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=5 WHERE `ID`=1954; + +-- Quest "The Exorcism" +DELETE FROM `quest_details` WHERE `ID`=1955; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1955,1,25,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1955; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1 WHERE `ID`=1955; + +-- Quest "Power in Uldaman" +DELETE FROM `quest_details` WHERE `ID`=1956; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1956,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1956; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1 WHERE `ID`=1956; + +-- Quest "Mana Surges" +DELETE FROM `quest_details` WHERE `ID`=1957; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1957,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1957; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=1957; + +-- Quest "Celestial Power" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1958; + +-- Quest "Tabetha's Task" +DELETE FROM `quest_details` WHERE `ID`=2861; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2861,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6 WHERE `ID`=2861; + +-- Quest "Tiara of the Deep" +DELETE FROM `quest_details` WHERE `ID`=2846; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2846,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=2846; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=2846; + +-- Quest "Magecraft" +DELETE FROM `quest_details` WHERE `ID`=8250; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8250,1,0,0,0,0,0,0,0,0); + +-- Quest "A Meal Served Cold" +DELETE FROM `quest_details` WHERE `ID`=212; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(212,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=212; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=212; + +-- Quest "James Hyal" +DELETE FROM `quest_details` WHERE `ID`=1301; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1301,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1301; + +-- Quest "James Hyal (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1302; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1302,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1302; + +-- Quest "Morgan Stern" +DELETE FROM `quest_details` WHERE `ID`=1260; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1260,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1260; + +-- Quest "The Perenolde Tiara" +DELETE FROM `quest_details` WHERE `ID`=543; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(543,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=543; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=543; + +-- Quest "Mayara Brightwing" +DELETE FROM `quest_details` WHERE `ID`=4766; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4766,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4766; + +-- Quest "Tinkmaster Overspark" +DELETE FROM `quest_details` WHERE `ID`=2923; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2923,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=18, `Emote2`=6 WHERE `ID`=2923; + +-- Quest "Save Techbot's Brain!" +DELETE FROM `quest_details` WHERE `ID`=2922; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2922,1,5,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2922; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=2922; + +-- Quest "Seek out SI: 7" +DELETE FROM `quest_details` WHERE `ID`=2205; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2205,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2205; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6 WHERE `ID`=2205; + +-- Quest "Snatch and Grab" +DELETE FROM `quest_details` WHERE `ID`=2206; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2206,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25, `EmoteOnComplete`=25 WHERE `ID`=2206; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2206; + +-- Quest "Mathias and the Defias" +DELETE FROM `quest_details` WHERE `ID`=2360; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2360,1,1,1,25,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=2360; + +-- Quest "Klaven's Tower" +DELETE FROM `quest_details` WHERE `ID`=2359; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2359,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2359; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=2359; + +-- Quest "The Touch of Zanzil" +DELETE FROM `quest_details` WHERE `ID`=2607; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2607,1,6,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=2607; + +-- Quest "The Touch of Zanzil (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=2608; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2608,1,11,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=22, `EmoteDelay1`=1500 WHERE `ID`=2608; + +-- Quest "The Touch of Zanzil (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=2609; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2609,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2609; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5 WHERE `ID`=2609; + +-- Quest "A Simple Request" +DELETE FROM `quest_details` WHERE `ID`=8233; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8233,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=6 WHERE `ID`=8233; + +-- Quest "Sealed Azure Bag" +DELETE FROM `quest_details` WHERE `ID`=8234; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8234,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8234; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8234; + +-- Quest "Encoded Fragments" +DELETE FROM `quest_details` WHERE `ID`=8235; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8235,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8235; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8235; + +-- Quest "The Azure Key" +DELETE FROM `quest_details` WHERE `ID`=8236; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8236,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8236; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote1`=1 WHERE `ID`=8236; + +-- Quest "SI:7" +DELETE FROM `quest_details` WHERE `ID`=2300; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2300,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=2300; + +-- Quest "Redridge Rendezvous" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=11 WHERE `ID`=2281; + +-- Quest "Alther's Mill" +UPDATE `quest_template_addon` SET `PrevQuestID`=2281 WHERE `ID`=2282; +DELETE FROM `quest_details` WHERE `ID`=2282; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2282,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2282; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote1`=25 WHERE `ID`=2282; + +-- Quest "Cenarion Aid" +DELETE FROM `quest_details` WHERE `ID`=8254; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8254,1,0,0,0,0,0,0,0,0); + +-- Quest "Of Coursers We Know" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=8255; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8255; + +-- Quest "The Ichor of Undeath" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=8256; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8256; + +-- Quest "Blood of Morphaz" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8257; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote1`=1 WHERE `ID`=8257; + +-- Quest "Gakin's Summons" +DELETE FROM `quest_details` WHERE `ID` IN (1685,1717); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1685,1,1,0,0,0,0,0,0,0), +(1717,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID` IN (1685,1717); + +-- Quest "The Slaughtered Lamb" +DELETE FROM `quest_details` WHERE `ID`=1715; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1715,1,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1715; + +-- Quest "Surena Caledon" +DELETE FROM `quest_details` WHERE `ID`=1688; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1688,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1688; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1688; + +-- Quest "The Binding" +DELETE FROM `quest_details` WHERE `ID`=1689; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1689,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1689; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1689; + +-- Quest "A Noble Brew" +DELETE FROM `quest_details` WHERE `ID`=335; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(335,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=335; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=335; + +-- Quest "A Noble Brew (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=336; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(336,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=336; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=336; + +-- Quest "You Have Served Us Well" +DELETE FROM `quest_details` WHERE `ID`=397; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(397,11,1,0,0,0,0,0,0,0); + +-- Quest "Knowledge of the Orb of Orahil" +DELETE FROM `quest_details` WHERE `ID` IN (4965,4967,4968,4969); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4965,21,1,0,0,0,0,0,0,0), +(4967,1,25,0,0,0,0,0,0,0), +(4968,21,1,0,0,0,0,0,0,0), +(4969,11,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID` IN (4965,4967,4968,4969); + +-- Quest "Fragments of the Orb of Orahil" +DELETE FROM `quest_details` WHERE `ID`=1799; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1799,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1799; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1799; + +-- Quest "Shard of an Infernal" +DELETE FROM `quest_details` WHERE `ID`=4963; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4963,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4963; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=4963; + +-- Quest "Shard of a Felhound" +DELETE FROM `quest_details` WHERE `ID`=4962; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4962,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4962; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=4962; + +-- Quest "Cleansing of the Orb of Orahil" +DELETE FROM `quest_details` WHERE `ID`=4961; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4961,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=4961; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=4961; + +-- Quest "Returning the Cleansed Orb" +DELETE FROM `quest_details` WHERE `ID`=4976; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4976,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4976; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=4976; + +-- Quest "The Completed Orb of Noh'Orahil" +DELETE FROM `quest_details` WHERE `ID`=4975; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4975,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4975; + +-- Quest "The Completed Orb of Dar'Orahil" +DELETE FROM `quest_details` WHERE `ID`=4964; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4964,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4964; + +-- Quest "In Search of Menara Voidrender" +DELETE FROM `quest_details` WHERE `ID` IN (4736,4737,4738,4739); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4736,3,1,0,0,0,0,0,0,0), +(4737,1,25,0,0,0,0,0,0,0), +(4738,1,1,0,0,0,0,0,0,0), +(4739,25,1,0,0,500,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID` IN (4736,4737,4738,4739); + +-- Quest "Components for the Enchanted Gold Bloodrobe" +DELETE FROM `quest_details` WHERE `ID`=1796; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1796,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1796; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1796; + +-- Quest "Components for the Enchanted Gold Bloodrobe (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=4781; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4781,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2, `EmoteOnComplete`=2 WHERE `ID`=4781; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=4781; + +-- Quest "Components for the Enchanted Gold Bloodrobe (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=4782; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4782,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4782; + +-- Quest "Components for the Enchanted Gold Bloodrobe (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=4783; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4783,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4783; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=6 WHERE `ID`=4783; + +-- Quest "Components for the Enchanted Gold Bloodrobe (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=4784; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4784,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4784; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=4784; + +-- Quest "The Completed Robe" +DELETE FROM `quest_details` WHERE `ID`=4786; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4786,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4786; + +-- Quest "Devourer of Souls" +DELETE FROM `quest_details` WHERE `ID`=1716; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1716,1,1,1,0,0,0,0,0,0); + +-- Quest "Heartswood" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1738; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1738; + +-- Quest "The Binding" +DELETE FROM `quest_details` WHERE `ID`=1739; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1739,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=11, `EmoteOnComplete`=11 WHERE `ID`=1739; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=1739; + +-- Quest "The Missing Diplomat" +DELETE FROM `quest_details` WHERE `ID`=1274; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1274,1,1,2,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=1274; + +-- Quest "The Missing Diplomat (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1241; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1241,2,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6, `EmoteDelay1`=1000 WHERE `ID`=1241; + +-- Quest "The Missing Diplomat (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1242; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1242,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1242; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=11 WHERE `ID`=1242; + +-- Quest "The Missing Diplomat (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=1243; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1243,1,6,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1243; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=11, `Emote3`=6 WHERE `ID`=1243; + +-- Quest "The Missing Diplomat (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=1244; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1244,6,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=1244; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1244; + +-- Quest "The Missing Diplomat (Part 6)" +DELETE FROM `quest_details` WHERE `ID`=1245; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1245,5,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1245; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1245; + +-- Quest "The Missing Diplomat (Part 7)" +DELETE FROM `quest_details` WHERE `ID`=1246; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1246,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=14, `Emote2`=1 WHERE `ID`=1246; + +-- Quest "The Missing Diplomat (Part 8)" +DELETE FROM `quest_details` WHERE `ID`=1447; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1447,14,6,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6 WHERE `ID`=1447; + +-- Quest "The Missing Diplomat (Part 9)" +DELETE FROM `quest_details` WHERE `ID`=1247; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1247,11,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3, `Emote2`=1, `Emote3`=1 WHERE `ID`=1247; + +-- Quest "The Missing Diplomat (Part 10)" +DELETE FROM `quest_details` WHERE `ID`=1248; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1248,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3, `Emote2`=1, `Emote3`=6, `Emote4`=1 WHERE `ID`=1248; + +-- Quest "The Missing Diplomat (Part 11)" +DELETE FROM `quest_details` WHERE `ID`=1249; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1249,6,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1, `Emote4`=6 WHERE `ID`=1249; + +-- Quest "The Missing Diplomat (Part 12)" +DELETE FROM `quest_details` WHERE `ID`=1250; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1250,18,1,1,5,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1, `Emote4`=1 WHERE `ID`=1250; + +-- Quest "The Missing Diplomat (Part 13)" +DELETE FROM `quest_details` WHERE `ID`=1264; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1264,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66, `Emote2`=1, `Emote3`=1 WHERE `ID`=1264; + +-- Quest "The Missing Diplomat (Part 14)" +DELETE FROM `quest_details` WHERE `ID`=1265; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1265,6,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=1265; + +-- Quest "The Missing Diplomat (Part 15)" +DELETE FROM `quest_details` WHERE `ID`=1266; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1266,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1, `Emote4`=1 WHERE `ID`=1266; + +-- Quest "The Missing Diplomat (Part 16)" +DELETE FROM `quest_details` WHERE `ID`=1324; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1324,5,14,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=1324; + +-- Quest "The Missing Diplomat (Part 17)" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1267; + +-- Quest "Yorus Barleybrew" +DELETE FROM `quest_details` WHERE `ID` IN (1698,10371); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1698,1,0,0,0,0,0,0,0,0), +(10371,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=25 WHERE `ID` IN (1698,10371); + +-- Quest "The Rethban Gauntlet" +DELETE FROM `quest_details` WHERE `ID`=1699; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1699,1,25,1,6,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=1699; + +-- Quest "The Shieldsmith" +DELETE FROM `quest_details` WHERE `ID`=1702; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1702,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=3 WHERE `ID`=1702; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=273 WHERE `ID`=1702; + +-- Quest "Fire Hardened Mail" +DELETE FROM `quest_details` WHERE `ID`=1701; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1701,1,1,6,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1701; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=1701; + +-- Quest "Furen's Armor" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1782; + +-- Quest "Mathiel" +DELETE FROM `quest_details` WHERE `ID`=1703; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1703,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=1703; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1703; + +-- Quest "Sunscorched Shells" +DELETE FROM `quest_details` WHERE `ID`=1710; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1710,1,6,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1710; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1710; + +-- Quest "Mathiel's Armor" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1711; + +-- Quest "Grimand Elmore" +DELETE FROM `quest_details` WHERE `ID`=1700; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1700,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=1700; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5 WHERE `ID`=1700; + +-- Quest "Burning Blood" +DELETE FROM `quest_details` WHERE `ID`=1705; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1705,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1705; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1705; + +-- Quest "Grimand's Armor" +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=1706; + +-- Quest "Klockmort Spannerspan" +DELETE FROM `quest_details` WHERE `ID`=1704; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1704,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=1704; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=1704; + +-- Quest "Iron Coral" +DELETE FROM `quest_details` WHERE `ID`=1708; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1708,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=3, `EmoteOnComplete`=3 WHERE `ID`=1708; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=5 WHERE `ID`=1708; + +-- Quest "Klockmort's Creation" +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=5 WHERE `ID`=1709; + +-- Quest "The Islander" +DELETE FROM `quest_details` WHERE `ID`=1718; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1718,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3 WHERE `ID`=1718; + +-- Quest "The Affray" +DELETE FROM `quest_details` WHERE `ID`=1719; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1719,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=1719; + +-- Quest "The Windwatcher" +DELETE FROM `quest_details` WHERE `ID`=1791; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1791,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1791; + +-- Quest "Cyclonian" +DELETE FROM `quest_details` WHERE `ID`=1712; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1712,1,25,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1712; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1712; + +-- Quest "The Summoning" +DELETE FROM `quest_details` WHERE `ID`=1713; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1713,1,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=1713; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1713; + +-- Quest "Whirlwind Weapon" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1792; + +-- Quest "A Troubled Spirit" +DELETE FROM `quest_details` WHERE `ID`=8417; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8417,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8417; + +-- Quest "Warrior Kinship" +DELETE FROM `quest_details` WHERE `ID`=8423; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8423,25,1,0,0,500,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=8423; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8423; + +-- Quest "War on the Shadowsworn" +DELETE FROM `quest_details` WHERE `ID`=8424; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8424,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=8424; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=8424; + +-- Quest "Voodoo Feathers" +DELETE FROM `quest_details` WHERE `ID`=8425; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8425,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=8425; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=8425; + +-- Quest "A Donation of Wool" / "A Donation of Silk" / "A Donation of Mageweave" / "A Donation of Runecloth" / "Additional Runecloth" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID` IN (7791,7792,7793,7794,7795,7796,7798,7799,7800,10352,10354,7802,7803,7804,7805,7806,7807,7808,7809,7811,7812,7813,7814,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7831,7832,7833,7834,7835,7836,7837,10356,10361,10357,10360,10359); +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID` IN (7791,7792,7793,7794,7798,7799,10352,10354,7802,7803,7804,7807,7808,7809,7813,7814,7817,7820,7821,7822,7826,7827,7831,7833,7834,7835,10356,10361,10362,10360,10359); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID` IN (7795,7800,7805,7811,7818,7823,7824,7836,10357,10362); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID` IN (7796,7801,7806,7812,7819,7825,7832,7837,10358,10363); + +-- Quest "Malin's Request" +DELETE FROM `quest_details` WHERE `ID`=690; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(690,2,1,6,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=690; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=690; + +-- Quest "The Unsent Letter" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=373; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=2, `Emote3`=1 WHERE `ID`=373; + +-- Quest "Bazil Thredd" +DELETE FROM `quest_details` WHERE `ID`=389; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(389,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5, `Emote3`=1, `Emote4`=1 WHERE `ID`=389; + +-- Quest "The Stockade Riots" +DELETE FROM `quest_details` WHERE `ID`=391; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(391,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=391; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=391; + +-- Quest "The Curious Visitor" +DELETE FROM `quest_details` WHERE `ID`=392; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(392,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=392; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=392; + +-- Quest "Shadow of the Past" +DELETE FROM `quest_details` WHERE `ID`=393; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(393,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=393; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=393; + +-- Quest "Look to an Old Friend" +DELETE FROM `quest_details` WHERE `ID`=350; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(350,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=11, `Emote4`=1 WHERE `ID`=350; + +-- Quest "Infiltrating the Castle" +DELETE FROM `quest_details` WHERE `ID`=2745; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2745,1,1,6,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=6, `Emote4`=5 WHERE `ID`=2745; + +-- Quest "Items of Some Consequence" +DELETE FROM `quest_details` WHERE `ID`=2746; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2746,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2746; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=2746; + +-- Quest "The Attack!" +DELETE FROM `quest_details` WHERE `ID`=434; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(434,1,1,6,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=434; + +-- Quest "The Head of the Beast" +DELETE FROM `quest_details` WHERE `ID`=394; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(394,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=11, `Emote4`=2 WHERE `ID`=394; + +-- Quest "Brotherhood's End" +DELETE FROM `quest_details` WHERE `ID`=395; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(395,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=395; + +-- Quest "An Audience with the King" +DELETE FROM `quest_details` WHERE `ID`=396; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(396,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=396; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=396; + +-- Quest "Travel to Darkshire" +DELETE FROM `quest_details` WHERE `ID`=9429; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9429,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=9429; + +-- Quest "Stormwind Library" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=579; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=579; + +-- Quest "An Old History Book" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=337; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=2 WHERE `ID`=337; + +-- Quest "Southshore" +DELETE FROM `quest_details` WHERE `ID`=538; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(538,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=538; + +-- Quest "Preserving Knowledge" +DELETE FROM `quest_details` WHERE `ID`=540; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(540,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=540; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=540; + +-- Quest "Return to Milton" +DELETE FROM `quest_details` WHERE `ID`=542; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(542,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=542; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=2, `Emote3`=1 WHERE `ID`=542; + +-- Quest "The Symbol of Life" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID` IN (1789,1790); + +-- Quest "Goblin Engineering" +DELETE FROM `quest_details` WHERE `ID` IN (3526,3629,3633,4181); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3526,1,1,0,0,0,0,0,0,0), +(3629,1,1,0,0,0,0,0,0,0), +(3633,1,1,0,0,0,0,0,0,0), +(4181,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID` IN (3526,3629,3633,4181); + +-- Quest "The Pledge of Secrecy" +DELETE FROM `quest_details` WHERE `ID` IN (3638,3640,3642); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3638,1,0,0,0,0,0,0,0,0), +(3640,1,0,0,0,0,0,0,0,0), +(3642,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID` IN (3638,3640,3642); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID` IN (3638,3640,3642); + +-- Quest "Show Your Work" +DELETE FROM `quest_details` WHERE `ID` IN (3639,3641,3643); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3639,1,1,25,0,0,0,0,0,0), +(3641,1,1,25,0,0,0,0,0,0), +(3643,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID` IN (3639,3641,3643); + +-- Quest "Gnome Engineering" +DELETE FROM `quest_details` WHERE `ID` IN (3630,3632,3634,3635,3637); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3630,1,1,0,0,0,0,0,0,0), +(3632,1,1,0,0,0,0,0,0,0), +(3634,1,1,0,0,0,0,0,0,0), +(3635,1,1,0,0,0,0,0,0,0), +(3637,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID` IN (3630,3632,3634); +UPDATE `quest_request_items` SET `EmoteOnComplete`=3 WHERE `ID` IN (3635,3637); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID` IN (3630,3632,3634); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID` IN (3635,3637); + +-- Quest "The Origins of Smithing" +DELETE FROM `quest_details` WHERE `ID`=2758; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2758,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2758; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=2758; + +-- Quest "The Old Ways" +DELETE FROM `quest_details` WHERE `ID`=2756; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2756,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=2756; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=5 WHERE `ID`=2756; + +-- Quest "Booty Bay or Bust!" / "In Search of Galvan" +DELETE FROM `quest_details` WHERE `ID` IN (2757,2759); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2757,25,1,0,0,0,0,0,0,0), +(2759,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=25 WHERE `ID` IN (2757,2759); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID` IN (2757,2759); + +-- Quest "The Mithril Order" +DELETE FROM `quest_details` WHERE `ID`=2760; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2760,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2, `EmoteOnIncomplete`=2 WHERE `ID`=2760; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2760; + +-- Quest "Smelt On, Smelt Off" +DELETE FROM `quest_details` WHERE `ID`=2761; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2761,1,6,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2761; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=2761; + +-- Quest "The Great Silver Deceiver" +DELETE FROM `quest_details` WHERE `ID`=2762; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2762,1,1,2,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2762; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=5 WHERE `ID`=2762; + +-- Quest "The Art of the Imbue" +DELETE FROM `quest_details` WHERE `ID`=2763; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2763,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2763; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=2763; + +-- Quest "Galvan's Finest Pupil" +DELETE FROM `quest_details` WHERE `ID`=2764; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2764,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=2 WHERE `ID`=2764; + +-- Quest "Expert Blacksmith!" +DELETE FROM `quest_details` WHERE `ID`=2765; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2765,1,1,2,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=2765; + +-- Quest "In Search of The Temple" +DELETE FROM `quest_details` WHERE `ID`=1448; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1448,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1448; + +-- Quest "To The Hinterlands" +DELETE FROM `quest_details` WHERE `ID`=1449; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1449,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5 WHERE `ID`=1449; + +-- Quest "Gryphon Master Talonaxe" +DELETE FROM `quest_details` WHERE `ID`=1450; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1450,1,25,6,5,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=1450; + +-- Quest "Rhapsody Shindigger" +DELETE FROM `quest_details` WHERE `ID`=1451; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1451,1,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=33, `Emote2`=14, `Emote3`=33, `Emote4`=5 WHERE `ID`=1451; + +-- Quest "Rhapsody's Kalimdor Kocktail" +DELETE FROM `quest_details` WHERE `ID`=1452; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1452,33,6,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1452; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=33 WHERE `ID`=1452; + +-- Quest "Rhapsody's Tale" +DELETE FROM `quest_details` WHERE `ID`=1469; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1469,1,33,5,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1469; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=1469; + +-- Quest "Into The Temple of Atal'Hakkar" +DELETE FROM `quest_details` WHERE `ID`=1475; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1475,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1475; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=2 WHERE `ID`=1475; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_03_world_335.sql new file mode 100644 index 00000000000..45a7222835b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_03_world_335.sql @@ -0,0 +1,16 @@ +-- Josef Gregorian +DELETE FROM `creature_text` WHERE `CreatureID`=4576; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4576,0,0,"One moment while I stitch this together...",12,1,100,0,0,0,2761,0,"Josef Gregorian"), +(4576,1,0,"There. I am finished with your robe, $n.",12,1,100,1,0,0,2762,0,"Josef Gregorian"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4576; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4576 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=457600 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 +(4576,0,0,0,20,0,100,0,1961,0,0,0,80,457600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Josef Gregorian - On Quest 'Gathering Materials' Finished - Run Script"), +(457600,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,"Josef Gregorian - On Script - Remove Npc Flag Questgiver"), +(457600,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Josef Gregorian - On Script - Say Line 0"), +(457600,9,2,0,0,0,100,0,3000,3000,0,0,11,9157,0,0,0,0,0,1,0,0,0,0,0,0,0,"Josef Gregorian - On Script - Cast 'Create Mage's Robe'"), +(457600,9,3,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Josef Gregorian - On Script - Say Line 1"), +(457600,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,"Josef Gregorian - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_04_world_335.sql new file mode 100644 index 00000000000..26f818f4ac4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_04_world_335.sql @@ -0,0 +1,16 @@ +-- Kil'hala +DELETE FROM `creature_text` WHERE `CreatureID`=3484; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3484,0,0,"I shall now begin the robe...",12,1,100,0,0,0,2665,0,"Kil'hala"), +(3484,1,0,"Your robe is complete, $n.",12,1,100,1,0,0,2666,0,"Kil'hala"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3484; +DELETE FROM `smart_scripts` WHERE `entryorguid`=3484 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=348400 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 +(3484,0,0,0,20,0,100,0,1945,0,0,0,80,348400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kil'hala - On Quest 'Laughing Sisters' Finished - Run Script"), +(348400,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,"Kil'hala - On Script - Remove Npc Flag Questgiver"), +(348400,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kil'hala - On Script - Say Line 0"), +(348400,9,2,0,0,0,100,0,3000,3000,0,0,11,9157,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kil'hala - On Script - Cast 'Create Mage's Robe'"), +(348400,9,3,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kil'hala - On Script - Say Line 1"), +(348400,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,"Kil'hala - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_05_world_335.sql new file mode 100644 index 00000000000..05d598b0109 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_05_world_335.sql @@ -0,0 +1,33 @@ +-- J.D. Collie +DELETE FROM `creature_text` WHERE `CreatureID`=9117 AND `GroupID` IN (8,9); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9117,8,0,"I know it'll work this time...",12,0,100,1,0,0,4839,0,"J.D. Collie"), +(9117,8,1,"This will be my best experiment yet!",12,0,100,1,0,0,4840,0,"J.D. Collie"), +(9117,8,2,"I know it'll work this time... My last 13 tries were just practice!",12,0,100,1,0,0,4842,0,"J.D. Collie"), +(9117,9,0,"Now, if I add the yellow ones...",12,0,100,0,0,0,4841,0,"J.D. Collie"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=9117 AND `source_type`=0 AND `id` IN (2,3,4); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (911701,911702,911703) AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid`=911700 AND `source_type`=9 AND `id`=6; +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 +(9117,0,2,0,20,0,100,0,3941,0,0,0,80,911701,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Quest 'A Gnome's Assistance' Finished - Run Script"), +(9117,0,3,0,40,0,100,0,1,9117,0,0,80,911702,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Waypoint 1 Reached - Run Script"), +(9117,0,4,0,40,0,100,0,2,9117,0,0,80,911703,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Waypoint 2 Reached - Run Script"), +(911701,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Remove Npc Flag Questgiver+Gossip"), +(911701,9,1,0,0,0,100,0,1000,1000,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Say Line 8"), +(911701,9,2,0,0,0,100,0,4000,4000,0,0,53,1,9117,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Start Waypoint"), +(911702,9,0,0,0,0,100,0,0,0,0,0,54,16000,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Pause Waypoint"), +(911702,9,1,0,0,0,100,0,1000,1000,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Say Line 9"), +(911702,9,2,0,0,0,100,0,3000,3000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Say Line 4"), +(911702,9,3,0,0,0,100,0,0,0,0,0,11,32990,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Cast 'Enchanting Cast Visual'"), +(911702,9,4,0,0,0,100,0,2000,2000,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Say Line 5"), +(911702,9,5,0,0,0,100,0,4000,4000,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Say Line 6"), +(911702,9,6,0,0,0,100,0,3000,3000,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Say Line 7"), +(911703,9,0,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.872665,"J.D. Collie - On Script - Set Orientation"), +(911703,9,1,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Add Npc Flag Questgiver+Gossip"), +(911703,9,2,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"J.D. Collie - On Script - Say Line 3"); + +DELETE FROM `waypoints` WHERE `entry`=9117; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(9117,1,-6027.85,-1020.16,-217.056,""), +(9117,2,-6033.25,-1017.56,-217.055,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_06_world.sql new file mode 100644 index 00000000000..3d1ac673d23 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_03_06_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=64 WHERE `SpellId`=41469; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_04_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_04_00_world.sql new file mode 100644 index 00000000000..be9eebe90cc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_04_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_berserk'; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-50334,'spell_dru_berserk'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_05_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_05_00_world.sql new file mode 100644 index 00000000000..78e969c6ff3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_05_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_script_names` SET `spell_id`=50334 WHERE `spell_id`=-50334 AND `ScriptName`='spell_dru_berserk'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_00_world_335.sql new file mode 100644 index 00000000000..6d1c0fece1f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_00_world_335.sql @@ -0,0 +1,22 @@ +-- Larion --> Add gossip option +DELETE FROM `gossip_menu` WHERE `MenuID`=5631; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(5631,6742,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=5630; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(5630,0,0,"Larion, I want to help you fight these pests!",9138,1,1,5631,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID`=6742; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`,`em0_1`,`em0_2`,`em0_3`,`em0_4`,`em0_5`) VALUES +(6742,"This is some specialized equipment! Don't be handling it carelessly, and of course don't try and operate the thing if you've had too much of that volatile rum I hear you like so much...$B$BSpeaking of which... you don't happen to have any of that nasty stuff, do you?","",9139,0,1,0,0,0,0,0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5630; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,5630,0,0,0,8,0,4148,0,0,0,0,0,"","Show gossip option if quest 'Bloodpetal Zapper' is rewarded"), +(15,5630,0,0,0,2,0,11320,1,1,1,0,0,"","Show gossip option if player does not have item 'Bloodpetal Zapper'"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9118; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9118 AND `source_type`=0; +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 +(9118,0,0,0,62,0,100,0,5630,0,0,0,85,22565,0,0,0,0,0,7,0,0,0,0,0,0,0,"Larion - On Gossip Option 0 Selected - Invoker Cast 'Create Bloodpetal Zapper'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_01_world_335.sql new file mode 100644 index 00000000000..cb4db48aa04 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_01_world_335.sql @@ -0,0 +1,44 @@ +-- Muigin +DELETE FROM `creature_text` WHERE `CreatureID`=9119; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9119,0,0,"I hope this works!",12,0,100,0,0,0,4966,0,"Muigin"), +(9119,1,0,"%s adds the haze to the Bloodpetal sprouts.",16,0,100,0,0,0,4967,0,"Muigin"), +(9119,2,0,"Look at them go!",12,0,100,0,0,0,4968,0,"Muigin"), +(9119,3,0,"%s laughs as he watches the pests run off.",16,0,100,11,0,0,4969,0,"Muigin"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9119; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9119 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=911900 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 +(9119,0,0,0,20,0,100,0,4144,0,0,0,80,911900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Muigin - On Quest 'Bloodpetal Sprouts' Finished - Run Script"), +(911900,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,"Muigin - On Script - Remove Npc Flag Questgiver"), +(911900,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Muigin - On Script - Say Line 0"), +(911900,9,2,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.90575,"Muigin - On Script - Set Orientation"), +(911900,9,3,0,0,0,100,0,2000,2000,0,0,11,13463,0,0,0,0,0,1,0,0,0,0,0,0,0,"Muigin - On Script - Cast 'Summon Bloodpetal Mini Pests'"), +(911900,9,4,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Muigin - On Script - Say Line 1"), +(911900,9,5,0,0,0,100,0,2000,2000,0,0,12,9157,3,300000,0,0,0,8,0,0,0,-6196.68,-1054.22,-196.653,3.84015,"Muigin - On Script - Summon Creature 'Bloodpetal Pest'"), +(911900,9,6,0,0,0,100,0,0,0,0,0,12,9157,3,300000,0,0,0,8,0,0,0,-6199.55,-1058.29,-198.296,2.40288,"Muigin - On Script - Summon Creature 'Bloodpetal Pest'"), +(911900,9,7,0,0,0,100,0,0,0,0,0,12,9157,3,300000,0,0,0,8,0,0,0,-6200.40,-1053.85,-197.275,4.41349,"Muigin - On Script - Summon Creature 'Bloodpetal Pest'"), +(911900,9,8,0,0,0,100,0,0,0,0,0,12,9157,3,300000,0,0,0,8,0,0,0,-6203.03,-1059.16,-198.382,1.95127,"Muigin - On Script - Summon Creature 'Bloodpetal Pest'"), +(911900,9,9,0,0,0,100,0,3000,3000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.86947,"Muigin - On Script - Set Orientation"), +(911900,9,10,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Muigin - On Script - Say Line 2"), +(911900,9,11,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Muigin - On Script - Say Line 3"), +(911900,9,12,0,0,0,100,0,5000,5000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Muigin - On Script - Add Npc Flag Questgiver"); + +-- Bloodpetal Pest +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9157; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9157 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=915700 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 +(9157,0,0,0,54,0,100,0,0,0,0,0,80,915700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodpetal Pest - Just Summoned - Run Script"), +(9157,0,1,0,40,0,100,0,6,9157,0,0,49,0,0,0,0,0,0,19,9118,0,0,0,0,0,0,"Bloodpetal Pest - On Waypoint 6 Reached - Start Attacking"), +(915700,9,0,0,0,0,100,0,2000,2000,0,0,53,1,9157,0,0,0,2,1,0,0,0,0,0,0,0,"Bloodpetal Pest - On Script - Start Waypoint"); + +DELETE FROM `waypoints` WHERE `entry`=9157; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(9157,1,-6198.16,-1066.19,-202.208,""), +(9157,2,-6204.42,-1085.39,-212.243,""), +(9157,3,-6191.72,-1114.78,-218.861,""), +(9157,4,-6172.88,-1129.4,-216.835,""), +(9157,5,-6162.34,-1146.16,-217.942,""), +(9157,6,-6166.14,-1153.26,-216.84,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_02_world_335.sql new file mode 100644 index 00000000000..ee11bb36f1f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_02_world_335.sql @@ -0,0 +1,328 @@ +-- Quest "Assisting Arch Druid Runetotem" +DELETE FROM `quest_details` WHERE `ID`=936; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(936,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=936; + +-- Quest "Assisting Arch Druid Runetotem" +DELETE FROM `quest_details` WHERE `ID`=3762; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3762,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=3762; + +-- Quest "Assisting Arch Druid Runetotem" +DELETE FROM `quest_details` WHERE `ID`=3784; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3784,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=3784; + +-- Quest "Un'Goro Soil" +DELETE FROM `quest_details` WHERE `ID`=3761; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3761,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=25, `EmoteOnIncomplete`=25 WHERE `ID`=3761; + +-- Quest "Morrowgrain Research" +DELETE FROM `quest_details` WHERE `ID`=3782; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3782,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=3782; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3782; + +-- Quest "Morrowgrain Research (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=3786; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3786,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=3786; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=3786; + +-- Quest "Morrowgrain to Thunder Bluff" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=3804; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=3804; + +-- Quest "Assisting Arch Druid Staghelm" +DELETE FROM `quest_details` WHERE `ID` IN (3763,3789,3790,10520); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3763,1,0,0,0,0,0,0,0,0), +(3789,1,0,0,0,0,0,0,0,0), +(3790,1,0,0,0,0,0,0,0,0), +(10520,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID` IN (3763,3789,3790,10520); + +-- Quest "Un'Goro Soil" +DELETE FROM `quest_details` WHERE `ID`=3764; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3764,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=4, `EmoteOnComplete`=4 WHERE `ID`=3764; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3764; + +-- Quest "Morrowgrain Research" +DELETE FROM `quest_details` WHERE `ID`=3781; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3781,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=3781; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3781; + +-- Quest "Morrowgrain Research (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=3785; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3785,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=3785; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=3785; + +-- Quest "Morrowgrain to Darnassus" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=3803; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=3803; + +-- Quest "Bone-Bladed Weapons" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=4300; + +-- Quest "Bungle in the Jungle" +DELETE FROM `quest_details` WHERE `ID`=4496; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4496,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4496; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=4496; + +-- Quest "Volcanic Activity" +DELETE FROM `quest_details` WHERE `ID`=4502; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4502,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4502; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=4502; + +-- Quest "The Apes of Un'Goro" +DELETE FROM `quest_details` WHERE `ID`=4289; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4289,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2 WHERE `ID`=4289; + +-- Quest "The Mighty U'cha" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4301; + +-- Quest "The Fare of Lar'korwi" +DELETE FROM `quest_details` WHERE `ID`=4290; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4290,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4290; + +-- Quest "The Scent of Lar'korwi" +DELETE FROM `quest_details` WHERE `ID`=4291; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4291,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4291; + +-- Quest "The Bait for Lar'korwi" +DELETE FROM `quest_details` WHERE `ID`=4292; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4292,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2, `EmoteOnIncomplete`=2 WHERE `ID`=4292; + +-- Quest "Chasing A-Me 01" +DELETE FROM `quest_details` WHERE `ID`=4243; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4243,18,1,1,0,4000,0,0,0,0); + +-- Quest "Chasing A-Me 01 (Part 3)" +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=2 WHERE `ID`=4245; + +-- Quest "Roll the Bones" +DELETE FROM `quest_details` WHERE `ID`=3882; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3882,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3882; +UPDATE `quest_offer_reward` SET `Emote2`=22, `Emote3`=1, `EmoteDelay2`=1000, `EmoteDelay3`=1000 WHERE `ID`=3882; + +-- Quest "Alien Ecology" +DELETE FROM `quest_details` WHERE `ID`=3883; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3883,5,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=3883; + +-- Quest "Expedition Salvation" +DELETE FROM `quest_details` WHERE `ID`=3881; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3881,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=3881; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=3881; + +-- Quest "Muigin and Larion" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=11 WHERE `ID`=4141; + +-- Quest "A Visit to Gregan" +DELETE FROM `quest_details` WHERE `ID`=4142; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4142,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4142; +UPDATE `quest_offer_reward` SET `Emote2`=1 WHERE `ID`=4142; + +-- Quest "Haze of Evil" +DELETE FROM `quest_details` WHERE `ID`=4143; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4143,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4143; + +-- Quest "Bloodpetal Sprouts" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4144; + +-- Quest "Larion and Muigin" +DELETE FROM `quest_details` WHERE `ID`=4145; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4145,5,1,6,0,0,0,0,0,0); + +-- Quest "Marvon's Workshop" +DELETE FROM `quest_details` WHERE `ID`=4147; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4147,1,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4147; + +-- Quest "Zapper Fuel" +DELETE FROM `quest_details` WHERE `ID`=4146; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4146,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=4146; + +-- Quest "Bloodpetal Zapper" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4148; + +-- Quest "Finding the Source" +DELETE FROM `quest_details` WHERE `ID`=974; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(974,6,4,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=974; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=974; + +-- Quest "The New Springs" +DELETE FROM `quest_details` WHERE `ID`=980; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(980,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=980; + +-- Quest "Strange Sources" +DELETE FROM `quest_details` WHERE `ID`=4842; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4842,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4842; + +-- Quest "Shizzle's Flyer" +DELETE FROM `quest_details` WHERE `ID`=4503; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4503,4,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4503; +UPDATE `quest_offer_reward` SET `Emote2`=2 WHERE `ID`=4503; + +-- Quest "Beware of Pterrordax" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=4 WHERE `ID`=4501; + +-- Quest "A Little Help From My Friends" +UPDATE `quest_offer_reward` SET `Emote1`=4, `EmoteDelay1`=2000 WHERE `ID`=4491; + +-- Quest "Crystals of Power" +DELETE FROM `quest_details` WHERE `ID`=4284; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4284,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=4284; + +-- Quest "It's a Secret to Everybody (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3845; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=3845; + +-- Quest "It's a Secret to Everybody (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=3908; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3908,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3908; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3908; + +-- Quest "The Videre Elixir" +DELETE FROM `quest_details` WHERE `ID`=3909; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3909,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=3909; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3909; + +-- Quest "The Videre Elixir" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4041; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=4041; + +-- Quest "Meet at the Grave" +DELETE FROM `quest_details` WHERE `ID`=3912; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3912,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3912; + +-- Quest "A Grave Situation" +DELETE FROM `quest_details` WHERE `ID`=3913; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3913,1,1,0,0,0,0,0,0,0); + +-- Quest "Linken's Sword" +UPDATE `quest_request_items` SET `EmoteOnComplete`=25 WHERE `ID`=3914; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=6 WHERE `ID`=3914; + +-- Quest "A Gnome's Assistance" +DELETE FROM `quest_details` WHERE `ID`=3941; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3941,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=3941; + +-- Quest "Linken's Memory" +DELETE FROM `quest_details` WHERE `ID`=3942; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3942,6,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3 WHERE `ID`=3942; + +-- Quest "Silver Heart" +DELETE FROM `quest_details` WHERE `ID`=4084; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4084,274,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4084; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4084; + +-- Quest "Aquementas" +DELETE FROM `quest_details` WHERE `ID`=4005; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4005,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=4005; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4005; + +-- Quest "Linken's Adventure" +DELETE FROM `quest_details` WHERE `ID`=3961; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3961,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=3 WHERE `ID`=3961; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=3961; + +-- Quest "It's Dangerous to Go Alone" +DELETE FROM `quest_details` WHERE `ID`=3962; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3962,273,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=3962; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=3962; + +-- Quest "Torwa Pathfinder" +DELETE FROM `quest_details` WHERE `ID`=9063; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9063,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9063; + +-- Quest "Bloodpetal Poison" +DELETE FROM `quest_details` WHERE `ID`=9052; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9052,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9052; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=9052; + +-- Quest "Toxic Test" +DELETE FROM `quest_details` WHERE `ID`=9051; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9051,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9051; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=6 WHERE `ID`=9051; + +-- Quest "A Better Ingredient" +DELETE FROM `quest_details` WHERE `ID`=9053; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9053,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9053; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=9053; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_03_world_335.sql new file mode 100644 index 00000000000..d7a27e9cd23 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_08_03_world_335.sql @@ -0,0 +1,549 @@ +-- Deadwood Den Watcher +DELETE FROM `smart_scripts` WHERE `entryorguid`=7156 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7156,0,1,0,2,0,100,1,0,50,0,0,0,39,30,1,0,0,0,0,1,0,0,0,0,0,0,0,"Deadwood Den Watcher - Between 0-50% Health - Call For Help (No Repeat)"); + +-- Overlord Ror +DELETE FROM `smart_scripts` WHERE `entryorguid`=9464 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9464,0,2,0,2,0,100,1,0,50,0,0,0,39,40,1,0,0,0,0,1,0,0,0,0,0,0,0,"Overlord Ror - Between 0-50% Health - Call For Help (No Repeat)"); + +-- Duskwing +DELETE FROM `smart_scripts` WHERE `entryorguid`=11897 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(11897,0,1,0,0,0,100,0,6000,9000,14000,17000,0,11,8281,0,0,0,0,0,1,0,0,0,0,0,0,0,"Duskwing - In Combat - Cast 'Sonic Burst'"); + +-- Unseen Servant +UPDATE `smart_scripts` SET `action_param1`=30991 WHERE `entryorguid`=8538 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8538 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8538,0,3,0,25,0,100,0,0,0,0,0,0,11,8279,0,0,0,0,0,1,0,0,0,0,0,0,0,"Unseen Servant - On Reset - Cast 'Stealth Detection'"); + +-- Rotting Ghoul +DELETE FROM `smart_scripts` WHERE `entryorguid`=1793 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1793,0,1,0,25,0,100,0,0,0,0,0,0,11,16800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rotting Ghoul - On Reset - Cast 'Ghoul Rot'"), +(1793,0,2,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rotting Ghoul - On Respawn - Cast 'Birth'"); + +-- Freezing Ghoul +DELETE FROM `smart_scripts` WHERE `entryorguid`=1796 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1796,0,1,0,23,0,100,0,12544,0,1000,3000,0,11,12544,2,0,0,0,0,1,0,0,0,0,0,0,0,"Freezing Ghoul - On Has No Aura 'Frost Armor' - Cast 'Frost Armor'"), +(1796,0,2,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Freezing Ghoul - On Respawn - Cast 'Birth'"); + +-- Devouring Ooze +DELETE FROM `smart_scripts` WHERE `entryorguid`=1808 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1808,0,1,0,0,0,100,0,5000,10000,15000,20000,0,11,12250,0,0,0,0,0,1,0,0,0,0,0,0,0,"Devouring Ooze - In Combat - Cast 'Summon Oozeling'"); + +-- Oozeling +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8257; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8257 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8257,0,0,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Oozeling - Just Summoned - Start Attacking"); + +-- Fledgling Chillwind +DELETE FROM `smart_scripts` WHERE `entryorguid`=7447 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7447,0,0,0,0,0,100,0,1000,2000,2500,4500,0,11,16552,64,0,0,0,0,2,0,0,0,0,0,0,0,"Fledgling Chillwind - In Combat - Cast 'Venom Spit'"); + +-- Cauldron Lord Bilemaw +DELETE FROM `smart_scripts` WHERE `entryorguid`=11075 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(11075,0,2,0,25,0,100,0,0,0,0,0,0,11,3417,0,0,0,0,0,1,0,0,0,0,0,0,0,"Cauldron Lord Bilemaw - On Reset - Cast 'Thrash'"); + +-- Slavering Ghoul +DELETE FROM `smart_scripts` WHERE `entryorguid`=1791 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1791,0,0,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slavering Ghoul - On Reset - Cast 'Thrash'"), +(1791,0,1,0,0,0,100,0,6000,9000,45000,60000,0,11,7125,0,0,0,0,0,2,0,0,0,0,0,0,0,"Slavering Ghoul - In Combat - Cast 'Toxic Saliva'"), +(1791,0,2,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slavering Ghoul - On Respawn - Cast 'Birth'"); + +-- Scarlet Paladin +DELETE FROM `smart_scripts` WHERE `entryorguid`=1834 AND `source_type`=0 AND `id`=4; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1834,0,4,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Paladin - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1834; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1834,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Paladin"), +(1834,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Paladin"), +(1834,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Paladin"), +(1834,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Paladin"); + +-- Scarlet Priest +DELETE FROM `smart_scripts` WHERE `entryorguid`=10608 AND `source_type`=0 AND `id`=5; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(10608,0,5,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Priest - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10608; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10608,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Priest"), +(10608,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Priest"), +(10608,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Priest"), +(10608,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Priest"); + +-- Scarlet Sentinel +DELETE FROM `smart_scripts` WHERE `entryorguid`=1827 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1827,0,3,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Sentinel - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1827; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1827,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Sentinel"), +(1827,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Sentinel"), +(1827,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Sentinel"), +(1827,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Sentinel"); + +-- Scarlet Spellbinder +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=4494 AND `source_type`=0 AND `id` IN (1,2); +DELETE FROM `smart_scripts` WHERE `entryorguid`=4494 AND `source_type`=0 AND `id`=4; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4494,0,4,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Spellbinder - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4494; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4494,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Spellbinder"), +(4494,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Spellbinder"), +(4494,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Spellbinder"), +(4494,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Spellbinder"); + +-- Scarlet Mage +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=1826 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1826 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1826,0,3,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Mage - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1826; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1826,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Mage"), +(1826,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Mage"), +(1826,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Mage"), +(1826,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Mage"); + +-- Scarlet Avenger +DELETE FROM `smart_scripts` WHERE `entryorguid`=4493 AND `source_type`=0 AND `id` IN (0,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4493,0,0,0,25,0,100,0,0,0,0,0,0,11,12787,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Avenger - On Reset - Cast 'Thrash'"), +(4493,0,2,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Avenger - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4493; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4493,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Avenger"), +(4493,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Avenger"), +(4493,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Avenger"), +(4493,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Avenger"); + +-- Scarlet Knight +DELETE FROM `smart_scripts` WHERE `entryorguid`=1833 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1833,0,3,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Knight - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1833; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1833,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Knight"), +(1833,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Knight"), +(1833,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Knight"), +(1833,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Knight"); + +-- Scarlet Medic +DELETE FROM `smart_scripts` WHERE `entryorguid`=10605 AND `source_type`=0 AND `id`=4; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(10605,0,4,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Medic - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10605; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10605,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Medic"), +(10605,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Medic"), +(10605,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Medic"), +(10605,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Medic"); + +-- Scarlet Invoker +DELETE FROM `smart_scripts` WHERE `entryorguid`=1835 AND `source_type`=0 AND `id` IN (0,1,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1835,0,0,0,0,0,100,0,0,0,2000,4000,0,11,15736,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Invoker - In Combat - Cast 'Arcane Missiles'"), +(1835,0,1,0,9,0,100,0,0,8,12000,20000,0,11,11975,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Invoker - Within 0-8 Range - Cast 'Arcane Explosion'"), +(1835,0,3,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Invoker - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1835; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1835,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Invoker"), +(1835,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Invoker"), +(1835,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Invoker"), +(1835,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Invoker"); + +-- Scarlet Hunter +DELETE FROM `smart_scripts` WHERE `entryorguid`=1831 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1831,0,3,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Hunter - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1831; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1831,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Hunter"), +(1831,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Hunter"), +(1831,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Hunter"), +(1831,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Hunter"); + +-- Gibbering Ghoul +DELETE FROM `smart_scripts` WHERE `entryorguid`=8531 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8531,0,1,0,0,0,100,0,6000,12000,22000,28000,0,11,12889,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gibbering Ghoul - In Combat - Cast 'Curse of Tongues'"); + +-- Snarlflare +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=14272; +DELETE FROM `smart_scripts` WHERE `entryorguid`=14272 AND `source_type`=0; +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 +(14272,0,0,0,1,0,100,0,6000,10000,6000,10000,11,54293,0,0,0,0,0,1,0,0,0,0,0,0,0,"Snarlflare - Out Of Combat - Cast 'Flame Breath'"), +(14272,0,1,0,0,0,100,0,4000,6000,8000,12000,11,8873,0,0,0,0,0,2,0,0,0,0,0,0,0,"Snarlflare - Combat - Cast 'Flame Breath'"); + +-- Scarlet Smith +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1885; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1885 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1885,0,0,0,0,0,100,0,5000,7000,5000,7000,0,11,12057,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Smith - In Combat - Cast 'Strike'"), +(1885,0,1,0,0,0,100,0,8000,11000,11000,14000,0,11,11428,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Smith - In Combat - Cast 'Knockdown'"), +(1885,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scarlet Smith - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Spectral Attendant +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=11873; +DELETE FROM `smart_scripts` WHERE `entryorguid`=11873 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(11873,0,0,0,0,0,100,0,0,0,3000,5000,0,11,13860,64,0,0,0,0,2,0,0,0,0,0,0,0,"Spectral Attendant - In Combat - Cast 'Mind Blast'"), +(11873,0,1,0,0,0,100,0,8000,11000,14000,17000,0,11,11981,0,0,0,0,0,2,0,0,0,0,0,0,0,"Spectral Attendant - In Combat - Cast 'Mana Burn'"), +(11873,0,2,0,0,0,100,0,5000,7000,18000,21000,0,11,11443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Spectral Attendant - In Combat - Cast 'Cripple'"); + +-- The Husk +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1851; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1851 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1851,0,0,0,0,0,100,0,9000,11000,20000,23000,0,11,3604,0,0,0,0,0,2,0,0,0,0,0,0,0,"The Husk - In Combat - Cast 'Tendon Rip'"), +(1851,0,1,0,0,0,100,0,5000,7000,12000,18000,0,11,17230,0,0,0,0,0,2,0,0,0,0,0,0,0,"The Husk - In Combat - Cast 'Infected Wound'"); + +-- Dreadwhisper +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1849; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1849 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1849,0,0,0,0,0,100,0,1000,2000,18000,21000,0,11,11443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dreadwhisper - In Combat - Cast 'Criple'"), +(1849,0,1,0,0,0,100,0,6000,7000,11000,13000,0,11,17228,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dreadwhisper - In Combat - Cast 'Shadow Bolt Volley'"), +(1849,0,2,0,0,0,100,0,10000,12000,18000,21000,0,11,7068,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dreadwhisper - In Combat - Cast 'Veil of Shadow'"); + +-- Putridius +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1850; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1850 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1850,0,0,0,0,0,100,0,11000,15000,18000,22000,0,11,10101,0,0,0,0,0,2,0,0,0,0,0,0,0,"Putridius - In Combat - Cast 'Knock Away'"), +(1850,0,1,0,0,0,100,0,7000,10000,22000,28000,0,11,12946,0,0,0,0,0,1,0,0,0,0,0,0,0,"Putridius - In Combat - Cast 'Putrid Stench'"), +(1850,0,2,0,0,0,100,0,5000,7000,8000,12000,0,11,10966,0,0,0,0,0,2,0,0,0,0,0,0,0,"Putridius - In Combat - Cast 'Uppercut'"); + +-- Venom Mist Lurker +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1822; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1822 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1822,0,0,0,25,0,100,0,0,0,0,0,0,11,10022,0,0,0,0,0,1,0,0,0,0,0,0,0,"Venom Mist Lurker - On Reset - Cast 'Deadly Poison'"); + +-- Skeletal Flayer +DELETE FROM `smart_scripts` WHERE `entryorguid`=1783 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1783,0,0,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skeletal Flayer - On Reset - Cast 'Thrash'"); + +-- Soulless Ghoul +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=1794 AND `source_type`=0 AND `id`=2; + +-- Searing Ghoul +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=1795 AND `source_type`=0 AND `id`=1; + +-- Skeletal Acolyte +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=1789 AND `source_type`=0 AND `id`=0; + +-- Diseased Black Bear +DELETE FROM `smart_scripts` WHERE `entryorguid`=1815 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1815,0,0,0,0,0,100,0,6000,9000,11000,14000,0,11,3427,32,0,0,0,0,2,0,0,0,0,0,0,0,"Diseased Black Bear - In Combat - Cast 'Infected Wound'"); + +-- Diseased Grizzly +DELETE FROM `smart_scripts` WHERE `entryorguid`=1816 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1816,0,0,0,0,0,100,0,6000,9000,11000,14000,0,11,3427,32,0,0,0,0,2,0,0,0,0,0,0,0,"Diseased Grizzly - In Combat - Cast 'Infected Wound'"); + +-- Skeletal Sorcerer +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=1784 AND `source_type`=0 AND `id`=0; + +-- Dethryll Satyr +UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=2000, `event_param4`=4000 WHERE `entryorguid`=2212 AND `source_type`=0 AND `id`=0; + +-- Diseased Wolf +DELETE FROM `smart_scripts` WHERE `entryorguid`=1817 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1817,0,0,0,0,0,100,0,4000,9000,10000,15000,0,11,3427,32,0,0,0,0,2,0,0,0,0,0,0,0,"Diseased Wolf - In Combat - Cast 'Infected Wound'"); + +-- Carrion Lurker +DELETE FROM `smart_scripts` WHERE `entryorguid`=1821 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1821,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Carrion Lurker - On Reset - Cast 'Poison Proc'"); + +-- Large Vile Slime +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=12387; +DELETE FROM `smart_scripts` WHERE `entryorguid`=12387 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(12387,0,0,0,0,0,100,0,0,0,3000,5000,0,11,13901,64,0,0,0,0,2,0,0,0,0,0,0,0,"Large Vile Slime - In Combat - Cast 'Arcane Bolt'"), +(12387,0,1,0,0,0,100,0,8000,11000,9000,15000,0,11,16843,0,0,0,0,0,1,0,0,0,0,0,0,0,"Large Vile Slime - In Combat - Cast 'Crimson Fury'"), +(12387,0,2,0,9,0,100,0,0,8,13000,15000,0,11,11975,0,0,0,0,0,1,0,0,0,0,0,0,0,"Large Vile Slime - Within 0-8 Range - Cast 'Arcane Explosion'"); + +-- Skeletal Sorcerer +UPDATE `smart_scripts` SET `event_chance`=100, `event_param1`=8000, `event_param3`=16000 WHERE `entryorguid`=1804 AND `source_type`=0 AND `id`=0; + +-- Haunting Vision +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=4472 AND `source_type`=0 AND `id` IN (1,2); + +-- Putrid Gargoyle +DELETE FROM `smart_scripts` WHERE `entryorguid`=8534 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8534,0,0,0,25,0,100,0,0,0,0,0,0,11,16574,0,0,0,0,0,1,0,0,0,0,0,0,0,"Putrid Gargoyle - On Reset - Cast 'Putrid Bile'"); + +-- Diseased Flayer +DELETE FROM `smart_scripts` WHERE `entryorguid`=8532 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8532,0,1,0,25,0,100,0,0,0,0,0,0,11,16800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Diseased Flayer - On Reset - Cast 'Ghoul Rot'"), +(8532,0,2,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Diseased Flayer - On Respawn - Cast 'Birth'"); + +-- Eyeless Watcher +UPDATE `smart_scripts` SET `action_param1`=30991 WHERE `entryorguid`=8539 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8539 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8539,0,3,0,25,0,100,0,0,0,0,0,0,11,8279,0,0,0,0,0,1,0,0,0,0,0,0,0,"Eyeless Watcher - On Reset - Cast 'Stealth Detection'"); + +-- Plague Ravager +DELETE FROM `smart_scripts` WHERE `entryorguid`=8520 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8520,0,1,0,25,0,100,0,0,0,0,0,0,11,3417,0,0,0,0,0,1,0,0,0,0,0,0,0,"Plague Ravager - On Reset - Cast 'Thrash'"); + +-- Scarlet Warder +DELETE FROM `smart_scripts` WHERE `entryorguid`=9447 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9447,0,2,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Warder - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9447; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9447,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Warder"), +(9447,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Warder"), +(9447,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Warder"), +(9447,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Warder"); + +-- Scarlet Cleric +DELETE FROM `smart_scripts` WHERE `entryorguid`=9449 AND `source_type`=0 AND `id` IN (1,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9449,0,1,0,14,0,100,0,3000,40,25000,35000,0,11,15586,0,0,0,0,0,7,0,0,0,0,0,0,0,"Scarlet Cleric - On Friendly Between 0-40% Health - Cast 'Heal'"), +(9449,0,3,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Cleric - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9449; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9449,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Cleric"), +(9449,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Cleric"), +(9449,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Cleric"), +(9449,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Cleric"); + +-- Scarlet Enchanter +DELETE FROM `smart_scripts` WHERE `entryorguid`=9452 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9452,0,2,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Enchanter - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9452; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9452,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Enchanter"), +(9452,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Enchanter"), +(9452,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Enchanter"), +(9452,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Enchanter"); + +-- Scarlet Praetorian +DELETE FROM `smart_scripts` WHERE `entryorguid`=9448 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9448,0,2,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Praetorian - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9448; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9448,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Praetorian"), +(9448,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Praetorian"), +(9448,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Praetorian"), +(9448,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Praetorian"); + +-- Scarlet Archmage +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=9451 AND `source_type`=0 AND `id` IN (0,2); +DELETE FROM `smart_scripts` WHERE `entryorguid`=9451 AND `source_type`=0 AND `id`=5; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9451,0,5,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Archmage - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9451; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9451,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Archmage"), +(9451,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Archmage"), +(9451,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Archmage"), +(9451,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Archmage"); + +-- Scarlet Curate +DELETE FROM `smart_scripts` WHERE `entryorguid`=9450 AND `source_type`=0 AND `id`=4; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9450,0,4,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Curate - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9450; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9450,0,0,"You carry the taint of the Scourge. Prepare to enter the Twisting Nether.",12,7,100,0,0,0,2625,0,"Scarlet Curate"), +(9450,0,1,"There is no escape for you. The Crusade shall destroy all who carry the Scourge's taint.",12,7,100,0,0,0,2626,0,"Scarlet Curate"), +(9450,0,2,"The Light condemns all who harbor evil. Now you will die!",12,7,100,0,0,0,2627,0,"Scarlet Curate"), +(9450,0,3,"The Scarlet Crusade shall smite the wicked and drive evil from these lands!",12,7,100,0,0,0,2628,0,"Scarlet Curate"); + +-- Cursed Mage +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=4000 WHERE `entryorguid`=8524 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid`=8524 AND `source_type`=0 AND `id`=1; + +-- Baron Bloodbane +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=10819; +DELETE FROM `smart_scripts` WHERE `entryorguid`=10819 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(10819,0,0,0,0,0,100,0,3000,6000,9000,12000,0,11,18663,0,0,0,0,0,5,0,0,0,0,0,0,0,"Baron Bloodbane - In Combat - Cast 'Shadow Shock'"), +(10819,0,1,0,13,0,100,0,12000,16000,0,0,0,11,12555,0,0,0,0,0,7,0,0,0,0,0,0,0,"Baron Bloodbane - Target Casting - Cast 'Pummel'"), +(10819,0,2,0,1,0,100,0,1000,1000,1800000,1800000,0,11,11733,2,0,0,0,0,1,0,0,0,0,0,0,0,"Baron Bloodbane - Out of Combat - Cast 'Demon Armor'"), +(10819,0,3,0,0,0,100,0,3000,5000,6000,8000,0,11,13446,0,0,0,0,0,2,0,0,0,0,0,0,0,"Baron Bloodbane - In Combat - Cast 'Strike'"); + +-- Death Knight Soulbearer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=10818; +DELETE FROM `smart_scripts` WHERE `entryorguid`=10818 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(10818,0,0,0,0,0,100,0,2000,4000,5000,9000,0,11,12471,2,0,0,0,0,5,0,0,0,0,0,0,0,"Death Knight Soulbearer - In Combat - Cast 'Shadow Bolt'"), +(10818,0,1,0,1,0,100,0,1000,1000,1800000,1800000,0,11,11733,2,0,0,0,0,1,0,0,0,0,0,0,0,"Death Knight Soulbearer - Out of Combat - Cast 'Demon Armor'"), +(10818,0,2,0,0,0,100,0,5000,7000,9000,11000,0,11,13737,0,0,0,0,0,2,0,0,0,0,0,0,0,"Death Knight Soulbearer - In Combat - Cast 'Mortal Strike'"); + +-- Forest Spider +DELETE FROM `smart_scripts` WHERE `entryorguid`=30 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(30,0,0,0,25,0,100,0,0,0,0,0,0,11,11959,0,0,0,0,0,1,0,0,0,0,0,0,0,"Forest Spider - On Reset - Cast 'Poison Proc'"); + +-- Mine Spider +DELETE FROM `smart_scripts` WHERE `entryorguid`=43 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(43,0,0,0,25,0,100,0,0,0,0,0,0,11,11959,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mine Spider - On Reset - Cast 'Poison Proc'"); + +-- Mother Fang +DELETE FROM `smart_scripts` WHERE `entryorguid`=471 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(471,0,0,0,25,0,100,0,0,0,0,0,0,11,11959,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mother Fang - On Reset - Cast 'Poison Proc'"), +(471,0,1,0,0,0,100,0,3000,6000,12000,15000,0,11,12023,0,0,0,0,0,2,0,0,0,0,0,0,0,"Mother Fang - In Combat - Cast 'Web'"); + +-- Ruklar the Trapper +DELETE FROM `smart_scripts` WHERE `entryorguid`=60 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(60,0,0,0,0,0,100,0,4000,6000,11000,15000,0,11,12024,0,0,0,0,0,2,0,0,0,0,0,0,0,"Ruklar the Trapper - In Combat - Cast 'Net'"), +(60,0,1,0,0,0,100,0,6000,8000,22000,26000,0,11,6016,2,0,0,0,0,2,0,0,0,0,0,0,0,"Ruklar the Trapper - In Combat - Cast 'Pierce Armor'"); + +-- Kobold Miner +DELETE FROM `smart_scripts` WHERE `entryorguid`=40 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(40,0,1,0,0,0,100,0,4000,14000,22000,28000,0,11,6016,2,0,0,0,0,2,0,0,0,0,0,0,0,"Kobold Miner - In Combat - Cast 'Pierce Armor'"); + +-- Riverpaw Outrunner +DELETE FROM `smart_scripts` WHERE `entryorguid`=478 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(478,0,1,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Riverpaw Outrunner - On Reset - Cast 'Thrash'"); + +-- Kobold Geomancer +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=476 AND `source_type`=0 AND `id`=2; + +-- Defias Rogue Wizard +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=474 AND `source_type`=0 AND `id`=2; + +-- Defias Footpad +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=481 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param1`=3000, `event_param2`=5000, `event_param3`=5000, `event_param4`=7000 WHERE `entryorguid`=481 AND `source_type`=0 AND `id`=1; + +-- Young Goretusk +DELETE FROM `smart_scripts` WHERE `entryorguid`=454 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(454,0,0,0,9,0,50,1,5,40,0,0,0,11,6268,0,0,0,0,0,1,0,0,0,0,0,0,0,"Young Goretusk - Within 5-40 Range - Cast 'Rushing Charge' (No Repeat)"); + +-- Goretusk +DELETE FROM `smart_scripts` WHERE `entryorguid`=157 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(157,0,0,0,9,0,50,1,5,40,0,0,0,11,6268,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goretusk - Within 5-40 Range - Cast 'Rushing Charge' (No Repeat)"); + +-- Murloc Coastrunner +DELETE FROM `smart_scripts` WHERE `entryorguid`=126 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(126,0,0,0,0,0,100,0,6000,9000,18000,24000,0,11,7357,2,0,0,0,0,2,0,0,0,0,0,0,0,"Murloc Coastrunner - In Combat - Cast 'Poisonous Stab'"); + +-- Slark +DELETE FROM `smart_scripts` WHERE `entryorguid`=519 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(519,0,0,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slark - On Reset - Cast 'Thrash'"); + +-- Brack +DELETE FROM `smart_scripts` WHERE `entryorguid`=520 AND `source_type`=0 AND `id` IN (0,1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(520,0,0,0,0,0,100,0,6000,9000,12000,18000,0,11,9080,0,0,0,0,0,2,0,0,0,0,0,0,0,"Brack - In Combat - Cast 'Hamstring'"), +(520,0,1,0,0,0,100,0,9000,11000,22000,26000,0,11,6016,2,0,0,0,0,2,0,0,0,0,0,0,0,"Brack - In Combat - Cast 'Pierce Armor'"), +(520,0,2,0,0,0,100,0,5000,7000,11000,15000,0,11,11976,0,0,0,0,0,2,0,0,0,0,0,0,0,"Brack - In Combat - Cast 'Strike'"); + +-- Murloc Oracle +DELETE FROM `smart_scripts` WHERE `entryorguid`=517 AND `source_type`=0 AND `id` IN (0,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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(517,0,0,0,0,0,100,0,0,0,3000,5000,0,11,9734,64,0,0,0,0,2,0,0,0,0,0,0,0,"Murloc Oracle - In Combat - Cast 'Holy Smite'"), +(517,0,1,0,14,0,100,0,50,40,35000,45000,0,11,6074,0,0,0,0,0,7,0,0,0,0,0,0,0,"Murloc Oracle - Friendly At 50 Health - Cast 'Renew'"); + +-- Murloc Tidehunter +DELETE FROM `smart_scripts` WHERE `entryorguid`=127 AND `source_type`=0 AND `id` IN (0,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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(127,0,0,0,0,0,100,0,8000,11000,15000,19000,0,11,11831,0,0,0,0,0,1,0,0,0,0,0,0,0,"Murloc Tidehunter - In Combat - Cast 'Frost Nova'"), +(127,0,1,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Murloc Tidehunter - On Reset - Cast 'Poison Proc'"); + +-- Harvest Reaper +UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=8000, `event_param3`=14000, `event_param4`=20000 WHERE `entryorguid`=115 AND `source_type`=0 AND `id`=0; + +-- Fleshripper +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid` IN (1109,154) AND `source_type`=0 AND `id`=0; + +-- Defias Trapper +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=504 AND `source_type`=0 AND `id`=0; + +-- Dust Devil +UPDATE `smart_scripts` SET `event_param1`=7000, `event_param2`=11000, `event_param3`=15000, `event_param4`=19000 WHERE `entryorguid`=832 AND `source_type`=0 AND `id`=0; + +-- Riverpaw Shaman +DELETE FROM `smart_scripts` WHERE `entryorguid`=1065 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1065,0,2,0,14,0,100,0,120,40,35000,45000,0,11,913,1,0,0,0,0,7,0,0,0,0,0,0,0,"Riverpaw Shaman - Friendly At 120 Health - Cast 'Healing Wave'"); + +-- Defias Looter +DELETE FROM `smart_scripts` WHERE `entryorguid`=590 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(590,0,2,0,0,0,100,0,4000,9000,24000,29000,0,11,6713,0,0,0,0,0,2,0,0,0,0,0,0,0,"Defias Looter - In Combat - Cast 'Disarm'"); + +-- Riverpaw Mongrel +UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=15000 WHERE `entryorguid`=123 AND `source_type`=0 AND `id`=1; + +-- Defias Knuckleduster +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=449 AND `source_type`=0 AND `id`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=449 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(449,0,2,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Knuckleduster - On Reset - Cast 'Thrash'"); + +-- Riverpaw Bandit +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=452 AND `source_type`=0 AND `id`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=452 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(452,0,2,0,0,0,100,0,5000,9000,15000,19000,0,11,7357,2,0,0,0,0,2,0,0,0,0,0,0,0,"Riverpaw Bandit - In Combat - Cast 'Poisonous Stab'"); + +-- Riverpaw Taskmaster +DELETE FROM `smart_scripts` WHERE `entryorguid`=98 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(98,0,1,0,74,0,100,0,0,80,12000,16000,0,11,3229,0,0,0,0,0,9,0,0,10,0,0,0,0,"Riverpaw Taskmaster - On Friendly Between 0-80% Health - Cast 'Quick Bloodlust'"); + +-- Leprithus +DELETE FROM `smart_scripts` WHERE `entryorguid`=572 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(572,0,0,0,0,0,100,0,8000,11000,11000,17000,0,11,4974,0,0,0,0,0,2,0,0,0,0,0,0,0,"Leprithus - In Combat - Cast 'Wither Touch'"), +(572,0,1,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Leprithus - On Reset - Cast 'Poison Proc'"); + +-- Fix bytes2 for some range-attacking creatures +UPDATE `creature_addon` SET `bytes2`=2 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (1831,8561,12322,2212,3745,3926,7155,7442,8564,11680,500)); +UPDATE `creature_template_addon` SET `bytes2`=2 WHERE `entry` IN (1831,8561,12322,2212,3745,3926,7155,7442,8564,11680,500); + +-- Brack and Slark shoud be running +UPDATE `waypoint_data` SET `move_type`=1 WHERE `id` IN (902060,902070); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_00_world.sql new file mode 100644 index 00000000000..35879fe8a37 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_00_world.sql @@ -0,0 +1,9 @@ +-- Firewing Courier Aggro Text +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18548; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18548 AND `source_type`=0 AND `id`=0; +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 +(18548,0,0,0,4,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Firewing Courier - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=18548; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18548,0,0,"This belongs to Firewing Point. You'll not be putting your grubby hands on it!",12,0,100,0,0,0,15528,0,"Firewing Courier"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_01_world_335.sql new file mode 100644 index 00000000000..d32731ae913 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_01_world_335.sql @@ -0,0 +1,76 @@ +-- https://www.youtube.com/watch?v=nJ26fkwO9uI +UPDATE `quest_template_locale` SET `OfferRewardText`='Ah, gut. Noch ein Freiwilliger. Es kommen viele davon in letzter Zeit. $B$BHoffentlich sind es genug.$B$BDas Menschenland wird von außerhalb bedroht und große Teile unserer Streitkräfte wurden ins Ausland beordert. Das lässt Raum für verderbte und gesetzlose Gruppen, die sich innerhalb unserer Grenzen ausbreiten können.$B$BWir kämpfen hier gleich an mehreren Fronten, $N. Stellt Euch auf eine lange Kampagne ein.' WHERE `ID`=783 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `Objectives`='Tötet 8 von dem Koboldgezücht und kehrt dann zu Marschall McBride zurück.', `OfferRewardText`='Gut gemacht, Bürger. Diese Kobolde sind Diebe und Feiglinge, aber wenn sie in Massen auftreten, dann sind sie doch eine Gefahr für uns. Und die Menschen von Sturmwind können nun wirklich keine weitere Gefahr gebrauchen.$B$BHabt meinen Dank dafür, dass Ihr sie besiegtet!' WHERE `ID`=7 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Das ist wahr. Ich suche nach jemandem, der für mich ein paar kranke Wölfe jagt! Seid Ihr diese Person?' WHERE `ID`=5261 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='He, $N, wie läuft die Jagd nach den erkrankten jungen Wölfen?', `OfferRewardText`='Das war eine unangenehme Aufgabe, Freund, aber Ihr habt Euch an Euren Teil der Abmachung gehalten.$B$BIch habe hier ein paar Sachen, die Euch vielleicht gefallen könnten - sucht Euch etwas aus!' WHERE `ID`=33 AND `locale`='deDE'; +UPDATE `creature_template_locale` SET `Title`='Bibliothekar' WHERE `entry`=951 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=nYLy1qAVSP8 +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr schon diese Kopftücher für mich zusammenbekommen?', `OfferRewardText`='Ah, wie ich sehe, seid Ihr zurück und habt Kopftücher dabei. Die Armee von Sturmwind weiß Eure Hilfe zu schätzen.' WHERE `ID`=18 AND `locale`='deDE'; +UPDATE `creature_template_locale` SET `Name`='Stellvertreter Willem' WHERE `entry`=823 AND `locale`='deDE'; +DELETE FROM `quest_greeting_locale` WHERE `ID`=823 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (823, 0, 'deDE', 'Guten Tag, $C. Normalerweise würde ich jetzt meine Runde machen und die Leute von Sturmwind beschützen, doch viele der Wachen von Sturmwind kämpfen in fremden Landen. Daher mache ich jetzt hier die Vertretung und setze Kopfgelder aus, wo ich doch eigentlich lieber auf Patrouille sein würde...', 0); +UPDATE `quest_template_locale` SET `OfferRewardText`='Es gefällt mir gar nicht, dass sich so viele Kobolde in unserer Mine herumtreiben. Das bedeutet nichts Gutes. Hier, nehmt dies als Bezahlung und sprecht mich wieder an, sobald Ihr dazu bereit seid. Denn ich möchte, dass Ihr noch einmal in die Minen zurückkehrt.' WHERE `ID`=15 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Ach, Stellvertreter Willem hat Euch also gesagt, Ihr sollt mit mir reden, ja? Er ist ein tapferer Kerl und immer bereit, mir zu helfen, aber seine Pflichten halten ihn in der Abtei von Nordhain fest und ich fürchte, das Problem, das ich heute habe, ist etwas zu groß für ihn.$B$BVielleicht könnt Ihr mir helfen?' WHERE `ID`=3903 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=TU4ZkDM_HT4 +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt ihr meine Ernte, $N?', `OfferRewardText`='Oh, danke, $N! Ihr habt meine Ernte gerettet! Und ich hoffe, Ihr habt einigen von diesen Defias gezeigt, dass sie hier nicht so einfach Ärger machen können.$B$BWir sind zurzeit zwar knapp an Wachen, aber glücklicherweise haben wir $GHelden:Heldinnen; wie Euch, die uns beschützen!' WHERE `ID`=3904 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr Garricks Schuppen gefunden? Sind wir diesen Schurken endlich los?', `OfferRewardText`='Ha, Ihr habt ihn erwischt! Ihr habt ganz Elwynn einen großen Dienst erwiesen und Euch ein schönes Kopfgeld verdient!' WHERE `ID`=6 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Und wieder habt Ihr Euch meinen Respekt und die Dankbarkeit der Armee von Sturmwind verdient. Vielleicht gibt es in der Mine noch immer Kobolde, doch ich werde andere schicken, um gegen sie zu kämpfen. Für Euch haben wir andere Aufgaben.' WHERE `ID`=21 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Ihr seht so frohgemut aus! Kommt! Setzt Euch und trinkt etwas!', `OfferRewardText`='Dann zeigt mal her...$B$BMeine Güte! Millys Trauben sind gerettet! Als sie mir erzählte, dass Briganten ihren Weinberg überfallen haben, wäre ich fast verzweifelt, doch ich habe den Glauben an das Licht nicht verloren!$B$BUnd dank Eures Heldenmutes haben wir jetzt Trauben, um neuen Wein herstellen zu können! Möge das Licht Euch segnen und über Euch wachen, $N!' WHERE `ID`=3905 AND `locale`='deDE'; +DELETE FROM `quest_greeting_locale` WHERE `ID`=240 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (240, 0, 'deDE', 'Ach ja, es ist auch ohne diese neuen Probleme schon schwer genug, hier für Ordnung zu sorgen! Ich hoffe, Ihr bringt gute Neuigkeiten, $N...', 0); +UPDATE `quest_template_locale` SET `RequestItemsText`='Ihr bringt Nachricht von McBride? Im Vergleich zum Wald von Elwynn ist Nordhain das reinste Paradies. Wir wollen doch mal sehen, was Marschall McBride so zu berichten hat...$B$BGebt mir doch bitte seine Papiere.', `OfferRewardText`='Oha, hier steht, dass Ihr in den Rang des kommissarisch ernannten Stellvertreters des Marschalls von Sturmwind erhoben worden seid. Herzlichen Glückwunsch.$B$BUnd viel Erfolg bei der Arbeit - Elwynn sicher zu machen ist kein Spaziergang, zumal der größte Teil der Armee sonst wo zugange ist und sonst was für irgendwelche Adligen macht!$B$BEs ist schon schwer, in diesen dunklen Zeiten den Überblick über die Politik zu behalten...' WHERE `ID`=54 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Ruhe und Entspannung für die Müden und Frierenden - das ist unser Leitspruch! Bitte setzt Euch ans Feuer und wärmt Eure müden Knochen.$B$BMöchtet Ihr von unseren erlesenen Speisen und Getränken kosten?' WHERE `ID`=2158 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=FmhcKgFKMWk +UPDATE `quest_template_locale` SET `OfferRewardText`='Ihr habt was verloren? Also ich hab keine Kette genommen, denn ich bin kein Dieb!$B$BIch weiß vielleicht, wer\'s war, aber... <grins>... ich hab einfach zu viel Hunger, um darauf zu kommen.' WHERE `ID`=85 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Ich halte es nicht für richtig, den frechen Jungen, der meine Kette überhaupt erst gestohlen hat, dafür auch noch zu füttern, aber wenn es sein muss, damit ich mein Eigentum wiederbekomme, dann soll es eben so sein.$B$BHabt Ihr das Eberfleisch?', `OfferRewardText`='Das Fleisch von wilden Ebern ist zwar zäh, aber wenn man es lange genug köcheln lässt, dann wird eine ganz vorzügliche Pastete daraus!' WHERE `ID`=86 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Was habt Ihr? Maybell ist der einzige Lichtstrahl in meinem trüben Leben. Schnell, lasst mich ihren Brief sehen!', `OfferRewardText`='Ach! Ich kann es nicht ertragen, dass wir getrennt sind. Ich muss sie unbedingt sehen!' WHERE `ID`=106 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Solange die Feindschaft zwischen unseren Familien besteht, sehe ich keine gemeinsame Zukunft für Tommy Joe und Maybell... Aber vielleicht können wir sie ja wenigstens für kurze Zeit zusammenbringen.$B$BHmm, was kann man da machen...' WHERE `ID`=111 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Aaah... Ich bin am Verhungern! Habt Ihr die Pastete für mich, $N?', `OfferRewardText`='Mmmm, lecker! Diese Pastete ist perfekt!$B$BIch glaube, langsam kommt mein Gedächtnis wieder...' WHERE `ID`=84 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=DuFDfmLFTA4 +UPDATE `quest_template_locale` SET `RequestItemsText`='Hallo, $N. Habt Ihr meine Halskette gefunden?', `OfferRewardText`='Oh, Ihr habt sie tatsächlich gefunden! Danke, danke, $Gmein Lieber:meine Liebe;!$B$BHier, nehmt dies. Es hat meinem Mann gehört und er sagte immer, dass es Glück brächte. Wenn er es doch nur auf seinem letzten Feldzug nicht vergessen hätte! *schnief*' WHERE `ID`=87 AND `locale`='deDE'; +DELETE FROM `quest_greeting_locale` WHERE `ID`=253 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (253, 0, 'deDE', 'Aha! Guten Tag, guten Tag, $GMeister:Meisterin; $C! Kommt, setzt Euch und trinkt etwas. Ihr habt so ein Leuchten in den Augen, als wolltet Ihr gern etwas tun. Ich denke, Ihr solltet ein paar Wörtchen mit mir wechseln, es lohnt sich bestimmt...', 0); +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr schon die Kerzen gesammelt?', `OfferRewardText`='Ihr habt wohl eifrig Kobolde gejagt, hmm? Danke für die Kerzen, $N. Hier habt Ihr Eure Belohnung.' WHERE `ID`=60 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Ihr habt da eine Nachricht von "Oma" Steinfeld, hm? Ich habe Mildred schon seit Jahren nicht mehr gesehen! Ich frage mich, was so wichtig ist, dass sie mir schreibt...', `OfferRewardText`='Maybell und Tommy Joe, diese armen Kinder, haben mein ganzes Mitgefühl. Ich kann mich noch gut daran erinnern, wie ich mich einst fühlte, als ich selbst noch jung und verliebt war...$B$BEs muss doch etwas geben, das ich tun kann, um ihnen zu helfen! Lasst mich einen Moment nachdenken...' WHERE `ID`=107 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Das sind allerdings schlechte Nachrichten. Was kommt als Nächstes, Drachen?!? Wir werden wohl unsere Patrouillen rund um die Mine verstärken müssen. Habt Dank für Eure Bemühungen, $N. Und wartet einen Moment... Ich habe vielleicht noch eine andere Aufgabe für Euch.' WHERE `ID`=62 AND `locale`='deDE'; +DELETE FROM `quest_greeting_locale` WHERE `ID`=241 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (241, 0, 'deDE', 'He, mein Freund. Man nennt mich Remy. Ich komme aus dem Rotkammgebirge im Osten und bin auf der Suche nach interessanten... Geschäften, interessanten... Geschäften. Habt Ihr vielleicht welche... vielleicht welche?', 0); +UPDATE `quest_template_locale` SET `RequestItemsText`='Psst! Habt Ihr den Goldstaub für mich... für mich?', `OfferRewardText`='Danke für den Goldstaub, $N. Hier habt Ihr Euer Geld und hier habt Ihr noch eine kleine... Zugabe von Freunden von mir. Das könnte Euch vielleicht noch nützlich werden... nützlich werden.' WHERE `ID`=47 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Ja, ich habe mit Remy darüber gesprochen. Er ist ein guter Händler und ich respektiere ihn, aber alle Berichte von Murlocs im Osten waren bisher bestenfalls bruchstückhaft.$B$BIch nehme Eure Sorgen zur Kenntnis, aber solange ich nicht einen zuverlässigen Bericht aus berufener militärischer Quelle erhalte, der bestätigt, dass die Murlocs tatsächlich eine Bedrohung darstellen, können wir es uns nicht leisten, weitere Soldaten nach Osten zu schicken.' WHERE `ID`=40 AND `locale`='deDE'; +DELETE FROM `quest_greeting_locale` WHERE `ID`=261 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (261, 0, 'deDE', 'Seid gegrüßt. Ihr seht aus wie $Gein Mann der:eine Frau die; weiß, was $Ger:sie; will... habt ihr mit der Armee von Sturmwind zu tun?', 0); +UPDATE `quest_template_locale` SET `OfferRewardText`='Ja, es haben sich Murlocs in und an den Flüssen und Bächen des östlichen Elwynn niedergelassen. Wir wissen nicht, warum sie hergekommen sind, aber sie sind aggressiv und zumindest halbintelligent.' WHERE `ID`=35 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=uGz-elHxUe0 +UPDATE `quest_template_locale` SET `OfferRewardText`='Vom Leichnam selbst ist nicht mehr viel zu erkennen. Doch in der Nähe findet Ihr ein Medaillon, in das die Worte "Malakai Stone, Soldat" eingeprägt sind.' WHERE `ID`=37 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=euaQ02WiQBQ +UPDATE `quest_template_locale` SET `OfferRewardText`='Um den Hals trägt der Leichnam ein Medaillon aus Metall, auf dem die Worte \"Rolf Hartford, Soldat\" stehen.' WHERE `ID`=45 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=e9_RUvZ0xJQ +UPDATE `quest_template_locale` SET `RequestItemsText`='Der Termin kommt immer näher, $C. Beeilt Euch bitte und holt diese Holzbündel.', `OfferRewardText`='Exzellent! Dank Euch sollte ich die Bestellung rechtzeitig zusammenstellen können. Um Euch meine Dankbarkeit zu zeigen, würde ich Euch gern ein paar Münzen als Entschädigung für Eure Mühen anbieten.$B$BVielen Dank und lebt wohl.' WHERE `ID`=5545 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Ich habe fast kein Leinen mehr, $N. Bringt Ihr mir welches?', `OfferRewardText`='Ah ja, das sind schöne Kopftücher, obwohl der Stoff ein wenig rau ist...$B$BHier, bitte schön!' WHERE `ID`=83 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Vielen Dank für Eure Hilfe, $N. Im Wald muss es irgendetwas geben, das die Tiere so angriffslustig macht.$B$BWas auch immer es sein mag, ich hoffe, es bleibt dort!' WHERE `ID`=52 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Hallo, $N. Habt Ihr herausgefunden, was aus Rolf und Malakai geworden ist?', `OfferRewardText`='Damit bestätigt Ihr meine Befürchtungen, $N. Die Murlocs sind eine Bedrohung, die wir nicht länger ignorieren können.' WHERE `ID`=71 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr den Kristalltang? Ich bin mir sicher, Maybell kann es kaum erwarten, zu ihrem Verehrer zu kommen.', `OfferRewardText`='Ihr habt den Tang bekommen. Ausgezeichnet! Wartet noch einen kleinen Moment, während ich den Trank braue...' WHERE `ID`=112 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Kobolde in der Jaspismine, sagt Ihr? Verflucht noch eins! Die Lage wird von Minute zu Minute schlimmer!$B$BVielen Dank für Euren Bericht, $N. Aber ich wünschte mir, Ihr hättet bessere Nachrichten gebracht.' WHERE `ID`=76 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Hmm... das sind beunruhigende Neuigkeiten. Unsere Reihen sind ohnehin schon ausgedünnt, und dass wir jetzt auch noch Rolf und Malakai verloren haben, macht die Lage noch schlimmer.$B$BWenn sich die Dinge nicht bald ändern, dann wird in ein paar Tagen sogar Goldhain umkämpft sein.' WHERE `ID`=39 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=o7Mf9ByU6aw +UPDATE `quest_template_locale` SET `RequestItemsText`='Ah, eine Lieferung von meinem Bruder? Ausgezeichnet! Heute ist mir das Glück wirklich gewogen!', `OfferRewardText`='Hier habt Ihr Eure Bezahlung. Und wenn Ihr schon einmal hier seid, schaut Euch ruhig um. Ich bin sicher, dass wir den einen oder anderen Trank oder sonst irgendetwas haben, das Euch von Nutzen wäre.' WHERE `ID`=61 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Wurdet Ihr geschickt, um mich bei meiner Aufgabe zu unterstützen, $N? Gut. Schön zu sehen, dass junge Magier darauf brennen, unsere Sache zu unterstützen...$B$BWas für eine Sache, fragt Ihr? Alles zu seiner Zeit. Zu gegebener Zeit werdet Ihr es erfahren.' WHERE `ID`=1860 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=_kpfFjbVWag +UPDATE `quest_template_locale` SET `OfferRewardText`='Marschall Dughan hat Euch geschickt, wie? Ihr seid zwar nicht in der Armee, aber wenn Dughan Euch geschickt hat, dann soll mir das recht sein.$B$BUnsere Lage hier ist, um es gelinde auszudrücken, angespannt. Ich hoffe, Ihr könnt ein wenig aushelfen.' WHERE `ID`=239 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=7Lb0_m8aijU +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr sie schon gesehen? Habt Ihr sie erwischt?', `OfferRewardText`='Welch ein Glück! Dieses Schwein war schon so groß, dass es bestimmt bald unsere gesamte Ernte gefressen hätte! Ich danke Euch, $N.$B$BNun, könnt Ihr mit einem dieser Dinge hier etwas anfangen?' WHERE `ID`=88 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr Tommy Joe meinen Brief überbracht? Was hat er gesagt?', `OfferRewardText`='Ach du liebe Zeit! Ich fühle mich schuldig, weil ich meine Familie täuschen muss, aber meine Gefühle für Tommy Joe sind einfach zu stark. Ich kann sie nicht ignorieren.$B$BIch danke Euch, $N. Ich werde den Schnaps trinken, sobald ich eine Möglichkeit dazu habe, und mich zu meinem Liebsten schleichen.$B$BUnd Ihr... bitte nehmt dies.' WHERE `ID`=114 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=cWnT_Qndfx0 +UPDATE `quest_template_locale` SET `RequestItemsText`='Ja, Hogger stellt für mich und meine Männer schon seit längerem ein echtes Problem dar. Habt Ihr mir etwas über die Bestie zu berichten?', `OfferRewardText`='Ha! Gut gemacht! Ich hatte schon befürchtet, niemand würde diesem Monster den Garaus machen!$B$BHier, bitte schön, $N. Und danke - dieser Gnoll hat mir Kopfschmerzen vom Ausmaß der Schwarzfelsspitze verursacht!' WHERE `ID`=176 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Seid gegrüßt, $N. Wart Ihr Gnolle töten?', `OfferRewardText`='Wie ich sehe, wart Ihr fleißig! Habt Dank, $N.' WHERE `ID`=11 AND `locale`='deDE'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_02_world.sql new file mode 100644 index 00000000000..341ab315c3a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_02_world.sql @@ -0,0 +1,18 @@ +-- Zeth'Gor Must Burn! (10792) +DELETE FROM `gameobject` WHERE `id`=183816; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (20813,20814,20815,20816) AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(20813,0,0,1,8,0,100,512,35724,0,0,0,0,33,20813,0,0,0,0,0,7,0,0,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, Barracks - On Spellhit \'Throw Torch\' - Quest Credit (No Repeat)'), +(20813,0,1,2,61,0,100,512,0,0,0,0,0,41,0,0,0,0,0,0,15,183816,75,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, Barracks - On Spellhit \'Throw Torch\' - Despawn Game Object'), +(20813,0,2,0,61,0,100,512,0,0,0,0,0,11,36325,0,0,0,0,0,1,0,0,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, Barracks - On Spellhit \'Throw Torch\' - Spawn Game Object'), +(20814,0,0,1,8,0,100,512,35724,0,0,0,0,33,20814,0,0,0,0,0,7,0,0,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, Stable - On Spellhit \'Throw Torch\' - Quest Credit (No Repeat)'), +(20814,0,1,2,61,0,100,512,0,0,0,0,0,41,0,0,0,0,0,0,15,183816,20,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, Stable - On Spellhit \'Throw Torch\' - Despawn Game Object'), +(20814,0,2,0,61,0,100,512,0,0,0,0,0,11,36325,0,0,0,0,0,1,0,0,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, Stable - On Spellhit \'Throw Torch\' - Spawn Game Object'), +(20815,0,0,1,8,0,100,512,35724,0,0,0,0,33,20815,0,0,0,0,0,7,0,0,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, East Hovel - On Spellhit \'Throw Torch\' - Kill Credit (No Repeat)'), +(20815,0,1,2,61,0,100,512,0,0,0,0,0,41,0,0,0,0,0,0,15,183816,20,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, East Hovel - On Spellhit \'Throw Torch\' - Despawn Game Object'), +(20815,0,2,0,61,0,100,512,0,0,0,0,0,11,36325,0,0,0,0,0,1,0,0,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, East Hovel - On Spellhit \'Throw Torch\' - Spawn Game Object'), +(20816,0,0,1,8,0,100,512,35724,0,0,0,0,33,20816,0,0,0,0,0,7,0,0,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, West Hovel - On Spellhit \'Throw Torch\' - Quest Credit (No Repeat)'), +(20816,0,1,2,61,0,100,512,0,0,0,0,0,41,0,0,0,0,0,0,15,183816,20,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, West Hovel - On Spellhit \'Throw Torch\' - Despawn Game Object'), +(20816,0,2,0,61,0,100,512,0,0,0,0,0,11,36325,0,0,0,0,0,1,0,0,0,0,0,0,0,'Zeth\'Gor Quest Credit Marker, West Hovel - On Spellhit \'Throw Torch\' - Spawn Game Object'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=36325; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_03_world.sql new file mode 100644 index 00000000000..8e482a3546b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_03_world.sql @@ -0,0 +1,9 @@ +-- Burn It Up... For the Horde! (10087) +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18849, 19008) AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(18849,0,0,1,8,0,100,512,33067,0,0,0,0,33,18849,0,0,0,0,0,7,0,0,0,0,0,0,0,'Invis Alliance Siege Engine - East - On Spellhit \'Ignite Alliance Siege Engine\' - Quest Credit \'Burn It Up... For the Horde!\' (No Repeat)'), +(18849,0,1,2,61,0,100,512,0,0,0,0,0,41,0,0,0,0,0,0,15,182817,30,0,0,0,0,0,'Invis Alliance Siege Engine - East - On Spellhit \'Ignite Alliance Siege Engine\' - Despawn Game Object'), +(18849,0,2,0,61,0,100,512,0,0,0,0,0,50,182817,60,0,0,0,0,20,183122,40,0,0,0,0,0,'Invis Alliance Siege Engine - East - On Spellhit \'Ignite Alliance Siege Engine\' - Summon Game Object'), +(19008,0,0,1,8,0,100,512,33067,0,0,0,0,33,19008,0,0,0,0,0,7,0,0,0,0,0,0,0,'Invis Alliance Siege Engine - West - On Spellhit \'Ignite Alliance Siege Engine\' - Quest Credit \'Burn It Up... For the Horde!\' (No Repeat)'), +(19008,0,1,2,61,0,100,512,0,0,0,0,0,41,0,0,0,0,0,0,15,182817,30,0,0,0,0,0,'Invis Alliance Siege Engine - West - On Spellhit \'Ignite Alliance Siege Engine\' - Despawn Game Object'), +(19008,0,2,0,61,0,100,512,0,0,0,0,0,50,182817,60,0,0,0,0,20,185122,40,0,0,0,0,0,'Invis Alliance Siege Engine - West - On Spellhit \'Ignite Alliance Siege Engine\' - Summon Game Object'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_04_world_335.sql new file mode 100644 index 00000000000..b0374822029 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_04_world_335.sql @@ -0,0 +1,86 @@ +-- Rachel & Nathan +UPDATE `waypoint_data` SET `move_type`=1 WHERE `id`=61540; + +UPDATE `creature` SET `position_x`=-9262.29, `position_y`=-2204.6, `position_z`=63.934 WHERE `guid`=6154; +UPDATE `creature` SET `position_x`=-9260.23, `position_y`=-2204.76, `position_z`=63.9338 WHERE `guid`=6155; + +DELETE FROM `creature_formations` WHERE `leaderGUID`=6154; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(6154,6154,0,0,512,0,0), +(6154,6155,3,150,512,5,19); + +DELETE FROM `waypoint_data` WHERE `id`=61540; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(61540,1,-9262.29,-2204.6,63.934,0,0,1,0,100,0), +(61540,2,-9282.55,-2212.77,63.4702,0,0,1,0,100,0), +(61540,3,-9316.21,-2213.16,61.8981,0,0,1,0,100,0), +(61540,4,-9342.98,-2208.78,61.8981,0,0,1,0,100,0), +(61540,5,-9344.81,-2183.14,61.8981,0,0,1,0,100,0), +(61540,6,-9333.46,-2184.53,61.8981,0,0,1,0,100,0), +(61540,7,-9342.04,-2206.52,61.8981,0,0,1,0,100,0), +(61540,8,-9326.1,-2210.98,61.8981,0,0,1,0,100,0), +(61540,9,-9293.37,-2209.15,61.8213,0,0,1,0,100,0), +(61540,10,-9286.83,-2203.5,62.899,0,0,1,0,100,0), +(61540,11,-9280.69,-2175.14,60.2934,0,0,1,0,100,0), +(61540,12,-9270.13,-2152.55,61.1369,0,0,1,0,100,0), +(61540,13,-9264.35,-2133.3,64.3245,0,0,1,0,100,0), +(61540,14,-9249.2,-2126.65,64.3418,0,0,1,0,100,0), +(61540,15,-9209.35,-2136.65,63.9347,0,0,1,0,100,0), +(61540,16,-9190.63,-2136.43,63.942,0,0,1,0,100,0), +(61540,17,-9184.8,-2144.66,63.9756,0,0,1,0,100,0), +(61540,18,-9178.52,-2182.85,64.0438,0,0,1,0,100,0), +(61540,19,-9192.09,-2199.42,63.9338,0,0,1,0,100,0), +(61540,20,-9198.02,-2179.83,63.9338,0,0,1,0,100,0), +(61540,21,-9207.62,-2174.96,63.9338,0,0,1,0,100,0), +(61540,22,-9239.17,-2175.39,63.9338,0,0,1,0,100,0), +(61540,23,-9247.98,-2186.89,64.0099,0,0,1,0,100,0), +(61540,24,-9262.78,-2190.39,64.0897,0,0,1,0,100,0); + +-- Madison +UPDATE `creature` SET `position_x`=-9327.6, `position_y`=-2202.14, `position_z`=61.898 WHERE `guid`=6150; + +DELETE FROM `waypoint_data` WHERE `id`=61500; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(61500,1,-9327.6,-2202.14,61.898,1.46783,30000,0,0,100,0), +(61500,2,-9315.13,-2208.34,61.8977,0,0,0,0,100,0), +(61500,3,-9293.39,-2209.66,61.821,0,0,0,0,100,0), +(61500,4,-9287.74,-2206.22,62.7899,0,0,0,0,100,0), +(61500,5,-9281.29,-2171.65,59.6998,0,0,0,0,100,0), +(61500,6,-9267.21,-2137.46,62.1799,0,0,0,0,100,0), +(61500,7,-9262.62,-2131.42,65.3403,0,0,0,0,100,0), +(61500,8,-9248.75,-2116.83,66.1153,0,0,0,0,100,0), +(61500,9,-9245.36,-2104.48,70.2651,0,0,0,0,100,0), +(61500,10,-9243.86,-2085.17,75.3524,0,0,0,0,100,0), +(61500,11,-9239.41,-2057.41,76.8398,0,0,0,0,100,0), +(61500,12,-9248.06,-2044.15,77.0034,0,0,0,0,100,0), +(61500,13,-9248.36,-2023.24,77.0013,0,60000,0,0,100,0), +(61500,14,-9248.64,-2045.46,77.0022,0,0,0,0,100,0), +(61500,15,-9239.96,-2068.09,75.8833,0,0,0,0,100,0), +(61500,16,-9240.93,-2088.38,75.2944,0,0,0,0,100,0), +(61500,17,-9245.53,-2099.99,71.8304,0,0,0,0,100,0), +(61500,18,-9247.71,-2120.82,65.1585,0,0,0,0,100,0), +(61500,19,-9254.52,-2145.7,64.0393,0,0,0,0,100,0), +(61500,20,-9255.4,-2185.46,64.0101,0,0,0,0,100,0), +(61500,21,-9270.92,-2193.77,64.0897,0,0,0,0,100,0), +(61500,22,-9276.26,-2211.56,64.0588,0,0,0,0,100,0), +(61500,23,-9293.97,-2213.25,61.6685,0,0,0,0,100,0), +(61500,24,-9316.85,-2209.62,61.8983,0,0,0,0,100,0), +(61500,25,-9327.6,-2202.14,61.898,1.46783,30000,0,0,100,0); + +-- Darcy +UPDATE `creature` SET `position_x`=-9218.02, `position_y`=-2148.62, `position_z`=64.3548, `spawndist`=0, `MovementType`=2 WHERE `guid`=10083; + +DELETE FROM `creature_addon` WHERE `guid`=10083; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(10083,100830,0,0,0,0,""); + +DELETE FROM `waypoint_data` WHERE `id`=100830; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(100830,1,-9218.02,-2148.62,64.3548,0,60000,0,0,100,0), +(100830,2,-9218.18,-2153.63,64.3548,0,0,0,0,100,0), +(100830,3,-9218.98,-2155.23,64.354,0,0,0,0,100,0), +(100830,4,-9226.36,-2155.17,63.7313,0,0,0,0,100,0), +(100830,5,-9228.38,-2160.02,63.7313,0,60000,0,0,100,0), +(100830,6,-9226.36,-2155.17,63.7313,0,0,0,0,100,0), +(100830,7,-9218.98,-2155.23,64.354,0,0,0,0,100,0), +(100830,8,-9218.18,-2153.63,64.3548,0,0,0,0,100,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_05_world_335.sql new file mode 100644 index 00000000000..69efb6163e7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_05_world_335.sql @@ -0,0 +1,270 @@ +-- Great Goretusk +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid`=547 AND `source_type`=0 AND `id`=0; + +-- Tarantula +DELETE FROM `smart_scripts` WHERE `entryorguid`=442 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(442,0,0,0,25,0,100,0,0,0,0,0,0,11,11959,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tarantula - On Reset - Cast 'Poison Proc'"); + +-- Greater Tarantula +DELETE FROM `smart_scripts` WHERE `entryorguid`=505 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(505,0,0,0,25,0,100,0,0,0,0,0,0,11,11959,0,0,0,0,0,1,0,0,0,0,0,0,0,"Greater Tarantula - On Reset - Cast 'Poison Proc'"); + +-- Chatter +DELETE FROM `smart_scripts` WHERE `entryorguid`=616 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(616,0,0,0,25,0,100,0,0,0,0,0,0,11,11959,0,0,0,0,0,1,0,0,0,0,0,0,0,"Chatter - On Reset - Cast 'Poison Proc'"); + +-- Redridge Mongrel +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=423 AND `source_type`=0 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=423 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(423,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Redridge Mongrel"); + +-- Redridge Thrasher +DELETE FROM `smart_scripts` WHERE `entryorguid`=712 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(712,0,1,0,4,0,15,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Redridge Thrasher - On Aggro - Say Line 0"), +(712,0,2,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Redridge Thrasher - On Reset - Cast 'Thrash'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=712; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(712,0,0,"Grrrrr!",12,0,100,0,0,0,1869,0,"Redridge Thrasher"), +(712,0,1,"Grrrr... fresh meat!",12,0,100,0,0,0,1870,0,"Redridge Thrasher"), +(712,0,2,"More bones to gnaw on...",12,0,100,0,0,0,1871,0,"Redridge Thrasher"); + +-- Redridge Poacher +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=424 AND `source_type`=0 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=424 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(424,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Redridge Poacher"); + +-- Redridge Brute +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=426 AND `source_type`=0 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=426 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(426,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Redridge Brute"); + +-- Redridge Mystic +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=430 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=430 AND `source_type`=0 AND `id`=1; + +DELETE FROM `creature_text` WHERE `CreatureID`=430 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(430,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Redridge Mystic"); + +-- Redridge Basher +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=446 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=9000, `event_param3`=15000, `event_param4`=19000 WHERE `entryorguid`=446 AND `source_type`=0 AND `id`=1; + +DELETE FROM `creature_text` WHERE `CreatureID`=446 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(446,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Redridge Basher"); + +-- Redridge Alpha +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=445 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=7000, `event_param3`=14000, `event_param4`=18000 WHERE `entryorguid`=445 AND `source_type`=0 AND `id`=1; + +DELETE FROM `creature_text` WHERE `CreatureID`=445 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(445,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Redridge Alpha"); + +-- Redridge Drudger +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=580 AND `source_type`=0 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=580 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(580,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Redridge Drudger"); + +-- Shadowhide Warrior +DELETE FROM `smart_scripts` WHERE `entryorguid`=568 AND `source_type`=0 AND `id` IN (0,1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(568,0,0,0,4,0,15,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowhide Warrior - On Aggro - Say Line 0"), +(568,0,1,0,4,0,100,0,0,0,0,0,0,11,7164,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowhide Warrior - On Aggro - Cast 'Defensive Stance'"), +(568,0,2,0,0,0,100,0,5000,9000,11000,17000,0,11,7405,2,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowhide Warrior - In Combat - Cast 'Sunder Armor'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=568 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(568,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Shadowhide Warrior"); + +-- Shadowhide Slayer +DELETE FROM `smart_scripts` WHERE `entryorguid`=431 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(431,0,2,0,4,0,15,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowhide Slayer - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=431; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(431,0,0,"Grrrrr!",12,0,100,0,0,0,1869,0,"Shadowhide Slayer"), +(431,0,1,"Grrrr... fresh meat!",12,0,100,0,0,0,1870,0,"Shadowhide Slayer"), +(431,0,2,"More bones to gnaw on...",12,0,100,0,0,0,1871,0,"Shadowhide Slayer"); + +-- Shadowhide Darkweaver +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=429 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=429 AND `source_type`=0 AND `id`=1; + +DELETE FROM `creature_text` WHERE `CreatureID`=429 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(429,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Shadowhide Darkweaver"); + +-- Shadowhide Brute +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=432 AND `source_type`=0 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=432 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(432,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Shadowhide Brute"); + +-- Shadowhide Gnoll +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=433 AND `source_type`=0 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=433 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(433,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Shadowhide Gnoll"); + +-- Rabid Shadowhide Gnoll +DELETE FROM `smart_scripts` WHERE `entryorguid`=434 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(434,0,1,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rabid Shadowhide Gnoll - On Reset - Cast 'Poison Proc'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=434 AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(434,0,2,"Grrrrr!",12,0,100,0,0,0,1869,0,"Rabid Shadowhide Gnoll"); + +-- Shadowhide Assassin +DELETE FROM `smart_scripts` WHERE `entryorguid`=579 AND `source_type`=0 AND `ID` IN (0,2,4); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(579,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowhide Assassin - On Reset - Cast 'Poison Proc'"), +(579,0,2,0,25,0,100,0,0,0,0,0,0,11,30991,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowhide Assassin - On Reset - Cast 'Stealth'"), +(579,0,4,0,4,0,15,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowhide Assassin - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=579; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(579,0,0,"Grrrrr!",12,0,100,0,0,0,1869,0,"Shadowhide Assassin"), +(579,0,1,"Grrrr... fresh meat!",12,0,100,0,0,0,1870,0,"Shadowhide Assassin"), +(579,0,2,"More bones to gnaw on...",12,0,100,0,0,0,1871,0,"Shadowhide Assassin"); + +-- Rohh the Silent +DELETE FROM `smart_scripts` WHERE `entryorguid`=947 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(947,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rohh the Silent - On Reset - Cast 'Poison Proc'"), +(947,0,1,0,25,0,100,0,0,0,0,0,0,11,30991,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rohh the Silent - On Reset - Cast 'Stealth'"); + +-- Murloc Flesheater +DELETE FROM `smart_scripts` WHERE `entryorguid`=422 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(422,0,0,0,25,0,100,0,0,0,0,0,0,11,3394,0,0,0,0,0,1,0,0,0,0,0,0,0,"Murloc Flesheater - On Reset - Cast 'Consume Flesh'"); + +-- Murloc Minor Tidecaller +DELETE FROM `smart_scripts` WHERE `entryorguid`=548 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(548,0,1,0,14,0,100,0,180,40,25000,35000,0,11,547,0,0,0,0,0,7,0,0,0,0,0,0,0,"Murloc Minor Tidecaller - Friendly At 180 Health - Cast 'Heal'"); + +-- Murloc Tidecaller +DELETE FROM `smart_scripts` WHERE `entryorguid`=545 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(545,0,1,0,14,0,100,0,200,40,23000,26000,0,11,913,0,0,0,0,0,7,0,0,0,0,0,0,0,"Murloc Tidecaller - Friendly At 200 Health - Cast 'Healing Wave'"); + +-- Murloc Nightcrawler +DELETE FROM `smart_scripts` WHERE `entryorguid`=544 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(544,0,0,0,25,0,100,0,0,0,0,0,0,11,8601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Murloc Nightcrawler - On Reset - Cast 'Slowing Poison'"); + +-- Murloc Scout +DELETE FROM `smart_scripts` WHERE `entryorguid`=578 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(578,0,0,0,0,0,100,0,5000,7000,13000,15000,0,11,7357,2,0,0,0,0,2,0,0,0,0,0,0,0,"Murloc Scout - In Combat - Cast 'Poisonous Stab'"); + +-- Blackrock Outrunner / Blackrock Grunt / Blackrock Renegade / Blackrock Sentry / Blackrock Shadowcaster / Blackrock Hunter / Blackrock Tracker / Blackrock Champion +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid` IN (485,440,437,4065,436,4462,615,435) AND `source_type`=0 AND `id`=0; + +-- Blackrock Summoner +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid`=4463 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=4463 AND `source_type`=0 AND `id` IN (3,4); + +-- Blackrock Scout +DELETE FROM `smart_scripts` WHERE `entryorguid`=4064 AND `source_type`=0 AND `id`=4; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4064,0,4,0,4,0,15,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackrock Scout - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4064 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4064,1,0,"Feel the power of the Blackrock Orcs!",12,1,100,0,0,0,1874,0,"Blackrock Scout"), +(4064,1,1,"You are no match for the Blackrock Orcs!",12,1,100,0,0,0,1875,0,"Blackrock Scout"); + +-- Blackrock Shadowcaster +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=436 AND `source_type`=0 AND `id`=3; +DELETE FROM `smart_scripts` WHERE `entryorguid`=436 AND `source_type`=0 AND `id`=5; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(436,0,5,0,0,0,100,0,4000,8000,18000,24000,0,11,8994,0,0,0,0,0,6,0,0,0,0,0,0,0,"Blackrock Shadowcaster - In Combat - Cast 'Banish'"); + +-- Blackrock Gladiator +DELETE FROM `smart_scripts` WHERE `entryorguid`=4464 AND `source_type`=0 AND `id`=6; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4464,0,6,0,4,0,15,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Blackrock Gladiator - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4464 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4464,1,0,"Feel the power of the Blackrock Orcs!",12,1,100,0,0,0,1874,0,"Blackrock Gladiator"), +(4464,1,1,"You are no match for the Blackrock Orcs!",12,1,100,0,0,0,1875,0,"Blackrock Gladiator"); + +-- Blackrock Hunter +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=15000, `event_param3`=19000, `event_param4`=28000 WHERE `entryorguid`=4462 AND `source_type`=0 AND `id`=2; + +-- Gath'Ilzogg +DELETE FROM `smart_scripts` WHERE `entryorguid`=334 AND `source_type`=0 AND `ID` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(334,0,1,0,0,0,100,0,7000,9000,32000,39000,0,11,3427,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gath'Ilzogg - In Combat - Cast 'Infected Wound'"), +(334,0,2,0,0,0,100,0,5000,7000,12000,16000,0,11,11972,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gath'Ilzogg - In Combat - Cast 'Shield Bash'"); + +-- Servant of Ilgalar +UPDATE `smart_scripts` SET `event_param1`=1000, `event_param2`=9000, `event_param3`=13000, `event_param4`=21000 WHERE `entryorguid`=819 AND `source_type`=0 AND `id`=0; + +-- Morganth +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=397 AND `source_type`=0 AND `id`=1; + +-- Minion of Morganth +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2531; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2531 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2531,0,0,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,40,0,0,0,0,0,0,"Minion of Morganth - Just Summoned - Start Attacking"); + +-- Kazon +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=9000, `event_param3`=11000, `event_param4`=17000 WHERE `entryorguid`=584 AND `source_type`=0 AND `id`=0; + +-- Blackrock Champion +DELETE FROM `smart_scripts` WHERE `entryorguid`=435 AND `source_type`=0 AND `id`=5; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=435 AND `source_type`=0 AND `id`=4; + +-- Kobold Digger / Kobold Tunneler / Kobold Worker / Kobold Laborer / Kobold Vermin +DELETE FROM `creature_text` WHERE `CreatureID` IN (1236,475,257,80,6) AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1236,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Kobold Digger"), +(475,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Kobold Tunneler"), +(257,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Kobold Worker"), +(80,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Kobold Laborer"), +(6,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Kobold Vermin"); + +-- Kobold Geomancer / Kobold Miner / Goldtooth +DELETE FROM `creature_text` WHERE `CreatureID` IN (327,476,40) AND `GroupID`=0 AND `ID` IN (1,2); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(327,0,1,"You no take candle!",12,0,100,0,0,0,1868,0,"Goldtooth"), +(327,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Goldtooth"), +(476,0,1,"Yiieeeee! Me run!",12,0,100,0,0,0,1864,0,"Kobold Geomancer"), +(476,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Kobold Geomancer"), +(40,0,1,"Yiieeeee! Me run!",12,0,100,0,0,0,1864,0,"Kobold Miner"), +(40,0,2,"No kill me! No kill me!",12,0,100,0,0,0,1863,0,"Kobold Miner"); + +-- Fix spawn position and movement for some creatures +UPDATE `creature` SET `position_x`=-9299.74, `position_y`=-1889.38, `position_z`=76.523 WHERE `guid`=6707; -- inside a tree +UPDATE `creature` SET `position_z`=77.7874 WHERE `guid`=6707; +UPDATE `creature` SET `position_z`=64.0717 WHERE `guid`=6261; +UPDATE `creature` SET `position_x`=-9286.79, `position_y`=-1926.36, `position_z`=72.0246, `spawndist`=10, `MovementType`=1 WHERE `guid`=10105; + +-- Fix spawn position for some objects +UPDATE `gameobject` SET `position_x`=-9668.03, `position_y`=-2031.67, `position_z`=60.3287, `orientation`=4.497 WHERE `guid`=5242; -- inside a rock +UPDATE `gameobject` SET `position_x`=-8964.17, `position_y`=-2652.36, `position_z`=154.183, `orientation`=4.79 WHERE `guid`=5637; -- beneath the ground +UPDATE `gameobject` SET `position_x`=-9102.35, `position_y`=-2805.85, `position_z`=118.746, `orientation`=4.97 WHERE `guid`=5632; -- unreachable +UPDATE `gameobject` SET `position_x`=-9047.56, `position_y`=-3322.43, `position_z`=106.844, `orientation`=4.673 WHERE `guid`=5632; -- inside a tree diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_06_world.sql new file mode 100644 index 00000000000..e168cbfe67f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_13_06_world.sql @@ -0,0 +1,61 @@ +-- Quest "By Any Means Necessary" +UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=9978; + +-- Empoor +DELETE FROM `gossip_menu` WHERE `MenuID`=7704 AND `TextID`=9406; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7704,9406,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7704 AND `OptionID`=1; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7704,1,0,"Tell me again what you know!",16123,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7704 AND `SourceEntry`=9406; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7704 AND `SourceEntry`=1; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7704,9406,0,0,28,0,9978,0,0,0,0,0,"","Show gossip text 9406 if quest 'By Any Means Necessary' is complete"), +(15,7704,1,0,0,8,0,9978,0,0,0,0,0,"","Show gossip option 1 if quest 'By Any Means Necessary' is rewarded"), +(15,7704,1,0,0,14,0,9979,0,0,0,0,0,"","Show gossip option 1 if quest 'Wind Trader Lathrai' is not taken"), +(15,7704,1,0,1,28,0,9978,0,0,0,0,0,"","Show gossip option 1 if quest 'By Any Means Necessary' is complete"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=18482 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1848200,1848201,1848202) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(18482,0,0,0,11,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Respawn - Remove Npc Flag Questgiver"), +(18482,0,1,0,11,0,100,0,0,0,0,0,0,42,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Respawn - Set Invincibility at 1 HP"), +(18482,0,2,4,62,0,100,0,7704,0,0,0,0,80,1848200,2,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Gossip Option 0 Selected - Run Script"), +(18482,0,3,4,62,0,100,0,7704,1,0,0,0,80,1848200,2,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Gossip Option 1 Selected - Run Script"), +(18482,0,4,0,61,0,100,0,0,0,0,0,0,78,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Gossip Option Selected - Reset All Scripts"), +(18482,0,5,0,2,0,100,1,0,1,0,0,0,80,1848201,2,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - Between 0-1% Health - Run Script"), +(18482,0,6,0,0,0,100,0,3000,5000,9000,12000,0,11,12548,0,0,0,0,0,2,0,0,0,0,0,0,0,"Empoor - In Combat - Cast 'Frost Shock'"), +(18482,0,7,0,23,0,100,0,12550,0,1000,2000,0,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Has No Aura 'Lightning Shield' - Cast 'Lightning Shield'"), +(18482,0,8,0,7,0,100,0,0,0,0,0,0,80,1848202,2,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Evade - Run Script"), +(1848200,9,0,0,0,0,100,0,0,0,0,0,0,2,1679,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Script - Set Faction 1679"), +(1848200,9,1,0,0,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,19,18483,0,0,0,0,0,0,"Empoor - On Script - Set Data 1 to Empoor's Bodyguard"), +(1848200,9,2,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Script - Say Line 0"), +(1848200,9,3,0,0,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,40,0,0,0,0,0,0,"Empoor - On Script - Start Attacking"), +(1848201,9,0,0,0,0,100,0,0,0,0,0,0,2,35,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Script - Set Faction 35"), +(1848201,9,1,0,0,0,100,0,0,0,0,0,0,27,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Script - Stop Combat"), +(1848201,9,2,0,0,0,100,0,0,0,0,0,0,45,2,2,0,0,0,0,19,18483,0,0,0,0,0,0,"Empoor - On Script - Set Data 2 to Empoor's Bodyguard"), +(1848201,9,3,0,0,0,100,0,0,0,0,0,0,15,9978,0,0,0,0,0,18,50,0,0,0,0,0,0,"Empoor - On Script - Complete Quest 'By Any Means Necessary'"), +(1848201,9,4,0,0,0,100,0,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Script - Add Npc Flag Questgiver"), +(1848201,9,5,0,0,0,100,0,120000,120000,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Script - Remove Npc Flag Questgiver"), +(1848201,9,6,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Script - Say Line 1"), +(1848202,9,0,0,0,0,100,0,20000,20000,0,0,0,2,35,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor - On Script - Set Faction 35"); + +DELETE FROM `creature_text` WHERE `CreatureID`=18482; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18482,0,0,"What is the meaning of this?!",12,0,100,0,0,0,15487,0,"Empoor"), +(18482,1,0,"I'm leaving now!",12,0,100,1,0,0,15491,0,"Empoor"); + +-- Empoor's Bodyguard +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18483; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18483 AND `source_type`=0; +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 +(18483,0,0,0,38,0,100,0,1,1,0,0,2,1679,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor's Bodyguard - On Data Set - Set Faction 1679"), +(18483,0,1,0,38,0,100,0,1,1,0,0,49,0,0,0,0,0,0,21,40,0,0,0,0,0,0,"Empoor's Bodyguard - On Data Set - Start Attacking"), +(18483,0,2,0,38,0,100,0,2,2,0,0,2,35,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor's Bodyguard - On Data Set - Set Faction 35"), +(18483,0,3,0,38,0,100,0,2,2,0,0,27,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor's Bodyguard - On Data Set - Stop Combat"), +(18483,0,4,0,0,0,100,0,3000,5000,10000,14000,11,11977,0,0,0,0,0,2,0,0,0,0,0,0,0,"Empoor's Bodyguard - In Combat - Cast 'Rend'"), +(18483,0,5,0,0,0,100,0,5000,7000,15000,20000,11,13730,0,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor's Bodyguard - In Combat - Cast 'Demoralizing Shout'"), +(18483,0,6,0,7,0,100,0,0,0,0,0,80,1848202,2,0,0,0,0,1,0,0,0,0,0,0,0,"Empoor's Bodyguard - On Evade - Run Script"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_00_world.sql new file mode 100644 index 00000000000..6fd306a3a39 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_00_world.sql @@ -0,0 +1,62 @@ +-- Quest "The Final Code" --> Outro Event +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (18459,21400,21397); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18459,0,0,"Rejoice, my friends! $n has saved us from the looming shadow that threatened our very lives!",14,7,100,22,0,0,19075,0,"Jenai Starwhisper"), +(21400,0,0,"We're saved? We're really saved?! YAHOO!",12,7,100,5,0,0,19076,0,"Eckert"), +(21400,1,0,"It's time to PARTY!",12,7,100,0,0,0,19077,0,"Eckert"), +(21397,0,0,"%s applauds lightly, smiling.",16,0,100,21,0,0,19078,0,"Aeman Brightsong"), +(21397,1,0,"How fortuitous. I believe this calls for some wine.",12,7,100,1,0,0,19079,0,"Aeman Brightsong"), +(21397,2,0,"A fine vintage in celebration of our salvation!",12,7,100,1,0,0,19080,0,"Aeman Brightsong"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18459; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18459 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1845900 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 +(18459,0,0,0,11,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jenai Starwhisper - On Respawn - Set Event Phase 1"), +(18459,0,1,0,20,1,100,0,10446,0,0,0,80,1845900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jenai Starwhisper - On Quest 'The Final Code' Finished - Run Script"), +(1845900,9,0,0,0,0,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jenai Starwhisper - On Script - Set Event Phase 0"), +(1845900,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jenai Starwhisper - On Script - Say Line 0"), +(1845900,9,2,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,19,21400,0,0,0,0,0,0,"Jenai Starwhisper - On Script - Set Data to Eckert"), +(1845900,9,3,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,19,21397,0,0,0,0,0,0,"Jenai Starwhisper - On Script - Set Data to Aeman Brightsong"), +(1845900,9,4,0,0,0,100,0,60000,60000,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jenai Starwhisper - On Script - Set Event Phase 1"); + +-- Eckert +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=21400; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21400 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2140000 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 +(21400,0,0,0,38,0,100,0,1,1,0,0,53,1,21400,0,0,0,0,1,0,0,0,0,0,0,0,"Eckert - On Data Set - Start Waypoint"), +(21400,0,1,0,38,0,100,0,1,1,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Eckert - On Data Set - Set Emote State 'None'"), +(21400,0,2,0,40,0,100,0,1,21400,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Eckert - On Waypoint 1 Reached - Pause Waypoint"), +(21400,0,3,0,40,0,100,0,1,21400,0,0,80,2140000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Eckert - On Waypoint 1 Reached - Run Script"), +(21400,0,4,0,40,0,100,0,2,21400,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.71374,"Eckert - On Waypoint 2 Reached - Set Orientation"), +(21400,0,5,0,40,0,100,0,2,21400,0,0,17,10,0,0,0,0,0,1,0,0,0,0,0,0,0,"Eckert - On Waypoint 2 Reached - Set Emote State 'Dance'"), +(21400,0,6,0,40,0,100,0,2,21400,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Eckert - On Waypoint 2 Reached - Say Line 1"), +(2140000,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.34305,"Eckert - On Script - Set Orientation"), +(2140000,9,1,0,0,0,100,0,500,500,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Eckert - On Script - Say Line 0"), +(2140000,9,2,0,0,0,100,0,3000,3000,0,0,5,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Eckert - On Script - Play Emote 'Cheer'"); + +-- Aeman Brightsong +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=21397; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21397 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2139700,2139701) 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 +(21397,0,0,0,38,0,100,0,1,1,0,0,53,0,21397,0,0,0,0,1,0,0,0,0,0,0,0,"Aeman Brightsong - On Data Set - Start Waypoint"), +(21397,0,1,0,40,0,100,0,1,21397,0,0,54,9000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Aeman Brightsong - On Waypoint 1 Reached - Pause Waypoint"), +(21397,0,2,0,40,0,100,0,1,21397,0,0,80,2139700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Aeman Brightsong - On Waypoint 1 Reached - Run Script"), +(21397,0,3,0,40,0,100,0,2,21397,0,0,80,2139701,0,0,0,0,0,1,0,0,0,0,0,0,0,"Aeman Brightsong - On Waypoint 2 Reached - Run Script"), +(2139700,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Aeman Brightsong - On Script - Say Line 0"), +(2139700,9,1,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Aeman Brightsong - On Script - Say Line 1"), +(2139701,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.56465,"Aeman Brightsong - On Script - Set Orientation"), +(2139701,9,1,0,0,0,100,0,0,0,0,0,41,0,0,0,0,0,0,15,184753,20,0,0,0,0,0,"Aeman Brightsong - On Script - Despawn Gameobject 'Brightsong Wine'"), +(2139701,9,2,0,0,0,100,0,0,0,0,0,50,184753,300,0,0,0,0,8,0,0,0,-2965.37,4012.68,1.49919,6.03974,"Aeman Brightsong - On Script - Summon Gameobject 'Brightsong Wine'"), +(2139701,9,3,0,0,0,100,0,500,500,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Aeman Brightsong - On Script - Say Line 2"); + +-- WP +DELETE FROM `waypoints` WHERE `entry` IN (21400,21397); +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(21400,1,-2930.29,3996.8,-0.606507,""), +(21400,2,-2919.26,3969.4,0.28936,""), +(21397,1,-2938.29,4007.75,-1.12266,""), +(21397,2,-2965.84,4011.33,1.37422,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_01_world.sql new file mode 100644 index 00000000000..726bdc8894c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_01_world.sql @@ -0,0 +1,10 @@ +-- Doorway to the Abyss (10392) +UPDATE `gameobject_template_addon` SET `Flags`=4 WHERE `entry`=182935; +UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI', `ScriptName`='' WHERE `entry`=182935; +DELETE FROM `smart_scripts` WHERE `entryorguid`=182935 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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(182935,1,0,1,8,0,100,0,35739,0,0,0,0,41,0,0,0,0,0,0,20,184656,10,0,0,0,0,0,'Rune of Spite - On Spell Hit - Despawn gob'), +(182935,1,1,0,61,0,100,0,0,0,0,0,0,99,3,0,0,0,0,0,20,185190,10,0,0,0,0,0,'Rune of Spite - On Spell Hit - Set Loot State'); +UPDATE `gameobject` SET `spawntimesecs`=30 WHERE `id` IN (184656,185190); + +DELETE FROM `gameobject_addon` WHERE `guid` in (24681,24682,32137,32138,32139); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_02_world.sql new file mode 100644 index 00000000000..914a75a06ca --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_02_world.sql @@ -0,0 +1,285 @@ +-- A Question of Gluttony +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=9702; + +-- Familiar Fungi +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9708; + +-- Stealing Back the Mushrooms +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9709; + +-- The Orebor Harborage +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9776; + +-- Fulgor Spores +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9777; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9777; + +-- Umbrafen Eel Filets +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9780; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9780; + +-- Too Many Mouths to Feed +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9781; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9781; + +-- The Dead Mire +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9782; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9782; + +-- An Unnatural Drought +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9783; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9783; + +-- The Boha'mu Ruins +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9786; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9786; + +-- Idols of the Feralfen +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9787; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9787; + +-- Diaphanous Wings +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9790; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9790; + +-- Menacing Marshfangs +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9791; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9791; + +-- A Message to Telaar +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9792; + +-- The Fate of Tuurem +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9793; + +-- No Time for Curiosity +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9794; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9794; + +-- Gathering the Reagents +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9801; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9801; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9801; + +-- Messenger to the Feralfen +DELETE FROM `quest_details` WHERE `ID`=9803; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9803,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9803; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9803; + +-- Stinger Venom +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9830; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9830; + +-- Lines of Communication +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9833; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9833; + +-- Natural Armor +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9834; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9834; + +-- Ango'rosh Encroachment +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9835; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9835; + +-- Overlord Gorefist +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9839; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9839; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9839; + +-- Secrets of the Daggerfen +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9848; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9848; + +-- Safeguarding the Watchers +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9894; + +-- The Dying Balance +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9895; + +-- Blacksting's Bane +UPDATE `quest_details` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=9896; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9896; + +-- Unfinished Business +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9901; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9901; + +-- The Terror of Marshlight Lake +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9902; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9902; + +-- Maktu's Revenge +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9905; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9905; + +-- What's Wrong at Cenarion Thicket? +DELETE FROM `quest_details` WHERE `ID`=9961; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9961,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6 WHERE `ID`=9961; + +-- Strange Energy +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9968; + +-- Clues in the Thicket +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9971; + +-- Stymying the Arakkoa +DELETE FROM `quest_details` WHERE `ID`=9986; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9986,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9986; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9986; + +-- Investigate Tuurem +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=9990; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE (ID=9990); + +-- Olemba Seeds +DELETE FROM `quest_details` WHERE `ID`=9992; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9992,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9992; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9992; + +-- What Are These Things? (Both factions) +DELETE FROM `quest_details` WHERE `ID` IN (9994,9995); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9994,1,1,0,0,0,0,0,0,0), +(9995,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete` = 6 WHERE `ID` IN (9994,9995); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID` IN (9994,9995); + +-- Attack on Firewing Point +DELETE FROM `quest_details` WHERE `ID`=9996; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9996,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9996; +UPDATE `quest_offer_reward` SET `Emote1`=1, Emote2=1 WHERE `ID`=9996; + +-- Unruly Neighbors +DELETE FROM `quest_details` WHERE `ID`=9998; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9998,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9998; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=9998; + +-- The Firewing Liaison +DELETE FROM `quest_details` WHERE `ID`=10002; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10002,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10002; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10002; + +-- Letting Earthbinder Tavgren Know +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10005; + +-- Thinning the Ranks +DELETE FROM `quest_details` WHERE `ID`=10007; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10007,274,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10007; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10007; + +-- Fel Orc Plans +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10012; + +-- Timber Worg Tails +DELETE FROM `quest_details` WHERE `ID`=10016; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10016,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10016; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10016; + +-- The Elusive Ironjaw +DELETE FROM `quest_details` WHERE `ID`=10022; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10022,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10022; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=10022; + +-- Magical Disturbances +UPDATE `quest_details` SET `Emote1`=24, `Emote2`=1, `Emote3`=1 WHERE `ID`=10026; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10026; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=1, `Emote3`=1 WHERE `ID`=10026; + +-- Vessels of Power +DELETE FROM `quest_details` WHERE `ID`=10028; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10028,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10028; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10028; + +-- Wanted: Bonelashers Dead! +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10033; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=10033; + +-- Torgos! +DELETE FROM `quest_details` WHERE `ID`=10035; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10035,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10035; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=10035; + +-- Speak with Private Weeks +DELETE FROM `quest_details` WHERE `ID`=10038; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10038,1,25,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=10038; + +-- Who Are They? +DELETE FROM `quest_details` WHERE `ID`=10040; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10040,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=10040; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=10040; + +-- Kill the Shadow Council! +DELETE FROM `quest_details` WHERE `ID`=10042; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10042,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10042; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=10042; + +-- Escape from Firewing Point! (Both factions) +DELETE FROM `quest_details` WHERE `ID` IN (10051,10052); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10051,1,1,1,0,0,0,0,0,0), +(10052,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=10051; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10052; + +-- Daggerfen Deviance +DELETE FROM `quest_details` WHERE `ID`=10115; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10115,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10115; + +-- Wanted: Chieftain Mummaki +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10116; + +-- Withered Flesh +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10355; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10355; + +-- Report to the Allerian Post +DELETE FROM `quest_details` WHERE `ID`=10444; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10444,5,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, Emote2=1 WHERE `ID`=10444; + +-- The Final Code +DELETE FROM `quest_details` WHERE `ID`=10446; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10446,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=10446; +UPDATE `quest_offer_reward` SET `Emote1`=4, Emote2=1 WHERE `ID`=10446; + +-- Before Darkness Falls +UPDATE `quest_details` SET `Emote1`=0 WHERE `ID`=10878; + +-- The Infested Protectors +UPDATE `quest_details` SET `Emote1`=0 WHERE `ID`=10896; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_03_world.sql new file mode 100644 index 00000000000..68b0e95cbce --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_03_world.sql @@ -0,0 +1,78 @@ +-- Cabal Interrogator +DELETE FROM `smart_scripts` WHERE `entryorguid`=22378 AND `source_type`=0 AND `id` IN (0,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(22378,0,0,2,1,0,100,0,5000,15000,60000,80000,0,11,39043,0,0,0,0,0,1,0,0,0,0,0,0,0,"Cabal Interrogator - Out of Combat - Cast 'Kick Akuno'"), +(22378,0,2,0,61,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Cabal Interrogator - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=22378; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22378,0,0,"Speak, filthy refugee! What was your caravan doing in the Bone Wastes?",12,0,100,0,0,0,20160,0,"Cabal Interrogator"); + +-- Akuno +DELETE FROM `creature_text` WHERE `CreatureID`=22377; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22377,0,0,"Let us leave this place. I've had enough of these madmen!",12,0,100,0,0,0,20161,0,"Akuno"), +(22377,1,0,"Beware! More cultists come!",12,0,100,0,0,0,20162,0,"Akuno"), +(22377,2,0,"I can find my way from here. My friend Mekeda will reward you for your kind actions.",12,0,100,0,0,0,20163,0,"Akuno"); + +UPDATE `creature_template_addon` SET `bytes1`=0 WHERE `entry`=22377; + +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=22377; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22377 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2237700,2237701,2237702,2237703) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(22377,0,0,0,11,0,100,0,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Respawn - Set Flag Standstate 'Kneel'"), +(22377,0,1,2,19,0,100,0,10887,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Akuno - On Quest 'Escaping the Tomb' Taken - Store Targetlist"), +(22377,0,2,3,61,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Quest 'Ancient Spirit' Taken - Remove Npc Flag Questgiver"), +(22377,0,3,0,61,0,100,0,0,0,0,0,0,80,2237700,2,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Quest 'Ancient Spirit' Taken - Run Script"), +(22377,0,4,0,19,0,100,0,10887,0,0,0,0,2,10,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Quest 'Escaping the Tomb' Taken - Set Faction 10"), +(22377,0,5,0,19,0,100,0,10887,0,0,0,0,2,33,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Quest 'Escaping the Tomb' Taken - Set Faction 33"), +(22377,0,6,0,6,0,100,0,0,0,0,0,0,6,10887,0,0,0,0,0,12,1,0,0,0,0,0,0,"Akuno - On Just Died - Fail Quest 'Escaping the Tomb'"), +(22377,0,7,0,40,0,100,0,7,22377,0,0,0,80,2237701,2,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Waypoint 7 Reached - Run Script"), +(22377,0,8,0,40,0,100,0,13,22377,0,0,0,80,2237702,2,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Waypoint 13 Reached - Run Script"), +(22377,0,9,0,40,0,100,0,14,22377,0,0,0,80,2237703,2,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Waypoint 14 Reached - Run Script"), +(2237700,9,0,0,0,0,100,0,3000,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Say Line 0"), +(2237700,9,1,0,0,0,100,0,3000,3000,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Remove Flag Standstate 'Kneel'"), +(2237700,9,2,0,0,0,100,0,0,0,0,0,0,53,0,22377,0,0,0,2,1,0,0,0,0,0,0,0,"Akuno - On Script - Start Waypoint"), +(2237701,9,0,0,0,0,100,0,0,0,0,0,0,54,2000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Pause Waypoint"), +(2237701,9,1,0,0,0,100,0,0,0,0,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Summon Group 1"), +(2237702,9,0,0,0,0,100,0,0,0,0,0,0,54,2000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Pause Waypoint"), +(2237702,9,1,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Say Line 1"), +(2237702,9,2,0,0,0,100,0,0,0,0,0,0,107,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Summon Group 2"), +(2237702,9,3,0,0,0,100,0,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Set Run On"), +(2237703,9,0,0,0,0,100,0,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Say Line 2"), +(2237703,9,1,0,0,0,100,0,0,0,0,0,0,15,10887,0,0,0,0,0,12,1,0,0,0,0,0,0,"Akuno - On Script - Complete Quest 'Escaping the Tomb'"), +(2237703,9,2,0,0,0,100,0,0,0,0,0,0,41,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Akuno - On Script - Despawn"); + +DELETE FROM `creature_summon_groups` WHERE `summonerId`=22377; +INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES +(22377,0,1,21661,-2872.73,5416.57,-28.261,6.28158,1,25000), +(22377,0,1,21661,-2872.57,5411.03,-28.261,0.06515,1,25000), +(22377,0,2,21661,-2897.29,5325.13,-11.854,1.29125,1,25000), +(22377,0,2,21661,-2890.51,5324.94,-11.222,1.63291,1,25000); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=22377; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,6,22377,0,0,6,0,67,0,0,0,0,0,"","SAI triggers only if Player is Horde"), +(22,5,22377,0,0,6,0,469,0,0,0,0,0,"","SAI triggers only if Player is Alliance"); + +DELETE FROM `script_waypoint` WHERE `entry`=22377; +DELETE FROM `waypoints` WHERE `entry`=22377; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(22377,1,-2766.31,5429.65,-34.53,""), +(22377,2,-2769.35,5416.25,-34.53,""), +(22377,3,-2780.07,5416.06,-34.53,""), +(22377,4,-2812.56,5415.2,-34.53,""), +(22377,5,-2816.95,5415.02,-34.52,""), +(22377,6,-2827.86,5414.56,-28.29,""), +(22377,7,-2864.44,5414.17,-28.26,""), +(22377,8,-2878.32,5414.11,-28.26,""), +(22377,9,-2893.17,5413.15,-18.59,""), +(22377,10,-2896.36,5409.65,-18.59,""), +(22377,11,-2896.5,5396.76,-8.77,""), +(22377,12,-2896.67,5366.2,-9.59,""), +(22377,13,-2891.52,5342.16,-11.6663,""), +(22377,14,-2861.98,5242.75,-12.4858,""); + +-- Cabal Skirmisher +UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=21661 AND `source_type`=0 AND `id`=3; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_04_world.sql new file mode 100644 index 00000000000..15e14148d14 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_04_world.sql @@ -0,0 +1,420 @@ +-- Deathwhisperer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=19299; +DELETE FROM `smart_scripts` WHERE `entryorguid`=19299 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(19299,0,0,0,25,0,100,0,0,0,0,0,0,11,12787,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathwhisperer - On Reset - Cast 'Thrash'"), +(19299,0,1,0,25,0,100,0,0,0,0,0,0,11,15088,0,0,0,0,0,1,0,0,0,0,0,0,0,"Deathwhisperer - On Reset - Cast 'Flurry'"), +(19299,0,2,0,0,0,100,0,4000,6000,12000,16000,0,11,32417,0,0,0,0,0,2,0,0,0,0,0,0,0,"Deathwhisperer - In Combat - Cast 'Mind Flay'"); + +-- Dread Tactician +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16959; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16959 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16959,0,0,0,0,0,100,0,5000,8000,15000,20000,0,11,33678,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dread Tactician - In Combat - Cast 'Carrion Swarm'"), +(16959,0,1,0,0,0,100,0,8000,11000,24000,29000,0,11,12098,0,0,0,0,0,6,0,0,0,0,0,0,0,"Dread Tactician - In Combat - Cast 'Sleep'"), +(16959,0,2,0,2,0,100,1,0,30,0,0,0,11,33679,0,0,0,0,0,5,0,0,0,0,0,0,0,"Dread Tactician - Between 0-30% Health - Cast 'Inferno' (No Repeat)"); + +-- Felguard Destroyer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18977; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18977 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(18977,0,0,0,9,0,100,1,8,40,0,0,0,11,33971,2,0,0,0,0,2,0,0,0,0,0,0,0,"Felguard Destroyer - Within 8-40 Range - Cast 'Sweeping Charge' (No Reapeat)"), +(18977,0,1,0,0,0,100,0,7000,9000,11000,15000,0,11,13737,0,0,0,0,0,2,0,0,0,0,0,0,0,"Felguard Destroyer - In Combat - Cast 'Mortal Strike'"), +(18977,0,2,0,0,0,100,0,3000,5000,7000,11000,0,11,40505,0,0,0,0,0,2,0,0,0,0,0,0,0,"Felguard Destroyer - In Combat - Cast 'Cleave'"); + +-- Subjugator Yalqiz +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=19335; +DELETE FROM `smart_scripts` WHERE `entryorguid`=19335 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(19335,0,0,0,0,0,100,0,6000,8000,12000,15000,0,11,32000,0,0,0,0,0,2,0,0,0,0,0,0,0,"Subjugator Yalqiz - In Combat - Cast 'Mind Sear'"), +(19335,0,1,0,0,0,100,0,3000,5000,9000,11000,0,11,32026,2,0,0,0,0,2,0,0,0,0,0,0,0,"Subjugator Yalqiz - In Combat - Cast 'Pain Spike'"); + +-- Vorakem Doomspeaker +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18679; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18679 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(18679,0,0,0,0,0,100,0,5000,7000,11000,14000,0,11,9080,0,0,0,0,0,2,0,0,0,0,0,0,0,"Vorakem Doomspeaker - In Combat - Cast 'Hamstring'"), +(18679,0,1,0,0,0,100,0,7000,9000,12000,15000,0,11,33804,0,0,0,0,0,1,0,0,0,0,0,0,0,"Vorakem Doomspeaker - In Combat - Cast 'Flame Wave'"), +(18679,0,2,0,2,0,100,1,0,20,0,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,"Vorakem Doomspeaker - Between 0-20% Health - Cast Enrage (No Repeat)"), +(18679,0,3,0,2,0,100,1,0,20,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Vorakem Doomspeaker - Between 0-20% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=18679; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18679,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Vorakem Doomspeaker"); + +-- Flame Wave +UPDATE `creature_template` SET `faction`=90, `AIName`="SmartAI" WHERE `entry`=19381; +DELETE FROM `smart_scripts` WHERE `entryorguid`=19381 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(19381,0,0,0,11,0,100,0,0,0,0,0,0,11,33800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Flame Wave - On Respawn - Cast 'Flame Wave'"); + +-- Bonechewer Scavenger +DELETE FROM `creature_text` WHERE `CreatureID` IN (18952) AND `GroupID`=0 AND `ID` IN (1,2,3); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18952,0,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bonechewer Scavenger"), +(18952,0,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bonechewer Scavenger"), +(18952,0,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bonechewer Scavenger"); + +-- Bonechewer Evoker +DELETE FROM `smart_scripts` WHERE `entryorguid`=19701 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(19701,0,0,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bonechewer Evoker - On Aggro - Say Line 0"), +(19701,0,1,0,0,0,100,0,0,0,3000,5000,0,11,9053,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bonechewer Evoker - In Combat - Cast 'Fireball'"), +(19701,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bonechewer Evoker - Between 0-15% Health - Flee For Assist (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=19701; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(19701,0,0,"Death to the interlopers!",12,0,100,0,0,0,12837,0,"Bonechewer Evoker"), +(19701,0,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bonechewer Evoker"), +(19701,0,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bonechewer Evoker"), +(19701,0,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bonechewer Evoker"); + +-- Starving Helboar +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16879; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16879 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16879,0,0,0,25,0,100,0,0,0,0,0,0,11,33908,0,0,0,0,0,1,0,0,0,0,0,0,0,"Starving Helboar - On Reset - Cast 'Burning Spikes'"); + +-- Infernal Warbringer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=19261; +DELETE FROM `smart_scripts` WHERE `entryorguid`=19261 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(19261,0,0,0,25,0,100,0,0,0,0,0,0,11,19483,0,0,0,0,0,1,0,0,0,0,0,0,0,"Infernal Warbringer - On Reset - Cast 'Immolation'"); + +-- Dreadcaller +DELETE FROM `smart_scripts` WHERE `entryorguid`=19434 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(19434,0,0,0,0,0,100,0,0,0,2000,4000,0,11,32666,64,0,0,0,0,2,0,0,0,0,0,0,0,"Dreadcaller - In Combat - Cast 'Shadow Bolt'"), +(19434,0,1,0,0,0,100,0,4000,9000,18000,24000,0,11,11443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dreadcaller - In Combat - Cast 'Cripple'"); + +-- Bleeding Hollow Peon +DELETE FROM `smart_scripts` WHERE `entryorguid`=16907 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16907,0,2,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Hollow Peon - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16907; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16907,0,0,"Death to the interlopers!",12,0,100,0,0,0,12837,0,"Bleeding Hollow Peon"), +(16907,0,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bleeding Hollow Peon"), +(16907,0,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bleeding Hollow Peon"), +(16907,0,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bleeding Hollow Peon"); + +-- Bleeding Hollow Grunt +DELETE FROM `smart_scripts` WHERE `entryorguid`=16871 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16871,0,3,0,4,0,20,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Hollow Grunt - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16871 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16871,1,0,"Death to the interlopers!",12,0,100,0,0,0,12837,0,"Bleeding Hollow Grunt"), +(16871,1,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bleeding Hollow Grunt"), +(16871,1,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bleeding Hollow Grunt"), +(16871,1,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bleeding Hollow Grunt"); + +-- Bleeding Hollow Necrolyte +DELETE FROM `smart_scripts` WHERE `entryorguid`=19422 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(19422,0,0,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Hollow Necrolyte - On Aggro - Say Line 0"), +(19422,0,1,0,0,0,100,0,0,0,3000,5000,0,11,9053,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bleeding Hollow Necrolyte - In Combat - Cast 'Fireball'"), +(19422,0,2,0,0,0,100,0,8000,12000,30000,45000,0,11,34073,32,0,0,0,0,5,0,0,0,0,0,0,0,"Bleeding Hollow Necrolyte - In Combat - Cast 'Curse of the Bleeding Hollow'"), +(19422,0,3,0,5,0,100,0,0,0,0,0,0,11,34019,1,0,0,0,0,7,0,0,0,0,0,0,0,"Bleeding Hollow Necrolyte - On Killed Unit - Cast 'Raise Dead'"), +(19422,0,4,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bleeding Hollow Necrolyte - Between 0-15% Health - Flee For Assist (No Repeat)"), +(19422,0,5,0,8,0,100,1,38530,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bleeding Hollow Necrolyte - On Spellhit - Start Attack"); + +DELETE FROM `creature_text` WHERE `CreatureID`=19422; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(19422,0,0,"Death to the interlopers!",12,0,100,0,0,0,12837,0,"Bleeding Hollow Necrolyte"), +(19422,0,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bleeding Hollow Necrolyte"), +(19422,0,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bleeding Hollow Necrolyte"), +(19422,0,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bleeding Hollow Necrolyte"); + +-- Bleeding Hollow Dark Shaman +DELETE FROM `smart_scripts` WHERE `entryorguid`=16873 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16873,0,0,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Hollow Dark Shaman - On Aggro - Say Line 0"), +(16873,0,1,0,0,0,100,0,0,0,3000,5000,0,11,20825,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bleeding Hollow Dark Shaman - In Combat - Cast 'Shadow Bolt'"), +(16873,0,2,0,0,0,100,0,4000,8000,30000,45000,0,11,32062,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Hollow Dark Shaman - In Combat - Cast 'Fire Nova Totem'"), +(16873,0,3,0,5,0,100,0,0,0,0,0,0,11,34013,1,0,0,0,0,7,0,0,0,0,0,0,0,"Bleeding Hollow Dark Shaman - On Killed Unit - Cast 'Raise Soul'"), +(16873,0,4,0,2,0,100,1,0,30,0,0,0,11,6742,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Hollow Dark Shaman - Between 0-30% Health - Cast 'Bloodlust' (No Repeat)"), +(16873,0,5,0,23,0,100,0,12550,0,1000,1000,0,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Hollow Dark Shaman - On Has No Aura 'Lightning Shield' - Cast 'Lightning Shield'"), +(16873,0,6,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bleeding Hollow Dark Shaman - Between 0-15% Health - Flee For Assist (No Repeat)"), +(16873,0,7,0,8,0,100,1,38530,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bleeding Hollow Dark Shaman - On Spellhit - Start Attack"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16873; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16873,0,0,"Death to the interlopers!",12,0,100,0,0,0,12837,0,"Bleeding Hollow Dark Shaman"), +(16873,0,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bleeding Hollow Dark Shaman"), +(16873,0,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bleeding Hollow Dark Shaman"), +(16873,0,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bleeding Hollow Dark Shaman"); + +-- Bleeding Hollow Tormentor +DELETE FROM `smart_scripts` WHERE `entryorguid`=19424 AND `source_type`=0 AND `id`=5; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(19424,0,5,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Hollow Tormentor - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=19424; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(19424,0,0,"Death to the interlopers!",12,0,100,0,0,0,12837,0,"Bleeding Hollow Tormentor"), +(19424,0,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bleeding Hollow Tormentor"), +(19424,0,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bleeding Hollow Tormentor"), +(19424,0,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bleeding Hollow Tormentor"); + +-- Mekthorg the Wild +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18677; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18677 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(18677,0,0,0,0,0,100,0,6000,8000,11000,13000,0,11,38875,0,0,0,0,0,2,0,0,0,0,0,0,0,"Mekthorg the Wild - In Combat - Cast 'Pike Vault'"), +(18677,0,1,0,9,0,100,0,0,5,11000,14000,0,11,37704,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mekthorg the Wild - Within 0-5 Range - Cast 'Whirlwind'"), +(18677,0,2,0,2,0,100,1,0,20,0,0,0,11,8599,1,0,0,0,0,1,0,0,0,0,0,0,0,"Mekthorg the Wild - Between 0-20% Health - Cast 'Enrage' (No Repeat)"), +(18677,0,3,0,2,0,100,1,0,20,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mekthorg the Wild - Between 0-20% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=18677; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18677,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Mekthorg the Wild"); + +-- Unyielding Knight +DELETE FROM `smart_scripts` WHERE `entryorguid`=16906 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16906,0,2,0,14,0,100,0,1600,40,20000,25000,0,11,33910,0,0,0,0,0,7,0,0,0,0,0,0,0,"Unyielding Knight - Friendly At 1600 Health - Cast 'Heal Other'"); + +-- Arch Mage Xintor +DELETE FROM `smart_scripts` WHERE `entryorguid`=16977 AND `source_type`=0 AND `id`=15; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16977,0,15,0,25,0,100,1,0,0,0,0,0,11,33900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arch Mage Xintor - On Respawn - Cast 'Shroud of Death'"); + +-- Rogue Voidwalker +DELETE FROM `smart_scripts` WHERE `entryorguid`=16974 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16974,0,1,0,6,0,100,0,0,0,0,0,0,11,34234,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rogue Voidwalker - On Just Died - Cast 'Collapse'"); + +-- Uncontrolled Voidwalker +DELETE FROM `smart_scripts` WHERE `entryorguid`=16975 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16975,0,1,0,2,0,100,1,0,50,0,0,0,11,33916,0,0,0,0,0,1,0,0,0,0,0,0,0,"Uncontrolled Voidwalker - Between 0-50% Health - Cast 'Void Drain'"), +(16975,0,2,0,6,0,100,0,0,0,0,0,0,11,34234,0,0,0,0,0,1,0,0,0,0,0,0,0,"Uncontrolled Voidwalker - On Just Died - Cast 'Collapse'"); + +-- Void Spawner L +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=19681; +DELETE FROM `smart_scripts` WHERE `entryorguid`=19681 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(19681,0,0,0,1,0,100,0,1000,120000,120000,240000,0,11,34303,0,0,0,0,0,1,0,0,0,0,0,0,0,"Void Spawner L - Out of Combat - Cast 'Nether Charge'"); + +UPDATE `creature_addon` SET `auras`="" WHERE `auras`="34303"; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=34303; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,3,34303,0,0,32,0,144,0,0,1,0,0,"","Nether Charge cannot target players"); + +-- Warboss Nekrogg +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=19263; +DELETE FROM `smart_scripts` WHERE `entryorguid`=19263 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(19263,0,0,0,0,0,100,0,5000,7000,12000,16000,0,11,34113,0,0,0,0,0,2,0,0,0,0,0,0,0,"Warboss Nekrogg - In Combat - Cast 'Bonechewer Bite'"), +(19263,0,1,0,0,0,100,0,10000,12000,25000,30000,0,11,30474,0,0,0,0,0,2,0,0,0,0,0,0,0,"Warboss Nekrogg - In Combat - Cast 'Bloodthirst'"); + +-- Shattered Hand Guard +DELETE FROM `smart_scripts` WHERE `entryorguid`=19414 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(19414,0,1,0,0,0,100,0,6000,9000,13000,16000,0,11,33960,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shattered Hand Guard - In Combat - Cast 'Counterstrike'"); + +-- Z'kral +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18974; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18974 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(18974,0,0,0,0,0,100,0,5000,8000,9000,12000,0,11,32003,0,0,0,0,0,2,0,0,0,0,0,0,0,"Z'kral - In Combat - Cast 'Power Burn'"); + +-- Explosive Charge +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=183410; +DELETE FROM `smart_scripts` WHERE `entryorguid`=183410 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 +(183410,1,0,0,1,0,100,1,10000,10000,0,0,9,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Explosive Charge - Out of Combat - Activate Gameobject"); + +-- Bonechewer Raider +DELETE FROM `smart_scripts` WHERE `entryorguid`=16925 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16925,0,1,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bonechewer Raider - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16925; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16925,0,0,"Death to the interlopers!",12,0,100,0,0,0,12837,0,"Bonechewer Raider"), +(16925,0,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bonechewer Raider"), +(16925,0,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bonechewer Raider"), +(16925,0,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bonechewer Raider"); + +-- Bonechewer Mutant +DELETE FROM `smart_scripts` WHERE `entryorguid`=16876 AND `source_type`=0 AND `id`=5; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16876,0,5,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bonechewer Mutant - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16876 AND `GroupID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16876,2,0,"Death to the interlopers!",12,0,100,0,0,0,12837,0,"Bonechewer Mutant"), +(16876,2,1,"For Spinebreaker!",12,0,100,0,0,0,12838,0,"Bonechewer Mutant"), +(16876,2,2,"Your bones will be devoured!",12,0,100,0,0,0,12839,0,"Bonechewer Mutant"), +(16876,2,3,"Protect the Warchief at all costs!",12,0,100,0,0,0,12836,0,"Bonechewer Mutant"); + +-- Shattered Hand Grunt +DELETE FROM `smart_scripts` WHERE `entryorguid`=16867 AND `source_type`=0 AND `id` IN (0,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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16867,0,0,0,0,0,100,0,5000,7000,8000,9000,0,11,11976,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shattered Hand Grunt - In Combat - Cast 'Strike'"), +(16867,0,1,0,0,0,100,0,7000,9000,12000,14000,0,11,11978,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shattered Hand Grunt - In Combat - Cast 'Kick'"); + +-- Shattered Hand Captain +UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=8000, `event_param3`=8000, `event_param4`=12000 WHERE `entryorguid`=16870 AND `source_type`=0 AND `id`=0; + +-- Shattered Hand Warlock +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=19411 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid`=19411 AND `source_type`=0 AND `id`=2; + +-- Mo'arg Forgefiend +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16946; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16946 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16946,0,0,0,0,0,100,0,0,0,2000,4000,0,11,32735,64,0,0,0,0,2,0,0,0,0,0,0,0,"Mo'arg Forgefiend - In Combat - Cast 'Saw Blade'"), +(16946,0,1,0,9,0,100,0,0,5,15000,19000,0,11,36486,0,0,0,0,0,2,0,0,0,0,0,0,0,"Mo'arg Forgefiend - Within 0-5 Range - Cast 'Slime Spray'"); + +-- Gan'arg Servant +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16947; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16947 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16947,0,0,0,0,0,100,0,5000,8000,12000,15000,0,11,32003,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gan'arg Servant - In Combat - Cast 'Power Burn'"); + +-- Incandescent Fel Spark +DELETE FROM `smart_scripts` WHERE `entryorguid`=22323 AND `source_type`=0 AND `id` IN (0,2); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(22323,0,0,0,0,0,100,0,1000,2000,3000,5000,0,11,36247,64,0,0,0,0,2,0,0,0,0,0,0,0,"Incandescent Fel Spark - In Combat - Cast 'Fel Fireball'"), +(22323,0,2,0,0,0,100,0,8000,11000,18000,24000,0,11,39055,0,0,0,0,0,1,0,0,0,0,0,0,0,"Incandescent Fel Spark - In Combat - Cast 'Flames of Chaos'"); + +-- Fel Reaver +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18733; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18733 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(18733,0,0,0,0,0,100,0,9000,12000,18000,25000,0,11,41534,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fel Reaver - In Combat - Cast 'War Stomp'"), +(18733,0,1,0,25,0,100,0,0,0,0,0,0,11,19818,0,0,0,0,0,1,0,0,0,0,0,0,0,"War Stomp - On Respawn - Cast 'Double Attack'"), +(18733,0,2,0,25,0,100,0,0,0,0,0,0,11,34623,0,0,0,0,0,1,0,0,0,0,0,0,0,"War Stomp - On Respawn - Cast 'Fel Reaver Warning Aura'"), +(18733,0,3,0,25,0,100,0,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"War Stomp - On Respawn - Set Active On"); + +-- Arazzius the Cruel +DELETE FROM `smart_scripts` WHERE `entryorguid`=19191 AND `source_type`=0 AND `id` IN (6,7,8); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(19191,0,6,0,2,0,100,1,50,75,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arazzius the Cruel - Between 50-75% Health - Say Line 2 (No Repeat)"), +(19191,0,7,0,2,0,100,1,25,50,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arazzius the Cruel - Between 25-50% Health - Say Line 3 (No Repeat)"), +(19191,0,8,0,2,0,100,1,0,25,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arazzius the Cruel - Between 0-25% Health - Say Line 4 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=19191 AND `GroupID` IN (2,3,4); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(19191,2,0,"Fool! You are a child playing in a world beyond your comprehension. Speak no more!",14,0,100,0,0,0,16858,0,"Arazzius the Cruel"), +(19191,3,0,"Your weapons are nothing to me! Relent!",14,0,100,0,0,0,16859,0,"Arazzius the Cruel"), +(19191,4,0,"You have confidence in your skills? Think carefully as the answer may surprise you.",14,0,100,0,0,0,16860,0,"Arazzius the Cruel"); + +-- Thornfang Ravager +DELETE FROM `smart_scripts` WHERE `entryorguid`=19349 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(19349,0,1,0,25,0,100,0,0,0,0,0,0,11,22696,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thornfang Ravager - On Respawn - Cast 'Thorns'"); + +-- Thornfang Venomspitter +DELETE FROM `smart_scripts` WHERE `entryorguid`=19350 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(19350,0,0,0,0,0,100,0,2000,4000,12000,14000,0,11,6917,0,0,0,0,0,2,0,0,0,0,0,0,0,"Thornfang Venomspitter - In Combat - Cast 'Venom Spit'"), +(19350,0,1,0,0,0,100,0,6000,8000,15000,17000,0,11,33781,0,0,0,0,0,2,0,0,0,0,0,0,0,"Thornfang Venomspitter - In Combat - Cast 'Ravage'"), +(19350,0,2,0,25,0,100,0,0,0,0,0,0,11,22696,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thornfang Venomspitter - On Respawn - Cast 'Thorns'"); + +-- Dreghood Brute +DELETE FROM `smart_scripts` WHERE `entryorguid`=16938 AND `source_type`=0 AND `id`=15; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16938,0,15,0,38,0,100,0,1,1,0,0,0,49,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Dreghood Brute - On Data 1 1 Set - Start Attacking"); + +-- Dreghood Geomancer +DELETE FROM `smart_scripts` WHERE `entryorguid`=16937 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16937,0,1,0,0,0,100,0,0,0,3000,5000,0,11,34083,64,0,0,0,0,2,0,0,0,0,0,0,0,"Dreghood Geomancer - In Combat - Cast 'Fireball'"); + +-- Stonescythe Whelp +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16927; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16927 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16927,0,0,0,2,0,100,1,0,15,0,0,0,11,33896,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonescythe Whelp - Between 0-15% Health - Cast 'Desperate Defense' (No Repeat)"), +(16927,0,1,0,2,0,100,1,0,15,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonescythe Whelp - Between 0-15% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16927; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16927,0,0,"%s defends himself in desperation.",16,0,100,0,0,0,16744,0,"Stonescythe Whelp"); + +-- Stonescythe Alpha +DELETE FROM `smart_scripts` WHERE `entryorguid`=16929 AND `source_type`=0 AND `id` IN (1,2); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16929,0,1,0,2,0,100,1,0,15,0,0,0,11,33896,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonescythe Alpha - Between 0-15% Health - Cast 'Desperate Defense' (No Repeat)"), +(16929,0,2,0,2,0,100,1,0,15,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonescythe Alpha - Between 0-15% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16929; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16929,0,0,"%s defends himself in desperation.",16,0,100,0,0,0,16744,0,"Stonescythe Alpha"); + +-- Stonescythe Ambusher +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16928; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16928 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16928,0,0,0,25,0,100,0,0,0,0,0,0,11,22766,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonescythe Ambusher - On Respawn - Cast 'Sneak'"), +(16928,0,1,0,0,0,100,0,1000,3000,14000,18000,0,11,31843,0,0,0,0,0,2,0,0,0,0,0,0,0,"Stonescythe Ambusher - In Combat - Cast 'Cheap Shot'"), +(16928,0,2,0,2,0,100,1,0,15,0,0,0,11,33896,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonescythe Ambusher - Between 0-15% Health - Cast 'Desperate Defense' (No Repeat)"), +(16928,0,3,0,2,0,100,1,0,15,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonescythe Ambusher - Between 0-15% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=16928; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16928,0,0,"%s defends himself in desperation.",16,0,100,0,0,0,16744,0,"Stonescythe Ambusher"); + +-- Haal'eshi Talonguard +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16967; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16967 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16967,0,0,0,4,0,100,0,0,0,0,0,0,11,32720,0,0,0,0,0,1,0,0,0,0,0,0,0,"Haal'eshi Talonguard - On Aggro - Cast 'Sprint'"), +(16967,0,1,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Haal'eshi Talonguard - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Haal'eshi Windwalker +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16966; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16966 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16966,0,0,0,0,0,100,0,0,0,3000,5000,0,11,9532,64,0,0,0,0,2,0,0,0,0,0,0,0,"Haal'eshi Windwalker - In Combat - Cast 'Lightning Bolt'"), +(16966,0,1,0,0,0,100,0,8000,12000,20000,24000,0,11,32717,0,0,0,0,0,5,0,0,0,0,0,0,0,"Haal'eshi Windwalker - In Combat - Cast 'Hurricane'"), +(16966,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Haal'eshi Windwalker - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Quillfang Ravager +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid`=16934 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_param1`=7000, `event_param2`=9000 WHERE `entryorguid`=16934 AND `source_type`=0 AND `id`=0; + +-- Fix movement for some creatures +UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `guid` IN (58637,58216,58207,58208,58209); +UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `id`=19681; + +-- Fix spell "Desperate Defense" +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-33896; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(-33896,-33897,0,"Desperate Defense"); + +-- Sister of Grief (16960) +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=16960; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16960 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(16960,0,0,0,0,0,100,0,3000,5000,5000,8000,0,11,21987,0,0,0,0,0,2,0,0,0,0,0,0,0,'Sister of Grief - In Combat - Cast \'Lash of Pain\''), +(16960,0,1,0,0,0,100,0,10000,15000,60000,60000,0,11,34250,0,0,0,0,0,1,0,0,0,0,0,0,0,'Sister of Grief - In Combat - Cast \'Whipped Fury\''); + +-- Urga'zz (18976) +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=18976; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18976 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(18976,0,0,0,0,0,100,0,3000,7000,7000,12000,0,11,32004,0,0,0,0,0,2,0,0,0,0,0,0,0,'Urga\'zz - In Combat - Cast \'Drill\''), +(18976,0,1,0,0,0,100,0,11000,17000,17000,30000,0,11,32003,0,0,0,0,0,2,0,0,0,0,0,0,0,'Urga\'zz - In Combat - Cast \'Power Burn\''); + +-- Warbringer Arix'Amal (19298) +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=19298; +DELETE FROM `smart_scripts` WHERE `entryorguid`=19298 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(19298,0,0,0,0,0,100,0,3000,7000,7000,11000,0,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,'Warbringer Arix\'Amal - In Combat - Cast \'Cleave\''), +(19298,0,1,0,0,0,100,0,8000,12000,11000,17000,0,11,32009,0,0,0,0,0,2,0,0,0,0,0,0,0,'Warbringer Arix\'Amal - In Combat - Cast \'Cutdown\''); + +-- Razorsaw (20798) +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=20798; +DELETE FROM `smart_scripts` WHERE `entryorguid`=20798 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(20798,0,0,0,0,0,100,0,4000,9000,14000,19000,0,11,36486,0,0,0,0,0,2,0,0,0,0,0,0,0,'Razorsaw - In Combat - Cast \'Slime Spray\''), +(20798,0,1,0,0,0,100,0,0,1000,1500,1500,0,11,32735,0,0,0,0,0,2,0,0,0,0,0,0,0,'Razorsaw - In Combat - Cast \'Saw Blade\''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_05_world.sql new file mode 100644 index 00000000000..ceca54fcd0f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_17_05_world.sql @@ -0,0 +1,139 @@ +-- Magtheridon (21174) +DELETE FROM `creature_text` WHERE `CreatureID`=21174; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(21174,0,0,'Wretched, meddling insects! Release me, and perhaps I will grant you a merciful death!',14,0, 100,0,0,10247,17339,3,'Magtheridon'), +(21174,0,1,'Vermin! Leeches! Take my blood and choke on it!',14,0,100,0,0,10248,17340,3,'Magtheridon'), +(21174,0,2,'Illidan is an arrogant fool! I will crush him and reclaim Outland as my own!',14,0,100,0,0,10249,17341,3,'Magtheridon'), +(21174,0,3,'Away, you mindless parasites! My blood is my own!',14,0,100,0,0,10250,17342,3,'Magtheridon'), +(21174,0,4,'How long do you believe your pathetic sorcery can hold me?',14,0,100,0,0,10251,17343,3,'Magtheridon'), +(21174,0,5,'My blood will be the end of you!',14,0,100,0,0,10252,17344,3,'Magtheridon'); +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=21174; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21174 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(21174,0,0,0,60,0,100,0,60000,60000,180000,180000,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Magtheridon - Update - Say Line 0'); + +-- Laughing Skull Enforcer (17370, 18608) +DELETE FROM `creature_text` WHERE `CreatureID`=17370; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(17370,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Laughing Skull Enforcer'), +(17370,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Laughing Skull Enforcer'), +(17370,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Laughing Skull Enforcer'), +(17370,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Laughing Skull Enforcer'), +(17370,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Laughing Skull Enforcer'), +(17370,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Laughing Skull Enforcer'), +(17370,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Laughing Skull Enforcer'); +UPDATE `creature_template` SET `pickpocketloot`=17370, `mechanic_immune_mask`=1 WHERE `entry`=18053; + +-- Shadowmoon Warlock (17371, 18619) +UPDATE `creature_template` SET `pickpocketloot`=17371, `mechanic_immune_mask`=1 WHERE `entry`=18619; +DELETE FROM `smart_scripts` WHERE `entryorguid`=17371 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(17371,0,0,0,0,0,100,2,0,0,3300,4900,0,11,12739,64,0,0,0,0,2,0,0,0,0,0,0,0,'Shadowmoon Warlock - In Combat CMC - Cast \'Shadow Bolt\' (Normal Dungeon)'), +(17371,0,1,0,0,0,100,4,0,0,3300,4900,0,11,15472,64,0,0,0,0,2,0,0,0,0,0,0,0,'Shadowmoon Warlock - In Combat CMC - Cast \'Shadow Bolt\' (Heroic Dungeon)'), +(17371,0,2,0,0,0,100,2,1100,7800,14800,30100,0,11,32197,33,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Warlock - In Combat - Cast \'Corruption\' (Normal Dungeon)'), +(17371,0,3,0,0,0,100,4,1100,7800,14800,30100,0,11,37113,33,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Warlock - In Combat - Cast \'Corruption\' (Heroic Dungeon)'), +(17371,0,4,0,0,0,100,6,6600,10700,14900,14900,0,11,13338,33,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Warlock - In Combat - Cast \'Curse of Tongues\''), +(17371,0,5,0,0,0,100,6,12600,13700,21900,24900,0,11,33111,0,0,0,0,0,26,8,0,0,0,0,0,0,'Shadowmoon Warlock - In Combat - Cast \'Fel Power\''); + +-- Shadowmoon Summoner (17395, 18617) +UPDATE `creature_template` SET `pickpocketloot`=17395 WHERE `entry`=18617; + +-- Shadowmoon Adept (17397, 18615) +DELETE FROM `creature_text` WHERE `CreatureID`=17397; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(17397,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shadowmoon Adept'), +(17397,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shadowmoon Adept'), +(17397,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Shadowmoon Adept'), +(17397,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shadowmoon Adept'), +(17397,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shadowmoon Adept'), +(17397,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Shadowmoon Adept'), +(17397,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Shadowmoon Adept'); +UPDATE `creature_template` SET `pickpocketloot`=17397 WHERE `entry`=18615; +DELETE FROM `creature_template_addon` WHERE `entry`=18615; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES (18615, 0, 0, 0, 4097, 0, ''); +DELETE FROM `smart_scripts` WHERE `entryorguid`=17397 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(17397,0,0,0,1,0,100,1,1000,1000,0,0,0,11,31059,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shadowmoon Adept - Out of Combat - Cast \'Hellfire Channeling\''), +(17397,0,1,0,4,0,10,7,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shadowmoon Adept - On Aggro - Say Line 0'), +(17397,0,2,0,0,0,100,6,2600,7800,7200,13300,0,11,12787,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shadowmoon Adept - In Combat - Cast \'Thrash\''), +(17397,0,3,0,0,0,100,6,5600,12300,9600,11400,0,11,11978,0,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Adept - In Combat - Cast \'Kick\''), +(17397,0,4,0,2,0,100,7,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadowmoon Adept - Between 0-15% Health - Flee For Assist'); +DELETE FROM `conditions` WHERE `SourceEntry`=17397 AND `SourceTypeOrReferenceId`=22; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,0+1,17397,0,0,29,1,17477,10,0,0,0,0,'','Requires NPC Nearby'); + +-- Nascent Fel Orc (17398, 18612) +DELETE FROM `creature_text` WHERE `CreatureID`=17398; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(17398,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Nascent Fel Orc'), +(17398,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Nascent Fel Orc'), +(17398,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Nascent Fel Orc'), +(17398,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Nascent Fel Orc'), +(17398,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Nascent Fel Orc'), +(17398,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Nascent Fel Orc'), +(17398,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Nascent Fel Orc'); +UPDATE `creature_template` SET `pickpocketloot`=17398, `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=17398; +UPDATE `creature_template` SET `pickpocketloot`=17398, `AIName`='', `ScriptName`='' WHERE `entry`=18612; +DELETE FROM `smart_scripts` WHERE `entryorguid`=17398 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(17398,0,0,0,4,0,10,7,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Laughing Skull Legionnaire - On Aggro - Say Line 0'), +(17398,0,1,0,0,0,100,6,0,500,1800,7800,0,11,22427,0,0,0,0,0,2,0,0,0,0,0,0,0,'Laughing Skull Legionnaire - In Combat - Cast \'Concussion Blow\''), +(17398,0,2,0,0,0,100,6,7000,8200,15800,20800,0,11,31900,0,0,0,0,0,2,0,0,0,0,0,0,0,'Laughing Skull Legionnaire - In Combat - Cast \'Stomp\''); + +-- Hellfire Imp (17477, 18606) +DELETE FROM `smart_scripts` WHERE `entryorguid`=17477 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(17477,0,0,0,1,0,100,1,1000,1000,0,0,0,11,30540,0,0,0,0,0,1,0,0,0,0,0,0,0,'Hellfire Imp - Out of Combat - Cast \'Summon Visual\''), +(17477,0,1,0,4,0,100,1,0,0,0,0,0,28,30540,0,0,0,0,0,1,0,0,0,0,0,0,0,'Hellfire Imp - On Aggro - Remove \'Summon Visual\''), +(17477,0,2,0,0,0,100,2,1000,3400,3400,4800,0,11,15242,64,0,0,0,0,5,0,0,0,0,0,0,0,'Hellfire Imp - In Combat CMC - Cast \'Fireball\' (Normal Dungeon)'), +(17477,0,3,0,0,0,100,4,1000,3400,3400,4800,0,11,17290,64,0,0,0,0,5,0,0,0,0,0,0,0,'Hellfire Imp - In Combat CMC - Cast \'Fireball\' (Heroic Dungeon)'), +(17477,0,4,0,0,0,100,4,6000,9000,6000,9000,0,11,16144,1,0,0,0,0,2,0,0,0,0,0,0,0,'Hellfire Imp - In Combat - Cast \'Fire Blast\''); +DELETE FROM `conditions` WHERE `SourceEntry`=17477 AND `SourceTypeOrReferenceId`=22; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,0+1,17477,0,0,29,1,17397,10,0,0,0,0,'','Requires NPC Nearby'); + +-- Shadowmoon Technician (17414, 18618) +DELETE FROM `creature_text` WHERE `CreatureID`=17414; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(17414,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Shadowmoon Technician'), +(17414,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Shadowmoon Technician'), +(17414,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Shadowmoon Technician'), +(17414,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Shadowmoon Technician'), +(17414,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Shadowmoon Technician'), +(17414,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Shadowmoon Technician'), +(17414,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Shadowmoon Technician'), +(17414,1,0,'%s begins to arm the Proximity Bomb!',16,0,100,0,0,0,15129,0,'Shadowmoon Technician'); +UPDATE `creature_template` SET `pickpocketloot`=17414 WHERE `entry`=18618; +DELETE FROM `smart_scripts` WHERE `entryorguid`=17414 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(17414,0,0,0,4,0,10,7,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shadowmoon Technician - On Aggro - Say Line 0'), +(17414,0,1,2,0,0,100,2,2800,4700,1400,23400,0,11,30846,1,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Technician - In Combat - Cast \'Throw Proximity Bomb\''), +(17414,0,2,0,61,0,100,2,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shadowmoon Technician - In Combat - Say Line 1 (Normal Dungeon)'), +(17414,0,3,4,0,0,100,4,2800,4700,17700,23400,0,11,32784,1,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Technician - In Combat - Cast \'Throw Proximity Bomb\''), +(17414,0,4,0,61,0,100,4,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shadowmoon Technician - In Combat - Say Line 1 (Heroic Dungeon)'), +(17414,0,5,0,0,0,100,2,4400,10600,3600,6200,0,11,40062,0,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Technician - In Combat - Cast \'Throw Dynamite\' (Heroic Dungeon)'), +(17414,0,6,0,0,0,100,4,4400,10600,3600,6200,0,11,40064,0,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Technician - In Combat - Cast \'Throw Dynamite\' (Heroic Dungeon)'), +(17414,0,7,0,0,0,100,6,5400,11600,24300,24300,0,11,6726,1,0,0,0,0,5,0,0,0,0,0,0,0,'Shadowmoon Technician - In Combat - Cast \'Silence\' (Heroic Dungeon)'); + +-- Laughing Skull Rogue (17491, 18610) +UPDATE `creature_template` SET `mechanic_immune_mask`=1 WHERE `entry`=17491; +UPDATE `creature_template` SET `pickpocketloot`=17491, `mechanic_immune_mask`=1 WHERE `entry`=18610; + +-- Laughing Skull Legionnaire (17626, 18609) +DELETE FROM `creature_text` WHERE `CreatureID`=17626; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(17626,0,0,'This world is OURS!',12,0,100,0,0,0,16702,0,'Laughing Skull Legionnaire'), +(17626,0,1,'We are the true Horde!',12,0,100,0,0,0,16697,0,'Laughing Skull Legionnaire'), +(17626,0,2,'The blood is our power! ',12,0,100,0,0,0,16700,0,'Laughing Skull Legionnaire'), +(17626,0,3,'For Kargath! For Victory!',12,0,100,0,0,0,16698,0,'Laughing Skull Legionnaire'), +(17626,0,4,'Gakarah ma!',12,0,100,0,0,0,16699,0,'Laughing Skull Legionnaire'), +(17626,0,5,'Lok\'tar Illadari!\n',12,0,100,0,0,0,16701,0,'Laughing Skull Legionnaire'), +(17626,0,6,'Lok narash!',12,0,100,0,0,0,16703,0,'Laughing Skull Legionnaire'), +(17626,1,0,'%s goes into a frenzy!',16,0,100,0,0,0,38630,0,'Laughing Skull Legionnaire'); +UPDATE `creature_template` SET `pickpocketloot`=17626 WHERE `entry`=18609; +DELETE FROM `smart_scripts` WHERE `entryorguid`=17626 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(17626,0,0,0,4,0,10,7,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Laughing Skull Legionnaire - On Aggro - Say Line 0'), +(17626,0,1,0,0,0,100,6,5800,7200,11900,12400,0,11,10966,0,0,0,0,0,2,0,0,0,0,0,0,0,'Laughing Skull Legionnaire - In Combat - Cast \'Uppercut\''), +(17626,0,2,3,2,0,100,519,0,30,0,0,0,11,8599,2,0,0,0,0,1,0,0,0,0,0,0,0,'Laughing Skull Legionnaire - Between 0-30% Health - Cast \'Enrage\' (No Repeat)'), +(17626,0,3,0,61,0,100,512,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Laughing Skull Legionnaire - Between 0-30% Health - Say Line 1 (No Repeat)'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_00_world_335.sql new file mode 100644 index 00000000000..77387c7572b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_00_world_335.sql @@ -0,0 +1,155 @@ +-- +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID` IN +(118, -- Quest "The Price of Shoes" +119, -- Quest "Return to Verner" +122, -- Quest "Underbelly Scales" +126, -- Quest "Howling in the Hills" +150, -- Quest "Murloc Poachers" +127, -- Quest "Selling Fish" +20, -- Quest "Blackrock Menace" +131, -- Quest "Delivering Daffodils" +129); -- Quest "A Free Lunch" + +-- Quest "Blackrock Bounty" +DELETE FROM `quest_details` WHERE `ID`=128; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(128,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=128; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=128; + +-- Quest "Tharil'zun" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=19; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=19; + +-- Quest "Shadow Magic" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=115; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=115; + +-- Quest "The Lost Tools" +DELETE FROM `quest_details` WHERE `ID`=125; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(125,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=125; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=125; + +-- Quest "The Everstill Bridge" +DELETE FROM `quest_details` WHERE `ID`=89; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(89,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=89; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=89; + +-- Quest "Hilary's Necklace" +DELETE FROM `quest_details` WHERE `ID`=3741; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3741,5,1,6,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=24, `EmoteOnComplete`=24 WHERE `ID`=3741; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=6 WHERE `ID`=3741; + +-- Quest "Solomon's Law" +DELETE FROM `quest_details` WHERE `ID`=91; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(91,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=91; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=91; + +-- Quest "Wanted: Gath'Ilzogg" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=169; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=169; + +-- Quest "Messenger to Stormwind" +DELETE FROM `quest_details` WHERE `ID`=120; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(120,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=120; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=120; + +-- Quest "Messenger to Stormwind (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=121; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(121,25,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=121; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=121; + +-- Quest "Messenger to Westfall" +DELETE FROM `quest_details` WHERE `ID`=143; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(143,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=143; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=143; + +-- Quest "Messenger to Westfall (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=144; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(144,1,25,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=144; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=144; + +-- Quest "Messenger to Darkshire" +DELETE FROM `quest_details` WHERE `ID`=145; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(145,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=145; + +-- Quest "Messenger to Darkshire (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=146; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(146,1,1,29,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=146; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=6, `Emote3`=1 WHERE `ID`=146; + +-- Quest "What Comes Around..." +DELETE FROM `quest_details` WHERE `ID`=386; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(386,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=386; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=66 WHERE `ID`=386; + +-- Quest "Wanted: Lieutenant Fangore" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=180; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=2 WHERE `ID`=180; + +-- Quest "Dry Times" +DELETE FROM `quest_details` WHERE `ID`=116; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(116,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25, `EmoteOnComplete`=25 WHERE `ID`=116; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=116; + +-- Quest "Learn to Ride in Elwynn Forest / Dun Morogh / Orgrimmar / Eversong Woods / Darnassus / Tirisfal Glades / Mulgore / Durotar" +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID` IN (14079,14081,14082,14083,14084,14085,14086,14087,14088,14089); + +-- Quest "An Unwelcome Guest" +DELETE FROM `quest_details` WHERE `ID`=34; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(34,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=34; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=34; + +-- Quest "Redridge Goulash" +DELETE FROM `quest_details` WHERE `ID`=92; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(92,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=92; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=92; + +-- Quest "Missing In Action" +DELETE FROM `quest_details` WHERE `ID`=219; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(219,5,1,20,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=219; + +-- Quest "Theocritus' Retrieval" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=178; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=178; + +-- Quest "Morganth" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=249; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=2 WHERE `ID`=249; + +-- Quest "Horns of Nez'ra" +DELETE FROM `quest_details` WHERE `ID`=2358; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2358,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2358; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=2358; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_01_world.sql new file mode 100644 index 00000000000..1fa92051194 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_01_world.sql @@ -0,0 +1,10 @@ +-- Scarlet Crusader (28529) +DELETE FROM `creature_text` WHERE `CreatureID`=28529; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(28529,0,0,'Death stalks us! Destroy it!',12,0,100,0,0,0,28488,0,'Scarlet Crusader'), +(28529,0,1,'Begone foul demon!',12,0,100,0,0,0,28489,0,'Scarlet Crusader'), +(28529,0,2,'\'Tis the work of the Scourge!',12,0,100,0,0,0,28490,0,'Scarlet Crusader'), +(28529,0,3,'Scourge! Do not let it escape!',12,0,100,0,0,0,28491,0,'Scarlet Crusader'); +DELETE FROM `smart_scripts` WHERE `entryorguid`=28529 AND `source_type`=0 and `id`=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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(28529,0,1,0,4,0,50,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Scarlet Crusader - On Aggro - Say Line 0'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_02_world_335.sql new file mode 100644 index 00000000000..8e4915c5970 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_21_02_world_335.sql @@ -0,0 +1,27 @@ +-- Rift Spawn +DELETE FROM `smart_scripts` WHERE `entryorguid`=6492 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=649200 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(6492,0,0,1,25,0,100,0,0,0,0,0,0,11,34426,2,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Reset - Cast 'Greater Invisibility'"), +(6492,0,1,0,61,0,100,0,0,0,0,0,0,42,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Reset - Set Invincibility at 1 HP"), +(6492,0,2,3,8,0,100,0,9095,0,0,0,0,28,34426,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Spellhit 'Cantation of Manifestation' - Remove Aura 'Greater Invisibility'"), +(6492,0,3,4,61,0,100,0,0,0,0,0,0,11,9096,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Spellhit 'Cantation of Manifestation' - Cast 'Rift Spawn Manifestation'"), +(6492,0,4,5,61,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Rift Spawn - On Spellhit 'Cantation of Manifestation' - Start Attacking"), +(6492,0,5,0,61,0,100,0,0,0,0,0,0,28,9095,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Spellhit 'Cantation of Manifestation' - Remove Aura 'Cantation of Manifestation'"), +(6492,0,6,7,2,0,100,1,0,1,0,0,0,2,35,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - Between 0-1% Health - Set Faction 35"), +(6492,0,7,8,61,0,100,0,0,0,0,0,0,11,9032,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - Between 0-1% Health - Cast 'Self Stun - 30 seconds'"), +(6492,0,8,9,61,0,100,0,0,0,0,0,0,27,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - Between 0-1% Health - Stop Combat"), +(6492,0,9,10,61,0,100,0,0,0,0,0,0,80,649200,2,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - Between 0-1% Health - Run Script"), +(6492,0,10,0,61,0,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - Between 0-1% Health - Set Event Phase 1"), +(6492,0,11,12,38,1,100,0,1,1,0,0,0,12,23837,1,15000,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Data 1 Set - Summon Creature 'ELM General Purpose Bunny'"), +(6492,0,12,0,61,1,100,0,0,0,0,0,0,45,32,32,0,0,0,0,19,23837,0,0,0,0,0,0,"Rift Spawn - On Data 1 Set - Set Data to ELM General Purpose Bunny"), +(6492,0,13,0,38,1,100,0,2,2,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Data 2 Set - Despawn"), +(6492,0,14,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Aggro - Say Line 0"), +(6492,0,15,0,7,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Evade - Say Line 1"), +(649200,9,0,0,0,0,100,0,30000,30000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Script - Say line 1"), +(649200,9,1,0,0,0,100,0,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rift Spawn - On Script - Despawn"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=6492; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=9082 AND `ConditionTypeOrReference`=1; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,1,9082,0,0,1,0,9032,0,0,0,0,0,"","Create Containment Coffer can only be casted if target has aura 'Self Stun - 30 seconds'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_22_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_22_00_world.sql new file mode 100644 index 00000000000..c867ed561c2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_22_00_world.sql @@ -0,0 +1,13 @@ +DELETE FROM `creature` WHERE `guid` IN(73427,73428); +INSERT INTO `creature` (`guid`,`id`,`map`,`zoneId`,`areaId`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`,`ScriptName`,`VerifiedBuild`) VALUES +(73427,26121,547,0,0,1,1,0,0,-69.8121,-162.4954,-2.30451,1.710423,300,0,0,1,1,0,0,0,0,'',0), +(73428,26120,547,0,0,1,1,0,0,-98.1029,-230.7864,-10.8085,1.448623,300,0,0,1,1,0,0,0,0,'',0); + +DELETE FROM `game_event_creature` WHERE `eventEntry`=1 AND `guid` IN(73427,73428); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(1,73427), +(1,73428); + +DELETE FROM `creature_template_movement` WHERE `CreatureId`=26120; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(26120,0,0,1,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_00_world_335.sql new file mode 100644 index 00000000000..8c6f6befd8a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_00_world_335.sql @@ -0,0 +1,95 @@ +-- Private Thorsen +DELETE FROM `creature_text` WHERE `CreatureID` IN (738,775,733); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(738,0,0,"Time for my patrol. I'll be back shortly.",12,7,100,66,0,0,102,0,"Private Thorsen"), +(738,1,0,"Now that the coast is clear...",12,7,100,0,0,0,103,0,"Private Thorsen"), +(738,2,0,"Well I'm here. And I'm ready to rejoin...",12,7,100,1,0,0,23,0,"Private Thorsen"), +(738,3,0,"Thanks for saving me!",12,7,100,2,0,0,100,0,"Private Thorsen"), +(738,4,0,"I've been gone a long time...I better get back.",12,7,100,1,0,0,105,0,"Private Thorsen"), +(738,5,0,"Private Thorsen returning from patrol. Nothing new to report - it's pretty quiet out there...",12,7,100,66,0,0,106,0,"Private Thorsen"), +(775,0,0,"You're not joining anyone, Thorsen..",12,7,100,25,0,0,24,0,"Kurzen's Agent"), +(775,1,0,"Now you die!",12,7,100,0,0,0,101,0,"Kurzen's Agent"), +(733,0,0,"Very good. You are relieved, private. Rest, but don't get too comfortable. Kurzen won't leave us alone forever.",12,7,100,1,0,0,108,0,"Sergeant Yohwa"); + +UPDATE `creature_template` SET `faction`=11, `AIName`="SmartAI" WHERE `entry`=738; +DELETE FROM `smart_scripts` WHERE `entryorguid`=738 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (73800,73801,73802,73803,73804) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(738,0,0,0,11,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Respawn - Remove Npc Flag Questgiver"), +(738,0,1,0,11,0,100,0,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Respawn - Set Active On"), +(738,0,2,0,11,0,100,0,0,0,0,0,0,80,73800,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Respawn - Run Sript"), +(738,0,3,0,40,0,100,0,14,73800,0,0,0,80,73801,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Waypoint 14 Reached - Run Script"), +(738,0,4,0,40,0,100,0,16,73800,0,0,0,80,73802,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Waypoint 16 Reached - Run Script"), +(738,0,5,0,38,0,100,0,1,1,0,0,0,80,73803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Data Set - Run Script"), +(738,0,6,0,40,0,100,0,16,73801,0,0,0,80,73804,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Waypoint 16 Reached - Run Script"), +(73800,9,0,0,0,0,100,0,600000,600000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 0"), +(73800,9,1,0,0,0,100,0,5000,5000,0,0,0,53,0,73800,0,0,0,2,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Start Waypoint"), +(73801,9,0,0,0,0,100,0,0,0,0,0,0,54,4000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Pause Waypoint"), +(73801,9,1,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 1"), +(73801,9,2,0,0,0,100,0,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Set Run On"), +(73802,9,0,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.23057,"Private Thorsen - On Script - Set Orientation"), +(73802,9,1,0,0,0,100,0,0,0,0,0,0,12,775,1,60000,0,0,0,8,0,0,0,-11520.9,-383.511,39.8521,1.21196,"Private Thorsen - On Script - Summon Creature 'Kurzen's Agent'"), +(73802,9,2,0,0,0,100,0,0,0,0,0,0,12,775,1,60000,0,0,0,8,0,0,0,-11524.9,-381.701,40.096,1.05488,"Private Thorsen - On Script - Summon Creature 'Kurzen's Agent'"), +(73802,9,3,0,0,0,100,0,9000,9000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 2"), +(73802,9,4,0,0,0,100,0,5000,5000,0,0,0,1,0,0,0,0,0,0,19,775,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 0 (Kurzen's Agent)"), +(73802,9,5,0,0,0,100,0,5000,5000,0,0,0,1,1,0,0,0,0,0,19,775,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 1 (Kurzen's Agent)"), +(73802,9,6,0,0,0,100,0,1000,1000,0,0,0,45,1,1,0,0,0,0,11,775,50,0,0,0,0,0,"Private Thorsen - On Script - Set Data to Kurzen's Agent"), +(73803,9,0,0,0,0,100,0,2000,2000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 3"), +(73803,9,1,0,0,0,100,0,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Add Npc Flag Questgiver"), +(73803,9,2,0,0,0,100,0,120000,120000,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Remove Npc Flag Questgiver"), +(73803,9,3,0,0,0,100,0,0,0,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 4"), +(73803,9,4,0,0,0,100,0,5000,5000,0,0,0,53,0,73801,0,0,0,2,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Start Waypoint"), +(73804,9,0,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.5676,"Private Thorsen - On Script - Set Orientation"), +(73804,9,1,0,0,0,100,0,500,500,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 5"), +(73804,9,2,0,0,0,100,0,7000,7000,0,0,0,1,0,0,0,0,0,0,19,733,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 0 (Sergeant Yohwa)"), +(73804,9,3,0,0,0,100,0,900000,900000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 0"), +(73804,9,4,0,0,0,100,0,5000,5000,0,0,0,53,0,73800,0,0,0,2,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Start Waypoint"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=738; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,6,738,0,0,29,1,775,200,0,1,0,0,"","SAI triggers only if both Kurzen's Agents are dead"); + +DELETE FROM `waypoints` WHERE `entry` IN (73800,73801); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(73800,1,-11328.6,-204.605,75.3066,""), +(73800,2,-11344.1,-211.834,75.2203,""), +(73800,3,-11368.8,-212.901,75.2614,""), +(73800,4,-11376.9,-217.981,75.0992,""), +(73800,5,-11381.8,-226.245,73.6393,""), +(73800,6,-11382.7,-248.431,65.2537,""), +(73800,7,-11389.8,-277.379,59.5323,""), +(73800,8,-11393.7,-283.161,58.6077,""), +(73800,9,-11397.5,-285.631,58.2045,""), +(73800,10,-11417,-284.249,53.5163,""), +(73800,11,-11434.1,-286.4,48.2306,""), +(73800,12,-11471.1,-288.588,37.1529,""), +(73800,13,-11480.6,-296.055,36.0918,""), +(73800,14,-11513.5,-322.018,35.78,""), +(73800,15,-11520.2,-337.882,37.4359,""), +(73800,16,-11513.3,-362.046,37.7542,""), +(73801,1,-11520.2,-337.882,37.4359,""), +(73801,2,-11513.5,-322.018,35.78,""), +(73801,3,-11480.6,-296.055,36.0918,""), +(73801,4,-11471.1,-288.588,37.1529,""), +(73801,5,-11434.1,-286.4,48.2306,""), +(73801,6,-11417,-284.249,53.5163,""), +(73801,7,-11397.5,-285.631,58.2045,""), +(73801,8,-11393.7,-283.161,58.6077,""), +(73801,9,-11389.8,-277.379,59.5323,""), +(73801,10,-11382.7,-248.431,65.2537,""), +(73801,11,-11381.8,-226.245,73.6393,""), +(73801,12,-11376.9,-217.981,75.0992,""), +(73801,13,-11368.8,-212.901,75.2614,""), +(73801,14,-11344.1,-211.834,75.2203,""), +(73801,15,-11328.6,-204.605,75.3066,""), +(73801,16,-11313.9,-202.766,75.576,""); + +-- Kurzen's Agent +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=775; +DELETE FROM `smart_scripts` WHERE `entryorguid`=775 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(775,0,0,0,54,0,100,0,0,0,0,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kurzen's Agent - Just Summoned - Set Run Off"), +(775,0,1,0,54,0,100,0,0,0,0,0,0,114,0,0,0,0,0,0,1,0,0,0,0,18,0,0,"Kurzen's Agent - Just Summoned - Move Forward"), +(775,0,2,0,38,0,100,0,1,1,0,0,0,2,46,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kurzen's Agent - On Data Set - Set Faction 46"), +(775,0,3,0,38,0,100,0,1,1,0,0,0,49,0,0,0,0,0,0,19,738,0,0,0,0,0,0,"Kurzen's Agent - On Data Set - Start Attacking"), +(775,0,4,0,6,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,19,738,0,0,0,0,0,0,"Kurzen's Agent - On Just Died - Set Data to Private Thorsen"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_01_world_335.sql new file mode 100644 index 00000000000..c4962585b6a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_01_world_335.sql @@ -0,0 +1,15 @@ +-- Forlorn Spirit +DELETE FROM `smart_scripts` WHERE `entryorguid`=2044 AND `source_type`=0 AND `id`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=204400 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2044,0,0,0,11,0,100,0,0,0,0,0,0,80,204400,2,0,0,0,0,1,0,0,0,0,0,0,0,"Forlorn Spirit - On Respawn - Run Script"), +(204400,9,0,0,0,0,100,0,2000,2000,0,0,0,1,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Forlorn Spirit - On Script - Say Line 0"), +(204400,9,1,0,0,0,100,0,2000,2000,0,0,0,49,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Forlorn Spirit - On Script - Start Attacking"); +-- Old Footlocker +UPDATE `smart_scripts` SET `target_type`=8, `target_x`=-10951.4, `target_y`=1568.86, `target_z`=46.9779, `target_o`=3.75142 WHERE `entryorguid`=3643 AND `source_type`=1 AND `id`=0; + +-- Sealed Crate +UPDATE `smart_scripts` SET `target_x`=-8841.93, `target_y`=985.171, `target_z`=98.6999, `target_o`=6.00926 WHERE `entryorguid`=1561 AND `source_type`=1 AND `id`=0; + +-- Marshal Haggard's Chest +UPDATE `event_scripts` SET `delay`=0, `x`=-9553.53, `y`=-1432.44, `z`=62.2943, `o`=5.28835 WHERE `id`=264; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_02_world.sql new file mode 100644 index 00000000000..1a76a41e222 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_02_world.sql @@ -0,0 +1,142 @@ +-- Recover the Bones +DELETE FROM `quest_details` WHERE `ID`=10030; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10030,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=10030; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=10030; + +-- Helping the Lost Find Their Way +DELETE FROM `quest_details` WHERE `ID`=10031; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10031,1,1,6,0,0,0,0,0,0); + +-- Rather Be Fishin' +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10037; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10037; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=10037; + +-- Brother Against Brother +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=10097; + +-- Terokk's Legacy +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=10098; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10098; + +-- Trouble at Auchindoun +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10177; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=10177; + +-- Can't Stay Away +DELETE FROM `quest_details` WHERE `ID`=10180; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10180,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=10180; + +-- Veil Skith: Darkstone of Terokk +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10839; + +-- The Tomb of Lights +DELETE FROM `quest_details` WHERE `ID`=10840; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10840,1,0,0,0,0,0,0,0,0); + +-- Vengeful Souls +DELETE FROM `quest_details` WHERE `ID`=10842; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10842,1,0,0,0,0,0,0,0,0); + +-- The Eyes of Skettis +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10847; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10847; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10847; + +-- Veil Rhaze: Unliving Evil +DELETE FROM `quest_details` WHERE `ID`=10848; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10848,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10848; + +-- Seek Out Kirrik +DELETE FROM `quest_details` WHERE `ID`=10849; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10849,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10849; + +-- Veil Lithic: Preemptive Strike +DELETE FROM `quest_details` WHERE `ID`=10861; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10861,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10861; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10861; + +-- Taken in the Night +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=10873; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=10873; + +-- Veil Shalas: Signal Fires +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10874; + +-- The Skettis Offensive +DELETE FROM `quest_details` WHERE `ID`=10879; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10879,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10879; + +-- Return to Shattrath +DELETE FROM `quest_details` WHERE `ID`=10889; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10889,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10889; + +-- An Improper Burial +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10913; + +-- A Hero Is Needed +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=10914; + +-- The Fallen Exarch +DELETE FROM `quest_details` WHERE `ID`=10915; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10915,1,1,1,5,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10915; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=10915; + +-- The Outcast's Plight +UPDATE `quest_details` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10917; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10917; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10917; + +-- More Feathers +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10918; + +-- For the Fallen +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=66 WHERE `ID`=10920; + +-- Digging Through Bones +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=273 WHERE `ID`=10922; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=10922; + +-- Fumping +DELETE FROM `quest_details` WHERE `ID`=10929; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10929,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=10929; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1, `Emote4`=5 WHERE `ID`=10929; + +-- The Big Bone Worm +DELETE FROM `quest_details` WHERE `ID`=10930; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10930,5,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=10930; + +-- Mog'dorg the Wizened +DELETE FROM `quest_details` WHERE `ID`=10983; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10983,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10983; + +-- Speak with the Ogre +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=10984; + +-- Zorus the Judicator +UPDATE `quest_details` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=11045; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_03_world_335.sql new file mode 100644 index 00000000000..91a481522da --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_03_world_335.sql @@ -0,0 +1,17 @@ +-- Bookie Herod +SET @GUID := 73429; +DELETE FROM `creature` WHERE `guid`=@GUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID,815,0,0,0,1,1,0,1,-11662.9,-637.447,30.0416,0.000360489,300,0,0,993,2680,0,0,0,0,"",0); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=815; +DELETE FROM `smart_scripts` WHERE `entryorguid`=815 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(815,0,0,0,0,0,100,0,0,0,3000,5000,0,11,20816,64,0,0,0,0,2,0,0,0,0,0,0,0,"Bookie Herod - In Combat - Cast 'Shadow Bolt'"), +(815,0,1,0,4,0,100,0,0,0,0,0,0,11,3722,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bookie Herod - On Aggro - Cast 'Summon Syndicate Spectre'"); + +-- Syndicate Spectre +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2638; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2638 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2638,0,0,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Syndicate Spectre - Just Summoned - Start Attacking"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_04_world_335.sql new file mode 100644 index 00000000000..44e64aec805 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_04_world_335.sql @@ -0,0 +1,199 @@ +-- Pygmy Venom Web Spider +DELETE FROM `smart_scripts` WHERE `entryorguid`=539 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(539,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pygmy Venom Web Spider - On Reset - Cast 'Poison Proc'"); + +-- Venom Web Spider +DELETE FROM `smart_scripts` WHERE `entryorguid`=217 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(217,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Venom Web Spider - On Reset - Cast 'Poison Proc'"), +(217,0,1,0,0,0,100,0,2000,12000,13000,23000,0,11,745,0,0,0,0,0,2,0,0,0,0,0,0,0,"Venom Web Spider - In Combat - Cast 'Web'"); + +-- Green Recluse +DELETE FROM `smart_scripts` WHERE `entryorguid`=569 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(569,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Green Recluse - On Reset - Cast 'Poison Proc'"); + +-- Rabid Dire Wolf +DELETE FROM `smart_scripts` WHERE `entryorguid`=565 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(565,0,0,0,0,0,100,0,6000,12000,12000,18000,0,11,3150,0,0,0,0,0,2,0,0,0,0,0,0,0,"Rabid Dire Wolf - In Combat - Cast 'Rabies'"); + +-- Black Ravager +DELETE FROM `smart_scripts` WHERE `entryorguid`=628 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(628,0,0,0,0,0,100,0,5000,9000,16000,20000,0,11,13443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Black Ravager - In Combat - Cast 'Rend'"); + +-- Nightbane Shadow Weaver +DELETE FROM `smart_scripts` WHERE `entryorguid`=533 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(533,0,0,0,0,0,100,0,0,0,3000,5000,0,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Nightbane Shadow Weaver - In Combat - Cast 'Shadow Bolt'"), +(533,0,1,0,0,0,100,0,6000,9000,18000,21000,0,11,992,0,0,0,0,0,5,0,0,0,0,0,0,0,"Nightbane Shadow Weaver - In Combat - Cast 'Shadow Word: Pain'"); + +-- Fenros +DELETE FROM `smart_scripts` WHERE `entryorguid`=507 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(507,0,1,0,0,0,100,0,2000,5000,12000,18000,0,11,6725,0,0,0,0,0,2,0,0,0,0,0,0,0,"Fenros - In Combat - Cast 'Flame Spike'"), +(507,0,2,0,0,0,100,0,11000,13000,15000,17000,0,11,865,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fenros - In Combat - Cast 'Frost Nova'"); + +-- Fetid Corpse +DELETE FROM `smart_scripts` WHERE `entryorguid`=1270 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1270,0,0,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fetid Corpse - On Respawn - Cast 'Birth'"), +(1270,0,1,0,0,0,100,0,5000,11000,16000,22000,0,11,7102,2,0,0,0,0,2,0,0,0,0,0,0,0,"Fetid Corpse - In Combat - Cast 'Contagion of Rot'"); + +-- Black Widow Hatchling +DELETE FROM `smart_scripts` WHERE `entryorguid`=930 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(930,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Black Widow Hatchling - On Reset - Cast 'Poison Proc'"), +(930,0,1,0,0,0,100,0,5000,13000,14000,18000,0,11,7367,32,0,0,0,0,2,0,0,0,0,0,0,0,"Black Widow Hatchling - In Combat - Cast 'Infected Bite'"); + +-- Insane Ghoul +DELETE FROM `smart_scripts` WHERE `entryorguid`=511 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(511,0,0,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Insane Ghoul - On Respawn - Cast 'Birth'"); + +-- Nightbane Vile Fang +DELETE FROM `smart_scripts` WHERE `entryorguid`=206 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(206,0,0,0,0,0,100,0,2000,16000,8000,20000,0,11,3427,0,0,0,0,0,2,0,0,0,0,0,0,0,"Nightbane Vile Fang - In Combat - Cast 'Infected Wound'"); + +-- Nightbane Tainted One +DELETE FROM `smart_scripts` WHERE `entryorguid`=920 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(920,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Nightbane Tainted One - On Reset - Cast 'Poison Proc'"), +(920,0,1,0,0,0,100,0,11000,16000,19000,24000,0,11,3424,0,0,0,0,0,1,0,0,0,0,0,0,0,"Nightbane Tainted One - In Combat - Cast 'Tainted Howl'"); + +-- Gutspill +DELETE FROM `smart_scripts` WHERE `entryorguid`=6170 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(6170,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gutspill - On Reset - Cast 'Poison Proc'"), +(6170,0,1,0,0,0,100,0,11000,16000,19000,24000,0,11,3424,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gutspill - In Combat - Cast 'Tainted Howl'"); + +-- Defias Night Blade +DELETE FROM `smart_scripts` WHERE `entryorguid`=909 AND `source_type`=0 AND `id` IN (0,1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(909,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Night Blade - On Reset - Cast 'Poison Proc'"), +(909,0,1,0,25,0,100,0,0,0,0,0,0,11,8601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Night Blade - On Reset - Cast 'Slowing Poison'"), +(909,0,2,0,0,0,100,0,3000,6000,5000,8000,0,11,2589,0,0,0,0,0,1,0,0,0,0,0,0,0,"Defias Night Blade - In Combat - Cast 'Backstab'"); + +-- Defias Enchanter +UPDATE `smart_scripts` SET `action_param2`=0, `event_param4`=26000 WHERE `entryorguid`=910 AND `source_type`=0 AND `id`=2; + +-- Bone Chewer +DELETE FROM `smart_scripts` WHERE `entryorguid`=210 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(210,0,0,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bone Chewer - On Respawn - Cast 'Birth'"), +(210,0,1,0,0,0,100,0,5000,12000,16000,23000,0,11,6016,2,0,0,0,0,2,0,0,0,0,0,0,0,"Bone Chewer - In Combat - Cast 'Pierce Armor'"); + +-- Rotted One +DELETE FROM `smart_scripts` WHERE `entryorguid`=948 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(948,0,0,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rotted One - On Respawn - Cast 'Birth'"); + +-- Flesh Eating Worm +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2462; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2462 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2462,0,0,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Flesh Eating Worm - Just Summoned - Start Attacking"); + +-- Plague Spreader +DELETE FROM `smart_scripts` WHERE `entryorguid`=604 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(604,0,0,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Plague Spreader - On Respawn - Cast 'Birth'"), +(604,0,1,0,0,0,100,0,5000,9000,12000,18000,0,11,3436,32,0,0,0,0,5,0,0,0,0,0,0,0,"Plague Spreader - In Combat - Cast 'Wandering Plague'"); + +-- Carrion Recluse +DELETE FROM `smart_scripts` WHERE `entryorguid`=949 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(949,0,0,0,0,0,100,0,8000,16000,14000,30000,0,11,3609,0,0,0,0,0,2,0,0,0,0,0,0,0,"Carrion Recluse - In Combat - Cast 'Paralyzing Poison'"); + +-- Skeletal Raider +DELETE FROM `smart_scripts` WHERE `entryorguid`=1110 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1110,0,0,0,25,0,100,0,0,0,0,0,0,11,8601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skeletal Raider - On Reset - Cast 'Slowing Poison'"); + +-- Skeletal Healer +DELETE FROM `smart_scripts` WHERE `entryorguid`=787 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(787,0,1,0,14,0,100,1,360,40,0,0,0,11,2054,0,0,0,0,0,7,0,0,0,0,0,0,0,"Skeletal Healer - Friendly At 360 Health - Cast 'Heal' (No Repeat)"); + +-- Mor'Ladim +DELETE FROM `smart_scripts` WHERE `entryorguid`=522 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(522,0,0,0,0,0,100,0,6000,8000,10000,26000,0,11,3547,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mor'Ladim - In Combat - Cast 'Enraging Memories'"); + +-- Brain Eater +DELETE FROM `smart_scripts` WHERE `entryorguid`=570 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(570,0,0,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Brain Eater - On Respawn - Cast 'Birth'"), +(570,0,1,0,0,0,100,0,2000,8000,16000,24000,0,11,3429,0,0,0,0,0,5,0,0,0,0,0,0,0,"Brain Eater - In Combat - Cast 'Plague Mind'"); + +-- Lord Malathrom +DELETE FROM `smart_scripts` WHERE `entryorguid`=503 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(503,0,0,0,11,0,100,0,0,0,0,0,0,11,26047,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Malathrom - On Respawn - Cast 'Birth'"), +(503,0,1,0,0,0,100,0,2000,4000,7000,9000,0,11,2767,32,0,0,0,0,5,0,0,0,0,0,0,0,"Lord Malathrom - In Combat - Cast 'Shadow Word: Pain'"), +(503,0,2,0,0,0,100,0,5000,11000,22000,30000,0,11,3537,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Malathrom - In Combat - Cast 'Minions of Malathrom'"); + +-- Sludge +DELETE FROM `smart_scripts` WHERE `entryorguid`=2479 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2479,0,0,0,25,0,100,0,0,0,0,0,0,11,3512,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sludge - On Reset - Cast 'Sludge Passive'"), +(2479,0,1,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Sludge - Just Summoned - Start Attacking"); + +-- Sloth +DELETE FROM `smart_scripts` WHERE `entryorguid`=2475 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2475,0,0,0,25,0,100,0,0,0,0,0,0,11,3509,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sloth - On Reset - Cast 'Sloth Passive'"), +(2475,0,1,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Sloth - Just Summoned - Start Attacking"); + +-- Skeletal Warder +DELETE FROM `smart_scripts` WHERE `entryorguid`=785 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(785,0,0,0,0,0,100,0,10000,16000,10000,16000,0,11,4979,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skeletal Warder - In Combat - Cast 'Quick Flame Ward'"), +(785,0,1,0,0,0,100,0,2000,9000,20000,27000,0,11,8699,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skeletal Warder - In Combat - Cast 'Unholy Frenzy'"); + +-- Splinter Fist Ogre +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid` IN (212,892,1251,891,889) AND `source_type`=0 AND `id`=0; + +-- Splinter Fist Warrior +DELETE FROM `smart_scripts` WHERE `entryorguid`=212 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(212,0,1,0,0,0,100,0,3000,7000,14000,21000,0,11,5242,2,0,0,0,0,1,0,0,0,0,0,0,0,"Splinter Fist Warrior - In Combat - Cast 'Battle Shout'"); + +-- Splinter Fist Fire Weaver +DELETE FROM `smart_scripts` WHERE `entryorguid`=891 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(891,0,2,0,0,0,100,0,5000,8000,12000,18000,0,11,20296,0,0,0,0,0,5,0,0,0,0,0,0,0,"Splinter Fist Fire Weaver - In Combat - Cast 'Flamestrike'"); + +-- Splinter Fist Enslaver +DELETE FROM `smart_scripts` WHERE `entryorguid`=1487 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1487,0,1,0,0,0,100,0,1000,3000,13000,17000,0,11,6533,0,0,0,0,0,2,0,0,0,0,0,0,0,"Splinter Fist Enslaver - In Combat - Cast 'Net'"), +(1487,0,2,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splinter Fist Enslaver - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1487; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1487,0,0,"Raaar!!! Me smash $r!",12,0,100,0,0,0,1925,0,"Splinter Fist Enslaver"), +(1487,0,1,"Me smash! You die!",12,0,100,0,0,0,1926,0,"Splinter Fist Enslaver"), +(1487,0,2,"I'll crush you!",12,0,100,0,0,0,1927,0,"Splinter Fist Enslaver"); + +-- Zzarc' Vul +DELETE FROM `smart_scripts` WHERE `entryorguid`=300 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(300,0,0,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zzarc' Vul - On Aggro - Say Line 0"), +(300,0,1,0,0,0,100,0,5000,7000,11000,15000,0,11,8716,0,0,0,0,0,2,0,0,0,0,0,0,0,"Zzarc' Vul - In Combat - Cast 'Low Swipe'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=300; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(300,0,0,"Raaar!!! Me smash $r!",12,0,100,0,0,0,1925,0,"Zzarc' Vul"), +(300,0,1,"Me smash! You die!",12,0,100,0,0,0,1926,0,"Zzarc' Vul"), +(300,0,2,"I'll crush you!",12,0,100,0,0,0,1927,0,"Zzarc' Vul"); + +-- Morbent Fel +UPDATE `creature_template` SET `unit_class`=2 WHERE `entry`=24782; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1200 AND `source_type`=0 AND `id` IN (2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1200,0,2,0,0,0,100,0,0,0,3000,5000,0,11,3108,64,0,0,0,0,2,0,0,0,0,0,0,0,"Morbent Fel - In Combat - Cast 'Touch of Death'"), +(1200,0,3,0,0,0,100,0,3000,6000,18000,24000,0,11,3109,0,0,0,0,0,1,0,0,0,0,0,0,0,"Morbent Fel - In Combat - Cast 'Presence of Death'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_05_world_335.sql new file mode 100644 index 00000000000..adbfed23c71 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_05_world_335.sql @@ -0,0 +1,359 @@ +-- Quest "Look To The Stars" +DELETE FROM `quest_details` WHERE `ID`=174; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(174,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=174; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=174; + +-- Quest "Look To The Stars (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=175; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(175,1,0,0,0,0,0,0,0,0); + +-- Quest "Look To The Stars (Part 3)" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=177; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=177; + +-- Quest "Look To The Stars (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=181; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(181,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=181; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=181; + +-- Quest "The Totem of Infliction" +DELETE FROM `quest_details` WHERE `ID`=101; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(101,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=101; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=101; + +-- Quest "The Legend of Stalvan" +DELETE FROM `quest_details` WHERE `ID`=66; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(66,5,1,1,25,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=66; + +-- Quest "The Legend of Stalvan (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=67; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(67,6,1,5,1,0,0,0,0,0); + +-- Quest "The Legend of Stalvan (Part 3)" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=68; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=68; + +-- Quest "The Legend of Stalvan (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=69; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(69,5,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=69; + +-- Quest "The Legend of Stalvan (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=70; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(70,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=70; +UPDATE `quest_offer_reward` SET `Emote1`=14 WHERE `ID`=70; + +-- Quest "The Legend of Stalvan (Part 6)" +DELETE FROM `quest_details` WHERE `ID`=72; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(72,1,1,0,0,0,0,0,0,0); + +-- Quest "The Legend of Stalvan (Part 7)" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=74; + +-- Quest "The Legend of Stalvan (Part 8)" +DELETE FROM `quest_details` WHERE `ID`=75; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(75,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=75; + +-- Quest "The Legend of Stalvan (Part 9)" +DELETE FROM `quest_details` WHERE `ID`=78; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(78,1,25,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=78; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=78; + +-- Quest "The Legend of Stalvan (Part 10)" +DELETE FROM `quest_details` WHERE `ID`=79; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(79,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=79; + +-- Quest "The Legend of Stalvan (Part 11)" +DELETE FROM `quest_details` WHERE `ID`=80; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(80,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=80; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=80; + +-- Quest "The Legend of Stalvan (Part 12)" +DELETE FROM `quest_details` WHERE `ID`=97; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(97,25,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=97; + +-- Quest "The Legend of Stalvan (Part 13)" +DELETE FROM `quest_details` WHERE `ID`=98; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(98,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=98; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=16 WHERE `ID`=98; + +-- Quest "Seasoned Wolf Kabobs" +DELETE FROM `quest_details` WHERE `ID`=90; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(90,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=90; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=90; + +-- Quest "The Night Watch" +DELETE FROM `quest_details` WHERE `ID`=56; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(56,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=56; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=56; + +-- Quest "The Night Watch (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=57; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(57,5,25,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=57; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=57; + +-- Quest "The Night Watch (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=58; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(58,5,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=58; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=58; + +-- Quest "Crime and Punishment" +DELETE FROM `quest_details` WHERE `ID`=377; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(377,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=377; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=5 WHERE `ID`=377; + +-- Quest "Worgen in the Woods (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=223; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(223,66,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=223; + +-- Quest "The Hermit" +DELETE FROM `quest_details` WHERE `ID`=165; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(165,1,0,0,0,0,0,0,0,0); + +-- Quest "Supplies from Darkshire" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=148; + +-- Quest "Ghost Hair Thread" +DELETE FROM `quest_details` WHERE `ID`=149; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(149,1,1,0,0,0,0,0,0,0); + +-- Quest "Return the Comb" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=154; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=154; + +-- Quest "Deliver the Thread" +DELETE FROM `quest_details` WHERE `ID`=157; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(157,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=157; + +-- Quest "Gather Rot Blossoms" +DELETE FROM `quest_details` WHERE `ID`=156; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(156,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=156; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=156; + +-- Quest "Juice Delivery" +DELETE FROM `quest_details` WHERE `ID`=159; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(159,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=159; + +-- Quest "Ghoulish Effigy" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=133; + +-- Quest "Ogre Thieves" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=134; + +-- Quest "Note to the Mayor" +DELETE FROM `quest_details` WHERE `ID`=160; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(160,11,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=160; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=160; + +-- Quest "Translate Abercrombie's Note" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=251; + +-- Quest "Translation to Ello" +DELETE FROM `quest_details` WHERE `ID`=252; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(252,5,0,0,0,0,0,0,0,0); + +-- Quest "Bride of the Embalmer" +DELETE FROM `quest_details` WHERE `ID`=253; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(253,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=253; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=253; + +-- Quest "Wolves at Our Heels" +DELETE FROM `quest_details` WHERE `ID`=226; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(226,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=226; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=226; + +-- Quest "Deliveries to Sven" +DELETE FROM `quest_details` WHERE `ID`=164; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(164,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=164; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=164; + +-- Quest "Sven's Revenge" +DELETE FROM `quest_details` WHERE `ID`=95; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(95,1,1,0,0,0,0,0,0,0); + +-- Quest "Sven's Revenge" +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=230; + +-- Quest "The Shadowy Figure" +DELETE FROM `quest_details` WHERE `ID`=262; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(262,1,20,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=262; + +-- Quest "The Shadowy Search Continues" +DELETE FROM `quest_details` WHERE `ID`=265; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(265,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=265; + +-- Quest "Inquire at the Inn" +DELETE FROM `quest_details` WHERE `ID`=266; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(266,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=266; + +-- Quest "Finding the Shadowy Figure" +DELETE FROM `quest_details` WHERE `ID`=453; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(453,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=453; + +-- Quest "Return to Sven" +DELETE FROM `quest_details` WHERE `ID`=268; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(268,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=268; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=268; + +-- Quest "Proving Your Worth" +DELETE FROM `quest_details` WHERE `ID`=323; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(323,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=323; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=323; + +-- Quest "Seeking Wisdom" +DELETE FROM `quest_details` WHERE `ID`=269; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(269,1,1,0,0,0,0,0,0,0); + +-- Quest "The Doomed Fleet" +DELETE FROM `quest_details` WHERE `ID`=270; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(270,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=270; + +-- Quest "Lightforge Iron" +DELETE FROM `quest_details` WHERE `ID`=321; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(321,1,1,0,0,0,0,0,0,0); + +-- Quest "The Lost Ingots" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=324; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=324; + +-- Quest "Blessed Arm" +DELETE FROM `quest_details` WHERE `ID`=322; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(322,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=322; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=322; + +-- Quest "Armed and Ready" +DELETE FROM `quest_details` WHERE `ID`=325; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(325,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=325; + +-- Quest "Morbent Fel" +DELETE FROM `quest_details` WHERE `ID`=55; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(55,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=55; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=55; + +-- Quest "The Weathered Grave" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=225; + +-- Quest "The Weathered Grave" +UPDATE `quest_offer_reward` SET `Emote1`=274, `Emote2`=6, `Emote3`=1, `Emote4`=1 WHERE `ID`=227; + +-- Quest "Mor'Ladim" +DELETE FROM `quest_details` WHERE `ID`=228; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(228,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=228; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=66 WHERE `ID`=228; + +-- Quest "The Daughter Who Lived" +DELETE FROM `quest_details` WHERE `ID`=229; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(229,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=229; + +-- Quest "A Daughter's Love" +DELETE FROM `quest_details` WHERE `ID`=231; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(231,1,2,0,0,0,1000,0,0,0); + +-- Quest "Raven Hill" +DELETE FROM `quest_details` WHERE `ID`=163; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(163,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=430 WHERE `ID`=163; + +-- Quest "Jitters' Growling Gut" +DELETE FROM `quest_details` WHERE `ID`=5; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5,5,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=5; + +-- Quest "Dusky Crab Cakes" +DELETE FROM `quest_details` WHERE `ID`=93; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(93,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=3, `EmoteOnComplete`=3 WHERE `ID`=93; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=1 WHERE `ID`=93; + +-- Quest "Return to Jitters" +DELETE FROM `quest_details` WHERE `ID`=240; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(240,4,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=240; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=240; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_06_world.sql new file mode 100644 index 00000000000..93a816bd11f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_06_world.sql @@ -0,0 +1,63 @@ +-- Captain Auric Sunchaser +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18745; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18745 AND `source_type`=0; +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 +(18745,0,0,0,38,0,100,0,1,1,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.58753,"Captain Auric Sunchaser - On Data Set - Set Orientation"), +(18745,0,1,0,38,0,100,0,2,2,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.53786,"Captain Auric Sunchaser - On Data Set - Set Orientation"); + +-- Lieutenant Gravelhammer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18713; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18713 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1871300,1871301,1871302) 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 +(18713,0,0,0,1,0,100,0,5000,15000,300000,900000,80,1871300,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - OOC - Run Script"), +(18713,0,1,0,40,0,100,0,4,18713,0,0,80,1871301,2,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Waypoint 4 Reached - Run Script"), +(18713,0,2,0,40,0,100,0,7,18713,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.153880,"Lieutenant Gravelhammer - On Waypoint 7 Reached - Set Orientation"), +(1871300,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Say Line 0"), +(1871300,9,1,0,0,0,100,0,11000,11000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Say Line 1"), +(1871300,9,2,0,0,0,100,0,5000,5000,0,0,53,0,18713,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Start Waypoint"), +(1871301,9,0,0,0,0,100,0,0,0,0,0,54,35000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Pause Waypoint"), +(1871301,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,0.259758,"Lieutenant Gravelhammer - On Script - Set Orientation"), +(1871301,9,2,0,0,0,100,0,200,200,0,0,45,1,1,0,0,0,0,19,18745,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Set Data to Captain Auric Sunchaser"), +(1871301,9,3,0,0,0,100,0,200,200,0,0,5,66,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Play Emote 'Salute'"), +(1871301,9,4,0,0,0,100,0,3000,3000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Say Line 2"), +(1871301,9,5,0,0,0,100,0,5000,5000,0,0,1,5,0,0,0,0,0,19,18745,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Say Line 5 (Captain Auric Sunchaser)"), +(1871301,9,6,0,0,0,100,0,6000,6000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Say Line 3"), +(1871301,9,7,0,0,0,100,0,8000,8000,0,0,1,6,0,0,0,0,0,19,18745,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Say Line 6 (Captain Auric Sunchaser)"), +(1871301,9,8,0,0,0,100,0,8000,8000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Say Line 4"), +(1871301,9,9,0,0,0,100,0,3000,3000,0,0,45,2,2,0,0,0,0,19,18745,0,0,0,0,0,0,"Lieutenant Gravelhammer - On Script - Set Data to Captain Auric Sunchaser"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (18713,18745); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18713,0,0,"Rifling through the stacks of books and scrolls on the table, Lieutenant Gravelhammer begins to examine one in particular with interest.",16,0,100,0,0,0,15827,0,"Lieutenant Gravelhammer"), +(18713,1,0,"What? What's this?!",12,7,100,5,0,0,15829,0,"Lieutenant Gravelhammer"), +(18713,1,1,"That is not even remotely imaginable!",12,7,100,5,0,0,15830,0,"Lieutenant Gravelhammer"), +(18713,1,2,"Looks like I picked a bad day to stop drinking.",12,7,100,5,0,0,15831,0,"Lieutenant Gravelhammer"), +(18713,1,3,"How did this get missed?!",12,7,100,5,0,0,15832,0,"Lieutenant Gravelhammer"), +(18713,2,0,"Cap'n, sir, we have a slight problem.",12,7,100,1,0,0,15833,0,"Lieutenant Gravelhammer"), +(18713,3,0,"As you say, sir. It would appear that someone failed to mention to me that the druids at the Cenarion Thicket have been wiped out!",12,7,100,1,0,0,15838,0,"Lieutenant Gravelhammer"), +(18713,3,1,"Bad news. We've been hit again. They're gone, but the front sentry tower is on fire.",12,7,100,1,0,0,15839,0,"Lieutenant Gravelhammer"), +(18713,3,2,"One of our merchants has gone missing!",12,7,100,1,0,0,15840,0,"Lieutenant Gravelhammer"), +(18713,3,3,"That group that recently arrived from Honor Hold -- they're mercs! They're starting to stir up trouble. Maybe I should have a talk with them?",12,7,100,1,0,0,15842,0,"Lieutenant Gravelhammer"), +(18713,3,4,"One of our scouts is reporting that a shadowy group has moved into the ruins of Grangol'var Village. Oops, this report is over a week old.",12,7,100,1,0,0,15843,0,"Lieutenant Gravelhammer"), +(18713,3,5,"We have reports from a scout in the field that one of the Cenarion druids has been taken captive up at Firewing Point.",12,7,100,1,0,0,15844,0,"Lieutenant Gravelhammer"), +(18713,4,0,"Aye, aye, sir. Right away!",12,7,100,66,0,0,15853,0,"Lieutenant Gravelhammer"), +(18745,5,0,"At ease, lieutenant. Go on.",12,7,100,66,0,0,15834,0,"Captain Auric Sunchaser"), +(18745,5,1,"What is it now, Gravel?",12,7,100,6,0,0,15835,0,"Captain Auric Sunchaser"), +(18745,5,2,"What else could possibly go wrong?",12,7,100,6,0,0,15836,0,"Captain Auric Sunchaser"), +(18745,5,3,"Yes, lieutenant? Report.",12,7,100,1,0,0,15837,0,"Captain Auric Sunchaser"), +(18745,6,0,"That's troubling news indeed. See to it that it's taken care of immediately!",12,7,100,1,0,0,15849,0,"Captain Auric Sunchaser"), +(18745,6,1,"I don't have time for this, lieutenant. Make sure that you handle it.",12,7,100,1,0,0,15850,0,"Captain Auric Sunchaser"), +(18745,6,2,"If we're to help with that in any way we'll need more people. Call some of the scouts in to help with that.",12,7,100,1,0,0,15851,0,"Captain Auric Sunchaser"), +(18745,6,3,"Lieutenant, I want you to make that your top priority. Notify anyone that you think can help.",12,7,100,1,0,0,15852,0,"Captain Auric Sunchaser"); + +-- WP +DELETE FROM `waypoints` WHERE `entry`=18713; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(18713,1,-3012.45019,3983.69726,3.10552,""), +(18713,2,-3011.6,3991.66,3.43526,""), +(18713,3,-3011.15,3993.25,4.07544,""), +(18713,4,-3010.1184,3994.7478,4.46475,""), +(18713,5,-3010.28,3994.08,4.46465,""), +(18713,6,-3012.069,3984.185,3.10552,""), +(18713,7,-3007.9,3978.22,3.10527,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_07_world_335.sql new file mode 100644 index 00000000000..3c70a7c4b9f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_07_world_335.sql @@ -0,0 +1,46 @@ +-- https://www.youtube.com/watch?v=cWnT_Qndfx0 +DELETE FROM `quest_greeting_locale` WHERE `ID` IN (237,238) AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (237, 0, 'deDE', 'In dieser Gegend gibt es wirklich nichts als Ärger. Ich habe versucht, den Dummkopf Saldean dazu zu bringen, sich aus dem Staub zu machen, solange das noch geht, aber er will einfach nicht hören. Aber ich bin kein Dummkopf. Verna und ich hauen ab, sobald wir diesen Wagen repariert haben.', 0); +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (238, 0, 'deDE', 'Manchmal denke ich, eine große dunkle Wolke schwebt über uns, aus der Unglück auf uns herabregnet. Erst werden wir von unserem Land vertrieben und jetzt kommen wir noch nicht einmal aus Westfall weg. Alles liegt im Argen. Es muss etwas geschehen.', 0); +UPDATE `quest_template_locale` SET `RequestItemsText`='Ihr habt die Besitzurkunde meines Hofes? Wie schön! Einige Grobiane haben sie vor etlichen Tagen gestohlen... Ich dachte schon, ich würde sie nie wieder sehen!$B$BBitte, gebt sie mir. Wir sind auf dem Weg, Westfall zu verlassen, und so schnell werden wir nicht wiederkommen, aber wenn, dann werden wir diese Dokumente brauchen.', `OfferRewardText`='Vielen, vielen Dank, $N! Wie schon gesagt, diese Gegend ist kein Ort mehr für ehrliche LEute, aber wenn die Dinge besser werden sollten, dann können wir mit dieser Besitzurkunde unser Land zurückfordern.$B$BIch habe nicht viel, was ich Euch anbieten kann, aber hier: Nehmt das.' WHERE `ID`=184 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=spso5ppt2rM +UPDATE `quest_template_locale` SET `OfferRewardText`='Meine Uhr! Oh, danke, danke vielmals, $g werter Herr:werte Dame;! $B$BWir sind nur arme Bauern und wir haben unser Land verloren, aber nehmt doch bitte dies als Zeichen unseres Dankes.', `RequestItemsText`='Ich nehm nicht an, dass Ihr meine Uhr gekriegt habt, oder?' WHERE Id=64 and `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Vielen herzlichen Dank, $N! Da wird sich die gute Graumähne aber freuen!', `RequestItemsText`='Graumähne kann sich kaum noch auf den Beinen halten. Habt Ihr zufällig etwas Hafer für sie finden können?' WHERE Id=151 and `locale`='deDE'; + +-- https://www.youtube.com/watch?v=eYg-qOlsTTY +DELETE FROM `quest_greeting_locale` WHERE `ID` = 235 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (235, 0, 'deDE', 'Willkommen in unserer bescheidenen Hütte! Wir freuen uns über jedes freundliche Gesicht. Und Ihr habt so starke Arme. Mein Mann und ich sind ständig auf der Suche nach jemandem, der uns auf dem Hof hilft. Jetzt, wo die ganzen guten Leute weg sind, ist es nicht einfach, kräftige Helfer zu bekommen.', 0); +UPDATE `quest_template_locale` SET `OfferRewardText`='Die Verna ist immer so ein liebes Mädchen gewesen! Wir werden sie hier in Westfall vermissen, aber ganz ehrlich und nur unter uns, sie ist ja eigentlich ein Stadtkind und deswegen wird sie sich in Sturmwind pudelwohl fühlen. Aber genug getratscht! Jetzt können wir Westfalleintopf kochen!', `RequestItemsText`='Ich werde die Verna Brauenwirbel sehr vermissen! Ich nehme nicht an, dass Ihr ihr auf dem Weg hierher begegnet seid?' WHERE Id=36 and `locale`='deDE'; +DELETE FROM `quest_greeting_locale` WHERE `ID` = 234 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (234, 0, 'deDE', 'In Westfall hat sich üble Verderbnis eingeschlichen. Während ich auf dem Schlachtfeld von Lordaeron meine Pflicht tat, wurden diese anständig geführten Höfe überfallen und zu Schlupfwinkeln für Schläger und Mörder umfunktioniert. Die Volksmiliz ist auf Eure Hilfe angewiesen.', 0); +UPDATE `quest_template_locale` SET `OfferRewardText`='Ah, mein Freund hat Euch also zu mir geschickt? Wie nett. $B$BNun, das Königshaus von Sturmwind hat unsere Sache aufgegeben. Jetzt ist es an der Volksmiliz, das Land von der Verderbnis zu befreien. Wenn Euch unsere Sache interessiert, so würde ich Eure Fertigkeiten im Kampf gern im Namen der Freiheit einsetzen.' WHERE Id=109 and `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Ihr seht aus, als hättet Ihr es eilig. Tja, dann seid Ihr hier genau richtig!', `OfferRewardText`='Ihr müsst diese Notiz nach Sturmwind bringen? Das ist kein Problem, Ihr könnt einen meiner Greifen nehmen!' WHERE `ID`=6181 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=K_7KPhnOpaE +UPDATE `quest_template_locale` SET `OfferRewardText`='Gute Arbeit, $Gmein Freund:meine Liebe;. Ihr habt Euch Eure Bezahlung redlich verdient. Wer weiß, vielleicht wird Westfall ja wieder aufblühen.' WHERE `ID`=9 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Dann bringt mir die folgenden Zutaten:$B$B3 Stücke sehniges Geierfleisch$B3 Geiferzahnschnauzen$B3 Murlocaugen$B3 Okraschoten', `OfferRewardText`='Das Okra wird die Brühe schön eindicken. Und jetzt geben wir nur noch das sehnige Geierfleisch, ein paar Murlocaugen und diese leckeren Geiferzahnschnauzen dazu. Und fertig! Ich möchte, dass Ihr für all Eure Hilfe den ersten Schwung Westfalleintopf bekommt, $N. Hier, nehmt!' WHERE `ID`=38 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr bereits 8 Tatzen dieser verräterischen Gnolle erlangt?', `OfferRewardText`='Gut gemacht, $N. Wenn tapfere Abenteurer wie Ihr selbst weiter Seite an Seite mit der Volksmiliz kämpfen, ist es durchaus möglich, dass Westfall wieder zu der reichen Kornkammer werden könnte, die es einmal war. Bitte nehmt dies in Anerkennung Eurer unermüdlichen Anstrengungen entgegen.' WHERE `ID`=102 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Gut gemacht, $N. Mein Späher hat Eure tapferen Taten beobachtet. Bis jetzt bewährt Ihr Euch recht gut.' WHERE `ID`=12 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Bringt mir 15 rote Lederkopftücher, ich werde Euch gut dafür bezahlen.', `OfferRewardText`='Gute Arbeit, $R. Bitte nehmt einen dieser Gegenstände als Bezahlung für Eure harte Arbeit an.' WHERE `ID`=153 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=5IGlYEuVnPc +UPDATE `quest_template_locale` SET `RequestItemsText`='Ich brauche für meine berühmte Fleischpastete nichts weiter als 8 Geiferzahnlebern!', `OfferRewardText`='Die sind genau richtig, $N! Vielen herzlichen Dank. Heute abend werden Bauer Saldean und ich königlich speisen. Und hier ist auch etwas für Euch, für Eure harte Arbeit. Bei mir muss $Gkein:keine; $C hungern.' WHERE `ID`=22 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Ihr habt Euren Wert für die Volksmiliz durch die tapferen Taten bewiesen, die Ihr bisher vollbracht habt.' WHERE `ID`=13 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=fWME8b81qUE +UPDATE `quest_template_locale` SET `RequestItemsText`='Ihr seid gereist, ja? Seid Ihr an irgendwelchen interessanten Orten gewesen?', `OfferRewardText`='Ah, eine Notiz von Quartiermeister Lewis? Es überrascht mich gar nicht, dass er mehr Ausrüstung braucht. Die Späherkuppe ist weit entfernt in einem Land, das Sturmwind fast vergessen hat.$B$BIch danke Euch, $N. Hier habt Ihr etwas Geld für Eure Reisespesen.' WHERE `ID`=6281 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Ihr seid hier, um mir mit meiner Lieferung zu helfen? Sehr gut!' WHERE `ID`=1097 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=BC41EGGfxFg +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr die Probe, $N? Der Fluss der Magie in Sturmwind und Elwynn wurde verändert; ich muss wissen, ob sie in das Wasser sickert.', `OfferRewardText`='Danke, $N. Ich werde das Wasser auf magische Eigenschaften hin prüfen. Hoffen wir, dass es keine enthält, sonst werden alle, die zu lange aus dem Spiegelese trinken, negativ beeinflusst.$B$BHier, $N. Nehmt diese Kugel oder diesen Stab als Zeichen dafür, dass Ihr mir gute Dienste geleistet habt. Was Ihr auch wählt, es möge Euch nützlich sein.' WHERE `ID`=1861 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=7v2-3zKkkVc +DELETE FROM `item_template_locale` WHERE `ID`=5397 AND `locale`='deDE'; +INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES (5397, 'deDE', 'Schießpulver der Defias','', 0); + +-- https://www.youtube.com/watch?v=9ZQ8uSDB8qM +UPDATE `quest_template_locale` SET `OfferRewardText`='Als ich Lordaeron, dieses besudelte Land, verließ, fand ich hier, in meiner Heimat, schlimme Zustände vor. Doch es besteht noch Hoffnung für Westfall. Wie Ihr durch Euren Heldenmut im Kampfe bewiesen habt, dient Ihr ganz offensichtlich ehrenvoll unserer Sache. Mit großem Stolz berufe ich Euch in die Volksmiliz ein. Möge das Licht über Euch leuchten.' WHERE `ID`=14 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=8-sXhLcEFXo +UPDATE `quest_template_locale` SET `RequestItemsText`='Ist das Schweiß auf Eurer Stirn, $Gder Herr:gnädige Frau;? Ihr habt Euch beim Laufen zu sehr verausgabt. Nehmt nächstes Mal einen Greifen!', `OfferRewardText`='Eine Kiste für Westfall, eh? Seid Ihr schon mal in Westfall gewesen? Falls ja, ist das kein Problem. Ich habe viele Greifen ausgebildet, damit sie diese Route fliegen können!' WHERE `ID`=6261 AND `locale`='deDE'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_08_world_335.sql new file mode 100644 index 00000000000..380e35b54a4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_23_08_world_335.sql @@ -0,0 +1,29 @@ +-- +SET @OGUID =1532; +DELETE FROM `gameobject` WHERE `guid`=@OGUID; +INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`animprogress`,`state`, `rotation2`, `rotation3`) VALUES +(@OGUID,103813,0,1,1,2388.808, 338.269, 37.013, 2.242750, 10, 255,1, -0.891996, -0.452044); + +UPDATE `gameobject_template` SET `ScriptName`="" WHERE `entry` IN (104593,176594); +UPDATE `gameobject_template_addon` SET `flags`=`flags`|16 WHERE `entry` IN (176594,103813); +UPDATE `gameobject_template` SET `ScriptName`="" WHERE `entry` IN (104593,176594); +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry` IN (104593); +UPDATE `creature_template` SET `AIName`="SmartAI", `type_flags`=`type_flags`|2048 WHERE `entry` IN (6390); +DELETE FROM `smart_scripts` WHERE `entryorguid`=104593 AND `source_type`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6390 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (639000,10459300) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(104593,1,0,0,70,0,100,0,2,0,0,0,0,80,10459300,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mausoleum Trigger - Gob activated - action list"), +(10459300,9,0,0,0,0,100,0,0,0,0,0,0,12,6390,3,180000,0,0,0,8,0,0,0,2390.26, 336.47, 40.01, 2.26,"Mausoleum Trigger - action list - Summon Ulag"), +(10459300,9,1,0,0,0,100,0,0,0,0,0,0,9,0,0,0,0,0,0,20,103813,50,0,0,0,0,0,"Mausoleum Trigger - action list - Activate gob"), +(10459300,9,2,0,0,0,100,0,3000,3000,0,0,0,9,0,0,0,0,0,0,20,176594,50,0,0,0,0,0,"Mausoleum Trigger - action list - Activate gob"), +(10459300,9,3,0,0,0,100,0,6000,6000,0,0,0,9,0,0,0,0,0,0,20,103813,50,0,0,0,0,0,"Mausoleum Trigger - action list - Activate gob"), +(6390,0,0,0,63,0,100,0,0,0,0,0,0,80,639000,2,0,0,0,0,1,0,0,0,0,0,0,0,"Ulag - On just summoned - action list"), +(639000,9,0,0,0,0,100,0,0,0,0,0,0,43,0,10721,0,0,0,0,1,0,0,0,0,0,0,0,"Ulag - action list - mount"), +(639000,9,1,0,0,0,100,0,4000,4000,0,0,0,69,0,0,0,0,0,0,8,0,0,0,2371.5554, 358.37, 38.092,0,"Ulag - action list - move to pos"), +(639000,9,2,0,0,0,100,0,4000,4000,0,0,0,43,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ulag - action list - desmount"), +(6390,0,1,0,7,0,100,0,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ulag - On evadde - despawn"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=104593; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,104593,1,0,29,1,6390,100,0,1,0,0,"","SAI triggers if Ulag is not summoned"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_24_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_24_00_world_335.sql new file mode 100644 index 00000000000..e7da478f1e9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_24_00_world_335.sql @@ -0,0 +1,20 @@ +DELETE FROM `creature` WHERE `guid` IN (73430,73431); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(73430, 25098, 593, 0, 0, 1, 1, 0, 0, 12.02558, 10.74244, 6.469477, 3.209558, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365), +(73431, 25096, 593, 0, 0, 1, 1, 0, 0, 18.07795, 0.47081, 12.1682, 3.162424, 120, 0, 0, 0, 0, 0, 0, 0, 0, 26365); + +DELETE FROM `gameobject` WHERE `guid` IN (1562,1569,1571,1589,1599,1602,1626,1636,1647); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(1562, 164760, 593, 0, 0, 1, 1, 18.34792, 0.59001, 6.063879, 0.2322455, 0, 0, -0.9304171, 0.3665025, 120, 255, 1, 16057), -- 164760 (Area: -1 - Difficulty: 0) +(1569, 164759, 593, 0, 0, 1, 1, 17.01325, -0.629518, 6.063879, 3.295296, 0, 0, 0.3296909, 0.9440889, 120, 255, 1, 16057), -- 164759 (Area: -1 - Difficulty: 0) +(1571, 164762, 593, 0, 0, 1, 1, 12.8419, -1.879445, 6.09668, 3.295296, 0, 0, 0.3296909, 0.9440889, 120, 255, 1, 16057), -- 164762 (Area: -1 - Difficulty: 0) +(1589, 164765, 593, 0, 0, 1, 1, 5.511603, 10.92695, 6.099214, 0.2322455, 0, 0, -0.9304171, 0.3665025, 120, 255, 1, 16057), -- 164765 (Area: -1 - Difficulty: 0) +(1599, 164767, 593, 0, 0, 1, 1, 39.21275, -2.40047, 6.098139, 5.302423, 0, 0, 0.9733791, 0.2292009, 120, 255, 1, 16057), -- 164767 (Area: -1 - Difficulty: 0) +(1602, 164761, 593, 0, 0, 1, 1, 14.22247, -0.64533, 6.09668, 0.2322455, 0, 0, -0.9304171, 0.3665025, 120, 255, 1, 16057), -- 164761 (Area: -1 - Difficulty: 0) +(1626, 164763, 593, 0, 0, 1, 1, 11.21061, 2.858814, 6.096821, 1.113635, 0, 0, -0.6851826, 0.7283714, 120, 255, 1, 16057), -- 164763 (Area: -1 - Difficulty: 0) +(1636, 164766, 593, 0, 0, 1, 1, 4.394278, 9.889936, 6.099214, 3.295296, 0, 0, 0.3296909, 0.9440889, 120, 255, 1, 16057), -- 164766 (Area: -1 - Difficulty: 0) +(1647, 164764, 593, 0, 0, 1, 1, 11.28877, 1.079107, 6.096821, 4.176688, 0, 0, 0.7009096, 0.7132501, 120, 255, 1, 16057); -- 164764 (Area: -1 - Difficulty: 0) + +DELETE FROM `creature_template_addon` WHERE `entry` IN (25098); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`) VALUES +(25098, 0, 0, 3, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_00_world.sql new file mode 100644 index 00000000000..41b29b735ad --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_00_world.sql @@ -0,0 +1,41 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (73432,73433,84486,84487,84489,84490,84503,84505); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(73432, 33710, 530, 0, 0, 1, 1, 0, 0, 8548.1, -7754.100, 118.607, 1.40439, 300, 8, 0, 156, 0, 1, 0, 0, 0, 0), +(73433, 33710, 530, 0, 0, 1, 1, 0, 0, 8594.34, -7815.63, 140.119, 1.56563, 300, 8, 0, 156, 0, 1, 0, 0, 0, 0), +(84486, 33710, 530, 0, 0, 1, 1, 0, 0, 8586.59, -7770.78, 136.252, 2.92054, 300, 8, 0, 156, 0, 1, 0, 0, 0, 0), +(84487, 33710, 530, 0, 0, 1, 1, 0, 0, 8523.49, -7711.34, 145.702, 3.74723, 300, 8, 0, 156, 0, 1, 0, 0, 0, 0), +(84489, 33710, 530, 0, 0, 1, 1, 0, 0, 8593.53, -7706.91, 138.27, 0.817381, 300, 8, 0, 156, 0, 1, 0, 0, 0, 0), +(84490, 33711, 530, 0, 0, 1, 1, 0, 0, 6978.07, -7336.59, 40.9312, 5.48650, 600, 0, 0, 273, 0, 2, 0, 0, 0, 0), +(84503, 33711, 530, 0, 0, 1, 1, 0, 0, 7623.59, -7638.87, 128.367, 5.14092, 600, 0, 0, 273, 0, 2, 0, 0, 0, 0), +(84505, 33711, 530, 0, 0, 1, 1, 0, 0, 7989.65, -7596.35, 126.338, 4.20237, 600, 0, 0, 273, 0, 2, 0, 0, 0, 0); + +UPDATE `creature_template` SET `unit_flags`=32768 WHERE `entry` IN (33710,33711); +DELETE FROM `creature_addon` WHERE `guid` IN (84490,84503,84505); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`) VALUES +(84490, 844900, 0, 0, 1), (84503, 845030, 0, 0, 1), (84505, 845050, 0, 0, 1); + +DELETE FROM `waypoint_data` WHERE `id` IN (844900,845030,845050); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES +(844900, 1, 6982.59, -7340.89, 38.8286, 5.6781), +(844900, 2, 6998.68, -7352.41, 36.3988, 5.6977), +(844900, 3, 7021.79, -7361.33, 35.6609, 6.0943), +(844900, 4, 7049.16, -7357.21, 31.9638, 0.1088), +(844900, 5, 7078.58, -7364.78, 37.4213, 5.5438), +(844900, 6, 7059.98, -7377.15, 35.6663, 3.5057), +(844900, 7, 7032.39, -7366.72, 35.1236, 3.0109), +(844900, 8, 7008.51, -7368.13, 37.2217, 3.5929), +(844900, 9, 6987.21, -7359.86, 37.6881, 2.5231), +(845030, 1, 7624.13, -7648.26, 128.025, 4.7058), +(845030, 2, 7630.63, -7666.89, 129.355, 5.2854), +(845030, 3, 7646.15, -7674.99, 127.317, 5.7873), +(845030, 4, 7655.93, -7670.98, 126.257, 1.0003), +(845030, 5, 7642.45, -7651.94, 126.725, 2.0197), +(845050, 1, 7987.38, -7604.32, 123.664, 4.3209), +(845050, 2, 7975.17, -7633.94, 119.96, 4.3641), +(845050, 3, 7959.57, -7657.42, 121.599, 3.9589), +(845050, 4, 7929.47, -7653.83, 117.318, 3.0690), +(845050, 5, 7908.85, -7632.77, 120.138, 2.3849), +(845050, 6, 7926.49, -7617.92, 119.668, 0.1795), +(845050, 7, 7950.33, -7612.84, 118.945, 0.4552), +(845050, 8, 7974.45, -7595.02, 122.506, 0.9288); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_01_world.sql new file mode 100644 index 00000000000..fc2f45fe82c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_01_world.sql @@ -0,0 +1,17 @@ +-- Freed Sha'tar Warrior +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768, `AIName`="SmartAI" WHERE `entry`=22459; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22459 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2245900) 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 +(22459,0,0,0,54,0,100,0,0,0,0,0,80,2245900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Freed Sha'tar Warrior - On Just sumoned - Run Script"), +(2245900,9,0,0,0,0,100,0,2000,2000,0,0,66,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Freed Sha'tar Warrior - On Script - Set Orientation"), +(2245900,9,1,0,0,0,100,0,1000,1000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Freed Sha'tar Warrior - On Script - Say One Line from group 1"), +(2245900,9,2,0,0,0,100,0,5000,5000,0,0,69,1,0,0,0,0,0,8,0,0,0,-3801.0559,4318.7333,5.0761,0,"Freed Sha'tar Warrior - On Script - Move To Position"), +(22459,0,1,0,34,0,100,0,0,1,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Freed Sha'tar Warrior - On movement informer - despawn"); + +DELETE FROM `creature_text` WHERE `CreatureID`=22459; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22459,1,0,"Praise the naaru, I'm saved. I will try to make it clear on my own.",12,7,100,5,0,0,20143,0,"Freed Sha'tar Warrior"), +(22459,1,1,"I'm hurt, but I can still run. Thank you, stranger.",12,7,100,5,0,0,20144,0,"Freed Sha'tar Warrior"), +(22459,1,2,"My thanks, stranger.",12,7,100,5,0,0,20145,0,"Freed Sha'tar Warrior"), +(22459,1,3,"I'm too weak to fight with you. Please find my friends.",12,7,100,5,0,0,20146,0,"Freed Sha'tar Warrior"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_02_world.sql new file mode 100644 index 00000000000..1de8464f959 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_02_world.sql @@ -0,0 +1,12 @@ +-- Sand Gnome +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=22483; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22483 AND `source_type`=0; +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 +(22483,0,0,0,54,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sand Gnome - On Just summoned - Say One Line from group 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=22483; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22483,0,0,"AAAAEEEEEEIIIIIIII!!!!",12,7,100,5,0,0,20308,0,"Sand Gnome"), +(22483,0,1,"AHHHH-YAAA-YAAA-YAAA!!!",12,7,100,5,0,0,20309,0,"Sand Gnome"), +(22483,0,2,"AWOOOOGAAAA!",12,7,100,5,0,0,20310,0,"Sand Gnome"), +(22483,0,3,"AYYAYAAYAA!",12,7,100,5,0,0,20311,0,"Sand Gnome"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_03_world_335.sql new file mode 100644 index 00000000000..c52380bc17c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_03_world_335.sql @@ -0,0 +1,57 @@ +-- Corporal Sethman +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1422; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1422 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=142200 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1422,0,0,0,20,0,100,0,330,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Corporal Sethman - On Quest 'Patrol Schedules' Finished - Store Targetlist"), +(1422,0,1,0,20,0,100,0,330,0,0,0,0,80,142200,0,0,0,0,0,1,0,0,0,0,0,0,0,"Corporal Sethman - On Quest 'Patrol Schedules' Finished - Run Script"), +(142200,9,0,0,0,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,19,1421,0,0,0,0,0,0,"Corporal Sethman - On Script - Set Data to Private Merle"), +(142200,9,1,0,0,0,100,0,0,0,0,0,0,100,1,0,0,0,0,0,19,1421,0,0,0,0,0,0,"Corporal Sethman - On Script - Send Target"); + +-- Private Merle +UPDATE `creature` SET `spawntimesecs`=10 WHERE `guid` IN (2243,1626); + +DELETE FROM `creature_text` WHERE `CreatureID`=1421; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1421,0,0,"Curse you, $n! One day, vengeance will be mine!",14,7,100,14,0,0,229,0,"Private Merle"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1421; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1421 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (142100,142101,142102,142103,142104) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1421,0,0,0,38,0,100,1,1,1,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Merle - On Data Set - Set Active On"), +(1421,0,1,0,38,0,100,1,1,1,0,0,0,53,1,1421,0,0,0,2,1,0,0,0,0,0,0,0,"Private Merle - On Data Set - Start Waypoint"), +(1421,0,2,0,38,0,100,1,1,1,0,0,0,2,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Merle - On Data Set - Set Faction 7"), +(1421,0,3,0,40,0,100,0,2,1421,0,0,0,80,142100,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Merle - On Waypoint 2 Reached - Run Script"), +(1421,0,4,0,40,0,100,0,14,1421,0,0,0,80,142101,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Merle - On Waypoint 14 Reached - Run Script"), +(142100,9,0,0,0,0,100,0,0,0,0,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Merle - On Script - Pause Waypoint"), +(142100,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Private Merle - On Script - Set Orientation"), +(142100,9,2,0,0,0,100,0,500,500,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Private Merle - On Script - Say Line 0"), +(142101,9,0,0,0,0,100,0,0,0,0,0,0,12,604,1,10000,0,0,0,8,0,0,0,-11293,-370.476,64.4972,3.08568,"Private Merle - On Script - Summon Creature 'Plague Spreader'"), +(142101,9,1,0,0,0,100,0,0,0,0,0,0,12,604,1,10000,0,0,0,8,0,0,0,-11295.3,-359.83,63.561,4.18131,"Private Merle - On Script - Summon Creature 'Plague Spreader'"), +(142101,9,2,0,0,0,100,0,0,0,0,0,0,12,604,1,10000,0,0,0,8,0,0,0,-11291,-364.689,64.1733,3.44304,"Private Merle - On Script - Summon Creature 'Plague Spreader'"), +(142101,9,3,0,0,0,100,0,5000,5000,0,0,0,2,33,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Merle - On Script - Set Faction 33"), +(142101,9,4,0,0,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,11,604,30,0,0,0,0,0,"Private Merle - On Script - Set Data to Plague Spreader"), +(142101,9,5,0,0,0,100,0,0,0,0,0,0,41,60000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Merle - On Script - Despawn in 60 seconds"); + +DELETE FROM `waypoints` WHERE `entry`=1421; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(1421,1,-11330.5,-224.416,75.2209,""), +(1421,2,-11321.5,-201.289,75.7666,""), +(1421,3,-11342.3,-212.545,75.2202,""), +(1421,4,-11371.4,-215.524,75.2802,""), +(1421,5,-11378.1,-225.526,74.0602,""), +(1421,6,-11380.6,-235.847,69.3212,""), +(1421,7,-11381.2,-253.24,64.1387,""), +(1421,8,-11388.2,-273.483,59.8605,""), +(1421,9,-11387.9,-287.5,59.4897,""), +(1421,10,-11381.8,-317.855,65.0236,""), +(1421,11,-11366.9,-365.866,65.9376,""), +(1421,12,-11355.5,-381.122,65.1301,""), +(1421,13,-11344.7,-381.814,65.1715,""), +(1421,14,-11300.1,-368.146,65.676,""); + +-- Plague Spreader +DELETE FROM `smart_scripts` WHERE `entryorguid`=604 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(604,0,2,0,38,0,100,0,1,1,0,0,0,49,0,0,0,0,0,0,19,1421,0,0,0,0,0,0,"Plague Spreader - On Data Set - Start Attacking"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_04_world_335.sql new file mode 100644 index 00000000000..6dbe122af7f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_25_04_world_335.sql @@ -0,0 +1,69 @@ +-- https://www.youtube.com/watch?v=gGKu84wMJ5c +UPDATE `quest_template_locale` SET `OfferRewardText`='Rotkammgnolle so nah an Elwynn? Es ist möglich, dass sie kurz vor einem Einfall in unsere Heimat stehen. Bald werden die Bewohner von Seenhain nicht die einzigen Menschen sein, die belagert werden!$B$BHier ist Euer Lohn, auch wenn Ihr uns schlechte Nachrichten bringt. Und es kommt auch noch zu einem schlechten Zeitpunkt, denn wir sind nicht gut dafür gerüstet.' WHERE `ID`=244 AND `locale`='deDE'; +DELETE FROM `quest_greeting_locale` WHERE `ID` = 344 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (344, 0, 'deDE', 'Wer ist $Gdieser:diese; $C, $Gder:die; sich vor das Gericht von Seenhain im Königreich Sturmwind begibt? Sagt, was Euer Anliegen in dieser Stadt ist, $R. Die Bedrohung des Königreichs durch die Orcs ist zu groß, um Zeit mit eitlem Geplauder zu vergeuden.', 0); + +-- https://www.youtube.com/watch?v=omitqR_o72s +UPDATE `creature_template_locale` SET `Name`='Darcy', `Title`='Kellnerin' WHERE `entry`=379 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='So, Starkmantel hat Euch geschickt, hm?$BNa ja, dem schulde ich noch was.' WHERE `ID`=65 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=yHWauA3888U +UPDATE `quest_template_locale` SET `RequestItemsText`='So, Darcy hat mir ein Mittagessen geschickt, wie? Sie hat wirklich ein gutes Herz. Na, dann mal her damit!', `OfferRewardText`='Vielen Dank, das Essen hatte ich jetzt wirklich nötig. Seenhain gegen die Orcs und Gnolle zu beschützen strengt ganz schön an.' WHERE `ID`=129 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=s7ew7aWht2c +UPDATE `quest_template_locale` SET `OfferRewardText`='<Stellvertreter Feldon hört sich Euren Bericht an.>$B$BDann lagert dort eine beachtliche Streitmacht Gnolle und nach dem, was Ihr mir erzählt habt, sind sie auch zäh. Es kann nicht leicht für Euch gewesen sein, diese Informationen zu beschaffen.$B$BHier, bitte schön, $N. Wir danken Euch für Eure Hilfe.$B$BUnd falls Ihr es noch nicht getan habt, sprecht in Seenhain auch mit Marschall Marris und Magistrat Solomon. Unsere Situation wird immer verzweifelter - die beiden werden Euch brauchen können, da bin ich mir sicher.' WHERE `ID`=246 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt ihr meine Werkzeuge finden können?', `OfferRewardText`='Das habt Ihr gut gemacht, $N! Ich hätte nie gedacht, dass ich diese Werkzeuge jemals wiedersehen würde.' WHERE `ID`=125 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Ihr habt wohl\'n paar Sonnenfische für mich, hm?', `OfferRewardText`='Schön, mit Euch Geschäfte zu machen, $GKumpel:Mädel;!' WHERE `ID`=127 AND `locale`='deDE'; +DELETE FROM `quest_greeting_locale` WHERE `ID`=342 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (342, 0, 'deDE', 'Seid gegrüßt, $N! Willkommen in meinem bescheidenen Garten. Das Wetter ist in letzter Zeit wirklich vorzüglich. Lasst uns hoffen, dass es bis zur Ernte anhält.', 0); +UPDATE `quest_template_locale` SET `OfferRewardText`='Ihr braucht einen Blumenstrauß? Ihr seid noch nicht sehr lange in der Stadt - habt Ihr Euch etwa schon eine Liebste angelacht?$B$BIch weiß, es gehört sich nicht, so neugierig zu sein, aber ich finde es einfach schön, dass Liebe in der Luft liegt... vor allem in gefährlichen Zeiten wie diesen.' WHERE `ID`=130 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Ich brauche immer noch 5 Stücke zähes Kondorfleisch, 5 große Geiferzahnschnauzen und 5 Portionen knuspriges Spinnenfleisch.', `OfferRewardText`='Gut gemacht, $N. Und so schöne Exemplare noch dazu! Dafür bekommt Ihr hier auch die köstliche Spezialität, die als Rotkammgulasch bekannt ist!' WHERE `ID`=92 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Da seid Ihr ja wieder, $N. Hat Parker das Mittagessen geschmeckt, das ich ihm geschickt habe?', `OfferRewardText`='Die Blumen sind wunderschön! Ich kann es kaum erwarten, sie ins Wasser zu stellen.$B$BAber wartet mal... das sind ja die Lieblingsblumen von Martie! Parker hat Euch doch wohl nicht etwa zu diesem missgünstigen Drachen geschickt, um die Blumen zu besorgen! Ihr habt ihr doch hoffentlich nicht gesagt, für wen die waren, oder? Falls doch, dann würde es mich nicht wundern, falls Martie die Blumen irgendwie vergiftet hätte.$B$BAber da könnt ihr ja nichts dafür. Vielen Dank - und hier habt Ihr auch Euer Essen.' WHERE `ID`=131 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=8-sXhLcEFXo +UPDATE `quest_template_locale` SET `RequestItemsText`='Diese Brücke wird sich nicht selber bauen! Also wo sind diese Eisenspitzen und Eisennieten?', `OfferRewardText`='Gute Arbeit, $N. Dieses Material wird den Brückenbau ganz enorm beschleunigen. Die kleine Schönheit hier wird im Handumdrehen repariert sein.' WHERE `ID`=89 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Hallo! Ich vermisse meine Halskette. Mein Papa hat sie mir geschenkt. Papa sagt, dass es Monster im See gibt. Habt Ihr irgendwelche Monster verhauen?', `OfferRewardText`='Vielen Dank, dass Ihr meine Halskette gefunden habt... Ihr seid sehr gütig! Auch mein Kätzchen dankt Euch... nicht wahr, Effsee?' WHERE `ID`=3741 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Ist das Schweiß auf Eurer Stirn, $Gder Herr:gnädige Frau;? Ihr habt Euch beim Laufen zu sehr verausgabt. Nehmt nächstes Mal einen Greifen!', `OfferRewardText`='Eine Kiste für Westfall, eh? Seid Ihr schon mal in Westfall gewesen? Falls ja, ist das kein Problem. Ich habe viele Greifen ausgebildet, damit sie diese Route fliegen können!' WHERE `ID`=6261 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Was bringt Ihr mir da?', `OfferRewardText`='Rührt Euch, $C.$B$BMagistrat Solomon ist ein guter Anführer, und seine Worte haben großes Gewicht für mich. Ich werde um eine Audienz beim König ersuchen und ihm die Lage verdeutlichen. Versichert dem guten Richter, dass er sich der Unterstützung der Armee von Sturmwind gewiss sein kann. Ich werde Verstärkung entsenden, sobald Seine Majestät den Befehl dazu gibt.' WHERE `ID`=120 AND `locale`='deDE'; + +-- english quest_greeting missing +DELETE FROM `quest_greeting_locale` WHERE `ID`=1646 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (1646, 0, 'deDE', 'Seid gegrüßt, ich bin Baros Alexston, Stadtarchitekt von Sturmwind.', 0); + +UPDATE `quest_template_locale` SET `RequestItemsText`='Ja? Kann ich Euch irgendwie helfen?', `OfferRewardText`='Edwin van Cleef, sagt Ihr? Mit einem Brief von meiner toten Großmutter hätte ich eher gerechnet... Ihr habt ihn also getötet? Verzeiht, wenn ich das sage, aber ich bin etwas überrascht. Er war ein unvergleichlicher Krieger in seinen jungen Jahren. Lasst mich mal sehen, weswegen er mir nach so vielen Jahren auf einmal schreiben muss.$B$B<Baros überfliegt den Brief.>$B$BEdwin... Die Jahre haben dich offensichtlich kein bisschen verändert, immer noch der alte Idealist und Romantiker. Es kümmert ihn nicht, wen er verletzt, $N. Die Rache hat ihn verzehrt. Allerdings weiß ich nicht, ob ich ihm daraus einen Vorwurf machen kann.' WHERE `ID`=373 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Was, beim Licht, wollt Ihr? Könnt Ihr nicht sehen, dass wir hier in einer Krisensituation sind?$B$BBazil Thredd?! Warum solltet Ihr mit diesem Trottel sprechen wollen? Woher soll ich wissen, ob Ihr nicht einer seiner Spießgesellen seid, der herkam, um ihm bei seinem verdammten Aufstand zu helfen? Wenn die verfluchten Zellen nicht alle offen wären, würde ich Euch für eine Weile in eine davon werfen!' WHERE `ID`=389 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=_mYDgkL5TpE +UPDATE `quest_template_locale` SET `RequestItemsText`='Sendet der General Nachricht? Ist Verstärkung unterwegs?', `OfferRewardText`='Ich danke Euch für die Zeit, die Ihr aufgewendet habt, $C. Für Eure Dienste an Seenhain und Sturmwind belohne ich Euch mit diesen Münzen.$B$BWenn Ihr mich jetzt entschuldigen wollt, diese Depesche stellt mich vor ein gewisses Rätsel. Irgendetwas stimmt in unserem Königreich nicht. Ich fürchte, dies ist erst der Anfang des Kampfes, nicht dessen Ende.' WHERE `ID`=121 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=D2mrzammjrk +UPDATE `quest_template_locale` SET `RequestItemsText`='Na, habt Ihr Orcs erschlagen, $N? Dann zeigt es mir.', `OfferRewardText`='Gut, jetzt sind es wesentlich weniger Orcs, um die wir uns sorgen müssen, danke.' WHERE `ID`=20 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=T8kq-VZFm0s +-- english quest_greeting missing +DELETE FROM `quest_greeting_locale` WHERE `ID`=382 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (382, 0, 'deDE', 'Ich habe keine Zeit zum Schwatzen, doch wenn Ihr gewillt seid, uns im Kampf gegen die Orcs beizustehen, dann finden wir schon etwas für Euch zu tun.', 0); + +UPDATE `quest_template_locale` SET `RequestItemsText`='Die Schwarzfelsorcs setzen uns noch immer stark unter Druck. Aber habt Ihr uns wenigstens von Tharil\'zun befreit?', `OfferRewardText`='Tharil\'zun war ein bösartiger, verschlagener Orc. Gut gemacht! Ich bin sicher, er war nicht leicht zu besiegen. Hier ist Eure Belohnung, $N.' WHERE `ID`=19 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Wie verläuft Euer Kampf gegen die Schattenzauberer? Habt Ihr die Mitternachtskugeln gefunden?', `OfferRewardText`='Ich danke Euch, $N. Ich werde diese Kugeln umgehend ihrer Beseitigung zuführen.' WHERE `ID`=115 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Habt Ihr die Flossen? Sputet Euch - diese Murlocs müssen vom See vertrieben werden!', `OfferRewardText`='Gut gemacht, $N. Ich hoffe, diese Murlocs haben Euch nicht zu viele Schwierigkeiten bereitet.$B$BEs ist seltsam, dass man sie so weit vom Meer entfernt sieht. Ich frage mich, ob sie hier sind, weil sie vor etwas davonlaufen...' WHERE `ID`=150 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Gebt 10 Schattenfellanhänger bei mir ab, dann erhaltet Ihr eine Belohnung.', `OfferRewardText`='Das Gericht von Seenhain weiß Euren Einsatz für die Gerechtigkeit zu schätzen, $N. Indem Ihr die Gesetze des Königreichs durchgesetzt habt, habt Ihr auch der Gerechtigkeit in diesem Land einen Sieg verschafft.' WHERE `ID`=91 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Welche Neuigkeiten bringt Ihr vor dieses Gericht?', `OfferRewardText`='Der üble Leutnant Fangor ist also tot? Endlich sind wir diese abscheuliche Kreatur los. Ihr seid sehr tapfer, $C. Die Stadt Seenhain dankt Euch für Eure Hilfe.' WHERE `ID`=180 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=5bjAzW0dOJE +UPDATE `quest_template_locale` SET `RequestItemsText`='Treibt Stopfwanst noch immer sein Unwesen, oder ist es Euch gelungen, Seenhain ein für alle Mal von dieser Plage zu befreien?', `OfferRewardText`='Endlich hat die Bedrohung ein Ende! Ich danke Euch, $N. Ihr habt mir einen großen Dienst erwiesen. Dieses Jahr wird mein Garten herrlich blühen!' WHERE `ID`=34 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=qiAOcw02sAc +UPDATE `quest_template_locale` SET `RequestItemsText`='Was bringt Ihr mir da, $R?', `OfferRewardText`='Ausgezeichnete Arbeit, $N! Gath\'llzogg führte diese Bestien in die Schlacht und war für den Tod vieler unschuldiger Menschen verantwortlich. Nun haben wir uns gerächt. Dies ist der erste Schritt zur Wiedereroberung der Burg für das Königreich Sturmwind!' WHERE `ID`=169 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `OfferRewardText`='Wie ich sehe, habt Ihr tapfer gegen den Schwarzfelsklan gekämpft, $C. Ihr habt unserem Ort wahrlich einen großen Dienst erwiesen.' WHERE `ID`=128 AND `locale`='deDE'; + +-- https://www.youtube.com/watch?v=YctAr5G1Ptg +-- english quest_greeting missing +DELETE FROM `quest_greeting_locale` WHERE `ID`=1719 AND `locale`='deDE'; +INSERT INTO `quest_greeting_locale` (`ID`, `Type`, `locale`, `Greeting`, `VerifiedBuild`) VALUES (1719, 0, 'deDE', 'Hier drüben, nutzloses Pack... ! Wenn Ihr etwas Sinnvolles tun wollt, dann hört genau zu!', 0); + +-- https://www.youtube.com/watch?v=_heIr-OyFvw +UPDATE `quest_template_locale` SET `OfferRewardText`='Eure Bemühungen im Verlies waren tapfer, $N. Es ist offensichtlich, dass dieses Problem etwas über unserer beider Fähigkeiten liegt. Aber Ihr habt Eure Sache gut gemacht, und dafür bin ich Euch dankbar.' WHERE `ID`=387 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Entweder bringt Ihr mir Thredds Kopf oder ich nehme mir den Euren, kapiert, $N?', `OfferRewardText`='Jetzt, wo Thredd sie nicht mehr anführen kann, ist der Aufstand hoffentlich eher unter Kontrolle zu bringen... Wir werden sehen.$B$BIch muss gestehen, dass ich nach einer halben Stunde kaum mehr erwartete, dass Ihr wieder herauskommen würdet, aber ich habe Euch wohl falsch eingeschätzt.$B$BIch nehme daher mal an, dass Ihr nicht viele nützliche Informationen aus ihm herausbekommen habt. Aber ich weiß bereits das eine oder andere über Thredds Aktivitäten, das für Euch von Interesse sein könnte.' WHERE `ID`=391 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Wie ich sehe, seid Ihr wieder zurück, $C. Habt Ihr bereits 10 rote Wollkopftücher der Defias von diesem Abschaum im Verlies gesammelt?', `OfferRewardText`='Diese Kopfwickel - diese schmutzigen Wahrzeichen der Korruption - sind es also, wofür mein Mac sterben musste? Was für eine Verschwendung. Welch tragisches Opfer.$B$BDoch leider kann ich nicht in die Vergangenheit zurückkehren. Wisset jedoch, $N, dass Ihr meiner Familie mit Euren Tagen Gerechtigkeit verschafft habt.' WHERE `ID`=388 AND `locale`='deDE'; +UPDATE `quest_template_locale` SET `RequestItemsText`='Wart Ihr bereits in Sturmwind, im Verlies? Ich fürchte, dass das falsche Spiel, das Targorr den Schrecklichen so lange am Leben erhalten hat, ihm irgendwann seine Freiheit wiederbringen wird. Er wurde zum Tode verurteilt, $N, nicht dazu, als Schachfigur in den politischen Plänen irgendeines Adeligen missbraucht zu werden.', `OfferRewardText`='Targorr den Schrecklichen hat endlich sein Schicksal ereilt. Es freut mich jedenfalls, zu hören, dass diese Bestie jetzt weiß, wie es ist, selbst im ewigen Griff des Todes zu stecken. Ihr habt Eure Sache gut gemacht, $N. Manchmal kann wahre Gerechtigkeit nur außerhalb des Gerichtssaales und der Kurzsichtigkeit der Politik gefunden werden.' WHERE `ID`=386 AND `locale`='deDE'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_26_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_26_00_world.sql new file mode 100644 index 00000000000..54cce9fc2f6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_26_00_world.sql @@ -0,0 +1,19 @@ +-- Cursed Ooze SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=7086; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7086 AND `source_type`=0; +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 +(7086, 0, 0, 0, 8, 0, 100, 1, 15698, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Ooze - On Spell Hit (Filling Empty Jar) - Despawn'); + +-- Tainted Ooze SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=7092; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7092 AND `source_type`=0; +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 +(7092, 0, 0, 0, 8, 0, 100, 1, 15699, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Tainted Ooze - On Spell Hit (Filling Empty Jar) - Despawn'), +(7092, 0, 1, 0, 9, 0, 100, 0, 0, 5, 180000, 180000,11,3335,0,0,0,0,0,2,0,0,0,0,0,0,0,"Tainted Ooze - Within 0-5 Range - Cast 'Dark Sludge'"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry` IN (15698,15699); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(17, 0, 15698, 0, 0, 31, 1, 3, 7086, 0, 0, 0, 0, '', "'Filling Empty Jar' must target Cursed Ooze"), +(17, 0, 15698, 0, 0, 36, 1, 0, 0, 0, 1, 0, 0, '', "'Filling Empty Jar' - Target must be dead"), +(17, 0, 15699, 0, 0, 31, 1, 3, 7092, 0, 0, 0, 0, '', "'Filling Empty Jar' must target Tainted Ooze"), +(17, 0, 15699, 0, 0, 36, 1, 0, 0, 0, 1, 0, 0, '', "'Filling Empty Jar' - Target must be dead"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_06_27_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_27_00_world_335.sql new file mode 100644 index 00000000000..e40517fdb67 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_06_27_00_world_335.sql @@ -0,0 +1,840 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (5345, 5131, 5433, 5640, 4846, 41915,120699,4861, 42956,4987, 42971,35547,35568,5065, 42064,35570,35478,5395, 35444,5028, 35442,5171, 5230, 5449, 4750, 5024, 5584, 5505, 4757, 42062,5059, 120619, 35463,5481, 5334,5217, 5373, 5091, 4653, 35545, 120343,5448, 4979,42063, 120638,5661, 42061,35450,5462, 35486,5349, 5397, 5446, 35525,5039, 5232, 5350, 5357, 5456, 35502,5460, 5339, 4973, 40133,5255, 5111, 4674, 5068, 4650, 5210, 35571,5457, 5023, 5402, 35527,5093, 5367, 5341, 4705, 5098, 120342,35514,5443, 35455,35511,35537,4687, 35513,120346,4694, 35454,35479,5155, 5104, 5102, 35490,120345,35519,4758, 35534,5480, 5478, 5332, 35535,35491,35443,35536,35492); +DELETE FROM `gameobject` WHERE `guid` IN (1672,1673,1679,1681,1682,1684,1687,1694,1703,1706,1708,1716,1719,1725,1739,1774,1778,1785,1794,1829,1862,1870,1909,1956,1969,2025,2111,2148,2164,2218,2307,2374,2485,2510,2550,2721,2964,2966,2969,2970,3030,3031,3034,3038,3062,3074,3091,3111,3112,3127,3151,3176,3218,3219,3280,3332,3362,3435,3470,3545,3555,3564,3607,3608,3609,3610,3629,3661,3671,3676,3699,3799,3853,3859,3873,3892,3897,3899,3901,3905,3918,3920,3930,3931,3933,3940,3947,3948,3956,3959,3966,3972,3973,3975,3976,3978,3980,3981,3986,3992,3997,3999,4001,4002,4010,4011,4012,4013,4015,4016,4017,4020,4022,4023,4026,4031,4038,4040,4046,4051,4056,4057,4058,4062,4068,4069,4072,4074,4075,4076,4078,4081,4083,4087,4090,4091,4094,4098,4099,4102,4104,4105,4106,4109,4113,4114,4119,4121,4122,4123,4124,4129,4132,4133,4141,4144,4146,4147,4148,4151,4154,4156,4157,4158,4159,4161,4162,4163,4168,4171,4172,4175,4176,4177,4180,4182,4184,4188,4191,4192,4195,4201,4203,4204,4208,4213,4214,4215,4228,4230,4231,4236,4240,4244,4245,4247,4250,4256,4257,4260,4262,4263,4271,4278,4287,4296,4322,4337,4354,4366,4371,4385,4393,4403,4408,4444,4445,4449,4450,4459,4464,4467,4469,4472,4492,4497,4498,4545,4552,4554,4556,4559,4563,4566,4569,4572,4574,4576,4578,4580,4584,4586,4588,4590,4592,4614,4620,4622,4644,4650,4653,4674,4686,4687,4694,4699,4705,4707,4709,4721,4731,4739,4750,4751,4753,4757,4758,4777,4790,4793,4798,4814,4819,4821,4827,4833,4835,4838,4840,4846,4849,4859,4861,4923,4947,4973,4979,4987,4996,5004,5009,5014,5017,5023,5024,5028,5039,5050,5056,5059,5060,5065,5068,5086,5091,5093,5098,5102,5104); +DELETE FROM `gameobject_addon` WHERE `guid` IN (5345, 5131, 5433, 5640, 4846, 41915,120699,4861, 42956,4987, 42971,35547,35568,5065, 42064,35570,35478,5395, 35444,5028, 35442,5171, 5230, 5449, 4750, 5024, 5584, 5505, 4757, 42062,5059, 120619, 35463,5481, 5334,5217, 5373, 5091, 4653, 35545, 120343,5448, 4979,42063, 120638,5661, 42061,35450,5462, 35486,5349, 5397, 5446, 35525,5039, 5232, 5350, 5357, 5456, 35502,5460, 5339, 4973, 40133,5255, 5111, 4674, 5068, 4650, 5210, 35571,5457, 5023, 5402, 35527,5093, 5367, 5341, 4705, 5098, 120342,35514,5443, 35455,35511,35537,4687, 35513,120346,4694, 35454,35479,5155, 5104, 5102, 35490,120345,35519,4758, 35534,5480, 5478, 5332, 35535,35491,35443,35536,35492); +DELETE FROM `spawn_group` WHERE `SpawnId` IN (5111,5131,5155,5171,5210,5217,5230,5232,5255,5332,5334,5339,5341,5345,5349,5350,5357,5367,5373,5395,5397,5402,5433,5443,5446,5448,5449,5456,5457,5460,5462,5478,5480,5481,5505,5584,5640,5661,35442,35443,35444,35450,35454,35455,35463,35478,35479,35486,35490,35491,35492,35502,35511,35513,35514,35519,35525,35527,35534,35535,35536,35537,35545,35547,35568,35570,35571,40133,41915,42061,42062,42063,42064,42956,42971,120342,120343,120345,120346,120619,120638,120699) AND `spawnType`=1; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(1672, 1731, 0, 130, 230, 1, 1, -766, 1328.19, 77.905, 3.858, 0, 0, 0.936528, -0.350592, 900, 100, 1), +(1673, 1732, 0, 130, 230, 1, 1, -766, 1328.19, 77.905, 3.858, 0, 0, 0.936528, -0.350592, 900, 100, 1), +(1679, 1733, 0, 130, 230, 1, 1, -766, 1328.19, 77.905, 3.858, 0, 0, 0.936528, -0.350592, 900, 100, 1), +(1681, 1731, 0, 130, 130, 1, 1, -710, 1204.41, 90.622, 0.044, 0, 0, 0.0219982, 0.999758, 900, 100, 1), +(1682, 1732, 0, 130, 130, 1, 1, -710, 1204.41, 90.622, 0.044, 0, 0, 0.0219982, 0.999758, 900, 100, 1), +(1684, 1733, 0, 130, 130, 1, 1, -710, 1204.41, 90.622, 0.044, 0, 0, 0.0219982, 0.999758, 900, 100, 1), +(1687, 1731, 0, 130, 230, 1, 1, -635, 1599.98, 16.259, 1.866, 0, 0, 0.80341, 0.595426, 900, 100, 1), +(1694, 1732, 0, 130, 230, 1, 1, -635, 1599.98, 16.259, 1.866, 0, 0, 0.80341, 0.595426, 900, 100, 1), +(1703, 1733, 0, 130, 230, 1, 1, -635, 1599.98, 16.259, 1.866, 0, 0, 0.80341, 0.595426, 900, 100, 1), +(1706, 1731, 0, 130, 130, 1, 1, -597, 896.095, 99.877, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(1708, 1732, 0, 130, 130, 1, 1, -597, 896.095, 99.877, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(1716, 1733, 0, 130, 130, 1, 1, -597, 896.095, 99.877, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(1719, 1731, 0, 130, 130, 1, 1, -581, 1097.44, 90.111, 1.239, 0, 0, 0.580628, 0.814169, 900, 100, 1), +(1725, 1732, 0, 130, 130, 1, 1, -581, 1097.44, 90.111, 1.239, 0, 0, 0.580628, 0.814169, 900, 100, 1), +(1739, 1733, 0, 130, 130, 1, 1, -581, 1097.44, 90.111, 1.239, 0, 0, 0.580628, 0.814169, 900, 100, 1), +(1774, 1731, 0, 130, 306, 1, 1, -577.718, 1709.77, 22.0632, -1.13446, 0, 0, -0.537298, 0.843393, 900, 100, 1), +(1778, 1732, 0, 130, 306, 1, 1, -577.718, 1709.77, 22.0632, -1.13446, 0, 0, -0.537298, 0.843393, 900, 100, 1), +(1785, 1733, 0, 130, 306, 1, 1, -577.718, 1709.77, 22.0632, -1.13446, 0, 0, -0.537298, 0.843393, 900, 100, 1), +(1794, 1731, 0, 130, 130, 1, 1, -476.366, 1585.88, 17.7124, -0.157079, 0, 0, -0.0784588, 0.996917, 900, 255, 1), +(1829, 1732, 0, 130, 130, 1, 1, -476.366, 1585.88, 17.7124, -0.157079, 0, 0, -0.0784588, 0.996917, 900, 255, 1), +(1862, 1733, 0, 130, 130, 1, 1, -476.366, 1585.88, 17.7124, -0.157079, 0, 0, -0.0784588, 0.996917, 900, 255, 1), +(1870, 1731, 0, 130, 130, 1, 1, -473.576, 1463.86, 27.1123, 0.261798, 0, 0, 0.130525, 0.991445, 900, 255, 1), +(1909, 1732, 0, 130, 130, 1, 1, -473.576, 1463.86, 27.1123, 0.261798, 0, 0, 0.130525, 0.991445, 900, 255, 1), +(1956, 1733, 0, 130, 130, 1, 1, -473.576, 1463.86, 27.1123, 0.261798, 0, 0, 0.130525, 0.991445, 900, 255, 1), +(1969, 1731, 0, 130, 306, 1, 1, -447, 1648.44, 13.009, 2.867, 0, 0, 0.99059, 0.136865, 900, 100, 1), +(2025, 1732, 0, 130, 306, 1, 1, -447, 1648.44, 13.009, 2.867, 0, 0, 0.99059, 0.136865, 900, 100, 1), +(2111, 1733, 0, 130, 306, 1, 1, -447, 1648.44, 13.009, 2.867, 0, 0, 0.99059, 0.136865, 900, 100, 1), +(2148, 1731, 0, 130, 231, 1, 1, -446.868, 957.278, 100.316, -0.314159, 0, 0, -0.156434, 0.987688, 900, 100, 1), +(2164, 1732, 0, 130, 231, 1, 1, -446.868, 957.278, 100.316, -0.314159, 0, 0, -0.156434, 0.987688, 900, 100, 1), +(2218, 1733, 0, 130, 231, 1, 1, -446.868, 957.278, 100.316, -0.314159, 0, 0, -0.156434, 0.987688, 900, 100, 1), +(2307, 1731, 0, 130, 231, 1, 1, -355.735, 946.503, 130.654, -1.51844, 0, 0, -0.688356, 0.725373, 900, 100, 1), +(2374, 1732, 0, 130, 231, 1, 1, -355.735, 946.503, 130.654, -1.51844, 0, 0, -0.688356, 0.725373, 900, 100, 1), +(2485, 1733, 0, 130, 231, 1, 1, -355.735, 946.503, 130.654, -1.51844, 0, 0, -0.688356, 0.725373, 900, 100, 1), +(2510, 1731, 0, 130, 231, 1, 1, -349, 992.667, 126.913, 2.678, 0, 0, 0.973255, 0.229726, 900, 100, 1), +(2550, 1732, 0, 130, 231, 1, 1, -349, 992.667, 126.913, 2.678, 0, 0, 0.973255, 0.229726, 900, 100, 1), +(2721, 1733, 0, 130, 231, 1, 1, -349, 992.667, 126.913, 2.678, 0, 0, 0.973255, 0.229726, 900, 100, 1), +(2964, 1731, 0, 130, 306, 1, 1, -342.521, 1673.51, 25.3212, -0.471239, 0, 0, -0.233445, 0.97237, 900, 100, 1), +(2966, 1732, 0, 130, 306, 1, 1, -342.521, 1673.51, 25.3212, -0.471239, 0, 0, -0.233445, 0.97237, 900, 100, 1), +(2969, 1733, 0, 130, 306, 1, 1, -342.521, 1673.51, 25.3212, -0.471239, 0, 0, -0.233445, 0.97237, 900, 100, 1), +(2970, 1731, 0, 130, 231, 1, 1, -330.949, 975.041, 131.184, -1.06465, 0, 0, -0.507538, 0.861629, 900, 100, 1), +(3030, 1732, 0, 130, 231, 1, 1, -330.949, 975.041, 131.184, -1.06465, 0, 0, -0.507538, 0.861629, 900, 100, 1), +(3031, 1733, 0, 130, 231, 1, 1, -330.949, 975.041, 131.184, -1.06465, 0, 0, -0.507538, 0.861629, 900, 100, 1), +(3034, 1731, 0, 130, 231, 1, 1, -320.98, 1055.17, 118.64, 1.69297, 0, 0, 0.748956, 0.66262, 900, 100, 1), +(3038, 1732, 0, 130, 231, 1, 1, -320.98, 1055.17, 118.64, 1.69297, 0, 0, 0.748956, 0.66262, 900, 100, 1), +(3062, 1733, 0, 130, 231, 1, 1, -320.98, 1055.17, 118.64, 1.69297, 0, 0, 0.748956, 0.66262, 900, 100, 1), +(3074, 1731, 0, 130, 231, 1, 1, -319, 990.09, 124.668, 2.398, 0, 0, 0.931676, 0.36329, 900, 100, 1), +(3091, 1732, 0, 130, 231, 1, 1, -319, 990.09, 124.668, 2.398, 0, 0, 0.931676, 0.36329, 900, 100, 1), +(3111, 1733, 0, 130, 231, 1, 1, -319, 990.09, 124.668, 2.398, 0, 0, 0.931676, 0.36329, 900, 100, 1), +(3112, 1731, 0, 130, 231, 1, 1, -313.933, 936.846, 131.932, 2.14675, 0, 0, 0.878816, 0.477161, 900, 100, 1), +(3127, 1732, 0, 130, 231, 1, 1, -313.933, 936.846, 131.932, 2.14675, 0, 0, 0.878816, 0.477161, 900, 100, 1), +(3151, 1733, 0, 130, 231, 1, 1, -313.933, 936.846, 131.932, 2.14675, 0, 0, 0.878816, 0.477161, 900, 100, 1), +(3176, 1731, 0, 130, 231, 1, 1, -312, 944.819, 131.909, 6.117, 0, 0, 0.082997, -0.99655, 900, 100, 1), +(3218, 1732, 0, 130, 231, 1, 1, -312, 944.819, 131.909, 6.117, 0, 0, 0.082997, -0.99655, 900, 100, 1), +(3219, 1733, 0, 130, 231, 1, 1, -312, 944.819, 131.909, 6.117, 0, 0, 0.082997, -0.99655, 900, 100, 1), +(3280, 1731, 0, 130, 306, 1, 1, -270.097, 1766.84, -4.27097, -0.2618, 0, 0, -0.130526, 0.991445, 900, 100, 1), +(3332, 1732, 0, 130, 306, 1, 1, -270.097, 1766.84, -4.27097, -0.2618, 0, 0, -0.130526, 0.991445, 900, 100, 1), +(3362, 1733, 0, 130, 306, 1, 1, -270.097, 1766.84, -4.27097, -0.2618, 0, 0, -0.130526, 0.991445, 900, 100, 1), +(3435, 1731, 0, 130, 236, 1, 1, -262, 1496.29, 47.785, 0.859, 0, 0, 0.416416, 0.909174, 900, 100, 1), +(3470, 1732, 0, 130, 236, 1, 1, -262, 1496.29, 47.785, 0.859, 0, 0, 0.416416, 0.909174, 900, 100, 1), +(3545, 1733, 0, 130, 236, 1, 1, -262, 1496.29, 47.785, 0.859, 0, 0, 0.416416, 0.909174, 900, 100, 1), +(3555, 1731, 0, 130, 236, 1, 1, -249, 1431.17, 40.295, 6.117, 0, 0, 0.416416, 0.909174, 900, 100, 1), +(3564, 1732, 0, 130, 236, 1, 1, -249, 1431.17, 40.295, 6.117, 0, 0, 0.416416, 0.909174, 900, 100, 1), +(3607, 1733, 0, 130, 236, 1, 1, -249, 1431.17, 40.295, 6.117, 0, 0, 0.416416, 0.909174, 900, 100, 1), +(3608, 1731, 0, 130, 130, 1, 1, -234, 1297.04, 46.842, 1.451, 0, 0, 0.66351, 0.748168, 900, 100, 1), +(3609, 1732, 0, 130, 130, 1, 1, -234, 1297.04, 46.842, 1.451, 0, 0, 0.66351, 0.748168, 900, 100, 1), +(3610, 1733, 0, 130, 130, 1, 1, -234, 1297.04, 46.842, 1.451, 0, 0, 0.66351, 0.748168, 900, 100, 1), +(3629, 1731, 0, 130, 130, 1, 1, -142.785, 1280.16, 54.9085, -2.58308, 0, 0, -0.961261, 0.275641, 900, 255, 1), +(3661, 1732, 0, 130, 130, 1, 1, -142.785, 1280.16, 54.9085, -2.58308, 0, 0, -0.961261, 0.275641, 900, 255, 1), +(3671, 1733, 0, 130, 130, 1, 1, -142.785, 1280.16, 54.9085, -2.58308, 0, 0, -0.961261, 0.275641, 900, 255, 1), +(3676, 1731, 0, 130, 130, 1, 1, -123, 1353.89, 94.635, 2.726, 0, 0, 0.978488, 0.206304, 900, 100, 1), +(3699, 1732, 0, 130, 130, 1, 1, -123, 1353.89, 94.635, 2.726, 0, 0, 0.978488, 0.206304, 900, 100, 1), +(3799, 1733, 0, 130, 130, 1, 1, -123, 1353.89, 94.635, 2.726, 0, 0, 0.978488, 0.206304, 900, 100, 1), +(3853, 1731, 0, 130, 233, 1, 1, -42, 931.599, 71.19, 2.967, 0, 0, 0.996192, 0.0871855, 900, 100, 1), +(3859, 1732, 0, 130, 233, 1, 1, -42, 931.599, 71.19, 2.967, 0, 0, 0.996192, 0.0871855, 900, 100, 1), +(3873, 1733, 0, 130, 233, 1, 1, -42, 931.599, 71.19, 2.967, 0, 0, 0.996192, 0.0871855, 900, 100, 1), +(3892, 1731, 0, 130, 229, 1, 1, 76.749, 1519.76, 126.18, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(3897, 1732, 0, 130, 229, 1, 1, 76.749, 1519.76, 126.18, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(3899, 1733, 0, 130, 229, 1, 1, 76.749, 1519.76, 126.18, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(3901, 1731, 0, 130, 130, 1, 1, 96.613, 1030.55, 124.76, 3.651, 0, 0, 0.967738, -0.251959, 900, 100, 1), +(3905, 1732, 0, 130, 130, 1, 1, 96.613, 1030.55, 124.76, 3.651, 0, 0, 0.967738, -0.251959, 900, 100, 1), +(3918, 1733, 0, 130, 130, 1, 1, 96.613, 1030.55, 124.76, 3.651, 0, 0, 0.967738, -0.251959, 900, 100, 1), +(3920, 1731, 0, 130, 130, 1, 1, 129.166, 1097.66, 87.4431, 0.680678, 0, 0, 0.333807, 0.942642, 900, 100, 1), +(3930, 1732, 0, 130, 130, 1, 1, 129.166, 1097.66, 87.4431, 0.680678, 0, 0, 0.333807, 0.942642, 900, 100, 1), +(3931, 1733, 0, 130, 130, 1, 1, 129.166, 1097.66, 87.4431, 0.680678, 0, 0, 0.333807, 0.942642, 900, 100, 1), +(3933, 1731, 0, 130, 130, 1, 1, 180.635, 1062.78, 92.608, 4.751, 0, 0, 0.693325, -0.720625, 900, 100, 1), +(3940, 1732, 0, 130, 130, 1, 1, 180.635, 1062.78, 92.608, 4.751, 0, 0, 0.693325, -0.720625, 900, 100, 1), +(3947, 1733, 0, 130, 130, 1, 1, 180.635, 1062.78, 92.608, 4.751, 0, 0, 0.693325, -0.720625, 900, 100, 1), +(3948, 1731, 0, 130, 130, 1, 1, 192.598, 601.971, 50.1232, 2.40855, 0, 0, 0.93358, 0.35837, 900, 255, 1), +(3956, 1732, 0, 130, 130, 1, 1, 192.598, 601.971, 50.1232, 2.40855, 0, 0, 0.93358, 0.35837, 900, 255, 1), +(3959, 1733, 0, 130, 130, 1, 1, 192.598, 601.971, 50.1232, 2.40855, 0, 0, 0.93358, 0.35837, 900, 255, 1), +(3966, 1731, 0, 130, 130, 1, 1, 209.418, 1682.83, 164.493, 0.20944, 0, 0, 0.104529, 0.994522, 900, 100, 1), +(3972, 1732, 0, 130, 130, 1, 1, 209.418, 1682.83, 164.493, 0.20944, 0, 0, 0.104529, 0.994522, 900, 100, 1), +(3973, 1733, 0, 130, 130, 1, 1, 209.418, 1682.83, 164.493, 0.20944, 0, 0, 0.104529, 0.994522, 900, 100, 1), +(3975, 1731, 0, 130, 229, 1, 1, 227.436, 1485.74, 143.122, 2.797, 0, 0, 0.985194, 0.171445, 900, 100, 1), +(3976, 1732, 0, 130, 229, 1, 1, 227.436, 1485.74, 143.122, 2.797, 0, 0, 0.985194, 0.171445, 900, 100, 1), +(3978, 1733, 0, 130, 229, 1, 1, 227.436, 1485.74, 143.122, 2.797, 0, 0, 0.985194, 0.171445, 900, 100, 1), +(3980, 1731, 0, 130, 130, 1, 1, 229.32, 1514.23, 153.349, 2.077, 0, 0, 0.861644, 0.507513, 900, 100, 1), +(3981, 1732, 0, 130, 130, 1, 1, 229.32, 1514.23, 153.349, 2.077, 0, 0, 0.861644, 0.507513, 900, 100, 1), +(3986, 1733, 0, 130, 130, 1, 1, 229.32, 1514.23, 153.349, 2.077, 0, 0, 0.861644, 0.507513, 900, 100, 1), +(3992, 1731, 0, 130, 130, 1, 1, 266, 1074.96, 96.534, 5.809, 0, 0, 0.234878, -0.972025, 900, 100, 1), +(3997, 1732, 0, 130, 130, 1, 1, 266, 1074.96, 96.534, 5.809, 0, 0, 0.234878, -0.972025, 900, 100, 1), +(3999, 1733, 0, 130, 130, 1, 1, 266, 1074.96, 96.534, 5.809, 0, 0, 0.234878, -0.972025, 900, 100, 1), +(4001, 1731, 0, 130, 130, 1, 1, 271.289, 1564.88, 149.205, 1.426, 0, 0, 0.654106, 0.756403, 900, 100, 1), +(4002, 1732, 0, 130, 130, 1, 1, 271.289, 1564.88, 149.205, 1.426, 0, 0, 0.654106, 0.756403, 900, 100, 1), +(4010, 1733, 0, 130, 130, 1, 1, 271.289, 1564.88, 149.205, 1.426, 0, 0, 0.654106, 0.756403, 900, 100, 1), +(4011, 1731, 0, 130, 130, 1, 1, 298.83, 1183.47, 90.898, 4.294, 0, 0, 0.838537, -0.544845, 900, 100, 1), +(4012, 1732, 0, 130, 130, 1, 1, 298.83, 1183.47, 90.898, 4.294, 0, 0, 0.838537, -0.544845, 900, 100, 1), +(4013, 1733, 0, 130, 130, 1, 1, 298.83, 1183.47, 90.898, 4.294, 0, 0, 0.838537, -0.544845, 900, 100, 1), +(4015, 1731, 0, 130, 130, 1, 1, 306.395, 1558.8, 134.429, 1.798, 0, 0, 0.782705, 0.622393, 900, 100, 1), +(4016, 1732, 0, 130, 130, 1, 1, 306.395, 1558.8, 134.429, 1.798, 0, 0, 0.782705, 0.622393, 900, 100, 1), +(4017, 1733, 0, 130, 130, 1, 1, 306.395, 1558.8, 134.429, 1.798, 0, 0, 0.782705, 0.622393, 900, 100, 1), +(4020, 1731, 0, 130, 130, 1, 1, 315.29, 1409.67, 136.68, 2.51327, 0, 0, 0.951056, 0.309019, 900, 100, 1), +(4022, 1732, 0, 130, 130, 1, 1, 315.29, 1409.67, 136.68, 2.51327, 0, 0, 0.951056, 0.309019, 900, 100, 1), +(4023, 1733, 0, 130, 130, 1, 1, 315.29, 1409.67, 136.68, 2.51327, 0, 0, 0.951056, 0.309019, 900, 100, 1), +(4026, 1731, 0, 130, 213, 1, 1, 360.693, 1067.62, 105.336, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1), +(4031, 1732, 0, 130, 213, 1, 1, 360.693, 1067.62, 105.336, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1), +(4038, 1733, 0, 130, 213, 1, 1, 360.693, 1067.62, 105.336, 0.872664, 0, 0, 0.422618, 0.906308, 900, 255, 1), +(4040, 1731, 0, 130, 130, 1, 1, 378.417, 1341.24, 92.854, 2.775, 0, 0, 0.983248, 0.182272, 900, 100, 1), +(4046, 1732, 0, 130, 130, 1, 1, 378.417, 1341.24, 92.854, 2.775, 0, 0, 0.983248, 0.182272, 900, 100, 1), +(4051, 1733, 0, 130, 130, 1, 1, 378.417, 1341.24, 92.854, 2.775, 0, 0, 0.983248, 0.182272, 900, 100, 1), +(4056, 1731, 0, 130, 213, 1, 1, 383.233, 1054.9, 106.53, 2.618, 0, 0, 0.965927, 0.258816, 900, 100, 1), +(4057, 1732, 0, 130, 213, 1, 1, 383.233, 1054.9, 106.53, 2.618, 0, 0, 0.965927, 0.258816, 900, 100, 1), +(4058, 1733, 0, 130, 213, 1, 1, 383.233, 1054.9, 106.53, 2.618, 0, 0, 0.965927, 0.258816, 900, 100, 1), +(4062, 1731, 0, 130, 213, 1, 1, 388.705, 1038.2, 107.54, 0.925024, 0, 0, 0.446198, 0.894934, 900, 100, 1), +(4068, 1732, 0, 130, 213, 1, 1, 388.705, 1038.2, 107.54, 0.925024, 0, 0, 0.446198, 0.894934, 900, 100, 1), +(4069, 1733, 0, 130, 213, 1, 1, 388.705, 1038.2, 107.54, 0.925024, 0, 0, 0.446198, 0.894934, 900, 100, 1), +(4072, 1731, 0, 130, 130, 1, 1, 392.47, 707.618, 45.5647, -3.03684, 0, 0, -0.998629, 0.0523524, 900, 255, 1), +(4074, 1732, 0, 130, 130, 1, 1, 392.47, 707.618, 45.5647, -3.03684, 0, 0, -0.998629, 0.0523524, 900, 255, 1), +(4075, 1733, 0, 130, 130, 1, 1, 392.47, 707.618, 45.5647, -3.03684, 0, 0, -0.998629, 0.0523524, 900, 255, 1), +(4076, 1731, 0, 130, 213, 1, 1, 402.048, 1013.67, 108.922, 0.419, 0, 0, 0.207971, 0.978135, 900, 100, 1), +(4078, 1732, 0, 130, 213, 1, 1, 402.048, 1013.67, 108.922, 0.419, 0, 0, 0.207971, 0.978135, 900, 100, 1), +(4081, 1733, 0, 130, 213, 1, 1, 402.048, 1013.67, 108.922, 0.419, 0, 0, 0.207971, 0.978135, 900, 100, 1), +(4083, 1731, 0, 130, 130, 1, 1, 458.781, 996.065, 131.991, -3.03687, 0, 0, -0.998629, 0.0523374, 900, 100, 1), +(4087, 1732, 0, 130, 130, 1, 1, 458.781, 996.065, 131.991, -3.03687, 0, 0, -0.998629, 0.0523374, 900, 100, 1), +(4090, 1733, 0, 130, 130, 1, 1, 458.781, 996.065, 131.991, -3.03687, 0, 0, -0.998629, 0.0523374, 900, 100, 1), +(4091, 1731, 0, 130, 130, 1, 1, 476.727, 1412.82, 116.182, 3.369, 0, 0, 0.993543, -0.113459, 900, 100, 1), +(4094, 1732, 0, 130, 130, 1, 1, 476.727, 1412.82, 116.182, 3.369, 0, 0, 0.993543, -0.113459, 900, 100, 1), +(4098, 1733, 0, 130, 130, 1, 1, 476.727, 1412.82, 116.182, 3.369, 0, 0, 0.993543, -0.113459, 900, 100, 1), +(4099, 1731, 0, 130, 130, 1, 1, 486.859, 773.352, 47.7917, 1.53589, 0, 0, 0.694658, 0.71934, 900, 100, 1), +(4102, 1732, 0, 130, 130, 1, 1, 486.859, 773.352, 47.7917, 1.53589, 0, 0, 0.694658, 0.71934, 900, 100, 1), +(4104, 1733, 0, 130, 130, 1, 1, 486.859, 773.352, 47.7917, 1.53589, 0, 0, 0.694658, 0.71934, 900, 100, 1), +(4105, 1731, 0, 130, 130, 1, 1, 511.705, 1353.7, 88.843, 1.868, 0, 0, 0.804005, 0.594623, 900, 100, 1), +(4106, 1732, 0, 130, 130, 1, 1, 511.705, 1353.7, 88.843, 1.868, 0, 0, 0.804005, 0.594623, 900, 100, 1), +(4109, 1733, 0, 130, 130, 1, 1, 511.705, 1353.7, 88.843, 1.868, 0, 0, 0.804005, 0.594623, 900, 100, 1), +(4113, 1731, 0, 130, 130, 1, 1, 512.472, 1052.08, 107.543, 0.244, 0, 0, 0.121698, 0.992567, 900, 100, 1), +(4114, 1732, 0, 130, 130, 1, 1, 512.472, 1052.08, 107.543, 0.244, 0, 0, 0.121698, 0.992567, 900, 100, 1), +(4119, 1733, 0, 130, 130, 1, 1, 512.472, 1052.08, 107.543, 0.244, 0, 0, 0.121698, 0.992567, 900, 100, 1), +(4121, 1731, 0, 130, 130, 1, 1, 612.784, 1429.8, 102.685, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4122, 1732, 0, 130, 130, 1, 1, 612.784, 1429.8, 102.685, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4123, 1733, 0, 130, 130, 1, 1, 612.784, 1429.8, 102.685, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4124, 1731, 0, 130, 130, 1, 1, 622.258, 1211.16, 86.023, 5.952, 0, 0, 0.164837, -0.986321, 900, 100, 1), +(4129, 1732, 0, 130, 130, 1, 1, 622.258, 1211.16, 86.023, 5.952, 0, 0, 0.164837, -0.986321, 900, 100, 1), +(4132, 1733, 0, 130, 130, 1, 1, 622.258, 1211.16, 86.023, 5.952, 0, 0, 0.164837, -0.986321, 900, 100, 1), +(4133, 1731, 0, 130, 130, 1, 1, 638.894, 1222.03, 85.574, -2, 0, 0, -0.841471, 0.540302, 900, 100, 1), +(4141, 1732, 0, 130, 130, 1, 1, 638.894, 1222.03, 85.574, -2, 0, 0, -0.841471, 0.540302, 900, 100, 1), +(4144, 1733, 0, 130, 130, 1, 1, 638.894, 1222.03, 85.574, -2, 0, 0, -0.841471, 0.540302, 900, 100, 1), +(4146, 1731, 0, 130, 130, 1, 1, 646.375, 1415.15, 83.733, 1.228, 0, 0, 0.576141, 0.81735, 900, 100, 1), +(4147, 1732, 0, 130, 130, 1, 1, 646.375, 1415.15, 83.733, 1.228, 0, 0, 0.576141, 0.81735, 900, 100, 1), +(4148, 1733, 0, 130, 130, 1, 1, 646.375, 1415.15, 83.733, 1.228, 0, 0, 0.576141, 0.81735, 900, 100, 1), +(4151, 1731, 0, 130, 130, 1, 1, 710.541, 1538.18, 69.106, 1.466, 0, 0, 0.669102, 0.74317, 900, 100, 1), +(4154, 1732, 0, 130, 130, 1, 1, 710.541, 1538.18, 69.106, 1.466, 0, 0, 0.669102, 0.74317, 900, 100, 1), +(4156, 1733, 0, 130, 130, 1, 1, 710.541, 1538.18, 69.106, 1.466, 0, 0, 0.669102, 0.74317, 900, 100, 1), +(4157, 1731, 0, 130, 237, 1, 1, 723.705, 1126, 64.147, -2, 0, 0, -0.841471, 0.540302, 900, 100, 1), +(4158, 1732, 0, 130, 237, 1, 1, 723.705, 1126, 64.147, -2, 0, 0, -0.841471, 0.540302, 900, 100, 1), +(4159, 1733, 0, 130, 237, 1, 1, 723.705, 1126, 64.147, -2, 0, 0, -0.841471, 0.540302, 900, 100, 1), +(4161, 1731, 0, 130, 130, 1, 1, 727.299, 1432.06, 70.8502, -2.04204, 0, 0, -0.852641, 0.522496, 900, 100, 1), +(4162, 1732, 0, 130, 130, 1, 1, 727.299, 1432.06, 70.8502, -2.04204, 0, 0, -0.852641, 0.522496, 900, 100, 1), +(4163, 1733, 0, 130, 130, 1, 1, 727.299, 1432.06, 70.8502, -2.04204, 0, 0, -0.852641, 0.522496, 900, 100, 1), +(4168, 1731, 0, 130, 237, 1, 1, 742.489, 1032.72, 56.424, 1.414, 0, 0, 0.649556, 0.760314, 900, 100, 1), +(4171, 1732, 0, 130, 237, 1, 1, 742.489, 1032.72, 56.424, 1.414, 0, 0, 0.649556, 0.760314, 900, 100, 1), +(4172, 1733, 0, 130, 237, 1, 1, 742.489, 1032.72, 56.424, 1.414, 0, 0, 0.649556, 0.760314, 900, 100, 1), +(4175, 1731, 0, 130, 130, 1, 1, 762.282, 1271.56, 69.5199, -2.77507, 0, 0, -0.983255, 0.182237, 900, 255, 1), +(4176, 1732, 0, 130, 130, 1, 1, 762.282, 1271.56, 69.5199, -2.77507, 0, 0, -0.983255, 0.182237, 900, 255, 1), +(4177, 1733, 0, 130, 130, 1, 1, 762.282, 1271.56, 69.5199, -2.77507, 0, 0, -0.983255, 0.182237, 900, 255, 1), +(4180, 1731, 0, 130, 928, 1, 1, 784.642, 1691.71, 33.4731, -0.855211, 0, 0, -0.414693, 0.909961, 900, 255, 1), +(4182, 1732, 0, 130, 928, 1, 1, 784.642, 1691.71, 33.4731, -0.855211, 0, 0, -0.414693, 0.909961, 900, 255, 1), +(4184, 1733, 0, 130, 928, 1, 1, 784.642, 1691.71, 33.4731, -0.855211, 0, 0, -0.414693, 0.909961, 900, 255, 1), +(4188, 1731, 0, 130, 237, 1, 1, 805.129, 1164.21, 52.6026, 0.855211, 0, 0, 0.414693, 0.909961, 900, 100, 1), +(4191, 1732, 0, 130, 237, 1, 1, 805.129, 1164.21, 52.6026, 0.855211, 0, 0, 0.414693, 0.909961, 900, 100, 1), +(4192, 1733, 0, 130, 237, 1, 1, 805.129, 1164.21, 52.6026, 0.855211, 0, 0, 0.414693, 0.909961, 900, 100, 1), +(4195, 1731, 0, 130, 237, 1, 1, 825.814, 1157.32, 36.97, 0.281, 0, 0, 0.140038, 0.990146, 900, 100, 1), +(4201, 1732, 0, 130, 237, 1, 1, 825.814, 1157.32, 36.97, 0.281, 0, 0, 0.140038, 0.990146, 900, 100, 1), +(4203, 1733, 0, 130, 237, 1, 1, 825.814, 1157.32, 36.97, 0.281, 0, 0, 0.140038, 0.990146, 900, 100, 1), +(4204, 1731, 0, 130, 172, 1, 1, 831.482, 604.969, 34.86, 1.969, 0, 0, 0.832996, 0.55328, 900, 100, 1), +(4208, 1732, 0, 130, 172, 1, 1, 831.482, 604.969, 34.86, 1.969, 0, 0, 0.832996, 0.55328, 900, 100, 1), +(4213, 1733, 0, 130, 172, 1, 1, 831.482, 604.969, 34.86, 1.969, 0, 0, 0.832996, 0.55328, 900, 100, 1), +(4214, 1731, 0, 130, 1338, 1, 1, 847.164, 369.173, 22.683, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(4215, 1732, 0, 130, 1338, 1, 1, 847.164, 369.173, 22.683, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(4228, 1733, 0, 130, 1338, 1, 1, 847.164, 369.173, 22.683, -3, 0, 0, -0.997495, 0.0707372, 900, 100, 1), +(4230, 1731, 0, 130, 928, 1, 1, 887.186, 1642.41, 34.843, 5.909, 0, 0, 0.186003, -0.982549, 900, 100, 1), +(4231, 1732, 0, 130, 928, 1, 1, 887.186, 1642.41, 34.843, 5.909, 0, 0, 0.186003, -0.982549, 900, 100, 1), +(4236, 1733, 0, 130, 928, 1, 1, 887.186, 1642.41, 34.843, 5.909, 0, 0, 0.186003, -0.982549, 900, 100, 1), +(4240, 1731, 0, 130, 928, 1, 1, 895.387, 1604.67, 44.542, 5.46, 0, 0, 0.400069, -0.916485, 900, 100, 1), +(4244, 1732, 0, 130, 928, 1, 1, 895.387, 1604.67, 44.542, 5.46, 0, 0, 0.400069, -0.916485, 900, 100, 1), +(4245, 1733, 0, 130, 928, 1, 1, 895.387, 1604.67, 44.542, 5.46, 0, 0, 0.400069, -0.916485, 900, 100, 1), +(4247, 1731, 0, 130, 928, 1, 1, 900.318, 1704.4, 29.177, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4250, 1732, 0, 130, 928, 1, 1, 900.318, 1704.4, 29.177, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4256, 1733, 0, 130, 928, 1, 1, 900.318, 1704.4, 29.177, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4257, 1731, 0, 130, 227, 1, 1, 906.962, 1070.09, 44.2785, 0.314159, 0, 0, 0.156434, 0.987688, 900, 100, 1), +(4260, 1732, 0, 130, 227, 1, 1, 906.962, 1070.09, 44.2785, 0.314159, 0, 0, 0.156434, 0.987688, 900, 100, 1), +(4262, 1733, 0, 130, 227, 1, 1, 906.962, 1070.09, 44.2785, 0.314159, 0, 0, 0.156434, 0.987688, 900, 100, 1), +(4263, 1731, 0, 130, 227, 1, 1, 908.113, 1309.6, 49.069, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4271, 1732, 0, 130, 227, 1, 1, 908.113, 1309.6, 49.069, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4278, 1733, 0, 130, 227, 1, 1, 908.113, 1309.6, 49.069, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4287, 1731, 0, 130, 172, 1, 1, 912.864, 623.534, 53.645, 0.69, 0, 0, 0.338197, 0.941075, 900, 100, 1), +(4296, 1732, 0, 130, 172, 1, 1, 912.864, 623.534, 53.645, 0.69, 0, 0, 0.338197, 0.941075, 900, 100, 1), +(4322, 1733, 0, 130, 172, 1, 1, 912.864, 623.534, 53.645, 0.69, 0, 0, 0.338197, 0.941075, 900, 100, 1), +(4337, 1731, 0, 130, 172, 1, 1, 914.508, 758.553, 56.683, 1.557, 0, 0, 0.702212, 0.711968, 900, 100, 1), +(4354, 1732, 0, 130, 172, 1, 1, 914.508, 758.553, 56.683, 1.557, 0, 0, 0.702212, 0.711968, 900, 100, 1), +(4366, 1733, 0, 130, 172, 1, 1, 914.508, 758.553, 56.683, 1.557, 0, 0, 0.702212, 0.711968, 900, 100, 1), +(4371, 1731, 0, 130, 130, 1, 1, 923.438, 1590.01, 36.9635, 1.72788, 0, 0, 0.760407, 0.649446, 900, 100, 1), +(4385, 1732, 0, 130, 130, 1, 1, 923.438, 1590.01, 36.9635, 1.72788, 0, 0, 0.760407, 0.649446, 900, 100, 1), +(4393, 1733, 0, 130, 130, 1, 1, 923.438, 1590.01, 36.9635, 1.72788, 0, 0, 0.760407, 0.649446, 900, 100, 1), +(4403, 1731, 0, 130, 130, 1, 1, 970.928, 1637.48, 44.789, 1.986, 0, 0, 0.837668, 0.546179, 900, 100, 1), +(4408, 1732, 0, 130, 130, 1, 1, 970.928, 1637.48, 44.789, 1.986, 0, 0, 0.837668, 0.546179, 900, 100, 1), +(4444, 1733, 0, 130, 130, 1, 1, 970.928, 1637.48, 44.789, 1.986, 0, 0, 0.837668, 0.546179, 900, 100, 1), +(4445, 1731, 0, 130, 130, 1, 1, 978.403, 1369.48, 46.028, 6.095, 0, 0, 0.093954, -0.995577, 900, 100, 1), +(4449, 1732, 0, 130, 130, 1, 1, 978.403, 1369.48, 46.028, 6.095, 0, 0, 0.093954, -0.995577, 900, 100, 1), +(4450, 1733, 0, 130, 130, 1, 1, 978.403, 1369.48, 46.028, 6.095, 0, 0, 0.093954, -0.995577, 900, 100, 1), +(4459, 1731, 0, 130, 227, 1, 1, 1011.34, 1184.54, 56.9709, -1.11701, 0, 0, -0.529919, 0.848048, 900, 255, 1), +(4464, 1732, 0, 130, 227, 1, 1, 1011.34, 1184.54, 56.9709, -1.11701, 0, 0, -0.529919, 0.848048, 900, 255, 1), +(4467, 1733, 0, 130, 227, 1, 1, 1011.34, 1184.54, 56.9709, -1.11701, 0, 0, -0.529919, 0.848048, 900, 255, 1), +(4469, 1731, 0, 130, 928, 1, 1, 1022.67, 1784.11, 20.243, 2.374, 0, 0, 0.92725, 0.374443, 900, 100, 1), +(4472, 1732, 0, 130, 928, 1, 1, 1022.67, 1784.11, 20.243, 2.374, 0, 0, 0.92725, 0.374443, 900, 100, 1), +(4492, 1733, 0, 130, 928, 1, 1, 1022.67, 1784.11, 20.243, 2.374, 0, 0, 0.92725, 0.374443, 900, 100, 1), +(4497, 1731, 0, 130, 130, 1, 1, 1046.06, 1433.04, 42.641, 0.469, 0, 0, 0.232357, 0.972631, 900, 100, 1), +(4498, 1732, 0, 130, 130, 1, 1, 1046.06, 1433.04, 42.641, 0.469, 0, 0, 0.232357, 0.972631, 900, 100, 1), +(4545, 1733, 0, 130, 130, 1, 1, 1046.06, 1433.04, 42.641, 0.469, 0, 0, 0.232357, 0.972631, 900, 100, 1), +(4552, 1731, 0, 130, 305, 1, 1, 1086.69, 1964.56, 8.29545, -1.62316, 0, 0, -0.725376, 0.688353, 900, 255, 1), +(4554, 1732, 0, 130, 305, 1, 1, 1086.69, 1964.56, 8.29545, -1.62316, 0, 0, -0.725376, 0.688353, 900, 255, 1), +(4556, 1733, 0, 130, 305, 1, 1, 1086.69, 1964.56, 8.29545, -1.62316, 0, 0, -0.725376, 0.688353, 900, 255, 1), +(4559, 1731, 0, 130, 305, 1, 1, 1093.2, 2060.97, 0.456879, 1.23918, 0, 0, 0.580701, 0.814117, 900, 100, 1), +(4563, 1732, 0, 130, 305, 1, 1, 1093.2, 2060.97, 0.456879, 1.23918, 0, 0, 0.580701, 0.814117, 900, 100, 1), +(4566, 1733, 0, 130, 305, 1, 1, 1093.2, 2060.97, 0.456879, 1.23918, 0, 0, 0.580701, 0.814117, 900, 100, 1), +(4569, 1731, 0, 130, 232, 1, 1, 1098.15, 228.977, 35.23, 1.187, 0, 0, 0.559266, 0.828988, 900, 100, 1), +(4572, 1732, 0, 130, 232, 1, 1, 1098.15, 228.977, 35.23, 1.187, 0, 0, 0.559266, 0.828988, 900, 100, 1), +(4574, 1733, 0, 130, 232, 1, 1, 1098.15, 228.977, 35.23, 1.187, 0, 0, 0.559266, 0.828988, 900, 100, 1), +(4576, 1731, 0, 130, 130, 1, 1, 1120.89, 1749.98, 21.8891, -0.785398, 0, 0, -0.382683, 0.92388, 900, 100, 1), +(4578, 1732, 0, 130, 130, 1, 1, 1120.89, 1749.98, 21.8891, -0.785398, 0, 0, -0.382683, 0.92388, 900, 100, 1), +(4580, 1733, 0, 130, 130, 1, 1, 1120.89, 1749.98, 21.8891, -0.785398, 0, 0, -0.382683, 0.92388, 900, 100, 1), +(4584, 1731, 0, 130, 226, 1, 1, 1132.6, 1902.35, 34.3818, -1.98968, 0, 0, -0.838672, 0.544637, 900, 100, 1), +(4586, 1732, 0, 130, 226, 1, 1, 1132.6, 1902.35, 34.3818, -1.98968, 0, 0, -0.838672, 0.544637, 900, 100, 1), +(4588, 1733, 0, 130, 226, 1, 1, 1132.6, 1902.35, 34.3818, -1.98968, 0, 0, -0.838672, 0.544637, 900, 100, 1), +(4590, 1731, 0, 130, 226, 1, 1, 1144.8, 1857.25, 27.916, 2.087, 0, 0, 0.864171, 0.503199, 900, 100, 1), +(4592, 1732, 0, 130, 226, 1, 1, 1144.8, 1857.25, 27.916, 2.087, 0, 0, 0.864171, 0.503199, 900, 100, 1), +(4614, 1733, 0, 130, 226, 1, 1, 1144.8, 1857.25, 27.916, 2.087, 0, 0, 0.864171, 0.503199, 900, 100, 1), +(4620, 1731, 0, 130, 226, 1, 1, 1147.87, 1983.14, 22.8906, 0.942478, 0, 0, 0.453991, 0.891006, 900, 100, 1), +(4622, 1732, 0, 130, 226, 1, 1, 1147.87, 1983.14, 22.8906, 0.942478, 0, 0, 0.453991, 0.891006, 900, 100, 1), +(4644, 1733, 0, 130, 226, 1, 1, 1147.87, 1983.14, 22.8906, 0.942478, 0, 0, 0.453991, 0.891006, 900, 100, 1), +(4650, 1731, 0, 130, 239, 1, 1, 1193.68, 1263.56, 49.0877, 1.74533, 0, 0, 0.766045, 0.642787, 900, 255, 1), +(4653, 1732, 0, 130, 239, 1, 1, 1193.68, 1263.56, 49.0877, 1.74533, 0, 0, 0.766045, 0.642787, 900, 255, 1), +(4674, 1733, 0, 130, 239, 1, 1, 1193.68, 1263.56, 49.0877, 1.74533, 0, 0, 0.766045, 0.642787, 900, 255, 1), +(4686, 1731, 0, 130, 130, 1, 1, 1196.7, 1185.35, 49.815, 2.492, 0, 0, 0.947716, 0.319116, 900, 100, 1), +(4687, 1732, 0, 130, 130, 1, 1, 1196.7, 1185.35, 49.815, 2.492, 0, 0, 0.947716, 0.319116, 900, 100, 1), +(4694, 1733, 0, 130, 130, 1, 1, 1196.7, 1185.35, 49.815, 2.492, 0, 0, 0.947716, 0.319116, 900, 100, 1), +(4699, 1731, 0, 130, 1338, 1, 1, 1216.14, 718.324, 19.585, 1.72788, 0, 0, 0.760407, 0.649446, 900, 100, 1), +(4705, 1732, 0, 130, 1338, 1, 1, 1216.14, 718.324, 19.585, 1.72788, 0, 0, 0.760407, 0.649446, 900, 100, 1), +(4707, 1733, 0, 130, 1338, 1, 1, 1216.14, 718.324, 19.585, 1.72788, 0, 0, 0.760407, 0.649446, 900, 100, 1), +(4709, 1731, 0, 130, 130, 1, 1, 1222.31, 1578.68, 36.4169, 4.71239, 0, 0, 0.707106, -0.707107, 900, 100, 1), +(4721, 1732, 0, 130, 130, 1, 1, 1222.31, 1578.68, 36.4169, 4.71239, 0, 0, 0.707106, -0.707107, 900, 100, 1), +(4731, 1733, 0, 130, 130, 1, 1, 1222.31, 1578.68, 36.4169, 4.71239, 0, 0, 0.707106, -0.707107, 900, 100, 1), +(4739, 1731, 0, 130, 226, 1, 1, 1234.75, 2052.94, 10.635, 0.541, 0, 0, 0.267213, 0.963637, 900, 100, 1), +(4750, 1732, 0, 130, 226, 1, 1, 1234.75, 2052.94, 10.635, 0.541, 0, 0, 0.267213, 0.963637, 900, 100, 1), +(4751, 1733, 0, 130, 226, 1, 1, 1234.75, 2052.94, 10.635, 0.541, 0, 0, 0.267213, 0.963637, 900, 100, 1), +(4753, 1731, 0, 130, 130, 1, 1, 1235.25, 1540.25, 47.696, 5.078, 0, 0, 0.56678, -0.823869, 900, 100, 1), +(4757, 1732, 0, 130, 130, 1, 1, 1235.25, 1540.25, 47.696, 5.078, 0, 0, 0.56678, -0.823869, 900, 100, 1), +(4758, 1733, 0, 130, 130, 1, 1, 1235.25, 1540.25, 47.696, 5.078, 0, 0, 0.56678, -0.823869, 900, 100, 1), +(4777, 1731, 0, 130, 226, 1, 1, 1274.62, 1971.04, 17.53, 1.326, 0, 0, 0.615484, 0.788149, 900, 100, 1), +(4790, 1732, 0, 130, 226, 1, 1, 1274.62, 1971.04, 17.53, 1.326, 0, 0, 0.615484, 0.788149, 900, 100, 1), +(4793, 1733, 0, 130, 226, 1, 1, 1274.62, 1971.04, 17.53, 1.326, 0, 0, 0.615484, 0.788149, 900, 100, 1), +(4798, 1731, 0, 130, 226, 1, 1, 1277.66, 1963.54, 16.3876, 1.32645, 0, 0, 0.615661, 0.788011, 900, 100, 1), +(4814, 1732, 0, 130, 226, 1, 1, 1277.66, 1963.54, 16.3876, 1.32645, 0, 0, 0.615661, 0.788011, 900, 100, 1), +(4819, 1733, 0, 130, 226, 1, 1, 1277.66, 1963.54, 16.3876, 1.32645, 0, 0, 0.615661, 0.788011, 900, 100, 1), +(4821, 1731, 0, 130, 130, 1, 1, 1292.67, 1379.22, 53.7565, 2.51327, 0, 0, 0.951056, 0.309019, 900, 255, 1), +(4827, 1732, 0, 130, 130, 1, 1, 1292.67, 1379.22, 53.7565, 2.51327, 0, 0, 0.951056, 0.309019, 900, 255, 1), +(4833, 1733, 0, 130, 130, 1, 1, 1292.67, 1379.22, 53.7565, 2.51327, 0, 0, 0.951056, 0.309019, 900, 255, 1), +(4835, 1731, 0, 130, 226, 1, 1, 1296.94, 1904.95, 38.3237, 2.67035, 0, 0, 0.972369, 0.233447, 900, 100, 1), +(4838, 1732, 0, 130, 226, 1, 1, 1296.94, 1904.95, 38.3237, 2.67035, 0, 0, 0.972369, 0.233447, 900, 100, 1), +(4840, 1733, 0, 130, 226, 1, 1, 1296.94, 1904.95, 38.3237, 2.67035, 0, 0, 0.972369, 0.233447, 900, 100, 1), +(4846, 1731, 0, 130, 130, 1, 1, 1300.18, 1395.15, 61.724, 1.515, 0, 0, 0.687107, 0.726556, 900, 100, 1), +(4849, 1732, 0, 130, 130, 1, 1, 1300.18, 1395.15, 61.724, 1.515, 0, 0, 0.687107, 0.726556, 900, 100, 1), +(4859, 1733, 0, 130, 130, 1, 1, 1300.18, 1395.15, 61.724, 1.515, 0, 0, 0.687107, 0.726556, 900, 100, 1), +(4861, 1731, 0, 130, 226, 1, 1, 1317.5, 1982.83, 15.0881, 3.01942, 0, 0, 0.998135, 0.0610484, 900, 100, 1), +(4923, 1732, 0, 130, 226, 1, 1, 1317.5, 1982.83, 15.0881, 3.01942, 0, 0, 0.998135, 0.0610484, 900, 100, 1), +(4947, 1733, 0, 130, 226, 1, 1, 1317.5, 1982.83, 15.0881, 3.01942, 0, 0, 0.998135, 0.0610484, 900, 100, 1), +(4973, 1731, 0, 130, 226, 1, 1, 1339.78, 1960.68, 13.496, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4979, 1732, 0, 130, 226, 1, 1, 1339.78, 1960.68, 13.496, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4987, 1733, 0, 130, 226, 1, 1, 1339.78, 1960.68, 13.496, -1, 0, 0, -0.479426, 0.877583, 900, 100, 1), +(4996, 1731, 0, 130, 239, 1, 1, 1353.66, 1243.58, 47.166, 1.571, 0, 0, 0.707179, 0.707035, 900, 100, 1), +(5004, 1732, 0, 130, 239, 1, 1, 1353.66, 1243.58, 47.166, 1.571, 0, 0, 0.707179, 0.707035, 900, 100, 1), +(5009, 1733, 0, 130, 239, 1, 1, 1353.66, 1243.58, 47.166, 1.571, 0, 0, 0.707179, 0.707035, 900, 100, 1), +(5014, 1731, 0, 130, 130, 1, 1, 1364.66, 1138.66, 81.29, 3.329, 0, 0, 0.995613, -0.0935666, 900, 100, 1), +(5017, 1732, 0, 130, 130, 1, 1, 1364.66, 1138.66, 81.29, 3.329, 0, 0, 0.995613, -0.0935666, 900, 100, 1), +(5023, 1733, 0, 130, 130, 1, 1, 1364.66, 1138.66, 81.29, 3.329, 0, 0, 0.995613, -0.0935666, 900, 100, 1), +(5024, 1731, 0, 130, 226, 1, 1, 1383.2, 1977.71, 15.059, -0.925024, 0, 0, -0.446198, 0.894934, 900, 100, 1), +(5028, 1732, 0, 130, 226, 1, 1, 1383.2, 1977.71, 15.059, -0.925024, 0, 0, -0.446198, 0.894934, 900, 100, 1), +(5039, 1733, 0, 130, 226, 1, 1, 1383.2, 1977.71, 15.059, -0.925024, 0, 0, -0.446198, 0.894934, 900, 100, 1), +(5050, 1731, 0, 130, 226, 1, 1, 1389.75, 1970.95, 15.3534, -0.837758, 0, 0, -0.406737, 0.913545, 900, 100, 1), +(5056, 1732, 0, 130, 226, 1, 1, 1389.75, 1970.95, 15.3534, -0.837758, 0, 0, -0.406737, 0.913545, 900, 100, 1), +(5059, 1733, 0, 130, 226, 1, 1, 1389.75, 1970.95, 15.3534, -0.837758, 0, 0, -0.406737, 0.913545, 900, 100, 1), +(5060, 1731, 0, 130, 226, 1, 1, 1415.12, 1940.35, 10.5989, 0.645772, 0, 0, 0.317305, 0.948324, 900, 100, 1), +(5065, 1732, 0, 130, 226, 1, 1, 1415.12, 1940.35, 10.5989, 0.645772, 0, 0, 0.317305, 0.948324, 900, 100, 1), +(5068, 1733, 0, 130, 226, 1, 1, 1415.12, 1940.35, 10.5989, 0.645772, 0, 0, 0.317305, 0.948324, 900, 100, 1), +(5086, 1731, 0, 130, 226, 1, 1, 1438.32, 1980.49, 13.6133, -2.6529, 0, 0, -0.970296, 0.241922, 900, 100, 1), +(5091, 1732, 0, 130, 226, 1, 1, 1438.32, 1980.49, 13.6133, -2.6529, 0, 0, -0.970296, 0.241922, 900, 100, 1), +(5093, 1733, 0, 130, 226, 1, 1, 1438.32, 1980.49, 13.6133, -2.6529, 0, 0, -0.970296, 0.241922, 900, 100, 1), +(5098, 1731, 0, 130, 130, 1, 1, 1458.34, 845.418, 70.6578, -2.87979, 0, 0, -0.991445, 0.130528, 900, 100, 1), +(5102, 1732, 0, 130, 130, 1, 1, 1458.34, 845.418, 70.6578, -2.87979, 0, 0, -0.991445, 0.130528, 900, 100, 1), +(5104, 1733, 0, 130, 130, 1, 1, 1458.34, 845.418, 70.6578, -2.87979, 0, 0, -0.991445, 0.130528, 900, 100, 1); + +DELETE FROM `pool_template` WHERE `entry` BETWEEN 387 AND 490; +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(387, 1, "Silverpine Forest Mining Nodes"), +(388, 1, "Silverpine Forest Mining Nodes"), +(389, 1, "Silverpine Forest Mining Nodes"), +(390, 1, "Silverpine Forest Mining Nodes"), +(391, 1, "Silverpine Forest Mining Nodes"), +(392, 1, "Silverpine Forest Mining Nodes"), +(393, 1, "Silverpine Forest Mining Nodes"), +(394, 1, "Silverpine Forest Mining Nodes"), +(395, 1, "Silverpine Forest Mining Nodes"), +(396, 1, "Silverpine Forest Mining Nodes"), +(397, 1, "Silverpine Forest Mining Nodes"), +(398, 1, "Silverpine Forest Mining Nodes"), +(399, 1, "Silverpine Forest Mining Nodes"), +(400, 1, "Silverpine Forest Mining Nodes"), +(401, 1, "Silverpine Forest Mining Nodes"), +(402, 1, "Silverpine Forest Mining Nodes"), +(403, 1, "Silverpine Forest Mining Nodes"), +(404, 1, "Silverpine Forest Mining Nodes"), +(405, 1, "Silverpine Forest Mining Nodes"), +(406, 1, "Silverpine Forest Mining Nodes"), +(407, 1, "Silverpine Forest Mining Nodes"), +(408, 1, "Silverpine Forest Mining Nodes"), +(409, 1, "Silverpine Forest Mining Nodes"), +(410, 1, "Silverpine Forest Mining Nodes"), +(411, 1, "Silverpine Forest Mining Nodes"), +(412, 1, "Silverpine Forest Mining Nodes"), +(413, 1, "Silverpine Forest Mining Nodes"), +(414, 1, "Silverpine Forest Mining Nodes"), +(415, 1, "Silverpine Forest Mining Nodes"), +(416, 1, "Silverpine Forest Mining Nodes"), +(417, 1, "Silverpine Forest Mining Nodes"), +(418, 1, "Silverpine Forest Mining Nodes"), +(419, 1, "Silverpine Forest Mining Nodes"), +(420, 1, "Silverpine Forest Mining Nodes"), +(421, 1, "Silverpine Forest Mining Nodes"), +(422, 1, "Silverpine Forest Mining Nodes"), +(423, 1, "Silverpine Forest Mining Nodes"), +(424, 1, "Silverpine Forest Mining Nodes"), +(425, 1, "Silverpine Forest Mining Nodes"), +(426, 1, "Silverpine Forest Mining Nodes"), +(427, 1, "Silverpine Forest Mining Nodes"), +(428, 1, "Silverpine Forest Mining Nodes"), +(429, 1, "Silverpine Forest Mining Nodes"), +(430, 1, "Silverpine Forest Mining Nodes"), +(431, 1, "Silverpine Forest Mining Nodes"), +(432, 1, "Silverpine Forest Mining Nodes"), +(433, 1, "Silverpine Forest Mining Nodes"), +(434, 1, "Silverpine Forest Mining Nodes"), +(435, 1, "Silverpine Forest Mining Nodes"), +(436, 1, "Silverpine Forest Mining Nodes"), +(437, 1, "Silverpine Forest Mining Nodes"), +(438, 1, "Silverpine Forest Mining Nodes"), +(439, 1, "Silverpine Forest Mining Nodes"), +(440, 1, "Silverpine Forest Mining Nodes"), +(441, 1, "Silverpine Forest Mining Nodes"), +(442, 1, "Silverpine Forest Mining Nodes"), +(443, 1, "Silverpine Forest Mining Nodes"), +(444, 1, "Silverpine Forest Mining Nodes"), +(445, 1, "Silverpine Forest Mining Nodes"), +(446, 1, "Silverpine Forest Mining Nodes"), +(447, 1, "Silverpine Forest Mining Nodes"), +(448, 1, "Silverpine Forest Mining Nodes"), +(449, 1, "Silverpine Forest Mining Nodes"), +(450, 1, "Silverpine Forest Mining Nodes"), +(451, 1, "Silverpine Forest Mining Nodes"), +(452, 1, "Silverpine Forest Mining Nodes"), +(453, 1, "Silverpine Forest Mining Nodes"), +(454, 1, "Silverpine Forest Mining Nodes"), +(455, 1, "Silverpine Forest Mining Nodes"), +(456, 1, "Silverpine Forest Mining Nodes"), +(457, 1, "Silverpine Forest Mining Nodes"), +(458, 1, "Silverpine Forest Mining Nodes"), +(459, 1, "Silverpine Forest Mining Nodes"), +(460, 1, "Silverpine Forest Mining Nodes"), +(461, 1, "Silverpine Forest Mining Nodes"), +(462, 1, "Silverpine Forest Mining Nodes"), +(463, 1, "Silverpine Forest Mining Nodes"), +(464, 1, "Silverpine Forest Mining Nodes"), +(465, 1, "Silverpine Forest Mining Nodes"), +(466, 1, "Silverpine Forest Mining Nodes"), +(467, 1, "Silverpine Forest Mining Nodes"), +(468, 1, "Silverpine Forest Mining Nodes"), +(469, 1, "Silverpine Forest Mining Nodes"), +(470, 1, "Silverpine Forest Mining Nodes"), +(471, 1, "Silverpine Forest Mining Nodes"), +(472, 1, "Silverpine Forest Mining Nodes"), +(473, 1, "Silverpine Forest Mining Nodes"), +(474, 1, "Silverpine Forest Mining Nodes"), +(475, 1, "Silverpine Forest Mining Nodes"), +(476, 1, "Silverpine Forest Mining Nodes"), +(477, 1, "Silverpine Forest Mining Nodes"), +(478, 1, "Silverpine Forest Mining Nodes"), +(479, 1, "Silverpine Forest Mining Nodes"), +(480, 1, "Silverpine Forest Mining Nodes"), +(481, 1, "Silverpine Forest Mining Nodes"), +(482, 1, "Silverpine Forest Mining Nodes"), +(483, 1, "Silverpine Forest Mining Nodes"), +(484, 1, "Silverpine Forest Mining Nodes"), +(485, 1, "Silverpine Forest Mining Nodes"), +(486, 1, "Silverpine Forest Mining Nodes"), +(487, 1, "Silverpine Forest Mining Nodes"), +(488, 1, "Silverpine Forest Mining Nodes"), +(489, 1, "Silverpine Forest Mining Nodes"), +(490, 15, "Silverpine Forest Mining Nodes"); + +DELETE FROM `pool_pool` WHERE `mother_pool`=490; +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(387, 490, 0, "Silverpine Forest Mining Nodes"), +(388, 490, 0, "Silverpine Forest Mining Nodes"), +(389, 490, 0, "Silverpine Forest Mining Nodes"), +(390, 490, 0, "Silverpine Forest Mining Nodes"), +(391, 490, 0, "Silverpine Forest Mining Nodes"), +(392, 490, 0, "Silverpine Forest Mining Nodes"), +(393, 490, 0, "Silverpine Forest Mining Nodes"), +(394, 490, 0, "Silverpine Forest Mining Nodes"), +(395, 490, 0, "Silverpine Forest Mining Nodes"), +(396, 490, 0, "Silverpine Forest Mining Nodes"), +(397, 490, 0, "Silverpine Forest Mining Nodes"), +(398, 490, 0, "Silverpine Forest Mining Nodes"), +(399, 490, 0, "Silverpine Forest Mining Nodes"), +(400, 490, 0, "Silverpine Forest Mining Nodes"), +(401, 490, 0, "Silverpine Forest Mining Nodes"), +(402, 490, 0, "Silverpine Forest Mining Nodes"), +(403, 490, 0, "Silverpine Forest Mining Nodes"), +(404, 490, 0, "Silverpine Forest Mining Nodes"), +(405, 490, 0, "Silverpine Forest Mining Nodes"), +(406, 490, 0, "Silverpine Forest Mining Nodes"), +(407, 490, 0, "Silverpine Forest Mining Nodes"), +(408, 490, 0, "Silverpine Forest Mining Nodes"), +(409, 490, 0, "Silverpine Forest Mining Nodes"), +(410, 490, 0, "Silverpine Forest Mining Nodes"), +(411, 490, 0, "Silverpine Forest Mining Nodes"), +(412, 490, 0, "Silverpine Forest Mining Nodes"), +(413, 490, 0, "Silverpine Forest Mining Nodes"), +(414, 490, 0, "Silverpine Forest Mining Nodes"), +(415, 490, 0, "Silverpine Forest Mining Nodes"), +(416, 490, 0, "Silverpine Forest Mining Nodes"), +(417, 490, 0, "Silverpine Forest Mining Nodes"), +(418, 490, 0, "Silverpine Forest Mining Nodes"), +(419, 490, 0, "Silverpine Forest Mining Nodes"), +(420, 490, 0, "Silverpine Forest Mining Nodes"), +(421, 490, 0, "Silverpine Forest Mining Nodes"), +(422, 490, 0, "Silverpine Forest Mining Nodes"), +(423, 490, 0, "Silverpine Forest Mining Nodes"), +(424, 490, 0, "Silverpine Forest Mining Nodes"), +(425, 490, 0, "Silverpine Forest Mining Nodes"), +(426, 490, 0, "Silverpine Forest Mining Nodes"), +(427, 490, 0, "Silverpine Forest Mining Nodes"), +(428, 490, 0, "Silverpine Forest Mining Nodes"), +(429, 490, 0, "Silverpine Forest Mining Nodes"), +(430, 490, 0, "Silverpine Forest Mining Nodes"), +(431, 490, 0, "Silverpine Forest Mining Nodes"), +(432, 490, 0, "Silverpine Forest Mining Nodes"), +(433, 490, 0, "Silverpine Forest Mining Nodes"), +(434, 490, 0, "Silverpine Forest Mining Nodes"), +(435, 490, 0, "Silverpine Forest Mining Nodes"), +(436, 490, 0, "Silverpine Forest Mining Nodes"), +(437, 490, 0, "Silverpine Forest Mining Nodes"), +(438, 490, 0, "Silverpine Forest Mining Nodes"), +(439, 490, 0, "Silverpine Forest Mining Nodes"), +(440, 490, 0, "Silverpine Forest Mining Nodes"), +(441, 490, 0, "Silverpine Forest Mining Nodes"), +(442, 490, 0, "Silverpine Forest Mining Nodes"), +(443, 490, 0, "Silverpine Forest Mining Nodes"), +(444, 490, 0, "Silverpine Forest Mining Nodes"), +(445, 490, 0, "Silverpine Forest Mining Nodes"), +(446, 490, 0, "Silverpine Forest Mining Nodes"), +(447, 490, 0, "Silverpine Forest Mining Nodes"), +(448, 490, 0, "Silverpine Forest Mining Nodes"), +(449, 490, 0, "Silverpine Forest Mining Nodes"), +(450, 490, 0, "Silverpine Forest Mining Nodes"), +(451, 490, 0, "Silverpine Forest Mining Nodes"), +(452, 490, 0, "Silverpine Forest Mining Nodes"), +(453, 490, 0, "Silverpine Forest Mining Nodes"), +(454, 490, 0, "Silverpine Forest Mining Nodes"), +(455, 490, 0, "Silverpine Forest Mining Nodes"), +(456, 490, 0, "Silverpine Forest Mining Nodes"), +(457, 490, 0, "Silverpine Forest Mining Nodes"), +(458, 490, 0, "Silverpine Forest Mining Nodes"), +(459, 490, 0, "Silverpine Forest Mining Nodes"), +(460, 490, 0, "Silverpine Forest Mining Nodes"), +(461, 490, 0, "Silverpine Forest Mining Nodes"), +(462, 490, 0, "Silverpine Forest Mining Nodes"), +(463, 490, 0, "Silverpine Forest Mining Nodes"), +(464, 490, 0, "Silverpine Forest Mining Nodes"), +(465, 490, 0, "Silverpine Forest Mining Nodes"), +(466, 490, 0, "Silverpine Forest Mining Nodes"), +(467, 490, 0, "Silverpine Forest Mining Nodes"), +(468, 490, 0, "Silverpine Forest Mining Nodes"), +(469, 490, 0, "Silverpine Forest Mining Nodes"), +(470, 490, 0, "Silverpine Forest Mining Nodes"), +(471, 490, 0, "Silverpine Forest Mining Nodes"), +(472, 490, 0, "Silverpine Forest Mining Nodes"), +(473, 490, 0, "Silverpine Forest Mining Nodes"), +(474, 490, 0, "Silverpine Forest Mining Nodes"), +(475, 490, 0, "Silverpine Forest Mining Nodes"), +(476, 490, 0, "Silverpine Forest Mining Nodes"), +(477, 490, 0, "Silverpine Forest Mining Nodes"), +(478, 490, 0, "Silverpine Forest Mining Nodes"), +(479, 490, 0, "Silverpine Forest Mining Nodes"), +(480, 490, 0, "Silverpine Forest Mining Nodes"), +(481, 490, 0, "Silverpine Forest Mining Nodes"), +(482, 490, 0, "Silverpine Forest Mining Nodes"), +(483, 490, 0, "Silverpine Forest Mining Nodes"), +(484, 490, 0, "Silverpine Forest Mining Nodes"), +(485, 490, 0, "Silverpine Forest Mining Nodes"), +(486, 490, 0, "Silverpine Forest Mining Nodes"), +(487, 490, 0, "Silverpine Forest Mining Nodes"), +(488, 490, 0, "Silverpine Forest Mining Nodes"), +(489, 490, 0, "Silverpine Forest Mining Nodes"); + +DELETE FROM `pool_gameobject` WHERE `pool_entry` BETWEEN 387 AND 489; +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(1672,387,55, "Silverpine Forest Mining Nodes"), +(1673,387,35, "Silverpine Forest Mining Nodes"), +(1679,387,10, "Silverpine Forest Mining Nodes"), +(1681,388,55, "Silverpine Forest Mining Nodes"), +(1682,388,35, "Silverpine Forest Mining Nodes"), +(1684,388,10, "Silverpine Forest Mining Nodes"), +(1687,389,55, "Silverpine Forest Mining Nodes"), +(1694,389,35, "Silverpine Forest Mining Nodes"), +(1703,389,10, "Silverpine Forest Mining Nodes"), +(1706,390,55, "Silverpine Forest Mining Nodes"), +(1708,390,35, "Silverpine Forest Mining Nodes"), +(1716,390,10, "Silverpine Forest Mining Nodes"), +(1719,391,55, "Silverpine Forest Mining Nodes"), +(1725,391,35, "Silverpine Forest Mining Nodes"), +(1739,391,10, "Silverpine Forest Mining Nodes"), +(1774,392,55, "Silverpine Forest Mining Nodes"), +(1778,392,35, "Silverpine Forest Mining Nodes"), +(1785,392,10, "Silverpine Forest Mining Nodes"), +(1794,393,55, "Silverpine Forest Mining Nodes"), +(1829,393,35, "Silverpine Forest Mining Nodes"), +(1862,393,10, "Silverpine Forest Mining Nodes"), +(1870,394,55, "Silverpine Forest Mining Nodes"), +(1909,394,35, "Silverpine Forest Mining Nodes"), +(1956,394,10, "Silverpine Forest Mining Nodes"), +(1969,395,55, "Silverpine Forest Mining Nodes"), +(2025,395,35, "Silverpine Forest Mining Nodes"), +(2111,395,10, "Silverpine Forest Mining Nodes"), +(2148,396,55, "Silverpine Forest Mining Nodes"), +(2164,396,35, "Silverpine Forest Mining Nodes"), +(2218,396,10, "Silverpine Forest Mining Nodes"), +(2307,397,55, "Silverpine Forest Mining Nodes"), +(2374,397,35, "Silverpine Forest Mining Nodes"), +(2485,397,10, "Silverpine Forest Mining Nodes"), +(2510,398,55, "Silverpine Forest Mining Nodes"), +(2550,398,35, "Silverpine Forest Mining Nodes"), +(2721,398,10, "Silverpine Forest Mining Nodes"), +(2964,399,55, "Silverpine Forest Mining Nodes"), +(2966,399,35, "Silverpine Forest Mining Nodes"), +(2969,399,10, "Silverpine Forest Mining Nodes"), +(2970,400,55, "Silverpine Forest Mining Nodes"), +(3030,400,35, "Silverpine Forest Mining Nodes"), +(3031,400,10, "Silverpine Forest Mining Nodes"), +(3034,401,55, "Silverpine Forest Mining Nodes"), +(3038,401,35, "Silverpine Forest Mining Nodes"), +(3062,401,10, "Silverpine Forest Mining Nodes"), +(3074,402,55, "Silverpine Forest Mining Nodes"), +(3091,402,35, "Silverpine Forest Mining Nodes"), +(3111,402,10, "Silverpine Forest Mining Nodes"), +(3112,403,55, "Silverpine Forest Mining Nodes"), +(3127,403,35, "Silverpine Forest Mining Nodes"), +(3151,403,10, "Silverpine Forest Mining Nodes"), +(3176,404,55, "Silverpine Forest Mining Nodes"), +(3218,404,35, "Silverpine Forest Mining Nodes"), +(3219,404,10, "Silverpine Forest Mining Nodes"), +(3280,405,55, "Silverpine Forest Mining Nodes"), +(3332,405,35, "Silverpine Forest Mining Nodes"), +(3362,405,10, "Silverpine Forest Mining Nodes"), +(3435,406,55, "Silverpine Forest Mining Nodes"), +(3470,406,35, "Silverpine Forest Mining Nodes"), +(3545,406,10, "Silverpine Forest Mining Nodes"), +(3555,407,55, "Silverpine Forest Mining Nodes"), +(3564,407,35, "Silverpine Forest Mining Nodes"), +(3607,407,10, "Silverpine Forest Mining Nodes"), +(3608,408,55, "Silverpine Forest Mining Nodes"), +(3609,408,35, "Silverpine Forest Mining Nodes"), +(3610,408,10, "Silverpine Forest Mining Nodes"), +(3629,409,55, "Silverpine Forest Mining Nodes"), +(3661,409,35, "Silverpine Forest Mining Nodes"), +(3671,409,10, "Silverpine Forest Mining Nodes"), +(3676,410,55, "Silverpine Forest Mining Nodes"), +(3699,410,35, "Silverpine Forest Mining Nodes"), +(3799,410,10, "Silverpine Forest Mining Nodes"), +(3853,411,55, "Silverpine Forest Mining Nodes"), +(3859,411,35, "Silverpine Forest Mining Nodes"), +(3873,411,10, "Silverpine Forest Mining Nodes"), +(3892,412,55, "Silverpine Forest Mining Nodes"), +(3897,412,35, "Silverpine Forest Mining Nodes"), +(3899,412,10, "Silverpine Forest Mining Nodes"), +(3901,413,55, "Silverpine Forest Mining Nodes"), +(3905,413,35, "Silverpine Forest Mining Nodes"), +(3918,413,10, "Silverpine Forest Mining Nodes"), +(3920,414,55, "Silverpine Forest Mining Nodes"), +(3930,414,35, "Silverpine Forest Mining Nodes"), +(3931,414,10, "Silverpine Forest Mining Nodes"), +(3933,415,55, "Silverpine Forest Mining Nodes"), +(3940,415,35, "Silverpine Forest Mining Nodes"), +(3947,415,10, "Silverpine Forest Mining Nodes"), +(3948,416,55, "Silverpine Forest Mining Nodes"), +(3956,416,35, "Silverpine Forest Mining Nodes"), +(3959,416,10, "Silverpine Forest Mining Nodes"), +(3966,417,55, "Silverpine Forest Mining Nodes"), +(3972,417,35, "Silverpine Forest Mining Nodes"), +(3973,417,10, "Silverpine Forest Mining Nodes"), +(3975,418,55, "Silverpine Forest Mining Nodes"), +(3976,418,35, "Silverpine Forest Mining Nodes"), +(3978,418,10, "Silverpine Forest Mining Nodes"), +(3980,419,55, "Silverpine Forest Mining Nodes"), +(3981,419,35, "Silverpine Forest Mining Nodes"), +(3986,419,10, "Silverpine Forest Mining Nodes"), +(3992,420,55, "Silverpine Forest Mining Nodes"), +(3997,420,35, "Silverpine Forest Mining Nodes"), +(3999,420,10, "Silverpine Forest Mining Nodes"), +(4001,421,55, "Silverpine Forest Mining Nodes"), +(4002,421,35, "Silverpine Forest Mining Nodes"), +(4010,421,10, "Silverpine Forest Mining Nodes"), +(4011,422,55, "Silverpine Forest Mining Nodes"), +(4012,422,35, "Silverpine Forest Mining Nodes"), +(4013,422,10, "Silverpine Forest Mining Nodes"), +(4015,423,55, "Silverpine Forest Mining Nodes"), +(4016,423,35, "Silverpine Forest Mining Nodes"), +(4017,423,10, "Silverpine Forest Mining Nodes"), +(4020,424,55, "Silverpine Forest Mining Nodes"), +(4022,424,35, "Silverpine Forest Mining Nodes"), +(4023,424,10, "Silverpine Forest Mining Nodes"), +(4026,425,55, "Silverpine Forest Mining Nodes"), +(4031,425,35, "Silverpine Forest Mining Nodes"), +(4038,425,10, "Silverpine Forest Mining Nodes"), +(4040,426,55, "Silverpine Forest Mining Nodes"), +(4046,426,35, "Silverpine Forest Mining Nodes"), +(4051,426,10, "Silverpine Forest Mining Nodes"), +(4056,427,55, "Silverpine Forest Mining Nodes"), +(4057,427,35, "Silverpine Forest Mining Nodes"), +(4058,427,10, "Silverpine Forest Mining Nodes"), +(4062,428,55, "Silverpine Forest Mining Nodes"), +(4068,428,35, "Silverpine Forest Mining Nodes"), +(4069,428,10, "Silverpine Forest Mining Nodes"), +(4072,429,55, "Silverpine Forest Mining Nodes"), +(4074,429,35, "Silverpine Forest Mining Nodes"), +(4075,429,10, "Silverpine Forest Mining Nodes"), +(4076,430,55, "Silverpine Forest Mining Nodes"), +(4078,430,35, "Silverpine Forest Mining Nodes"), +(4081,430,10, "Silverpine Forest Mining Nodes"), +(4083,431,55, "Silverpine Forest Mining Nodes"), +(4087,431,35, "Silverpine Forest Mining Nodes"), +(4090,431,10, "Silverpine Forest Mining Nodes"), +(4091,432,55, "Silverpine Forest Mining Nodes"), +(4094,432,35, "Silverpine Forest Mining Nodes"), +(4098,432,10, "Silverpine Forest Mining Nodes"), +(4099,433,55, "Silverpine Forest Mining Nodes"), +(4102,433,35, "Silverpine Forest Mining Nodes"), +(4104,433,10, "Silverpine Forest Mining Nodes"), +(4105,434,55, "Silverpine Forest Mining Nodes"), +(4106,434,35, "Silverpine Forest Mining Nodes"), +(4109,434,10, "Silverpine Forest Mining Nodes"), +(4113,435,55, "Silverpine Forest Mining Nodes"), +(4114,435,35, "Silverpine Forest Mining Nodes"), +(4119,435,10, "Silverpine Forest Mining Nodes"), +(4121,436,55, "Silverpine Forest Mining Nodes"), +(4122,436,35, "Silverpine Forest Mining Nodes"), +(4123,436,10, "Silverpine Forest Mining Nodes"), +(4124,437,55, "Silverpine Forest Mining Nodes"), +(4129,437,35, "Silverpine Forest Mining Nodes"), +(4132,437,10, "Silverpine Forest Mining Nodes"), +(4133,438,55, "Silverpine Forest Mining Nodes"), +(4141,438,35, "Silverpine Forest Mining Nodes"), +(4144,438,10, "Silverpine Forest Mining Nodes"), +(4146,439,55, "Silverpine Forest Mining Nodes"), +(4147,439,35, "Silverpine Forest Mining Nodes"), +(4148,439,10, "Silverpine Forest Mining Nodes"), +(4151,440,55, "Silverpine Forest Mining Nodes"), +(4154,440,35, "Silverpine Forest Mining Nodes"), +(4156,440,10, "Silverpine Forest Mining Nodes"), +(4157,441,55, "Silverpine Forest Mining Nodes"), +(4158,441,35, "Silverpine Forest Mining Nodes"), +(4159,441,10, "Silverpine Forest Mining Nodes"), +(4161,442,55, "Silverpine Forest Mining Nodes"), +(4162,442,35, "Silverpine Forest Mining Nodes"), +(4163,442,10, "Silverpine Forest Mining Nodes"), +(4168,443,55, "Silverpine Forest Mining Nodes"), +(4171,443,35, "Silverpine Forest Mining Nodes"), +(4172,443,10, "Silverpine Forest Mining Nodes"), +(4175,444,55, "Silverpine Forest Mining Nodes"), +(4176,444,35, "Silverpine Forest Mining Nodes"), +(4177,444,10, "Silverpine Forest Mining Nodes"), +(4180,445,55, "Silverpine Forest Mining Nodes"), +(4182,445,35, "Silverpine Forest Mining Nodes"), +(4184,445,10, "Silverpine Forest Mining Nodes"), +(4188,446,55, "Silverpine Forest Mining Nodes"), +(4191,446,35, "Silverpine Forest Mining Nodes"), +(4192,446,10, "Silverpine Forest Mining Nodes"), +(4195,447,55, "Silverpine Forest Mining Nodes"), +(4201,447,35, "Silverpine Forest Mining Nodes"), +(4203,447,10, "Silverpine Forest Mining Nodes"), +(4204,448,55, "Silverpine Forest Mining Nodes"), +(4208,448,35, "Silverpine Forest Mining Nodes"), +(4213,448,10, "Silverpine Forest Mining Nodes"), +(4214,449,55, "Silverpine Forest Mining Nodes"), +(4215,449,35, "Silverpine Forest Mining Nodes"), +(4228,449,10, "Silverpine Forest Mining Nodes"), +(4230,450,55, "Silverpine Forest Mining Nodes"), +(4231,450,35, "Silverpine Forest Mining Nodes"), +(4236,450,10, "Silverpine Forest Mining Nodes"), +(4240,451,55, "Silverpine Forest Mining Nodes"), +(4244,451,35, "Silverpine Forest Mining Nodes"), +(4245,451,10, "Silverpine Forest Mining Nodes"), +(4247,452,55, "Silverpine Forest Mining Nodes"), +(4250,452,35, "Silverpine Forest Mining Nodes"), +(4256,452,10, "Silverpine Forest Mining Nodes"), +(4257,453,55, "Silverpine Forest Mining Nodes"), +(4260,453,35, "Silverpine Forest Mining Nodes"), +(4262,453,10, "Silverpine Forest Mining Nodes"), +(4263,454,55, "Silverpine Forest Mining Nodes"), +(4271,454,35, "Silverpine Forest Mining Nodes"), +(4278,454,10, "Silverpine Forest Mining Nodes"), +(4287,455,55, "Silverpine Forest Mining Nodes"), +(4296,455,35, "Silverpine Forest Mining Nodes"), +(4322,455,10, "Silverpine Forest Mining Nodes"), +(4337,456,55, "Silverpine Forest Mining Nodes"), +(4354,456,35, "Silverpine Forest Mining Nodes"), +(4366,456,10, "Silverpine Forest Mining Nodes"), +(4371,457,55, "Silverpine Forest Mining Nodes"), +(4385,457,35, "Silverpine Forest Mining Nodes"), +(4393,457,10, "Silverpine Forest Mining Nodes"), +(4403,458,55, "Silverpine Forest Mining Nodes"), +(4408,458,35, "Silverpine Forest Mining Nodes"), +(4444,458,10, "Silverpine Forest Mining Nodes"), +(4445,459,55, "Silverpine Forest Mining Nodes"), +(4449,459,35, "Silverpine Forest Mining Nodes"), +(4450,459,10, "Silverpine Forest Mining Nodes"), +(4459,460,55, "Silverpine Forest Mining Nodes"), +(4464,460,35, "Silverpine Forest Mining Nodes"), +(4467,460,10, "Silverpine Forest Mining Nodes"), +(4469,461,55, "Silverpine Forest Mining Nodes"), +(4472,461,35, "Silverpine Forest Mining Nodes"), +(4492,461,10, "Silverpine Forest Mining Nodes"), +(4497,462,55, "Silverpine Forest Mining Nodes"), +(4498,462,35, "Silverpine Forest Mining Nodes"), +(4545,462,10, "Silverpine Forest Mining Nodes"), +(4552,463,55, "Silverpine Forest Mining Nodes"), +(4554,463,35, "Silverpine Forest Mining Nodes"), +(4556,463,10, "Silverpine Forest Mining Nodes"), +(4559,464,55, "Silverpine Forest Mining Nodes"), +(4563,464,35, "Silverpine Forest Mining Nodes"), +(4566,464,10, "Silverpine Forest Mining Nodes"), +(4569,465,55, "Silverpine Forest Mining Nodes"), +(4572,465,35, "Silverpine Forest Mining Nodes"), +(4574,465,10, "Silverpine Forest Mining Nodes"), +(4576,466,55, "Silverpine Forest Mining Nodes"), +(4578,466,35, "Silverpine Forest Mining Nodes"), +(4580,466,10, "Silverpine Forest Mining Nodes"), +(4584,467,55, "Silverpine Forest Mining Nodes"), +(4586,467,35, "Silverpine Forest Mining Nodes"), +(4588,467,10, "Silverpine Forest Mining Nodes"), +(4590,468,55, "Silverpine Forest Mining Nodes"), +(4592,468,35, "Silverpine Forest Mining Nodes"), +(4614,468,10, "Silverpine Forest Mining Nodes"), +(4620,469,55, "Silverpine Forest Mining Nodes"), +(4622,469,35, "Silverpine Forest Mining Nodes"), +(4644,469,10, "Silverpine Forest Mining Nodes"), +(4650,470,55, "Silverpine Forest Mining Nodes"), +(4653,470,35, "Silverpine Forest Mining Nodes"), +(4674,470,10, "Silverpine Forest Mining Nodes"), +(4686,471,55, "Silverpine Forest Mining Nodes"), +(4687,471,35, "Silverpine Forest Mining Nodes"), +(4694,471,10, "Silverpine Forest Mining Nodes"), +(4699,472,55, "Silverpine Forest Mining Nodes"), +(4705,472,35, "Silverpine Forest Mining Nodes"), +(4707,472,10, "Silverpine Forest Mining Nodes"), +(4709,473,55, "Silverpine Forest Mining Nodes"), +(4721,473,35, "Silverpine Forest Mining Nodes"), +(4731,473,10, "Silverpine Forest Mining Nodes"), +(4739,474,55, "Silverpine Forest Mining Nodes"), +(4750,474,35, "Silverpine Forest Mining Nodes"), +(4751,474,10, "Silverpine Forest Mining Nodes"), +(4753,475,55, "Silverpine Forest Mining Nodes"), +(4757,475,35, "Silverpine Forest Mining Nodes"), +(4758,475,10, "Silverpine Forest Mining Nodes"), +(4777,476,55, "Silverpine Forest Mining Nodes"), +(4790,476,35, "Silverpine Forest Mining Nodes"), +(4793,476,10, "Silverpine Forest Mining Nodes"), +(4798,477,55, "Silverpine Forest Mining Nodes"), +(4814,477,35, "Silverpine Forest Mining Nodes"), +(4819,477,10, "Silverpine Forest Mining Nodes"), +(4821,478,55, "Silverpine Forest Mining Nodes"), +(4827,478,35, "Silverpine Forest Mining Nodes"), +(4833,478,10, "Silverpine Forest Mining Nodes"), +(4835,479,55, "Silverpine Forest Mining Nodes"), +(4838,479,35, "Silverpine Forest Mining Nodes"), +(4840,479,10, "Silverpine Forest Mining Nodes"), +(4846,480,55, "Silverpine Forest Mining Nodes"), +(4849,480,35, "Silverpine Forest Mining Nodes"), +(4859,480,10, "Silverpine Forest Mining Nodes"), +(4861,481,55, "Silverpine Forest Mining Nodes"), +(4923,481,35, "Silverpine Forest Mining Nodes"), +(4947,481,10, "Silverpine Forest Mining Nodes"), +(4973,482,55, "Silverpine Forest Mining Nodes"), +(4979,482,35, "Silverpine Forest Mining Nodes"), +(4987,482,10, "Silverpine Forest Mining Nodes"), +(4996,483,55, "Silverpine Forest Mining Nodes"), +(5004,483,35, "Silverpine Forest Mining Nodes"), +(5009,483,10, "Silverpine Forest Mining Nodes"), +(5014,484,55, "Silverpine Forest Mining Nodes"), +(5017,484,35, "Silverpine Forest Mining Nodes"), +(5023,484,10, "Silverpine Forest Mining Nodes"), +(5024,485,55, "Silverpine Forest Mining Nodes"), +(5028,485,35, "Silverpine Forest Mining Nodes"), +(5039,485,10, "Silverpine Forest Mining Nodes"), +(5050,486,55, "Silverpine Forest Mining Nodes"), +(5056,486,35, "Silverpine Forest Mining Nodes"), +(5059,486,10, "Silverpine Forest Mining Nodes"), +(5060,487,55, "Silverpine Forest Mining Nodes"), +(5065,487,35, "Silverpine Forest Mining Nodes"), +(5068,487,10, "Silverpine Forest Mining Nodes"), +(5086,488,55, "Silverpine Forest Mining Nodes"), +(5091,488,35, "Silverpine Forest Mining Nodes"), +(5093,488,10, "Silverpine Forest Mining Nodes"), +(5098,489,55, "Silverpine Forest Mining Nodes"), +(5102,489,35, "Silverpine Forest Mining Nodes"), +(5104,489,10, "Silverpine Forest Mining Nodes"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_00_world_335.sql new file mode 100644 index 00000000000..e5f53b54e66 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_00_world_335.sql @@ -0,0 +1,9 @@ +-- Foreman Oslow +DELETE FROM `creature_text` WHERE `CreatureID`=341; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(341,0,0,"Come on boys, we've got to get this bridge rebuilt.",12,7,100,22,0,0,50,0,"Foreman Oslow"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=341; +DELETE FROM `smart_scripts` WHERE `entryorguid`=341 AND `source_type`=0; +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 +(341,0,0,0,20,0,100,0,89,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Foreman Oslow - On Quest 'The Everstill Bridge' Finished - Say Line 0"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_01_world_335.sql new file mode 100644 index 00000000000..c611eaddadd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_01_world_335.sql @@ -0,0 +1,163 @@ +-- Defias Messenger +DELETE FROM `waypoint_data` WHERE `id`=455250; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(455250,1,-11024.3,1458.48,42.9863,0,0,0,0,100,0), +(455250,2,-11018.3,1434.54,43.1113,0,0,0,0,100,0), +(455250,3,-10999.9,1416.52,43.1031,0,0,0,0,100,0), +(455250,4,-10983.1,1410.91,42.9781,0,0,0,0,100,0), +(455250,5,-10965.8,1418.47,43.1677,0,0,0,0,100,0), +(455250,6,-10933.5,1423.93,43.0427,0,0,0,0,100,0), +(455250,7,-10915.6,1419.7,42.8789,0,0,0,0,100,0), +(455250,8,-10910.1,1432.67,42.5049,0,0,0,0,100,0), +(455250,9,-10900,1445.11,41.7178,0,0,0,0,100,0), +(455250,10,-10885.3,1457.35,40.7271,0,0,0,0,100,0), +(455250,11,-10866.9,1466.69,41.7989,0,0,0,0,100,0), +(455250,12,-10833.4,1477.93,44.4321,0,0,0,0,100,0), +(455250,13,-10799.9,1489.47,46.8256,0,0,0,0,100,0), +(455250,14,-10766.5,1498.05,47.711,0,0,0,0,100,0), +(455250,15,-10733,1502.48,48.0632,0,0,0,0,100,0), +(455250,16,-10700.1,1502.66,47.1882,0,0,0,0,100,0), +(455250,17,-10666.7,1507.09,46.5445,0,0,0,0,100,0), +(455250,18,-10633.3,1539.86,47.3145,0,0,0,0,100,0), +(455250,19,-10600.2,1555.27,47.4395,0,0,0,0,100,0), +(455250,20,-10566.9,1562.48,46.8828,0,0,0,0,100,0), +(455250,21,-10533.6,1587.42,44.4937,0,0,0,0,100,0), +(455250,22,-10508.9,1614.24,41.9046,0,0,0,0,100,0), +(455250,23,-10481.2,1648.12,37.4687,0,0,0,0,100,0), +(455250,24,-10461.7,1666.65,35.5912,0,0,0,0,100,0), +(455250,25,-10462.7,1691.47,35.5957,0,3000,0,0,100,0), +(455250,26,-10460.4,1693.59,35.5957,0,0,1,0,100,0), +(455250,27,-10449,1708.79,35.2494,0,0,1,0,100,0), +(455250,28,-10426.5,1743.92,33.7402,0,0,1,0,100,0), +(455250,29,-10416.6,1777.68,28.7875,0,0,1,0,100,0), +(455250,30,-10412.4,1810.25,24.3714,0,0,1,0,100,0), +(455250,31,-10404,1849.8,18.6227,0,0,1,0,100,0), +(455250,32,-10403.2,1873.64,14.9501,0,0,1,0,100,0), +(455250,33,-10414,1899.89,9.32512,0,0,1,0,100,0), +(455250,34,-10439,1920.27,10.5826,0,0,1,0,100,0), +(455250,35,-10458.1,1931.1,9.11068,0,0,1,0,100,0), +(455250,36,-10472.5,1938.23,7.89757,0,0,1,0,100,0), +(455250,37,-10464,1955.49,8.93939,0,0,1,0,100,0), +(455250,38,-10477.6,1976.32,9.24443,0,0,1,0,100,0), +(455250,39,-10501.4,1972.82,10.7568,0,0,1,0,100,0), +(455250,40,-10511.7,1961.35,7.41663,0,0,1,0,100,0), +(455250,41,-10523.6,1943.46,4.23074,0,0,1,0,100,0), +(455250,42,-10548.2,1951.47,-0.460234,0,0,1,0,100,0), +(455250,43,-10568.6,1978.86,-5.38337,0,10000,1,455250,100,0), +(455250,44,-10555.8,1958.8,-3.3736,0,0,1,0,100,0), +(455250,45,-10542.3,1947.6,1.62642,0,0,1,0,100,0), +(455250,46,-10524.9,1942.46,4.34905,0,0,1,0,100,0), +(455250,47,-10516.4,1948.99,4.69907,0,0,1,0,100,0), +(455250,48,-10503.2,1973.02,10.3947,0,0,1,0,100,0), +(455250,49,-10475.6,1974.96,9.28033,0,0,1,0,100,0), +(455250,50,-10464,1957.86,8.6916,0,0,1,0,100,0), +(455250,51,-10471.7,1938.27,7.97253,0,0,1,0,100,0), +(455250,52,-10457.9,1932.24,9.2374,0,0,1,0,100,0), +(455250,53,-10436.6,1916.33,9.53566,0,0,1,0,100,0), +(455250,54,-10418.4,1904.54,7.83281,0,0,1,0,100,0), +(455250,55,-10409.8,1887.79,11.506,0,0,1,0,100,0), +(455250,56,-10406.8,1877.75,14.0414,0,0,1,0,100,0), +(455250,57,-10400.5,1863.82,16.2073,0,0,1,0,100,0), +(455250,58,-10404.8,1832.07,21.0701,0,0,1,0,100,0), +(455250,59,-10413.2,1806.55,24.8249,0,0,1,0,100,0), +(455250,60,-10424,1772.13,29.7769,0,0,1,0,100,0), +(455250,61,-10425.3,1747.43,33.4757,0,0,1,0,100,0), +(455250,62,-10411.2,1735.17,37.0929,0,0,1,0,100,0), +(455250,63,-10387.9,1725.82,38.0202,0,0,1,0,100,0), +(455250,64,-10352.2,1724.66,36.0416,0,0,0,0,100,0), +(455250,65,-10323.8,1718.77,34.8388,0,0,0,0,100,0), +(455250,66,-10299.7,1706.26,37.1308,0,0,0,0,100,0), +(455250,67,-10266,1692.6,35.8463,0,0,0,0,100,0), +(455250,68,-10247,1675.18,34.4902,0,0,0,0,100,0), +(455250,69,-10223.5,1642.29,38.3598,0,0,0,0,100,0), +(455250,70,-10205.1,1605.19,46.0555,0,0,0,0,100,0), +(455250,71,-10185.6,1586.09,45.8647,0,0,0,0,100,0), +(455250,72,-10164.2,1572.13,44.8373,0,0,0,0,100,0), +(455250,73,-10123.5,1555.31,42.3237,0,0,0,0,100,0), +(455250,74,-10108.4,1541.78,42.2112,0,0,0,0,100,0), +(455250,75,-10085.1,1516.22,42.4478,0,0,0,0,100,0), +(455250,76,-10067.8,1486.12,46.4501,0,0,0,0,100,0), +(455250,77,-10052.9,1467.47,45.4537,0,0,1,0,100,0), +(455250,78,-10014.5,1459.66,41.2095,0,0,1,0,100,0), +(455250,79,-9991.49,1458.64,41.4995,0,0,1,0,100,0), +(455250,80,-9976.18,1457.13,45.0206,0,0,1,0,100,0), +(455250,81,-9948.04,1454.6,40.4763,0,0,1,0,100,0), +(455250,82,-9933.26,1441.73,39.1431,0,0,1,0,100,0), +(455250,83,-9923.84,1443.33,39.3621,0,0,1,0,100,0), +(455250,84,-9900.19,1457.97,40.8349,0,0,1,0,100,0), +(455250,85,-9881.88,1450.04,43.709,0,0,1,0,100,0), +(455250,86,-9875.23,1450.28,42.8109,0,0,1,0,100,0), +(455250,87,-9859.63,1457.97,41.3427,0,0,1,0,100,0), +(455250,88,-9849.83,1453.91,40.5755,0,0,1,0,100,0), +(455250,89,-9843.56,1445.74,39.0059,0,0,1,0,100,0), +(455250,90,-9823.62,1423.47,36.7852,0,0,1,0,100,0), +(455250,91,-9821.87,1412.5,36.499,0,0,1,0,100,0), +(455250,92,-9826.46,1406.79,36.9153,0,0,1,0,100,0), +(455250,93,-9835.87,1401.99,38.0764,0,0,1,0,100,0), +(455250,94,-9842.13,1396.29,37.3674,0,10000,1,1189,100,0), +(455250,95,-9823.06,1411.54,36.3635,0,0,1,0,100,0), +(455250,96,-9822.35,1420.64,36.5567,0,0,1,0,100,0), +(455250,97,-9834.79,1435.69,37.6628,0,0,1,0,100,0), +(455250,98,-9853.21,1456.05,40.9653,0,0,1,0,100,0), +(455250,99,-9870.27,1455.45,42.3767,0,0,1,0,100,0), +(455250,100,-9882.26,1448.69,43.7431,0,0,1,0,100,0), +(455250,101,-9898.55,1456.87,41.1526,0,0,1,0,100,0), +(455250,102,-9906.68,1454.73,40.4808,0,0,1,0,100,0), +(455250,103,-9932.6,1441.31,39.124,0,0,1,0,100,0), +(455250,104,-9950.89,1456.18,40.5866,0,0,1,0,100,0), +(455250,105,-9967.03,1455.99,44.5031,0,0,1,0,100,0), +(455250,106,-9991.21,1458.52,41.5305,0,0,1,0,100,0), +(455250,107,-10012.2,1466.57,40.9185,0,0,1,0,100,0), +(455250,108,-10050.7,1470.6,45.6082,0,0,1,0,100,0), +(455250,109,-10070,1490.06,46.4594,0,0,1,0,100,0), +(455250,110,-10089.4,1518.78,41.9798,0,0,0,0,100,0), +(455250,111,-10121.4,1553.17,42.3523,0,0,0,0,100,0), +(455250,112,-10158.6,1569.76,44.1323,0,0,0,0,100,0), +(455250,113,-10185.4,1584.59,45.8592,0,0,0,0,100,0), +(455250,114,-10204,1605.52,46.0855,0,0,0,0,100,0), +(455250,115,-10218.8,1633.28,40.5342,0,0,0,0,100,0), +(455250,116,-10242.3,1669.62,34.6274,0,0,0,0,100,0), +(455250,117,-10262.1,1689.54,35.5146,0,0,0,0,100,0), +(455250,118,-10282.5,1700.46,36.9913,0,0,0,0,100,0), +(455250,119,-10311.1,1711.42,36.4032,0,0,0,0,100,0), +(455250,120,-10335.8,1721.85,34.6113,0,0,0,0,100,0), +(455250,121,-10381.6,1726.92,38.463,0,0,0,0,100,0), +(455250,122,-10409,1723.05,35.455,0,0,0,0,100,0), +(455250,123,-10425.2,1708.05,34.4076,0,0,0,0,100,0), +(455250,124,-10440.8,1688.63,34.9281,0,0,0,0,100,0), +(455250,125,-10462.9,1663.45,35.5745,0,0,0,0,100,0), +(455250,126,-10482.5,1648.56,37.4599,0,0,0,0,100,0), +(455250,127,-10506.4,1618.82,41.2972,0,0,0,0,100,0), +(455250,128,-10525.8,1593.32,43.8772,0,0,0,0,100,0), +(455250,129,-10543.4,1581.86,45.0814,0,0,0,0,100,0), +(455250,130,-10554.1,1574.88,45.7229,0,0,0,0,100,0), +(455250,131,-10576.7,1557.12,47.438,0,0,0,0,100,0), +(455250,132,-10601.5,1555.4,47.4711,0,0,0,0,100,0), +(455250,133,-10625.3,1545.97,47.1961,0,0,0,0,100,0), +(455250,134,-10642.9,1533.3,47.3155,0,0,0,0,100,0), +(455250,135,-10663.4,1510.29,46.5769,0,0,0,0,100,0), +(455250,136,-10676.3,1504.88,46.0457,0,0,0,0,100,0), +(455250,137,-10706.1,1503.8,47.5113,0,0,0,0,100,0), +(455250,138,-10719.3,1503.75,48.4023,0,0,0,0,100,0), +(455250,139,-10741.6,1501.3,47.8971,0,0,0,0,100,0), +(455250,140,-10779,1495.48,47.7248,0,0,0,0,100,0), +(455250,141,-10814.5,1484.85,45.5877,0,0,0,0,100,0), +(455250,142,-10847.3,1473.48,43.427,0,0,0,0,100,0), +(455250,143,-10875.3,1462.61,41.51,0,0,0,0,100,0), +(455250,144,-10891.5,1454.56,41.0618,0,0,0,0,100,0), +(455250,145,-10904.6,1442.63,41.8719,0,0,0,0,100,0), +(455250,146,-10912.3,1429.66,42.6348,0,0,0,0,100,0), +(455250,147,-10916.2,1420.05,42.7921,0,0,0,0,100,0), +(455250,148,-10942.5,1424.95,43.1856,0,0,0,0,100,0), +(455250,149,-10957.7,1422.2,43.1459,0,0,0,0,100,0), +(455250,150,-10979.7,1411.7,42.7758,0,0,0,0,100,0), +(455250,151,-10992.3,1412.79,42.9071,0,0,0,0,100,0), +(455250,152,-11011.4,1426.53,43.0596,0,0,0,0,100,0), +(455250,153,-11021.4,1442.32,43.0378,0,0,0,0,100,0), +(455250,154,-11024.3,1459.81,42.9215,0,0,0,0,100,0); + +DELETE FROM `waypoint_scripts` WHERE `id`=455250; +INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES +(455250,0,0,1,0,37,0,0,0,0,2); + +UPDATE `waypoint_scripts` SET `datalong`=1 WHERE `id`=1189; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_02_world_335.sql new file mode 100644 index 00000000000..5c9ca4c8e3c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_02_world_335.sql @@ -0,0 +1,12 @@ +-- Apothecary Renferrel +DELETE FROM `creature_text` WHERE `CreatureID`=1937; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1937,0,0,"%s concocts a potion for $n.",16,0,100,0,0,0,885,0,"Apothecary Renferrel"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1937; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1937 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=193700 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 +(1937,0,0,0,19,0,100,0,430,0,0,0,80,193700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Renferrel - On Quest 'Return to Quinn' Taken - Run Script"), +(193700,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Renferrel - On Script - Say Line 0"), +(193700,9,1,0,0,0,100,0,0,0,0,0,11,4508,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Renferrel - On Script - Cast 'Discolored Healing Potion'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_03_world_335.sql new file mode 100644 index 00000000000..5653f9a4522 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_03_world_335.sql @@ -0,0 +1,338 @@ +-- Quest "Feathermoon Stronghold" +DELETE FROM `quest_details` WHERE `ID`=7494; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7494,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=7494; + +-- Quest "Lethtendris's Web" +DELETE FROM `quest_details` WHERE `ID`=7488; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7488,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7488; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1, `Emote4`=2 WHERE `ID`=7488; + +-- Quest "The Ruins of Solarsal" +DELETE FROM `quest_details` WHERE `ID`=2866; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2866,1,1,0,0,0,0,0,0,0); + +-- Quest "Return to Feathermoon Stronghold" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=2867; + +-- Quest "Against the Hatecrest" +DELETE FROM `quest_details` WHERE `ID`=3130; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3130,1,1,66,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66, `Emote2`=1 WHERE `ID`=3130; + +-- Quest "Against the Hatecrest (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=2869; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2869,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2869; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=25 WHERE `ID`=2869; + +-- Quest "Against Lord Shalzaru" +DELETE FROM `quest_details` WHERE `ID`=2870; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2870,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2870; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=2 WHERE `ID`=2870; + +-- Quest "Delivering the Relic" +DELETE FROM `quest_details` WHERE `ID`=2871; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2871,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=2871; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=2871; + +-- Quest "The Mark of Quality" +DELETE FROM `quest_details` WHERE `ID`=2821; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2821,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2821; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=2 WHERE `ID`=2821; + +-- Quest "Improved Quality" +DELETE FROM `quest_details` WHERE `ID`=7733; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7733,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=7733; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=7733; + +-- Quest "Elven Legends" +DELETE FROM `quest_details` WHERE `ID`=7482; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7482,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=7482; + +-- Quest "Jonespyre's Request" +DELETE FROM `quest_details` WHERE `ID` IN (3787,3788); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3787,1,0,0,0,0,0,0,0,0), +(3788,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID` IN (3787,3788); + +-- Quest "The Mystery of Morrowgrain" +DELETE FROM `quest_details` WHERE `ID`=3791; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3791,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=3791; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=3791; + +-- Quest "Morrowgrain to Feathermoon Stronghold" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=3792; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=3792; + +-- Quest "In Search of Knowledge" +DELETE FROM `quest_details` WHERE `ID`=2939; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2939,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=2939; + +-- Quest "Feralas: A History" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=2940; + +-- Quest "The Borrower" +DELETE FROM `quest_details` WHERE `ID`=2941; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2941,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=2941; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=2941; + +-- Quest "The Super Snapper FX" +DELETE FROM `quest_details` WHERE `ID`=2944; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2944,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2944; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2944; + +-- Quest "Return to Troyas" +DELETE FROM `quest_details` WHERE `ID`=2943; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2943,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=2943; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2943; + +-- Quest "The Stave of Equinex" +DELETE FROM `quest_details` WHERE `ID`=2879; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2879,5,1,1,0,0,0,0,0,0); + +-- Quest "The Morrow Stone" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2942; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=2942; + +-- Quest "The High Wilderness" +DELETE FROM `quest_details` WHERE `ID`=2982; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2982,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2982; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=2982; + +-- Quest "Wild Leather Armor" +DELETE FROM `quest_details` WHERE `ID`=2847; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2847,21,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2847; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2847; + +-- Quest "Wild Leather Shoulders" +DELETE FROM `quest_details` WHERE `ID`=2848; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2848,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2848; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `RewardText`="These armor kits are of solid quality, $N. If there is one thing I demand in not only my work, but the work of those in my employ, it is quality.$B$BYou've done well to earn this pattern; I hope it brings you the rewards it has brought me." WHERE `ID`=2848; + +-- Quest "Wild Leather Vest" +DELETE FROM `quest_details` WHERE `ID`=2849; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2849,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2849; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2849; + +-- Quest "Wild Leather Helmet" +DELETE FROM `quest_details` WHERE `ID`=2850; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2850,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2850; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2850; + +-- Quest "Wild Leather Boots" +DELETE FROM `quest_details` WHERE `ID`=2851; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2851,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2851; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2851; + +-- Quest "Wild Leather Leggings" +DELETE FROM `quest_details` WHERE `ID`=2852; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2852,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2852; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2852; + +-- Quest "Master of the Wild Leather" +DELETE FROM `quest_details` WHERE `ID`=2853; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2853,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2, `EmoteOnComplete`=2 WHERE `ID`=2853; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=2853; + +-- Quest "Moonglow Vest" +DELETE FROM `quest_details` WHERE `ID`=1582; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1582,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1582; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1582; + +-- Quest "The Missing Courier" +DELETE FROM `quest_details` WHERE `ID`=4124; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4124,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4124; + +-- Quest "The Missing Courier (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=4125; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4125,1,1,1,0,0,0,0,0,0); + +-- Quest "Boat Wreckage" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2, `EmoteOnComplete`=2 WHERE `ID`=4127; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6 WHERE `ID`=4127; + +-- Quest "The Knife Revealed" +DELETE FROM `quest_details` WHERE `ID`=4129; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4129,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=4129; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4129; + +-- Quest "Psychometric Reading" +DELETE FROM `quest_details` WHERE `ID`=4130; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4130,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=4130; + +-- Quest "The Woodpaw Gnolls" +DELETE FROM `quest_details` WHERE `ID`=4131; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4131,1,1,1,0,0,0,0,0,0); + +-- Quest "Freed from the Hive" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=4265; + +-- Quest "A Hero's Welcome" +DELETE FROM `quest_details` WHERE `ID`=4266; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4266,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66, `Emote2`=1 WHERE `ID`=4266; + +-- Quest "Rise of the Silithid" +DELETE FROM `quest_details` WHERE `ID`=4267; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4267,1,1,66,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2, `EmoteOnComplete`=2 WHERE `ID`=4267; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=4267; + +-- Quest "Thalanaar Delivery" +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=4281; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1, `Emote4`=2 WHERE `ID`=4281; + +-- Quest "Tribal Leatherworking" +DELETE FROM `quest_details` WHERE `ID`=5143; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5143,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5143; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=5143; + +-- Quest "Lonebrow's Journal" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1100; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1100; + +-- Quest "The Crone of the Kraul" +DELETE FROM `quest_details` WHERE `ID`=1101; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1101,18,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1101; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=1101; + +-- Quest "Pusillin and the Elder Azj'Tordin" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=7441; + +-- Quest "Freedom for All Creatures" +DELETE FROM `quest_details` WHERE `ID`=2969; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2969,5,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=2969; + +-- Quest "Doling Justice" +DELETE FROM `quest_details` WHERE `ID`=2970; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2970,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=2970; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2970; + +-- Quest "Doling Justice" +DELETE FROM `quest_details` WHERE `ID`=2972; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2972,1,1,2,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2972; + +-- Quest "An Orphan Looking For a Home" +DELETE FROM `quest_details` WHERE `ID`=3841; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3841,1,1,6,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=3 WHERE `ID`=3841; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6 WHERE `ID`=3841; + +-- Quest "A Short Incubation" +DELETE FROM `quest_details` WHERE `ID`=3842; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3842,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=3842; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=3842; + +-- Quest "The Newest Member of the Family" +DELETE FROM `quest_details` WHERE `ID`=3843; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3843,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=3843; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=3843; + +-- Quest "Food for Baby" +DELETE FROM `quest_details` WHERE `ID`=4297; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4297,1,1,6,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4297; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6, `Emote3`=11 WHERE `ID`=4297; + +-- Quest "Becoming a Parent" +DELETE FROM `quest_details` WHERE `ID`=4298; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4298,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4298; + +-- Quest "Rescue OOX-22/FE!" +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID` IN (2767,648,836); + +-- Quest "Pristine Yeti Hide" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=7735; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=2 WHERE `ID`=7735; + +-- Quest "The Giant Guardian" +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2844; + +-- Quest "Wandering Shay" +DELETE FROM `quest_details` WHERE `ID`=2845; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2845,6,1,0,0,0,0,0,0,0); + +-- Fix availability for quest "March of the Silithid" +UPDATE `quest_template_addon` SET `NextQuestID`=4493 WHERE `ID` IN (162,4267); +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=4493; + +-- Fix "Wild Leather Armor" quest chain +UPDATE `quest_template_addon` SET `ExclusiveGroup`=-2851 WHERE `ID` IN (2851,2852); +UPDATE `quest_template_addon` SET `NextQuestID`=2851 WHERE `ID` IN (2848,2849); +UPDATE `quest_template_addon` SET `NextQuestID`=2852 WHERE `ID`=2850; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_04_world_335.sql new file mode 100644 index 00000000000..a33ef9f1038 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_04_world_335.sql @@ -0,0 +1,279 @@ +-- Quest "Trouble in Winterspring!" +DELETE FROM `quest_details` WHERE `ID`=6603; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6603,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3 WHERE `ID`=6603; + +-- Quest "Threat of the Winterfall" +DELETE FROM `quest_details` WHERE `ID`=5082; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5082,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=6 WHERE `ID`=5082; + +-- Quest "Mystery Goo" +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=5085; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=5085; + +-- Quest "Toxic Horrors" +DELETE FROM `quest_details` WHERE `ID`=5086; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5086,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5086; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5086; + +-- Quest "Winterfall Runners" +DELETE FROM `quest_details` WHERE `ID`=5087; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5087,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5087; + +-- Quest "Are We There, Yeti?" +DELETE FROM `quest_details` WHERE `ID`=3783; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3783,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3783; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3783; + +-- Quest "Are We There, Yeti? (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=977; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(977,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=977; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=977; + +-- Quest "Are We There, Yeti? (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=5163; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5163,4,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5163; +UPDATE `quest_offer_reward` SET `Emote1`=11, `Emote2`=11 WHERE `ID`=5163; + +-- Quest "Ursius of the Shardtooth" +DELETE FROM `quest_details` WHERE `ID`=5054; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5054,1,2,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5054; + +-- Quest "Brumeran of the Chillwind" +DELETE FROM `quest_details` WHERE `ID`=5055; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5055,1,2,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=5055; + +-- Quest "Shy-Rotam" +DELETE FROM `quest_details` WHERE `ID`=5056; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5056,1,2,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5056; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=5056; + +-- Quest "Past Endeavors" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1, `RewardText`="We learn from our life experiences, $N. I am sure that you have only become stronger and wiser as a result of yours. You have grown much since we first spoke.$b$bTake this in remembrance of the difficult tasks you have accomplished as a $R $C, and know that you will always have my respect and admiration." WHERE `ID`=5057; + +-- Quest "Luck Be With You" +DELETE FROM `quest_details` WHERE `ID`=969; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(969,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=11, `EmoteOnComplete`=11 WHERE `ID`=969; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=969; + +-- Quest "Cache of Mau'ari" +DELETE FROM `quest_details` WHERE `ID`=975; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(975,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=975; + +-- Quest "Guarding Secrets" +DELETE FROM `quest_details` WHERE `ID`=4883; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4883,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4883; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4883; + +-- Quest "To Winterspring!" +DELETE FROM `quest_details` WHERE `ID`=5249; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5249,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=2 WHERE `ID`=5249; + +-- Quest "Starfall" +DELETE FROM `quest_details` WHERE `ID`=5250; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5250,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=2 WHERE `ID`=5250; + +-- Quest "The Ruins of Kel'Theril" +DELETE FROM `quest_details` WHERE `ID`=5244; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5244,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=5244; + +-- Quest "Troubled Spirits of Kel'Theril" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5245; + +-- Quest "Fragments of the Past" +DELETE FROM `quest_details` WHERE `ID`=5246; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5246,2,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5246; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5246; + +-- Quest "Fragments of the Past (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=5247; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5247,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5247; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5247; + +-- Quest "Tormented By the Past" +DELETE FROM `quest_details` WHERE `ID`=5248; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5248,1,1,2,0,0,0,0,0,0); + +-- Quest "Remorseful Highborne" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5252; + +-- Quest "The Crystal of Zin-Malor" +DELETE FROM `quest_details` WHERE `ID`=5253; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5253,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5253; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=5253; + +-- Quest "Snakestone of the Shadow Huntress" +DELETE FROM `quest_details` WHERE `ID`=5306; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5306,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5306; +UPDATE `quest_offer_reward` SET `Emote1`=15 WHERE `ID`=5306; + +-- Quest "Sweet Serenity" +DELETE FROM `quest_details` WHERE `ID`=5305; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5305,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5305; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5305; + +-- Quest "Corruption" +DELETE FROM `quest_details` WHERE `ID`=5307; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5307,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5307; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5307; + +-- Quest "Favored of Elune?" +DELETE FROM `quest_details` WHERE `ID`=3661; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3661,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=3661; + +-- Quest "Moontouched Wildkin" +DELETE FROM `quest_details` WHERE `ID`=978; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(978,1,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=978; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=978; + +-- Quest "Find Ranshalla" +DELETE FROM `quest_details` WHERE `ID`=979; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(979,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3 WHERE `ID`=979; + +-- Quest "Guardians of the Altar" +DELETE FROM `quest_details` WHERE `ID`=4901; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4901,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=4901; + +-- Quest "Wildkin of Elune" +DELETE FROM `quest_details` WHERE `ID`=4902; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4902,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=4902; + +-- Quest "Enraged Wildkin" +DELETE FROM `quest_details` WHERE `ID`=6604; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6604,6,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=6604; + +-- Quest "Enraged Wildkin (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=4861; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4861,3,1,0,0,0,0,0,0,0); + +-- Quest "Enraged Wildkin (Part 4)" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4864; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=4864; + +-- Quest "The Everlook Report" +DELETE FROM `quest_details` WHERE `ID`=6028; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6028,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=66 WHERE `ID`=6028; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6028; + +-- Quest "Frostsaber E'ko" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID` IN (4801,4802,4803,4804,4805,4806,4807); + +-- Quest "High Chief Winterfall" +DELETE FROM `quest_details` WHERE `ID`=5121; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5121,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=5121; + +-- Quest "The Final Piece" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5123; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5123; + +-- Quest "Words of the High Chief" +DELETE FROM `quest_details` WHERE `ID`=5128; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5128,1,2,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=5128; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=5128; + +-- Quest "Making Amends" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9266; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9266; + +-- Quest "Finkle Einhorn, At Your Service!" +DELETE FROM `quest_details` WHERE `ID`=5047; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5047,1,25,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5047; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=5047; + +-- Quest "Frostsaber Provisions" +DELETE FROM `quest_details` WHERE `ID`=4970; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4970,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4970; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=4970; + +-- Quest "Winterfall Intrusion" +DELETE FROM `quest_details` WHERE `ID`=5201; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5201,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5201; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5201; + +-- Quest "Rampaging Giants" +DELETE FROM `quest_details` WHERE `ID`=5981; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5981,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5981; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=5981; + +-- Quest "Cap of the Scarlet Savant" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5063; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=5063; + +-- Quest "Leggings of Arcana" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5067; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=5067; + +-- Quest "Breastplate of Bloodthirst" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5068; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5068; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_05_world_335.sql new file mode 100644 index 00000000000..3f152daee4a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_05_world_335.sql @@ -0,0 +1,326 @@ +-- Quarry Slave +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8917; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8917 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8917,0,0,0,4,0,100,0,0,0,0,0,0,39,20,1,0,0,0,0,1,0,0,0,0,0,0,0,"Quarry Slave - On Aggro - Call For Help"), +(8917,0,1,0,0,0,100,0,5000,8000,5000,8000,0,11,14516,0,0,0,0,0,2,0,0,0,0,0,0,0,"Quarry Slave - In Combat - Cast 'Strike'"), +(8917,0,2,0,0,0,100,0,7000,9000,13000,16000,0,11,9080,0,0,0,0,0,2,0,0,0,0,0,0,0,"Quarry Slave - In Combat - Cast 'Hamstring'"), +(8917,0,3,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quarry Slave - Between 0-15% Health - Flee For Assist (No Repeat)"); + +UPDATE `creature_addon` SET `emote`=173 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=8917); -- Add some missing emotes + +-- Anvilrage Overseer +DELETE FROM `smart_scripts` WHERE `entryorguid`=8889 AND `source_type`=0 AND `id`=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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8889,0,1,0,25,0,100,0,0,0,0,0,0,11,13589,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Overseer - On Reset - Cast 'Haste Aura'"); + +-- Anvilrage Warden +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8890; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8890 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8890,0,0,0,9,0,100,0,0,30,12000,18000,0,11,14030,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Warden - Within 0-30 Range - Cast 'Hooked Net'"), +(8890,0,1,0,0,0,100,0,9000,11000,12000,16000,0,11,11972,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Warden - In Combat - Cast 'Shield Bash'"); + +-- Bloodhound +DELETE FROM `smart_scripts` WHERE `entryorguid`=8921 AND `source_type`=0 AND `id`=2; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8921,0,2,0,25,0,100,0,0,0,0,0,0,11,8279,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodhound - On Reset - Cast 'Stealth Detection'"); + +-- Anvilrage Guardsman +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8891; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8891 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8891,0,0,0,0,0,100,0,3000,6000,13000,16000,0,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Shield Block'"), +(8891,0,1,0,0,0,100,0,7000,9000,12000,14000,0,11,6713,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Disarm'"), +(8891,0,2,0,0,0,100,0,5000,7000,15000,17000,0,11,11971,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Sunder Armor'"); + +-- Twilight's Hammer Torturer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8912; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8912 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8912,0,0,0,25,0,100,0,0,0,0,0,0,11,13616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight's Hammer Torturer - On Reset - Cast 'Wracking Pains Proc'"), +(8912,0,1,0,0,0,100,0,3000,6000,14000,17000,0,11,14032,0,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight's Hammer Torturer - In Combat - Cast 'Shadow Word: Pain'"); + +-- Anvilrage Footman +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8892; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8892 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8892,0,0,0,0,0,100,0,5000,8000,7000,10000,0,11,11976,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Footman - In Combat - Cast 'Strike'"), +(8892,0,1,0,13,0,100,0,13000,15000,0,0,0,11,11978,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Footman - Target Casting - Cast 'Kick'"); + +-- Fireguard +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8909; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8909 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8909,0,0,0,0,0,100,0,0,0,3000,5000,0,11,15242,64,0,0,0,0,2,0,0,0,0,0,0,0,"Fireguard - In Combat - Cast 'Fireball'"); + +-- Lord Roccor +DELETE FROM `smart_scripts` WHERE `entryorguid`=9025 AND `source_type`=0 AND `id`=2; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9025,0,2,0,0,0,100,0,10000,13000,11000,14000,0,11,6524,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Roccor - In Combat - Cast 'Ground Tremor'"); + +-- Houndmaster Grebmar +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9319; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9319 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9319,0,0,0,0,0,100,0,7000,9000,22000,24000,0,11,13730,0,0,0,0,0,1,0,0,0,0,0,0,0,"Houndmaster Grebmar - In Combat - Cast 'Demoralizing Shout'"), +(9319,0,1,0,0,0,100,0,5000,7000,12000,14000,0,11,15615,0,0,0,0,0,2,0,0,0,0,0,0,0,"Houndmaster Grebmar - In Combat - Cast 'Pummel'"), +(9319,0,2,0,2,0,100,1,0,30,0,0,0,11,21049,0,0,0,0,0,1,0,0,0,0,0,0,0,"Houndmaster Grebmar - Between 0-30% Health - Cast 'Bloodlust' (No Repeat)"); + +-- Arena Spectator +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8916; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8916 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8916,0,0,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arena Spectator - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Anvilrage Soldier +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8893; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8893 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8893,0,0,0,0,0,100,0,5000,7000,11000,15000,0,11,15284,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Soldier - In Combat - Cast 'Cleave'"), +(8893,0,1,0,0,0,100,0,7000,9000,13000,15000,0,11,9080,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Soldier - In Combat - Cast 'Hamstring'"), +(8893,0,2,0,2,0,100,0,0,30,16000,18000,0,11,13847,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Soldier - Between 0-30% Health - Cast 'Recklessness'"); + +-- Anvilrage Medic +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8894; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8894 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8894,0,0,0,16,0,100,0,13864,1,1000,2000,0,11,13864,0,0,0,0,0,7,0,0,0,0,0,0,0,"Anvilrage Medic - On Friendly Unit Missing Buff 'Power Word: Fortitude' - Cast 'Power Word: Fortitude'"), +(8894,0,1,0,0,0,100,0,0,0,3000,5000,0,11,15587,64,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Medic - In Combat - Cast 'Mind Blast'"), +(8894,0,2,0,0,0,100,0,12000,15000,28000,32000,0,11,15585,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Medic - In Combat - Cast 'Prayer of Healing'"), +(8894,0,3,0,14,0,100,0,2500,40,18000,21000,0,11,15586,0,0,0,0,0,7,0,0,0,0,0,0,0,"Anvilrage Medic - Friendly At 2500 Health - Cast 'Heal'"); + +-- Shadowforge Citizen +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8902; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8902 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8902,0,0,0,4,0,100,0,0,0,0,0,0,31,1,5,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowforge Citizen - On Aggro - Set Phase Random Between 1-5"), +(8902,0,1,0,0,1,100,0,7000,9000,8000,12000,0,11,40505,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Citizen - In Combat - Cast 'Cleave' (Phase 1)"), +(8902,0,2,0,0,1,100,0,5000,7000,7000,10000,0,11,13446,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Citizen - In Combat - Cast 'Strike' (Phase 1)"), +(8902,0,3,0,0,2,100,0,6000,8000,15000,18000,0,11,11831,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowforge Citizen - In Combat - Cast 'Frost Nova' (Phase 2)"), +(8902,0,4,0,0,4,100,0,0,0,3000,4000,0,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Citizen - In Combat - Cast 'Shadow Bolt' (Phase 3)"), +(8902,0,5,0,0,8,100,0,3000,6000,6000,12000,0,11,13339,0,0,0,0,0,5,0,0,0,0,0,0,0,"Shadowforge Citizen - In Combat - Cast 'Fire Blast' (Phase 4)"), +(8902,0,6,0,14,16,100,0,1200,40,18000,21000,0,11,11642,0,0,0,0,0,7,0,0,0,0,0,0,0,"Shadowforge Citizen - Friendly At 1200 Health - Cast 'Heal' (Phase 5)"), +(8902,0,7,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shadowforge Citizen - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Shadowforge Peasant +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8896; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8896 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8896,0,0,0,4,0,100,0,0,0,0,0,0,31,1,5,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowforge Peasant - On Aggro - Set Phase Random Between 1-5"), +(8896,0,1,0,0,1,100,0,7000,9000,12000,17000,0,11,6713,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Peasant - In Combat - Cast 'Disarm' (Phase 1)"), +(8896,0,2,0,0,1,100,0,5000,7000,7000,10000,0,11,13446,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Peasant - In Combat - Cast 'Strike' (Phase 1)"), +(8896,0,3,0,0,2,100,0,0,0,2000,4000,0,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Peasant - In Combat - Cast 'Shoot' (Phase 2)"), +(8896,0,4,0,9,2,100,0,0,5,18000,21000,0,11,3604,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Peasant - Within 0-5 Range - Cast 'Tendon Rip' (Phase 2)"), +(8896,0,5,0,0,4,100,0,0,0,2000,4000,0,11,7978,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Peasant - In Combat - Cast 'Throw Dynamite' (Phase 3)"), +(8896,0,6,0,14,8,100,0,1200,40,18000,21000,0,11,11642,0,0,0,0,0,7,0,0,0,0,0,0,0,"Shadowforge Peasant - Friendly At 1200 Health - Cast 'Heal' (Phase 4)"), +(8896,0,7,0,0,16,100,0,0,0,3000,5000,0,11,9053,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Citizen - In Combat - Cast 'Fireball' (Phase 5)"), +(8896,0,8,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shadowforge Peasant - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Anvilrage Officer +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8895; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8895 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8895,0,0,0,4,0,100,0,0,0,0,0,0,11,9128,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Officer - On Aggro - Cast 'Battle Shout'"), +(8895,0,1,0,0,0,100,0,5000,7000,9000,13000,0,11,6253,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Officer - In Combat - Cast 'Backhand'"), +(8895,0,2,0,14,0,100,0,3000,40,12000,16000,0,11,13952,0,0,0,0,0,7,0,0,0,0,0,0,0,"Anvilrage Officer - Friendly At 3000 Health - Cast 'Holy Light'"), +(8895,0,3,0,2,0,100,0,0,20,21000,28000,0,11,13874,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Officer - Between 0-15% Health - Cast 'Divine Shield'"); + +-- Shadowforge Senator +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8904; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8904 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8904,0,0,0,4,0,100,0,0,0,0,0,0,31,1,5,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowforge Senator - On Aggro - Set Phase Random Between 1-5"), +(8904,0,1,0,0,1,100,0,0,0,3000,5000,0,11,14034,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Senator - In Combat - Cast 'Fireball' (Phase 1)"), +(8904,0,2,0,16,1,100,0,2601,1,15000,19000,0,11,2601,0,0,0,0,0,7,0,0,0,0,0,0,0,"Shadowforge Senator - On Friendly Unit Missing Buff 'Fire Shield III' - Cast 'Fire Shield III' (Phase 1)"), +(8904,0,3,0,0,2,100,0,0,0,3000,5000,0,11,12471,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Senator - In Combat - Cast 'Shadow Bolt' (Phase 2)"), +(8904,0,4,0,0,2,100,0,3000,6000,13000,19000,0,11,14868,0,0,0,0,0,5,0,0,0,0,0,0,0,"Shadowforge Senator - In Combat - Cast 'Curse of Agony' (Phase 2)"), +(8904,0,5,0,0,4,100,0,6000,8000,15000,18000,0,11,11831,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowforge Senator - In Combat - Cast 'Frost Nova' (Phase 3)"), +(8904,0,6,0,0,8,100,0,3000,8000,14000,25000,0,11,11436,0,0,0,0,0,5,0,0,0,0,0,0,0,"Shadowforge Senator - In Combat - Cast 'Slow' (Phase 4)"), +(8904,0,7,0,0,16,100,0,1000,2000,3000,5000,0,11,15498,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Senator - In Combat - Cast 'Holy Smite' (Phase 5)"), +(8904,0,8,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shadowforge Senator - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Twilight Emissary +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8913; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8913 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8913,0,0,0,4,0,100,0,0,0,0,0,0,31,1,3,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight Emissary - On Aggro - Set Phase Random Between 1-3"), +(8913,0,1,0,16,1,100,0,15288,1,8000,11000,0,11,15288,0,0,0,0,0,7,0,0,0,0,0,0,0,"Twilight Emissary - On Friendly Unit Missing Buff 'Fury of Ragnaros' - Cast 'Fury of Ragnaros' (Phase 1)"), +(8913,0,2,0,0,1,100,0,0,0,3000,5000,0,11,12466,64,0,0,0,0,2,0,0,0,0,0,0,0,"Twilight Emissary - In Combat - Cast 'Fireball' (Phase 1)"), +(8913,0,3,0,0,2,100,0,0,0,3000,5000,0,11,15043,64,0,0,0,0,2,0,0,0,0,0,0,0,"Twilight Emissary - In Combat - Cast 'Frostbolt' (Phase 2)"), +(8913,0,4,0,0,2,100,0,15000,25000,20000,25000,0,11,8364,0,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight Emissary - In Combat - Cast 'Blizzard' (Phase 2)"), +(8913,0,5,0,9,2,100,0,0,8,20000,22000,0,11,15063,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight Emissary - Within 0-8 Range - Cast 'Frost Nova' (Phase 2)"), +(8913,0,6,0,16,2,100,0,12544,1,1000,1000,0,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight Emissary - On Friendly Unit Missing Buff 'Frost Armor' - Cast 'Frost Armor' (Phase 2)"), +(8913,0,7,0,0,4,100,0,0,0,2000,4000,0,11,13748,64,0,0,0,0,2,0,0,0,0,0,0,0,"Twilight Emissary - In Combat - Cast 'Arcane Bolt' (Phase 3)"), +(8913,0,8,0,9,5,100,0,0,8,16000,20000,0,11,13745,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight Emissary - Within 0-8 Range - Cast 'Arcane Explosion' (Phase 3)"); + +-- Twilight Bodyguard +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8914; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8914 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8914,0,0,0,13,0,100,0,15000,17000,0,0,0,11,13902,0,0,0,0,0,2,0,0,0,0,0,0,0,"Twilight Bodyguard - Target Casting - Cast 'Pummel'"), +(8914,0,1,0,0,0,100,0,13000,15000,13000,15000,0,11,13902,0,0,0,0,0,2,0,0,0,0,0,0,0,"Twilight Bodyguard - In Combat - Cast 'Fist of Ragnaros'"), +(8914,0,2,0,14,0,100,0,3000,40,31000,33000,0,11,13903,0,0,0,0,0,7,0,0,0,0,0,0,0,"Twilight Bodyguard - Friendly At 3000 Health - Cast 'Seal of Sacrifice'"); + +-- Pyromancer Loregrain +DELETE FROM `smart_scripts` WHERE `entryorguid`=9024 AND `source_type`=0 AND `id`=3; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9024,0,3,0,0,0,100,0,2000,7000,30000,45000,0,11,15041,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pyromancer Loregrain - In Combat - Cast 'Fire Ward'"); + +-- Doomforge Craftsman +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8897; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8897 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8897,0,0,0,4,0,100,0,0,0,0,0,0,31,1,2,0,0,0,0,1,0,0,0,0,0,0,0,"Doomforge Craftsman - On Aggro - Set Phase Random Between 1-2"), +(8897,0,1,0,0,1,100,0,0,0,2000,3000,0,11,15619,64,0,0,0,0,2,0,0,0,0,0,0,0,"Doomforge Craftsman - In Combat - Cast 'Throw Wrench' (Phase 1)"), +(8897,0,2,0,0,2,100,0,0,0,2000,3000,0,11,9143,64,0,0,0,0,2,0,0,0,0,0,0,0,"Doomforge Craftsman - In Combat - Cast 'Bomb' (Phase 2)"), +(8897,0,3,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Doomforge Craftsman - Between 0-15% Health - Flee For Assist (No Repeat)"); + +UPDATE `creature_addon` SET `emote`=173 WHERE `guid` IN (47722,47723,47724,47731,47732,47709,47710,47711,47706,47707,47726,47715,47727,47728,47713,47714,47718,47719,47720); -- Add some missing emotes + +-- Bloodhound Mastiff +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8922; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8922 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8922,0,0,0,0,0,100,0,5000,7000,11000,13000,0,11,7140,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodhound Mastiff - In Combat - Cast 'Expose Weakness'"), +(8922,0,1,0,0,0,100,0,9000,11000,20000,22000,0,11,15608,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bloodhound Mastiff - In Combat - Cast 'Ravenous Claw'"), +(8922,0,2,0,25,0,100,0,0,0,0,0,0,11,8279,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodhound Mastiff - On Reset - Cast 'Stealth Detection'"); + +-- Fireguard Destroyer +DELETE FROM `smart_scripts` WHERE `entryorguid`=8911 AND `source_type`=0 AND `id`=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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8911,0,1,0,25,0,100,0,0,0,0,0,0,11,3417,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fireguard Destroyer - On Reset - Cast 'Thrash'"); + +-- Blazing Fireguard +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8910; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8910 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8910,0,0,0,0,0,100,0,3000,5000,6000,12000,0,11,13341,0,0,0,0,0,2,0,0,0,0,0,0,0,"Blazing Fireguard - In Combat - Cast 'Fire Blast'"), +(8910,0,1,0,0,0,100,0,9000,11000,11000,18000,0,11,20787,0,0,0,0,0,5,0,0,0,0,0,0,0,"Blazing Fireguard - In Combat - Cast 'Immolate'"), +(8910,0,2,0,0,0,100,0,5000,7000,3000,6000,0,11,15241,0,0,0,0,0,2,0,0,0,0,0,0,0,"Blazing Fireguard - In Combat - Cast 'Scorch'"); + +-- Verek +DELETE FROM `smart_scripts` WHERE `entryorguid`=9042 AND `source_type`=0 AND `id`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9042,0,0,0,0,0,100,0,3000,5000,30000,45000,0,11,15042,0,0,0,0,0,2,0,0,0,0,0,0,0,"Verek - In Combat - Cast 'Curse of Blood'"); + +-- Dark Keeper Bethek +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=9438 AND `source_type`=0 AND `id`=1; + +-- Warbringer Construct +DELETE FROM `smart_scripts` WHERE `entryorguid`=8905 AND `source_type`=0 AND `id`=6; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8905,0,6,0,4,0,30,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Warbringer Construct - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=8905; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8905,0,0,"Intruders!!",12,0,100,0,0,0,4961,0,"Warbringer Construct"); + +-- Fineous Darkvire +UPDATE `smart_scripts` SET `target_type`=2 WHERE `entryorguid`=9056 AND `source_type`=0 AND `id`=3; + +-- Lord Incendius +DELETE FROM `smart_scripts` WHERE `entryorguid`=9017 AND `source_type`=0 AND `id`=4; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9017,0,4,0,6,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Incendius - On Just Died - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9017; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9017,0,0,"I cannot be destroyed! By the will of Ragnaros, I shall be reborn!",12,0,100,0,0,0,5061,0,"Lord Incendius"); + +-- Doomforge Dragoon +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8899; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8899 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8899,0,0,0,0,0,100,0,0,0,2000,4000,0,11,15620,64,0,0,0,0,2,0,0,0,0,0,0,0,"Doomforge Dragoon - In Combat - Cast 'Shoot'"), +(8899,0,1,0,0,0,100,0,4000,6000,8000,12000,0,11,15495,0,0,0,0,0,2,0,0,0,0,0,0,0,"Doomforge Dragoon - In Combat - Cast 'Explosive Shot'"), +(8899,0,2,0,0,0,100,0,5000,7000,8000,12000,0,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,"Doomforge Dragoon - In Combat - Cast 'Cleave'"); + +-- Anvilrage Marshal +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8898; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8898 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8898,0,0,0,4,0,100,0,0,0,0,0,0,11,8258,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Marshal - On Aggro - Cast 'Pummel'"), +(8898,0,1,0,0,0,100,0,5000,7000,7000,9000,0,11,13953,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Marshal - In Combat - Cast 'Holy Strike'"), +(8898,0,2,0,14,0,100,0,3000,40,12000,16000,0,11,13952,0,0,0,0,0,7,0,0,0,0,0,0,0,"Anvilrage Marshal - Friendly At 3000 Health - Cast 'Holy Light'"); + +-- Weapon Technician +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8920; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8920 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8920,0,0,0,4,0,100,0,0,0,0,0,0,31,1,3,0,0,0,0,1,0,0,0,0,0,0,0,"Weapon Technician - On Aggro - Set Phase Random Between 1-3"), +(8920,0,1,0,0,0,100,0,0,0,2000,4000,0,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Weapon Technician - In Combat - Cast 'Shoot'"), +(8920,0,2,0,0,1,100,0,3000,6000,10000,13000,0,11,7896,0,0,0,0,0,2,0,0,0,0,0,0,0,"Weapon Technician - In Combat - Cast 'Exploding Shot' (Phase 1)"), +(8920,0,3,0,0,2,100,0,3000,6000,10000,13000,0,11,12551,0,0,0,0,0,2,0,0,0,0,0,0,0,"Weapon Technician - In Combat - Cast 'Frost Shot' (Phase 2)"), +(8920,0,4,0,0,4,100,0,5000,7000,13000,15000,0,11,14443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Weapon Technician - In Combat - Cast 'Multi-Shot' (Phase 3)"), +(8920,0,5,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Weapon Technician - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Doomforge Arcanasmith +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8900; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8900 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8900,0,0,0,0,0,100,0,0,0,2000,4000,0,11,13748,64,0,0,0,0,2,0,0,0,0,0,0,0,"Doomforge Arcanasmith - In Combat - Cast 'Arcane Bolt'"), +(8900,0,1,0,9,0,100,0,0,8,8000,12000,0,11,13745,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doomforge Arcanasmith - Within 0-8 Range - Cast 'Arcane Explosion'"), +(8900,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Doomforge Arcanasmith - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Ragereaver Golem +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8906; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8906 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8906,0,0,0,25,0,100,0,0,0,0,0,0,11,15088,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ragereaver Golem - On Reset - Cast 'Flurry'"), +(8906,0,1,0,2,0,100,1,0,30,0,0,0,11,12795,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ragereaver Golem - Between 0-30% Health - Cast 'Frenzy' (No Repeat)"), +(8906,0,2,0,2,0,100,1,0,30,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ragereaver Golem - Between 0-30% Health - Say Line 0 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=8906; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8906,0,0,"%s goes into a frenzy!",16,0,100,0,0,0,2384,0,"Ragereaver Golem"); + +-- Mistress Nagmara +UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=950000 AND `source_type`=9 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=9500 AND `GroupID`=0 AND `ID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9500,0,3,"Yes $gsir:madam;.",12,0,100,0,0,0,4983,0,"Mistress Nagmara"); + +-- Molten War Golem +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8908; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8908 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8908,0,0,0,25,0,100,0,0,0,0,0,0,11,15506,0,0,0,0,0,1,0,0,0,0,0,0,0,"Molten War Golem - On Reset - Cast 'Immolate'"); + +-- Shadowforge Flame Keeper +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9956; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9956 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9956,0,0,0,4,0,100,0,0,0,0,0,0,11,9128,1,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowforge Flame Keeper - On Aggro - Cast 'Battle Shout'"), +(9956,0,1,0,0,0,100,0,0,0,2200,3800,0,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Flame Keeper - In Combat - Cast 'Shoot'"), +(9956,0,2,0,0,0,100,0,4000,6000,12000,15000,0,11,9080,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Flame Keeper - In Combat - Cast 'Hamstring'"), +(9956,0,3,0,0,0,100,0,8000,11000,6000,9000,0,11,11976,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shadowforge Flame Keeper - In Combat - Cast 'Strike'"); + +-- Twilight's Hammer Ambassador +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8915; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8915 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8915,0,0,0,4,0,100,0,0,0,0,0,0,31,1,4,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight's Hammer Ambassador - On Aggro - Set Phase Random Between 1-4"), +(8915,0,1,0,0,1,100,0,6000,10000,7000,14000,0,11,12248,0,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight's Hammer Ambassador - In Combat - Cast 'Amplify Damage' (Phase 1)"), +(8915,0,2,0,0,1,100,0,2000,4000,12000,16000,0,11,11980,32,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight's Hammer Ambassador - In Combat - Cast 'Curse of Weakness' (Phase 1)"), +(8915,0,3,0,0,2,100,0,3000,5000,7000,9000,0,11,15499,0,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight's Hammer Ambassador - In Combat - Cast 'Frost Shock' (Phase 2)"), +(8915,0,4,0,0,4,100,0,3000,5000,7000,9000,0,11,15096,0,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight's Hammer Ambassador - In Combat - Cast 'Flame Shock' (Phase 3)"), +(8915,0,5,0,14,8,100,0,1300,40,10000,18000,0,11,6742,0,0,0,0,0,7,0,0,0,0,0,0,0,"Twilight's Hammer Ambassador - Friendly At 1300 Health - Cast 'Bloodlust' (Phase 4)"), +(8915,0,6,0,0,8,100,0,3000,5000,7000,9000,0,11,15500,0,0,0,0,0,5,0,0,0,0,0,0,0,"Twilight's Hammer Ambassador - In Combat - Cast 'Shock' (Phase 4)"); + +-- Lava Surger +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=12101; +DELETE FROM `smart_scripts` WHERE `entryorguid`=12101 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(12101,0,0,0,0,0,100,0,1000,1000,12000,15000,0,11,19196,0,0,0,0,0,5,0,0,0,0,0,0,0,"Lava Surger - In Combat - Cast 'Surge'"); + +-- Fix spawn position for some creatures +UPDATE `creature` SET `position_x`=724.198, `position_y`=-131.585, `position_z`=-71.9149, `orientation`=3.86779 WHERE `guid`=45859; +UPDATE `creature` SET `position_x`=723.114, `position_y`=-134.579, `position_z`=-71.9354, `orientation`=1.92786, `spawndist`=0, `MovementType`=0 WHERE `guid`=45857; + +-- Fix gossip text for Anger'rel +UPDATE `npc_text` SET `text0_0`="I am one of the Seven, and it is our doom to stand sentry. Forever.", `BroadcastTextID0`=4874 WHERE `ID`=2596; + +-- Fix Typo +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `event_chance`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_06_world_335.sql new file mode 100644 index 00000000000..bca22100a3d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_06_world_335.sql @@ -0,0 +1,31 @@ +-- Malyfous Darkhammer +DELETE FROM `gossip_menu` WHERE `MenuID` IN (2991,2992,2993); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2991,3674,0), +(2992,3675,0), +(2993,3676,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (2984,2991,2992,2993); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2984,0,0,"Tell me about the hide.",6129,1,1,2991,0,0,0,"",0,0), +(2991,0,0,"What are the chances of obtaining such a hide?",6131,1,1,2992,0,0,0,"",0,0), +(2992,0,0,"So let us pretend I get this hide, what else would you need and what could you actually make?",6133,1,1,2993,0,0,0,"",0,0), +(2993,0,0,"Ok!",6135,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=2984; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,2984,0,0,0,8,0,5047,0,0,0,0,0,"","Show gossip option if quest 'Finkle Einhorn, At Your Service!' is rewarded"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=10637; +DELETE FROM `smart_scripts` WHERE `entryorguid`=10637 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1063700 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 +(10637,0,0,0,62,0,100,0,2993,0,0,0,80,1063700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Malyfous Darkhammer - On Gossip Option Selected - Run Script"), +(10637,0,1,0,62,0,100,0,2993,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Malyfous Darkhammer - On Gossip Option Selected - Close Gossip"), +(1063700,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.88205,"Malyfous Darkhammer - On Script - Set Orientation"), +(1063700,9,1,0,0,0,100,0,500,500,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Malyfous Darkhammer - On Script - Say Line 0"), +(1063700,9,2,0,0,0,100,0,5000,5000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.12414,"Malyfous Darkhammer - On Script - Set Orientation"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10637; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10637,0,0,"Read through my catalogue, $n.",12,0,100,25,0,0,6139,0,"Malyfous Darkhammer"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_07_world_335.sql new file mode 100644 index 00000000000..d29184015f8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_07_world_335.sql @@ -0,0 +1,32 @@ +-- Malyfous's Catalogue +DELETE FROM `gossip_menu` WHERE `MenuID` IN (2986,2987,2988,2989,2990); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2986,3695,0), +(2987,3696,0), +(2988,3697,0), +(2989,3699,0), +(2990,3698,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=2985; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2985,0,0,"Chapter on Frayed Abomination Stitchings.",6145,1,1,2986,0,0,0,"",0,0), +(2985,1,0,"Chapter on Enchanted Scarlet Thread.",6146,1,1,2987,0,0,0,"",0,0), +(2985,2,0,"Chapter on Frostwhisper's Embalming Fluid.",6147,1,1,2988,0,0,0,"",0,0), +(2985,3,0,"Chapter on Arcane Crystals and Arcanite.",6151,1,1,2989,0,0,0,"",0,0), +(2985,4,0,"Chapter on Skin of Shadow.",6161,1,1,2990,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=2985; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,2985,0,0,0,8,0,5047,0,0,0,0,0,"","Show gossip option if quest 'Finkle Einhorn, At Your Service!' is rewarded"), +(15,2985,1,0,0,8,0,5047,0,0,0,0,0,"","Show gossip option if quest 'Finkle Einhorn, At Your Service!' is rewarded"), +(15,2985,2,0,0,8,0,5047,0,0,0,0,0,"","Show gossip option if quest 'Finkle Einhorn, At Your Service!' is rewarded"), +(15,2985,3,0,0,8,0,5047,0,0,0,0,0,"","Show gossip option if quest 'Finkle Einhorn, At Your Service!' is rewarded"), +(15,2985,4,0,0,8,0,5047,0,0,0,0,0,"","Show gossip option if quest 'Finkle Einhorn, At Your Service!' is rewarded"); + +DELETE FROM `npc_text` WHERE `ID` IN (3695,3696,3697,3698,3699); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_1`) VALUES +(3695,"If it's frayed abomination stitchings you be wanting, to Stratholme you'll be jaunting.$B$BFormerly the hometown of the Lightbringer hisself, now overrun by the minions of Kel'Thuzad.$B$BBrave the perils of the burning city and strike down the meaty abominations! Take from them your prize: Frayed abomination stitchings!","",6163,0,1,0), +(3696,"The final sanctum of crazed zealots. 'Tis where they create their scarlet uniforms, magically imbued by the enchanted scarlet thread!$B$BTo Stratholme, adventurer!","",6164,0,1,0), +(3697,"The finest preservative of flesh known to man and Scourge alike - Frostwhisper's embalming fluid. Only one place an adventurer could find this and one would think that the lich the fluid is named after would not take too kindly to anyone going to said place.$B$BBut... if it's the fluid you want, the Scholomance you'll haunt...","",6165,0,1,0), +(3698,"The ground upon which the Scholomance was built was given to Kel'Thuzad by the Barov family. In exchange for this land - a place where the Cult of the Damned could learn the foul magics of the Scourge - Kel'Thuzad granted the Barov's immortality through undeath.$B$BIt is in Shadow Vault that you will find both the skin of shadow and its owner, Lady Illucia Barov.$B$BA finer mirror for the vain and dead never existed.","",6166,0,1,0), +(3699,"A staple of the Thorium Brotherhood.$B$BArcanite crystals are harvested from rich thorium lodes. Through the alchemical prowess of powerful alchemists, arcanite bars are born.$B$BSeek out a miner, if you aren't one... and find a good alchemist! You'll need both.","",6167,0,1,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_08_world_335.sql new file mode 100644 index 00000000000..8bde623cbe1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_08_world_335.sql @@ -0,0 +1,35 @@ +-- Finkle Einhorn +DELETE FROM `gossip_menu` WHERE `MenuID` IN (2994,2995,2996,2997,2998,2999); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2994,3660,0), +(2995,3661,0), +(2996,3662,0), +(2997,3663,0), +(2998,3664,0), +(2999,3665,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (2951,2994,2995,2996,2997,2998,2999); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2951,0,0,"How the hell did you get in there to begin with?",6079,1,1,2994,0,0,0,"",0,0), +(2994,0,0,"I'm all ears.",6081,1,1,2995,0,0,0,"",0,0), +(2995,0,0,"So let me get this straight. You were swimming, nay, doing backstrokes in molten lava with this... this lava suit of yours? Yes? And out of nowhere, this here beast swallowed you whole?",6083,1,1,2996,0,0,0,"",0,0), +(2996,0,0,"I must know something: How did you go to the bathroom with that thing on?",6085,1,1,2997,0,0,0,"",0,0), +(2997,0,0,"Oh?",6087,1,1,2998,0,0,0,"",0,0), +(2998,0,0,"I'll consider that the next time I run into one of these things.",6089,1,1,2999,0,0,0,"",0,0), +(2999,0,0,"To Malyfous, I assume.",6092,1,1,0,0,0,0,"",0,0); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=10776; +DELETE FROM `smart_scripts` WHERE `entryorguid`=10776 AND `source_type`=0; +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 +(10776,0,0,0,11,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Finkle Einhorn - On Respawn - Remove Npc Flag Questgiver"), +(10776,0,1,0,62,0,100,0,2999,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Finkle Einhorn - On Gossip Option Selected - Add Npc Flag Questgiver"), +(10776,0,2,0,62,0,100,0,2999,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Finkle Einhorn - On Gossip Option Selected - Close Gossip"); + +-- Fix gossip text emotes +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=5, `em0_4`=0,`em0_5`=4 WHERE `ID`=3659; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1 WHERE `ID`=3660; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0,`em0_5`=5 WHERE `ID`=3661; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=25 WHERE `ID`=3662; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=6, `em0_2`=0, `em0_3`=1, `em0_4`=0,`em0_5`=6 WHERE `ID`=3663; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0,`em0_5`=1 WHERE `ID`=3664; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=6 WHERE `ID`=3665; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_09_world_335.sql new file mode 100644 index 00000000000..8a66611315c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_09_world_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature` WHERE `guid` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699); +DELETE FROM `creature_addon` WHERE `guid` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699); +DELETE FROM `spawn_group` WHERE `spawnId` IN (42847,42850,37624,3828,38851,38824,51692,51697,51704,51699) AND `spawnType`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_10_world_335.sql new file mode 100644 index 00000000000..a3305dfae8f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_10_world_335.sql @@ -0,0 +1,49 @@ +-- Dalinda Malem +DELETE FROM `creature_text` WHERE `CreatureID`=5644; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5644,0,0,"Elune be with us! Let's make haste from this evil fortress.",12,7,100,0,0,0,2143,0,"Dalinda Malem"), +(5644,1,0,"I will hurry back to Vahlarriel. Finish off those that you can--I should be fine on my own from here.",12,7,100,0,0,0,2144,0,"Dalinda Malem"); + +UPDATE `creature_addon` SET `bytes1`=0 WHERE `guid`=26987; + +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=5644; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5644 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (564400,564401) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(5644,0,0,0,11,0,100,0,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Respawn - Set Flag Standstate 'Kneel'"), +(5644,0,1,2,19,0,100,0,1440,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Dalinda Malem - On Quest 'Return to Vahlarriel' Taken - Store Targetlist"), +(5644,0,2,3,61,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Quest 'Return to Vahlarriel' Taken - Remove Npc Flag Questgiver"), +(5644,0,3,4,61,0,100,0,0,0,0,0,0,80,564400,2,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Quest 'Return to Vahlarriel' Taken - Run Script"), +(5644,0,4,5,61,0,100,0,0,0,0,0,0,2,113,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Quest 'Return to Vahlarriel' Taken - Set Faction 113"), +(5644,0,5,0,61,0,100,0,0,0,0,0,0,19,512,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Quest 'Return to Vahlarriel' Taken - Remove Unit Flag 'Immune to NPC'"), +(5644,0,6,0,6,0,100,0,0,0,0,0,0,6,1440,0,0,0,0,0,12,1,0,0,0,0,0,0,"Dalinda Malem - On Just Died - Fail Quest 'Return to Vahlarriel'"), +(5644,0,7,0,40,0,100,0,15,5644,0,0,0,80,564401,2,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Waypoint 15 Reached - Run Script"), +(5644,0,8,0,40,0,100,0,16,5644,0,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Waypoint 16 Reached - Despawn"), +(5644,0,9,0,11,0,100,0,0,0,0,0,0,18,512,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Respawn - Add Unit Flag 'Immune to NPC'"), +(564400,9,0,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Script - Say Line 0"), +(564400,9,1,0,0,0,100,0,0,0,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Script - Remove Flag Standstate 'Kneel'"), +(564400,9,2,0,0,0,100,0,5000,5000,0,0,0,53,0,5644,0,0,0,2,1,0,0,0,0,0,0,0,"Dalinda Malem - On Script - Start Waypoint"), +(564401,9,0,0,0,0,100,0,0,0,0,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Script - Pause Waypoint"), +(564401,9,1,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Script - Say Line 1"), +(564401,9,2,0,0,0,100,0,0,0,0,0,0,15,1440,0,0,0,0,0,12,1,0,0,0,0,0,0,"Dalinda Malem - On Script - Complete Quest 'Return to Vahlarriel'"), +(564401,9,3,0,0,0,100,0,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dalinda Malem - On Script - Set Run On"); + +DELETE FROM `script_waypoint` WHERE `entry`=5644; +DELETE FROM `waypoints` WHERE `entry`=5644; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(5644,1,-339.679,1752.04,139.482,""), +(5644,2,-328.957,1734.95,139.327,""), +(5644,3,-350.747,1731.12,139.338,""), +(5644,4,-365.064,1739.04,139.376,""), +(5644,5,-371.105,1746.03,139.374,""), +(5644,6,-383.141,1738.62,138.93,""), +(5644,7,-390.445,1733.98,136.353,""), +(5644,8,-401.368,1726.77,131.071,""), +(5644,9,-416.016,1721.19,129.807,""), +(5644,10,-437.139,1709.82,126.342,""), +(5644,11,-459.862,1687.92,116.059,""), +(5644,12,-460.686,1679.55,111.976,""), +(5644,13,-461.485,1670.94,109.033,""), +(5644,14,-468.53,1645.51,102.811,""), +(5644,15,-474.529,1615.97,97.228,""), +(5644,16,-474.329,1590.01,94.4982,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_11_world_335.sql new file mode 100644 index 00000000000..5bb62ea4154 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_08_11_world_335.sql @@ -0,0 +1,16 @@ +-- Raleigh the Devout +DELETE FROM `creature_text` WHERE `CreatureID`=3980; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3980,0,0,"%s breaks the seal on Anton's letter and begins to read it.",16,0,100,0,0,0,1377,0,"Raleigh the Devout"), +(3980,1,0,"By the Light! This is not good. There's something you don't understand, $n.",12,7,100,5,0,0,1378,0,"Raleigh the Devout"), +(3980,2,0,"%s throws Anton's letter down on the table.",16,0,100,0,0,0,1379,0,"Raleigh the Devout"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=3980 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=398000 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 +(3980,0,1,0,20,0,100,0,1052,0,0,0,80,398000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raleigh the Devout - On Quest 'Down the Scarlet Path (Part 2)' Finished - Run Script"), +(398000,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,"Raleigh the Devout - On Script - Remove Npc Flag Questgiver"), +(398000,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raleigh the Devout - On Script - Say Line 0"), +(398000,9,2,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raleigh the Devout - On Script - Say Line 1"), +(398000,9,3,0,0,0,100,0,3000,3000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raleigh the Devout - On Script - Say Line 2"), +(398000,9,4,0,0,0,100,0,2000,2000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raleigh the Devout - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_00_world_335.sql new file mode 100644 index 00000000000..8a4786d51f3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_00_world_335.sql @@ -0,0 +1,187 @@ +-- Frostmane Novice +DELETE FROM `smart_scripts` WHERE `entryorguid`=946 AND `source_type`=0 AND `ID`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(946,0,1,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Frostmane Novice - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=946; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(946,0,0,"My weapon be thirsty!",12,0,100,0,0,0,1908,0,"Frostmane Novice"), +(946,0,1,"Killing you be easy.",12,0,100,0,0,0,1909,0,"Frostmane Novice"), +(946,0,2,"You be dead soon!",12,0,100,0,0,0,10434,0,"Frostmane Novice"), +(946,0,3,"I gonna make you into mojo!",12,0,100,0,0,0,10435,0,"Frostmane Novice"); + +-- Burly Rockjaw Trogg +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=724; +DELETE FROM `smart_scripts` WHERE `entryorguid`=724 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(724,0,0,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Burly Rockjaw Trogg - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=724; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(724,0,0,"Crush!",12,0,100,0,0,0,1913,0,"Burly Rockjaw Trogg"), +(724,0,1,"Kill!",12,0,100,0,0,0,1914,0,"Burly Rockjaw Trogg"), +(724,0,2,"Destroy!",12,0,100,0,0,0,1915,0,"Burly Rockjaw Trogg"); + +-- Rockjaw Trogg +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=707; +DELETE FROM `smart_scripts` WHERE `entryorguid`=707 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(707,0,0,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rockjaw Trogg - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=707; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(707,0,0,"Crush!",12,0,100,0,0,0,1913,0,"Rockjaw Trogg"), +(707,0,1,"Kill!",12,0,100,0,0,0,1914,0,"Rockjaw Trogg"), +(707,0,2,"Destroy!",12,0,100,0,0,0,1915,0,"Rockjaw Trogg"); + +-- Rockjaw Raider +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1718; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1718 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1718,0,0,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rockjaw Raider - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1718; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1718,0,0,"Crush!",12,0,100,0,0,0,1913,0,"Rockjaw Raider"), +(1718,0,1,"Kill!",12,0,100,0,0,0,1914,0,"Rockjaw Raider"), +(1718,0,2,"Destroy!",12,0,100,0,0,0,1915,0,"Rockjaw Raider"); + +-- Crag Boar +UPDATE `smart_scripts` SET `event_chance`=50 WHERE `entryorguid` IN (1125,1126,1127,1689) AND `source_type`=0 AND `id`=0; + +-- Ice Claw Bear +UPDATE `smart_scripts` SET `event_param1`=3000, `event_param2`=7000, `event_param3`=15000, `event_param4`=19000, `action_param2`=2 WHERE `entryorguid`=1196 AND `source_type`=0 AND `id`=0; + +-- Frostmane Headhunter +UPDATE `smart_scripts` SET `event_chance`=20 WHERE `entryorguid`=1123 AND `source_type`=0 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=1123 AND `ID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1123,0,3,"My weapon be thirsty!",12,0,100,0,0,0,1908,0,"Frostmane Headhunter"); + +-- Frostmane Troll +DELETE FROM `smart_scripts` WHERE `entryorguid`=1120 AND `source_type`=0 AND `id`=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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1120,0,1,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Frostmane Troll - Between 0-15% Health - Flee For Assist (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1120 AND `ID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1120,0,3,"My weapon be thirsty!",12,0,100,0,0,0,1908,0,"Frostmane Troll"); + +-- Frostmane Snowstrider +DELETE FROM `smart_scripts` WHERE `entryorguid`=1121 AND `source_type`=0 AND `ID`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1121,0,3,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Frostmane Snowstrider - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1121; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1121,0,0,"My weapon be thirsty!",12,0,100,0,0,0,1908,0,"Frostmane Snowstrider"), +(1121,0,1,"Killing you be easy.",12,0,100,0,0,0,1909,0,"Frostmane Snowstrider"), +(1121,0,2,"You be dead soon!",12,0,100,0,0,0,10434,0,"Frostmane Snowstrider"), +(1121,0,3,"I gonna make you into mojo!",12,0,100,0,0,0,10435,0,"Frostmane Snowstrider"); + +-- Frostmane Shadowcaster +UPDATE `smart_scripts` SET `event_chance`=30 WHERE `entryorguid`=1124 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1124 AND `source_type`=0 AND `id`=3; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1124,0,3,0,0,0,100,0,3000,6000,12000,15000,0,11,11980,32,0,0,0,0,2,0,0,0,0,0,0,0,"Frostmane Shadowcaster - In Combat - Cast 'Curse of Weakness'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1124; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1124,0,0,"Have a taste of Frostmane magics.",12,14,100,0,0,0,1910,0,"Frostmane Shadowcaster"), +(1124,0,1,"All you $R want is my weed.",12,14,100,0,0,0,1911,0,"Frostmane Shadowcaster"); + +-- Frostmane Hideskinner +DELETE FROM `smart_scripts` WHERE `entryorguid`=1122 AND `source_type`=0 AND `ID`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1122,0,2,0,4,0,20,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Frostmane Hideskinner - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1122; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1122,0,0,"My weapon be thirsty!",12,0,100,0,0,0,1908,0,"Frostmane Hideskinner"), +(1122,0,1,"Killing you be easy.",12,0,100,0,0,0,1909,0,"Frostmane Hideskinner"), +(1122,0,2,"You be dead soon!",12,0,100,0,0,0,10434,0,"Frostmane Hideskinner"), +(1122,0,3,"I gonna make you into mojo!",12,0,100,0,0,0,10435,0,"Frostmane Hideskinner"); + +-- Great Father Arctikus +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid`=1260 AND `source_type`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=1260; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1260,0,0,"You dare defile Frostmane Hold, $R. Prepare to die!",12,14,100,0,0,0,1918,0,"Great Father Arctikus"), +(1260,0,1,"Oh, we are going to get along just fine, $n.",12,14,100,0,0,0,1919,0,"Great Father Arctikus"); + +-- Edan the Howler +UPDATE `smart_scripts` SET `event_param1`=7000, `event_param2`=11000, `event_param3`=8000, `event_param4`=12000 WHERE `entryorguid`=1137 AND `source_type`=0 AND `id`=0; + +-- Old Icebeard +UPDATE `smart_scripts` SET `event_param1`=3000, `event_param2`=6000, `event_param3`=17000, `event_param4`=23000 WHERE `entryorguid`=1271 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param1`=11000, `event_param2`=16000, `event_param3`=30000, `event_param4`=40000 WHERE `entryorguid`=1271 AND `source_type`=0 AND `id`=1; + +-- Leper Gnome +UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=9000, `event_param3`=14000, `event_param4`=18000 WHERE `entryorguid`=1211 AND `source_type`=0 AND `id`=1; + +-- Frostmane Seer +UPDATE `smart_scripts` SET `event_chance`=20 WHERE `entryorguid`=1397 AND `source_type`=0 AND `id`=0; + +-- Vagash +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=9000, `event_param3`=14000, `event_param4`=17000 WHERE `entryorguid`=1388 AND `source_type`=0 AND `id`=0; + +-- Bjarn +UPDATE `smart_scripts` SET `event_param1`=3000, `event_param2`=7000, `event_param3`=15000, `event_param4`=19000, `action_param2`=2 WHERE `entryorguid`=1130 AND `source_type`=0 AND `id`=0; + +-- Rockjaw Bonesnapper +DELETE FROM `smart_scripts` WHERE `entryorguid`=1117 AND `source_type`=0 AND `id` IN (0,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1117,0,0,0,0,0,100,0,5000,9000,19000,27000,0,11,5164,0,0,0,0,0,2,0,0,0,0,0,0,0,"Rockjaw Bonesnapper - In Combat - Cast 'Knockdown'"), +(1117,0,2,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rockjaw Bonesnapper - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1117; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1117,0,0,"Crush!",12,0,100,0,0,0,1913,0,"Rockjaw Bonesnapper"), +(1117,0,1,"Kill!",12,0,100,0,0,0,1914,0,"Rockjaw Bonesnapper"), +(1117,0,2,"Destroy!",12,0,100,0,0,0,1915,0,"Rockjaw Bonesnapper"); + +-- Rockjaw Backbreaker +DELETE FROM `smart_scripts` WHERE `entryorguid`=1118 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1118,0,2,0,4,0,15,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rockjaw Backbreaker - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1118 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1118,1,0,"Crush!",12,0,100,0,0,0,1913,0,"Rockjaw Backbreaker"), +(1118,1,1,"Kill!",12,0,100,0,0,0,1914,0,"Rockjaw Backbreaker"), +(1118,1,2,"Destroy!",12,0,100,0,0,0,1915,0,"Rockjaw Backbreaker"); + +-- Dark Iron Spy +DELETE FROM `smart_scripts` WHERE `entryorguid`=6123 AND `source_type`=0 AND `id`=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 +(6123,0,1,0,4,0,20,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Iron Spy - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6123; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6123,0,0,"Never cross a Dark Iron, $C.",12,0,100,0,0,0,1934,0,"Dark Iron Spy"), +(6123,0,1,"Time to die, $C.",12,0,100,0,0,0,1935,0,"Dark Iron Spy"), +(6123,0,2,"Feel the power of the Dark Iron Dwarves!",12,0,100,0,0,0,1936,0,"Dark Iron Spy"); + +-- Captain Beld +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6124; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6124 AND `source_type`=0; +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 +(6124,0,0,0,4,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Beld - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6124; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6124,0,0,"Never cross a Dark Iron, $C.",12,0,100,0,0,0,1934,0,"Captain Beld"), +(6124,0,1,"Time to die, $C.",12,0,100,0,0,0,1935,0,"Captain Beld"), +(6124,0,2,"Feel the power of the Dark Iron Dwarves!",12,0,100,0,0,0,1936,0,"Captain Beld"); + +-- Mangeclaw +UPDATE `smart_scripts` SET `event_param1`=4000, `event_param2`=6000, `event_param3`=11000, `event_param4`=13000 WHERE `entryorguid`=1961 AND `source_type`=0 AND `id`=0; + +-- Fix movement for some creatures +UPDATE `creature` SET `spawndist`=5, `MovementType`=1 WHERE `id` IN (1689,1127); + +-- Fix some texts +UPDATE `creature_text` SET `BroadcastTextId`=1914 WHERE `CreatureID` IN (1115,1116,1161,1162,1163,1165,1166,1167,1197,1393) AND `GroupID`=0 AND `ID`=1; +UPDATE `creature_text` SET `Language`=0 WHERE `BroadcastTextId` IN (1913,1915); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_01_world_335.sql new file mode 100644 index 00000000000..66c82d1d072 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_01_world_335.sql @@ -0,0 +1,130 @@ +-- Quest "Vahlarriel's Search" +DELETE FROM `quest_details` WHERE `ID`=1437; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1437,2,1,1,0,0,0,0,0,0); + +-- Quest "Vahlarriel's Search (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1465; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=6, `Emote4`=1 WHERE `ID`=1465; + +-- Quest "Vahlarriel's Search (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1438; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1438,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=20, `Emote2`=1, `Emote3`=1 WHERE `ID`=1438; + +-- Quest "Search for Tyranis" +DELETE FROM `quest_details` WHERE `ID`=1439; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1439,1,5,1,274,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1439; +UPDATE `quest_offer_reward` SET `Emote1`=18, `Emote2`=1, `Emote3`=1, `EmoteDelay2`=3000 WHERE `ID`=1439; + +-- Quest "Return to Vahlarriel" +DELETE FROM `quest_details` WHERE `ID`=1440; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1440,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=1440; + +-- Quest "Vyletongue Corruption" +DELETE FROM `quest_details` WHERE `ID`=7041; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7041,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=7041; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=7041; + +-- Quest "Down the Scarlet Path" +DELETE FROM `quest_details` WHERE `ID`=261; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(261,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=261; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=261; + +-- Quest "Down the Scarlet Path (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1052; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1052,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1052; + +-- Quest "Centaur Bounty" +DELETE FROM `quest_details` WHERE `ID`=1387; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1387,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1387; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=66 WHERE `ID`=1387; + +-- Quest "Sceptre of Light" +UPDATE `quest_offer_reward` SET `RewardText`="The elusive Sceptre of Light! Your acquisition of it has removed a grave threat to the world. Well done, $C, well done." WHERE `ID`=5741; + +-- Quest "Book of the Ancients" +UPDATE `quest_offer_reward` SET `RewardText`="The long lost Book of the Ancients! I will ensure this book is passed on to the high council. You've done well today, and for that you are to be thanked... as a hero should be thanked!" WHERE `ID`=6027; + +-- Quest "Reclaimers' Business in Desolace" +DELETE FROM `quest_details` WHERE `ID`=1453; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1453,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1453; + +-- Quest "Reagents for Reclaimers Inc." +DELETE FROM `quest_details` WHERE `ID`=1458; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1458,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1458; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1458; + +-- Quest "Reagents for Reclaimers Inc. (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1459; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1459,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1459; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1459; + +-- Quest "Reagents for Reclaimers Inc. (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1466; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1466,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID` IN (1466,1192); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1466; + +-- Quest "Reagents for Reclaimers Inc. (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=1467; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1467,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1467; + +-- Quest "The Karnitol Shipwreck" +DELETE FROM `quest_details` WHERE `ID`=1454; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1454,1,1,0,0,0,0,0,0,0); + +-- Quest "The Karnitol Shipwreck (Part 2)" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6 WHERE `ID`=1455; + +-- Quest "The Karnitol Shipwreck (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1456; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1456,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1456; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=1456; + +-- Quest "The Karnitol Shipwreck (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=1457; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1457,1,11,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6, `Emote3`=1 WHERE `ID`=1457; + +-- Quest "The Glowing Shard" +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=6981; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6981; + +-- Quest "In Nightmares" +DELETE FROM `quest_details` WHERE `ID` IN (3370,3369); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3370,1,1,1,0,0,0,0,0,0), +(3369,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID` IN (3370,3369); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1, `Emote4`=1, `EmoteDelay3`=2000 WHERE `ID` IN (3370,3369); + +-- Quest "Hemet Nesingwary Jr." +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5762; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=5762; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_02_world_335.sql new file mode 100644 index 00000000000..56bd6dd4930 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_02_world_335.sql @@ -0,0 +1,2 @@ +-- Magistrate Bluntnose +UPDATE `gossip_menu` SET `TextID`=2288 WHERE `MenuID`=140; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_03_world_335.sql new file mode 100644 index 00000000000..42bec8c6af4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_03_world_335.sql @@ -0,0 +1,14 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (2831,2801); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2831,3523,0,0,14,0,271,0,0,0,0,0,"","SHOW gossip text 3523 if quest 'Vyrin's Revenge' is not taken"), +(14,2831,3522,0,0,9,0,271,0,0,0,0,0,"","SHOW gossip text 3522 if quest 'Vyrin's Revenge' is taken"), +(14,2831,3522,0,1,28,0,271,0,0,0,0,0,"","SHOW gossip text 3522 if quest 'Vyrin's Revenge' is complete"), +(14,2831,3525,0,0,8,0,271,0,0,0,0,0,"","SHOW gossip text 3525 if quest 'Vyrin's Revenge' is rewarded"), +(14,2801,3494,0,0,14,0,271,0,0,0,0,0,"","SHOW gossip text 3494 if quest 'Vyrin's Revenge' is not taken"), +(14,2801,3493,0,0,9,0,271,0,0,0,0,0,"","SHOW gossip text 3493 if quest 'Vyrin's Revenge' is taken"), +(14,2801,3493,0,1,28,0,271,0,0,0,0,0,"","SHOW gossip text 3493 if quest 'Vyrin's Revenge' is complete"), +(14,2801,3495,0,0,8,0,271,0,0,0,0,0,"","SHOW gossip text 3495 if quest 'Vyrin's Revenge' is rewarded"); + +DELETE FROM `gossip_menu` WHERE `MenuID`=2801 AND `TextID`=3493; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2801,3493,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_04_world_335.sql new file mode 100644 index 00000000000..d6b01ffbbe2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_04_world_335.sql @@ -0,0 +1,208 @@ +-- Stonesplinter Trogg +UPDATE `smart_scripts` SET `event_chance`=15 WHERE `entryorguid` IN (1161,1162,1172,1202,1163,1166,1197,1167,1165,1393,1174,1175,1177,1173,1169,1178,1181) AND `source_type`=0 AND `id`=0; + +-- Forest Lurker +DELETE FROM `smart_scripts` WHERE `entryorguid`=1195 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1195,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Forest Lurker - On Reset - Cast 'Poison Proc'"); + +-- Cliff Lurker +DELETE FROM `smart_scripts` WHERE `entryorguid`=1184 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1184,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Cliff Lurker - On Reset - Cast 'Poison Proc'"); + +-- Wood Lurker +DELETE FROM `smart_scripts` WHERE `entryorguid`=1185 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1185,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wood Lurker - On Reset - Cast 'Poison Proc'"); + +-- Mountain Boar +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid` IN (1190,1191,1192,1119) AND `source_type`=0 AND `id`=0; + +-- Tunnel Rat Kobold +DELETE FROM `creature_text` WHERE `CreatureID` IN (1172,1202,1174,1175,1177,1173,1169) AND `GroupID`=0 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1172,0,2,"You no take candle!",12,0,100,0,0,0,1868,0,"Tunnel Rat Vermin"), +(1202,0,2,"You no take candle!",12,0,100,0,0,0,1868,0,"Tunnel Rat Kobold"), +(1174,0,2,"You no take candle!",12,0,100,0,0,0,1868,0,"Tunnel Rat Geomancer"), +(1175,0,2,"You no take candle!",12,0,100,0,0,0,1868,0,"Tunnel Rat Digger"), +(1177,0,2,"You no take candle!",12,0,100,0,0,0,1868,0,"Tunnel Rat Surveyor"), +(1173,0,2,"You no take candle!",12,0,100,0,0,0,1868,0,"Tunnel Rat Scout"), +(1169,0,2,"Never cross a Dark Iron, $C.",12,0,100,0,0,0,1934,0,"Dark Iron Insurgent"); + +-- Tunnel Rat Kobold +DELETE FROM `creature_text` WHERE `CreatureID`=1202 AND `GroupID`=2; -- Remove wrong texts + +DELETE FROM `smart_scripts` WHERE `entryorguid`=1202 AND `source_type`=0 AND `id` IN (1,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1202,0,1,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tunnel Rat Kobold - On Reset - Cast 'Thrash'"); + +-- Tunnel Rat Forager +DELETE FROM `smart_scripts` WHERE `entryorguid`=1176 AND `source_type`=0 AND `ID` IN (0,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1176,0,0,0,0,0,100,0,5000,9000,17000,21000,0,11,7365,2,0,0,0,0,2,0,0,0,0,0,0,0,"Tunnel Rat Forager - In Combat - Cast 'Bottle of Poison'"), +(1176,0,2,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tunnel Rat Forager - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1176; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1176,0,0,"Yip! Me kill!",12,0,100,0,0,0,1920,0,"Tunnel Rat Forager"), +(1176,0,1,"Me no run from $C like you!",12,0,100,0,0,0,1921,0,"Tunnel Rat Forager"), +(1176,0,2,"You no take candle!",12,0,100,0,0,0,1868,0,"Tunnel Rat Forager"); + +-- Stonesplinter Skullthumper +DELETE FROM `smart_scripts` WHERE `entryorguid`=1163 AND `source_type`=0 AND `ID`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1163,0,1,0,0,0,100,0,5000,9000,10000,14000,0,11,1776,2,0,0,0,0,2,0,0,0,0,0,0,0,"Stonesplinter Skullthumper - In Combat - Cast 'Gouge'"); + +-- Stonesplinter Seer +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=1166 AND `source_type`=0 AND `id`=1; + +-- Stonesplinter Shaman +DELETE FROM `smart_scripts` WHERE `entryorguid`=1197 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1197,0,1,0,14,0,100,0,160,20,18000,35000,0,11,547,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stonesplinter Shaman - Friendly At 160 Health - Cast 'Healing Wave'"); + +-- Stonesplinter Bonesnapper +DELETE FROM `smart_scripts` WHERE `entryorguid`=1164 AND `source_type`=0 AND `id` IN (0,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1164,0,0,0,0,0,100,0,5000,7000,15000,19000,0,11,11976,0,0,0,0,0,2,0,0,0,0,0,0,0,"Stonesplinter Bonesnapper - In Combat - Cast 'Strike'"), +(1164,0,2,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rockjaw Backbreaker - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1164; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1164,0,0,"Crush!",12,0,100,0,0,0,1913,0,"Stonesplinter Bonesnapper"), +(1164,0,1,"Kill!",12,0,100,0,0,0,1914,0,"Stonesplinter Bonesnapper"), +(1164,0,2,"Destroy!",12,0,100,0,0,0,1915,0,"Stonesplinter Bonesnapper"); + +-- Grawmug +DELETE FROM `smart_scripts` WHERE `entryorguid`=1205 AND `source_type`=0 AND `id` IN (0,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1205,0,0,0,0,0,100,0,3000,5000,8000,12000,0,11,3229,0,0,0,0,0,9,0,0,30,0,0,0,0,"Grawmug - In Combat - Cast 'Quick Bloodlust'"), +(1205,0,2,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grawmug - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1205; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1205,0,0,"A $C called $n? You'll make a fine breakfast!",12,0,100,0,0,0,444,0,"Grawmug"), +(1205,0,1,"Weak $C! You are no match for the Stonesplinter Tribe!",12,0,100,0,0,0,443,0,"Grawmug"), +(1205,0,2,"The only good $R is a dead $R!",12,0,100,0,0,0,447,0,"Grawmug"), +(1205,0,3,"The Stonesplinter Tribe shall see to your doom!",12,0,100,0,0,0,445,0,"Grawmug"), +(1205,0,4,"Die, $R! These lands belong to the Stonesplinter Tribe!",12,0,100,0,0,0,446,0,"Grawmug"), +(1205,0,5,"The Loch belongs to the Stonesplinter Tribe now, $n! Now die!",12,0,100,0,0,0,448,0,"Grawmug"); + +-- Gnasher +DELETE FROM `smart_scripts` WHERE `entryorguid`=1206 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1206,0,0,0,25,0,100,0,0,0,0,0,0,11,3394,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gnasher - On Reset - Cast 'Consume Flesh'"); + +-- Brawler +DELETE FROM `smart_scripts` WHERE `entryorguid`=1207 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1207,0,0,0,0,0,100,0,5000,7000,8000,11000,0,11,6253,0,0,0,0,0,2,0,0,0,0,0,0,0,"Brawler - In Combat - Cast 'Backhand'"); + +-- Stonesplinter Digger +DELETE FROM `smart_scripts` WHERE `entryorguid`=1167 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1167,0,1,0,4,0,100,0,0,0,0,0,0,11,7164,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonesplinter Digger - On Aggro - Cast 'Defensive Stance'"), +(1167,0,2,0,0,0,100,0,5000,8000,10000,16000,0,11,7386,2,0,0,0,0,2,0,0,0,0,0,0,0,"Stonesplinter Digger - In Combat - Cast 'Sunder Armor'"); + +-- Stonesplinter Geomancer +DELETE FROM `smart_scripts` WHERE `entryorguid`=1165 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1165,0,1,0,0,0,100,0,1000,3000,13000,17000,0,11,4979,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonesplinter Geomancer - In Combat - Cast 'Quick Flame Ward'"); + +-- Loch Crocolisk +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1693; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1693 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1693,0,0,0,25,0,100,0,0,0,0,0,0,11,12787,0,0,0,0,0,1,0,0,0,0,0,0,0,"Loch Crocolisk - On Reset - Cast 'Thrash'"); + +-- Young Threshadon +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1224; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1224 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1224,0,0,0,25,0,100,0,0,0,0,0,0,11,3417,0,0,0,0,0,1,0,0,0,0,0,0,0,"Young Threshadon - On Reset - Cast 'Thrash'"); + +-- Tunnel Rat Geomancer +DELETE FROM `smart_scripts` WHERE `entryorguid`=1174 AND `source_type`=0 AND `id` IN (1,2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1174,0,1,0,4,0,100,0,0,0,0,0,0,11,134,2,0,0,0,0,1,0,0,0,0,0,0,0,"Tunnel Rat Geomancer - On Aggro - Cast 'Fire Shield'"), +(1174,0,2,0,0,0,100,0,1000,3000,9000,11000,0,11,4979,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tunnel Rat Geomancer - In Combat - Cast 'Quick Flame Ward'"), +(1174,0,3,0,0,0,100,0,4000,7000,10000,15000,0,11,2136,0,0,0,0,0,2,0,0,0,0,0,0,0,"Tunnel Rat Geomancer - In Combat - Cast 'Fire Blast'"); + +-- Tunnel Rat Digger +DELETE FROM `smart_scripts` WHERE `entryorguid`=1175 AND `source_type`=0 AND `id` IN (1,2); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1175,0,1,0,4,0,100,0,0,0,0,0,0,11,7164,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tunnel Rat Digger - On Aggro - Cast 'Defensive Stance'"), +(1175,0,2,0,0,0,100,0,5000,8000,14000,18000,0,11,7386,2,0,0,0,0,2,0,0,0,0,0,0,0,"Tunnel Rat Digger - In Combat - Cast 'Sunder Armor'"); + +-- Grizlak +DELETE FROM `smart_scripts` WHERE `entryorguid`=1425 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1425,0,0,0,14,0,100,0,150,40,20000,25000,0,11,6074,0,0,0,0,0,7,0,0,0,0,0,0,0,"Grizlak - Friendly At 150 Health - Cast 'Renew'"); + +-- Lord Condar +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=14268; +DELETE FROM `smart_scripts` WHERE `entryorguid`=14268 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(14268,0,0,0,25,0,100,0,0,0,0,0,0,11,4317,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lord Condar - On Reset - Cast 'Eye Peck'"); + +-- Shanda the Spinner +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=14266; +DELETE FROM `smart_scripts` WHERE `entryorguid`=14266 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(14266,0,0,0,25,0,100,0,0,0,0,0,0,11,13299,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shanda the Spinner - On Reset - Cast 'Poison Proc'"), +(14266,0,1,0,9,0,100,0,0,30,9000,12000,0,11,12023,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shanda the Spinner - Within 0-30 Range - Cast 'Web'"); + +-- Emogg the Crusher +DELETE FROM `smart_scripts` WHERE `entryorguid`=14267 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(14267,0,0,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Emogg the Crusher - On Aggro - Say Line 0"), +(14267,0,1,0,0,0,100,0,8000,11000,22000,28000,0,11,19482,2,0,0,0,0,1,0,0,0,0,0,0,0,"Emogg the Crusher - In Combat - Cast 'War Stomp'"), +(14267,0,2,0,2,0,100,1,0,30,0,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,"Emogg the Crusher - Between 0-30% Health - Cast Enrage (No Repeat)"), +(14267,0,3,0,2,0,100,1,0,30,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Emogg the Crusher - Between 0-30% Health - Say Line 1 (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=14267 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(14267,1,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Rage Scar Yeti"); + +-- Large Loch Crocolisk +DELETE FROM `smart_scripts` WHERE `entryorguid`=2476 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2476,0,0,0,25,0,100,0,0,0,0,0,0,11,12787,0,0,0,0,0,1,0,0,0,0,0,0,0,"Large Loch Crocolisk - On Reset - Cast 'Thrash'"), +(2476,0,1,0,0,0,100,0,6000,8000,12000,16000,0,11,3427,0,0,0,0,0,2,0,0,0,0,0,0,0,"Large Loch Crocolisk - In Combat - Cast 'Infected Wound'"); + +-- Mo'grosh Ogre +DELETE FROM `smart_scripts` WHERE `entryorguid`=1178 AND `source_type`=0 AND `id`=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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1178,0,1,0,25,0,100,0,0,0,0,0,0,11,7095,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mo'grosh Ogre - On Reset - Cast 'Knockdown Proc'"); + +-- Stormscale Myrmidon +DELETE FROM `smart_scripts` WHERE `entryorguid`=2181 AND `source_type`=0 AND `id`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2181,0,0,0,25,0,100,0,0,0,0,0,0,11,7095,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormscale Myrmidon - On Reset - Cast 'Knockdown Proc'"); + +-- Mo'grosh Enforcer +DELETE FROM `smart_scripts` WHERE `entryorguid`=1179 AND `source_type`=0 AND `ID`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1179,0,0,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mo'grosh Enforcer - On Aggro - Say Line 0"); + +-- Mo'grosh Brute +DELETE FROM `smart_scripts` WHERE `entryorguid`=1180 AND `source_type`=0 AND `ID`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1180,0,0,0,4,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mo'grosh Brute - On Aggro - Say Line 0"); + +-- Mo'grosh Shaman +DELETE FROM `smart_scripts` WHERE `entryorguid`=1181 AND `source_type`=0 AND `ID` IN (1,2); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1181,0,1,0,0,0,100,0,0,0,3000,5000,0,11,9532,64,0,0,0,0,2,0,0,0,0,0,0,0,"Mo'grosh Shaman - On Reset - Cast 'Lightning Bolt'"), +(1181,0,2,0,0,0,100,0,1000,5000,8000,13000,0,11,3229,0,0,0,0,0,9,0,0,30,0,0,0,0,"Mo'grosh Shaman - In Combat - Cast 'Quick Bloodlust'"); + +-- Mo'grosh Mystic +DELETE FROM `smart_scripts` WHERE `entryorguid`=1183 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1183,0,2,0,14,0,100,0,200,40,25000,30000,0,11,547,0,0,0,0,0,7,0,0,0,0,0,0,0,"Mo'grosh Mystic - Friendly At 200 Health - Cast 'Healing Wave'"); + +-- Chok'sul +DELETE FROM `creature_text` WHERE `CreatureID`=1210 AND `GroupID`=0 AND `ID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1210,0,3,"Me smash you!",12,7,100,0,0,0,1930,0,"Chok'sul"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_05_world.sql new file mode 100644 index 00000000000..aa1acf9338e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_05_world.sql @@ -0,0 +1,6 @@ +-- correct the emotes for Warosh: +UPDATE `creature_text` SET `Type`= 16 WHERE `CreatureID`= 10799 AND `ID`= 3; +UPDATE `creature_text` SET `Language`= 0 WHERE `CreatureID`= 10799 AND `ID`= 2; +-- remove skinning loot from Spirestone Mystic NPCs and Bijou: +UPDATE `creature_template` SET `skinloot`= 0 WHERE `entry` IN (9198, 10257); +DELETE FROM `skinning_loot_template` WHERE `entry` IN (9198); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_06_world.sql new file mode 100644 index 00000000000..9c34300106a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_06_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `quest_template` SET `RewardMoney`=-20000 WHERE `ID` IN (3644,3645,3646,3647); +DELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` IN (3644,3645,3646,3647); +INSERT INTO `disables` (`sourceType`,`entry`, `comment`) VALUES +(1, 3644, "Depracted quest Membership Card Renewal"), +(1, 3645, "Depracted quest Membership Card Renewal"), +(1, 3646, "Depracted quest Membership Card Renewal"), +(1, 3647, "Depracted quest Membership Card Renewal"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_07_world_335.sql new file mode 100644 index 00000000000..d482be08993 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_07_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=60 WHERE `Item`=11116; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_08_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_08_world.sql new file mode 100644 index 00000000000..f65c33ebc37 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_08_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=12029 WHERE `ID`=12038; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_09_world_335.sql new file mode 100644 index 00000000000..c481f168b5a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_09_world_335.sql @@ -0,0 +1,46 @@ +-- +-- Undo giant clam meat +DELETE FROM `creature_loot_template` WHERE `item` = 4655; +DELETE FROM `spell_loot_template` WHERE `item` = 4655; +DELETE FROM `gameobject_loot_template` WHERE `item` = 4655; + +-- Undo Blue Pearl +DELETE FROM `gameobject_loot_template` WHERE `item` = 4611; + +-- Redo Giant Clam (Vile Reef, STV) +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Chance`, `LootMode`, `GroupId`,`MinCount`,`MaxCount`) VALUES +(2264, 4655, 35, 1, 0, 1, 1), +(2264, 4611,100, 1, 0, 1, 1); + +-- Undo Black Pearl +DELETE FROM `item_loot_template` WHERE `item` = 7971; +DELETE FROM `creature_loot_template` WHERE `item` = 7971; +DELETE FROM `gameobject_loot_template` WHERE `item` = 7971; + +-- Black Pearls still drop from gem bags +INSERT INTO `item_loot_template` (`Entry`, `Item`, `Chance`, `LootMode`, `GroupId`,`MinCount`,`MaxCount`) VALUES +(12033, 7971, 30, 1, 0, 1, 1), +(11938, 7971, 5, 1, 0, 1, 1), +(17962, 7971, 30, 1, 0, 1, 1), +(17963, 7971, 30, 1, 0, 1, 1), +(17964, 7971, 30, 1, 0, 1, 1), +(17965, 7971, 30, 1, 0, 1, 1), +(17969, 7971, 30, 1, 0, 1, 1); + +-- Undo Golden Pearl +DELETE FROM `creature_loot_template` WHERE `item` = 13926; +DELETE FROM `spell_loot_template` WHERE `item` = 13926; + +-- Undo Zesty Clam Meat +DELETE FROM `creature_loot_template` WHERE `item` = 7974; +DELETE FROM `skinning_loot_template` WHERE `item` = 7974; +DELETE FROM `item_loot_template` WHERE `item` = 7974; + +-- Redo Big-Mouth Clam +DELETE FROM `spell_loot_template` WHERE `entry` = 58165; +INSERT INTO `spell_loot_template` (`Entry`, `Item`, `Chance`, `LootMode`, `GroupId`,`MinCount`,`MaxCount`) VALUES +(58165, 7974, 100, 1, 0, 1, 1), +(58165, 7971, 1.0, 1, 1, 1, 1), +(58165, 13926, 1.7, 1, 1, 1, 1), +(58165, 5500, 2.3, 1, 1, 1, 1), +(58165, 5498, 1.0, 1, 1, 1, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_10_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_10_world.sql new file mode 100644 index 00000000000..b64fe9c2685 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_10_10_world.sql @@ -0,0 +1,144 @@ +-- Remove an already spawned Luanga that should not be there +DELETE FROM `creature` WHERE `guid`=85531 AND `id`=18533; +DELETE FROM `spawn_group` WHERE `GroupID`=2 AND `SpawnId`=85531 AND `spawnType`=0; +-- Skywing +DELETE FROM `creature_text` WHERE `CreatureID` IN (22424,18533); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22424,0,0,"%s squawks and heads toward Veil Shalas. Hurry and follow!",16,0,100,0,0,0,20254,0,"Skywing"), +(22424,1,0,"%s pauses briefly before the tree and then heads inside.",16,0,100,0,0,0,20255,0,"Skywing"), +(22424,2,0,"%s seems to be looking for something. He wants you to follow.",16,0,100,0,0,0,20256,0,"Skywing"), +(22424,3,0,"%s flies to the platform below! You''d better jump if you want to keep up. Hurry!",16,0,100,0,0,0,20257,0,"Skywing"), +(22424,4,0,"%s bellows a loud squawk!",16,0,100,0,0,0,20284,0,"Skywing"), +(22424,5,0,"Free at last from that horrible curse! Thank you! Please send word to Rilak the Redeemed that I am okay. My mission lies in Skettis. Terokk must be defeated!",12,0,100,0,0,0,20295,0,"Skywing"), +(22424,6,0,"%s wanders off into the distance.",16,0,100,0,0,0,20297,0,"Skywing"), +(18533,0,0,"Skywing, I will free you from your curse over my dead body!",14,0,100,0,0,0,20283,0,"Luanga the Imprisoner"); + +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="", `flags_extra`=`flags_extra`|536870912 WHERE `entry` IN (22424); +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry` IN (22424,18533); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (22424,18533) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2242400,2242401,2242402,2242403,2242404,2242405) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(22424,0,0,0,19,0,100,0,10898,0,0,0,0,80,2242400,2,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Quest 'Skywing' Taken - Run Script"), +(22424,0,1,0,6,0,100,0,0,0,0,0,0,6,10898,0,0,0,0,0,12,1,0,0,0,0,0,0,"Skywing - On Just Died - Fail Quest 'Skywing'"), +(22424,0,2,0,40,0,100,0,6,22424,0,0,0,80,2242401,2,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Waypoint 6 Reached - Run Script"), +(22424,0,3,0,40,0,100,0,36,22424,0,0,0,80,2242402,2,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Waypoint 36 Reached - Run Script"), +(22424,0,4,0,40,0,100,0,50,22424,0,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Waypoint 50 Reached - Run Script"), +(22424,0,5,0,40,0,100,0,60,22424,0,0,0,80,2242403,2,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Waypoint 60 Reached - Run Script"), +(22424,0,6,0,40,0,100,0,62,22424,0,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Waypoint 62 Reached - Run Script"), +(22424,0,7,0,40,0,100,0,80,22424,0,0,0,80,2242404,2,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Waypoint 80 Reached - Run Script"), +(22424,0,8,0,38,0,100,1,1,1,0,0,0,80,2242405,2,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Data set - Run Script"), +(22424,0,9,0,40,0,100,0,82,22424,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Waypoint 82 Reached - Despawn"), +(22424,0,10,0,40,0,100,0,81,22424,0,0,0,54,17000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Waypoint 81 Reached - pause wp"), +(2242400,9,0,0,0,0,100,0,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Skywing - On Script - Store Targetlist"), +(2242400,9,1,0,0,0,100,0,0,0,0,0,0,2,250,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Set Faction 250"), +(2242400,9,2,0,0,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Remove Npc Flag Questgiver"), +(2242400,9,3,0,0,0,100,0,1000,1000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Say Line 0"), +(2242400,9,4,0,0,0,100,0,0,0,0,0,0,53,1,22424,0,0,0,2,1,0,0,0,0,0,0,0,"Skywing - On Script - Start Waypoint"), +(2242401,9,0,0,0,0,100,0,0,0,0,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Pause Waypoint"), +(2242401,9,1,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Say Line 1"), +(2242402,9,0,0,0,0,100,0,0,0,0,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Pause Waypoint"), +(2242402,9,1,0,0,0,100,0,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Say Line 2"), +(2242403,9,0,0,0,0,100,0,0,0,0,0,0,54,500,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Pause Waypoint"), +(2242403,9,1,0,0,0,100,0,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Say Line 3"), +(2242404,9,0,0,0,0,100,0,0,0,0,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Pause Waypoint"), +(2242404,9,1,0,0,0,100,0,0,0,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Say Line 4"), +(2242404,9,2,0,0,0,100,0,2000,2000,0,0,0,12,18533,4,300000,0,0,0,8,0,0,0,-3509.28003,4085.30273,92.9490,5.24017,"Skywing - On Script - Summon Luanga"), +(2242404,9,3,0,0,0,100,0,1000,1000,0,0,0,1,0,0,0,0,0,0,19,18533,0,0,0,0,0,0,"Skywing - On Script - Say Line 0 (Luanga the Imprisoner)"), +(2242405,9,0,0,0,0,100,0,2000,2000,0,0,0,2,35,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - Set faction"), +(2242405,9,1,0,0,0,100,0,1000,1000,0,0,0,75,39167,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - add aura Serverside - Cyclone of Feathers"), +(2242405,9,2,0,0,0,100,0,4000,4000,0,0,0,11,39179,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - cast Rilak the Redeemed"), +(2242405,9,3,0,0,0,100,0,2000,2000,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - say text"), +(2242405,9,4,0,0,0,100,0,0,0,0,0,0,15,10898,0,0,0,0,0,12,1,0,0,0,0,0,0,"Skywing - On Script - Quest explored"), +(2242405,9,5,0,0,0,100,0,10000,10000,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Skywing - On Script - say text"), +-- Luanga the Imprisoner +(18533,0,0,0,4,0,100,1,0,0,0,0,0,11,32924,0,0,0,0,0,1,0,0,0,0,0,0,0,'Luanga the Imprisoner - Cast Power of Kran\'aish on Aggro'), +(18533,0,1,0,0,0,100,0,1000,3000,40000,45000,0,11,6535,0,0,0,0,0,4,0,0,0,0,0,0,0,'Luanga the Imprisoner - Cast Lightning Cloud'), +(18533,0,2,0,0,0,100,0,9000,11000,9000,12000,0,11,11824,0,0,0,0,0,2,0,0,0,0,0,0,0,'Luanga the Imprisoner - Cast Shock'), +(18533,0,3,0,0,0,100,0,4000,9000,9000,14000,0,11,12058,0,0,0,0,0,4,0,0,0,0,0,0,0,'Luanga the Imprisoner - Cast Chain Lightning'), +(18533,0,4,0,6,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,19,22424,70,0,0,0,0,0,"Skywing - On Just Died - Set data"); + +DELETE FROM `script_waypoint` WHERE `entry`=22424; +DELETE FROM `waypoints` WHERE `entry`=22424; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(22424, 1, -3620.54, 4164.57, 1.81,'SKYWING_START'), +(22424, 2, -3624.78, 4149.65, 7.44,''), +(22424, 3, -3630.3, 4124.84, 21.28,''), +(22424, 4, -3629.14, 4093.65, 44.35,''), +(22424, 5, -3626.34, 4080.29, 52.39,''), +(22424, 6, -3619.35, 4063.86, 60.86,'SAY_SKYWING_TREE_DOWN'), +(22424, 7, -3615.09, 4054.17, 62.46,''), +(22424, 8, -3611.39, 4046.6, 65.07,''), +(22424, 9, -3606.68, 4040.5, 66,''), +(22424, 10, -3600.88, 4038.69, 67.14,''), +(22424, 11, -3597.88, 4033.84, 68.53,''), +(22424, 12, -3602.19, 4027.89, 69.36,''), +(22424, 13, -3609.85, 4028.37, 70.78,''), +(22424, 14, -3613.01, 4031.1, 72.14,''), +(22424, 15, -3613.18, 4035.63, 73.52,''), +(22424, 16, -3609.84, 4039.73, 75.25,''), +(22424, 17, -3604.55, 4040.12, 77.01,''), +(22424, 18, -3600.61, 4036.03, 78.84,''), +(22424, 19, -3602.63, 4029.99, 81.01,''), +(22424, 20, -3608.87, 4028.64, 83.27,''), +(22424, 21, -3612.53, 4032.74, 85.24,''), +(22424, 22, -3611.08, 4038.13, 87.31,''), +(22424, 23, -3605.09, 4039.35, 89.55,''), +(22424, 24, -3601.87, 4035.44, 91.64,''), +(22424, 25, -3603.08, 4030.58, 93.66,''), +(22424, 26, -3608.47, 4029.23, 95.91,''), +(22424, 27, -3611.68, 4033.35, 98.09,''), +(22424, 28, -3609.51, 4038.25, 100.45,''), +(22424, 29, -3604.54, 4038.01, 102.72,''), +(22424, 30, -3602.4, 4033.48, 105.12,''), +(22424, 31, -3606.17, 4029.69, 107.63,''), +(22424, 32, -3609.93, 4031.26, 109.53,''), +(22424, 33, -3609.38, 4035.86, 110.67,''), +(22424, 34, -3603.58, 4043.03, 112.89,''), +(22424, 35, -3600.99, 4046.49, 111.81,''), +(22424, 36, -3602.32, 4051.77, 111.81,'SAY_SKYWING_TREE_UP'), +(22424, 37, -3609.55, 4055.95, 112,''), +(22424, 38, -3620.93, 4043.77, 111.99,''), +(22424, 39, -3622.44, 4038.95, 111.99,''), +(22424, 40, -3621.64, 4025.39, 111.99,''), +(22424, 41, -3609.62, 4015.2, 111.99,''), +(22424, 42, -3598.37, 4017.72, 111.99,''), +(22424, 43, -3590.21, 4026.62, 111.99,''), +(22424, 44, -3586.55, 4034.13, 112,''), +(22424, 45, -3580.39, 4033.46, 112,''), +(22424, 46, -3568.83, 4032.53, 107.16,''), +(22424, 47, -3554.81, 4031.23, 105.31,''), +(22424, 48, -3544.39, 4030.1, 106.58,''), +(22424, 49, -3531.91, 4029.25, 111.7,''), +(22424, 50, -3523.5, 4030.24, 112.47,''), +(22424, 51, -3517.48, 4037.42, 112.66,''), +(22424, 52, -3510.4, 4040.77, 112.92,''), +(22424, 53, -3503.83, 4041.35, 113.17,''), +(22424, 54, -3498.31, 4040.65, 113.11,''), +(22424, 55, -3494.05, 4031.67, 113.11,''), +(22424, 56, -3487.71, 4025.58, 113.12,''), +(22424, 57, -3500.42, 4012.93, 113.11,''), +(22424, 58, -3510.86, 4010.15, 113.1,''), +(22424, 59, -3518.07, 4008.62, 112.97,''), +(22424, 60, -3524.74, 4014.55, 112.41,'SAY_SKYWING_JUMP'), +(22424, 61, -3537.81, 4008.59, 92.53,''), +(22424, 62, -3546.25, 4008.81, 92.79,''), +(22424, 63, -3552.07, 4006.48, 92.84,''), +(22424, 64, -3556.29, 4000.14, 92.92,''), +(22424, 65, -3556.16, 3991.24, 92.92,''), +(22424, 66, -3551.48, 3984.28, 92.91,''), +(22424, 67, -3542.9, 3981.64, 92.91,''), +(22424, 68, -3534.82, 3983.98, 92.92,''), +(22424, 69, -3530.58, 3989.91, 92.85,''), +(22424, 70, -3529.85, 3998.77, 92.59,''), +(22424, 71, -3534.15, 4008.45, 92.34,''), +(22424, 72, -3532.87, 4012.97, 91.64,''), +(22424, 73, -3530.57, 4023.42, 86.82,''), +(22424, 74, -3528.24, 4033.91, 85.69,''), +(22424, 75, -3526.22, 4043.75, 87.26,''), +(22424, 76, -3523.84, 4054.29, 92.42,''), +(22424, 77, -3522.44, 4059.06, 92.92,''), +(22424, 78, -3514.26, 4060.72, 92.92,''), +(22424, 79, -3507.76, 4065.21, 92.92,''), +(22424, 80, -3503.24, 4076.63, 92.92,'SAY_SKYWING_SUMMON'), +(22424, 81, -3504.23, 4080.47, 92.92,'SPELL_TRANSFORM'), +(22424, 82, -3519.12, 4057.43, 92.93,'DESPAWN'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_00_world_335.sql new file mode 100644 index 00000000000..acca4729fc3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_00_world_335.sql @@ -0,0 +1,56 @@ +-- Quest "Resupplying the Excavation" +-- Areatrigger +DELETE FROM `areatrigger_involvedrelation` WHERE `id`=171; + +DELETE FROM `areatrigger_scripts` WHERE `entry`=171; +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(171,"SmartTrigger"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=171 AND `source_type`=2; +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 +(171,2,0,0,46,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,8279,2057,0,0,0,0,0,"Areatrigger - On Trigger - Set Data to Huldar"); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=171; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,171,2,0,9,0,273,0,0,0,0,0,"","SAI triggers only if quest 'Resupplying the Excavation' is taken"); + +-- Huldar +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2057; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2057 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (205700,205701) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2057,0,0,0,11,0,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Huldar - On Respawn - Set Event Phase 1"), +(2057,0,1,0,38,1,100,0,1,1,0,0,0,80,205700,2,0,0,0,0,1,0,0,0,0,0,0,0,"Huldar - On Data Set - Run Script (Phase 1)"), +(2057,0,2,0,38,0,100,0,2,2,0,0,0,80,205701,0,0,0,0,0,1,0,0,0,0,0,0,0,"Huldar - On Data Set - Run Script"), +(205700,9,0,0,0,0,100,0,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Huldar - On Script - Set Event Phase 0"), +(205700,9,1,0,0,0,100,0,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Huldar - On Script - Remove Npc Flag Questgiver+Gossip"), +(205700,9,2,0,0,0,100,0,0,0,0,0,0,12,1380,6,10000,0,0,0,8,0,0,0,-5762.05,-3437.35,305.971,2.01641,"Huldar - On Script - Summon Creature 'Saean'"), +(205701,9,0,0,0,0,100,0,1000,1000,0,0,0,15,273,0,0,0,0,0,18,50,0,0,0,0,0,0,"Huldar - On Script - Complete Quest 'Resupplying the Excavation'"), +(205701,9,1,0,0,0,100,0,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Huldar - On Script - Add Npc Flag Questgiver+Gossip"), +(205701,9,2,0,0,0,100,0,30000,30000,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Huldar - On Script - Set Event Phase 1"); + +-- Saean +UPDATE `creature_template` SET `faction`=35, `AIName`="SmartAI" WHERE `entry`=1380; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1380 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=138000 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1380,0,0,0,54,0,100,0,0,0,0,0,0,80,138000,2,0,0,0,0,1,0,0,0,0,0,0,0,"Saean - Just Summoned - Run Script"), +(1380,0,1,0,6,0,100,0,0,0,0,0,0,45,2,2,0,0,0,0,19,2057,0,0,0,0,0,0,"Saean - On Just Died - Set Data to Huldar"), +(138000,9,0,0,0,0,100,0,4000,4000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Saean - On Script - Say Line 0"), +(138000,9,1,0,0,0,100,0,2000,2000,0,0,0,2,54,0,0,0,0,0,1,0,0,0,0,0,0,0,"Saean - On Script - Set Faction 54"), +(138000,9,2,0,0,0,100,0,0,0,0,0,0,12,1981,6,10000,0,0,0,8,0,0,0,-5759.24,-3442.57,305.453,2.00286,"Saean - On Script - Summon Creature 'Dark Iron Ambusher'"), +(138000,9,3,0,0,0,100,0,0,0,0,0,0,12,1981,6,10000,0,0,0,8,0,0,0,-5771.42,-3437.31,306.013,0.518455,"Saean - On Script - Summon Creature 'Dark Iron Ambusher'"), +(138000,9,4,0,0,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,19,2057,0,0,0,0,0,0,"Saean - On Script - Start Attacking"), +(138000,9,5,0,0,0,100,0,3000,3000,0,0,0,1,0,0,0,0,0,0,19,1379,0,0,0,0,0,0,"Saean - On Script - Say Line 0 (Miran)"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (1380,1379) AND `GroupID`=0; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1380,0,0,"Sorry, Huldar... But it seems I've misled you.",12,7,100,0,0,0,192,0,"Saean"), +(1379,0,0,"No two-bit traitor will stop the powder from getting to Ironband!",12,7,100,0,0,0,540,0,"Miran"); + +-- Dark Iron Ambusher +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1981; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1981 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1981,0,0,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,25,20,0,0,0,0,0,0,"Dark Iron Ambusher - Just Summoned - Start Attacking"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_01_world_335.sql new file mode 100644 index 00000000000..35eab4934c8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_01_world_335.sql @@ -0,0 +1,9 @@ +-- Chief Engineer Hinderweir VII +DELETE FROM `creature_text` WHERE `CreatureID`=1093; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1093,0,0,"The Stonewrought Dam has been saved! Three cheers for $n!",14,7,100,22,0,0,546,0,"Chief Engineer Hinderweir VII"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1093; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1093 AND `source_type`=0; +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 +(1093,0,0,0,20,0,100,0,283,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Chief Engineer Hinderweir VII - On Quest 'A Dark Threat Looms (Part 7)' Finished - Say Line 0"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_02_world_335.sql new file mode 100644 index 00000000000..1848ec0d2cd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_02_world_335.sql @@ -0,0 +1,324 @@ +-- Quest "Rat Catching" +DELETE FROM `quest_details` WHERE `ID`=416; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(416,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=416; +UPDATE `quest_offer_reward` SET `Emote1`=34, `Emote2`=1, `EmoteDelay2`=1000 WHERE `ID`=416; + +-- Quest "WANTED: Chok'sul" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=256; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=256; + +-- Quest "Mercenaries" +DELETE FROM `quest_details` WHERE `ID`=255; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(255,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=255; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=255; + +-- Quest "Bailor's Ore Shipment" +DELETE FROM `quest_details` WHERE `ID`=1655; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1655,5,6,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=11, `EmoteOnComplete`=11 WHERE `ID`=1655; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=1, `Emote3`=1 WHERE `ID`=1655; + +-- Quest "Badlands Reagent Run" +DELETE FROM `quest_details` WHERE `ID`=2500; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2500,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2500; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1 WHERE `ID`=2500; + +-- Quest "Uldaman Reagent Run" +DELETE FROM `quest_details` WHERE `ID`=17; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(17,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=17; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1 WHERE `ID`=17; + +-- Quest "Badlands Reagent Run II" +DELETE FROM `quest_details` WHERE `ID`=2501; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2501,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2501; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=2501; + +-- Quest "Thelsamar Blood Sausages" +DELETE FROM `quest_details` WHERE `ID`=418; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(418,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=418; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=418; + +-- Quest "Stonegear's Search" +DELETE FROM `quest_details` WHERE `ID`=467; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(467,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3 WHERE `ID`=467; + +-- Quest "Search for Incendicite" +DELETE FROM `quest_details` WHERE `ID`=466; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(466,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=466; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=466; + +-- Quest "Mountaineer Stormpike's Task" +DELETE FROM `quest_details` WHERE `ID`=1339; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1339,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1339; + +-- Quest "Stormpike's Order" +DELETE FROM `quest_details` WHERE `ID`=1338; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1338,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1338; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1338; + +-- Quest "The Trogg Threat" +DELETE FROM `quest_details` WHERE `ID`=267; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(267,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=267; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=267; + +-- Quest "In Defense of the King's Lands" +DELETE FROM `quest_details` WHERE `ID`=224; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(224,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=224; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=224; + +-- Quest "In Defense of the King's Lands (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=237; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(237,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=237; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=237; + +-- Quest "In Defense of the King's Lands (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=263; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(263,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=263; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=263; + +-- Quest "In Defense of the King's Lands (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=217; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(217,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=217; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=217; + +-- Quest "The Horn of the Beast" +UPDATE `quest_request_items` SET `EmoteOnComplete`=274 WHERE `ID`=3181; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5, `Emote3`=1 WHERE `ID`=3181; + +-- Quest "Proof of Deed" +DELETE FROM `quest_details` WHERE `ID`=3182; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3182,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3182; + +-- Quest "At Last!" +UPDATE `quest_request_items` SET `EmoteOnComplete`=274 WHERE `ID`=3201; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=3201; + +-- Quest "Crocolisk Hunting" +DELETE FROM `quest_details` WHERE `ID`=385; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(385,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=385; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=385; + +-- Quest "A Hunter's Boast" +DELETE FROM `quest_details` WHERE `ID`=257; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(257,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=257; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=257; + +-- Quest "A Hunter's Challenge" +DELETE FROM `quest_details` WHERE `ID`=258; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(258,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=258; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6 WHERE `ID`=258; + +-- Quest "Vyrin's Revenge" +DELETE FROM `quest_details` WHERE `ID`=271; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(271,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=271; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=5, `EmoteDelay2`=1000, `EmoteDelay3`=1000 WHERE `ID`=271; + +-- Quest "Vyrin's Revenge (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=531; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(531,5,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=11 WHERE `ID`=531; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=531; + +-- Quest "Report to Mountaineer Rockgar" +DELETE FROM `quest_details` WHERE `ID`=468; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(468,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66, `Emote2`=1 WHERE `ID`=468; + +-- Quest "Ironband's Excavation" +DELETE FROM `quest_details` WHERE `ID`=436; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(436,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=5 WHERE `ID`=436; + +-- Quest "Gathering Idols" +DELETE FROM `quest_details` WHERE `ID`=297; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(297,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=297; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=297; + +-- Quest "Excavation Progress Report" +DELETE FROM `quest_details` WHERE `ID`=298; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(298,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6 WHERE `ID`=298; + +-- Quest "Report to Ironforge" +DELETE FROM `quest_details` WHERE `ID`=301; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(301,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=25 WHERE `ID`=301; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=6 WHERE `ID`=301; + +-- Quest "Powder to Ironband" +DELETE FROM `quest_details` WHERE `ID`=302; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(302,1,1,25,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=302; + +-- Quest "Resupplying the Excavation" +DELETE FROM `quest_details` WHERE `ID`=273; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(273,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=273; + +-- Quest "After the Ambush" +DELETE FROM `quest_details` WHERE `ID`=454; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(454,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=454; + +-- Quest "Protecting the Shipment" +DELETE FROM `quest_details` WHERE `ID`=309; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(309,6,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=309; + +-- Quest "Find Bingles" +DELETE FROM `quest_details` WHERE `ID`=2039; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2039,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=2039; + +-- Quest "Bingles' Missing Supplies" +DELETE FROM `quest_details` WHERE `ID`=2038; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2038,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2038; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2038; + +-- Quest "Honor Students" +DELETE FROM `quest_details` WHERE `ID`=6387; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6387,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6387; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6387; + +-- Quest "Ride to Ironforge" +DELETE FROM `quest_details` WHERE `ID`=6391; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6391,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6391; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6391; + +-- Quest "Gryth Thurden" +DELETE FROM `quest_details` WHERE `ID`=6388; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6388,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6388; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6388; + +-- Quest "Return to Brock" +DELETE FROM `quest_details` WHERE `ID`=6392; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6392,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6392; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=6392; + +-- Quest "Filthy Paws" +DELETE FROM `quest_details` WHERE `ID`=307; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(307,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=307; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=5 WHERE `ID`=307; + +-- Quest "A Dark Threat Looms" +DELETE FROM `quest_details` WHERE `ID`=250; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(250,5,1,25,0,0,0,0,0,0); + +-- Quest "A Dark Threat Looms (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=199; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=199; + +-- Quest "A Dark Threat Looms (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=161; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(161,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=161; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=161; + +-- Quest "A Dark Threat Looms (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=274; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(274,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=274; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=274; + +-- Quest "A Dark Threat Looms (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=278; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(278,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=278; + +-- Quest "A Dark Threat Looms (Part 6)" +DELETE FROM `quest_details` WHERE `ID`=280; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(280,1,5,0,0,0,0,0,0,0); + +-- Quest "A Dark Threat Looms (Part 7)" +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=283; + +-- Quest "Ironband Wants You!" +DELETE FROM `quest_details` WHERE `ID`=707; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(707,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=707; + +-- Quest "Find Agmond" +DELETE FROM `quest_details` WHERE `ID`=738; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(738,1,1,1,0,0,0,0,0,0); + +-- Quest "Murdaloc" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=739; + +-- Quest "Agmond's Fate" +DELETE FROM `quest_details` WHERE `ID`=704; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(704,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=704; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=2 WHERE `ID`=704; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_03_world_335.sql new file mode 100644 index 00000000000..e061a6b0249 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_15_03_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=204 WHERE `ID`=207; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_00_world.sql new file mode 100644 index 00000000000..0bd363d816a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `trinity_string` WHERE `entry`=5083; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5083,"Active AI: %s"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_01_world.sql new file mode 100644 index 00000000000..76776975b66 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_01_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `link`=1 WHERE `entryorguid`=184906 AND `source_type`=1 AND `id`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=184906 AND `source_type`=1 AND `id`=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 +(184906,1,1,0,61,0,100,0,0,0,0,0,41,0,0,0,0,0,0,19,21737,5,0,0,0,0,0,"Power Converter - On linked event - despawn"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_02_world_335.sql new file mode 100644 index 00000000000..056ca9b2419 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_02_world_335.sql @@ -0,0 +1,52 @@ +-- +-- Razzle Sprysprocket +DELETE FROM `creature_text` WHERE `CreatureID` IN (1269,5568); +DELETE FROM `creature_text` WHERE `CreatureID`=1268 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1269,0,0,"Let me install these Gyromechanic Gears and Restabilization Cogs and we'll fire up The Recombobulator.",12,7,100,0,0,0,1883,0,"Razzle Sprysprocket"), +(1269,1,0,"That should do the trick.",12,7,100,0,0,0,1884,0,"Razzle Sprysprocket"), +(1269,2,0,"Time to save the entire gnomish race. Here goes nothing!",12,7,100,5,0,0,1885,0,"Razzle Sprysprocket"), +(1269,3,0,"Back to the drawing board.",12,7,100,0,0,0,1887,0,"Razzle Sprysprocket"), +(1269,4,0,"Perhaps a bit more grease will do the trick.",12,7,100,1,0,0,1888,0,"Razzle Sprysprocket"), +(1269,4,1,"Pretty close that time. I think we've almost got it.",12,7,100,1,0,0,1889,0,"Razzle Sprysprocket"), +(1269,4,2,"The Recombobulator is shaping up quite nicely. Just a few adjustments to go!",12,7,100,1,0,0,1890,0,"Razzle Sprysprocket"), +(1268,1,0,"Precisely.",12,7,100,273,0,0,1891,0,"Ozzie Togglevolt"), +(1268,1,1,"My thoughts exactly.",12,7,100,273,0,0,1892,0,"Ozzie Togglevolt"), +(1268,1,2,"Couldn't have said it better myself.",12,7,100,273,0,0,1893,0,"Ozzie Togglevolt"), +(1268,1,3,"Most definitely.",12,7,100,273,0,0,1894,0,"Ozzie Togglevolt"), +(1268,1,4,"I was thinking the same thing.",12,7,100,273,0,0,1895,0,"Ozzie Togglevolt"), +(5568,0,0,"Oh, great.",12,7,100,0,0,0,1886,0,"Captured Leper Gnome"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1269; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1269 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (126900,126901,126902) 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 +(1269,0,0,0,20,0,100,0,412,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Quest 'Operation Recombobulation' Finished - Remove Npc Flag Questgiver"), +(1269,0,1,0,20,0,100,0,412,0,0,0,53,0,1269,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Quest 'Operation Recombobulation' Finished - Start Waypoint"), +(1269,0,2,0,20,0,100,0,412,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Quest 'Operation Recombobulation' Finished - Say Line 0"), +(1269,0,3,0,40,0,100,0,1,1269,0,0,80,126900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Waypoint 1 Reached - Run Script"), +(1269,0,4,0,40,0,100,0,2,1269,0,0,80,126901,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Waypoint 2 Reached - Run Script"), +(1269,0,5,0,40,0,100,0,3,1269,0,0,80,126902,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Waypoint 3 Reached - Run Script"), +(126900,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,"Razzle Sprysprocket - On Script - Pause Waypoint"), +(126900,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,1.31425,"Razzle Sprysprocket - On Script - Set Orientation"), +(126900,9,2,0,0,0,100,0,0,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Set Emote State 69"), +(126900,9,3,0,0,0,100,0,8000,8000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Set Emote State 0"), +(126900,9,4,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Say Line 1"), +(126901,9,0,0,0,0,100,0,0,0,0,0,54,15000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Pause Waypoint"), +(126901,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,1.27153,"Razzle Sprysprocket - On Script - Set Orientation"), +(126901,9,2,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Say Line 2"), +(126901,9,3,0,0,0,100,0,4000,4000,0,0,5,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Play Emote 69"), +(126901,9,4,0,0,0,100,0,1000,1000,0,0,86,7344,0,19,5568,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Cross Cast 'Recombobulate'"), +(126901,9,5,0,0,0,100,0,2000,2000,0,0,1,0,0,0,0,0,0,19,5568,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Say Line 0 (Captured Leper Gnome)"), +(126901,9,6,0,0,0,100,0,3000,3000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Say Line 3"), +(126902,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.63683,"Razzle Sprysprocket - On Script - Set Orientation"), +(126902,9,1,0,0,0,100,0,500,500,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Say Line 4"), +(126902,9,2,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,19,1268,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Say Line 0 (Ozzie Togglevolt)"), +(126902,9,3,0,0,0,100,0,0,0,0,0,28,7344,0,0,0,0,0,19,5568,0,0,0,0,0,0,"Razzle Sprysprocket - On Script - Remove Aura 'Recombobulate' from Captured Leper Gnome"), +(126902,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,"Razzle Sprysprocket - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=1269; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(1269,1,-5496.54,-455.453,395.439,""), +(1269,2,-5499.83,-454.55,395.439,""), +(1269,3,-5497.94,-455.835,395.438,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_03_world_335.sql new file mode 100644 index 00000000000..ccf3e5091ec --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_03_world_335.sql @@ -0,0 +1,16 @@ +-- +-- Mux Manascrambler +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7083; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7083,0,0,"About that ghost revealer. Did I happen to leave it here? I seem to be missing it.",11909,1,1,0,0,0,0,"",0,0), +(7083,1,0,"I seem to have misplaced the distiller, Mux. Did I happen to leave it here?",11908,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7083 AND `SourceEntry`=1; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,7083,1,0,0,9,0,8924,0,0,0,0,0,"","Show gossip option if quest 'Hunting for Ectoplasm' is taken"), +(15,7083,1,0,0,2,0,21946,1,1,1,0,0,"","Show gossip option if player does not have item 'Ectoplasmic Distiller'"); + +UPDATE `smart_scripts` SET `action_type`=85, `action_param2`=2 WHERE `entryorguid`=16014 AND `source_type`=0 AND `id`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16014 AND `source_type`=0 AND `id`=2; +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 +(16014,0,2,1,62,0,100,0,7083,1,0,0,85,27752,2,0,0,0,0,7,0,0,0,0,0,0,0,"Mux Manascrambler - On Gossip Option 1 Selected - Invoker Cast 'Create Ectoplasmic Distiller'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_04_world_335.sql new file mode 100644 index 00000000000..4d152cb2660 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_18_04_world_335.sql @@ -0,0 +1,43 @@ +-- +-- Anthion Harmon +UPDATE `creature_template` SET `npcflag`=3, `gossip_menu_id`=7072 WHERE `entry`=16016; + +DELETE FROM `gossip_menu` WHERE `MenuID`=7072; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7072,8334,0), +(7072,8337,0), +(7072,8338,0); + +DELETE FROM `npc_text` WHERE `ID` IN (8337,8338); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_1`) VALUES +(8337,"Ysida lives thanks to your courage, $n. I am deeply in your debt and shall assist you as much as it is in my power.","",11933,0,1,0), +(8338,"I guess it's all just about over, right $n? I'm going to miss you... it'll be pretty lonely up here without someone to talk to.$B$BBut that doesn't mean that you can't come back to see me in the future!","",11912,0,1,1); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7072; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7072,8334,0,0,8,0,8946,0,0,1,0,0,"","Show gossip text 8334 if quest 'Proof of Life' is not rewarded"), +(14,7072,8337,0,0,8,0,8946,0,0,0,0,0,"","Show gossip text 8337 if quest 'Proof of Life' is rewarded"), +(14,7072,8337,0,0,8,0,9015,0,0,1,0,0,"","Show gossip text 8337 if quest 'The Challenge' is NOT rewarded"), +(14,7072,8338,0,0,8,0,9015,0,0,0,0,0,"","Show gossip text 8338 if quest 'The Challenge' is rewarded"); + +-- Falrin Treeshaper +UPDATE `creature_template` SET `npcflag`=3, `gossip_menu_id`=7073 WHERE `entry`=16032; + +DELETE FROM `gossip_menu` WHERE `MenuID`=7073; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7073,8336,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7073; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7073,0,0,"I believe I misplaced that banner you enchanted for me, Falrin.",11910,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7073; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,7073,0,0,0,14,0,9015,0,0,1,0,0,"","Show gossip option if quest 'The Challenge' is taken, completed or rewarded"), +(15,7073,0,0,0,2,0,21986,1,1,1,0,0,"","Show gossip option if player does not have item 'Banner of Provocation'"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16032; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16032 AND `source_type`=0; +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 +(16032,0,0,1,62,0,100,0,7073,0,0,0,85,27755,2,0,0,0,0,7,0,0,0,0,0,0,0,"Falrin Treeshaper - On Gossip Option 0 Selected - Invoker Cast 'Create Banner of Provocation'"), +(16032,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Falrin Treeshaper - On Gossip Option 0 Selected - Close Gossip"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_00_world_335.sql new file mode 100644 index 00000000000..529a5a3e14b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_00_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1822; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1822,2473,0,0,6,0,67,0,0,0,0,0,"","Show gossip text 2473 if player is Horde"), +(14,1822,2474,0,0,6,0,469,0,0,0,0,0,"","Show gossip text 2474 if player is Alliance"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_01_world_335.sql new file mode 100644 index 00000000000..bf2386d4a1b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_01_world_335.sql @@ -0,0 +1,27 @@ +-- +-- Thaurissan Relic +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=153556; +DELETE FROM `smart_scripts` WHERE `entryorguid`=153556 AND `source_type`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=15355600 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 +(153556,1,0,0,70,0,100,1,2,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Thaurissan Relic - On Gameobject State Changed - Store Targetlist"), +(153556,1,1,0,70,0,100,1,2,0,0,0,80,15355600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thaurissan Relic - On Gameobject State Changed - Run Script"), +(15355600,9,0,0,0,0,100,0,0,0,0,0,12,8887,3,5000,0,0,0,1,0,0,0,0,0,0,0,"Thaurissan Relic - On Script - Summon Creature 'A tormented voice'"), +(15355600,9,1,0,0,0,100,0,0,0,0,0,100,1,0,0,0,0,0,19,8887,0,0,0,0,0,0,"Thaurissan Relic - On Script - Send Targetlist"), +(15355600,9,2,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,19,8887,0,0,0,0,0,0,"Thaurissan Relic - On Script - Set Data"); + +-- A tormented voice +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8887; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8887 AND `source_type`=0; +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 +(8887,0,0,0,38,0,100,0,1,1,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"A tormented voice - On Data Set - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=8887; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8887,0,0,"Leave this place. <The relic emits a white hot arc of flame. A memory has been gained: A lone Dark Iron dwarf is surrounded by seven corpses, kneeling before a monolith of flame.>",15,0,100,0,0,0,4594,0,"A tormented voice"), +(8887,0,1,"You will perish here. <Your mind fills with visions of chaos and destruction.>",15,0,100,0,0,0,4595,0,"A tormented voice"), +(8887,0,2,"Do not taint these ruins, mortal. <You are engulfed in a blinding flash of light. A creature composed entirely of flame is the only thing you can remember seeing.>",15,0,100,0,0,0,4596,0,"A tormented voice"), +(8887,0,3,"Help us, outsider. <The relic crumbles to dust. A vision of eight Dark Iron dwarves performing some sort of ritual fills your head.>",15,0,100,0,0,0,4597,0,"A tormented voice"), +(8887,0,4,"He cannot be defeated. <The relic burns to nothing. The memories it held are now your own. This city was destroyed by a being not of this world.>",15,0,100,0,0,0,4598,0,"A tormented voice"), +(8887,0,5,"Your existence is acknowledged. <The relic turns to dust. Your head throbs with newfound wisdom. Something evil lurks in the heart of the mountain.>",15,0,100,0,0,0,4599,0,"A tormented voice"), +(8887,0,6,"Defiler... you will be punished for this incursion. <A symbol of flame radiates from the relic before it crumbles to the earth.>",15,0,100,0,0,0,4600,0,"A tormented voice"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_02_world_335.sql new file mode 100644 index 00000000000..13689b043ad --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_02_world_335.sql @@ -0,0 +1,8 @@ +-- Royal Historian Archesonus +DELETE FROM `gossip_menu` WHERE `MenuID`=1561 AND `TextID`=2235; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1561,2235,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1561; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1561,2235,0,0,9,0,3702,0,0,0,0,0,"","Show gossip text 2235 if quest 'The Smoldering Ruins of Thaurissan' is taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_03_world_335.sql new file mode 100644 index 00000000000..f79452f70aa --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_03_world_335.sql @@ -0,0 +1,14 @@ +-- +-- Stone Watcher of Norgannon +UPDATE `gossip_menu` SET `TextID`=1676 WHERE `MenuID`=57001; +UPDATE `gossip_menu` SET `TextID`=1675 WHERE `MenuID`=57002; + +DELETE FROM `creature_text` WHERE `CreatureID`=7918; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7918,0,0,"Salutations! I am a guardian of entry. Please use the proper discs for access to Uldum.",12,0,100,0,0,0,4049,0,"Stone Watcher of Norgannon"), +(7918,1,0,"Your discs will be returned to you once you access the pedestal.",12,0,100,0,0,0,4065,0,"Stone Watcher of Norgannon"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7918 AND `source_type`=0 AND `id` IN (2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7918,0,2,0,11,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stone Watcher of Norgannon - On Spawn - Say Line 0"), +(7918,0,3,0,62,0,100,0,57005,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stone Watcher of Norgannon - On Gossip Option Selected - Say Line 1"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_04_world.sql new file mode 100644 index 00000000000..36de2e6a5a7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_04_world.sql @@ -0,0 +1,4 @@ +-- Princess Moira Bronzebeard +DELETE FROM `creature_text` WHERE `CreatureID`=8929; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8929,0,0,"%s is visibly shaken by the death of Emperor Thaurissan.",16,0,100,18,0,0,5429,0,"Princess Moira Bronzebeard"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_05_world_335.sql new file mode 100644 index 00000000000..db5a04bfedf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_05_world_335.sql @@ -0,0 +1,2 @@ +-- Gaffer Jack +UPDATE `fishing_loot_template` SET `GroupId`=0 WHERE `entry` IN (148); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_06_world.sql new file mode 100644 index 00000000000..2bbd38d4b28 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_06_world.sql @@ -0,0 +1,59 @@ +-- Sharth and Pathaleon conversation +DELETE FROM `creature_text` WHERE `CreatureID`=21504 AND `GroupID`=13; +DELETE FROM `creature_text` WHERE `CreatureID`=18554; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18554,0,0,"You come into my house and threaten ME? I think not!'",12,0,100,1,0,0,15542,0,"Sharth Voldoun"), +(18554,1,0,"My master, we are honored by your presence. How may I serve thee?",12,0,100,0,0,0,19156,0,"Sharth Voldoun"), +(18554,2,0,"All goes exceedingly well, my lord. Testing of the smaller prototype at the Cenarion Thicket was a complete success. The second bomb is being ritually fueled in the courtyard below even as we speak. And, I''ve sent a courier to Tuurem to bring the rest of the parts to us here.",12,0,100,1,0,0,19159,0,"Sharth Voldoun"), +(18554,3,0,'You are satisfied?',12,0,100,6,0,0,19160,0,"Sharth Voldoun"), +(18554,4,0,'I can assure you that we will not fail, my master. I am personally overseeing every aspect of the construction, and I hold the final codes, myself. Within a day''s time, I will have the bomb detonated on those nearby pests.',12,0,100,2,0,0,19164,0,"Sharth Voldoun"), +(21504,13,0,'Rise, young Voldoun. Do not worry yourself with pleasantries. I come at the behest of our master, Prince Kael''thas. He bids me to check on the progress of the mana bomb.',12,0,100,1,0,0,19157,0,"Pathaleon the Calculator's Image"); + +-- Incorrect spawning of Pathaleon the Calculators Image +DELETE FROM `creature` WHERE `guid`=85566 AND `id`=21504; + +-- Sharth Voldoun, fix position and weapon sheathed +UPDATE `creature` SET `position_x` = -2288.34839, `position_y` = 3091.4968, `orientation` = 3.2263 WHERE `guid` = 86925; +DELETE FROM `creature_template_addon` WHERE `entry`=18554; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(18554,0,0,0,0,0,""); + +-- Sharth Voldoun +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`= 18554; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18554 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1855400 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(18554,0,0,0,0,0,100,0,3000,5000,40000,45000,0,11,15277,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - IC - Cast Seal of Reckoning"), +(18554,0,1,0,2,0,100,0,0,40,15000,20000,0,11,13952,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - On Below 40% HP - Cast Holy Light"), +(18554,0,2,3,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - On Aggro - Say Line 0"), +(18554,0,3,0,61,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,19,21504,50,0,0,0,0,0,"Sharth Voldoun - On Aggro - Set Data"), +(18554,0,4,0,1,0,100,0,30000,30000,120000,120000,0,80,1855400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - OOC - RunScript"), +(1855400,9,0,0,0,0,100,0,0,0,0,0,0,12,21504,8,0,0,0,0,8,0,0,0,-2293.5210,3091.34302,152.817734,6.17546,"Sharth Voldoun - On Script - Summon Pathaleon the Calculators Image"), +(1855400,9,1,0,0,0,100,0,2000,2000,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - On Script - Set Flag Standstate 'Kneel'"), +(1855400,9,2,0,0,0,100,0,1000,1000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 1"), +(1855400,9,3,0,0,0,100,0,7000,7000,0,0,0,1,13,0,0,0,0,0,19,21504,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 13 (Pathaleon the Calculators Image)"), +(1855400,9,4,0,0,0,100,0,3000,3000,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - On Script - Remove Flag Standstate 'Kneel'"), +(1855400,9,5,0,0,0,100,0,8000,8000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 2"), +(1855400,9,6,0,0,0,100,0,14000,14000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 3"), +(1855400,9,7,0,0,0,100,0,4000,4000,0,0,0,1,4,0,0,0,0,0,19,21504,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 4 (Pathaleon the Calculators Image)"), +(1855400,9,8,0,0,0,100,0,16000,16000,0,0,0,1,5,0,0,0,0,0,19,21504,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 5 (Pathaleon the Calculators Image)"), +(1855400,9,9,0,0,0,100,0,16000,16000,0,0,0,1,6,0,0,0,0,0,19,21504,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 6 (Pathaleon the Calculators Image)"), +(1855400,9,10,0,0,0,100,0,10000,10000,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 4"), +(1855400,9,11,0,0,0,100,0,13000,13000,0,0,0,1,7,0,0,0,0,0,19,21504,0,0,0,0,0,0,"Sharth Voldoun - On Script - Say Line 7 (Pathaleon the Calculators Image)"), +(1855400,9,12,0,0,0,100,0,0,0,0,0,0,45,3,3,0,0,0,0,19,21504,0,0,0,0,0,0,"Sharth Voldoun - On Script - Set Data to Pathaleon the Calculators Image"); + +-- Pathaleon the Calculators Image +DELETE FROM `smart_scripts` WHERE `entryorguid`=21504 AND `ID`>1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2150401 AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2150402 AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21504 AND `ID`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(21504,0,2,0,54,0,100,0,0,0,0,0,0,11,34427,2,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Just Summoned - Cast Ethereal Teleport"), +(21504,0,3,0,54,0,100,0,0,0,0,0,0,11,33900,2,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Just Summoned - Cast Shroud of Death"), +(21504,0,4,0,38,0,100,0,3,3,0,0,0,80,2150401,2,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Data Set - Run Script"), +(2150401,9,0,0,0,0,100,0,8000,8000,0,0,0,11,34427,2,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Script - Cast Ethereal Teleport"), +(2150401,9,1,0,0,0,100,0,2000,2000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Script - Despawn"), +(21504,0,0,0,38,0,100,0,1,1,0,0,0,80,2150402,2,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Data Set - Run Script"), +(2150402,9,0,0,0,0,100,0,1000,1000,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Script - Say text"), +(2150402,9,1,0,0,0,100,0,5000,5000,0,0,0,11,34427,2,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Script - Cast Ethereal Teleport"), +(2150402,9,2,0,0,0,100,0,1000,1000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pathaleon the Calculator's Image - On Script - Despawn"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_07_world_335.sql new file mode 100644 index 00000000000..e605bab789c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_22_07_world_335.sql @@ -0,0 +1,82 @@ +-- Quest "Protecting the Shipment" +UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=309; -- Prevents quest from auto completing + +-- Miran +UPDATE `creature` SET `spawntimesecs`=120 WHERE `guid`=8975; + +DELETE FROM `creature_text` WHERE `CreatureID`=1379 AND `GroupID` IN (1,2,3); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1379,1,0,"Help! I've only one hand to defend myself with.",12,7,100,0,0,0,510,0,"Miran"), +(1379,2,0,"Send them on! I'm not afraid of some scrawny beasts!",12,7,100,0,0,0,511,0,"Miran"), +(1379,3,0,"Ah, here at last! It's going to feel so good to get rid of these barrels.",12,7,100,0,0,0,498,0,"Miran"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1379; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1379 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (137900,137901) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1379,0,0,1,19,0,100,0,309,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Miran - On Quest 'Protecting the Shipment' Taken - Store Targetlist"), +(1379,0,1,2,61,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Quest 'Protecting the Shipment' Taken - Remove Npc Flag Questgiver"), +(1379,0,2,0,61,0,100,0,0,0,0,0,0,53,0,1379,0,0,0,2,1,0,0,0,0,0,0,0,"Miran - On Quest 'Protecting the Shipment' Taken - Start Waypoint"), +(1379,0,3,0,6,0,100,0,0,0,0,0,0,6,309,0,0,0,0,0,12,1,0,0,0,0,0,0,"Miran - On Just Died - Fail Quest 'Protecting the Shipment'"), +(1379,0,4,0,40,0,100,0,19,1379,0,0,0,80,137900,2,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Waypoint 19 Reached - Run Script"), +(1379,0,5,0,40,0,100,0,23,1379,0,0,0,80,137901,2,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Waypoint 23 Reached - Run Script"), +(1379,0,6,0,40,0,100,0,24,1379,0,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Waypoint 24 Reached - Despawn"), +(137900,9,0,0,0,0,100,0,0,0,0,0,0,54,2000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Script - Pause Waypoint"), +(137900,9,1,0,0,0,100,0,0,0,0,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Script - Summon Group"), +(137900,9,2,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Script - Say Line 1"), +(137900,9,3,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,19,2149,0,0,0,0,0,0,"Miran - On Script - Say Line 0 (Dark Iron Raider)"), +(137900,9,4,0,0,0,100,0,7000,7000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Script - Say Line 2"), +(137901,9,0,0,0,0,100,0,0,0,0,0,0,54,10000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Script - Pause Waypoint"), +(137901,9,1,0,0,0,100,0,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Miran - On Script - Say Line 3"), +(137901,9,2,0,0,0,100,0,0,0,0,0,0,15,309,0,0,0,0,0,12,1,0,0,0,0,0,0,"Miran - On Script - Complete Quest 'Protecting the Shipment'"); + +DELETE FROM `creature_summon_groups` WHERE `summonerId`=1379; +INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES +(1379,0,1,2149,-5699.63,-3745.94,319.454,1.56927,1,10000), +(1379,0,1,2149,-5706.36,-3744.81,318.798,1.04306,1,10000); + +DELETE FROM `waypoints` WHERE `entry`=1379; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(1379,1,-5751.12,-3441.01,301.743,""), +(1379,2,-5738.58,-3485.14,302.41,""), +(1379,3,-5721.62,-3507.85,304.011,""), +(1379,4,-5710.21,-3527.97,304.708,""), +(1379,5,-5706.92,-3542.89,304.871,""), +(1379,6,-5701.53,-3551.24,305.962,""), +(1379,7,-5699.53,-3555.69,306.505,""), +(1379,8,-5690.56,-3571.98,309.035,""), +(1379,9,-5678.61,-3587.17,310.607,""), +(1379,10,-5677.05,-3594.35,311.527,""), +(1379,11,-5674.39,-3605.19,312.239,""), +(1379,12,-5674.45,-3614.39,312.337,""), +(1379,13,-5673.05,-3630.56,311.105,""), +(1379,14,-5680.34,-3645.44,315.185,""), +(1379,15,-5684.46,-3650.05,314.687,""), +(1379,16,-5693.9,-3674.14,313.03,""), +(1379,17,-5701.43,-3712.54,313.959,""), +(1379,18,-5698.79,-3720.88,316.943,""), +(1379,19,-5699.95,-3733.63,318.597,""), +(1379,20,-5698.61,-3754.74,322.047,""), +(1379,21,-5688.68,-3769,323.957,""), +(1379,22,-5688.14,-3782.65,322.667,""), +(1379,23,-5699.23,-3792.65,322.448,""), +(1379,24,-5700.8,-3792.78,322.588,""); + +-- Dark Iron Raider +DELETE FROM `creature_text` WHERE `CreatureID`=2149; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2149,0,0,"Get him!",12,6,100,0,0,0,512,0,"Dark Iron Raider"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=2149 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2149,0,0,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,19,1379,0,0,0,0,0,0,"Dark Iron Raider - Just Summoned - Start Attacking"); + +-- Huldar +DELETE FROM `gossip_menu` WHERE `MenuID`=4322 AND `TextID`=5501; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(4322,5501,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=4322; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,4322,5494,0,0,29,0,1379,20,0,0,0,0,"","Show gossip text 5494 if Miran is nearby"), +(14,4322,5501,0,0,29,0,1379,20,0,1,0,0,"","Show gossip text 3522 if Miran is not nearby"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_25_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_25_00_world.sql new file mode 100644 index 00000000000..e520ca224b5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_25_00_world.sql @@ -0,0 +1,7 @@ +UPDATE `creature_template` SET `ScriptName`='npc_pet_gen_soul_trader' WHERE `entry`=27914; +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_ethereal_pet_aura','spell_ethereal_pet_onsummon','spell_ethereal_pet_aura_remove','spell_steal_essence_visual'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(50051,'spell_ethereal_pet_aura'), +(50052,'spell_ethereal_pet_onsummon'), +(50055,'spell_ethereal_pet_aura_remove'), +(50101,'spell_steal_essence_visual'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_00_world_335.sql new file mode 100644 index 00000000000..02e866d89ec --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `Text`="%s goes into a frenzy!", `BroadcastTextId`=1191 WHERE `CreatureID`=10882 AND `GroupID`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_01_world_335.sql new file mode 100644 index 00000000000..8e728305f22 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_01_world_335.sql @@ -0,0 +1,12 @@ +-- +-- Quest "Replacement Phial" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=3375; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,3375,0,0,14,0,2200,0,0,1,0,0,"","Quest 'Replacement Phial' can only be taken if quest 'Back to Uldaman' is taken"), +(19,0,3375,0,0,28,0,2204,0,0,1,0,0,"","Quest 'Replacement Phial' can only be taken if quest 'Restoring the Necklace' is not completed"), +(19,0,3375,0,0,8,0,2204,0,0,1,0,0,"","Quest 'Replacement Phial' can only be taken if quest 'Restoring the Necklace' is not rewarded"), +(19,0,3375,0,0,2,0,7667,1,1,1,0,0,"","Quest 'Replacement Phial' can only be taken if player does not have item 'Talvash's Phial of Scrying'"); + +DELETE FROM `quest_template_addon` WHERE `ID`=3375; +INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES +(3375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_02_world_335.sql new file mode 100644 index 00000000000..1102baa8ccb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_02_world_335.sql @@ -0,0 +1,41 @@ +-- Talvash del Kissel +DELETE FROM `creature_text` WHERE `CreatureID`=6826 AND `GroupID` IN (1,2,3,4,5); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6826,1,0,"Let me grab a spell focus from inside my home here, and then we'll get started!",12,7,100,0,0,0,3121,0,"Talvash del Kissel"), +(6826,2,0,"Bah, it isn't here. Where did I have that blasted thing at last?",12,7,100,6,0,0,3122,0,"Talvash del Kissel"), +(6826,3,0,"That's right, it's over by the bed. Heh, sorry about that!",12,7,100,0,0,0,3123,0,"Talvash del Kissel"), +(6826,4,0,"Fantastic then! Let's get this thing fixed for you.",12,7,100,0,0,0,3124,0,"Talvash del Kissel"), +(6826,5,0,"Success! Huzzah! The power source restored the necklace!",12,7,100,4,0,0,3125,0,"Talvash del Kissel"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=6826 AND `source_type`=0 AND `id` IN (2,3,4,5,6,7); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (682600,682601,682602) 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 +(6826,0,2,0,20,0,100,0,2204,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Quest 'Restoring the Necklace' Finished - Remove Npc Flag Questgiver+Gossip"), +(6826,0,3,0,20,0,100,0,2204,0,0,0,53,0,6826,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Quest 'Restoring the Necklace' Finished - Start Waypoint"), +(6826,0,4,0,20,0,100,0,2204,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Quest 'Restoring the Necklace' Finished - Say Line 1"), +(6826,0,5,0,40,0,100,0,3,6826,0,0,80,682600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Waypoint 3 Reached - Run Script"), +(6826,0,6,0,40,0,100,0,5,6826,0,0,80,682601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Waypoint 5 Reached - Run Script"), +(6826,0,7,0,40,0,100,0,10,6826,0,0,80,682602,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Waypoint 10 Reached - Run Script"), +(682600,9,0,0,0,0,100,0,0,0,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Script - Pause Waypoint"), +(682600,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,5.02135,"Talvash del Kissel - On Script - Set Orientation"), +(682600,9,2,0,0,0,100,0,3000,3000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Script - Say Line 2"), +(682600,9,3,0,0,0,100,0,5000,5000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Script - Say Line 3"), +(682601,9,0,0,0,0,100,0,0,0,0,0,54,4000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Script - Pause Waypoint"), +(682601,9,2,0,0,0,100,0,4000,4000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Script - Say Line 4"), +(682602,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.31613,"Talvash del Kissel - On Script - Set Orientation"), +(682602,9,1,0,0,0,100,0,1000,1000,0,0,11,9795,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Script - Cast 'Talvash's Necklace Repair'"), +(682602,9,2,0,0,0,100,0,6000,6000,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Script - Say Line 5"), +(682602,9,3,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Talvash del Kissel - On Script - Add Npc Flag Questgiver+Gossip"); + +DELETE FROM `waypoints` WHERE `entry`=6826; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(6826,1,-4586.89,-997.797,503.658,""), +(6826,2,-4582.68,-996.563,503.658,""), +(6826,3,-4575.23,-998.552,503.658,""), +(6826,4,-4575.04,-995.529,503.657,""), +(6826,5,-4576.11,-992.451,503.657,""), +(6826,6,-4575.04,-995.529,503.657,""), +(6826,7,-4575.64,-997.129,503.657,""), +(6826,8,-4578.79,-998.015,503.657,""), +(6826,9,-4586.89,-997.797,503.658,""), +(6826,10,-4588.3,-1001.21,503.657,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_03_world_335.sql new file mode 100644 index 00000000000..43055e2933f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_03_world_335.sql @@ -0,0 +1,66 @@ +-- +-- Tidelord Rrurgaz +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16072; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16072 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(16072,0,0,0,0,0,100,0,2000,4000,14000,21000,0,11,16244,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tidelord Rrurgaz - In Combat - Cast 'Demoralizing Shout'"), +(16072,0,1,0,0,0,100,0,5000,7000,19000,22000,0,11,16509,0,0,0,0,0,5,0,0,0,0,0,0,0,"Tidelord Rrurgaz - In Combat - Cast 'Rend'"), +(16072,0,2,0,0,0,100,0,7000,9000,8000,12000,0,11,17207,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tidelord Rrurgaz - In Combat - Cast 'Whirlwind'"), +(16072,0,3,0,0,0,100,0,9000,12000,14000,17000,0,11,15588,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tidelord Rrurgaz - In Combat - Cast 'Thunderclap'"); + +-- Strashaz Warrior +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4364; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4364 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4364,0,0,0,0,0,100,0,5000,7000,12000,15000,0,11,9080,0,0,0,0,0,2,0,0,0,0,0,0,0,"Strashaz Warrior - In Combat - Cast 'Hamstring'"), +(4364,0,1,0,0,0,100,0,4000,9000,8000,12000,0,11,16856,0,0,0,0,0,2,0,0,0,0,0,0,0,"Strashaz Warrior - In Combat - Cast 'Mortal Strike'"), +(4364,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strashaz Warrior - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Strashaz Sorceress +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4370; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4370 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4370,0,0,0,0,0,100,0,0,0,3000,5000,0,11,12737,64,0,0,0,0,2,0,0,0,0,0,0,0,"Strashaz Sorceress - In Combat - Cast 'Frostbolt'"), +(4370,0,1,0,0,0,100,0,12000,16000,16000,21000,0,11,15499,0,0,0,0,0,5,0,0,0,0,0,0,0,"Strashaz Sorceress - In Combat - Cast 'Frost Shock'"), +(4370,0,2,0,9,0,100,0,0,8,12000,15000,0,11,15532,0,0,0,0,0,1,0,0,0,0,0,0,0,"Strashaz Sorceress - Within 0-8 Range - Cast 'Frost Nova'"), +(4370,0,3,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strashaz Sorceress - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Strashaz Siren +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4371; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4371 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4371,0,0,0,0,0,100,0,0,0,3000,5000,0,11,15587,64,0,0,0,0,2,0,0,0,0,0,0,0,"Strashaz Siren - In Combat - Cast 'Mind Blast'"), +(4371,0,1,0,0,0,100,0,11000,15000,21000,26000,0,11,15654,0,0,0,0,0,5,0,0,0,0,0,0,0,"Strashaz Siren - In Combat - Cast 'Shadow Word: Pain'"), +(4371,0,2,0,0,0,100,0,8000,12000,16000,22000,0,11,7645,0,0,0,0,0,6,0,0,0,0,0,0,0,"Strashaz Siren - In Combat - Cast 'Dominate Mind'"), +(4371,0,3,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strashaz Siren - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Strashaz Myrmidon +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4368; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4368 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4368,0,0,0,0,0,100,0,5000,7000,11000,14000,0,11,15284,0,0,0,0,0,2,0,0,0,0,0,0,0,"Strashaz Myrmidon - In Combat - Cast 'Cleave'"), +(4368,0,1,0,0,0,100,0,7000,11000,9000,13000,0,11,18812,0,0,0,0,0,5,0,0,0,0,0,0,0,"Strashaz Myrmidon - In Combat - Cast 'Knockdown'"), +(4368,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strashaz Myrmidon - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Strashaz Serpent Guard +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4366; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4366 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4366,0,0,0,0,0,100,0,5000,7000,7000,11000,0,11,12057,0,0,0,0,0,2,0,0,0,0,0,0,0,"Strashaz Serpent Guard - In Combat - Cast 'Strike'"), +(4366,0,1,0,0,0,100,0,4000,9000,18000,24000,0,11,6713,0,0,0,0,0,2,0,0,0,0,0,0,0,"Strashaz Serpent Guard - In Combat - Cast 'Disarm'"), +(4366,0,2,0,0,0,100,0,7000,12000,21000,25000,0,11,16509,0,0,0,0,0,5,0,0,0,0,0,0,0,"Strashaz Serpent Guard - In Combat - Cast 'Rend'"), +(4366,0,3,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strashaz Serpent Guard - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Strashaz Hydra +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4374; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4374 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4374,0,0,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Strashaz Hydra - On Reset - Cast 'Thrash'"), +(4374,0,1,0,0,0,100,0,5000,9000,12000,21000,0,11,16128,0,0,0,0,0,5,0,0,0,0,0,0,0,"Strashaz Hydra - In Combat - Cast 'Infected Bite'"); + +-- Doctor Weavil +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=15552; +DELETE FROM `smart_scripts` WHERE `entryorguid`=15552 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(15552,0,0,0,0,0,100,0,8000,14000,8000,14000,0,11,25774,0,0,0,0,0,1,0,0,0,0,0,0,0,"Doctor Weavil - In Combat - Cast 'Mind Shatter'"), +(15552,0,1,0,0,0,100,0,15000,15000,120000,120000,0,11,25772,0,0,0,0,0,2,0,0,0,0,0,0,0,"Doctor Weavil - In Combat - Cast 'Mental Domination'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_04_world_335.sql new file mode 100644 index 00000000000..4fa086bc993 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_04_world_335.sql @@ -0,0 +1,1063 @@ +-- +-- Quest "A New Threat" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=170; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=170; + +-- Quest "A Refugee's Quandary" +DELETE FROM `quest_details` WHERE `ID`=3361; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3361,5,0,0,0,0,0,0,0,0); + +-- Quest "The Boar Hunter" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=183; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=183; + +-- Quest "The Troll Cave" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=182; +UPDATE `quest_offer_reward` SET `Emote1`=5, `RewardText`="Argh! Those Light-blasted trolls!$B$B<He takes a few breaths and seems to settle down... a bit.>$B$BA group of them came in the night and stole my journal! I knew better than to trust that good-for-nothing appr..." WHERE `ID`=182; + +-- Quest "The Stolen Journal" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=218; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=218; + +-- Quest "Scalding Mornbrew Delivery" +DELETE FROM `quest_details` WHERE `ID`=3364; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3364,5,0,0,0,0,0,0,0,0); + +-- Quest "Senir's Observations" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=66, `EmoteOnComplete`=66 WHERE `ID`=282; + +-- Quest "Supplies to Tannok" +UPDATE `quest_request_items` SET `EmoteOnComplete`=3 WHERE `ID`=2160; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=2160; + +UPDATE `creature_template` SET `ScriptName`="" WHERE `entry`=6806; -- Tannok Frosthammer is not an innkeeper + +-- Quest "Speak with Bink" +DELETE FROM `quest_details` WHERE `ID`=1879; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1879,5,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1879; + +-- Quest "Mage-tastic Gizmonitor" +DELETE FROM `quest_details` WHERE `ID`=1880; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1880,1,1,20,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1880; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=2 WHERE `ID`=1880; + +-- Quest "In Favor of the Light" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=5626; + +-- Quest "Garments of the Light" +DELETE FROM `quest_details` WHERE `ID`=5625; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5625,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1, `RewardText`="Well done, $n. You got the Light inside you, that's for sure.$B$BHere, take this robe. It'll denote your role in the church and help people recognize you as a $c--wear it if you want.$B$BLater, there will be more tests that you'll have to go through. Do what you can to learn about your abilities and what you're capable of. Try your hand at a fight or two alone, and then again with other travelers.$B$BBut don't fret none... you're as powerful as they come." WHERE `ID`=5625; + +-- Quest "Tools for Steelgrill" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=400; + +-- Quest "Beer Basted Boar Ribs" +DELETE FROM `quest_details` WHERE `ID`=384; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(384,1,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=384; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=384; + +-- Quest "Stocking Jetsteam" +DELETE FROM `quest_details` WHERE `ID`=317; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(317,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=317; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=317; + +-- Quest "The Grizzled Den" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=313; + +-- Quest "Evershine" +DELETE FROM `quest_details` WHERE `ID`=318; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(318,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=318; + +-- Quest "A Favor for Evershine" +DELETE FROM `quest_details` WHERE `ID`=319; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(319,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=319; + +-- Quest "Ammo for Rumbleshot" +DELETE FROM `quest_details` WHERE `ID`=5541; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5541,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5541; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=5541; + +-- Quest "Operation Recombobulation" +DELETE FROM `quest_details` WHERE `ID`=412; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(412,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=412; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=412; + +-- Quest "Tundra MacGrann's Stolen Stash" +DELETE FROM `quest_details` WHERE `ID`=312; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(312,1,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=312; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=312; + +-- Quest "The Perfect Stout" +DELETE FROM `quest_details` WHERE `ID`=315; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(315,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=315; + +-- Quest "Rejold's New Brew" +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=415; + +-- Quest "Distracting Jarven" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=308; + +-- Quest "Return to Bellowfiz" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=320; + +-- Quest "Return to Marleth" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=311; + +-- Quest "Protecting the Herd" +DELETE FROM `quest_details` WHERE `ID`=314; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(314,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=314; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=314; + +-- Quest "Those Blasted Troggs!" +DELETE FROM `quest_details` WHERE `ID`=432; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(432,5,15,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=15 WHERE `ID`=432; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=5 WHERE `ID`=432; + +-- Quest "A Pilot's Revenge" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=417; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=417; + +-- Quest "Shimmer Stout" +UPDATE `quest_request_items` SET `EmoteOnComplete`=3 WHERE `ID`=413; +UPDATE `quest_offer_reward` SET `Emote1`=7, `Emote2`=4 WHERE `ID`=413; + +-- Quest "Stout to Kadrell" +DELETE FROM `quest_details` WHERE `ID`=414; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(414,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=414; +UPDATE `quest_offer_reward` SET `Emote1`=7, `Emote2`=5 WHERE `ID`=414; + +-- Quest "The Reports" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=291; + +-- Quest "Deeprun Rat Roundup" +DELETE FROM `quest_details` WHERE `ID`=6661; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6661,25,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=6661; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6661; + +-- Quest "Me Brother, Nipsy" +DELETE FROM `quest_details` WHERE `ID`=6662; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6662,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=6662; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6662; + +-- Quest "The New Frontier" +DELETE FROM `quest_details` WHERE `ID` IN (1000,1004,1015,1018,1019,1047); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1000,15,5,1,0,0,0,0,0,0), +(1004,15,5,1,0,0,0,0,0,0), +(1015,15,5,1,0,0,0,0,0,0), +(1018,15,5,1,0,0,0,0,0,0), +(1019,15,5,1,0,0,0,0,0,0), +(1047,15,5,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID` IN (1015,1019,1047); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID` IN (1000,1004,1018); + +UPDATE `quest_template_addon` SET `NextQuestID`=6761 WHERE `ID` IN (1015,1019,1047); +UPDATE `quest_template_addon` SET `NextQuestID`=1123 WHERE `ID` IN (1000,1004,1018); + +-- Quest "The New Frontier (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=6761; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6761,1,1,5,25,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=6761; + +-- Quest "Rabine Saturna" +DELETE FROM `quest_details` WHERE `ID` IN (6762,1123); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6762,1,1,1,0,0,0,0,0,0), +(1123,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID` IN (6762,1123); + +-- Quest "Wasteland" +DELETE FROM `quest_details` WHERE `ID`=1124; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1124,1,6,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1 WHERE `ID`=1124; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=1124; + +-- Quest "The Spirits of Southwind" +DELETE FROM `quest_details` WHERE `ID`=1125; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1125,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=1125; + +-- Quest "Hive in the Tower" +DELETE FROM `quest_details` WHERE `ID`=1126; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1126,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1126; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=1126; + +-- Quest "Umber, Archivist" +DELETE FROM `quest_details` WHERE `ID`=6844; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6844,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1 WHERE `ID`=6844; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=6, `Emote3`=1 WHERE `ID`=6844; + +-- Quest "Uncovering Past Secrets" +DELETE FROM `quest_details` WHERE `ID`=6845; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6845,1,1,6,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=6845; + +-- Quest "Under the Chitin Was..." +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=1185; + +-- Quest "The Brassbolts Brothers" +DELETE FROM `quest_details` WHERE `ID`=1179; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1179,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=1179; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1179; + +-- Quest "Arrows Are For Sissies" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=7342; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=7342; + +-- Quest "The Smoldering Ruins of Thaurissan" +DELETE FROM `quest_details` WHERE `ID`=3702; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3702,6,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=3702; + +-- Quest "The Smoldering Ruins of Thaurissan (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=3701; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3701,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=3701; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=3701; + +-- Quest "Kharan Mighthammer" +DELETE FROM `quest_details` WHERE `ID`=4341; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4341,6,5,18,5,0,0,0,3000,0); +UPDATE `quest_offer_reward` SET `Emote1`=20 WHERE `ID`=4341; + +-- Quest "Kharan Mighthammer" +DELETE FROM `quest_details` WHERE `ID`=4341; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4341,6,5,18,5,0,0,0,3000,0); +UPDATE `quest_offer_reward` SET `Emote1`=16 WHERE `ID`=4341; + +-- Quest "Kharan's Tale" +DELETE FROM `quest_details` WHERE `ID`=4342; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4342,20,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4342; + +-- Quest "The Bearer of Bad News" +DELETE FROM `quest_details` WHERE `ID`=4361; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4361,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=36 WHERE `ID`=4361; + +-- Quest "The Fate of the Kingdom" +DELETE FROM `quest_details` WHERE `ID`=4362; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4362,1,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=18 WHERE `ID`=4362; + +-- Quest "The Princess's Surprise" +DELETE FROM `quest_details` WHERE `ID`=4363; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4363,5,25,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4363; + +-- Quest "A Little Slime Goes a Long Way" +DELETE FROM `quest_details` WHERE `ID`=4512; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4512,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=4512; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=4512; + +-- Quest "A Little Slime Goes a Long Way (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=4513; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4513,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=4513; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=4, `Emote3`=1 WHERE `ID`=4513; + +-- Quest "Mythology of the Titans" +DELETE FROM `quest_details` WHERE `ID`=1050; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1050,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=1050; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=2 WHERE `ID`=1050; + +-- Quest "Powder to Ironband" +UPDATE `quest_details` SET `Emote1`=5 WHERE `ID`=302; + +-- Quest "The Lost Dwarves" +DELETE FROM `quest_details` WHERE `ID`=2398; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2398,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=2398; + +-- Quest "The Hidden Chamber" +DELETE FROM `quest_details` WHERE `ID`=2240; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2240,1,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5, `Emote3`=1 WHERE `ID`=2240; + +-- Quest "Reclaimed Treasures" +DELETE FROM `quest_details` WHERE `ID`=1360; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1360,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1360; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=1360; + +-- Quest "Knowledge in the Deeps" +DELETE FROM `quest_details` WHERE `ID`=971; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(971,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=971; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=971; + +-- Quest "Passing the Burden" +DELETE FROM `quest_details` WHERE `ID`=3448; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3448,6,1,0,0,0,0,0,0,0); + +-- Quest "Arcane Runes" +DELETE FROM `quest_details` WHERE `ID`=3449; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3449,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=4 WHERE `ID`=3449; + +-- Quest "An Easy Pickup" +DELETE FROM `quest_details` WHERE `ID`=3450; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3450,1,1,0,0,0,0,0,0,0); + +-- Quest "Signal for Pickup" +DELETE FROM `quest_details` WHERE `ID`=3451; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3451,6,1,1,0,0,0,0,0,0); + +-- Quest "Signal for Pickup" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=3483; + +-- Quest "Return to Tymor" +DELETE FROM `quest_details` WHERE `ID`=3461; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3461,1,1,6,0,0,0,0,0,0); + +-- Quest "Klockmort's Essentials" +DELETE FROM `quest_details` WHERE `ID`=2925; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2925,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=2925; + +-- Quest "Essential Artificials" +DELETE FROM `quest_details` WHERE `ID`=2924; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2924,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2924; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=2924; + +-- Quest "The Grand Betrayal" +DELETE FROM `quest_details` WHERE `ID`=2929; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2929,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=2929; + +-- Quest "The Day After" +DELETE FROM `quest_details` WHERE `ID`=2927; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2927,6,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2927; + +-- Quest "Gnogaine" +DELETE FROM `quest_details` WHERE `ID`=2926; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2926,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=2926; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2926; + +-- Quest "The Only Cure is More Green Glow" +DELETE FROM `quest_details` WHERE `ID`=2962; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2962,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=2962; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2962; + +-- Quest "Speak with Shoni" +DELETE FROM `quest_details` WHERE `ID`=2041; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2041,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=2041; + +-- Quest "Sully Balloo's Letter" +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=637; + +-- Quest "Sara Balloo's Plea" +DELETE FROM `quest_details` WHERE `ID`=683; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(683,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=683; + +-- Quest "A King's Tribute" +DELETE FROM `quest_details` WHERE `ID`=686; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(686,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5 WHERE `ID`=686; + +-- Quest "A King's Tribute (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=689; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(689,6,6,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=689; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=689; + +-- Quest "A King's Tribute (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=700; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(700,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=700; + +-- Quest "Supplying the Front" +DELETE FROM `quest_details` WHERE `ID`=1578; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1578,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1578; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=1578; + +-- Quest "Gearing Redridge" +DELETE FROM `quest_details` WHERE `ID`=1618; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1618,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1618; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=1618; + +-- Quest "Imperial Plate Armor" +DELETE FROM `quest_details` WHERE `ID` IN (10891,10892); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10891,1,0,0,0,0,0,0,0,0), +(10892,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID` IN (10891,10892); + +-- Quest "A Blue Light Bargain" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7652; + +-- Quest "Imperial Plate Belt" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=7653; +UPDATE `quest_offer_reward` SET `Emote1`=1, `RewardText`="A pleasure doin' business with ya.$B$BAnd $N, wipe that look of disgust off yer face." WHERE `ID`=7653; + +-- Quest "Imperial Plate Boots" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=11, `EmoteOnComplete`=11 WHERE `ID`=7654; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7654; + +-- Quest "Imperial Plate Bracer" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=7655; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7655; + +-- Quest "Imperial Plate Chest" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `CompletionText`="For the chest piece plans, I'll be needin' 30 thorium bars.$B$BOh boy, there you go again. Are you gonna be runnin' to yer blue Gods, askin' why they have forsaken you?!? Toughen up, Nancy! Nobody ever said life's fair." WHERE `ID`=7656; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7656; + +-- Quest "Imperial Plate Helm" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=7657; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7657; + +-- Quest "Imperial Plate Leggings" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=7658; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7658; + +-- Quest "Imperial Plate Shoulders" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=7659; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7659; + +-- Quest "The Pledge of Secrecy" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID` IN (3640,3642,3638); + +-- Quest "Membership Card Renewal" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID` IN (3646,3647,3644,3645); + +-- Quest "I Know A Guy..." +DELETE FROM `quest_details` WHERE `ID` IN (6612,6611); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6612,1,1,273,0,0,0,0,0,0), +(6611,6,274,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=33, `Emote2`=5, `EmoteDelay2`=1000 WHERE `ID` IN (6612,6611); + +-- Quest "Clamlette Surprise" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=6610; +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=6610; + +-- Quest "Alliance Trauma" +DELETE FROM `quest_details` WHERE `ID`=6625; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6625,1,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6625; + +-- Quest "Triage" +DELETE FROM `quest_details` WHERE `ID`=6624; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6624,1,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=6624; + +-- Quest "The Platinum Discs" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2279; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=2279; + +-- Quest "The Platinum Discs (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=2439; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2439,4,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=2439; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2439; + +-- Quest "Portents of Uldum" +DELETE FROM `quest_details` WHERE `ID`=2963; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2963,2,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2963; + +-- Quest "Seeing What Happens" +DELETE FROM `quest_details` WHERE `ID`=2946; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2946,1,1,1,0,0,0,0,0,0); + +-- Quest "Return to Ironforge" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=2977; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=2977; + +-- Quest "A Future Task" +DELETE FROM `quest_details` WHERE `ID`=2964; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2964,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=2964; + +-- Quest "Road to Salvation" +DELETE FROM `quest_details` WHERE `ID`=2218; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2218,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=2 WHERE `ID`=2218; + +-- Quest "Simple Subterfugin'" +DELETE FROM `quest_details` WHERE `ID`=2238; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2238,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=2 WHERE `ID`=2238; + +-- Quest "Onin's Report" +DELETE FROM `quest_details` WHERE `ID`=2239; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2239,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=2239; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=2239; + +-- Quest "To Hulfdan!" +DELETE FROM `quest_details` WHERE `ID`=2299; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2299,6,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=2299; + +-- Quest "Kingly Shakedown" +DELETE FROM `quest_details` WHERE `ID`=2298; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2298,1,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2298; + +-- Quest "Tome of Divinity" +DELETE FROM `quest_details` WHERE `ID`=2997; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2997,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=2997; + +-- Quest "Tome of Divinity" +DELETE FROM `quest_details` WHERE `ID`=3000; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3000,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=3000; + +-- Quest "Tome of Divinity" +DELETE FROM `quest_details` WHERE `ID`=2999; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2999,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=2999; + +-- Quest "Tome of Divinity" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=1645; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=1645; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,1645,0,0,14,0,2997,0,0,0,0,0,"","Quest 'Tome of Divinity (1645)' can only be taken if quest 'Tome of Divinity (2997)' is not taken"), +(19,0,1645,0,0,14,0,3000,0,0,0,0,0,"","Quest 'Tome of Divinity (1645)' can only be taken if quest 'Tome of Divinity (3000)' is not taken"), +(19,0,1645,0,0,14,0,2999,0,0,0,0,0,"","Quest 'Tome of Divinity (1645)' can only be taken if quest 'Tome of Divinity (2999)' is not taken"); + +-- Quest "Tome of Divinity" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=6, `Emote3`=1, `Emote4`=1 WHERE `ID`=1645; + +-- Quest "Tome of Divinity (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1647; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1647,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=2, `Emote3`=1 WHERE `ID`=1647; + +-- Quest "Tome of Divinity (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1648; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1648,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1648; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1, `Emote4`=2 WHERE `ID`=1648; + +-- Quest "Tome of Divinity (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=1778; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1778,1,3,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=1778; + +-- Quest "Tome of Divinity (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=1779; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1779,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=33, `Emote2`=2, `Emote3`=1, `Emote4`=1 WHERE `ID`=1779; + +-- Quest "Tome of Divinity (Part 6)" +DELETE FROM `quest_details` WHERE `ID`=1783; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1783,1,1,1,6,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1, `Emote4`=1 WHERE `ID`=1783; + +-- Quest "Tome of Divinity (Part 7)" +DELETE FROM `quest_details` WHERE `ID`=1784; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1784,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1784; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=1784; + +-- Quest "Tome of Divinity (Part 8)" +DELETE FROM `quest_details` WHERE `ID`=1785; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1785,1,1,2,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1, `Emote4`=2 WHERE `ID`=1785; + +-- Quest "Taming the Beast" +DELETE FROM `quest_details` WHERE `ID` IN (6064,6084,6085,6086); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6064,1,0,0,0,0,0,0,0,0), +(6084,1,0,0,0,0,0,0,0,0), +(6085,1,0,0,0,0,0,0,0,0), +(6086,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID` IN (6064); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID` IN (6084,6085); +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=6064; +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=6084; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6085; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1 WHERE `ID`=6086; + +-- Quest "I Got Nothin' Left!" +DELETE FROM `quest_details` WHERE `ID`=6609; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6609,5,25,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6609; + +-- Quest "Nat Pagle, Angler Extreme" +DELETE FROM `quest_details` WHERE `ID`=6607; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6607,1,1,5,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=6607; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=6607; + +-- Quest "The Shattered Necklace" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2198; +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=2198; + +-- Quest "Lore for a Price" +DELETE FROM `quest_details` WHERE `ID`=2199; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2199,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2199; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=2199; + +-- Quest "Back to Uldaman" +DELETE FROM `quest_details` WHERE `ID`=2200; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2200,1,0,0,0,0,0,0,0,0); + +-- Quest "Replacement Phial" +DELETE FROM `quest_details` WHERE `ID`=3375; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3375,6,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=3375; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3375; + +-- Quest "Find the Gems" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2201; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2201; + +-- Quest "Restoring the Necklace" +DELETE FROM `quest_details` WHERE `ID`=2204; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2204,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=2204; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2204; + +-- Quest "Restoring the Necklace" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=2361; + +-- Quest "An Earnest Proposition" +DELETE FROM `quest_details` WHERE `ID` IN (8905,8906,8907,8908,8909,8910,8911,8912,10492,8913,8914,8915,8916,8917,8918,8919,8920,10493); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8905,2,1,1,0,0,0,0,0,0), +(8906,2,1,1,0,0,0,0,0,0), +(8907,2,1,1,0,0,0,0,0,0), +(8908,2,1,1,0,0,0,0,0,0), +(8909,2,1,1,0,0,0,0,0,0), +(8910,2,1,1,0,0,0,0,0,0), +(8911,2,1,1,0,0,0,0,0,0), +(8912,2,1,1,0,0,0,0,0,0), +(10492,2,1,1,0,0,0,0,0,0), +(8913,2,1,1,0,0,0,0,0,0), +(8914,2,1,1,0,0,0,0,0,0), +(8915,2,1,1,0,0,0,0,0,0), +(8916,2,1,1,0,0,0,0,0,0), +(8917,2,1,1,0,0,0,0,0,0), +(8918,2,1,1,0,0,0,0,0,0), +(8919,2,1,1,0,0,0,0,0,0), +(8920,2,1,1,0,0,0,0,0,0), +(10493,2,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (8905,8906,8907,8908,8909,8910,8911,8912,10492,8913,8914,8915,8916,8917,8918,8919,8920,10493); +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=1 WHERE `ID` IN (8905,8906,8907,8908,8909,8910,8911,8912,10492,8913,8914,8915,8916,8917,8918,8919,8920,10493); + +-- Quest "A Supernatural Device" +DELETE FROM `quest_details` WHERE `ID` IN (8922,8923); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8922,1,1,0,0,0,0,0,0,0), +(8923,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID` IN (8922,8923); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=6 WHERE `ID` IN (8922,8923); + +-- Quest "The Ectoplasmic Distiller" +DELETE FROM `quest_details` WHERE `ID`=8921; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8921,5,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=8921; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=8921; + +-- Quest "Hunting for Ectoplasm" +DELETE FROM `quest_details` WHERE `ID`=8924; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8924,5,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8924; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8924; + +-- Quest "A Portable Power Source" +DELETE FROM `quest_details` WHERE `ID`=8925; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8925,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8925; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=8925; + +-- Quest "A Shifty Merchant" +DELETE FROM `quest_details` WHERE `ID`=8928; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8928,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8928; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=8928; + +-- Quest "Return to Deliana" +DELETE FROM `quest_details` WHERE `ID`=8977; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8977,2,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8977; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8977; + +-- Quest "Return to Mokvar" +DELETE FROM `quest_details` WHERE `ID`=8978; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8978,2,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8978; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8978; + +-- Quest "Just Compensation" +DELETE FROM `quest_details` WHERE `ID` IN (8926,8931,8932,8933,8934,8935,8936,8937,10494,8927,8938,8939,8940,8941,8942,8943,8944,10495); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8926,1,1,0,0,0,0,0,0,0), +(8931,1,1,0,0,0,0,0,0,0), +(8932,1,1,0,0,0,0,0,0,0), +(8933,1,1,0,0,0,0,0,0,0), +(8934,1,1,0,0,0,0,0,0,0), +(8935,1,1,0,0,0,0,0,0,0), +(8936,1,1,0,0,0,0,0,0,0), +(8937,1,1,0,0,0,0,0,0,0), +(10494,1,1,0,0,0,0,0,0,0), +(8927,1,1,0,0,0,0,0,0,0), +(8938,1,1,0,0,0,0,0,0,0), +(8939,1,1,0,0,0,0,0,0,0), +(8940,1,1,0,0,0,0,0,0,0), +(8941,1,1,0,0,0,0,0,0,0), +(8942,1,1,0,0,0,0,0,0,0), +(8943,1,1,0,0,0,0,0,0,0), +(8944,1,1,0,0,0,0,0,0,0), +(10495,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (8926,8931,8932,8933,8934,8935,8936,8937,10494,8927,8938,8939,8940,8941,8942,8943,8944,10495); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID` IN (8926,8931,8932,8933,8934,8935,8936,8937,10494,8927,8938,8939,8940,8941,8942,8943,8944,10495); + +-- Quest "A Supernatural Device" +DELETE FROM `quest_details` WHERE `ID` IN (8929,8930); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8929,1,1,0,0,0,0,0,0,0), +(8930,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID` IN (8929,8930); + +-- Quest "Dead Man's Plea" +DELETE FROM `quest_details` WHERE `ID`=8945; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8945,1,5,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=6 WHERE `ID`=8945; + +-- Quest "Proof of Life" +DELETE FROM `quest_details` WHERE `ID`=8946; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8946,1,1,2,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8946; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=8946; + +-- Quest "Anthion's Strange Request" +DELETE FROM `quest_details` WHERE `ID`=8947; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8947,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8947; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8947; + +-- Quest "Anthion's Old Friend" +DELETE FROM `quest_details` WHERE `ID`=8948; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8948,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=8948; + +-- Quest "Falrin's Vendetta" +DELETE FROM `quest_details` WHERE `ID`=8949; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8949,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8949; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=8949; + +-- Quest "The Instigator's Enchantment" +DELETE FROM `quest_details` WHERE `ID`=8950; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8950,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=8950; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8950; + +-- Quest "The Challenge" +DELETE FROM `quest_details` WHERE `ID`=9015; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9015,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=9015; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=9015; + +-- Quest "Anthion's Parting Words" +DELETE FROM `quest_details` WHERE `ID` IN (8951,8952,8953,8954,8955,8956,8957,8958,8959,9016,9017,9018,9019,9020,9021,9022,10496,10497); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8951,1,1,1,2,0,0,0,0,0), +(8952,1,1,1,2,0,0,0,0,0), +(8953,1,1,1,2,0,0,0,0,0), +(8954,1,1,1,2,0,0,0,0,0), +(8955,1,1,1,2,0,0,0,0,0), +(8956,1,1,1,2,0,0,0,0,0), +(8957,1,1,1,2,0,0,0,0,0), +(8958,1,1,1,2,0,0,0,0,0), +(8959,1,1,1,2,0,0,0,0,0), +(9016,1,1,1,2,0,0,0,0,0), +(9017,1,1,1,2,0,0,0,0,0), +(9018,1,1,1,2,0,0,0,0,0), +(9019,1,1,1,2,0,0,0,0,0), +(9020,1,1,1,2,0,0,0,0,0), +(9021,1,1,1,2,0,0,0,0,0), +(9022,1,1,1,2,0,0,0,0,0), +(10496,1,1,1,2,0,0,0,0,0), +(10497,1,1,1,2,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID` IN (8951,8952,8953,8954,8955,8956,8957,8958,8959,9016,9017,9018,9019,9020,9021,9022); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID` IN (8951,8952,8953,8954,8955,8956,8958,8959); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID` IN (9016,9017,9018,9019,9020,9021,9022); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `RewardText`="This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe'll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward." WHERE `ID`=8957; +DELETE FROM `quest_request_items` WHERE `ID` IN (10496,10497); +INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES +(10496,1,1,"You're back, $N. You must tell me all about what you've found out. But first let us arrange for your reward.",0), +(10497,1,1,"You've returned and I see in your eyes that you've much to tell me, $N. Let us take care of your reward first.",0); +DELETE FROM `quest_offer_reward` WHERE `ID` IN (10496,10497); +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(10496,5,1,0,0,0,0,0,0,"I can't believe our lives are all but forfeit all because of a stupid medallion! And you're sure Anthion mentioned Bodley?$B$BWell, you've done your job so let's get your reward out of the way.",0), +(10497,6,1,0,0,0,0,0,0,"This curse was bestowed upon us but for a mere medallion. Lord Valthalak certainly knows how to hold a grudge.$B$BWe'll endeavor to find the remaining pieces - hopefully before I meet an untimely demise. But before that, let us see about your reward.",0); + +-- Quest "Bodley's Unfortunate Fate" +DELETE FROM `quest_details` WHERE `ID` IN (8960,9032); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8960,6,1,1,0,0,0,0,0,0), +(9032,5,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=6, `Emote3`=1, `Emote4`=2 WHERE `ID` IN (8960,9032); + +-- Quest "Three Kings of Flame" +DELETE FROM `quest_details` WHERE `ID`=8961; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8961,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=8961; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=8961; + +-- Quest "Components of Importance" +DELETE FROM `quest_details` WHERE `ID` IN (8962,8963,8964,8965); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8962,1,1,1,0,0,0,0,0,0), +(8963,1,1,1,0,0,0,0,0,0), +(8964,1,1,1,0,0,0,0,0,0), +(8965,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (8962,8963,8964,8965); +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1 WHERE `ID` IN (8962,8963,8964,8965); + +-- Quest "The Left Piece of Lord Valthalak's Amulet" +DELETE FROM `quest_details` WHERE `ID` IN (8966,8967,8968,8969); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8966,1,1,1,0,0,0,0,0,0), +(8967,1,1,1,0,0,0,0,0,0), +(8968,1,1,1,0,0,0,0,0,0), +(8969,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (8966,8967,8968,8969); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID` IN (8966,8967,8968,8969); + +-- Quest "I See Alcaz Island In Your Future..." +DELETE FROM `quest_details` WHERE `ID`=8970; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8970,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=8970; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=8970; + +-- Quest "More Components of Importance" +DELETE FROM `quest_details` WHERE `ID` IN (8985,8986,8987,8988); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8985,1,1,1,0,0,0,0,0,0), +(8986,1,1,1,0,0,0,0,0,0), +(8987,1,1,1,0,0,0,0,0,0), +(8988,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (8985,8986,8987,8988); +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1, `Emote3`=1 WHERE `ID` IN (8985,8986,8987,8988); + +-- Quest "The Right Piece of Lord Valthalak's Amulet" +DELETE FROM `quest_details` WHERE `ID` IN (8989,8990,8991,8992); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8989,1,1,1,0,0,0,0,0,0), +(8990,1,1,1,0,0,0,0,0,0), +(8991,1,1,1,0,0,0,0,0,0), +(8992,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (8989,8990,8991,8992); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID` IN (8989,8990,8991,8992); + +-- Quest "Final Preparations" +DELETE FROM `quest_details` WHERE `ID`=8994; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8994,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2, `EmoteOnComplete`=2 WHERE `ID`=8994; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=5 WHERE `ID`=8994; + +-- Quest "Final Preparations" +DELETE FROM `quest_details` WHERE `ID`=8995; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8995,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=15, `EmoteOnComplete`=15 WHERE `ID`=8995; + +-- Quest "Final Preparations" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=8996; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1, `Emote4`=2 WHERE `ID`=8996; + +-- Quest "Back to the Beginning" +DELETE FROM `quest_details` WHERE `ID` IN (8997,8998); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8997,1,1,0,0,0,0,0,0,0), +(8998,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID` IN (8997,8998); + +-- Quest "Saving the Best for Last" +DELETE FROM `quest_details` WHERE `ID` IN (8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,10498,10499); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8999,1,1,0,0,0,0,0,0,0), +(9000,1,1,0,0,0,0,0,0,0), +(9001,1,1,0,0,0,0,0,0,0), +(9002,1,1,0,0,0,0,0,0,0), +(9003,1,1,0,0,0,0,0,0,0), +(9004,1,1,0,0,0,0,0,0,0), +(9005,1,1,0,0,0,0,0,0,0), +(9006,1,1,0,0,0,0,0,0,0), +(9007,1,1,0,0,0,0,0,0,0), +(9008,1,1,0,0,0,0,0,0,0), +(9009,1,1,0,0,0,0,0,0,0), +(9010,1,1,0,0,0,0,0,0,0), +(9011,1,1,0,0,0,0,0,0,0), +(9012,1,1,0,0,0,0,0,0,0), +(9013,1,1,0,0,0,0,0,0,0), +(9014,1,1,0,0,0,0,0,0,0), +(10498,1,1,0,0,0,0,0,0,0), +(10499,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID` IN (8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014); +DELETE FROM `quest_request_items` WHERE `ID` IN (10498,10499); +INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES +(10498,6,6,"As per our deal, are you ready to hand over your Wildheart pieces in exchange for your new Feralheart Cowl and Vest?",0), +(10499,6,6,"As per our deal, are you ready to hand over your Magister's pieces in exchange for your new Sorcerer's Crown and Robes?",0); +DELETE FROM `quest_offer_reward` WHERE `ID` IN (10498,10499); +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(10498,1,2,0,0,0,0,0,0,"I'm going to miss you, $N. I owe you such a debt of gratitude; I think I'll never be able to repay it.$B$BI hope that you enjoy your new head and chest armor, and that it protects you for a long time to come.",0), +(10499,1,2,0,0,0,0,0,0,"I will truly miss you, $N. There is a debt that I owe you, which I may never be able to repay.$B$BEnjoy your new head and chest armor. May it protect you for a long time to come, and help you to achieve even greater honor!",0); + +-- Quest "The Art of the Armorsmith" +DELETE FROM `quest_details` WHERE `ID`=5283; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5283,1,1,1,6,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=5283; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID`=5283; + +-- Quest "The Art of the Armorsmith" +DELETE FROM `quest_details` WHERE `ID`=5301; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5301,1,1,1,6,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=5301; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID`=5301; + +-- Quest "The Way of the Weaponsmith" +DELETE FROM `quest_details` WHERE `ID`=5284; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5284,1,1,1,25,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5284; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=5284; + +-- Quest "The Way of the Weaponsmith" +DELETE FROM `quest_details` WHERE `ID`=5302; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5302,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=4, `EmoteOnComplete`=4 WHERE `ID`=5302; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID`=5302; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_05_world_335.sql new file mode 100644 index 00000000000..73eecef2454 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_27_05_world_335.sql @@ -0,0 +1,357 @@ +-- +-- Ma'ruk Wyrmscale +DELETE FROM `smart_scripts` WHERE `entryorguid`=2090 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2090,0,0,0,4,0,100,0,0,0,0,0,0,11,9128,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ma'ruk Wyrmscale - On Aggro - Cast 'Battle Shout'"); + +-- Black Slime +DELETE FROM `smart_scripts` WHERE `entryorguid`=1030 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1030,0,0,0,0,0,100,1,5000,9000,0,0,0,11,3335,0,0,0,0,0,1,0,0,0,0,0,0,0,"Black Slime - In Combat - Cast 'Dark Sludge' (No Repeat)"); + +-- Sludginn +DELETE FROM `smart_scripts` WHERE `entryorguid`=14433 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(14433,0,0,0,0,0,100,1,9000,11000,0,0,0,11,3335,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sludginn - In Combat - Cast 'Dark Sludge' (No Repeat)"), +(14433,0,1,0,0,0,100,0,5000,8000,21000,23000,0,11,3358,32,0,0,0,0,2,0,0,0,0,0,0,0,"Sludginn - In Combat - Cast 'Leech Poison'"); + +-- Mosshide Gnoll +DELETE FROM `smart_scripts` WHERE `entryorguid`=1007 AND `source_type`=0 AND `id` IN (1,2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1007,0,1,0,25,0,100,0,0,0,0,0,0,11,8852,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Gnoll - On Reset - Cast 'Moss Hide'"), +(1007,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mosshide Gnoll - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Mosshide Mongrel +DELETE FROM `smart_scripts` WHERE `entryorguid`=1008 AND `source_type`=0 AND `id` IN (1,2,3,4); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1008,0,1,0,0,0,100,0,6000,13000,17000,24000,0,11,8016,0,0,0,0,0,2,0,0,0,0,0,0,0,"Mosshide Mongrel - In Combat - Cast 'Spirit Decay'"), +(1008,0,2,0,25,0,100,0,0,0,0,0,0,11,8852,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Mongrel - On Reset - Cast 'Moss Hide'"), +(1008,0,3,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mosshide Mongrel - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Mosshide Fenrunner +DELETE FROM `smart_scripts` WHERE `entryorguid`=1010 AND `source_type`=0 AND `id` IN (1,2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1010,0,1,0,25,0,100,0,0,0,0,0,0,11,8852,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Fenrunner - On Reset - Cast 'Moss Hide'"), +(1010,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mosshide Fenrunner - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Mosshide Mistweaver +UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=5000 WHERE `entryorguid`=1009 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1009 AND `source_type`=0 AND `id` IN (0,3,4,5); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1009,0,0,0,1,0,100,0,1000,1000,1800000,1800000,0,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Mistweaver - Out of Combat - Cast 'Frost Armor'"), +(1009,0,3,0,25,0,100,0,0,0,0,0,0,11,8852,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Mistweaver - On Reset - Cast 'Moss Hide'"), +(1009,0,4,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mosshide Mistweaver - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Mosshide Trapper +DELETE FROM `smart_scripts` WHERE `entryorguid`=1011 AND `source_type`=0 AND `id` IN (1,2,3,4); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1011,0,1,0,0,0,100,0,4000,11000,15000,22000,0,11,6533,0,0,0,0,0,2,0,0,0,0,0,0,0,"Mosshide Trapper - In Combat - Cast 'Net'"), +(1011,0,2,0,25,0,100,0,0,0,0,0,0,11,8852,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Trapper - On Reset - Cast 'Moss Hide'"), +(1011,0,3,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mosshide Trapper - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Mosshide Brute +DELETE FROM `smart_scripts` WHERE `entryorguid`=1012 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1012,0,2,0,25,0,100,0,0,0,0,0,0,11,8852,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Brute - On Reset - Cast 'Moss Hide'"); + +-- Mosshide Alpha +DELETE FROM `smart_scripts` WHERE `entryorguid`=1014 AND `source_type`=0 AND `id` IN (1,2,3,4); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1014,0,1,0,4,0,100,0,0,0,0,0,0,11,9128,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Alpha - On Aggro - Cast 'Battle Shout'"), +(1014,0,2,0,25,0,100,0,0,0,0,0,0,11,8852,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Alpha - On Reset - Cast 'Moss Hide'"), +(1014,0,3,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mosshide Alpha - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Mosshide Mystic +DELETE FROM `smart_scripts` WHERE `entryorguid`=1013 AND `source_type`=0 AND `id` IN (2,3,4,5,6); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1013,0,2,0,0,0,100,0,8000,14000,18000,24000,0,11,11436,0,0,0,0,0,5,0,0,0,0,0,0,0,"Mosshide Mystic - In Combat - Cast 'Slow'"), +(1013,0,3,0,14,0,100,0,320,40,25000,30000,0,11,11986,0,0,0,0,0,7,0,0,0,0,0,0,0,"Mosshide Mystic - Friendly At 320 Health - Cast 'Healing Wave'"), +(1013,0,4,0,25,0,100,0,0,0,0,0,0,11,8852,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mosshide Mystic - On Reset - Cast 'Moss Hide'"), +(1013,0,5,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mosshide Mystic - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Leech Stalker +DELETE FROM `smart_scripts` WHERE `entryorguid`=1111 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1111,0,0,0,0,0,100,0,5000,13000,21000,23000,0,11,3358,32,0,0,0,0,2,0,0,0,0,0,0,0,"Leech Stalker - In Combat - Cast 'Leech Poison'"); + +-- Cave Stalker +DELETE FROM `smart_scripts` WHERE `entryorguid`=4040 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4040,0,0,0,0,0,100,0,5000,13000,21000,23000,0,11,3358,32,0,0,0,0,2,0,0,0,0,0,0,0,"Cave Stalker - In Combat - Cast 'Leech Poison'"); + +-- Leech Widow +DELETE FROM `smart_scripts` WHERE `entryorguid`=1112 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1112,0,0,0,0,0,100,0,7000,11000,21000,22000,0,11,3388,32,0,0,0,0,2,0,0,0,0,0,0,0,"Leech Widow - In Combat - Cast 'Deadly Leech Poison'"); + +-- Red Whelp +DELETE FROM `smart_scripts` WHERE `entryorguid`=1042 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1042,0,0,0,0,0,100,0,3000,11000,13000,21000,0,11,3356,0,0,0,0,0,2,0,0,0,0,0,0,0,"Red Whelp - In Combat - Cast 'Flame Lash'"); + +-- Black Ooze +DELETE FROM `smart_scripts` WHERE `entryorguid`=1032 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1032,0,0,0,25,0,100,0,0,0,0,0,0,11,3235,0,0,0,0,0,1,0,0,0,0,0,0,0,"Black Ooze - On Reset - Cast 'Rancid Blood'"); + +-- Crimson Ooze +DELETE FROM `smart_scripts` WHERE `entryorguid`=1031 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1031,0,0,0,25,0,100,0,0,0,0,0,0,11,3235,0,0,0,0,0,1,0,0,0,0,0,0,0,"Crimson Ooze - On Reset - Cast 'Rancid Blood'"); + +-- Monstrous Ooze +DELETE FROM `smart_scripts` WHERE `entryorguid`=1033 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1033,0,0,0,25,0,100,0,0,0,0,0,0,11,3235,0,0,0,0,0,1,0,0,0,0,0,0,0,"Monstrous Ooze - On Reset - Cast 'Rancid Blood'"); + +-- Rotting Ancestor +DELETE FROM `smart_scripts` WHERE `entryorguid`=1530 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1530,0,0,0,25,0,100,0,0,0,0,0,0,11,3235,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rotting Ancestor - On Reset - Cast 'Rancid Blood'"); + +-- Bleeding Horror +DELETE FROM `smart_scripts` WHERE `entryorguid`=1529 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1529,0,0,0,25,0,100,0,0,0,0,0,0,11,3235,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bleeding Horror - On Reset - Cast 'Rancid Blood'"); + +-- Highland Lashtail +DELETE FROM `smart_scripts` WHERE `entryorguid`=1016 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1016,0,0,0,0,0,100,0,5000,11000,13000,19000,0,11,6607,2,0,0,0,0,2,0,0,0,0,0,0,0,"Highland Lashtail - In Combat - Cast 'Lash'"); +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `action_type`=11 AND `action_param1`=6607; + +-- Highland Scytheclaw +DELETE FROM `smart_scripts` WHERE `entryorguid`=1017 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1017,0,0,0,0,0,100,0,4000,9000,12000,17000,0,11,3147,0,0,0,0,0,2,0,0,0,0,0,0,0,"Highland Scytheclaw - In Combat - Cast 'Rend Flesh'"); + +-- Highland Razormaw +DELETE FROM `smart_scripts` WHERE `entryorguid`=1018 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1018,0,0,0,0,0,100,0,5000,12000,15000,19000,0,11,3427,0,0,0,0,0,2,0,0,0,0,0,0,0,"Highland Razormaw - In Combat - Cast 'Infected Wound'"); + +-- Elder Razormaw +DELETE FROM `smart_scripts` WHERE `entryorguid`=1019 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1019,0,0,0,0,0,100,0,4000,9000,11000,16000,0,11,3604,0,0,0,0,0,2,0,0,0,0,0,0,0,"Elder Razormaw - In Combat - Cast 'Tendon Rip'"); + +-- Razormaw Matriarch +DELETE FROM `smart_scripts` WHERE `entryorguid`=1140 AND `source_type`=0 AND `id` IN (2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1140,0,2,0,12,0,100,1,0,20,0,0,0,11,7938,0,0,0,0,0,2,0,0,0,0,0,0,0,"Razormaw Matriarch - In Combat - Target Between 0-20% Health - Cast 'Fatal Bite' (No Repeat)"), +(1140,0,3,0,0,0,100,0,5000,8000,11000,16000,0,11,3147,0,0,0,0,0,2,0,0,0,0,0,0,0,"Razormaw Matriarch - In Combat - Cast 'Rend Flesh'"); + +-- Dark Iron Dwarf +DELETE FROM `smart_scripts` WHERE `entryorguid`=1051 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1051,0,1,0,0,0,100,0,1000,8000,11000,20000,0,11,7891,2,0,0,0,0,2,0,0,0,0,0,0,0,"Dark Iron Dwarf - In Combat - Cast 'Gift of Ragnaros'"); + +-- Dark Iron Rifleman +DELETE FROM `smart_scripts` WHERE `entryorguid`=6523 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(6523,0,2,0,0,0,100,0,1000,8000,11000,20000,0,11,7891,2,0,0,0,0,2,0,0,0,0,0,0,0,"Dark Iron Rifleman - In Combat - Cast 'Gift of Ragnaros'"); + +-- Dark Iron Demolitionist +DELETE FROM `smart_scripts` WHERE `entryorguid`=1054 AND `source_type`=0 AND `id`=2; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1054,0,2,0,0,0,100,0,1000,8000,11000,20000,0,11,7891,2,0,0,0,0,2,0,0,0,0,0,0,0,"Dark Iron Demolitionist - In Combat - Cast 'Gift of Ragnaros'"); + +-- Dark Iron Saboteur +DELETE FROM `smart_scripts` WHERE `entryorguid`=1052 AND `source_type`=0 AND `id` IN (0,4); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1052,0,0,0,0,0,100,0,1000,8000,11000,20000,0,11,7891,2,0,0,0,0,2,0,0,0,0,0,0,0,"Dark Iron Saboteur - In Combat - Cast 'Gift of Ragnaros'"), +(1052,0,4,0,4,0,15,0,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Iron Saboteur - On Aggro - Say Line 2"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1052 AND `GroupID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1052,2,0,"Never cross a Dark Iron, $C.",12,0,100,0,0,0,1934,0,"Dark Iron Saboteur"), +(1052,2,1,"Time to die, $C.",12,0,100,0,0,0,1935,0,"Dark Iron Saboteur"), +(1052,2,2,"Feel the power of the Dark Iron Dwarves!",12,0,100,0,0,0,1936,0,"Dark Iron Saboteur"); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=3204; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(3204,8329,0,"Sapper Explode"); + +-- Dark Iron Tunneler +DELETE FROM `smart_scripts` WHERE `entryorguid`=1053 AND `source_type`=0 AND `id` IN (1,2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1053,0,1,0,4,0,100,0,0,0,0,0,0,11,7164,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dark Iron Tunneler - In Combat - Cast 'Defensive Stance'"), +(1053,0,2,0,0,0,100,0,1000,8000,11000,20000,0,11,7891,2,0,0,0,0,2,0,0,0,0,0,0,0,"Dark Iron Tunneler - In Combat - Cast 'Gift of Ragnaros'"), +(1053,0,3,0,0,0,100,0,5000,9000,11000,15000,0,11,11971,2,0,0,0,0,2,0,0,0,0,0,0,0,"Dark Iron Tunneler - In Combat - Cast 'Sunder Armor'"); + +-- Balgaras the Foul +DELETE FROM `smart_scripts` WHERE `entryorguid`=1364 AND `source_type`=0 AND `id` IN (2,3,4); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1364,0,2,0,0,0,100,0,3000,5000,11000,13000,0,11,9081,0,0,0,0,0,1,0,0,0,0,0,0,0,"Balgaras the Foul - In Combat - Cast 'Shadow Bolt Volley'"), +(1364,0,3,0,0,0,100,0,8000,12000,13000,16000,0,11,11831,0,0,0,0,0,1,0,0,0,0,0,0,0,"Balgaras the Foul - In Combat - Cast 'Frost Nova'"), +(1364,0,4,0,0,0,100,0,11000,13000,181000,182000,0,11,3586,0,0,0,0,0,2,0,0,0,0,0,0,0,"Balgaras the Foul - In Combat - Cast 'Volatile Infection'"); + +-- Fen Creeper +DELETE FROM `smart_scripts` WHERE `entryorguid`=1040 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1040,0,0,0,25,0,100,0,0,0,0,0,0,11,22766,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fen Creeper - On Reset - Cast 'Sneak'"); + +-- Chimaera Matriarch +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6167; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6167 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(6167,0,0,0,0,0,100,0,3000,5000,7000,12000,0,11,3396,0,0,0,0,0,5,0,0,0,0,0,0,0,"Chimaera Matriarch - In Combat - Cast 'Corrosive Poison'"); + +-- Condemned Cleric +DELETE FROM `smart_scripts` WHERE `entryorguid`=7070 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7070,0,1,0,14,0,100,0,3000,40,18000,21000,0,11,15586,0,0,0,0,0,7,0,0,0,0,0,0,0,"Condemned Cleric - Friendly At 3000 Health - Cast 'Heal'"); + +-- Condemned Acolyte +DELETE FROM `smart_scripts` WHERE `entryorguid`=7068 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7068,0,1,0,14,0,100,0,3000,40,18000,25000,0,11,25058,0,0,0,0,0,7,0,0,0,0,0,0,0,"Condemned Acolyte - Friendly At 3000 Health - Cast 'Renew'"); + +-- Dragonmaw Raider +DELETE FROM `smart_scripts` WHERE `entryorguid`=1034 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1034,0,1,0,0,0,100,0,2000,13000,15000,26000,0,11,6533,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dragonmaw Raider - In Combat - Cast 'Net'"); + +-- Dragonmaw Swamprunner +DELETE FROM `smart_scripts` WHERE `entryorguid`=1035 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1035,0,1,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Swamprunner - On Reset - Cast 'Poison Proc'"); + +-- Garneg Charskull +DELETE FROM `smart_scripts` WHERE `entryorguid`=2108 AND `source_type`=0 AND `id` IN (1,2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2108,0,1,0,0,0,100,0,1000,2000,4000,6000,0,11,184,32,0,0,0,0,1,0,0,0,0,0,0,0,"Garneg Charskull - In Combat - Cast 'Fire Shield II'"), +(2108,0,2,0,0,0,100,0,4000,6000,8000,12000,0,11,15039,0,0,0,0,0,2,0,0,0,0,0,0,0,"Garneg Charskull - In Combat - Cast 'Flame Shock'"), +(2108,0,3,0,0,0,100,0,9000,12000,18000,21000,0,11,6725,0,0,0,0,0,2,0,0,0,0,0,0,0,"Garneg Charskull - In Combat - Cast 'Flame Spike'"); + +-- Dragonmaw Bonewarder +DELETE FROM `smart_scripts` WHERE `entryorguid`=1057 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1057,0,0,0,4,0,15,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Bonewarder - On Aggro - Say Line 0"), +(1057,0,1,0,1,0,100,1,1000,3000,0,0,0,11,8853,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Bonewarder - Out of Combat - Cast 'Summon Skeleton'"), +(1057,0,2,0,0,0,100,0,3000,6000,14000,19000,0,11,707,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dragonmaw Bonewarder - In Combat - Cast 'Immolate'"), +(1057,0,3,0,0,0,100,0,8000,14000,8000,14000,0,11,6205,32,0,0,0,0,5,0,0,0,0,0,0,0,"Dragonmaw Bonewarder - In Combat - Cast 'Curse of Weakness'"), +(1057,0,4,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragonmaw Bonewarder - Between 0-15% Health - Flee For Assist (No Repeat)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1057; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1057,0,0,"Your bones will break under my boot, $r!",12,1,100,0,0,0,1938,0,"Dragonmaw Bonewarder"), +(1057,0,1,"Long live the Dragonmaw! Die you worthless $r!",12,1,100,0,0,0,1939,0,"Dragonmaw Bonewarder"), +(1057,0,2,"For the Dragonmaw!",12,1,100,0,0,0,1937,0,"Dragonmaw Bonewarder"); + +-- Dragonmaw Shadowwarder +DELETE FROM `smart_scripts` WHERE `entryorguid`=1038 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1038,0,3,0,4,0,15,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Shadowwarder - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1038; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1038,0,0,"Your bones will break under my boot, $r!",12,1,100,0,0,0,1938,0,"Dragonmaw Shadowwarder"), +(1038,0,1,"Long live the Dragonmaw! Die you worthless $r!",12,1,100,0,0,0,1939,0,"Dragonmaw Shadowwarder"), +(1038,0,2,"For the Dragonmaw!",12,1,100,0,0,0,1937,0,"Dragonmaw Shadowwarder"); + +-- Dragonmaw Centurion +DELETE FROM `smart_scripts` WHERE `entryorguid`=1036 AND `source_type`=0 AND `id` IN (1,2,3,4); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1036,0,1,0,4,0,100,0,0,0,0,0,0,11,643,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Centurion - On Aggro - Cast 'Devotion Aura'"), +(1036,0,2,0,25,0,100,0,0,0,0,0,0,11,7164,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Centurion - On Reset - Cast 'Defensive Stance'"), +(1036,0,3,0,0,0,100,0,5000,7000,11000,13000,0,11,1672,2,0,0,0,0,2,0,0,0,0,0,0,0,"Dragonmaw Centurion - In Combat - Cast 'Shield Bash'"), +(1036,0,4,0,0,0,100,0,5000,13000,21000,29000,0,11,3419,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Centurion - In Combat - Cast 'Improved Blocking'"); + +-- Dragonmaw Battlemaster +DELETE FROM `smart_scripts` WHERE `entryorguid`=1037 AND `source_type`=0 AND `id` IN (0,2,3); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1037,0,0,0,4,0,100,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Battlemaster - On Aggro - Say Line 0"), +(1037,0,2,3,0,0,100,0,9000,14000,19000,28000,0,11,3019,2,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Battlemaster - In Combat - Cast 'Frenzy'"), +(1037,0,3,0,61,0,100,1,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonmaw Battlemaster - In Combat - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1037; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1037,0,0,"Your bones will break under my boot, $r!",12,1,100,0,0,0,1938,0,"Dragonmaw Shadowwarder"), +(1037,0,1,"Long live the Dragonmaw! Die you worthless $r!",12,1,100,0,0,0,1939,0,"Dragonmaw Shadowwarder"), +(1037,0,2,"For the Dragonmaw!",12,1,100,0,0,0,1937,0,"Dragonmaw Shadowwarder"), +(1037,1,0,"%s goes into a frenzy!",16,0,100,0,0,0,2384,0,"Dragonmaw Shadowwarder"); + +-- Chieftain Nek'rosh +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid`=2091 AND `source_type`=0 AND `id`=1; + +-- Mottled Scytheclaw +DELETE FROM `smart_scripts` WHERE `entryorguid`=1022 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1022,0,0,0,0,0,100,0,4000,12000,15000,23000,0,11,3147,0,0,0,0,0,2,0,0,0,0,0,0,0,"Mottled Scytheclaw - In Combat - Cast 'Rend Flesh'"); + +-- Mottled Razormaw +DELETE FROM `smart_scripts` WHERE `entryorguid`=1023 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1023,0,0,0,0,0,100,0,5000,12000,15000,19000,0,11,3427,0,0,0,0,0,2,0,0,0,0,0,0,0,"Mottled Razormaw - In Combat - Cast 'Infected Wound'"); + +-- Sarltooth +DELETE FROM `smart_scripts` WHERE `entryorguid`=1353 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1353,0,0,0,25,0,100,0,0,0,0,0,0,11,8876,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sarltooth - On Reset - Cast 'Thrash'"), +(1353,0,1,0,0,0,100,0,5000,9000,12000,16000,0,11,3427,0,0,0,0,0,2,0,0,0,0,0,0,0,"Sarltooth - In Combat - Cast 'Infected Wound'"); + +-- Bluegill Forager +DELETE FROM `smart_scripts` WHERE `entryorguid`=1026 AND `source_type`=0 AND `id` IN (0,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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1026,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bluegill Forager - On Reset - Cast 'Poison Proc'"), +(1026,0,1,0,0,0,100,0,5000,11000,13000,19000,0,11,14873,0,0,0,0,0,2,0,0,0,0,0,0,0,"Bluegill Forager - In Combat - Cast 'Sinister Strike'"); + +-- Bluegill Warrior +DELETE FROM `smart_scripts` WHERE `entryorguid`=1027 AND `source_type`=0 AND `id`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1027,0,0,0,4,0,100,0,0,0,0,0,0,11,7165,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bluegill Warrior - On Aggro - Cast 'Battle Stance'"); + +-- Bluegill Muckdweller +DELETE FROM `smart_scripts` WHERE `entryorguid`=1028 AND `source_type`=0 AND `id`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1028,0,0,0,0,0,100,0,5000,7000,11000,14000,0,11,1777,2,0,0,0,0,2,0,0,0,0,0,0,0,"Bluegill Muckdweller - In Combat - Cast 'Gouge'"); + +-- Bluegill Oracle +DELETE FROM `smart_scripts` WHERE `entryorguid`=1029 AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1029,0,1,0,14,0,100,0,350,40,12000,24000,0,11,939,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bluegill Oracle - Friendly At 350 Health - Cast 'Healing Wave'"); + +-- Giant Wetlands Crocolisk +DELETE FROM `smart_scripts` WHERE `entryorguid`=2089 AND `source_type`=0 AND `id`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2089,0,0,0,0,0,100,0,6000,9000,12000,18000,0,11,3604,2,0,0,0,0,2,0,0,0,0,0,0,0,"Giant Wetlands Crocolisk - In Combat - Cast 'Tendon Rip'"); + +-- Cursed Sailor +DELETE FROM `smart_scripts` WHERE `entryorguid`=1157 AND `source_type`=0 AND `id`=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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(1157,0,1,0,0,0,100,0,4000,15000,25000,32000,0,11,10651,0,0,0,0,0,2,0,0,0,0,0,0,0,"Cursed Sailor - In Combat - Cast 'Curse of the Eye'"); + +-- Cursed Marine +UPDATE `smart_scripts` SET `event_param1`=4000, `event_param2`=15000, `event_param3`=25000, `event_param4`=32000, `action_param2`=0 WHERE `entryorguid`=1158 AND `source_type`=0 AND `id`=1; + +-- First Mate Snellig +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=9000, `event_param3`=11000, `event_param4`=14000 WHERE `entryorguid`=1159 AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `event_param1`=5000, `event_param2`=11000, `event_param3`=9000, `event_param4`=15000 WHERE `entryorguid`=1159 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1159 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1159,0,3,0,4,0,20,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"First Mate Snellig - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1159; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1159,0,0,"Time to join us, $c.",12,0,100,0,0,0,1942,0,"First Mate Snellig"), +(1159,0,1,"Brains...",12,0,100,0,0,0,1940,0,"First Mate Snellig"), +(1159,0,2,"A living $r... soon to be a dead like me.",12,0,100,0,0,0,1941,0,"First Mate Snellig"); + +-- Mirelow +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=9000, `event_param3`=11000, `event_param4`=17000 WHERE `entryorguid`=14424 AND `source_type`=0 AND `id`=0; + +-- Red Wyrmkin +DELETE FROM `smart_scripts` WHERE `entryorguid`=1046 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1046,0,0,0,0,0,100,0,1000,2000,4000,6000,0,11,15242,64,0,0,0,0,2,0,0,0,0,0,0,0,"Red Wyrmkin - In Combat - Cast 'Fireball'"), +(1046,0,1,0,0,0,100,0,8000,16000,21000,26000,0,11,18399,0,0,0,0,0,5,0,0,0,0,0,0,0,"Red Wyrmkin - In Combat - Cast 'Flamestrike'"), +(1046,0,2,0,0,0,100,0,4000,7000,16000,24000,0,11,14145,0,0,0,0,0,5,0,0,0,0,0,0,0,"Red Wyrmkin - In Combat - Cast 'Fire Blast'"), +(1046,0,3,0,0,0,100,0,7000,12000,8000,20000,0,11,15230,0,0,0,0,0,5,0,0,0,0,0,0,0,"Red Wyrmkin - In Combat - Cast 'Arcane Bolt'"); + +-- Fix bytes2 for some range-attacking creatures +UPDATE `creature_addon` SET `bytes2`=2 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (2103,6523)); +UPDATE `creature_template_addon` SET `bytes2`=2 WHERE `entry` IN (2103,6523); + +-- Fix spawn position for one creature +UPDATE `creature` SET `position_z`=40.336 WHERE `guid`=10886; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_29_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_29_00_world_335.sql new file mode 100644 index 00000000000..9d67d403e6d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_29_00_world_335.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN(7053) AND `SourceGroup`=4; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 4, 7053, 0, 0, 1, 0, 1784, 0, 0, 0, 0, 0, '', 'Klaven Mortwake - run SAI event 4 only if the player is stealthed'), +(22, 4, 7053, 0, 1, 1, 0, 1785, 0, 0, 0, 0, 0, '', 'Klaven Mortwake - run SAI event 4 only if the player is stealthed'), +(22, 4, 7053, 0, 2, 1, 0, 1786, 0, 0, 0, 0, 0, '', 'Klaven Mortwake - run SAI event 4 only if the player is stealthed'), +(22, 4, 7053, 0, 3, 1, 0, 1787, 0, 0, 0, 0, 0, '', 'Klaven Mortwake - run SAI event 4 only if the player is stealthed'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_07_29_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_29_01_world_335.sql new file mode 100644 index 00000000000..a751a6202ba --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_07_29_01_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry`=526; +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(1,526,0,"","","Deprecated quest"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_00_world_335.sql new file mode 100644 index 00000000000..d91b02be97e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_00_world_335.sql @@ -0,0 +1,2 @@ +-- Captain Stoutfist +UPDATE `creature_template` SET `npcflag`=2, `gossip_menu_id`=0 WHERE `entry`=2104; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_01_world_335.sql new file mode 100644 index 00000000000..127e2b563fe --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_01_world_335.sql @@ -0,0 +1,20 @@ +-- Theldurin the Lost +DELETE FROM `creature_text` WHERE `CreatureID`=2785; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2785,0,0,"%s begins searching through his pack...",16,0,100,0,0,0,870,0,"Theldurin the Lost"), +(2785,1,0,"Ah! There is my ratchet! Now let's re-attach these scroll fragments.",12,0,100,0,0,0,871,0,"Theldurin the Lost"), +(2785,2,0,"There we are, $n. The Scroll is fixed! Hooray!",12,0,100,4,0,0,872,0,"Theldurin the Lost"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2785; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2785 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=278500 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 +(2785,0,0,0,20,0,100,0,692,0,0,0,80,278500,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Quest 'The Lost Fragments' Finished - Run Script"), +(278500,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Remove Npc Flag Questgiver+Gossip"), +(278500,9,1,0,0,0,100,0,0,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Set Emote State 69"), +(278500,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,"Theldurin the Lost - On Script - Say Line 0"), +(278500,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,"Theldurin the Lost - On Script - Set Emote State 0"), +(278500,9,4,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Say Line 1"), +(278500,9,5,0,0,0,100,0,4000,4000,0,0,11,5017,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Cast 'Divining Trance'"), +(278500,9,6,0,0,0,100,0,7000,7000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Say Line 2"), +(278500,9,7,0,0,0,100,0,3000,3000,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Add Npc Flag Questgiver+Gossip"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_02_world_335.sql new file mode 100644 index 00000000000..5678c5ab46c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_02_world_335.sql @@ -0,0 +1,10 @@ +-- Brumn Winterhoof +UPDATE `creature_template` SET `gossip_menu_id`=3069 WHERE `entry`=7869; + +DELETE FROM `gossip_menu` WHERE `MenuID`=3069; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(3069,3803,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=3069; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(3069,0,3,"I would like to train.",5597,5,16,0,0,0,0,"",0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_03_world_335.sql new file mode 100644 index 00000000000..064768c6a2a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_03_world_335.sql @@ -0,0 +1,159 @@ +-- Quest "The Greenwarden" +DELETE FROM `quest_details` WHERE `ID`=463; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(463,1,0,0,0,0,0,0,0,0); + +-- Quest "Daily Delivery" +DELETE FROM `quest_details` WHERE `ID`=469; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(469,3,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=469; + +-- Quest "In Search of The Excavation Team" +DELETE FROM `quest_details` WHERE `ID`=305; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(305,5,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=305; + +-- Quest "In Search of The Excavation Team" +DELETE FROM `quest_details` WHERE `ID`=306; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(306,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=306; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=6, `Emote3`=1 WHERE `ID`=306; + +-- Quest "Uncovering the Past" +DELETE FROM `quest_details` WHERE `ID`=299; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(299,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=299; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=299; + +-- Quest "Ormer's Revenge" +DELETE FROM `quest_details` WHERE `ID`=294; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(294,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=294; + +-- Quest "Ormer's Revenge (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=295; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(295,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=295; + +-- Quest "Ormer's Revenge (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=296; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(296,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=296; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=296; + +-- Quest "Digging Through the Ooze" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=470; + +-- Quest "The Third Fleet" +DELETE FROM `quest_details` WHERE `ID`=288; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(288,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=288; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=288; + +-- Quest "The Cursed Crew" +DELETE FROM `quest_details` WHERE `ID`=289; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(289,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=20, `EmoteOnComplete`=20 WHERE `ID`=296; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=289; + +-- Quest "Lifting the Curse" +DELETE FROM `quest_details` WHERE `ID`=290; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(290,1,1,0,0,0,0,0,0,0); + +-- Quest "The Eye of Paleth" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=292; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=292; + +-- Quest "Cleansing the Eye" +DELETE FROM `quest_details` WHERE `ID`=293; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(293,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=293; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=293; + +-- Quest "Young Crocolisk Skins" +DELETE FROM `quest_details` WHERE `ID`=484; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(484,2,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=484; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=484; + +-- Quest "Apprentice's Duties" +DELETE FROM `quest_details` WHERE `ID`=471; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(471,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=18, `EmoteOnComplete`=18 WHERE `ID`=471; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=11 WHERE `ID`=471; + +-- Quest "Apprentice's Duties" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=279; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=279; + +-- Quest "Return the Statuette" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=286; + +-- Quest "Report to Captain Stoutfist" +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=473; + +-- Quest "War Banners" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=464; + +-- Quest "Defeat Nek'rosh" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=474; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=474; + +-- Quest "Fall of Dun Modr" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=472; + +-- Quest "A Grim Task" +DELETE FROM `quest_details` WHERE `ID`=304; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(304,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=304; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=304; + +-- Quest "The Dark Iron War" +DELETE FROM `quest_details` WHERE `ID`=303; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(303,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=303; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=303; + +-- Quest "The Fury Runs Deep" +DELETE FROM `quest_details` WHERE `ID`=378; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(378,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=378; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=378; + +-- Quest "The Thandol Span" +DELETE FROM `quest_details` WHERE `ID`=631; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(631,5,1,6,0,0,0,0,0,0); + +-- Quest "The Thandol Span (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=632; +UPDATE `quest_offer_reward` SET `Emote1`=18 WHERE `ID`=632; + +-- Quest "The Thandol Span (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=633; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(633,5,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=633; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=633; + +-- Quest "Plea To The Alliance" +DELETE FROM `quest_details` WHERE `ID`=634; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(634,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=634; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_04_world_335.sql new file mode 100644 index 00000000000..61f458e9417 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_04_world_335.sql @@ -0,0 +1,15 @@ +-- Inspector Tarem +DELETE FROM `gossip_menu` WHERE `MenuID`=8761 AND `TextID`=11127; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(8761,11127,0); + +DELETE FROM `npc_text` WHERE `ID`=11127; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`) VALUES +(11127,"What are you doing here? Do you wish to defile the ashes of this slain family further? Leave this place. You are not welcome.","",22040,0,1); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=8761; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,8761,11127,0,0,6,0,67,0,0,0,0,0,"","Show text 11127 if Player is Horde"), +(14,8761,11126,0,0,6,0,469,0,0,0,0,0,"","Show text 11126 if Player is Alliance"); + +UPDATE `smart_scripts` SET `target_type`=1, `target_param1`=0, `target_param2`=0 WHERE `entryorguid`=23567 AND `source_type`=0 AND `id`=2; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_05_world_335.sql new file mode 100644 index 00000000000..4ef4656b60e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_02_05_world_335.sql @@ -0,0 +1,16 @@ +-- Captain Nials +UPDATE `creature_template` SET `npcflag`=2, `gossip_menu_id`=0 WHERE `entry`=2700; + +UPDATE `smart_scripts` SET `action_param1`=2 WHERE `entryorguid`=270000 AND `source_type`=9 AND `id` IN (0,9); + +-- Skuerto +UPDATE `creature_template` SET `npcflag`=2, `gossip_menu_id`=0 WHERE `entry`=2789; + +-- Apprentice Kryten +-- DELETE FROM `gossip_menu` WHERE `MenuID`=2601 AND `TextID`=3294; + +-- Navigator Mehran +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=274 WHERE `ID`=12209; + +-- Restless Apparition +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=23861; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_06_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_06_00_world_335.sql new file mode 100644 index 00000000000..4d4fa32daee --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_06_00_world_335.sql @@ -0,0 +1,16 @@ +DELETE FROM `smart_scripts` WHERE `entryorguid`=7665 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7666 AND `source_type`=0 AND `id`=6; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7667 AND `source_type`=0 AND `id`=5; + +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7665, 0, 2, 0, 8, 0, 100, 0, 12938, 0, 0, 0, 0, 11, 12941, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Grol the Destroyer - On Spellhit Fel Curse - Cast Fel Curse Effect'), +(7666, 0, 6, 0, 8, 0, 100, 0, 12938, 0, 0, 0, 0, 11, 12942, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Archmage Allistarj - On Spellhit Fel Curse - Cast Fel Curse Effect'), +(7667, 0, 5, 0, 8, 0, 100, 0, 12938, 0, 0, 0, 0, 11, 12943, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Sevine - On Spellhit Fel Curse - Cast Fel Curse Effect'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=12938; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 12938, 0, 0, 31, 0, 3, 7665, 0, 0, 0, 0, '', 'Fel Curse Targets Grol the Destroyer'), +(13, 1, 12938, 0, 1, 31, 0, 3, 7666, 0, 0, 0, 0, '', 'Fel Curse Targets Archmage Allistarj'), +(13, 1, 12938, 0, 2, 31, 0, 3, 7667, 0, 0, 0, 0, '', 'Fel Curse Targets Lady Sevine'), +(13, 1, 12938, 0, 3, 31, 0, 3, 7664, 0, 0, 0, 0, '', 'Fel Curse Targets Razelikh the Defiler'), +(13, 1, 12938, 0, 4, 31, 0, 3, 7668, 0, 0, 0, 0, '', 'Fel Curse Targets Servent of Razelikh'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_00_world.sql new file mode 100644 index 00000000000..20ebe13a5ee --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_type`=134 WHERE `action_type` IN (85) AND `target_type` =1; +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid` IN (27202) AND `source_type`=0 AND `id` IN (4,10); +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid` IN (27202) AND `source_type`=0 AND `id` IN (7); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_01_world.sql new file mode 100644 index 00000000000..6271ce59a9c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_01_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (25416, 25418) AND `source_type`=0 AND `id` IN (4); +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (20749) AND `source_type`=0 AND `id` IN (1); +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (27229) AND `source_type`=0 AND `id` IN (0); +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid` IN (18955) AND `source_type`=0 AND `id` IN (1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_02_world.sql new file mode 100644 index 00000000000..300cdb862be --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=23, target_param1=0 WHERE `entryorguid` IN (27899, 32331, 28665, 27959) AND `source_type`=0 AND `action_type` IN (1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_03_world.sql new file mode 100644 index 00000000000..b088f356572 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=24 WHERE `entryorguid` IN (25416,25418) AND `source_type`=0 AND `id` IN (4); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_04_world_335.sql new file mode 100644 index 00000000000..2113c094a1c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_04_world_335.sql @@ -0,0 +1,5 @@ +-- Apprentice Kryten +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2601; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2601,3294,0,0,8,0,690,0,0,0,0,0,"","Show gossip text 3294 if quest 'Malin's Request' is rewarded"), +(14,2601,3294,0,0,14,0,691,0,0,0,0,0,"","Show gossip text 3294 if quest 'Worth Its Weight in Gold' is not taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_05_world_335.sql new file mode 100644 index 00000000000..2288df87ca2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_05_world_335.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `quest_template_addon` WHERE `ID`=1268; +INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES +(1268,0,0,0,0,1276,-1323,0,0,0,0,0,0,0,0,0,0); -- Quest "Suspicious Hoofprints" + +UPDATE `quest_template_addon` SET `ExclusiveGroup`=-1323, `NextQuestID`=1276 WHERE `ID` IN (1323,1273); -- Quests "The Black Shield (Part 4)" / "Questioning Reethe" +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=1276; -- Quest "The Black Shield (Part 5)" +UPDATE `quest_template_addon` SET `PrevQuestID`=1276 WHERE `ID`=11204; -- Quest "Return to Krog" +UPDATE `quest_template_addon` SET `ExclusiveGroup`=-11201, `NextQuestID`=11203 WHERE `ID` IN (11201,11200); -- Quests "The Grimtotem Plot" / "More than Coincidence" +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=11203; -- Quest "Seek Out Tabetha" diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_06_world_335.sql new file mode 100644 index 00000000000..e5ed0001ec9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_06_world_335.sql @@ -0,0 +1,17 @@ +-- Smiling Jim +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4895; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4895 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=489500 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 +(4895,0,0,0,1,0,100,0,45000,60000,150000,180000,80,489500,0,0,0,0,0,1,0,0,0,0,0,0,0,"Smiling Jim - Out of Combat - Run Script"), +(489500,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Smiling Jim - On Script - Say Line 0"), +(489500,9,1,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Smiling Jim - On Script - Say Line 1"), +(489500,9,2,0,0,0,100,0,5000,5000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Smiling Jim - On Script - Say Line 2"), +(489500,9,3,0,0,0,100,0,5000,5000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Smiling Jim - On Script - Say Line 3"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4895; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4895,0,0,"He'll bring you mead, he'll bring you beer...",12,7,100,0,0,0,1632,0,"Smiling Jim"), +(4895,1,0,"A grinning face from ear to ear...",12,7,100,0,0,0,1633,0,"Smiling Jim"), +(4895,2,0,"He's served us all from year to year...",12,7,100,0,0,0,1634,0,"Smiling Jim"), +(4895,3,0,"We call him Smiling Jim...",12,7,100,11,0,0,1635,0,"Smiling Jim"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_07_world_335.sql new file mode 100644 index 00000000000..76ba4277b20 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_07_world_335.sql @@ -0,0 +1,35 @@ +-- Calia Hastings +UPDATE `creature_template` SET `npcflag`=2, `gossip_menu_id`=0 WHERE `entry`=23566; -- She didn't have a gossip text in WotLK. Current text was added in Cata when she became a rogue trainer. + +DELETE FROM `creature_text` WHERE `CreatureID`=23566; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(23566,0,0,"It would be a shame to let these leaflets go to waste, wouldn't it?",12,7,100,0,0,0,22105,0,"Calia Hastings"), +(23566,1,0,"With just a little creative editing, these are much more useful...",12,7,100,0,0,0,22107,0,"Calia Hastings"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=23566; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23566 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2356600,2356601,2356602) 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 +(23566,0,0,0,20,0,100,0,11128,0,0,0,80,2356600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Calia Hastings - On Quest 'Propaganda War' Finished - Run Script"), +(23566,0,1,0,40,0,100,0,3,23566,0,0,80,2356601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Calia Hastings - On Waypoint 3 Reached - Run Script"), +(23566,0,2,0,40,0,100,0,7,23566,0,0,80,2356602,0,0,0,0,0,1,0,0,0,0,0,0,0,"Calia Hastings - On Waypoint 7 Reached - Run Script"), +(2356600,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,"Calia Hastings - On Script - Remove Npc Flag Questgiver"), +(2356600,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Calia Hastings - On Script - Say Line 0"), +(2356600,9,2,0,0,0,100,0,5000,5000,0,0,53,0,23566,0,0,0,0,1,0,0,0,0,0,0,0,"Calia Hastings - On Script - Start Waypoint"), +(2356601,9,0,0,0,0,100,0,0,0,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Calia Hastings - On Script - Pause Waypoint"), +(2356601,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,1.27885,"Calia Hastings - On Script - Set Orientation"), +(2356601,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,"Calia Hastings - On Script - Set Emote State 69"), +(2356601,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,"Calia Hastings - On Script - Set Emote State 0"), +(2356602,9,0,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.40855,"Calia Hastings - On Script - Set Orientation"), +(2356602,9,1,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Calia Hastings - On Script - Say Line 1"), +(2356602,9,2,0,0,0,100,0,3000,3000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Calia Hastings - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=23566; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(23566,1,-3818.89,-4564.21,8.92453,""), +(23566,2,-3817,-4566.21,8.84672,""), +(23566,3,-3816.71,-4564.26,8.97426,""), +(23566,4,-3817,-4566.21,8.84672,""), +(23566,5,-3818.89,-4564.21,8.92453,""), +(23566,6,-3817.87,-4561.44,9.11807,""), +(23566,7,-3819.74,-4562.35,9.14216,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_08_world_335.sql new file mode 100644 index 00000000000..6ac66852bdc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_08_world_335.sql @@ -0,0 +1,56 @@ +-- World Invisible Trigger +SET @GUID1 := 3828; +SET @GUID2 := 37624; +SET @GUID3 := 38824; +DELETE FROM `creature` WHERE `guid` IN (@GUID1,@GUID2,@GUID3); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID1,12999,1,0,0,1,1,0,0,-3759.97,-4557.44,9.0761,5.34286,300,0,0,7212,0,0,0,0,0,"",0), +(@GUID2,12999,1,0,0,1,1,0,0,-3758.24,-4556.73,11.3539,2.10228,300,0,0,7212,0,0,0,0,0,"",0), +(@GUID3,12999,1,0,0,1,1,0,0,-3758.42,-4551.63,10.8395,2.1337,300,0,0,7212,0,0,0,0,0,"",0); + +-- Guard Lasiter +UPDATE `creature` SET `MovementType`=0 WHERE `guid`=30458; +UPDATE `creature_addon` SET `path_id`=0, `bytes2`=2 WHERE `guid`=30458; + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4973; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4973 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (497300,497301,497302,497303) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4973,0,0,0,25,0,100,0,0,0,0,0,0,53,0,4973,1,0,0,2,1,0,0,0,0,0,0,0,"Guard Lasiter - On Reset - Start Waypoint"), +(4973,0,1,0,40,0,100,0,1,4973,0,0,0,80,497300,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Waypoint 1 Reached - Run Script"), +(4973,0,2,0,40,0,100,0,2,4973,0,0,0,80,497301,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Waypoint 2 Reached - Run Script"), +(4973,0,3,0,40,0,100,0,3,4973,0,0,0,80,497302,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Waypoint 3 Reached - Run Script"), +(4973,0,4,0,40,0,100,0,4,4973,0,0,0,80,497303,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Waypoint 4 Reached - Run Script"), +(4973,0,5,0,0,0,100,0,0,0,2000,4000,0,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Guard Lasiter - In Combat - Cast Shoot"), +(4973,0,6,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guard Lasiter - Between 0-15% Health - Flee For Assist (No Repeat)"), +(497300,9,0,0,0,0,100,0,0,0,0,0,0,54,18000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Script - Pause Waypoint"), +(497300,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.36274,"Guard Lasiter - On Script - Set Orientation"), +(497300,9,2,0,0,0,100,0,2000,2000,0,0,0,11,45425,0,0,0,0,0,10,@GUID1,0,0,0,0,0,0,"Guard Lasiter - On Script - Cast 'Shoot'"), +(497300,9,3,0,0,0,100,0,6000,6000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Script - Say Line 0"), +(497301,9,0,0,0,0,100,0,0,0,0,0,0,54,18000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Script - Pause Waypoint"), +(497301,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.36274,"Guard Lasiter - On Script - Set Orientation"), +(497301,9,2,0,0,0,100,0,2000,2000,0,0,0,11,45425,0,0,0,0,0,10,@GUID2,0,0,0,0,0,0,"Guard Lasiter - On Script - Cast 'Shoot'"), +(497301,9,3,0,0,0,100,0,6000,6000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Script - Say Line 1"), +(497302,9,0,0,0,0,100,0,0,0,0,0,0,54,18000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Script - Pause Waypoint"), +(497302,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.36274,"Guard Lasiter - On Script - Set Orientation"), +(497302,9,2,0,0,0,100,0,2000,2000,0,0,0,11,45425,0,0,0,0,0,10,@GUID3,0,0,0,0,0,0,"Guard Lasiter - On Script - Cast 'Shoot'"), +(497302,9,3,0,0,0,100,0,6000,6000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Script - Say Line 2"), +(497303,9,0,0,0,0,100,0,0,0,0,0,0,54,18000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Script - Pause Waypoint"), +(497303,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.36274,"Guard Lasiter - On Script - Set Orientation"), +(497303,9,2,0,0,0,100,0,2000,2000,0,0,0,11,45425,0,0,0,0,0,10,30524,0,0,0,0,0,0,"Guard Lasiter - On Script - Cast 'Shoot'"), +(497303,9,3,0,0,0,100,0,6000,6000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Guard Lasiter - On Script - Say Line 3"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4973; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4973,0,0,"Oops! That was a bit off. I didn't even hit the target!",12,7,100,0,0,0,1792,0,"Guard Lasiter"), +(4973,1,0,"That was a nice shot... but not perfect. Maybe a bit more to the left.",12,7,100,0,0,0,1789,0,"Guard Lasiter"), +(4973,2,0,"Barely hit the target that time. Hmmm,... maybe I need to adjust back to the right.",12,7,100,0,0,0,1790,0,"Guard Lasiter"), +(4973,3,0,"Whoa! Look at that bullseye!",12,7,100,0,0,0,1791,0,"Guard Lasiter"); + +DELETE FROM `waypoint_data` WHERE `id`=304580; +DELETE FROM `waypoints` WHERE `entry`=4973; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(4973,1,-3775.88,-4535.66,11.7979,""), +(4973,2,-3772.62,-4533.36,11.5873,""), +(4973,3,-3770.08,-4531.74,11.5426,""), +(4973,4,-3772.62,-4533.36,11.5873,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_09_world_335.sql new file mode 100644 index 00000000000..93b8fa5dbe0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_09_world_335.sql @@ -0,0 +1,26 @@ +-- Evidence Marker --> Add missing spawns +SET @GUID1 := 38851; +SET @GUID2 := 42847; +SET @GUID3 := 42850; +DELETE FROM `creature` WHERE `guid` IN (@GUID1,@GUID2,@GUID3); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID1,23583,1,0,0,1,1,0,0,-3700.58,-2534.09,68.7248,3.05433,300,0,0,41,0,0,0,0,0,"",0), +(@GUID2,23583,1,0,0,1,1,0,0,-3721.85,-2541.17,69.7589,3.05433,300,0,0,41,0,0,0,0,0,"",0), +(@GUID3,23583,1,0,0,1,1,0,0,-3734.45,-2530.79,73.2862,3.30957,300,0,0,41,0,0,0,0,0,"",0); + +DELETE FROM `creature_template_movement` WHERE `CreatureId`=23567; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(23567,1,1,2,0); + +-- Fix "Reflective Dust" +UPDATE `creature_template_addon` SET `auras`="42171 42175" WHERE `entry`=23583; + +-- Fix rotation for some objects +UPDATE `gameobject` SET `rotation0`=0.556657, `rotation1`=-0.434788, `rotation2`=0.43101, `rotation3`=0.561536 WHERE `guid`=6376; -- Theramore Guard Badge +UPDATE `gameobject` SET `rotation0`=-0.105384, `rotation1`=0.677422, `rotation2`=0.042204, `rotation3`=0.726783 WHERE `guid`=6821; -- Black Shield + +-- Add condition for Inspector Tarem's gossip option +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8761; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,8761,0,0,0,8,0,11123,0,0,0,0,0,"","Show gossip option if quest 'Inspecting the Ruins' is rewarded"), +(15,8761,0,0,1,8,0,11124,0,0,0,0,0,"","Show gossip option if quest 'Inspecting the Ruins' is rewarded"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_10_world_335.sql new file mode 100644 index 00000000000..6d6d7e2eadd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_10_world_335.sql @@ -0,0 +1,5 @@ +-- +UPDATE `gameobject` SET `rotation2`=0.944089, `rotation3`=-0.329691 WHERE `guid`=42874; + +DELETE FROM `gameobject` WHERE `guid`=42873; +DELETE FROM `gameobject_addon` WHERE `guid`=42873; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_11_world_335.sql new file mode 100644 index 00000000000..1328c8d40ea --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_11_world_335.sql @@ -0,0 +1,12 @@ +-- Acolyte Dellis +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5386; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5386 AND `source_type`=0; +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 +(5386,0,0,0,1,0,100,0,1000,15000,100000,150000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Acolyte Dellis - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5386; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5386,0,0,"It wasn't my fault, Master Mazen!",12,7,100,0,0,0,1828,0,"Acolyte Dellis"), +(5386,0,1,"It was a simple mistake. A wrong turn I tell you!",12,7,100,0,0,0,1829,0,"Acolyte Dellis"), +(5386,0,2,"The swamp was horrible! I was so... so... scared!",12,7,100,0,0,0,1830,0,"Acolyte Dellis"), +(5386,0,3,"I'm lucky to be alive!",12,7,100,0,0,0,1831,0,"Acolyte Dellis"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_12_world_335.sql new file mode 100644 index 00000000000..bd544aa0bfb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_12_world_335.sql @@ -0,0 +1,73 @@ +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (4962,4971,4963); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4962,0,0,"Oh, it's on now! Bet you thought I'd be alone too, huh?!",12,7,100,0,0,0,5827,0,"Tapoke \"Slim\" Jahn"), +(4962,1,0,"Okay, okay! No need to get all violent. I'll talk. I'll talk!",12,7,100,0,0,0,1743,0,"Tapoke \"Slim\" Jahn"), +(4962,2,0,"I have a few notes from the job back at my place. I'll get them and then meet you back in the inn.",12,7,100,0,0,0,1744,0,"Tapoke \"Slim\" Jahn"), +(4971,0,0,"Whoa! This is way more than what I bargained for, you're on your own, Slim!",12,7,100,0,0,0,5828,0,"Slim's Friend"), +(4963,0,0,"I'm glad the commotions died down some around here. The last thing this place needs is another brawl.",12,7,100,0,0,0,4169,0,"Mikhail"); + +-- Waypoint +DELETE FROM `script_waypoint` WHERE `entry`=4962; +DELETE FROM `waypoints` WHERE `entry`=4962; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(4962,1,-3804.44,-828.048,10.0931,""), +(4962,2,-3803.93,-835.772,10.0777,""), +(4962,3,-3792.63,-835.671,9.65566,""), +(4962,4,-3772.43,-835.346,10.869,""), +(4962,5,-3765.94,-840.129,10.8856,""), +(4962,6,-3738.63,-830.997,11.0574,""), +(4962,7,-3690.22,-862.262,9.96045,""); + +-- Mikhail +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=4963; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4963 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=496300 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4963,0,0,0,11,0,100,0,0,0,0,0,0,81,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mikhail - On Respawn - Set Npc Flag Questgiver"), +(4963,0,1,0,19,0,100,0,1249,0,0,0,0,81,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mikhail - On Quest 'The Missing Diplomat (Part 11)' Taken - Set Npc Flag Gossip"), +(4963,0,2,0,19,0,100,0,1249,0,0,0,0,45,1,1,0,0,0,0,10,10873,0,0,0,0,0,0,"Mikhail - On Quest 'The Missing Diplomat (Part 11)' Taken - Set Data to Tapoke \"Slim\" Jahn"), +(4963,0,3,0,19,0,100,0,1249,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Mikhail - On Quest 'The Missing Diplomat (Part 11)' Taken - Store Target"), +(4963,0,4,0,19,0,100,0,1249,0,0,0,0,100,1,0,0,0,0,0,10,10873,0,0,0,0,0,0,"Mikhail - On Quest 'The Missing Diplomat (Part 11)' Taken - Send Target to Tapoke \"Slim\" Jahn"), +(4963,0,5,0,38,0,100,0,1,1,0,0,0,80,496300,2,0,0,0,0,1,0,0,0,0,0,0,0,"Mikhail - On Data Set - Run Script"), +(496300,9,0,0,0,0,100,0,10000,10000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mikhail - On Script - Say Line 0"), +(496300,9,1,0,0,0,100,0,0,0,0,0,0,81,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mikhail - On Script - Set Npc Flag Questgiver"); + +-- Tapoke "Slim" Jahn +UPDATE `creature` SET `spawntimesecs`=10 WHERE `guid`=10873; +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=4962; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4962 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=496200 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4962,0,0,0,38,0,100,1,1,1,0,0,0,11,1785,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Data Set - Cast 'Stealth'"), +(4962,0,1,0,38,0,100,1,1,1,0,0,0,53,0,4962,0,0,0,2,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Data Set - Start Waypoint"), +(4962,0,2,0,38,0,100,1,1,1,0,0,0,42,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Data Set - Set Invincibility at 1 HP"), +(4962,0,3,0,40,0,100,0,3,4962,0,0,0,28,1785,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Waypoint 3 Reached - Remove Aura 'Stealth'"), +(4962,0,4,0,40,0,100,0,3,4962,0,0,0,2,168,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Waypoint 3 Reached - Set Faction 168"), +(4962,0,5,0,40,0,100,0,7,4962,0,0,0,6,1249,0,0,0,0,0,12,1,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Waypoint 7 Reached - Fail Quest 'The Missing Diplomat (Part 11)'"), +(4962,0,6,0,40,0,100,0,7,4962,0,0,0,45,1,1,0,0,0,0,10,9432,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Waypoint 7 Reached - Set Data to Mikhail"), +(4962,0,7,0,40,0,100,0,7,4962,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Waypoint 7 Reached - Despawn"), +(4962,0,8,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Aggro - Say Line 0"), +(4962,0,9,0,4,0,100,0,0,0,0,0,0,11,16457,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Aggro - Cast 'Call Friends'"), +(4962,0,10,0,2,0,100,1,0,20,0,0,0,80,496200,2,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - Between 0-20% Health - Run Script"), +(496200,9,0,0,0,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,19,4971,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Script - Set Data to Slim's Friend"), +(496200,9,1,0,0,0,100,0,0,0,0,0,0,2,123,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Script - Set Faction 123"), +(496200,9,2,0,0,0,100,0,0,0,0,0,0,27,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Script - Stop Combat"), +(496200,9,3,0,0,0,100,0,5000,5000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Script - Say Line 1"), +(496200,9,4,0,0,0,100,0,5000,5000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Script - Say Line 2"), +(496200,9,5,0,0,0,100,0,6000,6000,0,0,0,15,1249,0,0,0,0,0,12,1,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Script - Complete Quest 'The Missing Diplomat (Part 11)'"), +(496200,9,6,0,0,0,100,0,1000,1000,0,0,0,45,1,1,0,0,0,0,10,9432,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Script - Set Data to Mikhail"), +(496200,9,7,0,0,0,100,0,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tapoke \"Slim\" Jahn - On Script - Despawn"); + +-- Slim's Friend +DELETE FROM `smart_scripts` WHERE `entryorguid`=4971 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=497100 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4971,0,0,0,25,0,100,0,0,0,0,0,0,11,3616,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slim's Friend - On Reset - Cast 'Poison Proc'"), +(4971,0,1,0,25,0,100,0,0,0,0,0,0,11,8601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slim's Friend - On Reset - Cast 'Slowing Poison'"), +(4971,0,2,0,67,0,100,0,3000,6000,0,0,0,11,2589,0,0,0,0,0,2,0,0,0,0,0,0,0,"Slim's Friend - On Behind Target - Cast Backstab"), +(4971,0,3,0,38,0,100,1,1,1,0,0,0,80,497100,2,0,0,0,0,1,0,0,0,0,0,0,0,"Slim's Friend - On Data Set - Run Script"), +(497100,9,0,0,0,0,100,0,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slim's Friend - On Script - Evade"), +(497100,9,1,0,0,0,100,0,0,0,0,0,0,2,123,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slim's Friend - On Script - Set Faction 123"), +(497100,9,2,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slim's Friend - On Script - Say Line 0"), +(497100,9,3,0,0,0,100,0,6000,6000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Slim's Friend - On Script - Despawn"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_13_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_13_world_335.sql new file mode 100644 index 00000000000..3e9d0af9203 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_13_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template_addon` SET `NextQuestID`=1250 WHERE `ID`=1249; +UPDATE `quest_template_addon` SET `PrevQuestID`=1250 WHERE `ID`=1264; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_14_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_14_world_335.sql new file mode 100644 index 00000000000..717992aad90 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_14_world_335.sql @@ -0,0 +1,30 @@ +-- Renn McGill +UPDATE `creature_template` SET `unit_flags`=33536 WHERE `entry`=23569; + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=8837; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(8837,0,0,"I don't have the Repaired Diving Gear anymore. Do you have a spare?",22482,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8837; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,8837,0,0,0,9,0,11140,0,0,0,0,0,"","Show gossip option if quest 'Recover the Cargo!' is taken"), +(15,8837,0,0,0,2,0,33040,1,1,1,0,0,"","Show gossip option if player does not have item 'Repaired Diving Gear'"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=23569; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23569 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2356900 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 +(23569,0,0,1,62,0,100,0,8837,0,0,0,85,42670,0,0,0,0,0,7,0,0,0,0,0,0,0,"Renn McGill - On Gossip Option 0 Selected - Invoker Cast 'Replace Repaired Diving Gear'"), +(23569,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Renn McGill - On Gossip Option 0 Selected - Close Gossip"), +(23569,0,2,0,20,0,100,0,11140,0,0,0,80,2356900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Renn McGill - On Quest 'Recover the Cargo!' Finished - Run Script"), +(2356900,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Renn McGill - On Script - Remove Npc Flag Questgiver+Gossip"), +(2356900,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Renn McGill - On Script - Say Line 0"), +(2356900,9,2,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Renn McGill - On Script - Say Line 1"), +(2356900,9,3,0,0,0,100,0,5000,5000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Renn McGill - On Script - Say Line 2"), +(2356900,9,4,0,0,0,100,0,6000,6000,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Renn McGill - On Script - Add Npc Flag Questgiver+Gossip"); + +DELETE FROM `creature_text` WHERE `CreatureID`=23569; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(23569,0,0,"Hmm... old coins... ugly jewelry...",12,7,100,0,0,0,22160,0,"Renn McGill"), +(23569,1,0,"More ugly jewelry... letters home... I'm beginning to give up hope!",12,7,100,0,0,0,22161,0,"Renn McGill"), +(23569,2,0,"Hey... what's this? A pair of manacles and not just any. These are enchanted. This cargo, it wasn't a thing... it was a person!",12,7,100,0,0,0,22162,0,"Renn McGill"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_15_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_15_world_335.sql new file mode 100644 index 00000000000..20e88090c10 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_15_world_335.sql @@ -0,0 +1,18 @@ +-- Shipwreck Debris +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=186283; +DELETE FROM `smart_scripts` WHERE `entryorguid`=186283 AND `source_type`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18628300,18628301) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(186283,1,0,0,8,0,100,0,42287,0,0,0,0,41,0,120,0,0,0,0,1,0,0,0,0,0,0,0,"Shipwreck Debris - On Spellhit 'Salvage Wreckage' - Despawn"), +(186283,1,1,0,8,0,100,0,42287,0,0,0,0,41,0,120,0,0,0,0,20,186278,0,0,0,0,0,0,"Shipwreck Debris - On Spellhit 'Salvage Wreckage' - Despawn Closest Gameobject 'Burning Wreckage'"), +(186283,1,2,0,8,0,100,0,42287,0,0,0,0,87,18628300,18628301,0,0,0,0,1,0,0,0,0,0,0,0,"Shipwreck Debris - On Spellhit 'Salvage Wreckage' - Run Random Script"), +(18628300,9,0,0,0,0,100,0,0,0,0,0,0,85,42289,0,0,0,0,0,7,0,0,0,0,0,0,0,"Shipwreck Debris - On Script - Invoker Cast 'Summon Mirefin Burrower'"), +(18628301,9,0,0,0,0,100,0,0,0,0,0,0,85,42288,0,0,0,0,0,7,0,0,0,0,0,0,0,"Shipwreck Debris - On Script - Invoker Cast 'Summon Salvaged Lockbox'"); + +DELETE FROM `spell_scripts` WHERE `id`=42287; + +-- Mirefin Ambusher +UPDATE `creature_template` SET `unit_flags`=32768, `AIName`="SmartAI" WHERE `entry`=23701; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23701 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(23701,0,0,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mirefin Ambusher - Between 0-15% Health - Flee For Assist (No Repeat)"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_16_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_16_world_335.sql new file mode 100644 index 00000000000..d291b675bcc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_11_16_world_335.sql @@ -0,0 +1,5 @@ +-- Apprentice Kryten +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2788; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2788 AND `source_type`=0; +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 +(2788,0,0,0,20,0,100,0,694,0,0,0,11,4319,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Kryten - On Quest 'Trelane's Defenses' Finished - Cast 'Enchant Azure Agate'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_14_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_14_00_world.sql new file mode 100644 index 00000000000..49a5dca5e0e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_14_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_param1`=191124 WHERE `entryorguid`=2902800 AND `source_type`=9 AND `id`=3; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_00_world_335.sql new file mode 100644 index 00000000000..754192f01cf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_00_world_335.sql @@ -0,0 +1,60 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (5111,5117,5122,5126,5131,5140,5144,5155); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(5111, 180867, 1, 7603.94, -2211.17, 471.606, 3.78647, 0, 0, 0.948466, -0.316878, 25, 100, 1), +(5117, 180867, 1, 7575.26, -2238.68, 469.858, 1.03679, 0, 0, 0.495486, 0.868616, 25, 100, 1), +(5122, 180867, 1, 7595.67, -2246.32, 466.965, 1.30382, 0, 0, 0.606707, 0.794925, 25, 100, 1), +(5126, 180867, 1, 7610.97, -2228.92, 468.71, 2.96651, 0, 0, 0.996171, 0.0874282, 25, 100, 1), +(5131, 180867, 1, 7570.31, -2220.8, 473.445, 0.357419, 0, 0, 0.17776, 0.984074, 25, 100, 1), +(5140, 180867, 1, 7585.47, -2205.31, 475.281, 4.91744, 0, 0, 0.631024, -0.775763, 25, 100, 1), +(5144, 180867, 530, -1804.2651, 5492.6840, -12.4278, 5.101903, 0, 0, 0.631024, -0.775763, 25, 100, 1), +(5155, 180867, 530, -1778.0809, 5439.7109, -12.4276, 1.531083, 0, 0, 0.631024, -0.775763, 25, 100, 1); + +-- Added target position to each teleport spell in Lunar Festival +DELETE FROM `spell_target_position` WHERE `id` IN (26454, 26452, 26450, 26453, 26456, 26455); +INSERT INTO `spell_target_position` (`ID`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES +(26454, 0, -8748.48, 1073.61, 90.4898, 5.03789, 0), -- To Stormwind +(26452, 0, -4663, -955.663, 500.377, 0.722862, 0), -- To Ironforge +(26450, 1, 10150.1, 2602, 1330.83, 4.80894, 0), -- To Darnassus +(26453, 1, 1982.9, -4255.62, 31.6692, 3.31984, 0), -- To Orgrimmar +(26456, 0, 1642.01, 239.002, 62.5918, 3.02316, 0), -- To Undercity +(26455, 1, -1031.45, -230.867, 160.14, 3.28358, 0); -- To Thunderbluff + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=26373 AND `spell_effect`=26448; +DELETE FROM `conditions` WHERE `SourceEntry`=26373 AND `SourceTypeOrReferenceId`=13; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 2, 26373, 0, 0, 31, 0, 4, 0, 0, 0, 0, '', 'Lunar Invitation visual on player'); + +-- Lunar Festival spell focus for teleportaion +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=180867; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 180867 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 +(180867,1,0,0,8,0,100,0,26373,0,1000,1000,85,26448,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lunar Festival - On spell hit - Cast self teleportation Moonglade"), +(180867,1,1,0,8,0,100,0,26373,0,1000,1000,85,26454,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lunar Festival - On spell hit - Cast self teleportation Stormwind"), +(180867,1,2,0,8,0,100,0,26373,0,1000,1000,85,26452,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lunar Festival - On spell hit - Cast self teleportation Ironforge"), +(180867,1,3,0,8,0,100,0,26373,0,1000,1000,85,26450,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lunar Festival - On spell hit - Cast self teleportation Darnassus"), +(180867,1,4,0,8,0,100,0,26373,0,1000,1000,85,26453,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lunar Festival - On spell hit - Cast self teleportation Orgrimmar"), +(180867,1,5,0,8,0,100,0,26373,0,1000,1000,85,26456,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lunar Festival - On spell hit - Cast self teleportation Undercity"), +(180867,1,6,0,8,0,100,0,26373,0,1000,1000,85,26455,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lunar Festival - On spell hit - Cast self teleportation Thunderbluff"); + +-- Lunar Festival spell focus for teleportaion +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=180867; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(22,1,180867,1,0,29,0,15892,5,0,0,0,'','Lunar Festival Execute sai if near npc 15892'), +(22,1,180867,1,0,6,0,469,0,0,0,0,'','Lunar Festival sai the player Must Be Alliance'), +(22,1,180867,1,1,29,0,15891,5,0,0,0,'','Lunar Festival Execute sai if near npc 15891'), +(22,1,180867,1,1,6,0,67,0,0,0,0,'','Lunar Festival sai the player Must Must Be Horde'), +(22,1,180867,1,2,29,0,15892,5,0,0,0,'','Lunar Festival Execute sai if near npc 15892'), +(22,1,180867,1,2,22,0,571,0,0,0,0,'','Lunar Festival Execute sai if on map 571'), +(22,2,180867,1,0,29,0,15694,5,0,0,0,'','Lunar Festival Execute sai if near npc 15694'), +(22,2,180867,1,0,6,0,469,0,0,0,0,'','Lunar Festival SAI the player Must Be Alliance'), +(22,3,180867,1,0,29,0,15906,5,0,0,0,'','Lunar FestivalExecute sai if near npc 15906'), +(22,3,180867,1,0,6,0,469,0,0,0,0,'','Lunar Festival SAI the player Must Be Alliance'), +(22,4,180867,1,0,29,0,15905,5,0,0,0,'','Lunar Festival Execute sai if near npc 15905'), +(22,4,180867,1,0,6,0,469,0,0,0,0,'','Lunar Festival SAI the player Must Be Alliance'), +(22,5,180867,1,0,29,0,15908,5,0,0,0,'','Lunar Festival Execute sai if near npc 15908'), +(22,5,180867,1,0,6,0,67,0,0,0,0,'','Lunar Festival SAI the player Must Must Be Horde'), +(22,6,180867,1,0,29,0,15907,5,0,0,0,'','Lunar Festival Execute sai if near npc 15907'), +(22,6,180867,1,0,6,0,67,0,0,0,0,'','Lunar Festival SAI the player Must Must Be Horde'), +(22,7,180867,1,0,29,0,15719,5,0,0,0,'','Lunar Festival Execute sai if near npc 15719'), +(22,7,180867,1,0,6,0,67,0,0,0,0,'','Lunar Festival SAI the player Must Must Be Horde'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_01_world_335.sql new file mode 100644 index 00000000000..dcaa9039f06 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_01_world_335.sql @@ -0,0 +1,48 @@ +-- Witchbane Torch +SET @GUID := 5160; +DELETE FROM `gameobject` WHERE `guid`=@GUID; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID,186425,1,0,0,1,1,-2967.03,-3872.18,33.0928,2.24779,-0,-0,-0.90179,-0.432175,-20,255,1,"",0); + +DELETE FROM `event_scripts` WHERE `id`=15452; +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(15452,0,9,@GUID,20,0,0,0,0,0); + +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=186425; +DELETE FROM `smart_scripts` WHERE `entryorguid`=186425 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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(186425,1,0,0,70,0,100,0,1,0,0,0,0,45,1,1,0,0,0,0,19,4792,0,0,0,0,0,0,"Witchbane Torch - On State Changed - Set Data to \"Swamp Eye\" Jarl"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (42517,42515); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,1,42517,0,0,31,0,3,23869,0,0,0,0,"","Spell 'Beam to Zelfrax' can only target 'Invis Zelfrax Origin'"), +(13,1,42515,0,0,31,0,3,23868,0,0,0,0,"","Spell 'Jarl Beam' can only target 'Invis Zelfrax Target'"); + +-- "Swamp Eye" Jarl +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4792; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4792 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=479200 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4792,0,0,0,38,0,100,0,1,1,0,0,0,80,479200,0,0,0,0,0,1,0,0,0,0,0,0,0,"\"Swamp Eye\" Jarl - On Data Set - Run Script"), +(479200,9,0,0,0,0,100,0,0,0,0,0,0,11,42515,0,0,0,0,0,1,0,0,0,0,0,0,0,"\"Swamp Eye\" Jarl - On Script - Cast 'Jarl Beam'"), +(479200,9,1,0,0,0,100,0,8000,8000,0,0,0,86,42517,0,19,23868,0,0,1,0,0,0,0,0,0,0,"\"Swamp Eye\" Jarl - On Script - Cross Cast 'Beam to Zelfrax'"), +(479200,9,2,0,0,0,100,0,7000,7000,0,0,0,12,23864,3,300000,0,0,0,8,23869,0,0,-2984.98,-3853.72,45.7142,5.44525,"\"Swamp Eye\" Jarl - On Script - Summon Creature 'Zelfrax'"); + +-- Zelfrax +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=23864; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23864 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2386400,2386401) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(23864,0,0,0,54,0,100,0,0,0,0,0,0,18,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zelfrax - Just Summoned - Add Unit Flags 'Immune to NPC'+'Immune to PC'"), +(23864,0,1,0,54,0,100,0,0,0,0,0,0,80,2386400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zelfrax - Just Summoned - Run Script"), +(23864,0,2,0,40,0,100,0,1,23864,0,0,0,80,2386401,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zelfrax - On Waypoint 1 Reached - Run Script"), +(2386400,9,0,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zelfrax - On Script - Say Line 0"), +(2386400,9,1,0,0,0,100,0,5000,5000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zelfrax - On Script - Say Line 1"), +(2386400,9,2,0,0,0,100,0,0,0,0,0,0,53,1,23864,0,0,0,2,1,0,0,0,0,0,0,0,"Zelfrax - On Script - Start Waypoint"), +(2386401,9,0,0,0,0,100,0,0,0,0,0,0,101,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zelfrax - On Script - Set Home Position"), +(2386401,9,1,0,0,0,100,0,0,0,0,0,0,19,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Zelfrax - On Script - Remove 'Immune to NPC'+'Immune to PC'"), +(2386401,9,2,0,0,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,30,0,0,0,0,0,0,"Zelfrax - On Script - Start Attacking"); + +DELETE FROM `waypoints` WHERE `entry`=23864; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(23864,1,-2965.74,-3873.83,33.3183,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_02_world_335.sql new file mode 100644 index 00000000000..4ebfb5ceaa4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_15_02_world_335.sql @@ -0,0 +1,102 @@ +-- Quest "The Missing Diplomat (Part 16)" +UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=1324; -- Prevents quest from auto completing + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (4966,5184); +DELETE FROM `creature_text` WHERE `CreatureID`=4967 AND `GroupID` IN (1,2,3,4); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4966,0,0,"%s obviously beaten, tries to run.",16,0,100,0,0,0,8225,0,"Private Hendel"), +(4966,1,0,"%s, too injured, gives up the chase.",16,0,100,0,0,0,8224,0,"Private Hendel"), +(4966,2,0,"Please... please... Miss Proudmore. I didn't mean to...",12,7,100,0,0,0,1759,0,"Private Hendel"), +(4967,1,0,"Ah, Private Hendel. A pleasure to meet one of the men who would betray his kingdom for pride.",12,7,100,0,0,0,1657,0,"Archmage Tervosh"), +(4967,2,0,"Why don't we deal with you now, Hendel? Lady Proudmoore will speak to you back in the tower.",12,7,100,0,0,0,1663,0,"Archmage Tervosh"), +(4967,3,0,"I apologize for taking so long to get here. I wanted Lady Proudmoore to be present also.",12,7,100,0,0,0,1761,0,"Archmage Tervosh"), +(4967,4,0,"We can only stay a few moments before returning to the tower. If you wish to speak to us more you may find us there.",12,7,100,0,0,0,1808,0,"Archmage Tervosh"), +(5184,0,0,"It's Proudmoore! Get out of here!",12,7,100,0,0,0,7325,0,"Theramore Sentry"), +(5184,1,0,"Run!",12,7,100,0,0,0,7324,0,"Theramore Sentry"), +(5184,1,1,"Get out of here!",12,7,100,0,0,0,7340,0,"Theramore Sentry"), +(5184,1,2,"Don't let them catch you!",12,7,100,0,0,0,7341,0,"Theramore Sentry"), +(5184,1,3,"She'll have our heads if we're caught!",12,7,100,0,0,0,7342,0,"Theramore Sentry"); + +-- Private Hendel +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=4966; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4966 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (496600,496601) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4966,0,0,1,19,0,100,0,1324,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Quest 'The Missing Diplomat (Part 16)' Taken - Remove Npc Flag Questgiver"), +(4966,0,1,2,61,0,100,0,0,0,0,0,0,42,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Quest 'The Missing Diplomat (Part 16)' Taken - Set Invincibility at 1 HP"), +(4966,0,2,3,61,0,100,0,0,0,0,0,0,2,168,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Quest 'The Missing Diplomat (Part 16)' Taken - Set Faction 168"), +(4966,0,3,4,61,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,11,5184,50,0,0,0,0,0,"Private Hendel - On Quest 'The Missing Diplomat (Part 16)' Taken - Set Data 1 to Theramore Sentry"), +(4966,0,4,5,61,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Private Hendel - On Quest 'The Missing Diplomat (Part 16)' Taken - Start Attacking"), +(4966,0,5,6,61,0,100,0,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Private Hendel - On Quest 'The Missing Diplomat (Part 16)' Taken - Store Target"), +(4966,0,6,0,61,0,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Quest 'The Missing Diplomat (Part 16)' Taken - Set Event Phase 1"), +(4966,0,7,0,2,1,100,1,0,20,0,0,0,80,496600,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - Between 0-20% Health - Run Script 1 (Phase 1)"), +(4966,0,8,0,21,2,100,1,0,0,0,0,0,80,496601,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Reached Home - Run Script 2 (Phase 2)"), +(496600,9,0,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Script - Say Line 0"), +(496600,9,1,0,0,0,100,0,0,0,0,0,0,2,1077,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Script - Set Faction 1077"), +(496600,9,2,0,0,0,100,0,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Script - Stop Combat"), +(496600,9,3,0,0,0,100,0,0,0,0,0,0,22,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Script - Set Event Phase 2"), +(496601,9,0,0,0,0,100,0,0,0,0,0,0,69,0,0,0,0,0,0,8,0,0,0,-2897.06,-3349.2,31.3004,0,"Private Hendel - On Script - Move to Position"), +(496601,9,1,0,0,0,100,0,1000,1000,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.277231,"Private Hendel - On Script - Set Orientation"), +(496601,9,2,0,0,0,100,0,1000,1000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Script - Say Line 1"), +(496601,9,3,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,"Private Hendel - On Script - Set Emote State 64"), +(496601,9,4,0,0,0,100,0,0,0,0,0,0,45,2,2,0,0,0,0,11,5184,50,0,0,0,0,0,"Private Hendel - On Script - Set Data 2 to Theramore Sentry"), +(496601,9,5,0,0,0,100,0,0,0,0,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Hendel - On Script - Summon Group"), +(496601,9,6,0,0,0,100,0,0,0,0,0,0,45,1,1,0,0,0,0,19,4967,0,0,0,0,0,0,"Private Hendel - On Script - Set Data to Archmage Tervosh"), +(496601,9,7,0,0,0,100,0,0,0,0,0,0,100,1,0,0,0,0,0,19,4967,0,0,0,0,0,0,"Private Hendel - On Script - Send Target to Archmage Tervosh"); + +DELETE FROM `creature_summon_groups` WHERE `summonerId`=4966; +INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES +(4966,0,1,4967,-2882.55,-3345.43,33.7722,3.39919,3,90000), +(4966,0,1,4968,-2880.52,-3346.80,34.5063,3.36777,3,90000), +(4966,0,1,4965,-2881.22,-3343.22,34.1732,3.52487,3,90000); + +-- Theramore Sentry +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5184; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-31271,-31268) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (518400,518401) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(-31271,0,0,0,38,0,100,1,1,1,0,0,0,2,168,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Data 1 Set - Set Faction 168"), +(-31271,0,1,0,38,0,100,1,1,1,0,0,0,49,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Theramore Sentry - On Data 1 Set - Start Attacking"), +(-31271,0,2,0,38,0,100,1,2,2,0,0,0,80,518400,2,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Data 2 Set - Run Script"), +(-31271,0,3,0,40,0,100,0,2,518400,0,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Waypoint 2 Reahed - Despawn"), +(-31268,0,0,0,38,0,100,1,1,1,0,0,0,2,168,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Data Set - Set Faction 168"), +(-31268,0,1,0,38,0,100,1,1,1,0,0,0,49,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Theramore Sentry - On Data Set - Start Attacking"), +(-31268,0,2,0,38,0,100,1,2,2,0,0,0,80,518401,2,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Data 2 Set - Run Script"), +(-31268,0,3,0,40,0,100,0,3,518401,0,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Waypoint 3 Reahed - Despawn"), +(518400,9,0,0,0,0,100,0,1000,1000,0,0,0,2,150,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Script - Set Faction 150"), +(518400,9,1,0,0,0,100,0,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Script - Evade"), +(518400,9,2,0,0,0,100,0,0,0,0,0,0,53,1,518400,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Script - Start Waypoint"), +(518400,9,3,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Script - Say Line 0"), +(518401,9,0,0,0,0,100,0,1000,1000,0,0,0,2,150,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Script - Set Faction 150"), +(518401,9,1,0,0,0,100,0,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Script - Evade"), +(518401,9,2,0,0,0,100,0,0,0,0,0,0,53,1,518401,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Script - Start Waypoint"), +(518401,9,3,0,0,0,100,0,1000,1000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Sentry - On Script - Say Line 1"); + +DELETE FROM `waypoints` WHERE `entry` IN (518400,518401); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(518400,1,-2906.15,-3345.12,31.3324,""), +(518400,2,-2910.64,-3353.77,30.4347,""), +(518401,1,-2897.26,-3330.35,33.442,""), +(518401,2,-2908.55,-3336.71,32.0493,""), +(518401,3,-2914.51,-3346.08,30.843,""); + +-- Archmage Tervosh +DELETE FROM `smart_scripts` WHERE `entryorguid`=4967 AND `source_type`=0 AND `id` IN (0,4,5,6); +DELETE FROM `smart_scripts` WHERE `entryorguid`=496700 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4967,0,0,0,0,0,100,0,0,0,3000,5000,0,11,20822,64,0,0,0,0,2,0,0,0,0,0,0,0,"Archmage Tervosh - In Combat - Cast 'Frostbolt'"), +(4967,0,4,0,0,0,100,0,6000,8000,12000,14000,0,11,20823,0,0,0,0,0,2,0,0,0,0,0,0,0,"Archmage Tervosh - In Combat - Cast 'Fireball'"), +(4967,0,5,0,38,0,100,1,1,1,0,0,0,80,496700,2,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Tervosh - On Data Set - Run Script"), +(496700,9,0,0,0,0,100,0,0,0,0,0,0,11,51347,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Tervosh - On Script - Cast 'Teleport Visual Only'"), +(496700,9,1,0,0,0,100,0,0,0,0,0,0,86,51347,0,19,4965,0,0,1,0,0,0,0,0,0,0,"Archmage Tervosh - On Script - Cross Cast 'Teleport Visual Only'"), +(496700,9,2,0,0,0,100,0,0,0,0,0,0,86,51347,0,19,4968,0,0,1,0,0,0,0,0,0,0,"Archmage Tervosh - On Script - Cross Cast 'Teleport Visual Only'"), +(496700,9,3,0,0,0,100,0,4000,4000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Tervosh - On Script - Say Line 1"), +(496700,9,4,0,0,0,100,0,3000,3000,0,0,0,11,7081,0,0,0,0,0,19,4966,0,0,0,0,0,0,"Archmage Tervosh - On Script - Cast 'Encage'"), +(496700,9,5,0,0,0,100,0,4000,4000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Tervosh - On Script - Say Line 2"), +(496700,9,6,0,0,0,100,0,5000,5000,0,0,0,1,2,0,0,0,0,0,19,4966,0,0,0,0,0,0,"Archmage Tervosh - On Script - Say Line 2 (Private Hendel)"), +(496700,9,7,0,0,0,100,0,3000,3000,0,0,0,11,7079,0,0,0,0,0,19,4966,0,0,0,0,0,0,"Archmage Tervosh - On Script - Cast 'Simple Teleport Other'"), +(496700,9,8,0,0,0,100,0,2000,2000,0,0,0,41,0,0,0,0,0,0,19,4966,0,0,0,0,0,0,"Archmage Tervosh - On Script - Despawn (Private Hendel)"), +(496700,9,9,0,0,0,100,0,2000,2000,0,0,0,15,1324,0,0,0,0,0,12,1,0,0,0,0,0,0,"Archmage Tervosh - On Script - Complete Quest 'The Missing Diplomat (Part 16)'"), +(496700,9,10,0,0,0,100,0,1000,1000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Tervosh - On Script - Say Line 2"), +(496700,9,11,0,0,0,100,0,6000,6000,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Tervosh - On Script - Say Line 3"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_00_world_335.sql new file mode 100644 index 00000000000..8ff55fa6cff --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `npc_text` SET `BroadcastTextID0`=0 WHERE `ID`=7790; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_01_world_335.sql new file mode 100644 index 00000000000..7b736664d87 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_01_world_335.sql @@ -0,0 +1,19 @@ +-- +UPDATE `gossip_menu_option` SET `OptionText`='How do I use the cannon?', `OptionBroadcastTextID`= 10769 WHERE `MenuID`= 6575; +UPDATE `gossip_menu_option` SET `OptionText`='Tonks?', `OptionBroadcastTextID`= 11934 WHERE `MenuID`= 6581 AND `OptionID`= 0; +UPDATE `gossip_menu_option` SET `OptionText`='Cannon?', `OptionBroadcastTextID`= 11936 WHERE `MenuID`= 6581 AND `OptionID`= 1; +UPDATE `gossip_menu_option` SET `OptionText`='Attractions?',`OptionBroadcastTextID`= 10779 WHERE `MenuID`= 6582 AND `OptionID`= 3; + +DELETE FROM `gossip_menu` WHERE `MenuID`=7095 AND `TextID` IN (11743,8348); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7095,11743,0),(7095,8348,0); + +DELETE FROM `npc_text` WHERE `ID`=8348; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`) VALUES +(8348,"","The Blastenheimer 5000 Ultra Cannon is a state-of-the-art single person projectile device. Delivering its payload at near the speed of a dragon, the cannon is the pride and joy of the Blastenheimer family, world renown for their aeronautical and combustible feats!$B$BIf you'd like to be launched through the skies to fly free as a bird, seek out Maxima Blastenheimer on the east end of the faire. I hear that she's placed a target ring way over on Crystal Lake for you to aim for as you sail through the air!",11937,0,1); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7095; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7095,8348,0,0,22,0,0,0,0,0,0,0,"","Show text 8348 on map 0"), +(14,7095,8349,0,0,22,0,1,0,0,0,0,0,"","Show text 8349 on map 1"), +(14,7095,11743,0,0,22,0,530,0,0,0,0,0,"","Show text 11743 on map 530"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_02_world.sql new file mode 100644 index 00000000000..5048e2c712c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gossip_menu_option` SET `OptionIcon`=0, `OptionType`=1, `OptionNpcFlag`=1 WHERE `MenuID` IN (7938,7939) AND `OptionID`=1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_02_world_335.sql new file mode 100644 index 00000000000..b6f3f34aa31 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_16_02_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `trinity_string` WHERE `entry` IN (848,882); +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(848,'│ Map: %s, Zone: %s'), +(882,'│ Map: %s, Zone: %s, Area: %s'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_17_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_17_00_world.sql new file mode 100644 index 00000000000..e969775747e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_17_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `exp`=2 WHERE `entry` IN (30346,30345,30344,30347,30351,30352,30380,30392,30394,30833,30350); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_00_world_335.sql new file mode 100644 index 00000000000..9e9730a0d1f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_00_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template_addon` SET `ExclusiveGroup`=-11144, `NextQuestID`=11149 WHERE `ID` IN (11144,11148); -- Quests "Confirming the Suspicion" / "Arms of the Grimtotems" +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=11149; -- Quest "Tabetha's Assistance" diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_01_world_335.sql new file mode 100644 index 00000000000..0fe973b52bc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_01_world_335.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (8123,8160,8161,8162,8299,8300,8298,8124,8081,8163,8157,8164,8159,8165,8158); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(1,8123,0,"","","Deprecated quest"), +(1,8160,0,"","","Deprecated quest"), +(1,8161,0,"","","Deprecated quest"), +(1,8162,0,"","","Deprecated quest"), +(1,8299,0,"","","Deprecated quest"), +(1,8300,0,"","","Deprecated quest"), +(1,8298,0,"","","Deprecated quest"), +(1,8124,0,"","","Deprecated quest"), +(1,8081,0,"","","Deprecated quest"), +(1,8163,0,"","","Deprecated quest"), +(1,8157,0,"","","Deprecated quest"), +(1,8164,0,"","","Deprecated quest"), +(1,8159,0,"","","Deprecated quest"), +(1,8165,0,"","","Deprecated quest"), +(1,8158,0,"","","Deprecated quest"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_02_world_335.sql new file mode 100644 index 00000000000..02d8a6b207f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_02_world_335.sql @@ -0,0 +1,273 @@ +-- +-- Quest "To Steal From Thieves" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=1164; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1164; + +-- Quest "The Hammer May Fall" +DELETE FROM `quest_details` WHERE `ID`=676; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(676,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=676; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=676; + +-- Quest "Call to Arms" +DELETE FROM `quest_details` WHERE `ID`=677; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(677,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=677; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=677; + +-- Quest "Call to Arms (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=678; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=678; + +-- Quest "Call to Arms (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=679; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(679,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=679; + +-- Quest "Trollbane" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=638; + +-- Quest "Sigil of Strom" +DELETE FROM `quest_details` WHERE `ID`=639; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(639,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=639; + +-- Quest "The Broken Sigil" +DELETE FROM `quest_details` WHERE `ID`=640; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(640,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=66, `EmoteOnComplete`=66 WHERE `ID`=640; + +-- Quest "Sigil of Thoradin" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=641; + +-- Quest "Sigil of Arathor" +DELETE FROM `quest_details` WHERE `ID`=643; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(643,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=643; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=643; + +-- Quest "Sigil of Trollbane" +DELETE FROM `quest_details` WHERE `ID`=644; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(644,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=644; + +-- Quest "Trol'kalar" +DELETE FROM `quest_details` WHERE `ID`=645; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(645,6,1,0,0,0,0,0,0,0); + +-- Quest "Trol'kalar (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=646; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=646; + +-- Quest "Hammerfall" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=655; + +-- Quest "Raising Spirits" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=672; + +-- Quest "Raising Spirits (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=675; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(675,61,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=675; + +-- Quest "Guile of the Raptor (Part 1)" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=701; + +-- Quest "Guile of the Raptor (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=847; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(847,23,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=847; + +-- Quests "Foul Magics" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID` IN (671, 672, 673, 674, 701, 702); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=673; + +-- Quest "Horde Trauma" +DELETE FROM `quest_details` WHERE `ID`=6623; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6623,1,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6623; + +-- Quest "Triage" +DELETE FROM `quest_details` WHERE `ID`=6622; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6622,1,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=6622; + +-- Quest "The Real Threat" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=680; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=680; + +-- Quest "Myzrael's Allies" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID` IN (688,653); + +-- Quest "Theldurin the Lost" +DELETE FROM `quest_details` WHERE `ID`=687; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(687,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=3, `Emote2`=5, `Emote3`=1 WHERE `ID`=687; + +-- Quest "The Lost Fragments" +DELETE FROM `quest_details` WHERE `ID`=692; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(692,6,5,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=692; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=692; + +-- Quest "Summoning the Princess" +DELETE FROM `quest_details` WHERE `ID`=656; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(656,1,5,6,1,0,0,0,0,0); + +-- Quest "Elemental Leatherworking" +DELETE FROM `quest_details` WHERE `ID`=5146; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5146,1,25,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=5146; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID`=5146; + +-- Quest "The Battle for Arathi Basin!" +DELETE FROM `quest_details` WHERE `ID` IN (8120,8169,8170,8171,8105,8166,8167,8168); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8120,1,0,0,0,0,0,0,0,0), +(8169,1,0,0,0,0,0,0,0,0), +(8170,1,0,0,0,0,0,0,0,0), +(8171,1,0,0,0,0,0,0,0,0), +(8105,1,0,0,0,0,0,0,0,0), +(8166,1,0,0,0,0,0,0,0,0), +(8167,1,0,0,0,0,0,0,0,0), +(8168,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID` IN (8120,8169,8170,8171,8105,8166,8167,8168); + +-- Quest "Take Four Bases" / "Take Five Bases" +DELETE FROM `quest_details` WHERE `ID` IN (8121,8122); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8121,1,0,0,0,0,0,0,0,0), +(8122,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID` IN (8121,8122); + +-- Quest "Control Four Bases" / "Control Five Bases" +DELETE FROM `quest_details` WHERE `ID` IN (8114,8115); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8114,1,0,0,0,0,0,0,0,0), +(8115,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID` IN (8114,8115); + +-- Quest "Arathor Basic Care Package" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID` IN (8260,8261,8262,8263,8264,8265); + +-- Quest "Arathi Basin Resources!" +DELETE FROM `quest_details` WHERE `ID` IN (8080,8154,8155,8156,8297); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8080,1,0,0,0,0,0,0,0,0), +(8154,1,0,0,0,0,0,0,0,0), +(8155,1,0,0,0,0,0,0,0,0), +(8156,1,0,0,0,0,0,0,0,0), +(8297,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (8080,8154,8155,8156,8297); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID` IN (8080,8154,8155,8156,8297); + +-- Quest "Wanted! Marez Cowl" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=684; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=684; + +-- Quest "Wanted! Otto and Falconcrest" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=685; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=685; + +-- Quest "Northfold Manor" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=681; + +-- Quest "Stromgarde Badges" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=682; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=682; + +-- Quest "Worth Its Weight in Gold" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=691; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=691; + +-- Quest "Wand over Fist" +DELETE FROM `quest_details` WHERE `ID`=693; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(693,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=693; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=693; + +-- Quest "Trelane's Defenses" +DELETE FROM `quest_details` WHERE `ID`=694; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(694,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=694; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=694; + +-- Quest "Attack on the Tower" +DELETE FROM `quest_details` WHERE `ID`=696; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(696,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=696; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=696; + +-- Quest "Malin's Request" +DELETE FROM `quest_details` WHERE `ID`=697; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(697,1,2,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=697; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1, `Emote4`=2, `EmoteDelay1`=1000 WHERE `ID`=697; + +-- Quest "Land Ho!" +UPDATE `quest_offer_reward` SET `Emote1`=3, `Emote2`=1, `Emote3`=1 WHERE `ID`=663; + +-- Quest "Sunken Treasure" +DELETE FROM `quest_details` WHERE `ID`=665; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(665,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=665; + +-- Quest "Sunken Treasure (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=666; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(666,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=666; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=666; + +-- Quest "Sunken Treasure (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=668; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(668,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=668; +UPDATE `quest_offer_reward` SET `Emote1`=11 WHERE `ID`=668; + +-- Quest "Sunken Treasure (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=669; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(669,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=669; +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=669; + +-- Quest "Sunken Treasure (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=670; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(670,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=670; + +-- Quest "Drowned Sorrows" +DELETE FROM `quest_details` WHERE `ID`=664; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(664,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=664; + +-- Quest "Death From Below" +DELETE FROM `quest_details` WHERE `ID`=667; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(667,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=667; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_03_world_335.sql new file mode 100644 index 00000000000..600693083d1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_03_world_335.sql @@ -0,0 +1,38 @@ +-- +-- Apprentice Morlann +DELETE FROM `creature_text` WHERE `CreatureID` IN (23600,23601); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(23600,0,0,"Hmm... I wonder...",12,0,100,0,0,0,22042,0,"Apprentice Morlann"), +(23600,1,0,"Now, where is it?",12,0,100,6,0,0,22045,0,"Apprentice Morlann"), +(23600,2,0,"Stupid mages... always using the last of a reagent and never replacing it.",12,0,100,1,0,0,22043,0,"Apprentice Morlann"), +(23601,0,0,"Is he complaining about the reagents again? Does he even remember how he left the summoning tomes last time?",12,0,100,6,0,0,22044,0,"Apprentice Garion"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=23600; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23600 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2360000,2360001) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(23600,0,0,0,25,0,100,0,0,0,0,0,0,53,0,23600,1,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Reset - Start Waypoint"), +(23600,0,1,0,40,0,100,0,1,23600,0,0,0,80,2360000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Waypoint 1 Reached - Run Script"), +(23600,0,2,0,40,0,100,0,4,23600,0,0,0,80,2360001,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Waypoint 4 Reached - Run Script"), +(23600,0,3,0,40,0,100,0,6,23600,0,0,0,54,180000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Waypoint 6 Reached - Pause Waypoint"), +(2360000,9,0,0,0,0,100,0,0,0,0,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Script - Pause Waypoint"), +(2360000,9,1,0,0,0,100,0,1000,1000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Script - Say Line 0"), +(2360000,9,2,0,0,0,100,0,5000,5000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Script - Say Line 1"), +(2360001,9,0,0,0,0,100,0,0,0,0,0,0,54,14000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Script - Pause Waypoint"), +(2360001,9,1,0,0,0,100,0,2000,2000,0,0,0,5,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Script - Play Emote 'Kneel'"), +(2360001,9,2,0,0,0,100,0,6000,6000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apprentice Garion - On Script - Say Line 2"), +(2360001,9,3,0,0,0,100,0,6000,6000,0,0,0,1,0,0,0,0,0,0,19,23601,0,0,0,0,0,0,"Apprentice Garion - On Script - Say Line 0 (Apprentice Garion)"); + +DELETE FROM `waypoints` WHERE `entry`=23600; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(23600,1,-4044.27,-3393.28,38.1284,""), +(23600,2,-4045.51,-3394.92,38.1749,""), +(23600,3,-4042.77,-3396.91,38.1887,""), +(23600,4,-4040.72,-3397.23,38.1476,""), +(23600,5,-4043.21,-3395.28,38.1581,""), +(23600,6,-4043.43,-3395.4,38.2663,""); + +UPDATE `creature` SET `MovementType`=0 WHERE `guid`=18604; +UPDATE `creature_addon` SET `path_id`=0 WHERE `guid`=18604; +DELETE FROM `waypoint_data` WHERE `id`=186040; +DELETE FROM `waypoint_scripts` WHERE `id` IN (1006,1007,1008); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_04_world_335.sql new file mode 100644 index 00000000000..84ef50cb52b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_04_world_335.sql @@ -0,0 +1,18 @@ +-- +-- Stonemaul Spirit +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=23786; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23786 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2378600 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 +(23786,0,0,0,11,0,100,0,0,0,0,0,80,2378600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonemaul Spirit - On Spawn - Run Script"), +(2378600,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,23,0,0,0,0,0,0,0,"Stonemaul Spirit - On Script - Say Line 0"), +(2378600,9,1,0,0,0,100,0,2000,2000,0,0,49,0,0,0,0,0,0,23,0,0,0,0,0,0,0,"Stonemaul Spirit - On Script - Start Attacking"); + +DELETE FROM `creature_text` WHERE `CreatureID`=23786; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(23786,0,0,"Me crush puny friend of dragons!",12,0,100,15,0,0,22416,0,"Stonemaul Spirit"), +(23786,0,1,"You leave Stonemaul lands now!",12,0,100,15,0,0,22417,0,"Stonemaul Spirit"), +(23786,0,2,"Why you wake ghost? Where other Stonemauls?!",12,0,100,15,0,0,22418,0,"Stonemaul Spirit"), +(23786,0,3,"Raaar!!! Me smash $r!",12,0,100,15,0,0,1925,0,"Stonemaul Spirit"), +(23786,0,4,"Me smash! You die!",12,0,100,15,0,0,1926,0,"Stonemaul Spirit"), +(23786,0,5,"I'll crush you!",12,0,100,15,0,0,1927,0,"Stonemaul Spirit"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_05_world_335.sql new file mode 100644 index 00000000000..7c445aecbc3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_05_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `npc_text` SET `em0_0`=20, `em0_1`=0 WHERE `id`=3094; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_06_world.sql new file mode 100644 index 00000000000..824ce98cc5b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_19_06_world.sql @@ -0,0 +1,5 @@ +-- +-- The Essence of Aku'Mai (6563) +UPDATE `quest_offer_reward` SET `RewardText`="Well done, $N. These are the crystals I spoke of. Intriguing...$B$BI can feel the power within them. The spirits of water cling to them. Whatever the naga were going to use these for... well, let us be glad they are no longer in their hands." WHERE `ID`= 6563; +-- King of the Foulweald (6621) +UPDATE `quest_offer_reward` SET `RewardText`="Good work, $N. Issuing that challenge to the Foulwealds and defeating their leader sends them a strong message:$B$BThe Horde is not to be trifled with.$B$BI don't believe that tribe will be giving us much trouble for a long time." WHERE `ID`= 6621; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_20_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_20_00_world_335.sql new file mode 100644 index 00000000000..7c1a1d28026 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_20_00_world_335.sql @@ -0,0 +1,144 @@ +-- Suntara Stones +UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN (8284,8338,8337); +UPDATE `creature_addon` SET `bytes1`= 0 WHERE `guid`= 6823; +UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (147516,147517); +UPDATE `gameobject` SET `spawntimesecs`=100 WHERE `id` IN (147516, 147517); +DELETE FROM `gameobject_addon` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `id`=175704); +DELETE FROM `gameobject` WHERE `id`=175704; + +DELETE FROM `smart_scripts` WHERE `entryorguid`IN (828400,828401,828402,828403,828404,828405, 833800, 14751700) AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (8337,8284,8338) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (147516,147517) 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 +(8284, 0, 0,1, 11, 0,100,0, 0, 0,0,0, 18, 768, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On Spawn - Add Unit Flag'), +(8284, 0, 1,0, 61, 0,100,0, 0, 0,0,0, 90, 7, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On Spawn - Add Bytes1 death State'), +(8284, 0, 2,3, 19, 0,100,0, 3367, 0,0,0, 53, 0,82840,0,0,30000,1, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On Quest Accept - Start WP movement'), +(8284, 0, 3,4, 61, 0,100,0, 0, 0,0,0, 19, 768, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On Quest Accept - Remove Unit Flag'), +(8284, 0, 4,5, 61, 0,100,0, 0, 0,0,0, 91, 7, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On Quest Accept - Remove Bytes1 Death State'), +(8284, 0, 5,6, 61, 0,100,0, 0, 0,0,0, 64, 1, 0,0, 0, 0,0, 7, 0,0,0,0,0,0,0, 'Dorius Stonetender - On Quest Accept - Store target'), +(8284, 0, 6,0, 61, 0,100,0, 0, 0,0,0, 2, 250, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On Quest Accept - Set faction'), +(8284, 0, 7,0, 40, 0,100,0, 17, 82840,0,0, 80,828400, 2,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On WP Reached - Start Action List'), +(8284, 0, 8,0, 40, 0,100,0, 25, 82840,0,0, 80,828401, 2,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On WP Reached - Start Action List'), +(8284, 0, 9,0, 40, 0,100,0, 33, 82840,0,0, 80,828402, 2,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On WP Reached - Start Action List'), +(8284, 0, 10,0, 40, 0,100,0, 37, 82840,0,0, 80,828403, 2,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On WP Reached - Start Action List'), +(8284, 0, 11,0, 40, 0,100,0, 50, 82840,0,0, 80,828404, 2,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On WP Reached - Start Action List'), +(8284, 0, 12,0, 38, 0,100,0, 1, 1,0,0, 80,828405, 2,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On data set - Start Action List'), +(8284, 0, 13,0, 40, 0,100,0, 15, 82840,0,0, 45,2, 2,0, 0, 0,0, 15, 147516,50,0,0,0,0,0, 'Dorius Stonetender - On WP Reached - Set data'), +(8284, 0, 14,0, 4, 0,50,0, 0, 0,0,0, 1,8, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - On aggro - Say text'), +-- first stop +(828400,9, 0,0, 0, 0,100,0, 0, 0,0,0, 1, 0, 0,0, 0, 0,0,12, 1,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say Line 0'), +(828400,9, 1,0, 0, 0,100,0, 0, 0,0,0, 54, 10000, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Pause WP (10 seconds)'), +(828400,9, 2,0, 0, 0,100,0, 500, 500,0,0, 90, 8, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Add Bytes1 Stand State (Kneel)'), +(828400,9, 3,0, 0, 0,100,0, 10000,10000,0,0, 91, 8, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Remove Bytes1 Stand State'), +-- second stop +(828401,9, 0,0, 0, 0,100,0, 0, 0,0,0, 54, 12000, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Pause WP (12 seconds)'), +(828401,9, 1,0, 0, 0,100,0, 500, 500,0,0, 90, 8, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Add Bytes1 Stand State (Kneel)'), +(828401,9, 2,0, 0, 0,100,0, 2000,2000,0,0, 91, 8, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Remove Bytes1 Stand State'), +(828401,9, 3,0, 0, 0,100,0, 0,0,0,0, 1, 1, 0,0, 0, 0,0,12, 1,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say Line 1'), +(828401,9, 4,0, 0, 0,100,0, 9000,9000,0,0, 1, 9, 0,0, 0, 0,0,12, 1,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say Line 9'), +-- third stop + spawns +(828402,9, 0,0, 0, 0,100,0, 0, 0,0,0, 1, 2, 0,0, 0, 0,0,12, 1,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say Line 2'), +(828402,9, 1,0, 0, 0,100,0, 0, 0,0,0, 54, 10000, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Pause WP (10 seconds)'), +(828402,9, 2,0, 0, 0,100,0, 500, 500,0,0, 90, 8, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Add Bytes1 Stand State (Kneel)'), +(828402,9, 3,0, 0, 0,100,0, 9000,9000,0,0, 91, 8, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Remove Bytes1 Stand State'), +(828402,9, 4,0, 0, 0,100,0, 0, 0,0,0, 45, 2, 2,0, 0, 0,0, 15, 147517,50,0,0,0,0,0, 'Dorius Stonetender - Action List - Set data'), +-- start run +(828403,9, 0,0, 0, 0,100,0, 0, 0,0,0, 1, 3, 0,0, 0, 0,0,12, 1,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say Line 3'), +(828403,9, 1,0, 0, 0,100,0, 0, 0,0,0, 54, 3000, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Pause WP (3 seconds)'), +(828403,9, 2,0, 0, 0,100,0, 0, 0,0,0, 59, 1, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Set Run On'), +-- start finale event +(828404,9, 0,0, 0, 0,100,0, 0, 0,0,0, 54, 30000, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Pause WP (30000 seconds)'), +(828404,9, 1,0, 0, 0,100,0, 0, 0,0,0, 1,4, 0,0, 0, 0,0, 12, 1,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say text'), +(828404,9, 2,0, 0, 0,100,0, 0, 0,0,0, 12, 8338, 8,0, 1, 0,0, 8, 0,0,0,-6370.26,-1974.93,256.79,3.55, 'Dorius Stonetender - Action List - Summon Dark Iron Marksman'), +-- end finale event +(828405,9, 0,0, 0, 0,100,0, 0, 0,0,0, 1, 5, 0,0, 0, 0,0,1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say Line 5'), +(828405,9, 1,0, 0, 0,100,0, 0, 0,0,0, 11, 12218, 2,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Cast Spell Man Down!'), +(828405,9, 2,0, 0, 0,100,0, 0, 0,0,0, 90, 7, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Add Bytes1 Death State'), +(828405,9, 3,0, 0, 0,100,0, 0, 0,0,0, 50, 175704, 60,1, 0, 0,0, 8, 0,0,0,-6386.8901, -1984.05, 246.7299,0, 'Dorius Stonetender - Action List - Summon '), +(828405,9, 4,0, 0, 0,100,0, 0, 0,0,0, 15, 3367, 0,0, 0, 0,0,12, 1,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Quest explored'), +(828405,9, 5,0, 0, 0,100,0, 2000, 2000,0,0, 1, 6, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say Line 6'), +(828405,9, 6,0, 0, 0,100,0, 1000, 1000,0,0, 1, 7, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Say Line 7'), +(828405,9, 7,0, 0, 0,100,0, 0, 0,0,0, 37, 0, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dorius Stonetender - Action List - Die'), +-- Dark Iron Marksman +(8338, 0, 0,0, 54, 0,100,0, 0, 0,0,0, 80,833800, 2,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron Marksman - On just summoned - Call Action List'), +(833800,9, 0,0, 0, 0,100,0, 1500, 1500,0,0, 1, 0, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron Marksman - Action List - Say Line 0'), +(833800,9, 1,0, 0, 0,100,0, 0, 0,0,0, 11, 12198, 0,0, 0, 0,0,19,8284,50,0,0,0,0,0, 'Dark Iron Marksman - Action List - Cast Marksman Hit'), +(833800,9, 2,0, 0, 0,100,0, 2000, 2000,0,0, 45, 1, 1,0, 0, 0,0,19,8284,50,0,0,0,0,0, 'Dark Iron Marksman - Action List - set data Marksman Hit'), +(833800,9, 3,0, 0, 0,100,0, 1000, 1000,0,0, 41, 0, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron Marksman - Action List - Despawn'), +(8337, 0, 0,0, 63, 0,100,0, 0, 0,0,0, 49,0, 0,0, 0, 0,0, 19, 8284,70,0,0,0,0,0, 'Dark Iron Steelshifter - On just Created - Start attack'), +(8337, 0, 1,0, 4, 0,50,0, 0, 0,0,0, 1, 0, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron Steelshifter - On aggro - Say Line 0'), +(147516, 1, 0,0, 38, 0,100,0, 2, 2,0,0, 80,14751700, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron - On data set - action list'), +(147517, 1, 0,0, 38, 0,100,0, 2, 2,0,0, 80,14751700, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron - On data set - action list'), +(14751700,9, 0,0, 0, 0,100,0, 0, 0,0,0, 118, 2, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron - Action List - set gob state'), +(14751700,9, 1,0, 0, 0,100,0, 0, 0,0,0, 11, 12168, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron - Action List - cast'), +(14751700,9, 2,0, 0, 0,100,0, 1000, 1000,0,0, 41, 0, 0,0, 0, 0,0, 1, 0,0,0,0,0,0,0, 'Dark Iron - Action List - Despawn'); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (8284,8337,8338); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8284,0,0,"Stop... need to catch.... my breath.",12,0,100,0,0,0,4345,0,"Dorius Stonetender"), +(8284,1,0,"This is the place, $r: The Cauldron! Mark it on a map or do something so that you don''t forget. If anything ever happened to me, my team would be stuck in that mine forever.",12,0,100,25,0,0,4354,0,"Dorius Stonetender"), +(8284,2,0,"I''ve got to quit smoking! Give me a minute to catch my breath.",12,0,100,0,0,0,4356,0,"Dorius Stonetender"), +(8284,3,0,"We''re almost to safety. From here, we run. Try not to get too far behind! GO!",12,0,100,0,0,0,4357,0,"Dorius Stonetender"), +(8284,4,0,"The gate is in sight! We''re going to make it! But first, I need to take a breather.",12,0,100,0,0,0,4363,0,"Dorius Stonetender"), +(8284,5,0,"ARRRRRGH! He got me!",12,0,100,0,0,0,4359,0,"Dorius Stonetender"), +(8284,6,0,"%s points to the parchment on the ground.",16,0,100,0,0,0,5944,0,"Dorius Stonetender"), +(8284,7,0,"%s disappears in a cloud of dust.",16,0,100,0,0,0,4362,0,"Dorius Stonetender"), +(8284,8,0,"Are you going to let an injured dwarf do all the work for you?",12,0,100,0,0,0,4352,0,"Dorius Stonetender"), +(8284,8,1,"It's on! $n, meet my fists. Fists, say hello to $n.",12,0,100,0,0,0,4353,0,"Dorius Stonetender"), +(8284,9,0,"Onward! And be on guard this time! I'm not going to carry anymore fights.",12,0,100,0,0,0,4355,0,"Dorius Stonetender"), +(8337,0,0,"The secrets of Suntara will not leave these lands.", 14,0,100,0,0,0,4346,0,"Summon Dark Iron Steelshifter"), +(8338,0,0,"He''s mine...",14,0,100,0,0,0,4358,0,"Dark Iron Marksman"); + +DELETE FROM `waypoints` WHERE `entry`=82840; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`) VALUES +(82840, 1, -7005.02, -1742.09, 234.09), +(82840, 2, -7007.01, -1730.48, 234.09), +(82840, 3, -7004.89, -1726.50, 234.25), +(82840, 4, -7000.51, -1727.69, 235.47), +(82840, 5, -6989.39, -1737.25, 240.65), +(82840, 6, -6976.65, -1737.33, 241.83), +(82840, 7, -6954.92, -1742.04, 241.66), +(82840, 8, -6933.73, -1730.35, 241.70), +(82840, 9, -6931.64, -1719.75, 242.27), +(82840, 10, -6909.71, -1714.02, 241.26), +(82840, 11, -6898.56, -1723.56, 243.11), +(82840, 12, -6883.09, -1728.15, 241.00), +(82840, 13, -6879.24, -1737.66, 242.25), +(82840, 14, -6875.63, -1738.84, 244.00), +(82840, 15, -6868.03, -1745.78, 248.92), +(82840, 16, -6865.56, -1747.40, 250.42), +(82840, 17, -6857.70, -1748.29, 251.52), -- first stop +(82840, 18, -6853.29, -1745.18, 251.52), +(82840, 19, -6861.59, -1732.91, 251.66), +(82840, 20, -6860.00, -1723.85, 252.05), +(82840, 21, -6857.88, -1715.04, 251.52), +(82840, 22, -6850.99, -1698.89, 250.48), +(82840, 23, -6830.43, -1675.30, 251.52), +(82840, 24, -6818.79, -1674.68, 251.31), +(82840, 25, -6814.35, -1671.13, 250.31), -- second stop +(82840, 26, -6809.37, -1680.91, 250.10), +(82840, 27, -6801.58, -1695.83, 258.82), +(82840, 28, -6790.76, -1703.73, 259.55), +(82840, 29, -6781.22, -1715.15, 259.55), +(82840, 30, -6778.56, -1727.06, 259.55), +(82840, 31, -6777.09, -1744.06, 259.54), +(82840, 32, -6775.59, -1761.05, 257.50), +(82840, 33, -6777.40, -1780.64, 256.85), -- next break +(82840, 34, -6776.03, -1781.77, 256.85), +(82840, 35, -6728.56, -1814.42, 253.44), +(82840, 36, -6700.18, -1814.54, 250.46), +(82840, 37, -6677.81, -1821.25, 250.28), -- start run +(82840, 38, -6640.54, -1884.70, 244.27), +(82840, 39, -6612.79, -1916.98, 244.15), +(82840, 40, -6569.94, -1922.81, 244.16), +(82840, 41, -6540.13, -1938.87, 244.15), +(82840, 42, -6520.90, -1946.45, 244.15), +(82840, 43, -6504.90, -1955.36, 244.15), +(82840, 44, -6483.21, -1965.20, 244.24), +(82840, 45, -6471.10, -1968.55, 244.27), +(82840, 46, -6451.37, -1976.94, 244.45), +(82840, 47, -6405.94, -1974.30, 248.94), +(82840, 48, -6395.49, -1977.74, 247.89), +(82840, 49, -6389.20, -1978.71, 247.48), +(82840, 50, -6388.39, -1983.85, 246.72), +(82840, 51, -6388.39, -1983.85, 246.72); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_00_world_335.sql new file mode 100644 index 00000000000..b1cea1374e1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_00_world_335.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature` SET `position_x`=3294.252, `position_y`=-3087.255, `position_z`=158.25 WHERE `guid`=84786; +UPDATE `creature` SET `position_x`=3275.445, `position_y`=-3128.624, `position_z`=156.78 WHERE `guid`=86295; +UPDATE `creature` SET `position_x`=3233.312, `position_y`=-3156.763, `position_z`=151.23 WHERE `guid`=69692; +UPDATE `creature` SET `position_x`=3285.249, `position_y`=-3139.968, `position_z`=153.65 WHERE `guid`=91830; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_01_world.sql new file mode 100644 index 00000000000..824f2e74aed --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_01_world.sql @@ -0,0 +1,5 @@ +-- +SET @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET := 262144; +DELETE FROM `spell_custom_attr` WHERE `entry`=66717; +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(66717, @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_02_world.sql new file mode 100644 index 00000000000..0e234300c04 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=43115; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 43115, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, "", "Plague Vial could be casted only if the player is in taxi"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_03_world.sql new file mode 100644 index 00000000000..b071ed7b352 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_03_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature` SET `position_x`=-327.646, `position_y`=-127.406, `position_z`=-8.013, `orientation`=1.941862 WHERE `guid`=12607; +DELETE FROM `creature` WHERE `guid` IN (12605,12606); +DELETE FROM `creature_addon` WHERE `guid` IN (12605,12606); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_04_world.sql new file mode 100644 index 00000000000..371df0cb0c7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_04_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id` IN (27401,27403); +DELETE FROM `creature_template_addon` WHERE `entry`=27401; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (27401,0,0,0,1,233 , ''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_05_world_335.sql new file mode 100644 index 00000000000..fce494572ce --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_05_world_335.sql @@ -0,0 +1,18 @@ +-- Stonemaul Spirit +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=23786; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23786 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2378600 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 +(23786,0,0,0,11,0,100,0,0,0,0,0,80,2378600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonemaul Spirit - On Spawn - Run Script"), +(23786,0,1,0,4,0,15,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonemaul Spirit - On Aggro - Say Line 1"), +(2378600,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stonemaul Spirit - On Script - Say Line 0"), +(2378600,9,1,0,0,0,100,0,2000,2000,0,0,49,0,0,0,0,0,0,23,0,0,0,0,0,0,0,"Stonemaul Spirit - On Script - Start Attacking"); + +DELETE FROM `creature_text` WHERE `CreatureID`=23786; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(23786,0,0,"Me crush puny friend of dragons!",12,0,100,15,0,0,22416,0,"Stonemaul Spirit"), +(23786,0,1,"You leave Stonemaul lands now!",12,0,100,15,0,0,22417,0,"Stonemaul Spirit"), +(23786,0,2,"Why you wake ghost? Where other Stonemauls?!",12,0,100,15,0,0,22418,0,"Stonemaul Spirit"), +(23786,1,0,"Raaar!!! Me smash $r!",12,0,100,0,0,0,1925,0,"Stonemaul Spirit"), +(23786,1,1,"Me smash! You die!",12,0,100,0,0,0,1926,0,"Stonemaul Spirit"), +(23786,1,2,"I'll crush you!",12,0,100,0,0,0,1927,0,"Stonemaul Spirit"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_06_world_335.sql new file mode 100644 index 00000000000..7807201139b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_06_world_335.sql @@ -0,0 +1,60 @@ +-- Professor Phizzlethorpe +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=2768; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2768 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (276800,276801,276802,276803) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2768,0,0,1,19,0,100,0,665,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Quest 'Sunken Treasure' Taken - Store Targetlist"), +(2768,0,1,2,61,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Quest 'Sunken Treasure' Taken - Remove Npc Flag Questgiver"), +(2768,0,2,3,61,0,100,0,0,0,0,0,0,80,276800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Quest 'Sunken Treasure' Taken - Run Script"), +(2768,0,3,0,61,0,100,0,0,0,0,0,0,2,113,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Quest 'Sunken Treasure' Taken - Set Faction 113"), +(2768,0,4,0,6,0,100,0,0,0,0,0,0,6,665,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Just Died - Fail Quest 'Sunken Treasure'"), +(2768,0,5,0,4,0,100,0,0,0,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Aggro - Say Line 4"), +(2768,0,6,0,40,0,100,0,5,276800,0,0,0,80,276801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Waypoint 5 Reached - Run Script"), +(2768,0,7,0,40,0,100,0,8,276800,0,0,0,80,276802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Waypoint 8 Reached - Run Script"), +(2768,0,8,0,40,0,100,0,8,276801,0,0,0,80,276803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Waypoint 8 Reached - Run Script"), +(276800,9,0,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 0"), +(276800,9,1,0,0,0,100,0,4000,4000,0,0,0,53,0,276800,0,0,0,2,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Start Waypoint"), +(276801,9,0,0,0,0,100,0,0,0,0,0,0,54,7000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Pause Waypoint"), +(276801,9,1,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 1"), +(276801,9,2,0,0,0,100,0,7000,7000,0,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 2"), +(276802,9,0,0,0,0,100,0,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 3"), +(276802,9,1,0,0,0,100,0,10000,10000,0,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Summon Group"), +(276802,9,2,0,0,0,100,0,15000,15000,0,0,0,1,5,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 5"), +(276802,9,3,0,0,0,100,0,10000,10000,0,0,0,1,6,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 6"), +(276802,9,4,0,0,0,100,0,3000,3000,0,0,0,53,0,276801,0,0,0,2,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Start Waypoint"), +(276803,9,0,0,0,0,100,0,0,0,0,0,0,1,7,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 7"), +(276803,9,1,0,0,0,100,0,5000,5000,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 8"), +(276803,9,2,0,0,0,100,0,0,0,0,0,0,1,9,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Say Line 9"), +(276803,9,3,0,0,0,100,0,0,0,0,0,0,15,665,0,0,0,0,0,12,1,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Complete Quest 'Sunken Treasure'"), +(276803,9,4,0,0,0,100,0,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Add Npc Flag Questgiver"), +(276803,9,5,0,0,0,100,0,0,0,0,0,0,2,35,0,0,0,0,0,1,0,0,0,0,0,0,0,"Professor Phizzlethorpe - On Script - Set Faction 35"); + +DELETE FROM `creature_summon_groups` WHERE `summonerId`=2768; +INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES +(2768,0,1,2776,-2056.19,-2143.23,20.4528,5.61003,5,3000), +(2768,0,1,2776,-2052.2,-2139.68,19.6804,5.31158,5,3000); + +DELETE FROM `script_waypoint` WHERE `entry`=2768; +DELETE FROM `waypoints` WHERE `entry` IN (276800, 276801); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(276800,1,-2077.73,-2091.17,9.49,""), +(276800,2,-2077.99,-2105.33,13.24,""), +(276800,3,-2074.6,-2109.67,14.24,""), +(276800,4,-2076.6,-2117.46,16.67,""), +(276800,5,-2073.51,-2123.46,18.42,""), +(276800,6,-2066.6,-2131.85,21.56,""), +(276800,7,-2053.85,-2143.19,20.31,""), +(276800,8,-2043.49,-2153.73,20.2,""), +(276801,1,-2053.85,-2143.19,20.31,""), +(276801,2,-2063.52,-2131.57,21.22,""), +(276801,3,-2073.51,-2123.46,18.42,""), +(276801,4,-2076.6,-2117.46,16.67,""), +(276801,5,-2074.6,-2109.67,14.24,""), +(276801,6,-2077.99,-2105.33,13.24,""), +(276801,7,-2077.73,-2091.17,9.49,""), +(276801,8,-2066.41,-2086.21,8.97,""); + +-- Vengeful Surge +DELETE FROM `smart_scripts` WHERE `entryorguid`=2776 AND `source_type`=0 AND `id`=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`,`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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2776,0,1,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,19,2768,0,0,0,0,0,0,"Vengeful Surge - Just Summoned - Start Attacking"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_07_world_335.sql new file mode 100644 index 00000000000..803b4220481 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_07_world_335.sql @@ -0,0 +1,83 @@ +-- Add some missing gameobjects +DELETE FROM `gameobject` WHERE `guid` IN (5111,5117,5122,5126,5131,5140,5144,5155,5160,5165,5171,5210,5217,5224,5230,5232,5234,5255,5315,5332,5334,5339,5341,5345,5349,5350,5357,5367,5373,5395,5397,5402); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(5111,21148,0,0,0,1,1,-9072.17,837.258,109.424,0.299373,-0,-0,-0.149128,-0.988818,-120,255,1,"",0), +(5117,21148,0,0,0,1,1,-9072.82,829.589,109.478,5.99743,-0,-0,-0.14239,0.989811,-120,255,1,"",0), +(5122,21148,0,0,0,1,1,-9059.47,838.004,110.215,0.377914,-0,-0,-0.187835,-0.982201,-120,255,1,"",0), +(5126,21148,0,0,0,1,1,-9059.77,838.776,110.215,0.381841,-0,-0,-0.189763,-0.98183,-120,255,1,"",0), +(5131,21148,0,0,0,1,1,-9085.29,832.499,109.61,3.58633,-0,-0,-0.975378,0.220539,-120,255,1,"",0), +(5140,21148,0,0,0,1,1,-9085.65,833.289,109.61,3.53135,-0,-0,-0.981071,0.193647,-120,255,1,"",0), +(5144,21148,0,0,0,1,1,-9081.83,823.735,109.61,3.4803,-0,-0,-0.985694,0.168543,-120,255,1,"",0), +(5155,21148,0,0,0,1,1,-9081.1,828.544,109.432,1.763,-0,-0,-0.771693,-0.635995,-120,255,1,"",0), +(5160,21148,0,0,0,1,1,-9082.12,830.655,109.429,5.3287,-0,-0,-0.459332,0.888265,-120,255,1,"",0), +(5165,21148,0,0,0,1,1,-9069.05,828.82,109.428,1.8533,-0,-0,-0.799613,-0.600515,-120,255,1,"",0), +(5171,21148,0,0,0,1,1,-9075.97,820.033,109.55,4.11132,-0,-0,-0.884738,0.466088,-120,255,1,"",0), +(5210,21148,0,0,0,1,1,-9070.79,828.253,109.431,0.334503,-0,-0,-0.166473,-0.986046,-120,255,1,"",0), +(5217,21148,0,0,0,1,1,-9075.04,838.185,109.463,5.08008,-0,-0,-0.565921,0.824459,-120,255,1,"",0), +(5224,21148,0,0,0,1,1,-9076.71,818.742,109.55,0.407534,-0,-0,-0.20236,-0.979311,-120,255,1,"",0), +(5230,21148,0,0,0,1,1,-9079.45,828.87,109.436,3.40383,-0,-0,-0.991416,0.130743,-120,255,1,"",0), +(5232,21148,0,0,0,1,1,-9073.03,838.268,109.432,0.345678,-0,-0,-0.17198,-0.985101,-120,255,1,"",0), +(5234,21148,0,0,0,1,1,-9085.74,814.883,116.796,3.49512,-0,-0,-0.984418,0.175845,-120,255,1,"",0), +(5255,21148,0,0,0,1,1,-9087.04,830.81,116.825,5.06286,-0,-0,-0.57-1201,0.819555,-120,255,1,"",0), +(5315,21148,0,0,0,1,1,-9094.68,836.463,116.795,1.10446,-0,-0,-0.524585,-0.851358,-120,255,1,"",0), +(5332,21148,0,0,0,1,1,-9084.5,824.882,116.825,5.65584,-0,-0,-0.308554,0.951207,-120,255,1,"",0), +(5334,21147,0,0,0,1,1,-9081.3,822.651,109.61,3.55732,-0,-0,-0.978474,0.206371,-120,255,1,"",0), +(5339,21147,0,0,0,1,1,-9072.24,828.632,109.453,0.376773,-0,-0,-0.187274,-0.982308,-120,255,1,"",0), +(5341,21147,0,0,0,1,1,-9083.98,828.135,109.61,3.50271,-0,-0,-0.983743,0.17958,-120,255,1,"",0), +(5345,21146,0,0,0,1,1,-9075.14,836.495,109.436,1.95635,-0,-0,-0.82948,-0.558537,-120,255,1,"",0), +(5349,21146,0,0,0,1,1,-9069.89,830.264,109.432,0.954968,-0,-0,-0.459546,-0.888154,-120,255,1,"",0), +(5350,21146,0,0,0,1,1,-9079.88,818.003,109.61,5.10492,-0,-0,-0.555639,0.831424,-120,255,1,"",0), +(5357,21146,0,0,0,1,1,-9080.54,819.582,109.61,5.10492,-0,-0,-0.555639,0.831424,-120,255,1,"",0), +(5367,21146,0,0,0,1,1,-9058.49,837.482,110.219,1.94478,-0,-0,-0.826236,-0.563325,-120,255,1,"",0), +(5373,21146,0,0,0,1,1,-9081.2,821.143,109.61,5.1167,-0,-0,-0.550732,0.834682,-120,255,1,"",0), +(5395,21145,0,0,0,1,1,-9083.11,825.766,109.61,3.52235,-0,-0,-0.981933,0.189231,-120,255,1,"",0), +(5397,21145,0,0,0,1,1,-9084.98,830.42,109.61,0.354403,-0,-0,-0.176275,-0.984341,-120,255,1,"",0), +(5402,21145,0,0,0,1,1,-9059.28,840.347,110.239,5.05895,-0,-0,-0.574602,0.818433,-120,255,1,"",0); + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (1141,3628,1311); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1141,0,0,"All hail $n, a $c of worth!",12,7,100,22,0,0,1718,0,"Angus Stern"), +(1141,1,0,"Behold! The Blue Recluse holds a feast in $g his:her; honor!",12,7,100,25,0,0,1719,0,"Angus Stern"), +(3628,0,0,"Here here!",12,7,100,5,0,0,1735,0,"Steven Lohan"), +(1311,0,0,"Hooray, $n!",12,7,100,4,0,0,1733,0,"Joachim Brenlow"), +(1311,0,1,"Long live $n!",12,7,100,4,0,0,1736,0,"Joachim Brenlow"); + +-- Angus Stern +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1141; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1141 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=114100 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 +(1141,0,0,0,20,0,100,0,1271,0,0,0,80,114100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Angus Stern - On Quest 'Feast at the Blue Recluse' Finished - Run Script"), +(1141,0,1,0,20,0,100,0,1271,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Angus Stern - On Quest 'Feast at the Blue Recluse' Finished - Store Target"), +(114100,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,"Angus Stern - On Script - Remove Npc Flag Questgiver"), +(114100,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Angus Stern - On Script - Say Line 0"), +(114100,9,2,0,0,0,100,0,0,0,0,0,70,120,0,0,0,0,0,15,0,100,0,0,0,0,0,"Angus Stern - On Script - Respawn All Gameobjects"), +(114100,9,3,0,0,0,100,0,5000,5000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.02834,"Angus Stern - On Script - Set Orientation"), +(114100,9,4,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Angus Stern - On Script - Say Line 1"), +(114100,9,5,0,0,0,100,0,6000,6000,0,0,100,1,0,0,0,0,0,19,3628,0,0,0,0,0,0,"Angus Stern - On Script - Send Target to Steven Lohan"), +(114100,9,6,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,19,3628,0,0,0,0,0,0,"Angus Stern - On Script - Set Data to Steven Lohan"), +(114100,9,7,0,0,0,100,0,4000,4000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Angus Stern - On Script - Add Npc Flag Questgiver"), +(114100,9,8,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.558505,"Angus Stern - On Script - Set Orientation"); + +-- Steven Lohan +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3628; +DELETE FROM `smart_scripts` WHERE `entryorguid`=3628 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=362800 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 +(3628,0,0,0,38,0,100,0,1,1,0,0,80,362800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Steven Lohan - On Data Set - Run Script"), +(362800,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Steven Lohan - On Script - Say Line 0"), +(362800,9,1,0,0,0,100,0,2000,2000,0,0,100,1,0,0,0,0,0,19,1311,0,0,0,0,0,0,"Steven Lohan - On Script - Send Target to Steven Lohan"), +(362800,9,2,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,19,1311,0,0,0,0,0,0,"Steven Lohan - On Script - Set Data to Joachim Brenlow"); + +-- Joachim Brenlow +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=1311; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1311 AND `source_type`=0; +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 +(1311,0,0,0,38,0,100,0,1,1,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Joachim Brenlow - On Data Set - Say Line 0"); + +-- Fix looting +UPDATE `gameobject_loot_template` SET `LootMode`=1 WHERE `Entry` IN (3458,3459,3460,3461); + +-- Add quest emotes +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1271; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_08_world_335.sql new file mode 100644 index 00000000000..45ea25593de --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_08_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID` IN (3680); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_09_world_335.sql new file mode 100644 index 00000000000..503f7507239 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_09_world_335.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_template_locale` SET `Title`='' WHERE `entry`=23863; +UPDATE `creature_template_locale` SET `Name`='Zul\'jin' WHERE `entry`=23863 AND `locale` IN ('deDE','esES','esMX','frFR'); +UPDATE `creature_template_locale` SET `Name`='줄진' WHERE `entry`=23863 AND `locale` IN ('koKR'); +UPDATE `creature_template_locale` SET `Name`='Зул\'джин' WHERE `entry`=23863 AND `locale` IN ('ruRU'); +UPDATE `creature_template_locale` SET `Name`='祖尔金' WHERE `entry`=23863 AND `locale` IN ('zhCN'); +UPDATE `creature_template_locale` SET `Name`='祖爾金' WHERE `entry`=23863 AND `locale` IN ('zhTW'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_10_world_335.sql new file mode 100644 index 00000000000..92586c49e73 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_10_world_335.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (5404,5419,5427,5429,5431,5433,5443,5446,5448); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(5404, 180867, 1, 0, 0, 1, 1, 7603.94, -2211.17, 471.606, 3.78647, 0, 0, 0.948466, -0.316878, 25, 100, 1, "", 0), +(5419, 180867, 1, 0, 0, 1, 1, 7575.26, -2238.68, 469.858, 1.03679, 0, 0, 0.495486, 0.868616, 25, 100, 1, "", 0), +(5427, 180867, 1, 0, 0, 1, 1, 7595.67, -2246.32, 466.965, 1.30382, 0, 0, 0.606707, 0.794925, 25, 100, 1, "", 0), +(5429, 180867, 1, 0, 0, 1, 1, 7610.97, -2228.92, 468.71, 2.96651, 0, 0, 0.996171, 0.0874282, 25, 100, 1, "", 0), +(5431, 180867, 1, 0, 0, 1, 1, 7570.31, -2220.8, 473.445, 0.357419, 0, 0, 0.17776, 0.984074, 25, 100, 1, "", 0), +(5433, 180867, 1, 0, 0, 1, 1, 7585.47, -2205.31, 475.281, 4.91744, 0, 0, 0.631024, -0.775763, 25, 100, 1, "", 0), +(5443, 180867, 530, 0, 0, 1, 1, -1804.27, 5492.68, -12.4278, 5.1019, 0, 0, 0.631024, -0.775763, 25, 100, 1, "", 0), +(5446, 180867, 530, 0, 0, 1, 1, -1778.08, 5439.71, -12.4276, 1.53108, 0, 0, 0.631024, -0.775763, 25, 100, 1, "", 0), +(5448, 186425, 1, 0, 0, 1, 1, -2967.03, -3872.18, 33.0928, 2.24779, 0, 0, -0.90179, -0.432175, -20, 255, 1, "", 0); + +DELETE FROM `game_event_gameobject` WHERE `eventEntry`=7 AND `guid` IN (5404,5419,5427,5429,5431,5433,5443,5446); +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(7,5404),(7,5419),(7,5427),(7,5429),(7,5431),(7,5433),(7,5443),(7,5446); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_11_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_11_world.sql new file mode 100644 index 00000000000..2c14012dc11 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_22_11_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=0 WHERE `action_type` IN (38,39); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_00_world.sql new file mode 100644 index 00000000000..fb8b6725c4e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_template_addon` WHERE `entry` IN(23069,23336); +UPDATE `creature_template` SET `AIName`='', `ScriptName`='npc_illidan_generic_fire' WHERE `entry` IN (23069,23259,23336); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23259,23069,23336) AND `source_type`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_01_world.sql new file mode 100644 index 00000000000..09193cc9030 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_01_world.sql @@ -0,0 +1,45 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=64799; -- Lightning Tether +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,1,64799,0,0,31,0,3,33293,0,0,0,0,'','Effect_0 hits XT002'); + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_xt002_exposed_heart', +'spell_xt002_energy_orb'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(63849,'spell_xt002_exposed_heart'), +(62826,'spell_xt002_energy_orb'); + +DELETE FROM `spell_proc` WHERE `SpellId`=63849; -- Disable spell proc to effect_1 +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(63849,0,0,0,0,0,0,0,0,0,32,0,0,0,0); + +UPDATE `creature` SET `MovementType`=0, `Spawndist`=0 WHERE `id`=33337; -- XT-Toy Pile + +UPDATE `creature_template` SET `speed_walk`=1.2, `speed_run`=0.428571, `ScriptName`='npc_scrapbot' WHERE `entry`=33343; +UPDATE `creature_template` SET `speed_walk`=1.2, `speed_run`=0.428571 WHERE `entry`=33887; -- Scrapbot +UPDATE `creature_template` SET `speed_walk`=1.2, `speed_run`=0.428571, `modelid2`=0, `modelid3`=0 WHERE `entry` IN (33346,33886); -- Boombot +UPDATE `creature_template` SET `BaseAttackTime`=2000 WHERE `entry` IN (33293,33885); -- XT-002 Deconstructor (hi ariel, I stole from you xD) +UPDATE `creature_template` SET `mechanic_immune_mask`=617299839 WHERE `entry` IN (33329,33885); -- Heart mechanical immunities xD + +DELETE FROM `waypoint_scripts` WHERE `id` IN(2,5); +INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES +(2,0,1,468,1,0,0,0,0,0,1360540), +(2,11,1,0,1,0,0,0,0,0,1360541), +(5,0,1,10,1,0,0,0,0,0,1360542), +(5,30,1,0,1,0,0,0,0,0,1360543); + +DELETE FROM `waypoint_data` WHERE `id`=1360540; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(1360540, 1, 862.5053, 7.207682, 409.8612, 0, 0, 0, 0, 100, 0), +(1360540, 2, 863.4635, 25.65489, 409.8612, 0, 0, 0, 0, 100, 0), +(1360540, 3, 872.6903, 39.44819, 409.8355, 0, 11000, 0, 2, 100, 0), -- emote 468 11s +(1360540, 4, 869.8901, 32.82189, 409.8509, 0, 0, 0, 0, 100, 0), +(1360540, 5, 854.8365, 9.631022, 409.8612, 0, 0, 0, 0, 100, 0), +(1360540, 6, 855.48, -19.90913, 409.8787, 0, 0, 0, 0, 100, 0), +(1360540, 7, 852.1145, -44.87088, 409.8869, 0, 0, 0, 0, 100, 0), +(1360540, 8, 864.5853, -62.56917, 409.6369, 0, 0, 0, 0, 100, 0), +(1360540, 9, 876.4196, -77.23026, 409.9155, 0, 11000, 0, 2, 100, 0), -- emote 468 11s +(1360540, 10, 878.3914, -79.4183, 409.9155, 0, 0, 0, 0, 100, 0), +(1360540, 11, 870.9197, -65.75331, 409.9155, 0, 0, 0, 0, 100, 0), +(1360540, 12, 880.2524, -33.8488, 409.9155, 0, 0, 0, 0, 100, 0), +(1360540, 13, 883.6281, -12.63596, 409.799, 3.159046, 30000, 0, 5, 100, 0); -- emote 10 30s diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_02_world_335.sql new file mode 100644 index 00000000000..b72239540dd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `event_scripts` SET `datalong`=5448 WHERE `id`=15452; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_03_world.sql new file mode 100644 index 00000000000..a110f9b57fb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_03_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|617299839 WHERE `entry`=33995; +UPDATE `gameobject` SET `rotation2`=-0.571201 WHERE `guid`= 5255 AND `id`= 21148; +DELETE FROM `linked_respawn` WHERE `guid` IN (12605,12606) AND `linkedGuid`=12597; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_04_world_335.sql new file mode 100644 index 00000000000..cb962127d11 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_04_world_335.sql @@ -0,0 +1,8 @@ +-- +-- Theramore Practicing Guard +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4951; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (4951) AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4951,0,0,0,25,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,19,4952,0,0,0,0,0,0,"Theramore Practicing Guard - On Reset - Start Attacking"); +-- Theramore Combat Dummy +UPDATE `creature_template` SET `ScriptName`="npc_training_dummy" WHERE `entry`=4952; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_05_world_335.sql new file mode 100644 index 00000000000..59a29c1485e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_05_world_335.sql @@ -0,0 +1,292 @@ +-- +-- Quest "Deadmire" +DELETE FROM `quest_details` WHERE `ID`=1205; +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1205; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1205; + +-- Quest "The Brood of Onyxia" +DELETE FROM `quest_details` WHERE `ID`=1171; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1171,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote2`=0, `Emote3`=0 WHERE `ID`=1170; + +-- Quest "The Theramore Docks" +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=1202; + +-- Quest "This Old Lighthouse" +DELETE FROM `quest_details` WHERE `ID`=11191; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11191,1,1,0,0,0,0,0,0,0); + +-- Quest "Challenge Overlord Mok'Morokk" +DELETE FROM `quest_details` WHERE `ID`=1173; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1173,11,15,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1173; + +-- Quest "The Witch's Bane" +DELETE FROM `quest_details` WHERE `ID`=11181; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11181,1,1,0,0,0,0,0,0,0); + +-- Quest "Cleansing Witch Hill" +DELETE FROM `quest_details` WHERE `ID`=11183; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11183,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5, `Emote3`=1 WHERE `ID`=11183; + +-- Quest "The Lost Report" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1238; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1238; + +-- Quest "The Severed Head" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1239; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1239; + +-- Quest "The Troll Witchdoctor" +DELETE FROM `quest_details` WHERE `ID`=1240; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1240,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1240; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1240; + +-- Quest "Marg Speaks" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1261; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=66 WHERE `ID`=1261; + +-- Quest "Report to Zor" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1262; + +-- Quest "Service to the Horde" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=7541; + +-- Quest "Marsh Frog Legs" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=1218; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1218; + +-- Quest "Jarl Needs Eyes" +DELETE FROM `quest_details` WHERE `ID`=1206; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1206,1,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1206; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=3 WHERE `ID`=1206; + +-- Quest "Jarl Needs a Blade" +DELETE FROM `quest_details` WHERE `ID`=1203; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1203,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1203; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=36, `Emote3`=4 WHERE `ID`=1203; + +-- Quest "Secure the Cargo!" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11207; + +-- Quest "Delivery for Drazzit" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11208; + +-- Quest "Catch a Dragon by the Tail" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11217; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=0 WHERE `ID`=11217; + +-- Banner of the Stonemaul +UPDATE `quest_details` SET `Emote3`=1 WHERE `ID` IN (11158,11160,11159,11162,11201,11203); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=15, `EmoteOnComplete`=15 WHERE `ID`=11162; +UPDATE `quest_offer_reward` SET `Emote2`=0 WHERE `ID`=11160; + +-- Quest "Return to Krog" +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=11204; + +-- Quest "The Grimtotem Plot" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11201; +UPDATE `quest_offer_reward` SET `EmoteDelay1`=1500 WHERE `ID`=11201; + +-- Quest "More than Coincidence" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11200; +UPDATE `quest_offer_reward` SET `Emote2`=0, `EmoteDelay1`=2000 WHERE `ID`=11200; + +-- Quest "Seek Out Tabetha" +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=11203; + +-- Quest "Raze Direhorn Post!" +UPDATE `quest_details` SET `Emote2`=5 WHERE `ID`=11205; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11205; + +-- Quest "Justice Dispensed" +UPDATE `quest_offer_reward` SET `Emote3`=66, `EmoteDelay1`=2000 WHERE `ID`=11206; + +-- Quest "Thresher Oil" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11192; + +-- Quest "They Call Him Smiling Jim" +DELETE FROM `quest_details` WHERE `ID`=1282; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1282,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=1282; + +-- Quest "Inspecting the Ruins" +DELETE FROM `quest_details` WHERE `ID`=11123; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11123,1,1,1,0,0,0,0,0,0); + +-- Quest "Traitors Among Us" +UPDATE `quest_details` SET `Emote2`=1 WHERE `ID` IN (11126,11128,11194,11133,11134,11177,11214,11136,11209,11210,11137,11146,11147,11145,11212,11138,11139,11140,11142,11149,11150,11151,11152); + +-- Quest "Discrediting the Deserters" +UPDATE `quest_offer_reward` SET `EmoteDelay1`=2000 WHERE `ID`=11133; + +-- Quest "The End of the Deserters" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=11134; + +-- Quest "Lieutenant Paval Reethe" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1252; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1252; + +-- Quest "Lieutenant Paval Reethe" +DELETE FROM `quest_details` WHERE `ID`=1259; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1259,1,0,0,0,0,0,0,0,0); + +-- Quest "Daelin's Men" +DELETE FROM `quest_details` WHERE `ID`=1285; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1285,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1285; + +-- Quest "The Deserters" +DELETE FROM `quest_details` WHERE `ID`=1286; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1286,1,0,0,0,0,0,0,0,0); + +-- Quest "Suspicious Hoofprints" +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1284; + +-- Quest "The Black Shield" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1253; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1253; + +-- Quest "The Black Shield (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1319; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1319,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1319; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1319; + +-- Quest "The Black Shield (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1320; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1320,1,3,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1320; + +-- Quest "Oh, It's Real" +UPDATE `quest_offer_reward` SET `EmoteDelay1`=2000 WHERE `ID`=11210; + +-- Quest "Raptor Captor" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11146; + +-- Quest "What's Haunting Witch Hill?" +UPDATE `quest_offer_reward` SET `EmoteDelay1`=2000, `Emote2`=1 WHERE `ID`=11180; + +-- Quest "The Orc Report" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1219; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1219; + +-- Quest "Captain Vimes" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1220; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1220; + +-- Quest "Stinky's Escape" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1222; + +-- Quest "Prisoners of the Grimtotems" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=11145; + +-- Quest "Defias in Dustwallow?" +UPDATE `quest_offer_reward` SET `EmoteDelay1`=1000, `Emote2`=1 WHERE `ID`=11137; + +-- Quest "Renn McGill" +UPDATE `quest_offer_reward` SET `EmoteDelay1`=1000 WHERE `ID`=11138; + +-- Quest "Mudrock Soup and Bugs" +DELETE FROM `quest_details` WHERE `ID`=1204; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1204,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1204; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=1204; + +-- Quest "... and Bugs" +DELETE FROM `quest_details` WHERE `ID`=1258; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1258,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=1258; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1258; + +-- Quest "Secondhand Diving Gear" +UPDATE `quest_offer_reward` SET `Emote2`=1 WHERE `ID`=11139; + +-- Quest "Jaina Must Know" +UPDATE `quest_details` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=11141; + +-- Quest "The Deserters" +DELETE FROM `quest_details` WHERE `ID`=1287; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1287,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1287; + +-- Quest "A Grim Connection" +DELETE FROM `quest_details` WHERE `ID`=11143; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11143,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=11143; + +-- Quest "Confirming the Suspicion" +DELETE FROM `quest_details` WHERE `ID`=11144; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11144,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11144; +UPDATE `quest_offer_reward` SET `Emote1`=1, `EmoteDelay1`=1000 WHERE `ID`=11144; + +-- Quest "Arms of the Grimtotems" +DELETE FROM `quest_details` WHERE `ID`=11148; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11148,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11148; +UPDATE `quest_offer_reward` SET `Emote1`=1, `EmoteDelay1`=2000 WHERE `ID`=11148; + +-- Quest "Direhorn Raiders" +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=11156; + +-- Quest "The Reagent Thief" +UPDATE `quest_offer_reward` SET `Emote2`=0, `EmoteDelay1`=1000 WHERE `ID`=11173; + +-- Quest "The Grimtotem Weapon" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11169; +UPDATE `quest_offer_reward` SET `EmoteDelay1`=1500 WHERE `ID`=11169; + +-- Quest "The Zeppelin Crash" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=11172; + +-- Quest "Corrosion Prevention" +DELETE FROM `quest_details` WHERE `ID`=11174; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11174,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11174; + +-- Quest "Secure the Cargo!" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11207; + +-- Quest "The Apothecary's Letter" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=11185; +UPDATE `quest_offer_reward` SET `EmoteDelay1`=1500, `Emote2`=1 WHERE `ID`=11185; + +-- Quest "Justice for the Hyals" +UPDATE `quest_offer_reward` SET `EmoteDelay1`=1000 WHERE `ID`=11151; + +-- Quest "Peace at Last" +UPDATE `quest_offer_reward` SET `EmoteDelay1`=1000, `Emote2`=1 WHERE `ID`=11152; + +-- Quest "Shadowshard Fragments" +DELETE FROM `quest_details` WHERE `ID`=7070; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7070,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7070; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=7070; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_06_world_335.sql new file mode 100644 index 00000000000..963ad95ea61 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_06_world_335.sql @@ -0,0 +1,2 @@ +-- quest 787 "The New Horde" completion text +UPDATE `quest_offer_reward` SET `RewardText`= "Another one of Eitrigg's recruits, hm?$B$BA sorry state of affairs we find ourselves in if this is the best the Horde can produce. No matter. By the time we think you're ready to leave the Valley, you'll be a proud warrior of the Horde." WHERE `ID`=787; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_07_world_335.sql new file mode 100644 index 00000000000..bf22043e17b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_07_world_335.sql @@ -0,0 +1,70 @@ +-- Duriel Moonfire +DELETE FROM `smart_scripts` WHERE `entryorguid`=12860 AND `source_type`=0 AND `id`=2; +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 +(12860,0,2,0,54,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Duriel Moonfire - Just Summoned - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=12860; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(12860,0,0,"Who dares attack the Silverwing Outpost?!?",14,0,100,15,0,0,8279,0,"Duriel Moonfire"); + +-- Torek +DELETE FROM `smart_scripts` WHERE `entryorguid`=12858 AND `source_type`=0 AND `id`>16; +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 +(12858,0,17,0,4,0,50,0,0,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Torek - On Aggro - Say Line 5"), +(12858,0,18,0,40,0,100,1,1,12858,0,0,54,3000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Torek - On Waypoint 1 Reached - Pause Waypoint"), +(12858,0,19,0,40,0,100,1,1,12858,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Torek - On Waypoint 1 Reached - Set Run On"), +(12858,0,20,0,40,0,100,1,20,12858,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Torek - On Waypoint 20 Reached - Set Run Off"), +(12858,0,21,0,1,1,100,0,5000,10000,20000,30000,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Torek - Out of Combat - Say Line 6 (Phase 1)"), +(12858,0,22,0,11,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Torek - On Respawn - Set Event Phase 1"), +(12858,0,23,0,19,0,100,0,6544,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Torek - On Quest 'Torek's Assault' Taken - Set Event Phase 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=12858 AND `GroupID` IN (5,6); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(12858,5,0,"For the Horde!",12,0,100,0,0,0,8283,0,"Torek"), +(12858,6,0,"Steady, people. We'll raid soon enough.",12,0,100,0,0,0,8420,0,"Torek"), +(12858,6,1,"With luck, we'll gain some good scars today.",12,0,100,0,0,0,8421,0,"Torek"), +(12858,6,2,"These woods make my tusks itch...",12,0,100,0,0,0,8422,0,"Torek"), +(12858,6,3,"They say Duriel is a fierce night elf. It'll be a good fight!",12,0,100,0,0,0,8423,0,"Torek"), +(12858,6,4,"We'll be notching our axes after this.",12,0,100,0,0,0,8424,0,"Torek"), +(12858,6,5,"Stay calm, people. We don't want to give away our position.",12,0,100,0,0,0,8425,0,"Torek"); + +-- Splintertree Raider 1 +UPDATE `creature_template_addon` SET `bytes1`=0 WHERE `entry`=12859; +DELETE FROM `smart_scripts` WHERE `entryorguid`=-32380 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=12859 AND `source_type`=0; +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 +(-32380,0,0,0,11,0,100,0,0,0,0,0,2,113,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Respawn - Set Faction 113"), +(-32380,0,1,2,38,0,100,0,1,1,0,0,2,83,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Set Faction 83"), +(-32380,0,2,3,61,0,100,0,0,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Remove Standstate Kneel"), +(-32380,0,3,4,61,0,100,0,0,0,0,0,8,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Set React State 'Aggresive'"), +(-32380,0,4,0,61,0,100,0,0,0,0,0,29,2,45,0,0,0,0,19,12858,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Follow Torek"), +(-32380,0,5,0,7,0,100,0,0,0,0,0,29,2,45,0,0,0,0,19,12858,0,0,0,0,0,0,"Splintertree Raider - On Evade - Follow Torek"), +(-32380,0,6,0,38,0,100,0,2,2,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 2 2 - Despawn in 1000 ms"), +(-32380,0,7,0,1,0,100,0,1000,1000,1000,1000,101,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - Out of Combat - Set Home Position"), +(-32380,0,8,0,11,0,100,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Respawn - Set Flag Standstate 'Kneel'"); + +-- Splintertree Raider 2 +DELETE FROM `smart_scripts` WHERE `entryorguid`=-32379 AND `source_type`=0; +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 +(-32379,0,0,0,11,0,100,512,0,0,0,0,2,113,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Respawn - Set Faction 113"), +(-32379,0,1,2,38,0,100,512,1,1,0,0,2,83,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Set Faction 83"), +(-32379,0,2,3,61,0,100,512,0,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Remove Standstate Kneel"), +(-32379,0,3,4,61,0,100,512,0,0,0,0,8,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Set React State 'Aggresive'"), +(-32379,0,4,0,61,0,100,512,0,0,0,0,29,2,315,0,0,0,0,19,12858,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Follow Torek"), +(-32379,0,5,0,7,0,100,512,0,0,0,0,29,2,315,0,0,0,0,19,12858,0,0,0,0,0,0,"Splintertree Raider - On Evade - Follow Torek"), +(-32379,0,6,0,38,0,100,512,2,2,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 2 2 - Despawn in 1000 ms"), +(-32379,0,7,0,1,0,100,512,1000,1000,1000,1000,101,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - Out of Combat - Set Home Position"), +(-32379,0,8,0,11,0,100,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Respawn - Set Flag Standstate 'Kneel'"); + +-- Splintertree Raider 3 +DELETE FROM `smart_scripts` WHERE `entryorguid`=-32378 AND `source_type`=0; +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 +(-32378,0,0,0,11,0,100,512,0,0,0,0,2,113,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Respawn - Set Faction 113"), +(-32378,0,1,2,38,0,100,512,1,1,0,0,2,83,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Set Faction 83"), +(-32378,0,2,3,61,0,100,512,0,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Remove Standstate Kneel"), +(-32378,0,3,4,61,0,100,512,0,0,0,0,8,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Set React State 'Aggresive'"), +(-32378,0,4,0,61,0,100,512,0,0,0,0,29,2,360,0,0,0,0,19,12858,0,0,0,0,0,0,"Splintertree Raider - On Data Set 1 1 - Follow Torek"), +(-32378,0,5,0,7,0,100,512,0,0,0,0,29,2,360,0,0,0,0,19,12858,0,0,0,0,0,0,"Splintertree Raider - On Evade - Follow Torek"), +(-32378,0,6,0,38,0,100,512,2,2,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Data Set 2 2 - Despawn in 1000 ms"), +(-32378,0,7,0,1,0,100,512,1000,1000,1000,1000,101,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - Out of Combat - Set Home Position"), +(-32378,0,8,0,11,0,100,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Splintertree Raider - On Respawn - Set Flag Standstate 'Kneel'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_08_world_335.sql new file mode 100644 index 00000000000..584254d9de3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_08_world_335.sql @@ -0,0 +1,181 @@ +-- Quest "Missing Crystals" +DELETE FROM `quest_details` WHERE `ID`=9435; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9435,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9435; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9435; + +-- Quest "Down the Coast" +DELETE FROM `quest_details` WHERE `ID`=536; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(536,7,0,0,0,0,0,0,0,0); + +-- Quest "Farren's Proof" +DELETE FROM `quest_details` WHERE `ID`=559; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(559,6,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=559; + +-- Quest "Farren's Proof (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=560; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(560,6,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=560; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=560; + +-- Quest "Stormwind Ho!" +DELETE FROM `quest_details` WHERE `ID`=562; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(562,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=562; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=562; + +-- Quest "Reassignment" +DELETE FROM `quest_details` WHERE `ID`=563; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(563,1,0,0,0,0,0,0,0,0); + +-- Quest "Costly Menace" +DELETE FROM `quest_details` WHERE `ID`=564; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(564,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=564; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=564; + +-- Quest "Soothing Turtle Bisque" +DELETE FROM `quest_details` WHERE `ID`=555; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(555,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=555; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=555; + +-- Quest "Foreboding Plans" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=510; + +-- Quest "Crushridge Bounty" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=500; + +-- Quest "In the Name of the Light" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=66 WHERE `ID`=1053; + +-- Quest "Encrypted Letter" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=511; + +-- Quest "Letter to Stormpike" +DELETE FROM `quest_details` WHERE `ID`=514; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(514,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=514; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=514; + +-- Quest "Further Mysteries" +DELETE FROM `quest_details` WHERE `ID`=525; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(525,1,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=525; + +-- Quest "Dark Council" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=537; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=537; + +-- Quest "MacKreel's Moonshine" +DELETE FROM `quest_details` WHERE `ID`=647; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(647,5,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=647; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=647; + +-- Quest "Hints of a New Plague?" +DELETE FROM `quest_details` WHERE `ID`=659; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(659,1,1,6,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=659; + +-- Quest "Hints of a New Plague? (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=658; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(658,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=658; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=658; + +-- Quest "Hints of a New Plague? (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=657; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(657,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=657; + +-- Quest "Hints of a New Plague? (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=660; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(660,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=660; + +-- Quest "Hints of a New Plague? (Part 5)" +DELETE FROM `quest_details` WHERE `ID`=661; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(661,11,1,6,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=11, `Emote2`=1, `Emote3`=2 WHERE `ID`=661; + +-- Quest "Bartolo's Yeti Fur Cloak" +DELETE FROM `quest_details` WHERE `ID`=565; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(565,94,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=94, `EmoteOnComplete`=94 WHERE `ID`=565; +UPDATE `quest_offer_reward` SET `Emote1`=94 WHERE `ID`=565; + +-- Quest "Noble Deaths" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=512; + +-- Quest "Assassin's Contract" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=522; + +-- Quest "Baron's Demise" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=523; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=523; + +-- Quest "The Ensorcelled Parchment" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=551; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=551; + +-- Quest "Stormpike's Deciphering" +DELETE FROM `quest_details` WHERE `ID`=554; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(554,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=554; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=554; + +-- Quest "Proving Grounds" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=7162; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7162; + +-- Quest "Rise and Be Recognized" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1, `CompletionText`="Most do not live long enough to rise above their own mediocrity. You have proven yourself to be an exemplary soldier, $c. The time has come.$B$BPresent your insignia." WHERE `ID`=7168; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=7168; + +-- Quest "Honored Amongst the Guard" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5, `CompletionText`="The base buzzes with news of your exploits in the Field of Strife! You have struck mighty blows against our enemy - crushing their morale! For this, you have earned a rank of honor among the Stormpike.$B$BPresent your insignia." WHERE `ID`=7169; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=7169; + +-- Quest "Earned Reverence" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6, `CompletionText`="I must know, $n. When you look directly into the eyes of the enemy, do you see fear? Do they now cower in your presence? They must realize that they are defeated!$B$BYou have earned reverence among the Guard. Present your insignia!" WHERE `ID`=7170; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=7170; + +-- Quest "Legendary Heroes" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=66, `EmoteOnComplete`=66, `CompletionText`="Before me stands an exalted hero of the Alliance.$B$B<Lieutenant Haggerdin salutes.>$B$BFew have earned such a rank among the Stormpike. I have watched the enemy fall before you. I have seen their resolve crumble in your presence. When you enter the fray, you become the beacon of hope for our forces!$B$BPresent your insignia." WHERE `ID`=7171; +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=7171; + +-- Quest "The Eye of Command" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5, `CompletionText`="Let them hear your voice, commander $n! Let them know fear. Show them what power the Stormpike holds in their rank!$B$BPresent your insignia." WHERE `ID`=7172; +UPDATE `quest_offer_reward` SET `Emote1`=66, `RewardText`="It is you who must lead our troops to victory, Commander! The soldiers are under your command. They will follow your direct orders. Lead them... Crush the Frostwolf." WHERE `ID`=7172; + +-- Quest "Alterac Valley Graveyards" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=7081; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=7081; + +-- Quest "Towers and Bunkers" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=7102; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=7102; + +-- Quest "Capture a Mine" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=7122; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=7122; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_09_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_09_world.sql new file mode 100644 index 00000000000..1f8b579f158 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_26_09_world.sql @@ -0,0 +1,96 @@ +-- NAXXANAR +-- AREATRIGGER-ID +-- SKY +-- 5338 roof +-- 5339 upper chamber +-- 5340 upper platform +-- 5334 lower platform +-- 5332 ground +-- GROUND +DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5332,5334,5340,5339,5338); +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(5332, "SmartTrigger"), +(5334, "SmartTrigger"), +(5340, "SmartTrigger"), +(5339, "SmartTrigger"), +(5338, "SmartTrigger"); + +DELETE FROM `smart_scripts` WHERE `source_type` = 2 AND `entryorguid` IN (5332,5334,5340,5339,5338); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(5332, 2, 0, 0, 46, 0, 100, 0, 5332, 0, 0, 0, 0, 62, 571, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3733.68, 3563.25, 290.812, 3.6651, "Areatrigger - On Trigger - Teleport player"), +(5334, 2, 0, 0, 46, 0, 100, 0, 5334, 0, 0, 0, 0, 62, 571, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3802.38, 3585.95, 49.576, 0.0, "Areatrigger - On Trigger - Teleport player"), +(5340, 2, 0, 0, 46, 0, 100, 0, 5340, 0, 0, 0, 0, 62, 571, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3687.91, 3577.28, 473.342, 0.0, "Areatrigger - On Trigger - Teleport player"), +(5340, 2, 1, 0, 46, 0, 100, 0, 5340, 0, 0, 0, 0, 62, 571, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3744.80, 3570.65, 341.66, 0.6, "Areatrigger - On Trigger - Teleport player"), +(5339, 2, 0, 0, 46, 0, 100, 0, 5339, 0, 0, 0, 0, 62, 571, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3733.68, 3563.25, 290.812, 3.6651, "Areatrigger - On Trigger - Teleport player"), +(5338, 2, 0, 0, 46, 0, 100, 0, 5338, 0, 0, 0, 0, 62, 571, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3733.68, 3563.25, 290.812, 3.6651, "Areatrigger - On Trigger - Teleport player"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` IN (5332,5334,5340,5339,5338); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 1, 5332, 2, 0, 8, 0, 12019, 0, 0, 0, 0, 0, "", "SAI areatrigger 5332 requires quest Breaking Through turned in OR"), +(22, 1, 5332, 2, 1, 9, 0, 12019, 0, 0, 0, 0, 0, "", "SAI areatrigger 5332 requires quest Breaking Through in the log OR"), +(22, 1, 5332, 2, 2,28, 0, 12019, 0, 0, 0, 0, 0, "", "SAI areatrigger 5332 requires quest Breaking Through completed OR"), +(22, 1, 5332, 2, 3, 8, 0, 11898, 0, 0, 0, 0, 0, "", "SAI areatrigger 5332 requires quest Last Rites turned in OR"), +(22, 1, 5332, 2, 4, 9, 0, 11898, 0, 0, 0, 0, 0, "", "SAI areatrigger 5332 requires quest Last Rites in the log OR"), +(22, 1, 5332, 2, 5,28, 0, 11898, 0, 0, 0, 0, 0, "", "SAI areatrigger 5332 requires quest Last Rites completed OR"), +(22, 1, 5340, 2, 0, 6, 0, 469, 0, 0, 0, 0, 0, "", "SAI areatrigger 5340.0 triggers only if player is alliance"), +(22, 2, 5340, 2, 0, 6, 0, 67, 0, 0, 0, 0, 0, "", "SAI areatrigger 5340.1 triggers only if player is horde"); + +-- VOLTARUS +-- BUNNY-GUID AREATRIGGER-ID SPELL-ID TELE-ID +-- SKY +-- 114831 5080 52089 52091 +-- 114830 5079 52676 52677 +-- 114829 5061 52239 52240 +-- 114832 5051 52089 52091 +-- GROUND + +-- Drakuramas Teleport Bunnies should not move or spawn of center +UPDATE `creature` SET `spawndist` = 0, `MovementType` = 0 WHERE `id` IN (28617, 28751); + +DELETE FROM `areatrigger_teleport` WHERE `ID` IN (5051, 5061, 5079, 5080); +DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5051, 5061, 5079, 5080); +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(5051, "SmartTrigger"), +(5061, "SmartTrigger"), +(5079, "SmartTrigger"), +(5080, "SmartTrigger"); + +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=28617; +DELETE FROM `smart_scripts` WHERE `source_type` = 2 AND `entryorguid` IN (5051, 5061, 5079, 5080); +DELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` IN (2861700, 2861701, 2861702, 2861703); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(5051, 2, 0, 1, 46, 0, 100, 0, 5051, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Store target"), +(5051, 2, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 10, 114832, 28617, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Send target"), +(5051, 2, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 80, 2861700, 0, 0, 0, 0, 0, 10, 114832, 28617, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Action list"), +(5061, 2, 0, 1, 46, 0, 100, 0, 5061, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Store target"), +(5061, 2, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 10, 114829, 28617, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Send target"), +(5061, 2, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 80, 2861701, 0, 0, 0, 0, 0, 10, 114829, 28617, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Action list"), +(5079, 2, 0, 1, 46, 0, 100, 0, 5079, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Store target"), +(5079, 2, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 10, 114830, 28617, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Send target"), +(5079, 2, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 80, 2861702, 0, 0, 0, 0, 0, 10, 114830, 28617, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Action list"), +(5080, 2, 0, 1, 46, 0, 100, 0, 5080, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Store target"), +(5080, 2, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 10, 114831, 28617, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Send target"), +(5080, 2, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 80, 2861703, 0, 0, 0, 0, 0, 10, 114831, 28617, 0, 0, 0, 0, 0, "Areatrigger - On Trigger - Action list"), +(2861700, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 85, 52089, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Drakuramas Teleport Bunny 01 - Action list - Cast 'Drakuramas Teleport Script 01' on self"), +(2861700, 9, 1, 0, 0, 0, 100, 0, 1500, 1500, 0, 0, 0, 85, 52091, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, "Drakuramas Teleport Bunny 01 - Action list - Cast 'Drakuramas Teleport 01' on stored target"), +(2861701, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 85, 52239, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Drakuramas Teleport Bunny 01 - Action list - Cast 'Drakuramas Teleport Script 02' on self"), +(2861701, 9, 1, 0, 0, 0, 100, 0, 1500, 1500, 0, 0, 0, 85, 52240, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, "Drakuramas Teleport Bunny 01 - Action list - Cast 'Drakuramas Teleport 02' on stored target"), +(2861702, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 85, 52676, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Drakuramas Teleport Bunny 01 - Action list - Cast 'Drakuramas Teleport Script 03' on self"), +(2861702, 9, 1, 0, 0, 0, 100, 0, 1500, 1500, 0, 0, 0, 85, 52677, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, "Drakuramas Teleport Bunny 01 - Action list - Cast 'Drakuramas Teleport 03' on stored target"), +(2861703, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 85, 52089, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Drakuramas Teleport Bunny 01 - Action list - Cast 'Drakuramas Teleport Script 01' on self"), +(2861703, 9, 1, 0, 0, 0, 100, 0, 1500, 1500, 0, 0, 0, 85, 52091, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, "Drakuramas Teleport Bunny 01 - Action list - Cast 'Drakuramas Teleport 01' on stored target"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` IN (5051, 5061, 5079, 5080); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 1, 5051, 2, 0, 1, 0, 51966, 0, 0, 0, 0, 0, "", "SAI areatrigger 5051 triggers if player has aura 'Scourge Disguise'"), +(22, 1, 5061, 2, 0, 1, 0, 51966, 0, 0, 0, 0, 0, "", "SAI areatrigger 5061 triggers if player has aura 'Scourge Disguise'"), +(22, 1, 5079, 2, 0, 1, 0, 51966, 0, 0, 0, 0, 0, "", "SAI areatrigger 5079 triggers if player has aura 'Scourge Disguise' AND"), +(22, 1, 5079, 2, 0, 2, 0, 39319, 1, 0, 0, 0, 0, "", "SAI areatrigger 5079 triggers if player has item 'Scepter of Domination' AND"), +(22, 1, 5080, 2, 0, 1, 0, 51966, 0, 0, 0, 0, 0, "", "SAI areatrigger 5080 triggers if player has aura 'Scourge Disguise'"); + +DELETE FROM `spell_target_position` WHERE `id` IN (52240); +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES +(52240, 0, 571, 6175.59, -2000.67, 241.769, 1.54, 0); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (52089,52239,52676); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (52089, 52091, 52239, 52676, 52240,52677); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_27_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_27_00_world.sql new file mode 100644 index 00000000000..6c525a13d1f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_27_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_loot_template` SET `QuestRequired`=0 WHERE `Entry`=3266 AND `Item`=5833; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_28_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_28_00_world.sql new file mode 100644 index 00000000000..36529922218 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_28_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=4244 AND `type`=12; +INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES +(4244,12,1,0,''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_28_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_28_01_world.sql new file mode 100644 index 00000000000..a95527b2d53 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_28_01_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry`=5018; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5018,"React state: %s"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_00_world_335.sql new file mode 100644 index 00000000000..594edf6eb6f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_00_world_335.sql @@ -0,0 +1,44 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (12605,12606,51692,51697,51699,51704,84509,84510,84511,84604,84609,84610,84611,84629,84630,84646,84647,84663,84716,84743,84744,84851,84862,84863,84900,84902,84939); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(12605, 29866, 1, 440, 2300, 1, 1, 0, 0, -8743.8, -4428.17, -201.36, 3.07178, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(12606, 29867, 1, 440, 2300, 1, 1, 0, 1, -8751.68, -4452.36, -199.699, 1.29154, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), -- +(51692, 29866, 1, 440, 2300, 1, 1, 0, 0, -8724.14, -4412.39, -203.747, 3.80482, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(51697, 29865, 1, 440, 2300, 1, 1, 0, 0, -8746.62, -4428.1, -201.354, 6.24828, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(51699, 29873, 1, 440, 2300, 1, 1, 0, 0, -8706.65, -4417, -205.124, 2.70526, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(51704, 29867, 1, 440, 2300, 1, 1, 0, 1, -8759.25, -4450.96, -200.123, 1.39626, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), -- +(84509, 29868, 1, 440, 2300, 1, 1, 0, 0, -8747.63, -4450.67, -199.451, 3.52556, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84510, 29868, 1, 440, 2300, 1, 1, 0, 0, -8707.38, -4416.52, -205.047, 5.65487, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84511, 29868, 1, 440, 2300, 1, 1, 0, 0, -8747.43, -4448.76, -199.175, 3.83972, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84604, 29865, 1, 440, 2300, 1, 1, 0, 0, -8643.38, -4351.43, -208.111, 6.26573, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84609, 29866, 1, 440, 2300, 1, 1, 0, 0, -8662.23, -4383.17, -206.934, 5.39307, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84610, 29868, 1, 440, 2300, 1, 1, 0, 0, -8661.53, -4381.77, -206.93, 6.0912, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84611, 29866, 1, 440, 2300, 1, 1, 0, 0, -8641.65, -4352.35, -208.204, 2.77507, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84629, 29865, 1, 440, 2300, 1, 1, 0, 0, -8656.92, -4389.86, -207.436, 2.23402, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84630, 29867, 1, 440, 2300, 1, 1, 0, 1, -8645.1, -4371.34, -208.185, 0.506145, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84646, 29866, 1, 440, 2300, 1, 1, 0, 0, -8642.65, -4359.16, -208.243, 4.2586, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84647, 29866, 1, 440, 2300, 1, 1, 0, 0, -8659.16, -4406.02, -207.438, 2.68781, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84663, 29865, 1, 440, 2300, 1, 1, 0, 0, -8660.77, -4404.86, -207.4, 5.48033, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84716, 29867, 1, 440, 2300, 1, 1, 0, 1, -8678.84, -4405.57, -206.534, 4.60767, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84743, 29865, 1, 440, 2300, 1, 1, 0, 0, -8677.56, -4405.93, -206.679, 3.57792, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84744, 29867, 1, 440, 2300, 1, 1, 0, 1, -8629.69, -4396.92, -208.617, 3.01942, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), -- +(84851, 29865, 1, 440, 2300, 1, 1, 0, 0, -8613.5, -4414.04, -209.149, 1.06465, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84862, 29868, 1, 440, 2300, 1, 1, 0, 0, -8611.45, -4411.41, -209.398, 3.92699, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84863, 29866, 1, 440, 2300, 1, 1, 0, 0, -8612.38, -4410.71, -209.356, 4.29351, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84900, 29868, 1, 440, 2300, 1, 1, 0, 0, -8611.28, -4412.6, -209.366, 3.87463, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84902, 29867, 1, 440, 2300, 1, 1, 0, 1, -8630.17, -4400.45, -208.464, 1.27409, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0), +(84939, 29868, 1, 440, 2300, 1, 1, 0, 0, -8614.49, -4410.79, -209.182, 4.93928, 120, 0, 0, 1, 0, 0, 0, 0, 0, "", 0); + +DELETE FROM `creature_addon` WHERE `guid` IN (12606,51704,84744); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `auras`) VALUES +(12606, 0, 14583,"34712"), +(51704, 0, 14583,"34712"), +(84744, 0, 14583,"34712"); + +DELETE FROM `creature_template_addon` WHERE entry IN (29868,29865,29866,29873,29868,29867); +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `auras`) VALUES +(29865, 1, 34712), +(29866, 1, 34712), +(29867, 0, 34712), +(29868, 1, 34712), +(29873, 1, 34712); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_01_world_335.sql new file mode 100644 index 00000000000..ddc087d6473 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_01_world_335.sql @@ -0,0 +1,116 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (84950,84953,85044,85057,85155,85156,85157,85158,85172,85177,85198,85199,85323,85324,85486,85488,85531,85544,85566,85574,85575,85576,85577,85578,85587,85617,85627,85653,85654,85787,85885,85895,85896,85897,85898,85945,85979,85986,85990,86059,86060,86061,86062,86063,86064,86067,86072,86082,86085,86086,86087,86088,86089,86090,86091,86092,86097,86098,86165,86168,86175,86176,86177,86178,86190,86193,86253,86254,86255,86256,86258,86259,86260,86261,86262,86264,86265,86266,86267,86268,86273,86274,86275,86276,86279,86281,86320,86327,86330,86331,86332,86333,86334,86335,86358,86359,86360,86361,86362,86374,86376,86382,86387,86445,86446,86447,86448,86449,86450,86451,86483,86508,86509); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(84950, 7584, 1, 357, 1137, 1, 1, 0, 0, -4151.32, -448.517, 21.0387, 1.01095, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(84953, 7584, 1, 357, 1137, 1, 1, 0, 0, -4250.04, -446.364, 25.0143, 2.81737, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85044, 7584, 1, 357, 1137, 1, 1, 0, 0, 4268.26, -360.039, 33.9388, 4.44923, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85057, 7584, 1, 357, 1137, 1, 1, 0, 0, -4179.31, -285.658, 54.1323, 5.70927, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85155, 7584, 1, 357, 1137, 1, 1, 0, 0, -4207.75, -184.968, 58.1262, 4.45179, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85156, 7584, 1, 357, 1137, 1, 1, 0, 0, -4218.47, -222.988, 55.8767, 5.12189, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85157, 7584, 1, 357, 1137, 1, 1, 0, 0, -4161.8, -115.658, 58.4992, 1.71809, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85158, 7584, 1, 357, 1137, 1, 1, 0, 0, -4229.17, -89.7845, 57.2473, 2.31746, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85172, 7584, 1, 357, 1137, 1, 1, 0, 0, -4132.26, -56.8683, 60.5457, 0.107637, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85177, 7584, 1, 357, 1137, 1, 1, 0, 0, -4325.66, -117.136, 61.7791, 1.7613, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85198, 7584, 1, 357, 1137, 1, 1, 0, 0, -4270.58, -5.94295, 61.2044, 5.53368, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85199, 7584, 1, 357, 1137, 1, 1, 0, 0, -4395.1, -326.348, 34.0922, 5.98239, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85323, 7584, 1, 357, 1137, 1, 1, 0, 0, -4373.92, -324.111, 31.9389, 3.93804, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85324, 7584, 1, 357, 1137, 1, 1, 0, 0, -4421.26, -164.709, 54.2134, 1.39024, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85486, 7584, 1, 357, 1137, 1, 1, 0, 0, -4474.26, -108.166, 58.7249, 3.01429, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85488, 7584, 1, 357, 1137, 1, 1, 0, 0, -4357.43, -37.1399, 59.0266, 2.14742, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85531, 7584, 1, 357, 357, 1, 1, 0, 0, -4447.08, -26.5607, 57.5955, 4.5662, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85544, 7584, 1, 357, 357, 1, 1, 0, 0, -4564.79, -45.4668, 92.2615, 3.74877, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85566, 7584, 1, 357, 1137, 1, 1, 0, 0, -4475.48, -372.892, 45.2324, 3.83433, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85574, 7584, 1, 357, 357, 1, 1, 0, 0, -4621.4, -28.9082, 95.7031, 1.43492, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85575, 7584, 1, 357, 357, 1, 1, 0, 0, -4255.66, 47.0041, 58.0383, 4.42953, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85576, 7584, 1, 357, 357, 1, 1, 0, 0, -4227.68, 285.033, 53.5985, 1.92197, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85577, 7584, 1, 357, 357, 1, 1, 0, 0, -4238.64, 128.081, 57.2193, 1.82951, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85578, 7584, 1, 357, 2518, 1, 1, 0, 0, -4159.31, 28.2621, 61.1084, 5.19087, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85587, 7584, 1, 357, 2518, 1, 1, 0, 0, -4081.01, 31.6737, 58.6187, 5.37587, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85617, 7584, 1, 357, 2518, 1, 1, 0, 0, -4059.92, 178.661, 57.8048, 4.47783, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85627, 7584, 1, 357, 357, 1, 1, 0, 0, -4041.3, 492.047, 80.6981, 0.155829, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85653, 7584, 1, 357, 357, 1, 1, 0, 0, -4141.4, 459.303, 70.3703, 5.76476, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85654, 7584, 1, 357, 1100, 1, 1, 0, 0, -4132.83, 522.669, 70.4734, 6.07659, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85787, 7584, 1, 357, 1100, 1, 1, 0, 0, -4252.56, 573.585, 59.1822, 4.33624, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85885, 7584, 1, 357, 1100, 1, 1, 0, 0, -4287.72, 580.78, 61.3964, 5.28997, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85895, 7584, 1, 357, 357, 1, 1, 0, 0, -4337.29, 575.759, 56.5872, 4.58707, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85896, 7584, 1, 357, 1100, 1, 1, 0, 0, -4215.31, 482.427, 54.2238, 6.22675, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85897, 7584, 1, 357, 357, 1, 1, 0, 0, -4159.53, 300.741, 57.1816, 1.73177, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85898, 7584, 1, 357, 357, 1, 1, 0, 0, -4165.76, 201.555, 60.7011, 3.88414, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85945, 7584, 1, 357, 357, 1, 1, 0, 0, -4268.85, 370.342, 57.4374, 4.96921, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85979, 7584, 1, 357, 357, 1, 1, 0, 0, -4385.88, 582.037, 62.4314, 5.45913, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85986, 7584, 1, 357, 357, 1, 1, 0, 0, -4411.08, 437.567, 51.318, 4.46173, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(85990, 7584, 1, 357, 357, 1, 1, 0, 0, -4348.5, 444.451, 52.0015, 0.994175, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86059, 7584, 1, 357, 1102, 1, 1, 0, 0, -4629.62, 352.661, 7.98182, 1.97851, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86060, 7584, 1, 357, 357, 1, 1, 0, 0, -4488.42, 451.863, 48.4782, 3.45575, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86061, 7584, 1, 357, 357, 1, 1, 0, 0, -4557.44, 549.076, 62.9054, 3.53623, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86062, 7584, 1, 357, 1102, 1, 1, 0, 0, -4716.97, 299.92, 17.4529, 5.01994, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86063, 7584, 1, 357, 357, 1, 1, 0, 0, -4728.21, 383.03, 10.0756, 3.72092, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86064, 7584, 1, 357, 357, 1, 1, 0, 0, -4742.9, 175.796, 40.4529, 4.72421, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86067, 7584, 1, 357, 357, 1, 1, 0, 0, -4793.72, 238.594, 39.4675, 4.9408, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86072, 7584, 1, 357, 2519, 1, 1, 0, 0, -4788.5, 655.238, 43.8978, 2.69717, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86082, 7584, 1, 357, 1137, 1, 1, 0, 0, -4827, 285.017, 32.3068, 6.11451, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86085, 7584, 1, 357, 2519, 1, 1, 0, 0, -5167.48, 726.508, 81.7791, 2.29403, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86086, 7584, 1, 357, 2519, 1, 1, 0, 0, -5196.8, 606.61, 51.4097, 0.960155, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86087, 7584, 1, 357, 2519, 1, 1, 0, 0, -5113.75, 589.44, 36.7251, 4.39064, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86088, 7584, 1, 357, 2519, 1, 1, 0, 0, -5182.4, 538.471, 45.3074, 4.59482, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86089, 7584, 1, 357, 2519, 1, 1, 0, 0, -5271.65, 533.945, 62.7954, 4.99729, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86090, 7584, 1, 357, 1101, 1, 1, 0, 0, -5275.33, 491.948, 56.9065, 2.35482, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86091, 7584, 1, 357, 1101, 1, 1, 0, 0, -5211.5, 489.054, 50.1974, 3.86485, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86092, 7584, 1, 357, 1101, 1, 1, 0, 0, -5353.52, 513.069, 70.3344, 3.03396, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86097, 7584, 1, 357, 2519, 1, 1, 0, 0, -5054.6, 284.801, 31.3088, 3.34014, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86098, 7584, 1, 357, 2519, 1, 1, 0, 0, -5073.58, 410.02, 11.1949, 3.94909, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86165, 7584, 1, 357, 2519, 1, 1, 0, 0, -5076.5, 341.069, 21.7106, 4.60281, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86168, 7584, 1, 357, 2519, 1, 1, 0, 0, -5070.07, 472.75, 15.0727, 4.42846, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86175, 7584, 1, 357, 2519, 1, 1, 0, 0, -5088.6, 550.035, 19.9694, 5.8344, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86176, 7584, 1, 357, 2519, 1, 1, 0, 0, -5023.12, 616.4, 33.0851, 3.2296, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86177, 7584, 1, 357, 2522, 1, 1, 0, 0, -5206.36, 1174.25, 75.9587, 6.07182, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86178, 7584, 1, 357, 2522, 1, 1, 0, 0, -5148.43, 1216.07, 59.1323, 3.82883, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86190, 7584, 1, 357, 2522, 1, 1, 0, 0, -5151.25, 1306.27, 46.0041, 1.81128, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86193, 7584, 1, 357, 1136, 1, 1, 0, 0, -5094.77, 1375.84, 45.0193, 5.99151, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86253, 7584, 1, 357, 1136, 1, 1, 0, 0, -5030.23, 1387.06, 46.9254, 0.677881, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86254, 7584, 1, 357, 1136, 1, 1, 0, 0, -5049, 1421.35, 40.8312, 1.04076, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86255, 7584, 1, 357, 1136, 1, 1, 0, 0, -4980.1, 1414.3, 58.2244, 5.1926, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86256, 7584, 1, 357, 1105, 1, 1, 0, 0, -5021.1, 1508.77, 51.5862, 1.1137, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86258, 7584, 1, 357, 1105, 1, 1, 0, 0, -5031.86, 1555.56, 54.183, 1.63918, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86259, 7584, 1, 357, 1105, 1, 1, 0, 0, -5090.59, 1561.24, 55.4228, 1.37819, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86260, 7584, 1, 357, 1136, 1, 1, 0, 0, -4877.62, 1562.61, 75.1564, 0.643745, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86261, 7584, 1, 357, 1136, 1, 1, 0, 0, -4809.16, 1626.54, 77.0204, 0.148996, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86262, 7584, 1, 357, 1136, 1, 1, 0, 0, -4901.78, 1362.45, 63.4631, 5.63851, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86264, 7584, 1, 357, 2522, 1, 1, 0, 0, -5394.13, 1182.89, 61.7511, 0.494206, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86265, 7584, 1, 357, 2522, 1, 1, 0, 0, -5840.83, 1216, 80.4995, 5.78633, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86266, 7584, 1, 357, 2522, 1, 1, 0, 0, -5807.89, 1319.24, 67.9095, 4.955, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86267, 7584, 1, 357, 2522, 1, 1, 0, 0, -5777.78, 1400.12, 51.8296, 3.87463, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86268, 7584, 1, 357, 2522, 1, 1, 0, 0, -5757.28, 1474.03, 57.8793, 3.93437, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86273, 7584, 1, 357, 2522, 1, 1, 0, 0, -5812.28, 1554.56, 73.5598, 0.632171, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86274, 7584, 1, 357, 1106, 1, 1, 0, 0, -5834.92, 1612.01, 83.6121, 1.85982, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86275, 7584, 1, 357, 2522, 1, 1, 0, 0, -5752.09, 1538.15, 68.7885, 1.03155, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86276, 7584, 1, 357, 1106, 1, 1, 0, 0, -5763.17, 1646.9, 84.7156, 3.3122, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86279, 7584, 1, 357, 1106, 1, 1, 0, 0, -5700.27, 1608.71, 76.1697, 1.86814, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86281, 7584, 1, 357, 1106, 1, 1, 0, 0, -5649.8, 1699.73, 89.3356, 4.67136, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86320, 7584, 1, 357, 1106, 1, 1, 0, 0, -5578.71, 1686.23, 73.8897, 1.57846, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86327, 7584, 1, 357, 1106, 1, 1, 0, 0, -5540.93, 1720.06, 74.5695, 0.451427, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86330, 7584, 1, 357, 1106, 1, 1, 0, 0, -5522.82, 1636.97, 50.8731, 1.13948, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86331, 7584, 1, 357, 1106, 1, 1, 0, 0, -5460.06, 1660.93, 57.9558, 0.43665, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86332, 7584, 1, 357, 1106, 1, 1, 0, 0, -5458.34, 1708.2, 62.6877, 1.32757, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86333, 7584, 1, 357, 1136, 1, 1, 0, 0, -5384.79, 1616.59, 50.6181, 5.41215, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86334, 7584, 1, 357, 1106, 1, 1, 0, 0, -5328.62, 1636.79, 53.1874, 2.36518, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86335, 7584, 1, 357, 1136, 1, 1, 0, 0, -5409.93, 1567.31, 35.8662, 4.74561, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86358, 7584, 1, 357, 1136, 1, 1, 0, 0, -5314.48, 1543.69, 41.8313, 1.03494, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86359, 7584, 1, 357, 1136, 1, 1, 0, 0, -5261.02, 1572.37, 57.6371, 5.69518, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86360, 7584, 1, 357, 1136, 1, 1, 0, 0, -5217.67, 1506.76, 51.544, 1.97174, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86361, 7584, 1, 357, 1136, 1, 1, 0, 0, -5155.42, 1584.11, 61.0285, 0.149533, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86362, 7584, 1, 357, 1136, 1, 1, 0, 0, -5117.94, 1513.51, 49.1729, 2.43426, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86374, 7584, 1, 357, 1136, 1, 1, 0, 0, -5182.08, 1426.67, 45.1789, 1.8601, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86376, 7584, 1, 357, 1136, 1, 1, 0, 0, -5272.22, 1471.47, 36.7689, 5.76321, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86382, 7584, 1, 357, 1136, 1, 1, 0, 0, -5314.14, 1431.88, 30.6512, 1.45334, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86387, 7584, 1, 357, 1136, 1, 1, 0, 0, -5388.55, 1504.63, 28.5696, 5.49226, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86445, 7584, 1, 357, 2522, 1, 1, 0, 0, -5514.59, 1529.49, 29.7213, 4.58513, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86446, 7584, 1, 357, 1106, 1, 1, 0, 0, -5550.63, 1610.56, 64.8928, 3.60524, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86447, 7584, 1, 357, 1106, 1, 1, 0, 0, -5670.51, 1571.91, 69.9136, 6.23158, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86448, 7584, 1, 357, 1106, 1, 1, 0, 0, -5605.68, 1617.2, 72.9848, 5.06533, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86449, 7584, 1, 357, 1136, 1, 1, 0, 0, -5253.23, 1400.11, 41.6146, 4.23782, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86450, 7584, 1, 357, 1136, 1, 1, 0, 0, -5231.18, 1350.95, 42.6861, 3.42351, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86451, 7584, 1, 357, 1119, 1, 1, 0, 0, -3566.88, 2191.39, 39.7101, 5.40009, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86483, 7584, 1, 357, 1119, 1, 1, 0, 0, -3458.25, 2491.6, 45.3776, 1.50436, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86508, 7584, 1, 357, 1114, 1, 1, 0, 0, -2772.85, 2237.59, 49.5598, 3.72526, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0), +(86509, 7584, 1, 357, 1119, 1, 1, 0, 0, -3262.56, 2524.2, 33.2537, 5.79857, 120, 10, 0, 1, 0, 1, 0, 0, 0, "", 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_02_world_335.sql new file mode 100644 index 00000000000..b4040d14c57 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_29_02_world_335.sql @@ -0,0 +1,2 @@ +-- Doctor Gregory Victor +UPDATE `creature_template` SET `gossip_menu_id`= 5381 WHERE `entry`=12920 AND `gossip_menu_id`=5382; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_00_world.sql new file mode 100644 index 00000000000..374691c8842 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_00_world.sql @@ -0,0 +1,97 @@ +-- +SET @NPC := 100206; +SET @PATH := @NPC*10; +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,8,3662.692,328.2304,338.4197,0,0,0,100,0), +(@PATH,7,3648.806,293.8063,321.0587,0,0,0,100,0), +(@PATH,6,3677.441,213.8859,320.1976,0,0,0,100,0), +(@PATH,5,3615.31,209.5691,324.1698,0,0,0,100,0), +(@PATH,4,3637.643,254.0089,332.7251,0,0,0,100,0), +(@PATH,3,3699.886,260.6509,327.8641,0,0,0,100,0), +(@PATH,2,3720.373,308.941,337.7808,0,0,0,100,0), +(@PATH,1,3691.676,352.0933,342.2254,0,0,0,100,0); + +SET @NPC := 100209; +SET @PATH := @NPC*10; +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,3748.806,293.8063,201.0587,0,0,0,100,0), +(@PATH,2,3777.441,213.8859,200.1976,0,0,0,100,0), +(@PATH,3,3715.31,209.5691,204.1698,0,0,0,100,0), +(@PATH,4,3737.643,254.0089,202.7251,0,0,0,100,0), +(@PATH,5,3799.886,260.6509,207.8641,0,0,0,100,0), +(@PATH,6,3820.373,308.941,207.7808,0,0,0,100,0), +(@PATH,7,3791.676,352.0933,202.2254,0,0,0,100,0), +(@PATH,8,3762.692,328.2304,208.4197,0,0,0,100,0); + +SET @NPC := 99108; +SET @PATH := @NPC*10; +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,18,3506.288,141.7649,169.6936,0,0,0,100,0), +(@PATH,17,3378.177,251.381,169.6936,0,0,0,100,0), +(@PATH,16,3448.559,417.0887,169.6936,0,0,0,100,0), +(@PATH,15,3659.633,429.129,169.6936,0,0,0,100,0), +(@PATH,14,3726.806,236.8274,169.6936,0,0,0,100,0), +(@PATH,13,3554.261,69.58746,169.6936,0,0,0,100,0), +(@PATH,12,3337.373,175.2911,169.6936,0,0,0,100,0), +(@PATH,11,3292.872,421.84,169.6936,0,0,0,100,0), +(@PATH,10,3355.351,609.4697,169.6936,0,0,0,100,0), +(@PATH,9,3233.689,777.6954,207.249,0,0,0,100,0), +(@PATH,8,3049.014,721.6703,224.4991,0,0,0,100,0), +(@PATH,7,3044.268,566.5984,169.6936,0,0,0,100,0), +(@PATH,6,3142.397,481.2142,169.6936,0,0,0,100,0), +(@PATH,5,3328.336,435.8111,169.6936,0,0,0,100,0), +(@PATH,4,3583.232,539.7742,169.6936,0,0,0,100,0), +(@PATH,3,3799.81,460.638,169.6936,0,0,0,100,0), +(@PATH,2,3717.946,244.38,169.6936,0,0,0,100,0), +(@PATH,1,3542.247,134.1484,169.6936,0,0,0,100,0); + +SET @NPC := 100824; +SET @PATH := @NPC*10; +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,14,3559.792,412.912,244.8625,0,0,0,100,0), +(@PATH,13,3625.949,456.7731,244.8625,0,0,0,100,0), +(@PATH,12,3683.285,437.189,244.8625,0,0,0,100,0), +(@PATH,11,3727.341,385.3615,244.8625,0,0,0,100,0), +(@PATH,10,3786.656,388.9702,244.8625,0,0,0,100,0), +(@PATH,9,3811.097,463.1342,244.8625,0,0,0,100,0), +(@PATH,8,3769.007,516.1342,244.8625,0,0,0,100,0), +(@PATH,7,3685.209,493.7117,244.8625,0,0,0,100,0), +(@PATH,6,3589.482,475.7777,244.8625,0,0,0,100,0), +(@PATH,5,3491.84,496.9259,244.8625,0,0,0,100,0), +(@PATH,4,3406.895,485.8197,244.8625,0,0,0,100,0), +(@PATH,3,3370.333,427.0351,244.8625,0,0,0,100,0), +(@PATH,2,3411.417,366.7467,244.8625,0,0,0,100,0), +(@PATH,1,3479.214,376.5652,244.8625,0,0,0,100,0); + +DELETE FROM `waypoint_data` WHERE `id`=1241240; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(1241240, 26, 4024.11, 7168.08, 232.048,0,0,0,100,0), +(1241240, 25, 4012.89, 7180.92, 232.048,0,0,0,100,0), +(1241240, 24, 3994.29, 7197.3, 232.048,0,0,0,100,0), +(1241240, 23, 3962.67, 7211.43, 232.048,0,0,0,100,0), +(1241240, 22, 3928.03, 7221.9, 232.048,0,0,0,100,0), +(1241240, 21, 3903.5, 7236.1, 237.687,0,0,0,100,0), +(1241240, 20, 3882.38, 7232.92, 242.242,0,0,0,100,0), +(1241240, 19, 3858.55, 7224.29, 241.215,0,0,0,100,0), +(1241240, 18, 3844.43, 7205.01, 231.298,0,0,0,100,0), +(1241240, 17, 3844.95, 7183.08, 225.631,0,0,0,100,0), +(1241240, 16, 3853.11, 7151.16, 217.326,0,0,0,100,0), +(1241240, 15, 3870.74, 7131.27, 210.326,0,0,0,100,0), +(1241240, 14, 3896.19, 7103.67, 211.27,0,0,0,100,0), +(1241240, 13, 3918.27, 7080.29, 210.742,0,0,0,100,0), +(1241240, 12, 3937.72, 7052.57, 210.27,0,0,0,100,0), +(1241240, 11, 3952.93, 7028.98, 209.187,0,0,0,100,0), +(1241240, 10, 3971.03, 7002.62, 209.881,0,0,0,100,0), +(1241240, 9, 4004.69, 6989.1, 213.854,0,0,0,100,0), +(1241240, 8, 4041.09, 7000.58, 221.326,0,0,0,100,0), +(1241240, 7, 4071.54, 7033.09, 221.52,0,0,0,100,0), +(1241240, 6, 4086.07, 7065.28, 224.604,0,0,0,100,0), +(1241240, 5, 4097.13, 7102.44, 232.048,0,0,0,100,0), +(1241240, 4, 4095.98, 7138.24, 243.492,0,0,0,100,0), +(1241240, 3, 4083.88, 7155.52, 249.465,0,0,0,100,0), +(1241240, 2, 4058.74, 7162.29, 244.631,0,0,0,100,0), +(1241240, 1, 4038.05, 7165.02, 238.298,0,0,0,100,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_01_world.sql new file mode 100644 index 00000000000..f2c24ad5e96 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_01_world.sql @@ -0,0 +1,36 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=180000, `event_param2`=180000, `event_param3`=180000, `event_param4`=180000 WHERE `entryorguid` IN (-111996, -112005) AND `source_type`=0 AND `id`=0; + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(38505); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN(-112002,-111993,38505,38493) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN(3850500,38505*100+1) 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 +(-112002, 0, 0, 0, 60, 0, 100, 0, 60000, 90000, 60000, 90000, 80, 38505*100, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Knight of the Ebon Blade - On Update - Run Script'), +(38505*100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 12, 38505, 4, 120000, 0, 0, 0, 8, 0, 0, 0, 5898.320, 2041.114, 636.0415, 1.841691, 'Knight of the Ebon Blade - On Script - Summon Creature Knight of the Ebon Blade'), +(-111993, 0, 0, 0, 60, 0, 100, 0, 60000, 90000, 60000, 90000, 80, 38505*100+1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Argent Cruasder - On Update - Run Script'), +(38505*100+1, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 12, 38493, 4, 120000, 0, 0, 0, 8, 0, 0, 0, 5837.231, 2179.012, 636.0412, 6.169237, 'Argent Cruasder - On Script - Summon Creature Argent Cruasder'), +(38505, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 53, 0, 38505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Knight of the Ebon Blade - On Just summoned - start watpoint'), +(38505, 0, 1, 0, 40, 0, 100, 0, 9, 38505, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Knight of the Ebon Blade - On waypoint reached - despawn'), +(38493, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 53, 0, 38493, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Argent Cruasder - On Just summoned - start watpoint'), +(38493, 0, 1, 0, 40, 0, 100, 0, 9, 38493, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Argent Cruasder - On waypoint reached - despawn'); + +DELETE FROM `waypoints` WHERE `entry` IN (38493,38505); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(38493,1,5856.899, 2179.507, 636.041,""), +(38493,2,5867.398, 2157.619, 636.041,""), +(38493,3,5873.770, 2144.504, 636.041,""), +(38493,4,5871.876, 2124.536, 636.041,""), +(38493,5,5865.335, 2107.692, 635.977,""), +(38493,6,5854.102, 2101.100, 636.034,""), +(38493,7,5826.581, 2088.601, 636.064,""), +(38493,8,5810.641, 2081.362, 636.064,""), +(38493,9,5782.596, 2068.108, 636.064,""), +(38505,1,5894.719, 2067.567, 636.041,""), +(38505,2,5886.676, 2082.452, 636.041,""), +(38505,3,5876.980, 2088.505, 636.041,""), +(38505,4,5868.985, 2102.083, 636.041,""), +(38505,5,5868.985, 2102.083, 636.041,""), +(38505,6,5853.833, 2101.389, 636.034,""), +(38505,7,5830.794, 2090.629, 636.063,""), +(38505,8,5812.584, 2082.479, 636.063,""), +(38505,9,5782.596, 2068.108, 636.064,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_02_world.sql new file mode 100644 index 00000000000..d8b3b9c4b10 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_02_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `command` WHERE `name`="go instance"; +INSERT INTO `command` (`name`,`permission`,`help`) VALUES +('go instance', 874, 'Syntax: .go instance [mapid | name] + +Teleports you to entrance of instance with script name matching input (or given mapid)'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_03_world.sql new file mode 100644 index 00000000000..694a99ee25c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_08_30_03_world.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 1189 AND 1197; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(1189, "No instances were found matching your input"), +(1190, "Multiple instances match your input - please be more specific:"), +(1191, "│ %03u - %s"), +(1192, "Specified map %u is not instanced"), +(1193, "Could not find entrance portal for map %u (%s)"), +(1194, "Could not find exit portal for map %u (%s)"), +(1195, "Teleported you to the entrance of mapid %u (%s)"), +(1196, "Teleported you to the starting location of mapid %u (%s)"), +(1197, "Failed to teleport you to mapid %u (%s) - missing attunement/expansion for parent map %u?"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_01_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_01_00_world.sql new file mode 100644 index 00000000000..94e1a15a3d3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_01_00_world.sql @@ -0,0 +1,165 @@ +-- Algalon +DELETE FROM `spell_script_names` WHERE `ScriptName` IN +('spell_algalon_arcane_barrage', +'spell_algalon_phase_constellation', +'spell_algalon_black_hole_phase_shifts'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(65508,'spell_algalon_phase_constellation'), +(62168,'spell_algalon_black_hole_phase_shifts'), +(65250,'spell_algalon_black_hole_phase_shifts'), +(64417,'spell_algalon_black_hole_phase_shifts'); + +UPDATE `creature_template` SET `ScriptName`='npc_black_hole' WHERE `entry`=32953; +UPDATE `creature` SET `spawntimesecs`=15 WHERE `id`=33089; -- Dark Matters should respawn faster (is always full present in each black hole travel) + +DELETE FROM `creature_template_movement` WHERE `CreatureId`=34131; -- Stalker Asteroid Target 2 (25 man) +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(34131,0,0,1,0); + +-- Living Constellation immune mask +UPDATE `creature_template` SET `mechanic_immune_mask` = +1| -- charm +2| -- disorient +4| -- disarm +16| -- fear +512| -- sleep +2048| -- stun +4096| -- freeze +8192| -- knockout +65536| -- polymorph +131072| -- banish +524288| -- shackle +1048576| -- mount +4194304| -- turn +8388608| -- horror +536870912 -- sapped +WHERE `entry` IN (33052,33116); + +-- Brann Bronzebeard +UPDATE `creature_text` SET `Emote`=19 WHERE `CreatureID`=34064 AND `GroupID`=1 AND `ID`=0; + +-- Movement stuffs + +-- Before Door (Intro) +DELETE FROM `script_spline_chain_meta` WHERE `entry`=34064 AND `chainId`=1; +INSERT INTO `script_spline_chain_meta` (`entry`,`chainId`,`splineId`,`expectedDuration`,`msUntilNext`) VALUES +(34064, 1, 0, 4584, 3641), +(34064, 1, 1, 1881, 1234), +(34064, 1, 2, 1279, 0); +DELETE FROM `script_spline_chain_waypoints` WHERE `entry`=34064 AND `chainId`=1; +INSERT INTO `script_spline_chain_waypoints` (`entry`,`chainId`,`splineId`,`wpId`,`x`,`y`,`z`) VALUES +(34064, 1, 0, 0, 1677.3630, -162.35140, 427.33200), +(34064, 1, 0, 1, 1680.0880, -162.26590, 427.33260), +(34064, 1, 0, 2, 1679.0880, -162.26590, 427.33260), +(34064, 1, 0, 3, 1663.3630, -163.04570, 427.32710), +(34064, 1, 0, 4, 1660.9440, -163.16570, 427.27290), +(34064, 1, 0, 5, 1656.7000, -163.37610, 427.27290), +(34064, 1, 0, 6, 1653.5710, -163.53130, 427.34070), +(34064, 1, 0, 7, 1642.4820, -164.08120, 427.26020), +(34064, 1, 0, 8, 1642.4820, -164.08120, 427.26020), +(34064, 1, 1, 0, 1648.2720, -163.79410, 427.30220), +(34064, 1, 1, 1, 1642.3860, -164.15430, 427.52730), +(34064, 1, 1, 2, 1635.0000, -169.51450, 427.25230), +(34064, 1, 2, 0, 1639.2800, -166.40650, 427.25680), +(34064, 1, 2, 1, 1635.2970, -169.42000, 427.50950), +(34064, 1, 2, 2, 1633.2970, -172.92000, 427.50950), +(34064, 1, 2, 3, 1632.8140, -173.93340, 427.26210); + +-- Algalon Room (Intro) +DELETE FROM `script_spline_chain_meta` WHERE `entry`=34064 AND `chainId`=2; +INSERT INTO `script_spline_chain_meta` (`entry`,`chainId`,`splineId`,`expectedDuration`,`msUntilNext`) VALUES +(34064, 2, 0, 21837, 20656), +(34064, 2, 1, 20274, 0); +DELETE FROM `script_spline_chain_waypoints` WHERE `entry`=34064 AND `chainId`=2; +INSERT INTO `script_spline_chain_waypoints` (`entry`,`chainId`,`splineId`,`wpId`,`x`,`y`,`z`) VALUES +(34064, 2, 0, 0, 1632.8140, -173.93340, 427.26210), +(34064, 2, 0, 1, 1632.8260, -175.36180, 427.54690), +(34064, 2, 0, 2, 1632.8260, -176.36180, 427.54690), +(34064, 2, 0, 3, 1632.5760, -178.11180, 427.54690), +(34064, 2, 0, 4, 1632.5760, -186.86180, 427.54690), +(34064, 2, 0, 5, 1632.3260, -191.11180, 427.54690), +(34064, 2, 0, 6, 1632.0760, -211.36180, 419.79690), +(34064, 2, 0, 7, 1632.0760, -213.61180, 418.79690), +(34064, 2, 0, 8, 1631.8260, -219.86180, 418.79690), +(34064, 2, 0, 9, 1631.5760, -222.86180, 418.79690), +(34064, 2, 0, 10, 1631.5760, -226.11180, 418.79690), +(34064, 2, 0, 11, 1631.3390, -226.79030, 418.33180), +(34064, 2, 1, 0, 1631.4220, -223.79560, 418.40920), +(34064, 2, 1, 1, 1631.4580, -226.29390, 418.61520), +(34064, 2, 1, 2, 1631.4580, -226.79390, 418.61520), +(34064, 2, 1, 3, 1631.9580, -227.79390, 418.36520), +(34064, 2, 1, 4, 1631.9580, -229.79390, 417.86520), +(34064, 2, 1, 5, 1631.7080, -232.04390, 417.86520), +(34064, 2, 1, 6, 1631.7080, -234.04390, 417.86520), +(34064, 2, 1, 7, 1637.2080, -266.79390, 417.61520), +(34064, 2, 1, 8, 1630.4940, -267.29210, 417.32110); + +-- Outro 1 +DELETE FROM `script_spline_chain_meta` WHERE `entry`=34064 AND `chainId`=3; +INSERT INTO `script_spline_chain_meta` (`entry`,`chainId`,`splineId`,`expectedDuration`,`msUntilNext`) VALUES +(34064, 3, 0, 13940, 0); +DELETE FROM `script_spline_chain_waypoints` WHERE `entry`=34064 AND `chainId`=3; +INSERT INTO `script_spline_chain_waypoints` (`entry`,`chainId`,`splineId`,`wpId`,`x`,`y`,`z`) VALUES +(34064, 3, 0, 0, 1631.9890, -221.54390, 418.40910), +(34064, 3, 0, 1, 1631.9910, -222.44830, 418.40910), +(34064, 3, 0, 2, 1632.0610, -269.03790, 417.32100), +(34064, 3, 0, 3, 1631.9860, -297.78310, 417.32100), +(34064, 3, 0, 4, 1631.9860, -297.78310, 417.32100); + +-- Outro 2 +DELETE FROM `script_spline_chain_meta` WHERE `entry`=34064 AND `chainId`=4; +INSERT INTO `script_spline_chain_meta` (`entry`,`chainId`,`splineId`,`expectedDuration`,`msUntilNext`) VALUES +(34064, 4, 0, 26675, 0); +DELETE FROM `script_spline_chain_waypoints` WHERE `entry`=34064 AND `chainId`=4; +INSERT INTO `script_spline_chain_waypoints` (`entry`,`chainId`,`splineId`,`wpId`,`x`,`y`,`z`) VALUES +(34064, 4, 0, 0, 1631.9860, -297.78310, 417.32100), +(34064, 4, 0, 1, 1632.5820, -289.54480, 417.79630), +(34064, 4, 0, 2, 1633.0820, -267.29480, 417.79630), +(34064, 4, 0, 3, 1631.8320, -227.29480, 418.54630), +(34064, 4, 0, 4, 1632.5820, -217.79480, 418.79630), +(34064, 4, 0, 5, 1632.3320, -203.04480, 423.04630), +(34064, 4, 0, 6, 1633.0820, -188.79480, 427.54630), +(34064, 4, 0, 7, 1631.5820, -164.04480, 427.29630), +(34064, 4, 0, 8, 1656.8320, -164.79480, 427.54630), +(34064, 4, 0, 9, 1681.3320, -164.29480, 427.54630), +(34064, 4, 0, 10, 1682.3320, -154.54480, 427.54630), +(34064, 4, 0, 11, 1683.1770, -136.30650, 427.27150); + +-- Despawn Point Intro +DELETE FROM `script_spline_chain_meta` WHERE `entry`=34064 AND `chainId`=5; +INSERT INTO `script_spline_chain_meta` (`entry`,`chainId`,`splineId`,`expectedDuration`,`msUntilNext`) VALUES +(34064, 5, 0, 29711, 28875), +(34064, 5, 1, 12977, 12141), +(34064, 5, 2, 7479, 6437), +(34064, 5, 3, 5117, 0); +DELETE FROM `script_spline_chain_waypoints` WHERE `entry`=34064 AND `chainId`=5; +INSERT INTO `script_spline_chain_waypoints` (`entry`,`chainId`,`splineId`,`wpId`,`x`,`y`,`z`) VALUES +(34064, 5, 0, 0, 1630.4940, -267.29210, 417.32110), +(34064, 5, 0, 1, 1637.0400, -266.68800, 417.84810), +(34064, 5, 0, 2, 1634.5400, -233.93800, 417.84810), +(34064, 5, 0, 3, 1634.2900, -231.68800, 417.84810), +(34064, 5, 0, 4, 1634.2900, -229.93800, 417.84810), +(34064, 5, 0, 5, 1632.0400, -227.68800, 418.59810), +(34064, 5, 0, 6, 1632.0400, -226.18800, 418.84810), +(34064, 5, 0, 7, 1632.0400, -223.18800, 418.84810), +(34064, 5, 0, 8, 1632.0400, -220.18800, 418.84810), +(34064, 5, 0, 9, 1632.0400, -213.68800, 418.84810), +(34064, 5, 0, 10, 1632.0400, -211.68800, 419.84810), +(34064, 5, 0, 11, 1632.0850, -201.58390, 423.37500), +(34064, 5, 1, 0, 1632.0770, -203.61940, 422.59170), +(34064, 5, 1, 1, 1632.1190, -201.36540, 423.66990), +(34064, 5, 1, 2, 1631.6190, -190.86540, 427.66990), +(34064, 5, 1, 3, 1631.3690, -186.86540, 427.41990), +(34064, 5, 1, 4, 1631.1190, -178.11540, 427.41990), +(34064, 5, 1, 5, 1631.1190, -176.36540, 427.41990), +(34064, 5, 1, 6, 1631.1190, -175.36540, 427.41990), +(34064, 5, 1, 7, 1630.8690, -173.11540, 427.41990), +(34064, 5, 1, 8, 1630.6600, -172.11150, 427.24800), +(34064, 5, 2, 0, 1630.7620, -174.22000, 427.26550), +(34064, 5, 2, 1, 1630.8760, -173.00420, 427.51350), +(34064, 5, 2, 2, 1630.8760, -171.75420, 427.51350), +(34064, 5, 2, 3, 1645.9900, -165.78850, 427.26160), +(34064, 5, 3, 0, 1642.4200, -167.26120, 427.25840), +(34064, 5, 3, 1, 1646.1510, -165.89170, 427.54380), +(34064, 5, 3, 2, 1654.4010, -165.14170, 427.54380), +(34064, 5, 3, 3, 1654.8810, -165.02210, 427.32920); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_01_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_01_01_world.sql new file mode 100644 index 00000000000..ca957cf0703 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_01_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (36853, 38265, 38266, 38267); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(36853, 1, 0, 2, 0), +(38265, 1, 0, 2, 0), +(38266, 1, 0, 2, 0), +(38267, 1, 0, 2, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_00_world_335.sql new file mode 100644 index 00000000000..1347daa2d00 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_00_world_335.sql @@ -0,0 +1,2 @@ +-- Haughty Modiste +UPDATE `quest_template_locale` SET `Title`="Das gestohlene Tagebuch", `Details`="Mein Tagebuch! Sie haben es in die Höhle gebracht. Der, der es hatte, war ein großer Kerl mit seltsamen Zeichen auf der Haut und im Gesicht. Viel mehr konnte ich leider nicht sehen.$B$BIhr hattet ja mit den Trollen Erfolg, vielleicht könntet Ihr es mir wiederbeschaffen?", `Objectives`="Tötet Grik'nir den Kalten.", `OfferRewardText`="Text: Großartig, $N! Vielen Dank, dass Ihr mein Notizbuch zurückgeholt habt. Nun, es scheint, als sei das Trollproblem hier im Eisklammtal unter Kontrolle und als müssten wir uns nicht allzu viele Sorgen machen.$B$BNachdem ich meinem Bericht den letzten Schliff gegeben habe, werde ich jemanden brauchen, der ihn meinem Bruder Senir bringt.", `RequestItemsText`="$N! Glück gehabt?" WHERE `ID`=218 AND `locale`="deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_01_world_335.sql new file mode 100644 index 00000000000..65dd242fb40 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_01_world_335.sql @@ -0,0 +1,2 @@ +-- Haughty Modiste +UPDATE `creature_template` SET `gossip_menu_id`=7524 WHERE `entry`=15165; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_02_world_335.sql new file mode 100644 index 00000000000..c563a3ff3fc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_02_02_world_335.sql @@ -0,0 +1,2 @@ +-- Quest: Frostmaw +UPDATE `quest_offer_reward` SET `RewardText`="Both strength and cunning were needed to find and defeat Frostmaw, $N. You have both.$b$bYour path has taken you to the valleys of Thousand Needles and to the high mountains of Alterac. It will one day lead you through all the Earthmother's lands, for such is the way of the hunter." WHERE `ID`= 1136; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_00_world_335.sql new file mode 100644 index 00000000000..fc95fcff848 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_00_world_335.sql @@ -0,0 +1,29 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=738 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (73800,73803,73804) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(738,0,1,0,11,0,100,0,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Respawn - Set Active On"), +(738,0,2,0,11,0,100,0,0,0,0,0,0,80,73800,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Respawn - Run Sript"), +(738,0,3,0,40,0,100,0,14,73800,0,0,0,80,73801,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Waypoint 14 Reached - Run Script"), +(738,0,4,0,40,0,100,0,16,73800,0,0,0,80,73802,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Waypoint 16 Reached - Run Script"), +(738,0,5,0,38,0,100,0,1,1,0,0,0,80,73803,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Data Set - Run Script"), +(738,0,6,0,40,0,100,0,16,73801,0,0,0,80,73804,2,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Waypoint 16 Reached - Run Script"), +(73800,9,0,0,0,0,100,0,600000,600000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 0"), +(73800,9,1,0,0,0,100,0,5000,5000,0,0,0,53,0,73800,0,0,0,2,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Start Waypoint"), +(73800,9,2,0,0,0,100,0,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Remove Npc Flag Questgiver"), +(73803,9,0,0,0,0,100,0,2000,2000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 3"), +(73803,9,1,0,0,0,100,0,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Add Npc Flag Questgiver"), +(73803,9,3,0,0,0,100,0,120000,120000,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 4"), +(73803,9,4,0,0,0,100,0,5000,5000,0,0,0,53,0,73801,0,0,0,2,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Start Waypoint"), +(73803,9,5,0,0,0,100,0,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Remove Npc Flag Questgiver"), +(73804,9,0,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.5676,"Private Thorsen - On Script - Set Orientation"), +(73804,9,1,0,0,0,100,0,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - add Npc Flag Questgiver"), +(73804,9,2,0,0,0,100,0,500,500,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 5"), +(73804,9,3,0,0,0,100,0,7000,7000,0,0,0,1,0,0,0,0,0,0,19,733,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 0 (Sergeant Yohwa)"), +(73804,9,4,0,0,0,100,0,900000,900000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Say Line 0"), +(73804,9,6,0,0,0,100,0,5000,5000,0,0,0,53,0,73800,0,0,0,2,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Start Waypoint"), +(73804,9,5,0,0,0,100,0,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Private Thorsen - On Script - Remove Npc Flag Questgiver"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=215; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,215,0,0,23,0,99,0,0,1,0,0,"","Quest 'Jungle Secrets' can only be taken if Private Thorsen is not in area 99"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_01_world.sql new file mode 100644 index 00000000000..294d91dff7f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_01_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=177964; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(22,1,177964,1,0,29,1,12876,50,0,1,0,'','Execute sai if not near 12876 alive'), +(22,1,177964,1,0,29,1,12876,50,1,1,0,'','Execute sai if not near 12876 dead'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_02_world_335.sql new file mode 100644 index 00000000000..3b3bf79ff88 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_02_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=9685 WHERE `id` IN (9690); +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `action_type`=53 AND `entryorguid` IN (17811, 17812,17809,17810) AND source_type=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_03_world_335.sql new file mode 100644 index 00000000000..fe84f713514 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_03_03_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `gameobject` SET `id`=171942, `spawntimesecs`=180, `animprogress`=100 WHERE `guid`=18199; +DELETE FROM `gameobject` WHERE `guid`=48892; +DELETE FROM `gameobject_addon` WHERE `guid`=48892; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_06_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_06_00_world.sql new file mode 100644 index 00000000000..6986b42a7cd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_06_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `command` SET `permission`=377 WHERE (`permission` BETWEEN 378 AND 386) OR `permission` IN (852,874); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_07_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_07_00_world.sql new file mode 100644 index 00000000000..10ca8af85dd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_07_00_world.sql @@ -0,0 +1,33 @@ +-- +DELETE FROM `command` WHERE `name` IN ('go creature', 'go creature id', 'go object', 'go gameobject', 'go gameobject id', 'go graveyard', 'go grid', 'go instance', 'go offset', 'go taxinode', 'go ticket', 'go trigger', 'go areatrigger', 'go xyz', 'go zonexy'); +INSERT INTO `command` (`name`,`permission`,`help`) VALUES +('go creature', 377, 'Syntax: .go creature <spawnId> +Teleport yourself to the creature spawn with the specified spawn ID.'), +('go creature id', 377, 'Syntax: .go creature id <creatureId> +Teleport yourself to the first spawn point for the specified creature ID. +If multiple spawn points for the creature exist, teleport to the first one found.'), +('go gameobject', 377, 'Syntax: .go gameobject <spawnId> +Teleport yourself to the gameobject spawn with the specified spawn ID.'), +('go gameobject id', 377, 'Syntax: .go gameobject id <goId> +Teleport yourself to the first spawn point for the specified gameobject ID. +If multiple spawn points for the gameobject exist, teleport to the first one found.'), +('go graveyard', 377, 'Syntax: .go graveyard <graveyardId> +Teleport yourself to the graveyard with the specified graveyard ID.'), +('go grid', 377, 'Syntax: .go grid <gridX> <gridY> [<mapId>] +Teleport yourself to center of grid at the provided indices in specified (or current) map.'), +('go instance', 377, 'Syntax: .go instance <part of scriptname> +Teleport yourself to the entrance of the instance matching the specified script name.'), +('go offset', 377, 'Syntax: .go offset [<dForward> [<dSideways> [<dZ [<dO>]]]] +Teleport yourself by the specified amount relative to your current position and orientation.'), +('go taxinode', 377, 'Syntax: .go taxinode <nodeId> +Teleport yourself to the specified taxi node.'), +('go ticket', 377, 'Syntax: .go ticket <ticketId> +Teleport yourself to the location at which the specified ticket was created.'), +('go areatrigger', 377, 'Syntax: .go areatrigger <areatriggerId> +Teleport yourself to the specified areatrigger\'s location. +Note that you may end up at the trigger\'s target location if it is a teleport trigger.'), +('go xyz', 377, 'Syntax: .go xyz <x> <y> [<z> [<mapid> [<o>]]] +Teleport yourself to the specified location in the specified (or current) map. +If no z coordinate is specified, defaults to ground/water level.'), +('go zonexy', 377, 'Syntax: .go zonexy <x> <y> [<zone>] +Teleport yourself to the given local (x,y) position in the specified (or current) zone.'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_09_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_09_00_world_335.sql new file mode 100644 index 00000000000..6c73f7a2480 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_09_00_world_335.sql @@ -0,0 +1,30 @@ +-- Yeh'kinya +DELETE FROM `creature_template_movement` WHERE `CreatureId`=8579; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(8579,1,0,2,0); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8579; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8579 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=857900 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 +(8579,0,0,0,20,0,100,0,8181,0,0,0,80,857900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Quest 'Confront Yeh'kinya' Finished - Run Script"), +(8579,0,1,0,20,0,100,0,8181,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Quest 'Confront Yeh'kinya' Finished - Set Active On"), +(8579,0,2,0,40,0,100,0,2,8579,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Waypoint 2 Reached - Despawn"), +(857900,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Script - Remove Npc Flag Questgiver+Gossip"), +(857900,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Script - Say Line 0"), +(857900,9,2,0,0,0,100,0,6000,6000,0,0,3,0,2706,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Script - Morph To Model 2706"), +(857900,9,3,0,0,0,100,0,0,0,0,0,11,7741,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Script - Cast 'Summoned Demon'"), +(857900,9,4,0,0,0,100,0,2000,2000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Script - Say Line 1"), +(857900,9,5,0,0,0,100,0,0,0,0,0,53,1,8579,0,0,0,0,1,0,0,0,0,0,0,0,"Yeh'kinya - On Script - Start Waypoint"); + +DELETE FROM `creature_text` WHERE `CreatureID`=8579; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8579,0,0,"It is true, $n. The wheels of doom now turn, inevitably, toward the true return of Hakkar!",12,0,100,5,0,0,10456,0,"Yeh'kinya"), +(8579,1,0,"Blood and souls for Hakkar! HAHAHAH!",14,0,100,0,0,6963,10457,0,"Yeh'kinya"); + +DELETE FROM `waypoints` WHERE `entry`=8579; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(8579,1,-6916.84,-4847.92,12.5325,""), +(8579,2,-6964.45,-4949.57,6.45678,""); + + diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_09_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_09_01_world_335.sql new file mode 100644 index 00000000000..5740fdbcdb5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_09_01_world_335.sql @@ -0,0 +1,2 @@ + -- Bloodsurge proc +UPDATE `spell_proc` SET `AttributesMask`=2 WHERE `SpellId`=46916; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_10_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_10_00_world.sql new file mode 100644 index 00000000000..1aff3e3c521 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_10_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `instance_template` SET `parent` = 571 WHERE `map` = 631; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_10_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_10_01_world.sql new file mode 100644 index 00000000000..d061f10b4c1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_10_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `instance_template` SET `parent`=571 WHERE `map` IN (724, 668, 658, 632, 631); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_00_world.sql new file mode 100644 index 00000000000..0bf494a2349 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_00_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `player_factionchange_spells` WHERE `alliance_id` IN (16056, 16055); +INSERT INTO `player_factionchange_spells` (`alliance_id`, `horde_id`) VALUES +(16056, 18991), (16055, 18992); + +DELETE FROM `player_factionchange_items` WHERE `alliance_id` IN (12302,12303); +INSERT INTO `player_factionchange_items` (`race_A`, `alliance_id`, `commentA`, `race_H`, `horde_id`, `commentH`) VALUE +(0, 12302, 'Reins of the Ancient Frostsaber', 0, 15292, 'Green Kodo'), +(0, 12303, 'Reins of the Nightsaber', 0, 15293, 'Teal Kodo'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_01_world_335.sql new file mode 100644 index 00000000000..d25a1eee8c4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_01_world_335.sql @@ -0,0 +1,13 @@ +-- +UPDATE `smart_scripts` SET `action_param4`=1 WHERE `entryorguid` IN (8391) AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `target_x`=-6477.161133, `target_y`=-1255.462769, `target_z`=180.371185, `target_o`=1.720018 WHERE `entryorguid` IN (8400) AND `source_type`=0 AND `id`=7; +UPDATE `smart_scripts` SET `target_x`=-6477.161133, `target_y`=-1255.462769, `target_z`=180.371185, `target_o`=1.720018 WHERE `entryorguid` IN (8400) AND `source_type`=0 AND `id`=14; + +DELETE FROM `smart_scripts` WHERE `entryorguid` =8391 AND `source_type`=0 AND `id`>4; +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 +(8391, 0,5,6,11,0,100,0,0,0,0,0,18,256,0,0,0,0,0,1,0,0,0,0,0,0,0,'Lathoric the Black - On Spawn - Set unit flag'), +(8391, 0,6,7,61,0,100,0,0,0,0,0,2,16,0,0,0,0,0,1,0,0,0,0,0,0,0,'Lathoric the Black - On Spawn - Change faction'), +(8391, 0,7,0,61,0,100,0,0,0,0,0,47,0,0,0,0,0,0,19,8421,20,0,0,0,0,0,'Lathoric the Black - On Spawn - set invisible'), +(8391, 0,8,0,1,0,100,1,7000,7000,0,0,19,256,0,0,0,0,0,1,0,0,0,0,0,0,0,'Lathoric the Black - ooc - remove unit flag'); + +UPDATE `creature` SET `position_x`=-6455.95459, `position_y`=-1247.351807, `position_z`=180.441589, `orientation`=4.558472 WHERE `guid`=5809; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_02_world.sql new file mode 100644 index 00000000000..1bca6243684 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=1, `comment`="All champions - Script 1 - Set run On" WHERE `entryorguid` IN (3374500) AND `source_type`=9 AND `id`=7; +UPDATE `smart_scripts` SET `action_param1`=1, `comment`="All champions - Script 1 - Set run On" WHERE `entryorguid` IN (3328500) AND `source_type`=9 AND `id`=7; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_03_world.sql new file mode 100644 index 00000000000..fd9908e147d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_11_03_world.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=36325; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,36325,0,31,3,21182,0,0,'','Spell 36325 target creature 21182'), +(13,1,36325,1,31,3,22401,0,0,'','Spell 36325 target creature 22401'), +(13,1,36325,2,31,3,22402,0,0,'','Spell 36325 target creature 22402'), +(13,1,36325,3,31,3,22403,0,0,'','Spell 36325 target creature 22403'); + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN ( 21182, 22401, 22402, 22403) AND `source_type`=0 AND `id`=2 AND action_type=11; +UPDATE `smart_scripts` SET `id`=2 WHERE `entryorguid` IN ( 21182, 22401, 22402, 22403) AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `action_param1`=34386 WHERE `entryorguid` IN (20813,20814,20815,20816) AND `source_type`=0 AND `id`=2; + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (21170, 22404, 22405, 22406) AND `source_type`=0 AND `id` IN (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 +(21170,0,9,0,11,0,100,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Honor Hold Gryphon Brigadier, Foothill - On Respawn - Set active"), +(22404,0,9,0,11,0,100,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Honor Hold Gryphon Brigadier, Foothill - On Respawn - Set active"), +(22405,0,9,0,11,0,100,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Honor Hold Gryphon Brigadier, Foothill - On Respawn - Set active"), +(22406,0,9,0,11,0,100,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Honor Hold Gryphon Brigadier, Foothill - On Respawn - Set active"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_12_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_12_00_world.sql new file mode 100644 index 00000000000..b5c908159d8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_12_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=768 WHERE `entry` IN (32443, 32446); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_14_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_14_00_world.sql new file mode 100644 index 00000000000..987e46c34e7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_14_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=41, `action_param1`=2100 WHERE `entryorguid` IN (175622); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_17_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_17_00_world.sql new file mode 100644 index 00000000000..d8602da97ae --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_17_00_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `command` WHERE `name`='debug dummy'; +INSERT INTO `command` (`name`,`permission`,`help`) VALUES +('debug dummy',852,'Syntax: .debug dummy <???> + +Catch-all debug command. Does nothing by default. If you want it to do things for testing, add the things to its script in cs_debug.cpp.'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_17_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_17_01_world.sql new file mode 100644 index 00000000000..bd5f1cd678b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_17_01_world.sql @@ -0,0 +1,64 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (209098); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(209098, 2090980, 0, 0, ''); +UPDATE `creature` SET `position_x`=8442.81, `position_y`=2738.87, `position_z`=759.958, `MovementType` = 2 WHERE `guid` IN (209098); +DELETE FROM `waypoint_data` WHERE `id`=2090980; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(2090980, 1, 8456.4687, 2752.330, 759.957, 3.946624, 0, 0, 0, 100, 0), +(2090980, 2, 8439.2714, 2732.363, 759.957, 4.013381, 0, 0, 0, 100, 0), +(2090980, 3, 8417.5234, 2690.753, 759.958, 4.384489, 0, 0, 0, 100, 0), +(2090980, 4, 8413.6376, 2661.341, 759.958, 4.700219, 0, 0, 0, 100, 0), +(2090980, 5, 8417.5410, 2633.386, 759.958, 4.881646, 0, 0, 0, 100, 0), +(2090980, 6, 8428.3886, 2606.724, 759.958, 5.237431, 0, 0, 0, 100, 0), +(2090980, 7, 8449.9873, 2582.967, 759.958, 5.513106, 0, 0, 0, 100, 0), +(2090980, 8, 8471.9550, 2568.648, 759.958, 5.788781, 0, 0, 0, 100, 0), +(2090980, 9, 8498.3876, 2557.482, 759.958, 6.026756, 0, 0, 0, 100, 0), +(2090980, 10, 8520.1494, 2554.612, 759.958, 6.219965, 0, 0, 0, 100, 0), +(2090980, 11, 8544.6005, 2553.064, 759.958, 6.219965, 0, 0, 0, 100, 0), +(2090980, 12, 8566.8173, 2561.380, 759.958, 0.417443, 0, 0, 0, 100, 0), +(2090980, 13, 8592.1015, 2574.674, 759.958, 0.886326, 0, 0, 0, 100, 0), +(2090980, 14, 8608.0019, 2588.354, 759.958, 0.964080, 0, 0, 0, 100, 0), +(2090980, 15, 8622.9794, 2611.412, 759.958, 1.081890, 0, 0, 0, 100, 0), +(2090980, 16, 8632.0664, 2637.304, 759.958, 1.277454, 0, 0, 0, 100, 0), +(2090980, 17, 8635.7812, 2655.978, 759.958, 1.395264, 0, 0, 0, 100, 0), +(2090980, 18, 8638.5332, 2680.815, 759.958, 1.513074, 0, 0, 0, 100, 0), +(2090980, 19, 8631.7646, 2702.789, 759.958, 1.958395, 0, 0, 0, 100, 0), +(2090980, 20, 8620.1142, 2727.315, 759.958, 2.238782, 0, 0, 0, 100, 0), +(2090980, 21, 8602.6484, 2743.659, 759.958, 2.408428, 0, 0, 0, 100, 0), +(2090980, 22, 8585.5878, 2756.740, 759.958, 2.507388, 0, 0, 0, 100, 0), +(2090980, 23, 8547.3623, 2771.712, 759.958, 2.820762, 0, 0, 0, 100, 0), +(2090980, 24, 8585.5878, 2756.740, 759.958, 2.507388, 0, 0, 0, 100, 0), +(2090980, 25, 8602.6484, 2743.659, 759.958, 2.408428, 0, 0, 0, 100, 0), +(2090980, 26, 8620.1142, 2727.315, 759.958, 2.238782, 0, 0, 0, 100, 0), +(2090980, 27, 8631.7646, 2702.789, 759.958, 1.958395, 0, 0, 0, 100, 0), +(2090980, 28, 8638.5332, 2680.815, 759.958, 1.513074, 0, 0, 0, 100, 0), +(2090980, 29, 8635.7812, 2655.978, 759.958, 1.395264, 0, 0, 0, 100, 0), +(2090980, 30, 8632.0664, 2637.304, 759.958, 1.277454, 0, 0, 0, 100, 0), +(2090980, 31, 8622.9794, 2611.412, 759.958, 1.081890, 0, 0, 0, 100, 0), +(2090980, 32, 8608.0019, 2588.354, 759.958, 0.964080, 0, 0, 0, 100, 0), +(2090980, 33, 8592.1015, 2574.674, 759.958, 0.886326, 0, 0, 0, 100, 0), +(2090980, 34, 8566.8173, 2561.380, 759.958, 0.417443, 0, 0, 0, 100, 0), +(2090980, 35, 8544.6005, 2553.064, 759.958, 6.219965, 0, 0, 0, 100, 0), +(2090980, 36, 8520.1494, 2554.612, 759.958, 6.219965, 0, 0, 0, 100, 0), +(2090980, 37, 8498.3876, 2557.482, 759.958, 6.026756, 0, 0, 0, 100, 0), +(2090980, 38, 8471.9550, 2568.648, 759.958, 5.788781, 0, 0, 0, 100, 0), +(2090980, 39, 8449.9873, 2582.967, 759.958, 5.513106, 0, 0, 0, 100, 0), +(2090980, 40, 8428.3886, 2606.724, 759.958, 5.237431, 0, 0, 0, 100, 0), +(2090980, 41, 8417.5410, 2633.386, 759.958, 4.881646, 0, 0, 0, 100, 0), +(2090980, 42, 8413.6376, 2661.341, 759.958, 4.700219, 0, 0, 0, 100, 0), +(2090980, 43, 8417.5234, 2690.753, 759.958, 4.384489, 0, 0, 0, 100, 0), +(2090980, 44, 8439.2714, 2732.363, 759.957, 4.013381, 0, 0, 0, 100, 0), +(2090980, 45, 8456.4687, 2752.330, 759.957, 3.946624, 0, 0, 0, 100, 0); + +UPDATE `creature` SET `position_x`=8492.125977, `position_y`=2555.663818, `position_z`=759.957397, `orientation`=2.473193 WHERE `guid`=209085; +UPDATE `creature` SET `position_x`=8536.571289, `position_y`=2547.800781, `position_z`=759.959534, `orientation`=2.673477 WHERE `guid`=152127; +UPDATE `creature` SET `position_x`=8601.501953, `position_y`=2577.823486, `position_z`=759.956787, `orientation`=0.242651 WHERE `guid`=209081; + +DELETE FROM `creature` WHERE `guid` IN (86511,86512,86513); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES +(86511, 29719, 571, 0, 0, 1, 2, 0, 0, 8562.84, 2770.26, 759.957, 1.48907, 300, 0, 0, 12175, 0, 0, 0, 0, 0), +(86512, 29720, 571, 0, 0, 1, 2, 0, 0, 8631.7, 2624.14, 759.958, 1.15527, 300, 0, 0, 12600, 0, 0, 0, 0, 0), +(86513, 29722, 571, 0, 0, 1, 2, 0, 0, 8633.92, 2700.02, 759.958, 2.72212, 300, 0, 0, 12175, 0, 0, 0, 0, 0); + +UPDATE `creature` SET `MovementType`=1, `spawndist`=5 WHERE `guid` IN (86511,86512,86513,209085,152127,209081,152137,209080,152160,152131); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_00_world.sql new file mode 100644 index 00000000000..b1125359ede --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_00_world.sql @@ -0,0 +1,229 @@ +-- DEFENSIVE +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -74513 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -74514 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -74515 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -109653 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -109654 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -109652 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -109655 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2021805 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2021804 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2021803 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2021802 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2021801 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2021800 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 21117 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 23975 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25239 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 26600 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 26599 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 26634 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -98042 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -98043 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2576600 AND `source_type`=9 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 26817 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25477 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25783 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 40416 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 225 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 27316 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 27842 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 19055 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 18069 AND `source_type`=0 AND `id`=9 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 7207 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1722600 AND `source_type`=9 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1722601 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 27693 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17592 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1373 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 5042 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17219 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25730 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2043901 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2043900 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2404402 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2404403 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2404401 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2404400 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2732800 AND `source_type`=9 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2732801 AND `source_type`=9 AND `id`=7 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2732802 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 16643 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25729 AND `source_type`=0 AND `id`=7 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 29050 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17015 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 11832 AND `source_type`=0 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 11832 AND `source_type`=0 AND `id`=33 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 11832 AND `source_type`=0 AND `id`=38 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1183201 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 15491 AND `source_type`=0 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2741100 AND `source_type`=9 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 28399 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 23782 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 4721 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2821700 AND `source_type`=9 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2795101 AND `source_type`=9 AND `id`=8 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1783101 AND `source_type`=9 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17955 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17953 AND `source_type`=0 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 20551 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 16551 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 27383 AND `source_type`=0 AND `id`=13 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 14909 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 3848 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 16611 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 16626 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 16693 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 16742 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -67155 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 23995 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2784300 AND `source_type`=9 AND `id`=6 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 27858 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2785700 AND `source_type`=9 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 27439 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 27229 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 28244 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 28175 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 29525 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 23282 AND `source_type`=0 AND `id`=7 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 19544 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 19543 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17875 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17875 AND `source_type`=0 AND `id`=7 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 29860 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 29858 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 29859 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 32310 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 32311 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 32239 AND `source_type`=0 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 32239 AND `source_type`=0 AND `id`=10 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 32312 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 30992 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2665400 AND `source_type`=9 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25729 AND `source_type`=0 AND `id`=24 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 14875 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 24238 AND `source_type`=0 AND `id`=18 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 18237 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 16856 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 20802 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 3039900 AND `source_type`=9 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 3694 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 21181 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 21685 AND `source_type`=0 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 21685 AND `source_type`=0 AND `id`=17 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 21686 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 21686 AND `source_type`=0 AND `id`=9 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 21687 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 21687 AND `source_type`=0 AND `id`=13 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2389900 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 22820 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 6181 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 12277 AND `source_type`=0 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 10610 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 10805 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 10803 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 14325 AND `source_type`=0 AND `id`=11 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 27102 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 31050 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 31050 AND `source_type`=0 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25652 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17512 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25220 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -78642 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -78643 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -78644 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -78647 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -10998 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= -10999 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1966600 AND `source_type`=9 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17242 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 17242 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1710901 AND `source_type`=9 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1710903 AND `source_type`=9 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1967100 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 1789300 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25458 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 25456 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 24173 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 143300 AND `source_type`=9 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 3695 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 369501 AND `source_type`=9 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 369201 AND `source_type`=9 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 5088 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 508800 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 4972 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 4048 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 2028100 AND `source_type`=9 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 19569 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 450001 AND `source_type`=9 AND `id`=6 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 20071 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 9453 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 811501 AND `source_type`=9 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 399500 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 566600 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=1 WHERE `entryorguid`= 857900 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +-- AGGRESSIVE +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 21633 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 2681400 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 2681404 AND `source_type`=9 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 7273 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 21410 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 21409 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 25625 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 15629 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 15629 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 15629 AND `source_type`=0 AND `id`=7 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 22458 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= -78837 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 23741 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 23741 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 30017 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 30023 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 25237 AND `source_type`=0 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 25237 AND `source_type`=0 AND `id`=4 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 26287 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 2628700 AND `source_type`=9 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 5662 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 5697 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 36217 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 18903 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 26666 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 2584900 AND `source_type`=9 AND `id`=9 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 23734 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 26379 AND `source_type`=0 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 488000 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 398400 AND `source_type`=9 AND `id`=5 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= -14428 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 16671 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 16667 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 16655 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 16678 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 16666 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 18248 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 19616 AND `source_type`=0 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 16708 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 16727 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 16757 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 17204 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 17519 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 17520 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 18947 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 25274 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 1511 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 1516 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 1514 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 14372 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 11862 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 5413 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 6169 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 6031 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 5878 AND `source_type`=0 AND `id`=1 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 130901 AND `source_type`=9 AND `id`=3 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 21400 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 21397 AND `source_type`=0 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 1871300 AND `source_type`=9 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 1269 AND `source_type`=0 AND 1 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 6826 AND `source_type`=0 AND 3 AND `id`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 2356600 AND `source_type`=9 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 518400 AND `source_type`=9 AND `id`=2 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`= 518401 AND `source_type`=9 AND `id`=2 AND `action_type`=53; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_01_world.sql new file mode 100644 index 00000000000..f9c20bae682 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_01_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `smart_scripts` SET `event_type`=23, `event_param1`=36640, `event_param3`=1000, `event_param4`=1000, `action_param2`=2, `comment`="Warp Aberration - On missing aura - Cast 'Arcane Shield' (No Repeat)" WHERE entryorguid IN (18865) AND source_type=0 AND id=0; +UPDATE `creature_template` SET `unit_flags`=33554432, `AIName`="" WHERE `entry`=21322; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (21322) AND `source_type`=0; + +DELETE FROM `creature_template_addon` WHERE `entry` IN (21322); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(21322, 0, 0, 0, 0, 0, '36581'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_02_world.sql new file mode 100644 index 00000000000..80cb829dfb5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type`=6, `event_param2`=0, `action_param2`=2, `comment`="Sundered Rumbler - On death - Cast 'Summon Sundered Shard'" WHERE `entryorguid` IN (18881) AND `source_type`=0 AND `id`=2; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_03_world.sql new file mode 100644 index 00000000000..d71ed725e4e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template_movement` SET `Ground`=1, `Swim`=0, `Flight`=0, `Rooted`=1 WHERE `CreatureId`=29747; +UPDATE `creature_template_movement` SET `Rooted`=0 WHERE `CreatureId` IN (14697, 18695, 30475, 31424); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_04_world.sql new file mode 100644 index 00000000000..57042382103 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_18_04_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_queststarter` WHERE `id`=37597 AND `quest`=24683; +DELETE FROM `creature_questender` WHERE `id`=37597 AND `quest`=24683; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_20_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_20_00_world.sql new file mode 100644 index 00000000000..6f30001168b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_20_00_world.sql @@ -0,0 +1,233 @@ +-- Quest: Springing the Trap (11969) + +SET @CGUID := 86530; +SET @SOLDIER := 24769; +SET @KERISTRASZA := 26237; +SET @SARAGOSA := 26299; +SET @MALYGOS := 26310; +SET @COLDARRA_INVISMAN := 26373; +SET @MALYGOS2 := 29655; +SET @INVISMAN := 33087; +SET @SIGNALFIRE := 194151; + +UPDATE `creature_template` SET `speed_walk`=3.6, `speed_run`=2.857143, `unit_flags`=832 WHERE `entry`=@KERISTRASZA; +UPDATE `creature_template` SET `speed_walk`=2, `speed_run`=1.714286, `unit_flags`=768 WHERE `entry`=@SARAGOSA; +UPDATE `creature_template` SET `speed_walk`=8, `speed_run`=4.714286, `unit_flags`=832 WHERE `entry`=@MALYGOS; + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (@SOLDIER,@KERISTRASZA,@MALYGOS); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(@SOLDIER,0,0,1,0), +(@KERISTRASZA,1,0,2,0), +(@MALYGOS,0,0,1,0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (@KERISTRASZA,@SARAGOSA,@MALYGOS,@SOLDIER); +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`auras`) VALUES +(@KERISTRASZA,50331648,1,''), +(@SARAGOSA,0,1,'29266'), +(@MALYGOS,50331648,1,'65137'), +(@SOLDIER,50331648,1,'65185'); + +DELETE FROM `creature` WHERE `guid`= @CGUID; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`MovementType`) VALUES +(@CGUID, @INVISMAN, 571, 1, 1, 15435, 0, 4062.013, 7108.927, 170.0696, 0, 300, 0, 0); + +UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry` IN (@INVISMAN); +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (@KERISTRASZA,@SARAGOSA,@MALYGOS,@COLDARRA_INVISMAN,@MALYGOS2,@INVISMAN,@SOLDIER); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@KERISTRASZA,@SARAGOSA,@MALYGOS,@COLDARRA_INVISMAN,@MALYGOS2,@INVISMAN,@SOLDIER) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@KERISTRASZA*100+0,@KERISTRASZA*100+1,@KERISTRASZA*100+2,@MALYGOS*100,@MALYGOS2*100,@INVISMAN*100,@MALYGOS*100+1) 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 +(@KERISTRASZA,0,0,0,38,0,100,0,0,1,0,0,53,0,@KERISTRASZA,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza - On data set - Start WP movement'), +(@KERISTRASZA,0,1,2,40,0,100,0,4,@KERISTRASZA,0,0,54,20000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza - On WP 4 reached - Pause WP movement 20 seconds'), +(@KERISTRASZA,0,2,0,61,0,100,0,0,0,0,0,80,@KERISTRASZA*100+0,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza - On WP 4 reached - Start script 0'), +(@KERISTRASZA,0,3,4,40,0,100,0,6,0,0,0,12,@SARAGOSA,3,40000,0,0,0,8,0,0,0,4032.4,7086.208,166.6852,4.328416, 'Keristrasza - On WP 6 reached - Summon Corpse of Saragosa'), +(@KERISTRASZA,0,4,5,61,0,100,0,0,0,0,0,55,40000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza - On WP 6 reached - Pause WP movement 40 seconds'), +(@KERISTRASZA,0,5,0,61,0,100,0,0,0,0,0,80,@KERISTRASZA*100+1,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza - On WP 6 reached - Start script 1'), +(@KERISTRASZA,0,6,0,38,0,100,0,0,2,0,0,69,7,0,0,0,0,0,8,0,0,0,3782.786, 6543.079, 174.591, 0.709225, 'Keristrasza - On data 0 1 set - Move to position'), +(@KERISTRASZA,0,7,0,34,0,100,0,0,7,0,0,80,@KERISTRASZA*100+2,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza - On movement inform - Run script'), +(@KERISTRASZA,0,8,0,8,0,100,0,46882,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza - On spellhit Ice block - Say line'), +(@KERISTRASZA,0,9,0,8,0,100,0,46902,0,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza - On spellhit Malygos Teleport - Despawn after 1 second'), +(@SARAGOSA,0,0,0,38,0,100,0,0,1,0,0,11,42726,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Corpse of Saragosa - On data 0 1 set - Spellcast Cosmetic - Immolation (Whole Body)'), +(@MALYGOS,0,0,0,1,0,100,1,65000,65000,0,0,53,0,@MALYGOS,0,0,0,0,1,0,0,0,0,0,0,0, 'Maylgos - On LOS OOC - Start WP movement'), +(@MALYGOS,0,2,0,40,0,100,0,10,@MALYGOS,0,0,80,@MALYGOS*100,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Maylgos - On WP 10 reached - Run script'), +(@MALYGOS,0,3,0,54,0,100,0,0,0,0,0,80,@MALYGOS*100+1,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Maylgos - just summoned - Run script'), +(@MALYGOS*100+1,9,0,0,0,0,100,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0, 0, 0, 0, 'Malygos script - Set active'), +(@MALYGOS*100+1,9,1,0,0,0,100,0,0,0,0,0,12,@SOLDIER,3,65000,0,0,0,1,0,0,0,0,0,0,0, 'Malygos script - Say line'), +(@MALYGOS*100+1,9,2,0,0,0,100,0,1500,1500,0,0,45,0,1,0,0,0,0,19,@SOLDIER,100,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Set data 0 1 Keristrasza'), +(@MALYGOS*100+1,9,3,0,0,0,100,0,1500,1500,0,0,12,@SOLDIER,3,65000,0,0,0,1,0,0,0,0,0,0,0, 'Malygos script - Say line'), +(@MALYGOS*100+1,9,4,0,0,0,100,0,1500,1500,0,0,45,0,2,0,0,0,0,19,@SOLDIER,100,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Set data 0 1 Keristrasza'), +(@MALYGOS*100+1,9,5,0,0,0,100,0,1500,1500,0,0,12,@SOLDIER,3,65000,0,0,0,1,0,0,0,0,0,0,0, 'Malygos script - Say line'), +(@MALYGOS*100+1,9,6,0,0,0,100,0,1500,1500,0,0,45,0,3,0,0,0,0,19,@SOLDIER,100,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Set data 0 1 Keristrasza'), +(@SOLDIER,0,0,0,63,0,100,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'SOLDIER - Just created - Set active'), +(@SOLDIER,0,1,0,38,0,100,0,0,1,0,0,53,1,@SOLDIER*10,1,0,0,0,1,0,0,0,0,0,0,0, 'SOLDIER - On data 0 1 set - Start wp'), +(@SOLDIER,0,2,0,38,0,100,0,0,2,0,0,53,1,@SOLDIER*10+1,1,0,0,0,1,0,0,0,0,0,0,0, 'SOLDIER - On data 0 2 set - Start wp'), +(@SOLDIER,0,3,0,38,0,100,0,0,3,0,0,53,1,@SOLDIER*10+2,1,0,0,0,1,0,0,0,0,0,0,0, 'SOLDIER - On data 0 3 set - Start wp'), +(@MALYGOS*100,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Malygos script - Say line'), +(@MALYGOS*100,9,1,0,0,0,100,0,0,0,0,0,28,65137,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Maylgos - On LOS OOC - Remove aura Malygos Periodic Aura'), +(@MALYGOS*100,9,2,0,0,0,100,0,7000,7000,0,0,66,0,0,0,0,0,0,19,@KERISTRASZA,50,0,0,0,0,0, 'Malygos script - Turn to'), +(@MALYGOS*100,9,3,0,0,0,100,0,0,0,0,0,11,46886,0,0,0,0,0,19,@KERISTRASZA,50,0,0,0,0,0, 'Malygos script - Spellcast Frost Breath'), +(@MALYGOS*100,9,4,0,0,0,100,0,500,500,0,0,85,46882,0,0,0,0,0,19,@KERISTRASZA,50,0,0,0,0,0, 'Malygos script - Self cast Ice block'), +(@MALYGOS*100,9,5,0,0,0,100,0,7000,7000,0,0,11,46902,0,0,0,0,0,19,@KERISTRASZA,0,0,0,0,0,0, 'Malygos script - Spellcast Malygos Teleport'), +(@MALYGOS*100,9,6,0,0,0,100,0,4000,4000,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Malygos script - Despawn'), +(@COLDARRA_INVISMAN,0,0,1,54,0,100,0,0,0,0,0,12,@KERISTRASZA,8,0,0,0,0,8,0,0,0,3755.632, 6530.289, 194.888, 0.129601, 'Coldarra Spell FX InvisMan - On LOS OOC - Summon Keristrasza'), +(@COLDARRA_INVISMAN,0,1,2,61,0,100,0,0,0,0,0,45,0,2,0,0,0,0,19,@KERISTRASZA,50,0,0,0,0,0, 'Coldarra Spell FX InvisMan - On LOS OOC - Send data 0 2 Keristrasza'), +(@COLDARRA_INVISMAN,0,2,0,61,0,100,0,0,0,0,0,41,2000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Coldarra Spell FX InvisMan - On LOS OOC - Send data 0 2 Keristrasza'), +(@MALYGOS2,0,0,0,38,0,100,0,0,1,0,0,80,@MALYGOS2*100,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Maylgos - On data 0 1 set - Run script'), +(@MALYGOS2*100,9,0,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Malygos script - Say line'), +(@INVISMAN,0,0,0,8,0,100,0,62272,0,70000,70000,80,@INVISMAN*100,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Action list'), +(@INVISMAN*100,9,0,0,0,0,100,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Store target'), +(@INVISMAN*100,9,1,0,0,0,100,0,0,0,0,0,12,@KERISTRASZA,8,60000,0,0,0,8,0,0,0,4098.674,7064.292,198.7698,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Summon Keristrasza'), +(@INVISMAN*100,9,2,0,0,0,100,0,0,0,0,0,100,1,0,0,0,0,0,19,@KERISTRASZA,100,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Send targetlist'), +(@INVISMAN*100,9,3,0,0,0,100,0,0,0,0,0,9,0,0,0,0,0,0,20,@SIGNALFIRE,5,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Activate object'), +(@INVISMAN*100,9,4,0,0,0,100,0,0,0,0,0,45,0,1,0,0,0,0,19,@KERISTRASZA,100,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Set data 0 1 Keristrasza'), +(@INVISMAN*100,9,5,0,0,0,100,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz - Set active'), +(@INVISMAN*100,9,6,0,0,0,100,0,69000,69000,0,0,9,0,0,0,0,0,0,20,@SIGNALFIRE,5,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz'' Spark - Activate object'), +(@INVISMAN*100,9,7,0,0,0,100,0,0,0,0,0,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Signal Fire Invisman - On spellhit Raelorasz - Set active'), +(@KERISTRASZA*100+0,9,0,0,0,0,100,0,0,0,0,0,91,2,3,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 2 - Remove unit_field_bytes1 (flying + hovering)'), +(@KERISTRASZA*100+0,9,1,0,0,0,100,0,3000,3000,0,0,66,0,0,0,0,0,0,12,1,0,0,0,0,0,0, 'Keristrasza script 0 - Turn to'), +(@KERISTRASZA*100+0,9,2,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0, 'Keristrasza script 0 - Say line'), +(@KERISTRASZA*100+0,9,3,0,0,0,100,0,8000,8000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 0 - Say line'), +(@KERISTRASZA*100+1,9,0,0,0,0,100,0,5000,5000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 1 - Say line'), +(@KERISTRASZA*100+1,9,1,0,0,0,100,0,4000,4000,0,0,11,45852,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 1 - Spellcast Cosmetic - Dragon''s Breath'), +(@KERISTRASZA*100+1,9,2,0,0,0,100,0,3500,3500,0,0,45,0,1,0,0,0,0,19,@SARAGOSA,20,0,0,0,0,0, 'Keristrasza script 1 - Say line'), +(@KERISTRASZA*100+1,9,3,0,0,0,100,0,2000,2000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 1 - Say line'), +(@KERISTRASZA*100+1,9,4,0,0,0,100,0,10000,10000,0,0,11,46853,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 1 - Spellcast Malygos in Coldarra'), +(@KERISTRASZA*100+1,9,5,0,0,0,100,0,5000,5000,0,0,66,0,0,0,0,0,0,12,1,0,0,0,0,0,0, 'Keristrasza script 1 - Turn to'), +(@KERISTRASZA*100+1,9,6,0,0,0,100,0,0,0,0,0,1,4,0,0,0,0,0,12,1,0,0,0,0,0,0, 'Keristrasza script 1 - Say line'), +(@KERISTRASZA*100+1,9,7,0,0,0,100,0,4000,4000,0,0,11,46813,0,0,0,0,0,12,1,0,0,0,0,0,0, 'Keristrasza script 1 - Spellcast Taxi - Coldarra Ledge to Transitus Shield'), +(@KERISTRASZA*100+1,9,8,0,0,0,100,0,1000,1000,0,0,45,0,1,0,0,0,0,19,@MALYGOS2,20,0,0,0,0,0, 'Keristrasza script 1 - Set data 0 1 Malygos'), +(@KERISTRASZA*100+1,9,9,0,0,0,100,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 1 - Despawn'), +(@KERISTRASZA*100+2,9,0,0,0,0,100,0,0,0,0,0,91,2,3,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 2 - Remove unit_field_bytes1 (flying + hovering)'), +(@KERISTRASZA*100+2,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,21,30,0,0,0,0,0,0, 'Keristrasza script 2 - Turn to'), +(@KERISTRASZA*100+2,9,2,0,0,0,100,0,500,500,0,0,5,293,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Keristrasza script 2 - Play emote'), +(@KERISTRASZA*100+2,9,3,0,0,0,100,0,0,0,0,0,1,5,0,0,0,0,0,21,30,0,0,0,0,0,0, 'Keristrasza script 2 - Say line'); + +DELETE FROM `event_scripts` WHERE `id` IN (17497, 17500, 17499); +INSERT INTO `event_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(17497,0,8,26237,0,0,0,0,0,0), +(17497,0,10,@MALYGOS,130000,0,3767.673, 6843.96, 544.4875, 4.066617), +(17499,5,10,@COLDARRA_INVISMAN,5000,0,3791.796, 6545.934, 173.470032, 0); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-46813; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(-46813,46814,0,'On spellfade Taxi - Coldarra Ledge to Transitus Shield - Spellcast Coldarra to Transitus'); + +DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`=62272; +INSERT INTO `disables` (`sourceType`,`entry`,`flags`,`params_0`,`params_1`,`comment`) VALUES +(0,62272,64,0,0,'Disable LOS for spell Raelorasz'' Spark'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (46886,46900,46902,62272); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,46886,0,0,31,0,3,@SOLDIER,0,0,'','Spell Frost Breath targets Red Dragon Soldier'), +(13,1,46886,0,1,31,0,3,@KERISTRASZA,0,0,'','Spell Frost Breath targets Keristrasza'), +(13,1,46900,0,0,31,0,3,@MALYGOS,0,0,'','Spell Dragon Fireball targets Malygos'), +(13,1,46902,0,0,31,0,3,@KERISTRASZA,0,0,'','Spell Malygos Teleport effect0 targets Keristrasza'), +(13,1,62272,0,0,31,0,3,@INVISMAN,0,0,'','Spell Raelorasz'' Spark targets Signal Fire Invisman'); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (@KERISTRASZA,@MALYGOS,@MALYGOS2,@INVISMAN); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `comment`) VALUES +(@KERISTRASZA,0,0,'Stay close to me, $n. I could not bear for any harm to come to you.',12,0,100,1,0,0,25474,'Keristrasza'), +(@KERISTRASZA,1,0,'MALYGOS!!',14,0,100,15,0,7274,25475,'Keristrasza'), +(@KERISTRASZA,2,0,'Come, Lord of Magic, and recover your precious consort....',14,0,100,1,0,0,25477,'Keristrasza'), +(@KERISTRASZA,3,0,'...what remains of her!',14,0,100,0,0,0,25478,'Keristrasza'), +(@KERISTRASZA,4,0,'Come, $n. Let us see the fruits of our efforts.',12,0,100,0,0,0,25479,'Keristrasza'), +(@KERISTRASZA,5,0,'Hurry, $n! Flee! Live to finish what we''ve begun here....',12,0,100,0,0,0,25491,'Keristrasza'), +(@KERISTRASZA,6,0,'Never!',14,0,100,0,0,0,25489,'Keristrasza'), +(@MALYGOS,0,0,'Keristrasza! You''ve bested my consort... and now YOU shall take her place!',14,0,100,0,0,0,25485,'Malygos'), +(@MALYGOS2,0,0,'Saragosa! What has become of you?',14,0,100,0,0,0,25480,'Malygos'); + +DELETE FROM `waypoints` WHERE `entry` IN (@KERISTRASZA,@MALYGOS,24769*10, 24769*10+1, 24769*10+2); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(@KERISTRASZA, 1, 4098.674, 7064.292, 198.7698, 'Keristrasza'), +(@KERISTRASZA, 2, 4092.762, 7067.315, 193.3262, 'Keristrasza'), +(@KERISTRASZA, 3, 4079.077, 7074.162, 176.2149, 'Keristrasza'), +(@KERISTRASZA, 4, 4063.685, 7083.67, 167.8817, 'Keristrasza'), +(@KERISTRASZA, 5, 4045.307, 7083.389, 168.241, 'Keristrasza'), +(@KERISTRASZA, 6, 4040.892, 7083.875, 168.116, 'Keristrasza'), +(@MALYGOS, 1, 3736.729, 6813.358, 533.4736, 'Malygos'), +(@MALYGOS, 2, 3732.188, 6794.312, 487.0847, 'Malygos'), +(@MALYGOS, 3, 3730.688, 6769.336, 444.0849, 'Malygos'), +(@MALYGOS, 4, 3726.533, 6750.502, 398.3348, 'Malygos'), +(@MALYGOS, 5, 3725.144, 6735.662, 351.0848, 'Malygos'), +(@MALYGOS, 6, 3733.896, 6705.199, 312.0294, 'Malygos'), +(@MALYGOS, 7, 3735.563, 6692.039, 264.474, 'Malygos'), +(@MALYGOS, 8, 3739.076, 6675.249, 218.3628, 'Malygos'), +(@MALYGOS, 9, 3746.836, 6657.269, 186.8073, 'Malygos'), +(@MALYGOS,10, 3751.5, 6635.882, 186.8073, 'Malygos'), +(@MALYGOS,11, 3766.236, 6622.118, 186.8073, 'Malygos'), +(@MALYGOS,12, 3794.761, 6612.983, 186.8073, 'Malygos'), +(@MALYGOS,13, 3788.3405, 6580.367, 204.335, 'Malygos'), +(@MALYGOS,14, 3788.3405, 6580.367, 204.335, 'Malygos'), +(24769*10, 1,3780.585,6961.891,615.3891,'Red Dragon Soldier'), +(24769*10, 2,3781.443,6961.375,615.3891,'Red Dragon Soldier'), +(24769*10, 3,3788.726,6952.882,619.7848,'Red Dragon Soldier'), +(24769*10, 4,3809.698,6939.206,609.7292,'Red Dragon Soldier'), +(24769*10, 5,3829.648,6917.982,597.0071,'Red Dragon Soldier'), +(24769*10, 6,3845.798,6899.093,586.6738,'Red Dragon Soldier'), +(24769*10, 7,3864.757,6857.222,572.757,'Red Dragon Soldier'), +(24769*10, 8,3862.349,6824.601,561.4517,'Red Dragon Soldier'), +(24769*10, 9,3850.486,6797.143,559.7294,'Red Dragon Soldier'), +(24769*10,10,3828.732,6772.135,562.8682,'Red Dragon Soldier'), +(24769*10,11,3795.058,6761.407,568.9792,'Red Dragon Soldier'), +(24769*10,12,3760.513,6774.492,581.5349,'Red Dragon Soldier'), +(24769*10,13,3720.332,6799.233,597.9792,'Red Dragon Soldier'), +(24769*10,14,3697.16,6835.938,619.7848,'Red Dragon Soldier'), +(24769*10,15,3681.756,6872.03,619.7848,'Red Dragon Soldier'), +(24769*10,16,3672.802,6901.496,619.7848,'Red Dragon Soldier'), +(24769*10,17,3672.081,6921.473,619.7848,'Red Dragon Soldier'), +(24769*10,18,3675.869,6947.217,619.7848,'Red Dragon Soldier'), +(24769*10,19,3696.144,6973.719,619.7848,'Red Dragon Soldier'), +(24769*10,20,3723.596,6980.155,619.7848,'Red Dragon Soldier'), +(24769*10,21,3761.115,6971.517,619.7848,'Red Dragon Soldier'), +(24769*10,22,3788.726,6952.882,619.7848,'Red Dragon Soldier'), +(24769*10,23,3809.698,6939.206,609.7292,'Red Dragon Soldier'), +((24769*10+1), 1,3694.591,6905.624,588.2004,'Red Dragon Soldier'), +((24769*10+1), 2,3694.486,6904.629,588.2004,'Red Dragon Soldier'), +((24769*10+1), 3,3687.71,6887.773,599.449,'Red Dragon Soldier'), +((24769*10+1), 4,3681.292,6860.081,599.449,'Red Dragon Soldier'), +((24769*10+1), 5,3684.588,6828.854,601.2267,'Red Dragon Soldier'), +((24769*10+1), 6,3702.324,6800.028,602.0601,'Red Dragon Soldier'), +((24769*10+1), 7,3742.879,6774.088,612.5878,'Red Dragon Soldier'), +((24769*10+1), 8,3786.845,6777.308,626.338,'Red Dragon Soldier'), +((24769*10+1), 9,3803.426,6793.12,641.338,'Red Dragon Soldier'), +((24769*10+1),10,3818.26,6820.016,651.0602,'Red Dragon Soldier'), +((24769*10+1),11,3824.966,6848.016,656.3936,'Red Dragon Soldier'), +((24769*10+1),12,3813.837,6884.006,649.3936,'Red Dragon Soldier'), +((24769*10+1),13,3787.394,6910.689,636.1436,'Red Dragon Soldier'), +((24769*10+1),14,3762.704,6925.763,628.9214,'Red Dragon Soldier'), +((24769*10+1),15,3741.792,6934.354,621.9214,'Red Dragon Soldier'), +((24769*10+1),16,3720.52,6935.709,615.1437,'Red Dragon Soldier'), +((24769*10+1),17,3702.77,6929.314,607.838,'Red Dragon Soldier'), +((24769*10+1),18,3692.661,6917.933,604.2271,'Red Dragon Soldier'), +((24769*10+1),19,3689.077,6901.22,601.1439,'Red Dragon Soldier'), +((24769*10+1),20,3687.71,6887.773,599.449,'Red Dragon Soldier'), +((24769*10+1),21,3681.292,6860.081,599.449,'Red Dragon Soldier'), +((24769*10+2), 1,3715.599,6790.909,576.1764,'Red Dragon Soldier'), +((24769*10+2), 2,3733.311,6795.495,575.6484,'Red Dragon Soldier'), +((24769*10+2), 3,3746.552,6797.681,571.1484,'Red Dragon Soldier'), +((24769*10+2), 4,3758.14,6796.333,567.8428,'Red Dragon Soldier'), +((24769*10+2), 5,3769.744,6788.941,566.5097,'Red Dragon Soldier'), +((24769*10+2), 6,3774.698,6775.426,565.4541,'Red Dragon Soldier'), +((24769*10+2), 7,3772.478,6758.345,564.0373,'Red Dragon Soldier'), +((24769*10+2), 8,3761.064,6744.284,561.3151,'Red Dragon Soldier'), +((24769*10+2), 9,3742.062,6734.352,558.0375,'Red Dragon Soldier'), +((24769*10+2),10,3722.155,6732.545,558.4818,'Red Dragon Soldier'), +((24769*10+2),11,3710.604,6738.485,558.4818,'Red Dragon Soldier'), +((24769*10+2),12,3702.351,6755.943,553.5372,'Red Dragon Soldier'), +((24769*10+2),13,3702.623,6781.31,558.315,'Red Dragon Soldier'), +((24769*10+2),14,3710.322,6803.959,558.4818,'Red Dragon Soldier'), +((24769*10+2),15,3707.133,6828.621,558.4818,'Red Dragon Soldier'), +((24769*10+2),16,3694.577,6842.447,558.4818,'Red Dragon Soldier'), +((24769*10+2),17,3677.345,6846.772,558.4818,'Red Dragon Soldier'), +((24769*10+2),18,3658.489,6838.999,562.2039,'Red Dragon Soldier'), +((24769*10+2),19,3643.681,6818.719,570.5095,'Red Dragon Soldier'), +((24769*10+2),20,3640.345,6800.429,574.6765,'Red Dragon Soldier'), +((24769*10+2),21,3649.234,6780.53,576.1764,'Red Dragon Soldier'), +((24769*10+2),22,3662.512,6771.815,576.1764,'Red Dragon Soldier'), +((24769*10+2),23,3689.853,6776.469,576.1764,'Red Dragon Soldier'), +((24769*10+2),24,3715.599,6790.909,576.1764,'Red Dragon Soldier'), +((24769*10+2),25,3733.311,6795.495,575.6484,'Red Dragon Soldier'), +((24769*10+2),26,3746.552,6797.681,571.1484,'Red Dragon Soldier'); + +UPDATE `creature` SET `position_x`=3952.028076, `position_y`=6567.808594, `position_z`=176.627365, `orientation`=2.203855 WHERE `guid`=122548; +UPDATE `creature` SET `position_x`=3939.199219, `position_y`=6601.528809, `position_z`=170.125626, `orientation`=1.995724 WHERE `guid`=122668; +UPDATE `creature` SET `position_x`=3911.590576, `position_y`=6598.076172, `position_z`=167.979401, `orientation`=3.311266 WHERE `guid`=122747; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_00_world.sql new file mode 100644 index 00000000000..27d043a253a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry` = 4052 AND `ScriptName` = 'at_aq_battleguard_sartura'; +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(4052, 'at_aq_battleguard_sartura'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_01_world.sql new file mode 100644 index 00000000000..043d29b347c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_01_world.sql @@ -0,0 +1,35 @@ +-- +DELETE FROM `spell_scripts` WHERE `id` IN (45691,45685); +INSERT INTO `spell_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(45691,0,8,25505,0,0,0,0,0,0), +(45685,0,8,25505,0,0,0,0,0,0); + +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`="" WHERE `entry` IN (25434); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25434) AND `source_type`=0; +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 +(25434,0,0,0,0,0,100,0,1000,1000,8000,9000,11,50413,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Magmoth Crusher - IC - Cast Magnataur Charge'), +(25434,0,1,0,0,0,100,0,3000,6000,7000,12000,11,50410,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Magmoth Crusher - IC - Cast Tusk Strike'), +(25434,0,2,0,6,0,100,1,0,0,0,0,85,45685,2,0,0,0,0,7,0,0,0,0,0,0,0, 'Magmoth Crusher - On Just Died - Cast Hah... : Magnataur On Death 2'); +UPDATE `smart_scripts` SET `target_type`=7, `action_type`=85, `action_param2`=2 WHERE `entryorguid` IN (25432) AND `source_type`=0 AND `id`=2; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (25434,25432); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 3, 25434, 0, 0, 1, 1, 45673, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25434, 0, 1, 1, 1, 45672, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25434, 0, 2, 1, 1, 45677, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25434, 0, 3, 1, 1, 45681, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25434, 0, 4, 1, 1, 45683, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25432, 0, 0, 1, 1, 45673, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25432, 0, 1, 1, 1, 45672, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25432, 0, 2, 1, 1, 45677, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25432, 0, 3, 1, 1, 45681, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'), +(22, 3, 25432, 0, 4, 1, 1, 45683, 0, 0, 0, 0, 0, '', 'SAI triggers only if it has aura"'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry` IN (51912); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(17,0,51912,0,0,31,1,3,25434,0,0,'','Spell Crafty''s Ultra-Advanced Proto-Typical Shortening Blaster'), +(17,0,51912,0,1,31,1,3,25432,0,0,'','Spell Crafty''s Ultra-Advanced Proto-Typical Shortening Blaster'); + +DELETE FROM `spell_custom_attr` WHERE `entry`=51912; +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(51912, 4096); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_02_world.sql new file mode 100644 index 00000000000..a8f590c8264 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_02_world.sql @@ -0,0 +1 @@ +ALTER TABLE `smart_scripts` ADD COLUMN `target_param4` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `target_param3`; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_03_world.sql new file mode 100644 index 00000000000..13097bd79bb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `target_type`=11, `target_param1`=23884, `target_param2`=100, `target_param3`=1 WHERE `entryorguid` IN (23883) AND `source_type`=0 AND `id`=0; +UPDATE `smart_scripts` SET `target_param3`=1 WHERE `entryorguid` IN (24216) AND `source_type`=0 AND `id`=1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_04_world_335.sql new file mode 100644 index 00000000000..8abbf1b4ec4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_21_04_world_335.sql @@ -0,0 +1,66 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (5449,5456,5457,5460,5462,5478,5480,5481,5505,5545,5548,5563,5568,5570,5582,5584,5589,5597,5604,5626,5633,5640,5643,5655,5660,5661,5671,5684,5758,5760,5763,5767,5772); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(5449, 180026, 1, 0, 0, 1, 1, 1217.33, -4392.93, 23.8415, 4.54431, -0, -0, -0.763965, 0.645257, 300, 255, 1), +(5456, 186217, 1, 0, 0, 1, 1, 1217.33, -4392.93, 23.8415, 4.54431, -0, -0, -0.763965, 0.645257, 300, 255, 1), +(5457, 186717, 1, 0, 0, 1, 1, 1220.71, -4393.85, 23.5833, 4.36759, -0, -0, -0.817928, 0.575321, 300, 255, 1), +(5460, 186717, 1, 0, 0, 1, 1, 1213.79, -4392.43, 23.9682, 4.59261, -0, -0, -0.748163, 0.663515, 300, 255, 1), +(5462, 186717, 1, 0, 0, 1, 1, 1190.37, -4387.21, 23.4822, 4.91305, -0, -0, -0.632725, 0.774377, 300, 255, 1), +(5478, 186717, 1, 0, 0, 1, 1, 1183.43, -4389.83, 22.8478, 4.95939, -0, -0, -0.614615, 0.788827, 300, 255, 1), +(5480, 180026, 1, 0, 0, 1, 1, 1186.85, -4388.55, 23.1468, 5.04185, -0, -0, -0.58158, 0.813489, 300, 255, 1), +(5481, 186217, 1, 0, 0, 1, 1, 1186.85, -4388.55, 23.1468, 5.04185, -0, -0, -0.58158, 0.813489, 300, 255, 1), +(5505, 186737, 1, 0, 0, 1, 1, 1289.28, -4426.69, 26.7567, 5.22865, -0, -0, -0.503172, 0.864186, 300, 255, 1), +(5545, 186737, 1, 0, 0, 1, 1, 1189.28, -4333.29, 21.2965, 1.99605, -0, -0, -0.840403, -0.541962, 300, 255, 1), +(5548, 186737, 1, 0, 0, 1, 1, 1177.19, -4306.11, 21.2805, 2.01097, -0, -0, -0.844421, -0.53568, 300, 255, 1), +(5563, 186737, 1, 0, 0, 1, 1, 1193.69, -4266.54, 21.1919, 0.133869, -0, -0, -0.0668847, -0.997761, 300, 255, 1), +(5568, 186737, 1, 0, 0, 1, 1, 1219.77, -4279.83, 21.1917, 5.10308, -0, -0, -0.556405, 0.830911, 300, 255, 1), +(5570, 186737, 1, 0, 0, 1, 1, 1223.66, -4325.93, 21.2946, 4.68627, -0, -0, -0.716281, 0.697812, 300, 255, 1), +(5582, 186737, 0, 0, 0, 1, 1, -5131, -618.245, 397.274, 4.4904, -0, -0, -0.78108, 0.624431, 300, 255, 1), +(5584, 186737, 0, 0, 0, 1, 1, -5188.23, -486.766, 386.902, 3.22904, -0, -0, -0.999044, 0.0437109, 300, 255, 1), +(5589, 180052, 0, 0, 0, 1, 1, -5185.53, -613.431, 397.176, 0.42516, -0, -0, -0.210983, -0.97749, 300, 255, 1), +(5597, 180052, 0, 0, 0, 1, 1, -5142.18, -631.189, 397.203, 5.32605, -0, -0, -0.46051, 0.887655, 300, 255, 1), +(5604, 180052, 0, 0, 0, 1, 1, -5133.22, -595.632, 397.21, 0.851634, -0, -0, -0.413065, -0.910702, 300, 255, 1), +(5626, 180052, 0, 0, 0, 1, 1, -5131.56, -583.362, 397.177, 1.2891, -0, -0, -0.600839, -0.79937, 300, 255, 1), +(5633, 180052, 0, 0, 0, 1, 1, -5150.95, -570.949, 397.176, 2.78528, -0, -0, -0.984172, -0.177214, 300, 255, 1), +(5640, 186737, 0, 0, 0, 1, 1, -5166.16, -561.805, 397.175, 5.72267, -0, -0, -0.276604, 0.960984, 300, 255, 1), +(5643, 180052, 0, 0, 0, 1, 1, -5171.33, -543.152, 397.175, 0.0874343, -0, -0, -0.0437032, -0.999045, 300, 255, 1), +(5655, 180052, 0, 0, 0, 1, 1, -5192.38, -573.622, 397.177, 3.46464, -0, -0, -0.986983, 0.160824, 300, 255, 1), +(5660, 180052, 0, 0, 0, 1, 1, -5195.74, -477.324, 388.331, 0.817851, -0, -0, -0.397624, -0.917549, 300, 255, 1), +(5661, 180052, 1, 0, 0, 1, 1, 1183.08, -4354.83, 21.2945, 3.23581, -0, -0, -0.998891, 0.0470916, 300, 255, 1), +(5671, 180052, 1, 0, 0, 1, 1, 1222.95, -4343.28, 21.2946, 1.49224, -0, -0, -0.678796, -0.734327, 300, 255, 1), +(5684, 180052, 1, 0, 0, 1, 1, 1185.95, -4322.63, 21.2969, 3.70157, -0, -0, -0.961059, 0.276344, 300, 255, 1), +(5758, 180052, 1, 0, 0, 1, 1, 1224.44, -4305.11, 21.1917, 5.00612, -0, -0, -0.59602, 0.80297, 300, 255, 1), +(5760, 180052, 1, 0, 0, 1, 1, 1207.42, -4263.28, 21.1917, 4.60006, -0, -0, -0.745684, 0.6663, 300, 255, 1), +(5763, 180052, 1, 0, 0, 1, 1, 1175.67, -4278.32, 21.1915, 2.21245, -0, -0, -0.894015, -0.448038, 300, 255, 1), +(5767, 180052, 1, 0, 0, 1, 1, 1171.5, -4291.06, 21.2712, 4.34952, -0, -0, -0.823091, 0.56791, 300, 255, 1), +(5772, 180052, 1, 0, 0, 1, 1, 1225.84, -4291.79, 21.2244, 0.0667462, -0, -0, -0.033367, -0.999443, 300, 255, 1); + +DELETE FROM `game_event_gameobject` WHERE `guid` IN (31512,31472,31417,31415,31420,31416,31422,31434,31428,31418,5584,5589,5597,5604,5626,5633,5640,5643,5655,5660,5661,5671,5684,5758,5760,5763,5767,5772,5449,5456,5457,5460,5462,5478,5480,5481,5505,5545,5548,5563,5568,5570,5582,31688,31714,31710,31711,31716,31717,31706,31720,31735,31764,31719,31705,31708,31709,31718,31723,31725,31726,31727,31728,31734,31738,31739,31740,31744,31746,31751,31753,31758,31760,31761,31765,31766,31767, 31767, 31424, 31425, 31426, 31430, 31431, 31437, 31444, 31445, 31446, 31447, 31448, 31449, 31450, 31460, 31461, 31462, 31465, 31466, 31468, 31469, 31470, 31471) AND `eventEntry`=70; +INSERT INTO `game_event_gameobject` (`guid`,`eventEntry`) VALUES +(31688,70),(31714,70),(31710,70),(31711,70), +(31716,70),(31717,70),(31706,70),(31720,70), +(31735,70),(31764,70),(31719,70),(31705,70), +(31708,70),(31709,70),(31718,70),(31723,70), +(31725,70),(31726,70),(31727,70),(31728,70), +(31734,70),(31738,70),(31739,70),(31740,70), +(31744,70),(31746,70),(31751,70),(31753,70), +(31758,70),(31760,70),(31761,70),(31765,70), +(31766,70),(31767,70),(31424,70),(31425,70), +(31426,70),(31430,70),(31431,70),(31437,70), +(31444,70),(31445,70),(31446,70),(31447,70), +(31448,70),(31449,70),(31450,70),(31460,70), +(31461,70),(31462,70),(31465,70),(31466,70), +(31468,70),(31469,70),(31470,70),(31471,70), +(5449,70),(5456,70), (5457,70),(5460,70), +(5462,70),(5478,70),(5480,70),(5481,70), +(5505,70),(5545,70),(5548,70),(5563,70), +(5568,70),(5570,70),(5582,70),(5584,70), +(5589,70),(5597,70),(5604,70),(5626,70), +(5633,70),(5640,70),(5643,70),(5655,70), +(5660,70),(5661,70),(5671,70),(5684,70), +(5758,70),(5760,70),(5763,70),(5767,70), +(5772,70),(31512,70),(31472,70),(31417,70), +(31415,70),(31420,70),(31416,70),(31422,70), +(31434,70),(31428,70),(31418,70); + +UPDATE `game_event` SET `description`="Brewfest Building" WHERE `eventEntry`=70; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_22_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_22_00_world_335.sql new file mode 100644 index 00000000000..0e0c428898f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_22_00_world_335.sql @@ -0,0 +1,331 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86531,86532,86533,86534,86535,86536,86537,86554); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86531, 14849, 530, 1, 1, 0, 1, -2250.29, 5245.24, -9.85045, 5.03122, 300, 0, 0, 699, 0, 0), +(86532, 14849, 530, 1, 1, 0, 1, -2257.19, 5234.82, -9.89205, 0.06712, 300, 0, 0, 699, 0, 0), +(86533, 14849, 530, 1, 1, 0, 1, -2258.29, 5215.98, -9.90446, 1.4558, 300, 0, 0, 699, 0, 0), +(86534, 14849, 530, 1, 1, 0, 1, -2247.18, 5219.25, -9.90328, 1.04846, 300, 0, 0, 699, 0, 0), +(86535, 14849, 530, 1, 1, 0, 1, -2273.24, 5210.8, -9.89171, 2.57128, 300, 0, 0, 699, 0, 0), +(86536, 14849, 530, 1, 1, 0, 1, -2264.64, 5202.15, -9.9045, 3.226, 300, 0, 0, 699, 0, 0), +(86537, 14849, 530, 1, 1, 0, 1, -2233.39, 5223.75, -9.91236, 2.31678, 300, 0, 0, 699, 0, 0), +(86554, 14849, 530, 1, 1, 0, 1, -2281.47, 5212.95, -9.86383, 5.90235, 300, 0, 0, 699, 0, 0); + +DELETE FROM `creature_addon` WHERE guid IN (86531,86532,86533,86534,86535,86536,86537,86554,38004,8969,8971,42598); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(86531, 0, 0, 0, 4097, 69, ""), +(86532, 0, 0, 0, 4097, 234, ""), +(86533, 0, 0, 0, 4097, 234, ""), +(86534, 0, 0, 0, 4097, 234, ""), +(86535, 0, 0, 0, 4097, 234, ""), +(86536, 0, 0, 0, 4097, 234, ""), +(86537, 0, 0, 0, 4097, 69, ""), +(86554, 0, 0, 0, 4097, 69, ""), +(38004, 0, 0, 0, 4097, 234, ""), +(8969, 0, 0, 0, 4097, 234, ""), +(8971, 0, 0, 0, 4097, 234, ""), +(42598, 0, 0, 0, 4097, 69, ""); + +DELETE FROM `game_event_creature` WHERE `guid` IN (86531,86532,86533,86534,86535,86536,86537,86554) AND `eventEntry`=77; +INSERT INTO `game_event_creature` (`guid`,`eventEntry`) VALUES +(86531,77), +(86532,77), +(86533,77), +(86534,77), +(86535,77), +(86536,77), +(86537,77), +(86554,77); + +DELETE FROM `creature_equip_template` WHERE `CreatureID` IN (14849); +INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`) VALUES (14849, 1, 2493); + +DELETE FROM `gameobject` WHERE `guid` IN (5777,5782,5784,5826,5833,5843,5846,5865,5869,5882,5900,5909,5915,5919,5929,5941,5978,5994,6007,6009,6020,6029,6035,6044,6047,6048,6055,6057,6060,6062,6064,6073,6078,6079,6081,6084,6086,6087,6092,6093,6096,6102,6104,6106,6108,6112,6115,6119,6123,6132,6136,6146,6148,6149,6154,6161,6162,6164,6169,6173,6179,6181,6183,6191,6196,6197); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(5777, 180005, 530, 1, 1, -2288.83, 5202.74, -7.31422, 2.53072, 0, 0, 0.953716, 0.300709, 180, 255, 1), +(5782, 180005, 530, 1, 1, -2298.22, 5237.68, -7.31973, 1.39626, 0, 0, 0.642786, 0.766046, 180, 255, 1), +(5784, 180005, 530, 1, 1, -2261.59, 5256.38, -7.32221, -0.069812, 0, 0, -0.0348989, 0.999391, 180, 255, 1), +(5826, 180005, 530, 1, 1, -2236.05, 5231.09, -7.63396, -1.27409, 0, 0, -0.594823, 0.803857, 180, 255, 1), +(5833, 180045, 530, 1, 1, -2277.49, 5228.89, -9.97543, -1.88495, 0, 0, -0.809015, 0.587788, 180, 255, 1), +(5843, 180045, 530, 1, 1, -2268.45, 5238.19, -9.97545, -2.68781, 0, 0, -0.97437, 0.22495, 180, 255, 1), +(5846, 180045, 530, 1, 1, -2261.48, 5193.23, -10.0657, -0.139624, 0, 0, -0.0697553, 0.997564, 180, 255, 1), +(5865, 186253, 530, 1, 1, -2237.73, 5186.31, -11.069, -1.02974, 0, 0, -0.492422, 0.870357, 180, 255, 1), +(5869, 179968, 530, 1, 1, -2252.03, 5245.33, -9.97546, -2.61799, 0, 0, -0.965925, 0.258821, 180, 255, 1), +(5882, 179968, 530, 1, 1, -2252.87, 5244.89, -9.9754, 0.523598, 0, 0, 0.258819, 0.965926, 180, 255, 1), +(5900, 179968, 530, 1, 1, -2253.22, 5243.05, -9.97547, -0.122173, 0, 0, -0.0610485, 0.998135, 180, 255, 1), +(5909, 179968, 530, 1, 1, -2252.57, 5244.43, -9.34352, 1.0821, 0, 0, 0.515036, 0.857168, 180, 255, 1), +(5915, 179968, 530, 1, 1, -2252.35, 5243.58, -9.9755, 0.296705, 0, 0, 0.147809, 0.989016, 180, 255, 1), +(5919, 179968, 530, 1, 1, -2253.72, 5244.38, -9.97543, -2.61799, 0, 0, -0.965925, 0.258821, 180, 255, 1), +(5929, 179968, 530, 1, 1, -2251.35, 5244.16, -9.97551, 0.523598, 0, 0, 0.258819, 0.965926, 180, 255, 1), +(5941, 179969, 530, 1, 1, -2236.44, 5220.29, -9.97543, -0.052359, 0, 0, -0.0261765, 0.999657, 180, 255, 1), +(5978, 179969, 530, 1, 1, -2232.89, 5211.41, -8.76615, 1.95477, 0, 0, 0.829038, 0.559192, 180, 255, 1), +(5994, 179969, 530, 1, 1, -2237.54, 5221, -9.97539, 1.39626, 0, 0, 0.642786, 0.766046, 180, 255, 1), +(6007, 179969, 530, 1, 1, -2235, 5214.41, -8.74052, 0.506145, 0, 0, 0.25038, 0.968148, 180, 255, 1), +(6009, 179969, 530, 1, 1, -2278.9, 5205.07, -8.39948, 1.29154, 0, 0, 0.601814, 0.798637, 180, 255, 1), +(6020, 179970, 530, 1, 1, -2276.49, 5205.49, -9.79441, -0.226892, 0, 0, -0.113203, 0.993572, 180, 255, 1), +(6029, 179970, 530, 1, 1, -2235.23, 5208.37, -10.0184, 0.349065, 0, 0, 0.173648, 0.984808, 180, 255, 1), +(6035, 179970, 530, 1, 1, -2234.24, 5210.23, -8.74533, -2.23402, 0, 0, -0.898794, 0.438372, 180, 255, 1), +(6044, 179970, 530, 1, 1, -2233.87, 5208.08, -10.0347, 1.39626, 0, 0, 0.642786, 0.766046, 180, 255, 1), +(6047, 179972, 530, 1, 1, -2234.8, 5214.42, -9.97589, 1.74533, 0, 0, 0.766045, 0.642787, 180, 255, 1), +(6048, 179972, 530, 1, 1, -2232.85, 5211.37, -10.0027, -1.0472, 0, 0, -0.500001, 0.866025, 180, 255, 1), +(6055, 179972, 530, 1, 1, -2233.39, 5209.66, -10.0232, -1.74533, 0, 0, -0.766045, 0.642787, 180, 255, 1), +(6057, 179972, 530, 1, 1, -2277.98, 5204.65, -9.64532, -1.72787, 0, 0, -0.760404, 0.64945, 180, 255, 1), +(6060, 179972, 530, 1, 1, -2279.44, 5205.24, -9.6256, 3.03684, 0, 0, 0.998629, 0.0523524, 180, 255, 1), +(6062, 179972, 530, 1, 1, -2234.86, 5210.77, -9.98861, 0.122173, 0, 0, 0.0610485, 0.998135, 180, 255, 1), +(6064, 179973, 530, 1, 1, -2234.81, 5216.3, -9.97498, 0, 0, 0, 0, 1, 180, 255, 1), +(6073, 179973, 530, 1, 1, -2233.96, 5218.32, -9.97322, 2.58308, 0, 0, 0.961261, 0.275641, 180, 255, 1), +(6078, 179977, 530, 1, 1, -2276.51, 5205.54, -9.10804, 1.76278, 0, 0, 0.771624, 0.636079, 180, 255, 1), +(6079, 179977, 530, 1, 1, -2234.85, 5214.47, -8.10517, 1.46608, 0, 0, 0.669132, 0.743144, 180, 255, 1), +(6081, 179977, 530, 1, 1, -2249.82, 5242.96, -8.99624, -2.23402, 0, 0, -0.898794, 0.438372, 180, 255, 1), +(6084, 180006, 530, 1, 1, -2280.79, 5246.01, -9.97544, -0.802851, 0, 0, -0.390731, 0.920505, 180, 255, 1), +(6086, 180007, 530, 1, 1, -2258.13, 5217.4, -9.98775, 2.47837, 0, 0, 0.945519, 0.325567, 180, 255, 1), +(6087, 180007, 530, 1, 1, -2274.65, 5211.7, -9.98778, -2.426, 0, 0, -0.936671, 0.350211, 180, 255, 1), +(6092, 180007, 530, 1, 1, -2246.35, 5220.69, -9.98459, 1.67551, 0, 0, 0.743143, 0.669133, 180, 255, 1), +(6093, 180007, 530, 1, 1, -2255.7, 5234.92, -9.97533, -3.07177, 0, 0, -0.999391, 0.0349043, 180, 255, 1), +(6096, 180007, 530, 1, 1, -2266.15, 5202.02, -9.98819, -1.6057, 0, 0, -0.719339, 0.694659, 180, 255, 1), +(6102, 180043, 530, 1, 1, -2269.51, 5197.71, -9.80712, -2.9845, 0, 0, -0.996917, 0.0784656, 180, 255, 1), +(6104, 180043, 530, 1, 1, -2281.53, 5243.79, -9.97545, 2.63544, 0, 0, 0.968147, 0.250383, 180, 255, 1), +(6106, 180043, 530, 1, 1, -2230.55, 5172.72, -13.4639, -0.994837, 0, 0, -0.477158, 0.878817, 180, 255, 1), +(6108, 180043, 530, 1, 1, -2220.71, 5176.08, -13.4164, 0.366518, 0, 0, 0.182235, 0.983255, 180, 255, 1), +(6112, 180043, 530, 1, 1, -2212.66, 5161.79, -17.595, 2.70526, 0, 0, 0.976296, 0.21644, 180, 255, 1), +(6115, 180043, 530, 1, 1, -2225.82, 5160.27, -17.2795, -0.087266, 0, 0, -0.0436192, 0.999048, 180, 255, 1), +(6119, 180043, 530, 1, 1, -2271.57, 5232.05, -9.9754, 2.37364, 0, 0, 0.927182, 0.37461, 180, 255, 1), +(6123, 180046, 530, 1, 1, -2265.91, 5235.78, -9.97537, -1.02974, 0, 0, -0.492422, 0.870357, 180, 255, 1), +(6132, 180046, 530, 1, 1, -2262.24, 5196.83, -10.0033, 1.29154, 0, 0, 0.601814, 0.798637, 180, 255, 1), +(6136, 180046, 530, 1, 1, -2274.82, 5227.6, -9.97544, -0.314158, 0, 0, -0.156434, 0.987688, 180, 255, 1), +(6146, 180046, 530, 1, 1, -2267.73, 5234.87, -9.97531, -1.0821, 0, 0, -0.515036, 0.857168, 180, 255, 1), +(6148, 180047, 530, 1, 1, -2261.18, 5196.14, -10.0059, -1.76278, 0, 0, -0.771624, 0.636079, 180, 255, 1), +(6149, 180047, 530, 1, 1, -2274.59, 5228.82, -9.97548, -2.32129, 0, 0, -0.91706, 0.398748, 180, 255, 1), +(6154, 180048, 530, 1, 1, -2261.29, 5196.36, -9.49793, -2.16421, 0, 0, -0.882948, 0.469471, 180, 255, 1), +(6161, 180049, 530, 1, 1, -2274.5, 5228.78, -9.4546, 0.767944, 0, 0, 0.374606, 0.927184, 180, 255, 1), +(6162, 180050, 530, 1, 1, -2261.12, 5196.34, -9.48182, -1.76278, 0, 0, -0.771624, 0.636079, 180, 255, 1), +(6164, 180051, 530, 1, 1, -2261.09, 5196.13, -9.47695, -2.60053, 0, 0, -0.963629, 0.267244, 180, 255, 1), +(6169, 180052, 530, 1, 1, -2273.22, 5232.94, -9.97547, -1.67551, 0, 0, -0.743143, 0.669133, 180, 255, 1), +(6173, 179967, 530, 1, 1, -2249.83, 5242.91, -9.97542, 0.331611, 0, 0, 0.165047, 0.986286, 180, 255, 1), +(6179, 179967, 530, 1, 1, -2280.81, 5205.82, -9.6751, -0.331611, 0, 0, -0.165047, 0.986286, 180, 255, 1), +(6181, 179967, 530, 1, 1, -2248.54, 5243.33, -9.97544, -1.29154, 0, 0, -0.601814, 0.798637, 180, 255, 1), +(6183, 179967, 530, 1, 1, -2235.97, 5217.44, -9.97761, -3.10665, 0, 0, -0.999847, 0.0174704, 180, 255, 1), +(6191, 179967, 530, 1, 1, -2237.76, 5219.87, -9.97718, -1.91986, 0, 0, -0.819151, 0.573577, 180, 255, 1), +(6196, 179967, 530, 1, 1, -2279.89, 5207.03, -9.77578, 2.75761, 0, 0, 0.981626, 0.190814, 180, 255, 1), +(6197, 179967, 530, 1, 1, -2249.41, 5244, -9.9754, -0.349065, 0, 0, -0.173648, 0.984808, 180, 255, 1); + +DELETE FROM `game_event_gameobject` WHERE `guid` IN (5777,5782,5784,5826,5833,5843,5846,5865,5869,5882,5900,5909,5915,5919,5929,5941,5978,5994,6007,6009,6020,6029,6035,6044,6047,6048,6055,6057,6060,6062,6064,6073,6078,6079,6081,6084,6086,6087,6092,6093,6096,6102,6104,6106,6108,6112,6115,6119,6123,6132,6136,6146,6148,6149,6154,6161,6162,6164,6169,6173,6179,6181,6183,6191,6196,6197) AND `eventEntry`=77; +INSERT INTO `game_event_gameobject` (`guid`,`eventEntry`) VALUES +(5777,77),(5782,77),(5784,77),(5826,77), +(5833,77),(5843,77),(5846,77),(5865,77), +(5869,77),(5882,77),(5900,77),(5909,77), +(5915,77),(5919,77),(5929,77),(5941,77), +(5978,77),(5994,77),(6007,77),(6009,77), +(6020,77),(6029,77),(6035,77),(6044,77), +(6047,77),(6048,77),(6055,77),(6057,77), +(6060,77),(6062,77),(6064,77),(6073,77), +(6078,77),(6079,77),(6081,77),(6084,77), +(6086,77),(6087,77),(6092,77),(6093,77), +(6096,77),(6102,77),(6104,77),(6106,77), +(6108,77),(6112,77),(6115,77),(6119,77), +(6123,77),(6132,77),(6136,77),(6146,77), +(6148,77),(6149,77),(6154,77),(6161,77), +(6162,77),(6164,77),(6169,77),(6173,77), +(6179,77),(6181,77),(6183,77),(6191,77), +(6196,77),(6197,77); + +DELETE FROM `game_event` WHERE `eventEntry`=77; +INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `holiday`, `holidayStage`, `description`, `world_event`, `announce`) VALUES +(77, '2016-11-06 01:01:00', '2020-12-31 07:00:00', 131040, 8639, 0, 0, "Darkmoon Faire Building (Terokkar Forest)", 0, 2); + +-- mulgore +DELETE FROM `creature` WHERE `guid` IN (86555,86556,86557,86576,86577,86578,86579,86580,86591,86592,86593,86595,86628,86653); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86555, 14849, 1, 1, 1, 0, 1, -1505.35, 186.719, -7.79279, 2.26235, 300, 0, 0, 699, 0, 0), +(86556, 14849, 1, 1, 1, 0, 1, -1542.32, 174.961, -7.77243, 1.2917, 300, 0, 0, 699, 0, 0), +(86557, 14849, 1, 1, 1, 0, 1, -1533.1, 157.766, -7.79271, 4.8142, 300, 0, 0, 699, 0, 0), +(86576, 14849, 1, 1, 1, 0, 1, -1483.93, 173.129, -7.79276, 4.72938, 300, 0, 0, 699, 0, 0), +(86577, 14849, 1, 1, 1, 0, 1, -1457.66, 221.991, -7.79258, 1.17389, 300, 0, 0, 699, 0, 0), +(86578, 14849, 1, 1, 1, 0, 1, -1444.49, 212.612, -7.71403, 5.71427, 300, 0, 0, 699, 0, 0), +(86579, 14849, 1, 1, 1, 0, 1, -1565.79, 133.538, -7.80358, 5.10951, 300, 0, 0, 699, 0, 0), +(86580, 14849, 1, 1, 1, 0, 1, -1637.48, 103.278, -17.9481, 3.96047, 300, 0, 0, 699, 0, 0), +(86591, 14849, 1, 1, 1, 0, 1, -1616.39, 113.699, -17.9165, 5.71182, 300, 0, 0, 699, 0, 0), +(86592, 14849, 1, 1, 1, 0, 1, -1585.75, 168.143, -7.42583, 1.02063, 300, 0, 0, 699, 0, 0), +(86593, 14849, 1, 1, 1, 0, 1, -1559.88, 182.607, -7.79263, 0.702541, 300, 0, 0, 699, 0, 0), +(86595, 14849, 1, 1, 1, 0, 1, -1630.34, 91.1907, -17.9471, 1.44081, 300, 0, 0, 699, 0, 0), +(86628, 14849, 1, 1, 1, 0, 1, -1467.78, 188.55, -7.79273, 1.01377, 300, 0, 0, 699, 0, 0), +(86653, 14849, 1, 1, 1, 0, 1, -1471.75, 215.969, -7.79302, 2.94193, 300, 0, 0, 699, 0, 0); + +UPDATE `creature` SET `equipment_id`=1 WHERE `id`= 14849; + +DELETE FROM `game_event_creature` WHERE `guid` IN (86555,86556,86557,86576,86577,86578,86579,86580,86591,86592,86593,86595,86628,86653) AND `eventEntry`=71; +INSERT INTO `game_event_creature` (`guid`,`eventEntry`) VALUES +(86555,71),(86556,71), +(86557,71),(86576,71), +(86577,71),(86578,71), +(86579,71),(86580,71), +(86591,71),(86592,71), +(86593,71),(86595,71), +(86628,71),(86653,71); + +DELETE FROM `creature_addon` WHERE guid IN (86555,86556,86557,86576,86577,86578,86579,86580,86591,86592,86593,86595,86628,86653); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(86555, 0, 0, 0, 4097, 234, ""), +(86556, 0, 0, 0, 4097, 234, ""), +(86557, 0, 0, 0, 4097, 234, ""), +(86576, 0, 0, 0, 4097, 234, ""), +(86577, 0, 0, 0, 4097, 234, ""), +(86578, 0, 0, 0, 4097, 234, ""), +(86579, 0, 0, 0, 4097, 234, ""), +(86580, 0, 0, 0, 4097, 234, ""), +(86591, 0, 0, 0, 4097, 234, ""), +(86592, 0, 0, 0, 4097, 69, ""), +(86593, 0, 0, 0, 4097, 69, ""), +(86595, 0, 0, 0, 4097, 69, ""), +(86628, 0, 0, 0, 4097, 69, ""), +(86653, 0, 0, 0, 4097, 69, ""); + +DELETE FROM `gameobject` WHERE `guid` IN (6395,6398,6399,6401,6404,6405,6414,6416,6417,6419,6420,6422,6427,6428,6431,6435,6438,6440,6441,6442,6445,6446,6449,6451,6454,6455,6456,6461,6462,6465,6469,6471,6474,6480,6482,6483,6486,6496,6498,6499,6503,6506,6507,6508,6510,6512,6514,6263,6264,6266,6269,6270,6274,6275,6276,6278,6279,6280,6283,6289,6292,6295,6306,6307,6309,6310,6311,6316,6317,6320,6321,6326,6329,6330,6331,6333,6335,6338,6339,6344,6346,6347,6349,6350,6357,6365,6370,6374,6375,6377,6382,6385,6386,6387,6389,6391,6394,6217,6218,6223,6226,6227,6228,6230,6233,6234,6235,6237,6239,6243,6254,6256,6257,6259,6260,6262); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6217, 178666, 1, 1, 1, -1480.03, 194.661, -7.79279, 5.31714, 0, 0, 0.464458, -0.885595, 25, 0, 1), +(6218, 179965, 1, 1, 1, -1487.31, 228.588, -6.69648, 2.40645, 0, 0, 0.933203, 0.35935, 25, 0, 1), +(6223, 179965, 1, 1, 1, -1470.87, 166.517, -7.7646, 5.11136, 0, 0, 0.55296, -0.833208, 25, 0, 1), +(6226, 179965, 1, 1, 1, -1437.63, 216.881, -7.57591, 0.505787, 0, 0, 0.250206, 0.968193, 25, 0, 1), +(6227, 179965, 1, 1, 1, -1564.16, 176.039, -7.82386, 4.86554, 0, 0, 0.65094, -0.759129, 25, 0, 1), +(6228, 179965, 1, 1, 1, -1581.13, 171.421, -7.79277, 5.58417, 0, 0, 0.342435, -0.939541, 25, 0, 1), +(6230, 179965, 1, 1, 1, -1590.91, 157.523, -7.23096, 6.17322, 0, 0, 0.0549549, -0.998489, 25, 0, 1), +(6233, 179965, 1, 1, 1, -1585.18, 145.282, -7.1297, 0.516005, 0, 0, 0.25515, 0.966902, 25, 0, 1), +(6234, 179965, 1, 1, 1, -1536.28, 144.662, -7.11979, 2.21953, 0, 0, 0.895594, 0.444872, 25, 0, 1), +(6235, 179965, 1, 1, 1, -1555.49, 132.563, -7.59478, 1.8449, 0, 0, 0.797083, 0.603869, 25, 0, 1), +(6237, 179965, 1, 1, 1, -1584.21, 131.393, -7.53359, 4.51053, 0, 0, 0.774755, -0.632261, 25, 0, 1), +(6239, 179965, 1, 1, 1, -1598.12, 101.245, -12.0423, 4.96056, 0, 0, 0.614153, -0.789187, 25, 0, 1), +(6243, 179965, 1, 1, 1, -1583.59, 102.213, -9.99208, 4.96056, 0, 0, 0.614153, -0.789187, 25, 0, 1), +(6254, 179965, 1, 1, 1, -1641.61, 105.337, -17.9416, 3.75498, 0, 0, 0.953337, -0.301908, 25, 0, 1), +(6256, 179965, 1, 1, 1, -1627.24, 126.606, -17.9482, 5.21111, 0, 0, 0.510733, -0.859739, 25, 0, 1), +(6257, 179965, 1, 1, 1, -1637.04, 121.988, -17.8089, 5.25117, 0, 0, 0.493411, -0.869796, 25, 0, 1), +(6259, 179965, 1, 1, 1, -1617.7, 87.493, -17.9482, 5.73261, 0, 0, 0.271824, -0.962347, 25, 0, 1), +(6260, 179965, 1, 1, 1, -1627.69, 82.7048, -17.9481, 4.43278, 0, 0, 0.798743, -0.601673, 25, 0, 1), +(6262, 180045, 1, 1, 1, -1468.97, 202.423, -7.7928, 2.40855, 0, 0, 0.93358, 0.35837, 180, 100, 1), +(6263, 186253, 1, 1, 1, -1579.96, 128.611, -8.39024, -2.33874, 0, 0, -0.920505, 0.390732, 120, 0, 1), +(6264, 180007, 1, 1, 1, -1541.65, 177.301, -7.61854, 1.2917, -0, -0, -0.601877, -0.798589, 300, 255, 1), +(6266, 180007, 1, 1, 1, -1532.85, 155.686, -7.79271, 1.60978, -0, -0, -0.720755, -0.69319, 300, 255, 1), +(6269, 180007, 1, 1, 1, -1506.63, 188.221, -7.79271, 0.898997, -0, -0, -0.434514, -0.900665, 300, 255, 1), +(6270, 180007, 1, 1, 1, -1484.11, 171.401, -7.79276, 1.01288, -0, -0, -0.485067, -0.874477, 300, 255, 1), +(6274, 180007, 1, 1, 1, -1456.88, 223.859, -7.79258, 1.17389, -0, -0, -0.553818, -0.832638, 300, 255, 1), +(6275, 180007, 1, 1, 1, -1443.1, 211.722, -7.66219, 5.71427, -0, -0, -0.280638, 0.959814, 300, 255, 1), +(6276, 180007, 1, 1, 1, -1564.98, 131.605, -7.76846, 5.10951, -0, -0, -0.553732, 0.832695, 300, 255, 1), +(6278, 180007, 1, 1, 1, -1638.6, 102.072, -17.9481, 3.96047, -0, -0, -0.917345, 0.398094, 300, 255, 1), +(6279, 180007, 1, 1, 1, -1614.62, 112.562, -17.9444, 5.71182, -0, -0, -0.281814, 0.959469, 300, 255, 1), +(6280, 180043, 1, 1, 1, -1463.3, 224.253, -7.79176, 4.73421, -0, -0, -0.699351, 0.714779, 300, 255, 1), +(6283, 180043, 1, 1, 1, -1444.24, 208.482, -7.64245, 3.70141, -0, -0, -0.961081, 0.276267, 300, 255, 1), +(6289, 180043, 1, 1, 1, -1475.97, 169.802, -7.79117, 4.05876, -0, -0, -0.89668, 0.442679, 300, 255, 1), +(6292, 180043, 1, 1, 1, -1498.53, 195.137, -7.79156, 2.3034, -0, -0, -0.913456, -0.406937, 300, 255, 1), +(6295, 180043, 1, 1, 1, -1524.51, 179.08, -7.51522, 3.83178, -0, -0, -0.941043, 0.338286, 300, 255, 1), +(6306, 180043, 1, 1, 1, -1499.97, 168.766, -7.79166, 5.88324, -0, -0, -0.198643, 0.980072, 300, 255, 1), +(6307, 180043, 1, 1, 1, -1516.97, 159.144, -7.78423, 3.69433, -0, -0, -0.962052, 0.272866, 300, 255, 1), +(6309, 180043, 1, 1, 1, -1542.87, 145.247, -7.58576, 0.538605, -0, -0, -0.266059, -0.963957, 300, 255, 1), +(6310, 180043, 1, 1, 1, -1546.24, 179.521, -7.49678, 2.32774, -0, -0, -0.918342, -0.395787, 300, 255, 1), +(6311, 180043, 1, 1, 1, -1563.78, 186.275, -7.4418, 5.11591, -0, -0, -0.551065, 0.834463, 300, 255, 1), +(6316, 180043, 1, 1, 1, -1558.27, 135.749, -7.79425, 4.97061, -0, -0, -0.610182, 0.792262, 300, 255, 1), +(6317, 180043, 1, 1, 1, -1592.53, 150.85, -7.30839, 3.01496, -0, -0, -0.997996, -0.063272, 300, 255, 1), +(6320, 180043, 1, 1, 1, -1584, 137.107, -6.80347, 3.65899, -0, -0, -0.966724, 0.255823, 300, 255, 1), +(6321, 180043, 1, 1, 1, -1575.29, 118.339, -8.249, 5.6107, -0, -0, -0.329941, 0.944001, 300, 255, 1), +(6326, 180043, 1, 1, 1, -1595.48, 112.127, -12.8805, 3.53804, -0, -0, -0.980418, 0.196927, 300, 255, 1), +(6329, 180043, 1, 1, 1, -1605.55, 126.117, -14.8112, 2.30104, -0, -0, -0.912975, -0.408015, 300, 255, 1), +(6330, 180043, 1, 1, 1, -1616.87, 107.76, -17.9482, 4.18129, -0, -0, -0.867895, 0.496747, 300, 255, 1), +(6331, 180043, 1, 1, 1, -1621.88, 127.743, -17.9455, 4.43026, -0, -0, -0.799501, 0.600665, 300, 255, 1), +(6333, 180043, 1, 1, 1, -1637.91, 117.233, -17.8656, 3.66842, -0, -0, -0.965507, 0.260378, 300, 255, 1), +(6335, 180043, 1, 1, 1, -1639.31, 96.5868, -17.8861, 5.67669, -0, -0, -0.298623, 0.954371, 300, 255, 1), +(6338, 180043, 1, 1, 1, -1618.54, 79.1763, -17.9482, 2.21701, -0, -0, -0.895032, -0.446002, 300, 255, 1), +(6339, 180043, 1, 1, 1, -1614.5, 92.4155, -17.9019, 3.41974, -0, -0, -0.990345, 0.138626, 300, 255, 1), +(6344, 180043, 1, 1, 1, -1451.29, 182.217, -7.53883, 0.474497, -0, -0, -0.235029, -0.971988, 300, 255, 1), +(6346, 180043, 1, 1, 1, -1451.55, 158.889, -6.46127, 4.8256, -0, -0, -0.665971, 0.745978, 300, 255, 1), +(6347, 180043, 1, 1, 1, -1441.74, 226.811, -7.77921, 1.6683, -0, -0, -0.740725, -0.671809, 300, 255, 1), +(6349, 179967, 1, 1, 1, -1550.82, 180.038, -7.68001, 4.31081, -0, -0, -0.833928, 0.551873, 300, 255, 1), +(6350, 179967, 1, 1, 1, -1538.08, 175.495, -7.76707, 1.7567, -0, -0, -0.769685, -0.638424, 300, 255, 1), +(6357, 179967, 1, 1, 1, -1528.5, 157.278, -7.77547, 5.08835, -0, -0, -0.562508, 0.826792, 300, 255, 1), +(6365, 179967, 1, 1, 1, -1561.93, 135.016, -7.79352, 4.44668, -0, -0, -0.794542, 0.607209, 300, 255, 1), +(6370, 179967, 1, 1, 1, -1611.97, 115.541, -17.5624, 3.54426, -0, -0, -0.979801, 0.199975, 300, 255, 1), +(6374, 179967, 1, 1, 1, -1642.04, 107.412, -17.8993, 3.15941, -0, -0, -0.99996, 0.00890975, 300, 255, 1), +(6375, 179967, 1, 1, 1, -1626.62, 89.4686, -17.9468, 1.18257, -0, -0, -0.557427, -0.830226, 300, 255, 1), +(6377, 179967, 1, 1, 1, -1588.36, 167.851, -7.18944, 1.00978, -0, -0, -0.48371, -0.875228, 300, 255, 1), +(6382, 179967, 1, 1, 1, -1567.41, 184.672, -7.50291, 2.05828, -0, -0, -0.856857, -0.515554, 300, 255, 1), +(6385, 179967, 1, 1, 1, -1503.11, 189.618, -7.79261, 2.6057, -0, -0, -0.964317, -0.264751, 300, 255, 1), +(6386, 179967, 1, 1, 1, -1486.53, 173.505, -7.79354, 1.39697, -0, -0, -0.643057, -0.765818, 300, 255, 1), +(6387, 179967, 1, 1, 1, -1470.07, 222.681, -7.76523, 1.59724, -0, -0, -0.716396, -0.697694, 300, 255, 1), +(6389, 179967, 1, 1, 1, -1452.05, 223.023, -7.79242, 2.8044, -0, -0, -0.985821, -0.167799, 300, 255, 1), +(6391, 179967, 1, 1, 1, -1441.92, 214.8, -7.68844, 5.89259, -0, -0, -0.19406, 0.98099, 300, 255, 1), +(6394, 179967, 1, 1, 1, -1471.81, 189.271, -7.79268, 1.40403, -0, -0, -0.645759, -0.763542, 300, 255, 1), +(6395, 179968, 1, 1, 1, -1619.7, 83.502, -17.9489, 2.70043, -0, -0, -0.97577, -0.218798, 300, 255, 1), +(6398, 179968, 1, 1, 1, -1620.21, 82.4259, -17.9489, 2.70043, -0, -0, -0.97577, -0.218798, 300, 255, 1), +(6399, 179968, 1, 1, 1, -1619.34, 82.0156, -17.9489, 2.70043, -0, -0, -0.97577, -0.218798, 300, 255, 1), +(6401, 179968, 1, 1, 1, -1618.85, 83.0663, -17.9482, 2.70043, -0, -0, -0.97577, -0.218798, 300, 255, 1), +(6404, 179968, 1, 1, 1, -1619.41, 82.7207, -17.2418, 2.6376, -0, -0, -0.968416, -0.24934, 300, 255, 1), +(6405, 179968, 1, 1, 1, -1459.22, 211.729, -7.7924, 3.99241, -0, -0, -0.910871, 0.412692, 300, 255, 1), +(6414, 179968, 1, 1, 1, -1460.28, 212.652, -7.7926, 3.99241, -0, -0, -0.910871, 0.412692, 300, 255, 1), +(6416, 179968, 1, 1, 1, -1460.91, 211.934, -7.7926, 3.99241, -0, -0, -0.910871, 0.412692, 300, 255, 1), +(6417, 179968, 1, 1, 1, -1459.93, 211.076, -7.79277, 3.99241, -0, -0, -0.910871, 0.412692, 300, 255, 1), +(6419, 179968, 1, 1, 1, -1460.13, 212.007, -7.1172, 3.9177, -0, -0, -0.925648, 0.378386, 300, 255, 1), +(6420, 179969, 1, 1, 1, -1640.51, 113.606, -17.8011, 0.0819955, -0, -0, -0.0409861, -0.99916, 300, 255, 1), +(6422, 179969, 1, 1, 1, -1632.81, 107.9, -17.948, 5.62691, -0, -0, -0.322281, 0.946644, 300, 255, 1), +(6427, 179969, 1, 1, 1, -1636.45, 90.8462, -17.9366, 0.176237, -0, -0, -0.0880044, -0.99612, 300, 255, 1), +(6428, 179969, 1, 1, 1, -1616.71, 93.7664, -17.9475, 0.513955, -0, -0, -0.254158, -0.967163, 300, 255, 1), +(6431, 179969, 1, 1, 1, -1472.48, 219.123, -7.79257, 3.32568, -0, -0, -0.995767, 0.0919127, 300, 255, 1), +(6435, 179969, 1, 1, 1, -1454.24, 203.417, -7.79076, 4.76139, -0, -0, -0.689573, 0.724216, 300, 255, 1), +(6438, 179969, 1, 1, 1, -1464.34, 200.856, -7.79217, 5.05591, -0, -0, -0.575846, 0.817559, 300, 255, 1), +(6440, 179969, 1, 1, 1, -1476.39, 202.882, -7.79217, 5.55071, -0, -0, -0.358106, 0.933681, 300, 255, 1), +(6441, 179969, 1, 1, 1, -1477.33, 201.836, -7.79217, 5.55071, -0, -0, -0.358106, 0.933681, 300, 255, 1), +(6442, 179969, 1, 1, 1, -1476.84, 202.338, -7.29454, 5.49416, -0, -0, -0.384358, 0.923184, 300, 255, 1), +(6445, 179969, 1, 1, 1, -1461.46, 187.65, -7.79188, 1.20275, -0, -0, -0.565775, -0.82456, 300, 255, 1), +(6446, 179969, 1, 1, 1, -1568.39, 160.453, -7.79155, 2.42247, -0, -0, -0.936051, -0.351864, 300, 255, 1), +(6449, 179969, 1, 1, 1, -1567.5, 161.469, -7.79155, 2.42247, -0, -0, -0.936051, -0.351864, 300, 255, 1), +(6451, 179969, 1, 1, 1, -1566.81, 160.862, -7.79155, 2.42247, -0, -0, -0.936051, -0.351864, 300, 255, 1), +(6454, 179969, 1, 1, 1, -1567.73, 159.814, -7.79155, 2.42247, -0, -0, -0.936051, -0.351864, 300, 255, 1), +(6455, 179969, 1, 1, 1, -1567.56, 160.418, -7.1565, 2.22376, -0, -0, -0.896534, -0.442975, 300, 255, 1), +(6456, 179969, 1, 1, 1, -1554.21, 146.523, -7.79272, 5.25462, -0, -0, -0.491912, 0.870645, 300, 255, 1), +(6461, 179969, 1, 1, 1, -1555.41, 145.801, -7.79272, 5.25462, -0, -0, -0.491912, 0.870645, 300, 255, 1), +(6462, 179969, 1, 1, 1, -1556, 146.771, -7.79272, 5.25462, -0, -0, -0.491912, 0.870645, 300, 255, 1), +(6465, 179969, 1, 1, 1, -1554.88, 147.447, -7.79272, 5.25462, -0, -0, -0.491912, 0.870645, 300, 255, 1), +(6469, 179969, 1, 1, 1, -1555.15, 146.785, -7.19226, 5.82324, -0, -0, -0.227949, 0.973673, 300, 255, 1), +(6471, 179977, 1, 1, 1, -1441.95, 214.799, -6.69517, 2.92277, -0, -0, -0.99402, -0.109196, 300, 255, 1), +(6474, 179977, 1, 1, 1, -1452, 223.021, -6.79916, 0.666315, -0, -0, -0.327029, -0.945015, 300, 255, 1), +(6480, 179977, 1, 1, 1, -1470.17, 222.716, -6.77195, 5.54129, -0, -0, -0.3625, 0.931984, 300, 255, 1), +(6482, 179977, 1, 1, 1, -1471.77, 189.195, -6.79939, 2.22376, -0, -0, -0.896534, -0.442975, 300, 255, 1), +(6483, 179977, 1, 1, 1, -1486.54, 173.482, -6.80021, 5.78868, -0, -0, -0.244741, 0.969588, 300, 255, 1), +(6486, 179977, 1, 1, 1, -1503.13, 189.583, -6.79936, 2.7806, -0, -0, -0.983755, -0.179516, 300, 255, 1), +(6496, 179977, 1, 1, 1, -1528.44, 157.308, -6.78214, 1.41557, -0, -0, -0.650154, -0.759802, 300, 255, 1), +(6498, 179977, 1, 1, 1, -1538.06, 175.527, -6.77382, 3.04056, -0, -0, -0.998725, -0.0504927, 300, 255, 1), +(6499, 179977, 1, 1, 1, -1567.33, 184.696, -6.50965, 2.91097, -0, -0, -0.993359, -0.115055, 300, 255, 1), +(6503, 179977, 1, 1, 1, -1567.47, 160.418, -6.52153, 2.64, -0, -0, -0.968716, -0.248173, 300, 255, 1), +(6506, 179977, 1, 1, 1, -1561.83, 134.967, -6.8002, 2.6133, -0, -0, -0.965316, -0.261086, 300, 255, 1), +(6507, 179977, 1, 1, 1, -1588.41, 167.861, -6.1962, 1.93393, -0, -0, -0.823166, -0.567801, 300, 255, 1), +(6508, 179977, 1, 1, 1, -1612.01, 115.587, -16.5691, 0.29638, -0, -0, -0.147648, -0.98904, 300, 255, 1), +(6510, 179977, 1, 1, 1, -1641.92, 107.41, -16.905, 3.39635, -0, -0, -0.991898, 0.127033, 300, 255, 1), +(6512, 179977, 1, 1, 1, -1626.73, 89.4102, -16.9535, 1.1776, -0, -0, -0.555363, -0.831608, 300, 255, 1), +(6514, 179977, 1, 1, 1, -1619.43, 82.7, -16.5363, 1.46505, -0, -0, -0.66875, -0.743487, 300, 255, 1); + +DELETE FROM `game_event_gameobject` WHERE `guid` IN (6263,6264,6266,6269,6270,6274,6275,6276,6278,6279,6280,6283,6289,6292,6295,6306,6307,6309,6310,6311,6316,6317,6320,6321,6326,6329,6330,6331,6333,6335,6338,6339,6344,6346,6347,6349,6350,6357,6365,6370,6374,6375,6377,6382,6385,6386,6387,6389,6391,6394,6217,6218,6223,6226,6227,6228,6230,6233,6234,6235,6237,6239,6243,6254,6256,6257,6259,6260,6262,6395,6398,6399,6401,6404,6405,6414,6416,6417,6419,6420,6422,6427,6428,6431,6435,6438,6440,6441,6442,6445,6446,6449,6451,6454,6455,6456,6461,6462,6465,6469,6471,6474,6480,6482,6483,6486,6496,6498,6499,6503,6506,6507,6508,6510,6512,6514) AND `eventEntry`=71; +INSERT INTO `game_event_gameobject` (`guid`,`eventEntry`) VALUES +(6217,71),(6218,71),(6223,71),(6226,71), +(6227,71),(6228,71),(6230,71),(6233,71), +(6234,71),(6235,71),(6237,71),(6239,71), +(6243,71),(6254,71),(6256,71),(6257,71), +(6259,71),(6260,71),(6262,71),(6263,71), +(6264,71),(6266,71),(6269,71),(6270,71), +(6274,71),(6275,71),(6276,71),(6278,71), +(6279,71),(6280,71),(6283,71),(6289,71), +(6292,71),(6295,71),(6306,71),(6307,71), +(6309,71),(6310,71),(6311,71),(6316,71), +(6317,71),(6320,71),(6321,71),(6326,71), +(6329,71),(6330,71),(6331,71),(6333,71), +(6335,71),(6338,71),(6339,71),(6344,71), +(6346,71),(6347,71),(6349,71),(6350,71), +(6357,71),(6365,71),(6370,71),(6374,71), +(6375,71),(6377,71),(6382,71),(6385,71), +(6386,71),(6387,71),(6389,71),(6391,71), +(6394,71),(6395,71),(6398,71),(6514,71), +(6399,71),(6401,71),(6404,71),(6405,71), +(6414,71),(6416,71),(6417,71),(6419,71), +(6420,71),(6422,71),(6427,71),(6428,71), +(6431,71),(6435,71),(6438,71),(6440,71), +(6441,71),(6442,71),(6445,71),(6446,71), +(6449,71),(6451,71),(6454,71),(6455,71), +(6456,71),(6461,71),(6462,71),(6465,71), +(6469,71),(6471,71),(6474,71),(6480,71), +(6482,71),(6483,71),(6486,71),(6496,71), +(6498,71),(6499,71),(6503,71),(6506,71), +(6507,71),(6508,71),(6510,71),(6512,71); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_22_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_22_01_world.sql new file mode 100644 index 00000000000..90ba2134c00 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_22_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_scripts` SET `datalong2`=1 WHERE `id` =1161; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_00_world.sql new file mode 100644 index 00000000000..bab3d5ef3ac --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject` WHERE `id` IN (186649,186650) AND `guid` IN (150377,150378); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_01_world.sql new file mode 100644 index 00000000000..bf994c504df --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=11250 WHERE `id` IN (11292); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_02_world.sql new file mode 100644 index 00000000000..e5a58af9071 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_02_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `npc_text` SET `Text0_0`="You ever tried on Synthebrew Goggles? They're surprisingly uncomfortable!", `BroadcastTextID0`=23836 WHERE `ID`=12181; +UPDATE `npc_text` SET `Text0_0`="I'll tell ya, the only proper way to hunt is when yer good an' goggled!", `BroadcastTextID0`=23782 WHERE `ID`=12165; +UPDATE `gossip_menu_option` SET `OptionText`="What are Synthebrew Goggles?" , `OptionBroadcastTextID`=35222, `BoxMoney`=0, `BoxText`="", `BoxBroadcastTextID`=0, `ActionMenuID`=10603 WHERE `MenuID`=9006; +UPDATE `gossip_menu_option` SET `OptionText`="What are Synthebrew Goggles?" , `OptionBroadcastTextID`=35222 WHERE `MenuID`=9016; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 15 AND `SourceGroup` IN (9016,9006); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15, 9016,0, 0,0, 2,0, 46735,1,0, 1,0,0, '', 'Show gossip menu option 9016 if the player doesnt have the item 46735'), +(15, 9006,0, 0,0, 2,0, 46735,1,0, 1,0,0, '', 'Show gossip menu option 9016 if the player doesnt have the item 46735'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_03_world.sql new file mode 100644 index 00000000000..802205c9c25 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_03_world.sql @@ -0,0 +1,15 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86655,86704); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86655, 34973, 530, 1, 1, 0, 1, 9844.6, -7566.67, 19.3376, 0.471239, 300, 0, 0, 3874500, 8908, 0), +(86704, 40413, 530, 1, 1, 0, 1, 9856.36, -7566.91, 19.2514, 2.73493, 300, 0, 0, 0, 0, 0); + +UPDATE `creature_template` SET `npcflag`=1048577 WHERE `entry` IN (34973,40413); +UPDATE `creature_template` SET `minlevel`=81,`maxlevel`=81, `exp`=2, `DamageModifier`=7.5 WHERE `entry`=40413; -- 3.3.5 ONLY + +DELETE FROM `battlemaster_entry` WHERE `entry` IN (34973,40413); +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES +(34973,32), +(40413,32); + +DELETE FROM `gameobject_addon` WHERE `guid` IN (150377, 150378); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_04_world.sql new file mode 100644 index 00000000000..5d9be84283f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gossip_menu_option` SET `OptionText`="What are Synthebrew Goggles?" , `OptionBroadcastTextID`=35222, `BoxMoney`=0, `BoxText`="", `BoxBroadcastTextID`=0, `ActionMenuID`=10604 WHERE `MenuID`=9016; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_05_world.sql new file mode 100644 index 00000000000..cc2fffbda65 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_05_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuId`=9014 AND `TextId`=12180; +INSERT INTO `gossip_menu` (`MenuId`, `TextId`) VALUES (9014,12180); +UPDATE `gossip_menu_option` SET `ActionMenuID`=9014 WHERE `MenuID`=9015; + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=9014; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(9014, 0, 0, "Here's a gold,, buy yourself something nice.", 23829, 1, 1, 0, 0, 0, 10000, "Do you really want to bribe Olga?", 25743, 0); +UPDATE `smart_scripts` SET `event_param1`=9014 WHERE `entryorguid`=24639 AND `source_type`=0 AND `id`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_06_world.sql new file mode 100644 index 00000000000..d6c8656c9f7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_06_world.sql @@ -0,0 +1,20 @@ +-- +UPDATE `creature_template` SET `npcflag`=1048577 WHERE `entry` IN (34978,34987,34985,34983); +DELETE FROM `battlemaster_entry` WHERE `entry` IN (34978,34987,34985,34983); +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES +(34978,32),(34987,32),(34985,32),(34983,32); + +DELETE FROM `creature` WHERE `guid` IN (86711,86723,86800,86801,86802,86803,86804); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86711, 34987, 530, 1, 1, 0, 1, -3998.37, -11326, -120.91, 4.72984, 300, 0, 0, 3874500, 8908, 0), +(86723, 34985, 0, 1, 1, 0, 1, 1333.51, 326.417, -63.6327, 3.33358, 300, 0, 0, 521300, 448950, 0), +(86800, 34983, 0, 1, 1, 0, 1, 1329.95, 341.604, -63.6265, 3.52556, 300, 0, 0, 651650, 0, 0), +(86801, 28209, 230, 1, 1, 0, 1, 849.49, -179.317, -49.671, 4.10152, 180, 0, 0, 2215, 0, 0), +(86802, 28210, 230, 1, 1, 0, 1, 845.881, -182.203, -49.6705, 1.18682, 180, 0, 0, 2215, 0, 0), +(86803, 28206, 230, 1, 1, 0, 0, 847.823, -181.144, -49.6707, 1.85005, 180, 0, 0, 42, 0, 0), +(86804, 29145, 530, 1, 1, 0, 0, 2970.77, 3750.62, 144.341, 4.9631, 180, 0, 0, 6986, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (28209,28210); +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `emote`) VALUES +(28209, 1, 133), +(28210, 1, 133); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_07_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_07_world.sql new file mode 100644 index 00000000000..1e80256d158 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_07_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `npcflag`=1 WHERE `entry`IN (1735,37589,10676,14369,17827,22258,23101,25078,25093,28209,28210,24956,26547,33642,29778,29143,29145,29728,20165); +UPDATE `creature_template` SET `npcflag`=65537,`type_flags`=134217728 WHERE `entry`=3628; +UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` IN (5835,21859,5627,17764,25924); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_08_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_08_world.sql new file mode 100644 index 00000000000..17462aa8e82 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_08_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` WHERE `guid` =6516; +INSERT INTO gameobject (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6516, 191817, 530, 1, 1, 2969.68, 3752.76, 144.505, 1.9984, 0, 0, 0.841038, 0.540975, 180, 255, 1); +UPDATE `creature_template` SET `gossip_menu_id`=9781 WHERE `entry`=28708; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_09_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_09_world.sql new file mode 100644 index 00000000000..9de11e14d37 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_09_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ElseGroup`=2 WHERE `SourceEntry`=49243 AND `SourceTypeOrReferenceId`=17 AND `ConditionTypeOrReference`=31 AND `ConditionValue2`=27629; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_10_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_10_world.sql new file mode 100644 index 00000000000..e79a1056769 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_23_10_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type`=25 WHERE `entryorguid` IN (24788) AND `id`=0 AND `source_type`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_24_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_24_00_world.sql new file mode 100644 index 00000000000..dedea198f7a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_24_00_world.sql @@ -0,0 +1,15 @@ +-- Frenzied Geist (28419) +DELETE FROM `creature_loot_template` WHERE `Entry`=28419 AND `Item` IN (43507,43508,43509,43510); +INSERT INTO `creature_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES +(28419,43507,0,0.1,0,1,0,1,1,''), +(28419,43508,0,0.1,0,1,0,1,1,''), +(28419,43509,0,0.1,0,1,0,1,1,''), +(28419,43510,0,0.1,0,1,0,1,1,''); + +-- Tunneling Ghoul (24084) +DELETE FROM `creature_loot_template` WHERE `Entry`=24084 AND `Item` IN (43507,43508,43509,43510); +INSERT INTO `creature_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES +(24084,43507,0,0.1,0,1,0,1,1,''), +(24084,43508,0,0.1,0,1,0,1,1,''), +(24084,43509,0,0.1,0,1,0,1,1,''), +(24084,43510,0,0.1,0,1,0,1,1,''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_24_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_24_01_world.sql new file mode 100644 index 00000000000..e1bca108e37 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_24_01_world.sql @@ -0,0 +1,6 @@ +-- Battlegear of Eternal Justice +UPDATE `spell_proc` SET `ProcFlags` = `ProcFlags` |16 WHERE `SpellId` = 26135; +-- judgement set bonus +DELETE FROM `spell_proc` WHERE `SpellId` = 23591; +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(23591, 0, 10, 8388608, 0, 0, 16, 0, 2, 0, 2, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_25_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_25_00_world.sql new file mode 100644 index 00000000000..1a65ed20b70 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_25_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `SourceEntry`=13018, `NegativeCondition`=1 WHERE `SourceGroup` IN (9568) AND `SourceTypeOrReferenceId`=14; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_25_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_25_01_world.sql new file mode 100644 index 00000000000..27027840dfc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_25_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `position_z`=135.384 WHERE `guid`= 24824; +UPDATE `creature` SET `position_z`=135.384 WHERE `guid`= 70040; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_00_world_335.sql new file mode 100644 index 00000000000..3cc5abee12f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=33.3,`GroupID`=1 WHERE `Entry` IN (299,69) AND `Item` IN (4865,7073,7074); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_01_world_335.sql new file mode 100644 index 00000000000..6cd36d2c46a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=18 WHERE `ID`=3903; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_02_world.sql new file mode 100644 index 00000000000..8baba1012f6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `spell_proc` SET `SpellTypeMask` = `SpellTypeMask` |2 WHERE `SpellId` = 27774; +UPDATE `spell_proc` SET `SpellFamilyName` = 0 WHERE `SpellId` = 26119; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_03_world_335.sql new file mode 100644 index 00000000000..6fe08f6452c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_26_03_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `position_z`=32.104492 WHERE `guid`= 1469; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_30_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_30_00_world.sql new file mode 100644 index 00000000000..61d942cf4dc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_30_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `modelid`=0 WHERE `guid` IN (201765,201886); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_09_30_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_30_01_world.sql new file mode 100644 index 00000000000..0afb81e3e1f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_09_30_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid`=0 WHERE `id` IN (37779, 37583, 37584,37587,37588,36773,36772,36771,36770,36767,36766,36765,36764,26802,26800,26805,26796); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_00_world.sql new file mode 100644 index 00000000000..dfec083163d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_00_world.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86805,86806,86807); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86805, 29854, 571, 1, 1, 0, 0, 6649.39, -546.08, 1116.03, 0.844789, 300, 0, 0, 0, 0, 0), +(86806, 29854, 571, 1, 1, 0, 0, 6663.04, -553.344, 1118.56, 2.12891, 300, 0, 0, 0, 0, 0), +(86807, 29854, 571, 1, 1, 0, 0, 6705.8, -572.515, 1138.59, 6.16508, 300, 0, 0, 0, 0, 0); +DELETE FROM `creature_template_addon` WHERE `entry`=29854; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`bytes1`,`mount`,`auras`) VALUES (29854,0,1,0, ''); +DELETE FROM `creature_addon` WHERE `guid`=75094; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`,`mount`,`auras`) VALUES (75094,0,0,0, ''); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=56393; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition` ,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,56393,0,0,31,0,3,29854,0,0,0,'',''), +(13,1,56393,0,0,1,0,56393,0,0,1,0,'',''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_01_world.sql new file mode 100644 index 00000000000..3fbf20183dc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_01_world.sql @@ -0,0 +1,22 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (112058,112059,112088,112089,112091,112114,112115,112141,112142,112149,112150,112151,112152,112153,112154,112155,112156,112157,112158); +INSERT INTO `creature_addon` (`guid`,`bytes2`) VALUES +(112058,0), +(112059,0), +(112088,0), +(112089,0), +(112091,0), +(112114,0), +(112115,0), +(112141,0), +(112142,0), +(112149,0), +(112150,0), +(112151,0), +(112152,0), +(112153,0), +(112154,0), +(112155,0), +(112156,0), +(112157,0), +(112158,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_02_world.sql new file mode 100644 index 00000000000..1b290a0784b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_01_02_world.sql @@ -0,0 +1,17 @@ +-- +DELETE FROM `pool_template` WHERE `entry`=491; +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(491,1,"Reagent Pouch"); + +DELETE FROM `pool_gameobject` WHERE `pool_entry`=491; +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(6517,491,0,"Reagent Pouch - Spawn 1"), +(6522,491,0,"Reagent Pouch - Spawn 2"), +(56732,491,0,"Reagent Pouch - Spawn 3"); + +DELETE FROM `gameobject` WHERE `guid` IN (6517,6522); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(6517,186662,571,0,0,1,1,724.839, -5169.79, -73.795, 5.38533, -0, -0, -0.434001, 0.900912, 300,100,1,"",0), +(6522,186662,571,0,0,1,1,792.927, -5149.68, -82.2494, 1.69253, -0, -0, -0.74881, -0.662785, 300,100,1,"",0); + +UPDATE `gameobject` SET `spawntimesecs`=5 WHERE `id`=186662; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_00_world.sql new file mode 100644 index 00000000000..f577841b6f6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup` IN(30013); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`Comment`) VALUES +(18,30013,43671,0,31,0,3,29730,0,0,'Required npc for spellclick'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_01_world.sql new file mode 100644 index 00000000000..22f976f3665 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_01_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (6523,6527,6528,6540,6547); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(6523,192536,571,0,0,1,1,6730.41, -1887.35, 1172.73, 0.791514, -0, -0, -0.385507, -0.922705, 120,255,1,"",0), +(6527,192536,571,0,0,1,1,6708.32, -1909.79, 1175.16, 4.014, -0, -0, -0.906361, 0.422504, 120,255,1,"",0), +(6528,192536,571,0,0,1,1,6630.32, -1874.45, 1127.96, 1.53166, -0, -0, -0.693135, -0.720808, 120,255,1,"",0), +(6540,192536,571,0,0,1,1,6637.86, -1880.31, 1128.19, 1.37536, -0, -0, -0.634748, -0.77272, 120,255,1,"",0), +(6547,192536,571,0,0,1,1,6657.16, -1944.79, 1093.14, 1.10519, -0, -0, -0.524896, -0.851166, 120,255,1,"",0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_02_world.sql new file mode 100644 index 00000000000..af5ca5d2a94 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_02_world.sql @@ -0,0 +1,2 @@ +-- +ALTER TABLE spell_dbc CHANGE COLUMN Comment SpellName VARCHAR(100) AFTER EffectSpellClassMaskC3; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_03_world.sql new file mode 100644 index 00000000000..0215469d652 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SourceSpellID`=0 WHERE `ID`=11681; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_04_world.sql new file mode 100644 index 00000000000..85c18fc1a26 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_04_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=25356 AND `source_type`=0 AND `id`=0 AND `action_type`=85; +UPDATE `smart_scripts` SET `id`=0, `event_type`=19 WHERE `entryorguid`=25356 AND `source_type`=0 AND `id`=1 AND `action_type`=80; +UPDATE `quest_template_addon` SET `SourceSpellID`=45883 WHERE `ID`=11681; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_05_world_335.sql new file mode 100644 index 00000000000..f5b92046b46 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_05_world_335.sql @@ -0,0 +1,2 @@ +-- Gryphon Master Talonaxe +UPDATE `creature_template` SET `npcflag`=2, `gossip_menu_id`=0 WHERE `entry`=5636; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_06_world_335.sql new file mode 100644 index 00000000000..9a87ac98df6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_06_world_335.sql @@ -0,0 +1,10 @@ +-- Thorkaf Dragoneye --> Add Gossip Text +UPDATE `creature_template` SET `gossip_menu_id`=3068 WHERE `entry`=7867; + +DELETE FROM `gossip_menu` WHERE `MenuID`=3068; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(3068,3802,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=3068; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(3068,0,3,"I would like to train.",5597,5,16,0,0,0,0,"",0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_07_world_335.sql new file mode 100644 index 00000000000..1e3b63e280b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_07_world_335.sql @@ -0,0 +1,5 @@ +-- Vizzklick +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1301; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1301,1934,0,0,7,0,197,230,0,0,0,0,"","Show gossip text 1934 if player has Tailoring with skill level 230"), +(14,1301,1934,0,0,14,0,3379,0,0,0,0,0,"","Show gossip text 1934 if quest 'Shadoweaver' is not taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_08_world_335.sql new file mode 100644 index 00000000000..23e218f0f2c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_08_world_335.sql @@ -0,0 +1,438 @@ +-- Quest "Ripple Recovery" +DELETE FROM `quest_details` WHERE `ID`=649; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(649,25,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=649; + +-- Quest "Ripple Recovery" +DELETE FROM `quest_details` WHERE `ID`=650; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(650,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=650; + +-- Quest "A Sticky Situation" +DELETE FROM `quest_details` WHERE `ID`=77; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(77,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=77; + +-- Quest "Ripple Delivery" +DELETE FROM `quest_details` WHERE `ID`=81; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(81,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=81; + +-- Quest "Vilebranch Hooligans" +DELETE FROM `quest_details` WHERE `ID`=7839; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7839,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=7839; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=4 WHERE `ID`=7839; + +-- Quest "Message to the Wildhammer" +DELETE FROM `quest_details` WHERE `ID`=7841; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7841,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7841; + +-- Quest "Another Message to the Wildhammer" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7842; + +-- Quest "The Final Message to the Wildhammer" +DELETE FROM `quest_details` WHERE `ID`=7843; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7843,25,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=7843; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7843; + +-- Quest "Hunt the Savages" +DELETE FROM `quest_details` WHERE `ID`=7829; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7829,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=7829; + +-- Quest "Avenging the Fallen" +DELETE FROM `quest_details` WHERE `ID`=7830; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7830,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=7830; +UPDATE `quest_offer_reward` SET `Emote1`=1, `EmoteDelay1`=1000 WHERE `ID`=7830; + +-- Quest "Separation Anxiety" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=7849; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=7849; + +-- Quest "Cannibalistic Cousins" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7844; + +-- Quest "Stalking the Stalkers" +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=7828; + +-- Quest "Rin'ji's Secret" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=2782; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2782; + +-- Quest "Oran's Gratitude" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8273; + +-- Quest "Lines of Communication" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2995; + +-- Quest "Venom Bottles" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2933; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=2933; + +-- Quest "Undamaged Venom Sac" +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2934; + +-- Quest "Consult Master Gadrin" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2935; + +-- Quest "The Spider God" +DELETE FROM `quest_details` WHERE `ID`=2936; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2936,1,0,0,0,0,0,0,0,0); + +-- Quest "Summoning Shadra" +DELETE FROM `quest_details` WHERE `ID`=2937; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2937,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2937; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2937; + +-- Quest "Venom to the Undercity" +DELETE FROM `quest_details` WHERE `ID`=2938; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2938,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2938; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=2 WHERE `ID`=2938; + +-- Quest "Snapjaws, Mon!" +DELETE FROM `quest_details` WHERE `ID`=7815; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7815,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=7815; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7815; + +-- Quest "Gammerita, Mon!" +DELETE FROM `quest_details` WHERE `ID`=7816; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7816,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=7816; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=7816; + +-- Quest "Lard Lost His Lunch" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=7840; + +-- Quest "Dark Vessels" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=7850; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7850; + +-- Quest "Job Opening: Guard Captain of Revantusk Village" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=7862; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7862; + +-- Quest "Wanted: Vile Priestess Hexx and Her Minions" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=7861; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=7861; + +-- Quest "Return to Primal Torntusk" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=7847; + +-- Quest "Jammal'an the Prophet" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1446; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1446; + +-- Quest "Reclaiming the Eggs" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=9475; + +-- Quest "Troll Necklace Bounty" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=2880; + +-- Quest "The Altar of Zul" / "Thadius Grimshade" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2990; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID` IN (2989,2990); + +-- Quest "Nekrum's Medallion" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2991; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2991; + +-- Quest "The Divination" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2992; + +-- Quest "Saving Sharpbeak" +DELETE FROM `quest_details` WHERE `ID`=2994; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2994,5,0,0,0,0,0,0,0,0); + +-- Quest "Tran'rek" +UPDATE `quest_offer_reward` SET `Emote1`=3 WHERE `ID`=2864; + +-- Quest "Gadgetzan Water Survey" +UPDATE `quest_details` SET `Emote1`=1 WHERE `ID`=992; +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=992; + +-- Quest "WANTED: Caliph Scorpidsting" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2781; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2781; + +-- Quest "Wastewander Justice" +DELETE FROM `quest_details` WHERE `ID`=1690; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1690,25,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1690; + +-- Quest "More Wastewander Justice" +DELETE FROM `quest_details` WHERE `ID`=1691; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1691,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=1691; +UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID`=1691; + +-- Quest "Water Pouch Bounty" +DELETE FROM `quest_details` WHERE `ID`=1707; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1707,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1707; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1707; + +-- Quest "Water Pouch Bounty (Part 2)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=1878; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1878; + +-- Quest "Screecher Spirits" +DELETE FROM `quest_details` WHERE `ID`=3520; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3520,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=3520; + +-- Quest "The Prophecy of Mosh'aru" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=3527; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3527; + +-- Quest "The Ancient Egg" +DELETE FROM `quest_details` WHERE `ID`=4787; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4787,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4787; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=2 WHERE `ID`=4787; + +-- Quest "The God Hakkar" +DELETE FROM `quest_details` WHERE `ID`=3528; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3528,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=3528; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=3528; + +-- Quest "Southsea Shakedown" +DELETE FROM `quest_details` WHERE `ID`=8366; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8366,5,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=6 WHERE `ID`=8366; + +-- Quest "Pirate Hats Ahoy!" +DELETE FROM `quest_details` WHERE `ID`=8365; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8365,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=8365; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8365; + +-- Quest "WANTED: Andre Firebeard" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2875; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2875; + +-- Quest "Ship Schedules" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2876; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=2876; + +-- Quest "Divino-matic Rod" +DELETE FROM `quest_details` WHERE `ID`=2768; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2768,5,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2768; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2768; + +-- Quest "Into the Field" +DELETE FROM `quest_details` WHERE `ID`=243; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(243,1,1,0,0,0,0,0,0,0); + +-- Quest "Slake That Thirst" +DELETE FROM `quest_details` WHERE `ID`=379; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(379,25,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=379; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=379; + +-- Quest "The Thirsty Goblin" +DELETE FROM `quest_details` WHERE `ID`=2605; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2605,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2605; +UPDATE `quest_offer_reward` SET `Emote1`=7 WHERE `ID`=2605; + +-- Quest "In Good Taste" +DELETE FROM `quest_details` WHERE `ID`=2606; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2606,7,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2606; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2606; + +-- Quest "Sprinkle's Secret Ingredient" +DELETE FROM `quest_details` WHERE `ID`=2641; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2641,1,11,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2641; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=2641; + +-- Quest "Thistleshrub Valley" +DELETE FROM `quest_details` WHERE `ID`=3362; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3362,6,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=3362; + +-- Quest "Scarab Shells" +DELETE FROM `quest_details` WHERE `ID`=2865; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2865,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2865; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2865; + +-- Quest "Gahz'ridian" +DELETE FROM `quest_details` WHERE `ID`=3161; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3161,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3161; + +-- Quest "Noxious Lair Investigation" +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=82; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=82; + +-- Quest "Tanaris Field Sampling" +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=654; + +-- Quest "The Scrimshank Redemption" +DELETE FROM `quest_details` WHERE `ID`=10; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(10,5,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=10; + +-- Quest "Rise of the Silithid" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=32; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=32; + +-- Quest "March of the Silithid" +DELETE FROM `quest_details` WHERE `ID` IN (4493,4494); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4493,1,0,0,0,0,0,0,0,0), +(4494,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID` IN (4493,4494); + +-- Quest "Return to Apothecary Zinge" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1 WHERE `ID`=864; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=864; + +-- Quest "The Stone Circle" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3444; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=3444; + +-- Quest "Delivery for Marin" +DELETE FROM `quest_details` WHERE `ID`=2661; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2661,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2661; + +-- Quest "Noggenfogger Elixir" +DELETE FROM `quest_details` WHERE `ID`=2662; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2662,5,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=5, `Emote3`=11 WHERE `ID`=2662; + +-- Quest "Handle With Care" +DELETE FROM `quest_details` WHERE `ID`=3022; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3022,4,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3022; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3022; + +-- Quest "Troll Temper" +DELETE FROM `quest_details` WHERE `ID`=3042; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3042,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3042; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3042; + +-- Quest "Super Sticky" +UPDATE `quest_request_items` SET `EmoteOnComplete`=4, `EmoteOnIncomplete`=4 WHERE `ID`=4504; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4504; + +-- Quest "A Bad Egg" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=2750; +UPDATE `quest_offer_reward` SET `Emote1`=274, `Emote1`=1 WHERE `ID`=2750; + +-- Quest "An Ordinary Egg" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=2749; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote1`=1 WHERE `ID`=2749; + +-- Quest "A Fine Egg" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=2748; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote1`=1 WHERE `ID`=2748; + +-- Quest "An Extraordinary Egg" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=2747; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote1`=1 WHERE `ID`=2747; + +-- Quest "Bungle in the Jungle" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=4496; + +-- Quest "Pawn Captures Queen" +DELETE FROM `quest_details` WHERE `ID`=4507; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4507,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=4507; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=4507; + +-- Quest "Calm Before the Storm" +DELETE FROM `quest_details` WHERE `ID` IN (4508,4509); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4508,1,0,0,0,0,0,0,0,0), +(4509,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID` IN (4508,4509); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID` IN (4508,4509); + +-- Quest "Calm Before the Storm (Part 2)" +DELETE FROM `quest_details` WHERE `ID` IN (4510,4511); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4510,1,0,0,0,0,0,0,0,0), +(4511,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=2, `EmoteOnIncomplete`=2 WHERE `ID` IN (4510,4511); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID` IN (4510,4511); + +-- Quest "Yuka Screwspigot" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4324; + +-- Quest "The Lost Tablets of Mosh'aru" +DELETE FROM `quest_details` WHERE `ID`=5065; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5065,274,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=5065; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=5065; + +-- Quest "The Final Tablets" +DELETE FROM `quest_details` WHERE `ID`=4788; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4788,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=4788; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=4788; + +-- Quest "Confront Yeh'kinya" +DELETE FROM `quest_details` WHERE `ID`=8181; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8181,1,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=5 WHERE `ID`=8181; + +-- Quest "The Hand of Rastakhan" +DELETE FROM `quest_details` WHERE `ID`=8182; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(8182,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=8182; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_09_world_335.sql new file mode 100644 index 00000000000..27892cc6d9a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_09_world_335.sql @@ -0,0 +1,113 @@ +-- Pathing for Shadowsilk Poacher +UPDATE `creature` SET `MovementType`=2 WHERE `guid`=5768; + +DELETE FROM `creature_addon` WHERE `guid`=5768; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(5768,57680,0,0,1,0,""); + +DELETE FROM `creature_formations` WHERE `leaderGUID`=5768; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(5768,5768,0,0,515,0,0), +(5768,5771,3,180,515,0,0), +(5768,5772,3,90,515,0,0), +(5768,5770,3,360,515,0,0), +(5768,5769,3,270,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=57680; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(57680,1,-6475.76,-1653.2,296.95,0,0,0,0,100,0), +(57680,2,-6456.78,-1641.12,302.886,0,0,0,0,100,0), +(57680,3,-6442.88,-1643.53,307.503,0,0,0,0,100,0), +(57680,4,-6433.85,-1639.7,311.784,0,0,0,0,100,0), +(57680,5,-6430.85,-1624.21,316.06,0,0,0,0,100,0), +(57680,6,-6437.13,-1611.54,317.35,0,0,0,0,100,0), +(57680,7,-6455.35,-1602.83,316.361,0,0,0,0,100,0), +(57680,8,-6483.23,-1602.32,313.864,0,0,0,0,100,0), +(57680,9,-6508.08,-1613.72,302.94,0,0,0,0,100,0), +(57680,10,-6524.63,-1629.45,296.374,0,0,0,0,100,0), +(57680,11,-6549.25,-1636.63,296.184,0,0,0,0,100,0), +(57680,12,-6558.26,-1629.93,293.225,0,0,0,0,100,0), +(57680,13,-6564.29,-1623.06,287.738,0,0,0,0,100,0), +(57680,14,-6567.7,-1614.35,284.125,0,0,0,0,100,0), +(57680,15,-6584.51,-1599.24,274.318,0,0,0,0,100,0), +(57680,16,-6586.88,-1592.99,273.086,0,0,0,0,100,0), +(57680,17,-6596.43,-1569.3,272.825,0,0,0,0,100,0), +(57680,18,-6595.06,-1553.18,273.489,0,0,0,0,100,0), +(57680,19,-6600.38,-1537.31,273.269,0,0,0,0,100,0), +(57680,20,-6600.03,-1528.85,273.124,0,0,0,0,100,0), +(57680,21,-6605.06,-1517.05,269.084,0,0,0,0,100,0), +(57680,22,-6606.51,-1506.95,271.175,0,0,0,0,100,0), +(57680,23,-6605.02,-1485.74,269.163,0,0,0,0,100,0), +(57680,24,-6600.2,-1474.55,269.11,0,0,0,0,100,0), +(57680,25,-6601.17,-1459.35,267.091,0,0,0,0,100,0), +(57680,26,-6609.78,-1431.57,265.835,0,0,0,0,100,0), +(57680,27,-6621.3,-1422.3,264.632,0,0,0,0,100,0), +(57680,28,-6628.59,-1423.14,260.498,0,0,0,0,100,0), +(57680,29,-6639.19,-1428.01,252.796,0,0,0,0,100,0), +(57680,30,-6649.86,-1430.2,249.935,0,0,0,0,100,0), +(57680,31,-6666.55,-1429.78,242.738,0,0,0,0,100,0), +(57680,32,-6682.08,-1439.36,240.719,0,0,0,0,100,0), +(57680,33,-6690.03,-1459.6,242.431,0,0,0,0,100,0), +(57680,34,-6693.66,-1476.71,242.766,0,0,0,0,100,0), +(57680,35,-6688.73,-1497.33,241.983,0,0,0,0,100,0), +(57680,36,-6666.39,-1526.66,243.709,0,0,0,0,100,0), +(57680,37,-6650.78,-1584.87,244.454,0,0,0,0,100,0), +(57680,38,-6624.57,-1635.45,244.219,0,0,0,0,100,0), +(57680,39,-6612.23,-1652.77,245.724,0,0,0,0,100,0), +(57680,40,-6617.72,-1674.4,244.826,0,0,0,0,100,0), +(57680,41,-6612.6,-1702.57,244.242,0,0,0,0,100,0), +(57680,42,-6608.79,-1707.23,244.058,0,0,0,0,100,0), +(57680,43,-6603.43,-1707.57,244.598,0,0,0,0,100,0), +(57680,44,-6599.1,-1704.02,247.051,0,0,0,0,100,0), +(57680,45,-6596.47,-1693.83,254.567,0,0,0,0,100,0), +(57680,46,-6579.82,-1684.53,266.768,0,0,0,0,100,0), +(57680,47,-6567.27,-1680.84,277.013,0,0,0,0,100,0), +(57680,48,-6558.48,-1671.8,281.61,0,0,0,0,100,0), +(57680,49,-6546.02,-1660.57,284.798,0,0,0,0,100,0), +(57680,50,-6527.17,-1658.61,289.643,0,0,0,0,100,0), +(57680,51,-6499.39,-1664.21,295.044,0,0,0,0,100,0); + +-- Raze +UPDATE `creature` SET `spawntimesecs`=30 WHERE `guid`=5767; +UPDATE `creature_template` SET `AIName`="SmartAI", `flags_extra`=0 WHERE `entry`=8441; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8441 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (844100,844101) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8441,0,0,0,11,0,100,0,0,0,0,0,0,18,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raze - On Respawn - Add Unit Flags 'Immune To Player'+'Immune To NPC'"), +(8441,0,1,0,62,0,100,0,2306,0,0,0,0,80,844100,2,0,0,0,0,1,0,0,0,0,0,0,0,"Raze - On Gossip Option Selected - Run Script"), +(8441,0,2,0,62,0,100,0,2306,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Raze - On Gossip Option Selected - Close Gossip"), +(8441,0,3,0,62,0,100,0,2306,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Raze - On Gossip Option Selected - Store Target"), +(8441,0,4,0,62,0,100,0,2306,0,0,0,0,57,10464,1,0,0,0,0,7,0,0,0,0,0,0,0,"Raze - On Gossip Option Selected - Remove Item 'Staff of Command'"), +(8441,0,5,0,62,0,100,0,2306,0,0,0,0,85,15539,2,0,0,0,0,7,0,0,0,0,0,0,0,"Raze - On Gossip Option Selected - Invoker Cast 'Conjure Staff of Command'"), +(8441,0,6,0,38,0,100,1,2,2,0,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Raze - On Data Set - Say Line 1"), +(8441,0,7,0,38,0,100,1,1,1,0,0,0,80,844101,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raze - On Data Set - Run Script"), +(844100,9,0,0,0,0,100,0,0,0,0,0,0,83,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raze - On Script - Remove Npc Flag 'Gossip'"), +(844100,9,1,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,19,8439,0,0,0,0,0,0,"Raze - On Script - Say Line 0 (Nilith Lokrav)"), +(844100,9,2,0,0,0,100,0,0,0,0,0,0,29,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Raze - On Script - Start Follow Player"), +(844100,9,3,0,0,0,100,0,8000,8000,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Raze - On Script - Say Line 0"), +(844100,9,4,0,0,0,100,0,2692000,2692000,0,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Raze - On Script - Say Line 2"), +(844100,9,5,0,0,0,100,0,5000,5000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raze - On Script - Despawn"), +(844101,9,0,0,0,0,100,0,0,0,0,0,0,19,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raze - On Script - Remove Unit Flags 'Immune To Player'+'Immune To NPC'"), +(844101,9,1,0,0,0,100,0,0,0,0,0,0,2,113,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raze - On Script - Set Faction 113"), +(844101,9,2,0,0,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,19,8442,0,0,0,0,0,0,"Raze - On Script - Start Attacking"), +(844101,9,3,0,0,0,100,0,5000,5000,0,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Raze - On Script - Say Line 2"), +(844101,9,4,0,0,0,100,0,5000,5000,0,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raze - On Script - Despawn"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (8441,8439); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8439,0,0,"Use this Staff of Command on Raze when you are near Shadowsilk Poachers and he will make them rue the day they decided to poach in these lands.",12,0,100,1,0,0,4414,0,"Nilith Lokrav"), +(8441,0,0,"Raze follow $n! Raze SMASH poachers! SMASH SMASH SMASH! Tell Raze to SMASH by playing with stick! SMASH!",12,0,100,0,0,0,4521,0,"Raze"), +(8441,1,0,"Use staff, tell Raze what do! Show Raze poacher! Raze smash!",12,0,100,0,0,0,5949,0,"Raze"), +(8441,2,0,"Raze need go home now. Bye, bye, $r.",12,0,100,0,0,0,4413,0,"Raze"), +(8441,2,1,"Bye, bye, tiny little $r. Raze go now.",12,0,100,0,0,0,4415,0,"Raze"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=2306; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,2306,0,0,0,9,0,3379,0,0,0,0,0,"","Show gossip option if quest 'Shadoweaver' is taken"); + +-- Shadowsilk Poacher +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8442; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8442 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(8442,0,0,0,8,0,100,0,12347,0,0,0,0,45,1,1,0,0,0,0,19,8441,0,0,0,0,0,0,"Shadowsilk Poacher - On Spellhit 'Raze Attack' - Set Data to Raze"), +(8442,0,1,0,75,0,100,1,0,8441,15,0,0,45,2,2,0,0,0,0,19,8441,0,0,0,0,0,0,"Shadowsilk Poacher - On Creature 'Raze' in Range - Set Data to Raze"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_10_world_335.sql new file mode 100644 index 00000000000..dce18343cd6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_10_world_335.sql @@ -0,0 +1,37 @@ +-- Warlord Goretooth +UPDATE `creature_template` SET `gossip_menu_id`=2884, `AIName`="SmartAI" WHERE `entry`=9077; + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (2884,2885,2886,2887,2888,2889); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2884,3560,0), +(2885,3561,0), +(2886,3562,0), +(2887,3563,0), +(2888,3564,0), +(2889,3565,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (2884,2885,2886,2887,2888,2889); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2884,0,0,"What roles?",5971,1,1,2885,0,0,0,"",0,0), +(2885,0,0,"Dreams?",5973,1,1,2886,0,0,0,"",0,0), +(2886,0,0,"I pray for such things.",5975,1,1,2887,0,0,0,"",0,0), +(2887,0,0,"I do not deserve such praise, Warlord Goretooth.",5977,1,1,2888,0,0,0,"",0,0), +(2888,0,0,"Sir! Until my body ceases to function!",5979,1,1,2889,0,0,0,"",0,0), +(2889,0,0,"Yes, sir. Thank you, sir!",5981,1,1,0,0,0,0,"",0,0); + +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=3561; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=5 WHERE `ID`=3562; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=66 WHERE `ID`=3563; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=25, `em0_2`=0, `em0_3`=6, `em0_4`=0, `em0_5`=6 WHERE `ID`=3564; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1 WHERE `ID`=3565; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=2884; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,2884,0,0,0,14,0,4903,0,0,0,0,0,"","Show gossip option if quest 'Warlord's Command' is not taken"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=9077 AND `source_type`=0; +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 +(9077,0,0,0,62,0,100,0,2889,0,0,0,85,16548,2,0,0,0,0,7,0,0,0,0,0,0,0,"Warlord Goretooth - On Gossip Option Selected - Invoker Cast 'Goretooth's Orders'"), +(9077,0,1,0,62,0,100,0,2889,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Warlord Goretooth - On Gossip Option Selected - Close Gossip"); + +DELETE FROM `creature_queststarter` WHERE `quest`=4903; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_11_world_335.sql new file mode 100644 index 00000000000..6dcb20eeeca --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_11_world_335.sql @@ -0,0 +1,29 @@ +-- Eitrigg +DELETE FROM `gossip_menu` WHERE `MenuID` IN (21313,21314,21315,21316,21317,21318,21319); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (2901,2902,2903,2904,2905,2906,2907,2908,21313,21314,21315,21316,21317,21318,21319); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2901,0,0,"Hello, Eitrigg. I bring news from Blackrock Spire.",5990,1,1,2902,0,0,0,"",0,0), +(2902,0,0,"There is only one Warchief, Eitrigg!",5992,1,1,2903,0,0,0,"",0,0), +(2903,0,0,"What do you mean?",5994,1,1,2904,0,0,0,"",0,0), +(2904,0,0,"Hearthglen?? But...",5996,1,1,2905,0,0,0,"",0,0), +(2905,0,0,"I will take you up on that offer, Eitrigg.",5998,1,1,2906,0,0,0,"",0,0), +(2906,0,0,"Ah, so that is how they pushed the Dark Iron to the lower parts of the Spire.",6000,1,1,2907,0,0,0,"",0,0), +(2907,0,0,"Perhaps there exists a way?",6002,1,1,2908,0,0,0,"",0,0), +(2908,0,0,"As you wish, Eitrigg.",6004,1,1,0,0,0,0,"",0,0); + +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=3574; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=3575; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=3576; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=11, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=3577; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=3578; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=3579; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=25 WHERE `ID`=3580; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=3144; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=2901; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,2901,0,0,0,9,0,4941,0,0,0,0,0,"","Show gossip option if quest 'Eitrigg's Wisdom' is taken"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=3144 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `event_param1`=2908 WHERE `entryorguid`=3144 AND `source_type`=0 AND `id`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_12_world_335.sql new file mode 100644 index 00000000000..6fdcf685fcf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_02_12_world_335.sql @@ -0,0 +1,7 @@ +-- +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=5733; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=5, `em0_4`=0, `em0_5`=1 WHERE `ID`=5734; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=1 WHERE `ID`=5735; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=6, `em0_4`=0, `em0_5`=6 WHERE `ID`=5736; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=5, `em0_4`=0, `em0_5`=1 WHERE `ID`=5737; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=11, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=5 WHERE `ID`=5738; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_04_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_04_00_world_335.sql new file mode 100644 index 00000000000..e29befc66bc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_04_00_world_335.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature` WHERE `guid`=86808; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86808, 7319, 1, 1, 1, 0, 0, 10980, 1731.3, 1303.1, 5.14113, 120, 5, 0, 0, 0, 1); + +DELETE FROM `pool_template` WHERE `entry`=492; +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(492,1,"Lady Sathrah"); +DELETE FROM `pool_creature` WHERE `pool_entry`=492; +INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(12596,492,0,"Lady Sathrah - Spawn 1"), +(86808,492,0,"Lady Sathrah - Spawn 2"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_04_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_04_01_world_335.sql new file mode 100644 index 00000000000..ce5021ee663 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_04_01_world_335.sql @@ -0,0 +1,40 @@ +-- Lexlort +UPDATE `creature_template` SET `gossip_menu_id`=5762, `AIName`="SmartAI" WHERE `entry`=9080; + +DELETE FROM `gossip_menu` WHERE `MenuID`=5762; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(5762,6947,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=5762; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(5762,0,0,"Lexlort, I lost the thorium shackles.",9529,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5762; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,5762,0,0,0,14,0,4122,0,0,1,0,0,"","Show gossip option if quest 'Grark Lorkrub' is taken"), +(15,5762,0,0,0,8,0,4121,0,0,1,0,0,"","Show gossip option if quest 'Precarious Predicament' is not rewarded"), +(15,5762,0,0,0,2,0,11286,1,1,1,0,0,"","Show gossip option if player does not have item 'Thorium Shackles'"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=9080 AND `source_type`=0; +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 +(9080,0,0,0,62,0,100,0,5762,0,0,0,85,22941,2,0,0,0,0,7,0,0,0,0,0,0,0,"Lexlort - On Gossip Option Selected - Invoker Cast 'Player Lost Shackles DND'"), +(9080,0,1,0,62,0,100,0,5762,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Lexlort - On Gossip Option Selected - Close Gossip"); + +-- Grark Lorkrub +DELETE FROM `smart_scripts` WHERE `entryorguid`=9520 AND `source_type`=0 AND `id` IN (0,1,2,3,4,5,6,7,8,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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9520,0,0,0,11,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Respawn - Remove Npc Flag 'Questgiver'"), +(9520,0,1,2,8,0,100,0,14250,0,0,0,0,2,40,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Spellhit 'Capture Grark' - Set Faction 40"), +(9520,0,2,3,61,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Grark Lorkrub - On Spellhit 'Capture Grark' - Start Attacking"), +(9520,0,3,4,61,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Spellhit 'Capture Grark' - Say Line 0"), +(9520,0,4,0,61,0,100,0,0,0,0,0,0,42,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Spellhit 'Capture Grark' - Set Invincibility at 1 HP"), +(9520,0,5,6,2,0,100,1,0,25,0,0,0,2,29,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - Between 0-25% Health - Set Faction 29"), +(9520,0,6,7,61,0,100,1,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - Between 0-25% Health - Add Npc Flag 'Questgiver'"), +(9520,0,7,8,61,0,100,1,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - Between 0-25% Health - Say Line 1"), +(9520,0,8,0,61,0,100,1,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - Between 0-25% Health - Evade"), +(9520,0,9,0,1,0,100,1,120000,120000,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - Out of Combat - Remove Npc Flag 'Questgiver'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9520 AND `GroupID` IN (0,1); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9520,0,0,"You have come to play? Then let us play!",12,0,100,0,0,0,4927,0,"Grark Lorkrub"), +(9520,1,0,"%s submits.",16,0,100,0,0,0,4918,0,"Grark Lorkrub"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_00_world.sql new file mode 100644 index 00000000000..b22ed95ec03 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_00_world.sql @@ -0,0 +1,59 @@ +-- Areatrigger +DELETE FROM `areatrigger_scripts` WHERE `entry`=1786; +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(1786,"SmartTrigger"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=1786 AND `source_type`=2; +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 +(1786,2,0,0,46,0,100,1,0,0,0,0,45,1,1,0,0,0,0,10,91106,8891,0,0,0,0,0,"Areatrigger - On Trigger - Set Data to Anvilrage Guardsman"), +(1786,2,1,0,46,0,100,1,0,0,0,0,45,1,1,0,0,0,0,10,91107,8891,0,0,0,0,0,"Areatrigger - On Trigger - Set Data to Anvilrage Guardsman"); + +-- Anvilrage Guardsman +DELETE FROM `smart_scripts` WHERE `entryorguid`=-91106 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=889100 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(-91106,0,0,0,0,0,100,0,3000,6000,13000,16000,0,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Shield Block'"), +(-91106,0,1,0,0,0,100,0,7000,9000,12000,14000,0,11,6713,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Disarm'"), +(-91106,0,2,0,0,0,100,0,5000,7000,15000,17000,0,11,11971,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Sunder Armor'"), +(-91106,0,3,0,11,0,100,0,0,0,0,0,0,44,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Respawn - Set Phasemask 2"), +(-91106,0,4,0,38,0,100,1,1,1,0,0,0,80,889100,2,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Data Set - Run Script"), +(-91106,0,5,0,40,0,100,0,5,889100,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Anvilrage Guardsman - On Waypoint 5 Reached - Start Attacking"), +(889100,9,0,0,0,0,100,0,0,0,0,0,0,44,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Script - Set Phasemask 1"), +(889100,9,1,0,0,0,100,0,0,0,0,0,0,53,1,889100,0,0,0,2,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Script - Start Waypoint"), +(889100,9,2,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Script - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=8891; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8891,0,0,"You can't hide from us. Prepare to burn!",14,0,100,0,0,0,5271,0,"Anvilrage Guardsman"); + +-- Anvilrage Guardsman +DELETE FROM `smart_scripts` WHERE `entryorguid`=-91107 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=889101 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(-91107,0,0,0,0,0,100,0,3000,6000,13000,16000,0,11,12169,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Shield Block'"), +(-91107,0,1,0,0,0,100,0,7000,9000,12000,14000,0,11,6713,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Disarm'"), +(-91107,0,2,0,0,0,100,0,5000,7000,15000,17000,0,11,11971,0,0,0,0,0,2,0,0,0,0,0,0,0,"Anvilrage Guardsman - In Combat - Cast 'Sunder Armor'"), +(-91107,0,3,0,11,0,100,0,0,0,0,0,0,44,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Respawn - Set Phasemask 2"), +(-91107,0,4,0,38,0,100,1,1,1,0,0,0,80,889101,2,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Data Set - Run Script"), +(-91107,0,5,0,40,0,100,0,4,889101,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Anvilrage Guardsman - On Waypoint 5 Reached - Start Attacking"), +(889101,9,0,0,0,0,100,0,0,0,0,0,0,44,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Script - Set Phasemask 1"), +(889101,9,1,0,0,0,100,0,0,0,0,0,0,53,1,889101,0,0,0,2,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - On Script - Start Waypoint"); + +-- WP +DELETE FROM `waypoints` WHERE `entry` IN (889100,889101); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(889100,1,639.987,-276.824,-43.2361,""), +(889100,2,640.241,-280.344,-43.2384,""), +(889100,3,643.001,-284.951,-43.1872,""), +(889100,4,647.542,-284.671,-43.2179,""), +(889100,5,678.663,-280.524,-43.2024,""), +(889101,1,740.742,-279.867,-42.8317,""), +(889101,2,738.253,-276.193,-42.8331,""), +(889101,3,733.826,-276.382,-42.8014,""), +(889101,4,701.579,-279.202,-43.206,""); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (-91106,-91107); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,5,-91106,0,0,26,1,2,0,0,0,0,0,"","SAI triggers only if Anvilrage Guardsman is in phasemask 2"), +(22,5,-91107,0,0,26,1,2,0,0,0,0,0,"","SAI triggers only if Anvilrage Guardsman is in phasemask 2"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_01_world_335.sql new file mode 100644 index 00000000000..489b56120db --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_01_world_335.sql @@ -0,0 +1,44 @@ +-- Commander Gor'shak +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9020; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9020 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (902000) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9020,0,0,0,11,0,100,0,0,0,0,0,0,18,512,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Gor'shak - On Respawn - Add Unit Flag 'Immune to NPC'"), +(9020,0,1,0,19,0,100,0,3982,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Commander Gor'shak - On Quest 'What Is Going On?' Taken - Store Targetlist"), +(9020,0,2,0,19,0,100,0,3982,0,0,0,0,80,902000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Gor'shak - On Quest 'What Is Going On?' Taken - Run Script"), +(9020,0,3,0,6,0,100,0,0,0,0,0,0,6,3982,0,0,0,0,0,12,1,0,0,0,0,0,0,"Commander Gor'shak - On Just Died - Fail Quest 'What Is Going On?'"), +(902000,9,0,0,0,0,100,0,0,0,0,0,0,19,512,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Gor'shak - On Script - Remove Unit Flag 'Immune to NPC'"), +(902000,9,1,0,0,0,100,0,2000,2000,0,0,0,12,8891,3,300000,0,0,0,8,0,0,0,397.946,-203.572,-66.6304,5.0,"Commander Gor'shak - On Script - Summon Creature 'Anvilrage Guardsman'"), +(902000,9,2,0,0,0,100,0,1000,1000,0,0,0,12,8891,3,300000,0,0,0,8,0,0,0,397.946,-203.572,-66.6304,5.0,"Commander Gor'shak - On Script - Summon Creature 'Anvilrage Guardsman'"), +(902000,9,3,0,0,0,100,0,1000,1000,0,0,0,12,8890,3,300000,0,0,0,8,0,0,0,397.946,-203.572,-66.6304,5.0,"Commander Gor'shak - On Script - Summon Creature 'Anvilrage Warden'"), +(902000,9,4,0,0,0,100,0,1000,1000,0,0,0,12,8912,3,300000,0,0,0,8,0,0,0,397.946,-203.572,-66.6304,5.0,"Commander Gor'shak - On Script - Summon Creature 'Twilight's Hammer Torturer'"), +(902000,9,5,0,0,0,100,0,20000,20000,0,0,0,12,8891,3,300000,0,0,0,8,0,0,0,397.946,-203.572,-66.6304,5.0,"Commander Gor'shak - On Script - Summon Creature 'Anvilrage Guardsman'"), +(902000,9,6,0,0,0,100,0,1000,1000,0,0,0,12,8891,3,300000,0,0,0,8,0,0,0,397.946,-203.572,-66.6304,5.0,"Commander Gor'shak - On Script - Summon Creature 'Anvilrage Guardsman'"), +(902000,9,7,0,0,0,100,0,1000,1000,0,0,0,12,8890,3,300000,0,0,0,8,0,0,0,397.946,-203.572,-66.6304,5.0,"Commander Gor'shak - On Script - Summon Creature 'Anvilrage Warden'"), +(902000,9,8,0,0,0,100,0,1000,1000,0,0,0,12,8912,3,300000,0,0,0,8,0,0,0,397.946,-203.572,-66.6304,5.0,"Commander Gor'shak - On Script - Summon Creature 'Twilight's Hammer Torturer'"), +(902000,9,9,0,0,0,100,0,10000,10000,0,0,0,15,3982,0,0,0,0,0,12,1,0,0,0,0,0,0,"Commander Gor'shak - On Script - Complete Quest 'What Is Going On?'"); + +-- Twilight's Hammer Torturer +DELETE FROM `smart_scripts` WHERE `entryorguid`=8912 AND `source_type`=0 AND `id` IN (2,3); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8912,0,2,0,54,0,100,0,0,0,0,0,0,53,1,8912,0,0,0,2,1,0,0,0,0,0,0,0,"Twilight's Hammer Torturer - Just Summoned - Start Waypoint"), +(8912,0,3,0,40,0,100,0,4,8912,0,0,0,49,0,0,0,0,0,0,19,9020,0,0,0,0,0,0,"Twilight's Hammer Torturer - On Waypoint 4 Reached - Start Attacking"); + +-- Anvilrage Guardsman +DELETE FROM `smart_scripts` WHERE `entryorguid`=8891 AND `source_type`=0 AND `id` IN (3,4); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8891,0,3,0,54,0,100,0,0,0,0,0,0,53,1,8912,0,0,0,2,1,0,0,0,0,0,0,0,"Anvilrage Guardsman - Just Summoned - Start Waypoint"), +(8891,0,4,0,40,0,100,0,4,8912,0,0,0,49,0,0,0,0,0,0,19,9020,0,0,0,0,0,0,"Anvilrage Guardsman - On Waypoint 4 Reached - Start Attacking"); + +-- Anvilrage Warden +DELETE FROM `smart_scripts` WHERE `entryorguid`=8890 AND `source_type`=0 AND `id` IN (2,3); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8890,0,2,0,54,0,100,0,0,0,0,0,0,53,1,8912,0,0,0,2,1,0,0,0,0,0,0,0,"Anvilrage Warden - Just Summoned - Start Waypoint"), +(8890,0,3,0,40,0,100,0,4,8912,0,0,0,49,0,0,0,0,0,0,19,9020,0,0,0,0,0,0,"Anvilrage Warden - On Waypoint 4 Reached - Start Attacking"); + +DELETE FROM `waypoints` WHERE `entry`=8912; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(8912,1,397.946,-203.572,-66.6304,""), +(8912,2,384.623,-204.055,-68.6992,""), +(8912,3,377.427,-195.647,-70.2208,""), +(8912,4,373.97,-184.192,-70.108,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_02_world_335.sql new file mode 100644 index 00000000000..0db5c5c6be3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_02_world_335.sql @@ -0,0 +1,219 @@ +-- Quest "Freedom for All Creatures" +UPDATE `smart_scripts` SET `action_param1`=2 WHERE `entryorguid`=7956 AND `source_type`=0 AND `id`=6; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7956 AND `source_type`=0 AND `id` IN (13,14); +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(7956,0,13,0,9,0,100,0,0,30,2000,4000,0,11,6660,64,0,0,0,0,2,0,0,0,0,0,0,0,"Kindal Moonweaver - Within 0-30 Range - Cast 'Shoot'"), +(7956,0,14,0,0,0,100,0,5000,7000,8000,11000,0,11,14443,0,0,0,0,0,2,0,0,0,0,0,0,0,"Kindal Moonweaver - In Combat - Cast 'Multi-Shot'"); + +-- Quest "Wandering Shay" +DELETE FROM `creature_text` WHERE `CreatureID`=7774 AND `GroupID` IN (1,3) AND `ID`=4; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7774,1,4,"Oh, there you are!",12,0,100,0,0,0,3906,0,"Shay Leafrunner"), +(7774,3,4,"Hmmm, I wonder what's over this way?",12,0,100,0,0,0,3911,0,"Shay Leafrunner"); + +-- Quest "Get Me Out of Here!" +UPDATE `smart_scripts` SET `action_param1`=17000 WHERE `entryorguid`=12277 AND `source_type`=0 AND `id`=7; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1227700 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(1227700,9,0,0,0,0,100,0,1000,1000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Melizza Brimbuzzle - On Script - Say Line 2"), +(1227700,9,1,0,0,0,100,0,6000,6000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Melizza Brimbuzzle - On Script - Say Line 3"), +(1227700,9,2,0,0,0,100,0,5000,5000,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Melizza Brimbuzzle - On Script - Say Line 4"), +(1227700,9,3,0,0,0,100,0,5000,5000,0,0,0,1,0,0,0,0,0,0,19,6019,0,0,0,0,0,0,"Melizza Brimbuzzle - On Script - Say Line 0 (Hornizz Brimbuzzle)"), +(1227700,9,4,0,0,0,100,0,4000,4000,0,0,0,1,1,0,0,0,0,0,19,6019,0,0,0,0,0,0,"Melizza Brimbuzzle - On Script - Say Line 1 (Hornizz Brimbuzzle)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=6019; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(6019,0,0,"Bye! Better luck next time!",12,0,100,3,0,0,7553,0,"Hornizz Brimbuzzle"), +(6019,1,0,"Always on the go, that girl.",12,0,100,0,0,0,7554,0,"Hornizz Brimbuzzle"); + +-- Quest "Rot Hide Origins" +DELETE FROM `creature_text` WHERE `CreatureID`=1498 AND `GroupID`=3 AND `ID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1498,3,2,"$n, I have the information you seek...",12,0,100,1,0,0,517,0,"Bethor Iceshard"); + +-- Quest "Deeprun Rat Roundup" +DELETE FROM `smart_scripts` WHERE `entryorguid`=12997 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1299700,1299701) 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(12997,0,0,1,20,0,100,0,6661,0,0,0,0,53,0,12997,0,0,0,0,1,0,0,0,0,0,0,0,"Monty - On Quest 'Deeprun Rat Roundup' Finished - Start Waypoint"), +(12997,0,1,0,61,0,100,0,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Monty - On Quest 'Deeprun Rat Roundup' Finished - Remove Npc Flag Questgiver+Gossip"), +(12997,0,2,0,40,0,100,0,1,12997,0,0,0,80,1299700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Monty - On Waypoint 1 Reached - Run Script"), +(12997,0,3,0,40,0,100,0,2,12997,0,0,0,80,1299701,0,0,0,0,0,1,0,0,0,0,0,0,0,"Monty - On Waypoint 2 Reached - Run Script"), +(12997,0,4,0,1,0,100,0,50000,70000,540000,620000,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Monty - Out Of Combat - Say Line 1"), +(1299700,9,0,0,0,0,100,0,0,0,0,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Monty - On Script - Pause Waypoint"), +(1299700,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.597,"Monty - On Script - Set Orientation"), +(1299700,9,2,0,0,0,100,0,500,500,0,0,0,11,21052,0,0,0,0,0,1,0,0,0,0,0,0,0,"Monty - On Script - Cast 'Monty Bashes Rats' (DND)"), +(1299700,9,3,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Monty - On Script - Say Line 0"), +(1299701,9,0,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.79965,"Monty - On Script - Set Orientation"), +(1299701,9,1,0,0,0,100,0,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,4.79965,"Monty - On Script - Add Npc Flag Questgiver+Gossip"); + +DELETE FROM `waypoints` WHERE `entry`=12997; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(12997,1,-19.613,38.2831,-4.29804,""), +(12997,2,-19.6312,40.0752,-4.21403,""); + +-- Quest "The Thandol Span (Part 2)" +DELETE FROM `creature_text` WHERE `CreatureID`=4062; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4062,0,0,"Still no sign of the final shipment of explosives.",12,7,100,0,0,0,782,0,"Dark Iron Bombardier"), +(4062,0,1,"No sign of the final explosives shipment to the west either. Where are those lollygaggers?",12,7,100,0,0,0,783,0,"Dark Iron Bombardier"), +(4062,0,2,"This bridge should have been destroyed by now. How long does it take for those lazy sods to get here from the Highlands!",12,7,100,0,0,0,784,0,"Dark Iron Bombardier"); + +UPDATE `smart_scripts` SET `action_param1`=0 WHERE `entryorguid`=406200 AND `source_type`=9 AND `id`=1; + +-- Quest "Hints of a New Plague? (Part 4)" +UPDATE `smart_scripts` SET `action_param1`=8000 WHERE `entryorguid`=2713 AND `source_type`=0 AND `id`=11; +UPDATE `smart_scripts` SET `action_param1`=10000 WHERE `entryorguid`=2713 AND `source_type`=0 AND `id`=13; +UPDATE `smart_scripts` SET `action_param1`=6000 WHERE `entryorguid`=2713 AND `source_type`=0 AND `id`=16; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2713 AND `source_type`=0 AND `id` IN (12,21,22,23); +DELETE FROM `smart_scripts` WHERE `entryorguid`=271300 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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2713,0,12,13,40,0,100,0,18,2713,0,0,0,80,271300,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kinelory - On Waypoint 18 Reached - Run Script"), +(2713,0,21,22,61,0,100,512,35,2713,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.14159,"Kinelory - On Waypoint 35 Reached - Set Orientation"), +(2713,0,22,23,61,0,100,512,0,0,0,0,0,81,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kinelory - On Waypoint 35 Reached - Set Npc Flag Questgiver"), +(2713,0,23,0,61,0,100,512,0,0,0,0,0,18,512,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kinelory - On Waypoint 35 Reached - Set Unit Flag 'Immune To NPCs'"), +(271300,9,0,0,0,0,100,0,0,0,0,0,0,1,9,0,0,0,0,0,12,0,0,0,0,0,0,0,"Kinelory - On Script - Say Line 9"), +(271300,9,1,0,0,0,100,0,4000,4000,0,0,0,1,4,0,0,0,0,0,12,0,0,0,0,0,0,0,"Kinelory - On Script - Say Line 9"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2713 AND `GroupID`=9; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2713,9,0,"Found something... I think.",12,7,100,0,0,0,820,0,"Kinelory"); + +UPDATE `smart_scripts` SET `target_type`=1, `target_param1`=0 WHERE `entryorguid`=2733 AND `source_type`=0 AND `id`=0; -- Fix target type for Apothecary Jorell + +-- Quest "Challenge Overlord Mok'Morokk" +DELETE FROM `creature_text` WHERE `CreatureID`=4500 AND `GroupID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4500,2,0,"Me still boss of ogres. Haw!",14,0,100,0,0,0,1514,0,"Overlord Mok'Morokk"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=4500 AND `source_type`=0 AND `id`=10; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(4500,0,10,0,5,0,100,1,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Overlord Mok'Morokk - On Killed Unit - Say Line 2"); + +-- Quest "Suspicious Hoofprints (Horde)" +UPDATE `smart_scripts` SET `event_param1`=6000, `event_param2`=6000 WHERE `entryorguid`=492600 AND `source_type`=9 AND `id`=3; +UPDATE `smart_scripts` SET `action_param1`=15000 WHERE `entryorguid`=4972 AND `source_type`=0 AND `id`=1; + +-- Quest "Traitors Among Us" +DELETE FROM `smart_scripts` WHERE `entryorguid`=23602 AND `source_type`=0 AND `id`=7; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(23602,0,7,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deserter Agitator - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Quest "Discrediting the Deserters" +DELETE FROM `creature_text` WHERE `CreatureID`=4979 AND `GroupID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4979,3,0,"%s reads the leaflet.",16,0,100,6,0,0,22112,0,"Theramore Guard"); + +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=4979 AND `GroupID`=0; +UPDATE `creature_text` SET `Emote`=11 WHERE `CreatureID`=4979 AND `GroupID`=1; +UPDATE `creature_text` SET `Emote`=5 WHERE `CreatureID`=4979 AND `GroupID`=2; + +DELETE FROM `smart_scripts` WHERE `entryorguid`=4979 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=497900 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4979,0,0,1,62,0,100,0,8851,0,0,0,0,80,497900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Run Script"), +(4979,0,1,0,61,0,100,0,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Close Gossip"), +(497900,9,0,0,0,0,100,0,0,0,0,0,0,83,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Remove NPC Flag Gossip"), +(497900,9,1,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Say Line 0"), +(497900,9,2,0,0,0,100,0,0,0,0,0,0,75,42246,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Add Aura 'Doctored Leaflet'"), +(497900,9,3,0,0,0,100,0,3000,3000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Say Line 3"), +(497900,9,4,0,0,0,100,0,3000,3000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Say Line 1"), +(497900,9,5,0,0,0,100,0,6000,6000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Say Line 2"), +(497900,9,6,0,0,0,100,0,0,0,0,0,0,33,4979,0,0,0,0,0,7,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Give Kill Credit"), +(497900,9,7,0,0,0,100,0,5000,5000,0,0,0,82,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theramore Guard - On Gossip Option Selected - Add NPC Flag Gossip"); + +-- Quest "Suspicious Hoofprints (Alliance)" +DELETE FROM `smart_scripts` WHERE `entryorguid`=4944 AND `source_type`=0 AND `id` IN (2,3); +DELETE FROM `smart_scripts` WHERE `entryorguid`=494401 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4944,0,2,0,20,0,100,0,1284,0,0,0,0,80,494401,2,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Garran Vimes - On Quest 'Suspicious Hoofprints' Finished - Run Script"), +(494401,9,0,0,0,0,100,0,10,10,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Garran Vimes - On Script - Say Line 3"), +(494401,9,1,0,0,0,100,0,6000,6000,0,0,0,1,0,0,0,0,0,0,19,4948,50,0,0,0,0,0,"Captain Garran Vimes - On Script - Say Line 0 (Adjutant Tesoran)"), +(494401,9,2,0,0,0,100,0,0,0,0,0,0,12,5088,5,0,0,0,0,8,0,0,0,-3717.04,-4523.46,25.8339,5.15678,"Captain Garran Vimes - On Script - Summon Creature 'Falgran Hastil'"); + +-- Quest "Take Down Tethyr!" +DELETE FROM `creature_text` WHERE `CreatureID`=23905 AND `GroupID`=4; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(23905,4,0,"We defeated the sea monster!",14,0,100,0,0,0,22634,0,"Major Mills"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=23905 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2390501 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(23905,0,0,0,19,0,100,512,11198,0,0,0,0,80,2390500,2,0,0,0,0,1,0,0,0,0,0,0,0,"Major Mills - On Quest 'Take Down Tethyr!' Taken - Run Script"), +(23905,0,1,0,38,0,100,512,0,1,0,0,0,80,2390501,2,0,0,0,0,1,0,0,0,0,0,0,0,"Major Mills - On Data Set - Run Script"), +(23905,0,2,0,38,0,100,512,0,2,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Major Mills - On Data Set - Add Npc Flag Questgiver"), +(2390501,9,0,0,0,0,100,512,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Major Mills - On Script - Add Npc Flag Questgiver"), +(2390501,9,1,0,0,0,100,512,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Major Mills - On Script - Say Line 3"), +(2390501,9,2,0,0,0,100,512,0,0,0,0,0,15,11198,0,0,0,0,0,18,100,0,0,0,0,0,0,"Major Mills - On Script - Complete Quest 'Take Down Tethyr!'"), +(2390501,9,3,0,0,0,100,512,4000,4000,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Major Mills - On Script - Say Line 4"); + +-- Quest "Stromgarde Badges" +DELETE FROM `smart_scripts` WHERE `entryorguid`=2700 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=270000 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2700,0,0,0,20,0,100,0,682,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Quest 'Stromgarde Badges' Finished - Remove Npc Flag Questgiver"), +(2700,0,1,0,20,0,100,0,682,0,0,0,0,53,0,2700,0,0,0,2,1,0,0,0,0,0,0,0,"Captain Nials - On Quest 'Stromgarde Badges' Finished - Start Waypoint"), +(2700,0,2,0,40,0,100,0,2,2700,0,0,0,80,270000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Waypoint 2 Reached - Run Script"), +(2700,0,3,0,40,0,100,0,4,2700,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.27122,"Captain Nials - On Waypoint 4 Reached - Set Orientation"), +(2700,0,4,0,40,0,100,0,4,2700,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Waypoint 4 Reached - Add Npc Flag Questgiver"), +(270000,9,0,0,0,0,100,0,0,0,0,0,0,54,17000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Pause Waypoint"), +(270000,9,1,0,0,0,100,0,1000,1000,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Set Emote State 69"), +(270000,9,2,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Say Line 0"), +(270000,9,3,0,0,0,100,0,2000,2000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Say Line 1"), +(270000,9,4,0,0,0,100,0,4500,4500,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Say Line 2"), +(270000,9,5,0,0,0,100,0,3000,3000,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Set Emote State 0"), +(270000,9,6,0,0,0,100,0,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Say Line 3"), +(270000,9,7,0,0,0,100,0,1500,1500,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Say Line 4"), +(270000,9,8,0,0,0,100,0,5000,5000,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captain Nials - On Script - Say Line 5"); + +DELETE FROM `waypoints` WHERE `entry`=2700; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(2700,1,-1276.56,-2514.61,21.4246,""), +(2700,2,-1276.63,-2512.68,21.5479,""), +(2700,3,-1275.98,-2515.15,21.4072,""), +(2700,4,-1274.69,-2516.63,21.4792,""); + +-- Quest "Peace at Last" +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23768,23769) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2376800 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(23768,0,0,0,11,0,100,0,0,0,0,0,0,80,2376800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lynn Hyal - On Spawn - Run Script"), +(23769,0,0,0,38,0,100,0,1,1,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.18451,"Jimmy Hyal - On Data Set - Set Orientation"), +(23769,0,1,0,38,0,100,0,1,1,0,0,0,1,1,0,0,0,0,0,23,0,0,0,0,0,0,0,"Jimmy Hyal - On Data Set - Say Line 1"), +(2376800,9,0,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,23,0,0,0,0,0,0,0,"Lynn Hyal - On Script - Say Line 1"), +(2376800,9,1,0,0,0,100,0,5000,5000,0,0,0,1,2,0,0,0,0,0,23,0,0,0,0,0,0,0,"Lynn Hyal - On Script - Say Line 2"), +(2376800,9,2,0,0,0,100,0,5000,5000,0,0,0,1,3,0,0,0,0,0,23,0,0,0,0,0,0,0,"Lynn Hyal - On Script - Say Line 3"), +(2376800,9,3,0,0,0,100,0,7000,7000,0,0,0,1,4,0,0,0,0,0,23,0,0,0,0,0,0,0,"Lynn Hyal - On Script - Say Line 4"), +(2376800,9,4,0,0,0,100,0,8000,8000,0,0,0,45,1,1,0,0,0,0,19,23769,0,0,0,0,0,0,"Lynn Hyal - On Script - Set Data to Jimmy Hyal"), +(2376800,9,5,0,0,0,100,0,4000,4000,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.3104,"Lynn Hyal - On Script - Set Orientation"), +(2376800,9,6,0,0,0,100,0,0,0,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lynn Hyal - On Script - Set Flag Standstate 'Kneel'"), +(2376800,9,7,0,0,0,100,0,0,0,0,0,0,1,5,0,0,0,0,0,23,0,0,0,0,0,0,0,"Lynn Hyal - On Script - Say Line 5"), +(2376800,9,8,0,0,0,100,0,4000,4000,0,0,0,33,23768,0,0,0,0,0,23,0,0,0,0,0,0,0,"Lynn Hyal - On Script - Quest Credit 'Peace at Last'"), +(2376800,9,9,0,0,0,100,0,3000,3000,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lynn Hyal - On Script - Remove Flag Standstate 'Kneel'"); + +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=23768 AND `GroupID` IN (1,2,3,4); +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=23769; + +UPDATE `event_scripts` SET `datalong2`=40000 WHERE `id`=15385 AND `command`=10; + +-- Quest "Screecher Spirits" +DELETE FROM `smart_scripts` WHERE `entryorguid`=8612 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8612,0,0,1,64,0,100,513,0,0,0,0,0,33,8612,0,0,0,0,0,7,0,0,0,0,0,0,0,"Screecher Spirit - On Gossip Hello - Quest Credit 'Screecher Spirits'"), +(8612,0,1,0,61,0,100,513,0,0,0,0,0,41,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Screecher Spirit - On Gossip Hello - Despawn In 6000 ms"); + +-- Quest "Barbecued Buzzard Wings" +DELETE FROM `smart_scripts` WHERE `entryorguid`=2817 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=281700 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 +(2817,0,0,0,20,0,100,0,703,0,0,0,80,281700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Quest 'Barbecued Buzzard Wings' Rewarded - Run Script"), +(281700,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,"Rigglefuzz - On Script - Remove Npc Flag Questgiver"), +(281700,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 0"), +(281700,9,2,0,0,0,100,0,0,0,0,0,11,4094,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Cast 'Barbecued Buzzard Wing'"), +(281700,9,3,0,0,0,100,0,2000,2000,0,0,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Play Emote 'Eat'"), +(281700,9,4,0,0,0,100,0,2000,2000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 1"), +(281700,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2817 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2817,1,0,"Ow. Spicy.",12,0,100,33,0,0,934,0,"Rigglefuzz"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_03_world_335.sql new file mode 100644 index 00000000000..314dea5b051 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_05_03_world_335.sql @@ -0,0 +1,171 @@ +-- Grark Lorkrub +DELETE FROM `smart_scripts` WHERE `entryorguid`=9520 AND `source_type`=0 AND `id` IN (10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (952000,952001,952002,952003,952004) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9520,0,10,11,19,0,100,0,4121,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Grark Lorkrub - On Quest 'Precarious Predicament' Taken - Store Targetlist"), +(9520,0,11,12,61,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Quest 'Precarious Predicament' Taken - Remove Npc Flag Questgiver"), +(9520,0,12,0,61,0,100,0,0,0,0,0,0,80,952000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Quest 'Precarious Predicament' Taken - Run Script"), +(9520,0,13,0,40,0,100,0,7,9520,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 7 Reached - Say Line 3"), +(9520,0,14,0,40,0,100,0,7,9520,0,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 7 Reached - Pause Waypoint"), +(9520,0,15,0,40,0,100,0,12,9520,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 12 Reached - Say Line 4"), +(9520,0,16,0,40,0,100,0,12,9520,0,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 12 Reached - Summon Group 1"), +(9520,0,17,0,40,0,100,0,12,9520,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 12 Reached - Set Rooted On"), +(9520,0,18,0,77,0,100,1,1,4,0,0,0,80,952001,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Counter=4 - Run Script"), +(9520,0,19,0,40,0,100,0,24,9520,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 24 Reached - Say Line 6"), +(9520,0,20,0,40,0,100,0,24,9520,0,0,0,107,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 24 Reached - Summon Group 2"), +(9520,0,21,0,40,0,100,0,24,9520,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 24 Reached - Set Rooted On"), +(9520,0,22,0,77,0,100,1,1,8,0,0,0,80,952002,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Counter=8 - Run Script"), +(9520,0,23,0,40,0,100,0,28,9520,0,0,0,107,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 28 Reached - Summon Group 3"), +(9520,0,24,0,40,0,100,0,29,9520,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 29 Reached - Say Line 8"), +(9520,0,25,0,40,0,100,0,29,9520,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 29 Reached - Set Rooted On"), +(9520,0,26,0,40,0,100,0,29,9520,0,0,0,45,1,1,0,0,0,0,9,7046,0,100,0,0,0,0,"Grark Lorkrub - On Waypoint 29 Reached - Set Data to Searscale Drake"), +(9520,0,27,0,77,0,100,1,1,11,0,0,0,80,952003,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Counter=11 - Run Script"), +(9520,0,28,0,40,0,100,0,36,9520,0,0,0,1,10,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 36 Reached - Say Line 10"), +(9520,0,29,0,40,0,100,0,36,9520,0,0,0,54,4000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 36 Reached - Pause Waypoint"), +(9520,0,30,0,40,0,100,0,45,9520,0,0,0,1,11,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 45 Reached - Say Line 11"), +(9520,0,31,0,40,0,100,0,45,9520,0,0,0,107,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 45 Reached - Summon Group 4"), +(9520,0,32,0,40,0,100,0,46,9520,0,0,0,80,952004,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Waypoint 46 Reached - Run Script"), +(9520,0,33,0,11,0,100,0,0,0,0,0,0,19,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Respawn - Remove Unit Flags 'Immune to Player'+'Immune to NPC'"), +(952000,9,0,0,0,0,100,0,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 2"), +(952000,9,1,0,0,0,100,0,0,0,0,0,0,18,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Add Unit Flags 'Immune to Player'+'Immune to NPC'"), +(952000,9,2,0,0,0,100,0,4000,4000,0,0,0,53,0,9520,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Start Waypoint"), +(952001,9,0,0,0,0,100,0,0,0,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 5"), +(952001,9,1,0,0,0,100,0,4000,4000,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Set Rooted Off"), +(952002,9,0,0,0,0,100,0,0,0,0,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 7"), +(952002,9,1,0,0,0,100,0,5000,5000,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Set Rooted Off"), +(952003,9,0,0,0,0,100,0,0,0,0,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 9"), +(952003,9,1,0,0,0,100,0,4000,4000,0,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Set Rooted Off"), +(952004,9,0,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.63477,"Grark Lorkrub - On Script - Set Orientation"), +(952004,9,1,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,19,9539,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 0 (Shadow of Lexlort)"), +(952004,9,2,0,0,0,100,0,2000,2000,0,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Set Flag Standstate 'Kneel'"), +(952004,9,3,0,0,0,100,0,3000,3000,0,0,0,1,1,0,0,0,0,0,19,9539,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 1 (Shadow of Lexlort)"), +(952004,9,4,0,0,0,100,0,6000,6000,0,0,0,45,1,1,0,0,0,0,19,9538,0,0,0,0,0,0,"Grark Lorkrub - On Script - Set Data to High Executioner Nuzrak"), +(952004,9,5,0,0,0,100,0,7000,7000,0,0,0,1,2,0,0,0,0,0,19,9539,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 2 (Shadow of Lexlort)"), +(952004,9,6,0,0,0,100,0,0,0,0,0,0,1,3,0,0,0,0,0,19,9539,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 3 (Shadow of Lexlort)"), +(952004,9,7,0,0,0,100,0,2000,2000,0,0,0,5,37,0,0,0,0,0,19,9538,0,0,0,0,0,0,"Grark Lorkrub - On Script - Play Emote 'Attack 2H Tight' (High Executioner Nuzrak)"), +(952004,9,8,0,0,0,100,0,500,500,0,0,0,11,29266,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Cast 'Permanent Feign Death'"), +(952004,9,9,0,0,0,100,0,1000,1000,0,0,0,15,4121,0,0,0,0,0,12,1,0,0,0,0,0,0,"Grark Lorkrub - On Script - Complete Quest 'Precarious Predicament'"), +(952004,9,10,0,0,0,100,0,2000,2000,0,0,0,1,4,0,0,0,0,0,19,9539,0,0,0,0,0,0,"Grark Lorkrub - On Script - Say Line 4 (Shadow of Lexlort)"), +(952004,9,11,0,0,0,100,0,10000,10000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Grark Lorkrub - On Script - Despawn"); + +DELETE FROM `creature_text` WHERE `CreatureID`=9520 AND `GroupID` IN (2,3,4,5,6,7,8,9,10,11); +DELETE FROM `creature_text` WHERE `CreatureID` IN (9539,9538); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(9520,2,0,"I know the way, insect. There is no need to prod me as if I were cattle.",12,0,100,1,0,0,4903,0,"Grark Lorkrub"), +(9520,3,0,"Surely you do not think that you will get away with this incursion. They will come for me and you shall pay for your insolence.",12,0,100,1,0,0,4904,0,"Grark Lorkrub"), +(9520,4,0,"RUN THEM THROUGH BROTHERS!",12,0,100,5,0,0,4905,0,"Grark Lorkrub"), +(9520,5,0,"I doubt you will be so lucky the next time you encounter my brethren.",12,0,100,1,0,0,4906,0,"Grark Lorkrub"), +(9520,6,0,"They come for you, fool!",12,0,100,5,0,0,4907,0,"Grark Lorkrub"), +(9520,7,0,"What do you think you accomplish from this, fool? Even now, the Blackrock armies make preparations to destroy your world.",12,0,100,1,0,0,4908,0,"Grark Lorkrub"), +(9520,8,0,"On darkest wing they fly. Prepare to meet your end!",12,0,100,5,0,0,4909,0,"Grark Lorkrub"), +(9520,9,0,"The worst is yet to come!",12,0,100,1,0,0,4911,0,"Grark Lorkrub"), +(9520,10,0,"%s laughs.",16,0,100,11,0,0,4912,0,"Grark Lorkrub"), +(9520,11,0,"Time to make your final stand, insect.",12,0,100,0,0,0,4913,0,"Grark Lorkrub"), +(9539,0,0,"Kneel, Grark.",12,0,100,25,0,0,4928,0,"Shadow of Lexlort"), +(9539,1,0,"Grark Lorkrub, you have been charged and found guilty of treason against the Horde. How you plead is unimportant. High Executioner Nuzrak, step forward.",12,0,100,1,0,0,4929,0,"Shadow of Lexlort"), +(9539,2,0,"%s raises his hand and then lowers it.",16,0,100,0,0,0,4932,0,"Shadow of Lexlort"), +(9539,3,0,"End him...",12,0,100,0,0,0,4931,0,"Shadow of Lexlort"), +(9539,4,0,"You, soldier, report back to Kargath at once!",12,0,100,1,0,0,4933,0,"Shadow of Lexlort"), +(9538,0,0,"%s raises his massive axe over Grark.",16,0,100,0,0,0,4930,0,"High Executioner Nuzrak"); + +DELETE FROM `creature_summon_groups` WHERE `summonerId`=9520; +INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES +(9520,0,1,9522,-7844.3,-1521.6,139.2,0.0,1,300000), +(9520,0,1,9522,-7860.4,-1507.8,141.0,6.0,1,300000), +(9520,0,1,9605,-7845.6,-1508.1,138.8,6.1,1,300000), +(9520,0,1,9605,-7859.8,-1521.8,139.2,6.2,1,300000), +(9520,0,2,9522,-8035.3,-1222.2,135.5,5.1,1,300000), +(9520,0,2,7042,-8037.5,-1216.9,135.8,5.1,1,300000), +(9520,0,2,9522,-8009.5,-1222.1,139.2,3.9,1,300000), +(9520,0,2,7042,-8007.1,-1219.4,140.1,3.9,1,300000), +(9520,0,3,7046,-7897.2,-1132.4,194.6,2.9,1,300000), +(9520,0,3,7046,-7898.8,-1125.1,193.9,3.0,1,300000), +(9520,0,3,7046,-7895.6,-1119.5,194.5,3.1,1,300000), +(9520,0,4,9538,-7532.3,-1029.4,258.0,2.7,1,40000), +(9520,0,4,9539,-7532.8,-1032.9,258.2,2.5,1,40000); + +DELETE FROM `waypoints` WHERE `entry`=9520; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(9520,1,-7699.62,-1444.29,139.87,""), +(9520,2,-7670.67,-1458.25,140.74,""), +(9520,3,-7675.26,-1465.58,140.74,""), +(9520,4,-7685.84,-1472.66,140.75,""), +(9520,5,-7700.08,-1473.41,140.79,""), +(9520,6,-7712.55,-1470.19,140.79,""), +(9520,7,-7717.27,-1481.7,140.72,""), +(9520,8,-7726.23,-1500.78,132.99,""), +(9520,9,-7744.61,-1531.61,132.69,""), +(9520,10,-7763.08,-1536.22,131.93,""), +(9520,11,-7815.32,-1522.61,134.16,""), +(9520,12,-7850.26,-1516.87,138.17,""), +(9520,13,-7850.26,-1516.87,138.17,""), +(9520,14,-7881.01,-1508.49,142.37,""), +(9520,15,-7888.91,-1458.09,144.79,""), +(9520,16,-7889.18,-1430.21,145.31,""), +(9520,17,-7900.53,-1427.01,150.26,""), +(9520,18,-7904.15,-1429.91,150.27,""), +(9520,19,-7921.48,-1425.47,140.54,""), +(9520,20,-7941.43,-1413.1,134.35,""), +(9520,21,-7964.85,-1367.45,132.99,""), +(9520,22,-7989.95,-1319.12,133.71,""), +(9520,23,-8010.43,-1270.23,133.42,""), +(9520,24,-8025.62,-1243.78,133.91,""), +(9520,25,-8025.62,-1243.78,133.91,""), +(9520,26,-8015.22,-1196.98,146.76,""), +(9520,27,-7991.59,-1154.3,160.529,""), +(9520,28,-7970.91,-1132.81,170.16,""), +(9520,29,-7927.59,-1122.79,185.86,""), +(9520,30,-7897.67,-1126.67,194.32,""), +(9520,31,-7897.67,-1126.67,194.32,""), +(9520,32,-7864.11,-1135.98,203.29,""), +(9520,33,-7837.31,-1137.73,209.63,""), +(9520,34,-7808.72,-1134.9,214.84,""), +(9520,35,-7786.85,-1127.24,214.84,""), +(9520,36,-7746.58,-1125.16,215.08,""), +(9520,37,-7746.41,-1103.62,215.62,""), +(9520,38,-7740.25,-1090.51,216.69,""), +(9520,39,-7730.97,-1085.55,217.12,""), +(9520,40,-7697.89,-1089.43,217.62,""), +(9520,41,-7679.3,-1059.15,220.09,""), +(9520,42,-7661.39,-1038.24,226.24,""), +(9520,43,-7634.49,-1020.96,234.3,""), +(9520,44,-7596.22,-1013.16,244.03,""), +(9520,45,-7556.53,-1021.74,253.21,""), +(9520,46,-7541.02,-1026.48,256.393,""); + +-- Blackrock Ambusher +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9522; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9522 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9522,0,0,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Blackrock Ambusher - Just Summoned - Start Attacking"), +(9522,0,1,0,6,0,100,0,0,0,0,0,0,63,1,1,0,0,0,0,23,0,0,0,0,0,0,0,"Blackrock Ambusher - On Just Died - Set Counter"); + +-- Blackrock Ambusher +DELETE FROM `smart_scripts` WHERE `entryorguid`=9605 AND `source_type`=0 AND `id` IN (4,5); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9605,0,4,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Blackrock Raider - Just Summoned - Start Attacking"), +(9605,0,5,0,6,0,100,0,0,0,0,0,0,63,1,1,0,0,0,0,23,0,0,0,0,0,0,0,"Blackrock Raider - On Just Died - Set Counter"); + +-- Flamescale Dragonspawn +DELETE FROM `smart_scripts` WHERE `entryorguid`=7042 AND `source_type`=0 AND `id` IN (2,3); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(7042,0,2,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Flamescale Dragonspawn - Just Summoned - Start Attacking"), +(7042,0,3,0,6,0,100,0,0,0,0,0,0,63,1,1,0,0,0,0,23,0,0,0,0,0,0,0,"Flamescale Dragonspawn - On Just Died - Set Counter"); + +-- Searscale Drake +DELETE FROM `smart_scripts` WHERE `entryorguid`=7046 AND `source_type`=0 AND `id` IN (1,2); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(7046,0,1,0,6,0,100,0,0,0,0,0,0,63,1,1,0,0,0,0,23,0,0,0,0,0,0,0,"Searscale Drake - On Just Died - Set Counter"), +(7046,0,2,0,38,0,100,0,1,1,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Searscale Drake - On Data Set - Start Attacking"); + +-- High Executioner Nuzrak +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9538; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9538 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=953800 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(9538,0,0,0,38,0,100,0,1,1,0,0,0,80,953800,0,0,0,0,0,1,0,0,0,0,0,0,0,"High Executioner Nuzrak - On Data Set - Run Script"), +(953800,9,0,0,0,0,100,0,0,0,0,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"High Executioner Nuzrak - On Script - Set Run Off"), +(953800,9,1,0,0,0,100,0,0,0,0,0,0,69,0,0,0,0,0,0,8,0,0,0,-7538.88,-1024.88,256.634,0,"High Executioner Nuzrak - On Script - Move to Position"), +(953800,9,2,0,0,0,100,0,5000,5000,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.08835,"High Executioner Nuzrak - On Script - Set Orientation"), +(953800,9,3,0,0,0,100,0,0,0,0,0,0,17,375,0,0,0,0,0,1,0,0,0,0,0,0,0,"High Executioner Nuzrak - On Script - Set Emote State 'Ready 2H'"), +(953800,9,4,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"High Executioner Nuzrak - On Script - Say Line 0"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_00_world_335.sql new file mode 100644 index 00000000000..1bb5cbcb2d7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_00_world_335.sql @@ -0,0 +1,42 @@ +-- Rigglefuzz +DELETE FROM `smart_scripts` WHERE `entryorguid`=2817 AND `source_type`=0 AND `id` IN (1,2,3); +DELETE FROM `smart_scripts` WHERE `entryorguid`=281701 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 +(2817,0,1,0,20,0,100,0,705,0,0,0,80,281701,2,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Quest 'Pearl Diving' Finished - Run Script"), +(2817,0,2,0,17,0,100,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Rigglefuzz - On Summoned Unit - Store Targetlist"), +(281701,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,"Rigglefuzz - On Script - Remove Npc Flag Questgiver"), +(281701,9,1,0,0,0,100,0,0,0,0,0,2,121,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Faction 121"), +(281701,9,2,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 2"), +(281701,9,3,0,0,0,100,0,0,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Emote State 'Usestanding'"), +(281701,9,4,0,0,0,100,0,6000,6000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Emote State 'None'"), +(281701,9,5,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 3"), +(281701,9,6,0,0,0,100,0,1000,1000,0,0,12,2732,3,19000,0,0,0,8,0,0,0,-6823.6,-3140.42,255.654,0.152051,"Rigglefuzz - On Script - Summon Creature 'Ridge Huntress'"), +(281701,9,7,0,0,0,100,0,3000,3000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.59272,"Rigglefuzz - On Script - Set Orientation"), +(281701,9,8,0,0,0,100,0,0,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 4"), +(281701,9,9,0,0,0,100,0,5000,5000,0,0,11,5134,0,0,0,0,0,12,1,0,0,0,0,0,0,"Rigglefuzz - On Script - Cast 'Flash Bomb'"), +(281701,9,10,0,0,0,100,0,0,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 5"), +(281701,9,11,0,0,0,100,0,0,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 6"), +(281701,9,12,0,0,0,100,0,5000,5000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Add Npc Flag Questgiver"), +(281701,9,13,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.20016,"Rigglefuzz - On Script - Set Orientation"), +(281701,9,14,0,0,0,100,0,0,0,0,0,2,120,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Faction 120"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2817 AND `GroupID` IN (2,3,4,5,6); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2817,2,0,"%s grinds the pearls $n gave him...",16,0,100,0,0,0,1021,0,"Rigglefuzz"), +(2817,3,0,"There we are. A new batch of flash bombs!",12,0,100,0,0,0,1023,0,"Rigglefuzz"), +(2817,4,0,"Look out! We're under attack by a $n!",12,0,100,5,0,0,1022,0,"Rigglefuzz"), +(2817,5,0,"Take that, beast!",12,0,100,0,0,0,1024,0,"Rigglefuzz"), +(2817,6,0,"%s tosses dynamite through the air and it lands near by.",16,0,100,0,0,0,1025,0,"Rigglefuzz"); + +DELETE FROM `waypoints` WHERE `entry`=2732; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(2732,1,-6809.03,-3137.6,248.361,""), +(2732,2,-6791.57,-3140.57,240.744,""), +(2732,3,-6772.49,-3135.47,240.423,""); + +-- Ridge Huntress +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2732; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2732 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2732,0,0,0,54,0,100,0,0,0,0,0,0,53,1,2732,0,0,0,0,1,0,0,0,0,0,0,0,"Ridge Huntress - Just Summoned - Start Waypoint"), +(2732,0,1,0,54,0,100,0,0,0,0,0,0,18,256,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ridge Huntress - Just Summoned - Add Unit Flag 'Immune to Player'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_01_world_335.sql new file mode 100644 index 00000000000..0f95a55dfde --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_01_world_335.sql @@ -0,0 +1,47 @@ +-- Pathing for Magregan Deepshadow +UPDATE `creature` SET `MovementType`=2 WHERE `guid`=8194; + +DELETE FROM `creature_addon` WHERE `guid`=8194; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(8194,81940,0,0,1,0,""); + +DELETE FROM `waypoint_data` WHERE `id`=81940; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(81940,1,-6190.17,-3042.32,220.479,0,0,0,0,100,0), +(81940,2,-6182.49,-3042.05,220.629,0,0,0,0,100,0), +(81940,3,-6175.37,-3045.62,220.47,0,0,0,0,100,0), +(81940,4,-6162.91,-3047.06,220.991,0,0,0,0,100,0), +(81940,5,-6162.13,-3055.03,223.322,0,0,0,0,100,0), +(81940,6,-6159.27,-3059.65,224.802,0,0,0,0,100,0), +(81940,7,-6156.35,-3059.69,224.86,0,0,0,0,100,0), +(81940,8,-6152.1,-3044.99,224.79,0,0,0,0,100,0), +(81940,9,-6141.94,-3037.03,225.185,0,0,0,0,100,0), +(81940,10,-6136.91,-3031.17,222.973,0,0,0,0,100,0), +(81940,11,-6134.32,-3026.79,222.317,0,0,0,0,100,0), +(81940,12,-6129.68,-3024.13,220.953,0,0,0,0,100,0), +(81940,13,-6122.15,-3021.21,220.448,0,0,0,0,100,0), +(81940,14,-6115.68,-3014.3,221.713,0,0,0,0,100,0), +(81940,15,-6118.28,-3010.95,221.811,0,0,0,0,100,0), +(81940,16,-6122.33,-3011.81,221.342,0,0,0,0,100,0), +(81940,17,-6127.31,-3020.16,220.39,0,0,0,0,100,0), +(81940,18,-6130.62,-3022.61,220.658,0,0,0,0,100,0), +(81940,19,-6134.26,-3027.02,222.368,0,0,0,0,100,0), +(81940,20,-6139.21,-3035.05,224.813,0,0,0,0,100,0), +(81940,21,-6152.08,-3045.37,224.843,0,0,0,0,100,0), +(81940,22,-6155.88,-3057.96,224.852,0,0,0,0,100,0), +(81940,23,-6159.85,-3059.45,224.727,0,0,0,0,100,0), +(81940,24,-6162.27,-3055.89,223.524,0,0,0,0,100,0), +(81940,25,-6163.18,-3048.02,221,0,0,0,0,100,0), +(81940,26,-6169.12,-3046.7,220.328,0,0,0,0,100,0), +(81940,27,-6172.29,-3049.39,220.34,0,0,0,0,100,0), +(81940,28,-6173.88,-3055.44,220.486,0,0,0,0,100,0), +(81940,29,-6179.07,-3059.1,219.921,0,0,0,0,100,0), +(81940,30,-6184.75,-3064.59,219.669,0,0,0,0,100,0), +(81940,31,-6188.36,-3071.23,219.121,0,0,0,0,100,0), +(81940,32,-6201.77,-3071.09,218.064,0,0,0,0,100,0), +(81940,33,-6213.41,-3059.18,218.946,0,0,0,0,100,0), +(81940,34,-6215.35,-3055.72,216.902,0,0,0,0,100,0), +(81940,35,-6216.97,-3049.63,216.443,0,0,0,0,100,0), +(81940,36,-6212.34,-3045.44,217.516,0,0,0,0,100,0), +(81940,37,-6205.64,-3044.31,218.456,0,0,0,0,100,0), +(81940,38,-6199.71,-3044.42,220.47,0,0,0,0,100,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_02_world_335.sql new file mode 100644 index 00000000000..a45a0c0ac05 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_02_world_335.sql @@ -0,0 +1,15 @@ +-- Hammertoe Grez +UPDATE `creature` SET `spawntimesecs`=90 WHERE `guid`=7723; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2909; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2909 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=290900 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 +(2909,0,0,0,19,0,100,0,723,0,0,0,80,290900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammertoe Grez - On Quest 'Prospect of Faith' Taken - Run Script"), +(290900,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammertoe Grez - On Script - Say Line 0"), +(290900,9,1,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammertoe Grez - On Script - Say Line 1"), +(290900,9,2,0,0,0,100,0,0,0,0,0,11,4984,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hammertoe Grez - On Script - Cast 'Hammertoe's Sacrifice'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2909; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2909,0,0,"Go with speed... <cough cough> Find... <cough> Ryedol...",12,7,100,0,0,0,957,0,"Hammertoe Grez"), +(2909,1,0,"%s falls to the ground. His spirit is released with his last breath.",16,0,100,0,0,0,979,0,"Hammertoe Grez"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_03_world_335.sql new file mode 100644 index 00000000000..294170afc8f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_03_world_335.sql @@ -0,0 +1,16 @@ +-- Quest "Prospect of Faith (Part 2)" +DELETE FROM `smart_scripts` WHERE `entryorguid`=291600 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(291600,9,0,0,0,0,100,0,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Historian Karnik - On Script - Remove Npc Flag Questgiver"), +(291600,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.30863,"Historian Karnik - On Script - Set Orientation"), +(291600,9,2,0,0,0,100,0,1000,1000,0,0,0,11,4985,0,0,0,0,0,1,0,0,0,0,0,0,0,"Historian Karnik - On Script - Cast 'Summon Hammertoe's Spirit'"), +(291600,9,3,0,0,0,100,0,0,0,0,0,0,12,2915,3,21000,0,0,0,8,0,0,0,-4633.14,-1324.99,503.383,5.44702,"Historian Karnik - On Script - Summon Creature 'Hammertoe's Spirit'"), +(291600,9,4,0,0,0,100,0,3000,3000,0,0,0,1,0,0,0,0,0,0,19,2915,0,0,0,0,0,0,"Historian Karnik - On Script - Say Line 0"), +(291600,9,5,0,0,0,100,0,7000,7000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Historian Karnik - On Script - Say Line 0"), +(291600,9,6,0,0,0,100,0,4000,4000,0,0,0,1,1,0,0,0,0,0,19,2915,0,0,0,0,0,0,"Historian Karnik - On Script - Say Line 1"), +(291600,9,7,0,0,0,100,0,8000,8000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Historian Karnik - On Script - Say Line 1"), +(291600,9,8,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.76278,"Historian Karnik - On Script - Set Orientation"), +(291600,9,9,0,0,0,100,0,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Historian Karnik - On Script - Add Npc Flag Questgiver"); + +UPDATE `creature_text` SET `Emote`=6 WHERE `CreatureID`=2916 AND `GroupID`=0; +UPDATE `creature_text` SET `Emote`=1 WHERE `CreatureID`=2915; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_04_world_335.sql new file mode 100644 index 00000000000..345cdea356c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_04_world_335.sql @@ -0,0 +1,14 @@ +-- Theldurin the Lost +DELETE FROM `creature_text` WHERE `CreatureID`=2785 AND `GroupID` IN (3,4); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2785,3,0,"%s reads the ancient text $n fetched for him...",16,0,100,0,0,0,914,0,"Theldurin the Lost"), +(2785,4,0,"Aha! That's it!",12,0,100,5,0,0,915,0,"Theldurin the Lost"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=2785 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=278501 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 +(2785,0,1,0,20,0,100,0,709,0,0,0,80,278501,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Quest 'Solution to Doom' Finished - Run Script"), +(278501,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Remove Npc Flag Questgiver"), +(278501,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,"Theldurin the Lost - On Script - Say Line 3"), +(278501,9,2,0,0,0,100,0,3000,3000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Say Line 4"), +(278501,9,3,0,0,0,100,0,2000,2000,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_05_world_335.sql new file mode 100644 index 00000000000..7afad2aae14 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_05_world_335.sql @@ -0,0 +1,23 @@ +-- Gerrig Bonegrip +DELETE FROM `creature_text` WHERE `CreatureID`=2786; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2786,0,0,"%s stows the items $n gave him.",16,0,100,0,0,0,919,0,"Gerrig Bonegrip"), +(2786,1,0,"I thank you, $n. My associates who will do great things with these...",12,7,100,2,0,0,920,0,"Gerrig Bonegrip"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2786; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2786 AND `source_type`=0; +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 +(2786,0,0,0,20,0,100,0,735,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gerrig Bonegrip - On Quest 'The Star, the Hand and the Heart' Finished - Say Line 0"), +(2786,0,1,0,20,0,100,0,735,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gerrig Bonegrip - On Quest 'The Star, the Hand and the Heart' Finished - Say Line 1"); + +-- Keeper Bel'dugur +DELETE FROM `creature_text` WHERE `CreatureID`=2934; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2934,0,0,"%s accepts the relics from $n.",16,0,100,0,0,0,921,0,"Keeper Bel'dugur"), +(2934,1,0,"Accept my thanks, $n. Yagyin's journal shall be yours.",12,0,100,2,0,0,922,0,"Keeper Bel'dugur"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2934; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2934 AND `source_type`=0; +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 +(2934,0,0,0,20,0,100,0,736,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Keeper Bel'dugur - On Quest 'The Star, the Hand and the Heart' Finished - Say Line 0"), +(2934,0,1,0,20,0,100,0,736,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Keeper Bel'dugur - On Quest 'The Star, the Hand and the Heart' Finished - Say Line 1"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_06_world_335.sql new file mode 100644 index 00000000000..ee33cbec3f2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_06_world_335.sql @@ -0,0 +1,42 @@ +-- Prospector Remtravel +DELETE FROM `creature_text` WHERE `CreatureID`=2917; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2917,0,0,"Ok, $n, let's go find where I left that mysterious fossil. Follow me!",12,7,100,0,0,0,925,0,"remtravel SAY_REM_START"), +(2917,1,0,"Something tells me this $n wants the mysterious fossil too. Help!",12,7,100,0,0,0,941,0,"remtravel SAY_REM_AGGRO"), +(2917,1,1,"Oh my! What's this? Help!",12,7,100,0,0,0,938,0,"remtravel SAY_REM_AGGRO"), +(2917,1,2,"Looks like we've uncovered this $n. Now help me kill it!",12,7,100,0,0,0,939,0,"remtravel SAY_REM_AGGRO"), +(2917,1,3,"Help me! This $n won't get off of me!",12,7,100,0,0,0,940,0,"remtravel SAY_REM_AGGRO"), +(2917,1,4,"$n! Help!",12,7,100,0,0,0,942,0,"remtravel SAY_REM_AGGRO"), +(2917,1,5,"Can you get this $n off me?",12,7,100,0,0,0,943,0,"remtravel SAY_REM_AGGRO"), +(2917,2,0,"Now where did I put that mysterious fossil? Ah, maybe up there...",12,7,100,0,0,0,926,0,"remtravel SAY_REM_RAMP1_1"), +(2917,3,0,"Hrm, nothing up here.",12,7,100,0,0,0,927,0,"remtravel SAY_REM_RAMP1_2"), +(2917,4,0,"No mysterious fossil here... Ah, but my copy of Green Hills of Stranglethorn. What a good book!",12,7,100,0,0,0,928,0,"remtravel SAY_REM_BOOK"), +(2917,5,0,"I bet you I left it in the tent!",12,7,100,0,0,0,929,0,"remtravel SAY_REM_TENT1_1"), +(2917,6,0,"Oh wait, that's Hollee's tent... and it's empty.",12,7,100,0,0,0,930,0,"remtravel SAY_REM_TENT1_2"), +(2917,7,0,"Interesting... I hadn't noticed this earlier...",12,7,100,0,0,0,931,0,"remtravel SAY_REM_MOSS"), +(2917,8,0,"%s inspects the ancient, mossy stone.",16,0,100,0,0,0,932,0,"remtravel EMOTE_REM_MOSS"), +(2917,9,0,"Oh wait! I'm supposed to be looking for that mysterious fossil!",12,7,100,0,0,0,933,0,"remtravel SAY_REM_MOSS_PROGRESS"), +(2917,10,0,"Nope, didn't leave the fossil back here!",12,7,100,0,0,0,935,0,"remtravel SAY_REM_PROGRESS"), +(2917,11,0,"Ah, I remember now! I gave the mysterious fossil to Hollee! Check with her.",12,7,100,0,0,0,936,0,"remtravel SAY_REM_REMEMBER"), +(2917,12,0,"%s goes back to work, oblivious to everything around him.",16,0,100,0,0,0,937,0,"remtravel EMOTE_REM_END"); + +-- Gravelflint Scout +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2158; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2158 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2158,0,0,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gravelflint Scout - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Gravelflint Bonesnapper +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2159; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2159 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2159,0,0,0,0,0,100,0,3000,6000,8000,12000,0,11,3148,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gravelflint Bonesnapper - In Combat - Cast 'Head Crack'"), +(2159,0,1,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gravelflint Bonesnapper - Between 0-15% Health - Flee For Assist (No Repeat)"); + +-- Gravelflint Geomancer +UPDATE `creature_template` SET `AIName`="SmartAI", `unit_class`=8 WHERE `entry`=2160; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2160 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2160,0,0,0,23,0,100,0,12544,0,3000,5000,0,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gravelflint Geomancer - On Has No Aura 'Frost Armor' - Cast 'Frost Armor'"), +(2160,0,1,0,0,0,100,0,0,0,3000,5000,0,11,19816,64,0,0,0,0,2,0,0,0,0,0,0,0,"Gravelflint Geomancer - In Combat - Cast 'Fireball'"), +(2160,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gravelflint Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_07_world_335.sql new file mode 100644 index 00000000000..d3f39dc0e8b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_07_world_335.sql @@ -0,0 +1,19 @@ +-- Theldurin the Lost +DELETE FROM `creature_text` WHERE `CreatureID`=2785 AND `GroupID` IN (5,6,7); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2785,5,0,"%s hunkers down to read Yagyin's Digest...",16,0,100,0,0,0,923,0,"Theldurin the Lost"), +(2785,6,0,"%s is struck by unleashed magic!",16,0,100,34,0,0,924,0,"Theldurin the Lost"), +(2785,7,0,"Ow. Spicy.",12,0,100,0,0,0,934,0,"Theldurin the Lost"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=2785 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=278502 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 +(2785,0,2,0,20,0,100,0,737,0,0,0,80,278502,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Quest 'Forbidden Knowledge' Finished - Run Script"), +(278502,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Remove Npc Flag Questgiver"), +(278502,9,1,0,0,0,100,0,1000,1000,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Say Line 5"), +(278502,9,2,0,0,0,100,0,0,0,0,0,90,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Set Flag Standstate 'Sit Down'"), +(278502,9,3,0,0,0,100,0,6000,6000,0,0,91,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Remove Flag Standstate 'Sit Down'"), +(278502,9,4,0,0,0,100,0,200,200,0,0,11,40108,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Cast 'Magic Backlash'"), +(278502,9,5,0,0,0,100,0,0,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Say Line 6"), +(278502,9,6,0,0,0,100,0,3000,3000,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Say Line 7"), +(278502,9,7,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Theldurin the Lost - On Script - Add Npc Flag Questgiver"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_08_world_335.sql new file mode 100644 index 00000000000..8d94379bed6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_08_world_335.sql @@ -0,0 +1,34 @@ +-- Cyrus Therepentous +UPDATE `creature_template` SET `gossip_menu_id`=1842 WHERE `entry`=9459; + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (1842,1843,40060); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1842,2493,0), +(1843,2494,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (1842,1843,40060); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(1842,0,0,"I present you with proof of my deeds, Cyrus.",4754,1,1,0,0,0,0,"",0,0), +(1842,1,0,"I do not possess any proof, Cyrus.",4755,1,1,1843,0,0,0,"",0,0), +(1843,0,0,"I am ready!",4759,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (40060); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (1842,1843,40060); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,1842,0,0,0,9,0,4022,0,0,0,0,0,"","Show gossip option 0 if quest 'A Taste of Flame (1)' is taken"), +(15,1842,1,0,0,9,0,4023,0,0,0,0,0,"","Show gossip option 1 if quest 'A Taste of Flame (2)' is taken"), +(15,1843,0,0,0,29,0,9461,100,0,1,0,0,"","Show gossip option if Frenzied Black Drake is not already summoned"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=9459 AND `source_type`=0; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(9459,0,0,2,62,0,100,0,1843,0,0,0,0,12,9461,1,360000,0,0,0,8,0,0,0,-7656.94,-3009.47,133.206,4.83028,"Cyrus Therepentous - On Gossip Option Selected - Summon Creature 'Frenzied Black Drake'"), +(9459,0,1,2,62,0,100,0,1842,0,0,0,0,15,4022,0,0,0,0,0,7,0,0,0,0,0,0,0,"Cyrus Therepentous - On Gossip Option Selected - Summon Creature 'Frenzied Black Drake'"), +(9459,0,2,0,61,0,100,512,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Cyrus Therepentous - On Gossip Option Selected - Close Gossip"); + +-- Quest "A Taste of Flame" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (4022,4023); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,4022,0,0,2,0,10575,1,1,0,0,0,"","Quest 'A Taste of Flame (1)' can only be taken if player have item 'Black Dragonflight Molt'"), +(19,0,4023,0,0,2,0,10575,1,1,1,0,0,"","Quest 'A Taste of Flame (2)' can only be taken if player does not have item 'Black Dragonflight Molt'"); + +UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=4022; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_09_world_335.sql new file mode 100644 index 00000000000..98724078143 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_09_world_335.sql @@ -0,0 +1,36 @@ +-- Mathredis Firestar +UPDATE `creature_template` SET `gossip_menu_id`=2298 WHERE `entry`=9836; + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (2298,2299,2300,2301,2302,2303); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2298,2993,0), +(2299,2994,0), +(2300,2995,0), +(2301,2996,0), +(2302,2997,0), +(2303,2998,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (2298); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(2298,0,0,"I present to you the Libram of Rumination.",5291,1,1,2299,0,0,0,"",0,0), +(2298,1,0,"I present to you the Libram of Constitution.",5416,1,1,2300,0,0,0,"",0,0), +(2298,2,0,"I present to you the Libram of Tenacity.",5417,1,1,2301,0,0,0,"",0,0), +(2298,3,0,"I present to you the Libram of Resilience.",5418,1,1,2302,0,0,0,"",0,0), +(2298,4,0,"I present to you the Libram of Voracity.",5419,1,1,2303,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID` IN (2994,2998); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`) VALUES +(2994,"Ah, so... you have found it.$B$B<Mathredis points to the book in your possession.>$B$BHave you collected the necessary components?$B$BThe manifestations listed in the libram, imbecile!","",5292,0,1,0,1,0,6,0,5), +(2998,"Greed has led you back to me.$B$B<Mathredis laughs.>$B$BA wise Draenei once told me that it - greed - is the single quality that all of the races on this world share. I would have to agree.$B$BHave you collected the components listed within the libram?","",5296,0,1,0,153,0,1,0,6); + +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=6, `em0_2`=0, `em0_3`=1, `em0_4`=0, `em0_5`=6 WHERE `ID`=2995; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=25, `em0_2`=0, `em0_3`=1 WHERE `ID`=2996; +UPDATE `npc_text` SET `em0_0`=0, `em0_1`=1, `em0_2`=0, `em0_3`=1 WHERE `ID`=2997; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (2298); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,2298,0,0,0,2,0,11732,1,1,0,0,0,"","Show gossip option 0 if player have item 'Libram of Rumination'"), +(15,2298,1,0,0,2,0,11733,1,1,0,0,0,"","Show gossip option 1 if player have item 'Libram of Constitution'"), +(15,2298,2,0,0,2,0,11734,1,1,0,0,0,"","Show gossip option 2 if player have item 'Libram of Tenacity'"), +(15,2298,3,0,0,2,0,11736,1,1,0,0,0,"","Show gossip option 3 if player have item 'Libram of Resilience'"), +(15,2298,4,0,0,2,0,11737,1,1,0,0,0,"","Show gossip option 4 if player have item 'Libram of Voracity'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_10_world_335.sql new file mode 100644 index 00000000000..7d2d86babac --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_10_world_335.sql @@ -0,0 +1,17 @@ +-- +UPDATE `creature` SET `id`=30231 WHERE `id`=19855; +UPDATE `creature_template` SET `npcflag`=1048577 WHERE `entry` IN (347,857,907,2302,2804, 3890,5118, 7410,7427, 10360,12197,12198,14942,14981,14982,15006,15007,15008,16694,16695,16696,18895,19855,19858,19859,19905,19906,19907,19908,19909,19910,19911,19912,19915,19923,19925,20002,20118,20119,20120,20269,20271,20272,20273,20274,20276,20362,20374,20381,20382,20383,20384,20385,20386,20388,20390,20497,20499,21235,16711,17506,17507,25991,30586,30587,30231,29533,29568,30578,30579,30580,30581,30582,30583,30584,30590,30610,32330,32332,32333,34989,34988,35002,35001,34999,35000,34986,34997,34998,34983,34985,34991,35007,35023,35024,35026,35022,35008,34955,35017,35025,34987,34976,34978,34972,34973,35020,35019,35021,34971,34895,34993,40413,35027); +UPDATE `creature_template` SET `minlevel`=81, `maxlevel`=81 WHERE `entry` IN (347,857,907,2302,2804, 3890,5118, 7410,7427, 10360,12197,12198,14942,14981,14982,15006,15007,15008,16694,16695,16696,20118,20119,20120,20269,20271,20272,20273,20274,20276,20362,20374,20381,20382,20383,20384,20385,20386,20388,20390,16711,17506,17507,30586,30587,30578,30579,30580,30581,30582,30583,30584,30590,34989,34988,35002,35001,34999,35000,34986,34997,34998,34983,34985,34991,35007,35023,35024,35026,35022,35008,34955,35017,35025,34987,34976,34978,34972,34973,35020,35019,35021,34971,34993,40413,35027); + +DELETE FROM `battlemaster_entry` WHERE `entry` IN (34971,34972,34895,34976,34993); +INSERT INTO `battlemaster_entry` (`entry`, `bg_template`) VALUES +(34971,32),(34972,32),(34895,32),(34976,32),(34993,32); + +UPDATE `battlemaster_entry` SET `bg_template`=32 WHERE `entry` IN (34998, 34997, 34986, 35000, 34999, 35001, 35002, 34988, 34989, 34985, 34993, 34895, 34971, 34991, 35007, 35008, 34955, 40413, 34973, 34972, 34978, 34976, 34987, 34983); + +UPDATE `creature_template` SET `gossip_menu_id`=8218 WHERE `entry` IN (19859,29533,29568,30610); +UPDATE `creature_template` SET `gossip_menu_id`=8104 WHERE `entry` IN (20385,20388,20384); +UPDATE `creature_template` SET `gossip_menu_id`=10605 WHERE `entry` IN (34971,34976,34972,35001,35002,35008); +UPDATE `creature_template` SET `gossip_menu_id`=9981 WHERE `entry` IN (34993); +UPDATE `creature_template` SET `gossip_menu_id`=8105 WHERE `entry` IN (20374,20381,20362); +UPDATE `creature_template` SET `gossip_menu_id`=10606 WHERE `entry` IN (34986,35000); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_11_world_335.sql new file mode 100644 index 00000000000..0aeb9017027 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_11_world_335.sql @@ -0,0 +1,2 @@ +-- Rune of Mazthoril LT +UPDATE `gameobject` SET `position_x`=5893.48, `position_y`=-4054.75, `position_z`=596.385 WHERE `guid`=49001; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_12_world_335.sql new file mode 100644 index 00000000000..fac21eb39cd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_12_world_335.sql @@ -0,0 +1,4 @@ +UPDATE `creature` SET `id`=30590 WHERE `guid`=208355; +DELETE FROM `creature` WHERE `guid` IN (86809); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86809, 34989, 1, 1, 1, 0, 1, 9975.56, 2324.54, 1330.87, 0.191986, 300, 0, 0, 651650, 4081, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_13_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_13_world.sql new file mode 100644 index 00000000000..d5c9c6b9246 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_08_13_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86810, 86811); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86810, 35001, 530, 1, 1, 0, 1, -1971.53, 5267.4, -38.7625, 3.52556, 300, 0, 0, 521300, 448950, 0), +(86811, 35002, 530, 1, 1, 0, 1, -1958.68, 5258.8, -38.7644, 4.7822, 300, 0, 0, 521300, 448950, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_00_world.sql new file mode 100644 index 00000000000..9803dc7ab2e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `id`=15102 WHERE `guid` IN (208173,208179,208174,208180,208176,208182,208177,208183,208184,208178); +UPDATE `gameobject` SET `id`=180400 WHERE `guid` IN (151625,151626,151627,151628,151629); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_01_world_335.sql new file mode 100644 index 00000000000..6a5e9a142d9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_01_world_335.sql @@ -0,0 +1,71 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (6548,6553,6555,6557,6559,6561,6562,6563,6565,6567,6568,6573,6580,6585,6586,6587,6589,6591,6593,6594,6595,6596,6598,6601,6612,6613,6614,6615,6616,6618,6619,6620,6621,6630,6632,6636,6637,6641,6642,6643,6644,6648,6649,6650,6651,6654); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6548, 180397, 530, 0, 0, 1, 1, -2047, 5349.84, -41.0873, 4.24115, -0, -0, -0.852641, 0.522496, 300, 255, 1), +(6553, 180397, 530, 0, 0, 1, 1, -2032.1, 5221.72, -40.7506, 1.51844, -0, -0, -0.688356, -0.725373, 300, 255, 1), +(6555, 180397, 530, 0, 0, 1, 1, -1941.28, 5409.95, -12.4698, 3.15907, -0, -0, -0.999962, 0.0087363, 300, 255, 1), +(6557, 180397, 530, 0, 0, 1, 1, -1882.33, 5509.25, -12.5392, 1.93731, -0, -0, -0.824125, -0.566409, 300, 255, 1), +(6559, 180397, 530, 0, 0, 1, 1, -1848.87, 5349.6, -12.5184, 4.86947, -0, -0, -0.649449, 0.760405, 300, 255, 1), +(6561, 180397, 530, 0, 0, 1, 1, -1836.9, 5146.54, -42.9014, 2.77507, -0, -0, -0.983255, -0.182237, 300, 255, 1), +(6562, 180397, 530, 0, 0, 1, 1, -1814.73, 5433.6, -12.4561, 3.29869, -0, -0, -0.996917, 0.0784657, 300, 255, 1), +(6563, 180397, 530, 0, 0, 1, 1, -1786.12, 5453.28, -12.5254, 0.261798, -0, -0, -0.130526, -0.991445, 300, 255, 1), +(6565, 180397, 530, 0, 0, 1, 1, -1783.08, 5253.05, -40.3064, 5.44543, -0, -0, -0.406736, 0.913546, 300, 255, 1), +(6567, 180397, 530, 0, 0, 1, 1, -1679.59, 5503.09, -40.4978, 0.837757, -0, -0, -0.406736, -0.913546, 300, 255, 1), +(6568, 180397, 530, 0, 0, 1, 1, -1669.58, 5412.65, -40.5241, 0.0174525, -0, -0, -0.00872607, -0.999962, 300, 255, 1), +(6573, 180397, 530, 0, 0, 1, 1, -1647.68, 5217.71, -42.5536, 3.07177, -0, -0, -0.999391, -0.0349043, 300, 255, 1), +(6580, 180397, 571, 0, 0, 1, 1, 5664.43, 791.297, 653.83, 5.61996, -0, -0, -0.325567, 0.945519, 300, 255, 1), +(6585, 180397, 571, 0, 0, 1, 1, 5674.48, 808.294, 654.311, 4.50296, -0, -0, -0.777144, 0.629323, 300, 255, 1), +(6586, 180397, 1, 0, 0, 1, 1, 9719.91, 2545.86, 1335.68, 5.3058, -0, -0, -0.469471, 0.882948, 300, 255, 1), +(6587, 180397, 1, 0, 0, 1, 1, 9963.39, 2490.04, 1316.1, 0, 0, 0, 0, 1, 300, 255, 1), +(6589, 180397, 1, 0, 0, 1, 1, 9966.02, 2180.19, 1328.12, 3.73501, -0, -0, -0.956305, 0.292372, 300, 255, 1), +(6591, 180397, 1, 0, 0, 1, 1, 9985.58, 2342.43, 1330.79, 3.19186, -0, -0, -0.999684, 0.0251295, 300, 255, 1), +(6593, 180397, 530, 0, 0, 1, 1, -3827.9, -11728.4, -106.771, 2.18166, -0, -0, -0.887011, -0.461749, 300, 255, 1), +(6594, 180397, 530, 0, 0, 1, 1, -3841.83, -11419, -132.059, 3.82228, -0, -0, -0.942641, 0.333809, 300, 255, 1), +(6595, 180397, 530, 0, 0, 1, 1, -3909.87, -11632.8, -138.08, 1.62316, -0, -0, -0.725376, -0.688353, 300, 255, 1), +(6596, 180397, 530, 0, 0, 1, 1, -3947.58, -11696.7, -138.757, 3.52558, -0, -0, -0.981626, 0.190814, 300, 255, 1), +(6598, 180397, 530, 0, 0, 1, 1, -4161.83, -11451.8, -131.011, 0.506145, -0, -0, -0.25038, -0.968148, 300, 255, 1), +(6601, 180397, 0, 0, 0, 1, 1, -4675.39, -985.716, 501.659, 1.37881, -0, -0, -0.636078, -0.771625, 300, 255, 1), +(6612, 180397, 0, 0, 0, 1, 1, -4833.68, -1172.16, 502.195, 1.25664, -0, -0, -0.587786, -0.809016, 300, 255, 1), +(6613, 180397, 0, 0, 0, 1, 1, -4917.24, -844.055, 501.661, 3.82228, -0, -0, -0.942641, 0.333809, 300, 255, 1), +(6614, 180397, 0, 0, 0, 1, 1, -5035.67, -921.683, 501.659, 0, 0, 0, 0, 1, 300, 255, 1), +(6615, 180397, 0, 0, 0, 1, 1, -5039.29, -1259.13, 505.3, 0.715585, -0, -0, -0.350207, -0.936672, 300, 255, 1), +(6616, 180397, 0, 0, 0, 1, 1, -8386.36, 288.661, 120.885, 3.81389, -0, -0, -0.944032, 0.329855, 300, 255, 1), +(6618, 180397, 0, 0, 0, 1, 1, -8404.29, 577.574, 92.069, 5.28835, -0, -0, -0.477158, 0.878817, 300, 255, 1), +(6619, 180397, 0, 0, 0, 1, 1, -8842.51, 654.82, 97.2985, 3.80482, -0, -0, -0.945519, 0.325567, 300, 255, 1), +(6620, 180397, 0, 0, 0, 1, 1, -8847.17, 593.815, 93.454, 2.42601, -0, -0, -0.936673, -0.350206, 300, 255, 1), +(6621, 180397, 0, 0, 0, 1, 1, -8870.55, 545.077, 106.284, 5.06146, -0, -0, -0.573576, 0.819152, 300, 255, 1), +-- alterac +(6630, 180397, 530, 0, 0, 1, 1, -1666.9, 5187.86, -41.4536, 2.04204, -0, -0, -0.852641, -0.522496, 300, 255, 1), +(6632, 180397, 530, 0, 0, 1, 1, -1691.49, 5529.84, -40.4793, 0.087266, -0, -0, -0.0436194, -0.999048, 300, 255, 1), +(6636, 180397, 530, 0, 0, 1, 1, -1801.47, 5479.88, -12.4281, 0.610863, -0, -0, -0.300705, -0.953717, 300, 255, 1), +(6637, 180397, 530, 0, 0, 1, 1, -1812.75, 5367.69, -12.4281, 5.46288, -0, -0, -0.398748, 0.91706, 300, 255, 1), +(6641, 180397, 530, 0, 0, 1, 1, -1869.72, 5145.31, -43.819, 0.279252, -0, -0, -0.139173, -0.990268, 300, 255, 1), +(6642, 180397, 530, 0, 0, 1, 1, -1911.44, 5434.67, -12.4907, 0.436332, -0, -0, -0.216439, -0.976296, 300, 255, 1), +(6643, 180397, 530, 0, 0, 1, 1, -1913.13, 5493.83, -12.4281, 1.97222, -0, -0, -0.833885, -0.551938, 300, 255, 1), +(6644, 180397, 530, 0, 0, 1, 1, -1925.4, 5379.6, -12.4281, 4.08408, -0, -0, -0.891005, 0.453993, 300, 255, 1), +(6648, 180397, 530, 0, 0, 1, 1, -1951.57, 5251.61, -42.7737, 3.83973, -0, -0, -0.939692, 0.342021, 300, 255, 1), +(6649, 180397, 530, 0, 0, 1, 1, -2037.52, 5329.36, -39.9843, 3.28124, -0, -0, -0.997564, 0.0697647, 300, 255, 1), +(6650, 180397, 530, 0, 0, 1, 1, -2057.35, 5247.44, -38.8602, 0.401425, -0, -0, -0.199368, -0.979925, 300, 255, 1), +(6651, 180397, 571, 0, 0, 1, 1, 5913.94, 554.304, 660.998, 0.994837, -0, -0, -0.477158, -0.878817, 300, 255, 1), +(6654, 180397, 571, 0, 0, 1, 1, 5916.52, 566.397, 639.628, 3.56048, -0, -0, -0.978147, 0.207914, 300, 255, 1); + +DELETE FROM `game_event_gameobject` WHERE `guid` IN (6548,6553,6555,6557,6559,6561,6562,6563,6565,6567,6568,6573,6580,6585,6586,6587,6589,6591,6593,6594,6595,6596,6598,6601,6612,6613,6614,6615,6616,6618,6619,6620,6621,6630,6632,6636,6637,6641,6642,6643,6644,6648,6649,6650,6651,6654) AND `eventEntry` IN (18,19); +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(19,6548),(19,6553),(19,6555),(19,6557), +(19,6559),(19,6561),(19,6562),(19,6563), +(19,6565),(19,6567),(19,6568),(19,6573), +(19,6580),(19,6585),(19,6586),(19,6587), +(19,6589),(19,6591),(19,6593),(19,6594), +(19,6595),(19,6596),(19,6598),(19,6601), +(19,6612),(19,6613),(19,6614),(19,6615), +(19,6616),(19,6618),(19,6619),(19,6620), +(19,6621), +-- alterac +(18,6630),(18,6632),(18,6636),(18,6637), +(18,6641),(18,6642),(18,6643),(18,6644), +(18,6648),(18,6649),(18,6650),(18,6651), +(18,6654),(18,6586),(18,6587),(18,6589), +(18,6591),(18,6593),(18,6594),(18,6595), +(18,6596),(18,6598),(18,6601),(18,6612), +(18,6613),(18,6614),(18,6615),(18,6616), +(18,6618),(18,6619),(18,6620),(18,6621); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_02_world_335.sql new file mode 100644 index 00000000000..fd1e431ec26 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_02_world_335.sql @@ -0,0 +1,24 @@ +DROP TABLE IF EXISTS `quest_offer_reward_locale`; +CREATE TABLE `quest_offer_reward_locale` ( + `ID` int(10) unsigned NOT NULL DEFAULT '0', + `locale` varchar(4) NOT NULL, + `RewardText` text, + `VerifiedBuild` smallint(6) NOT NULL DEFAULT '0', + PRIMARY KEY (`ID`,`locale`) +); + +DROP TABLE IF EXISTS `quest_request_items_locale`; +CREATE TABLE `quest_request_items_locale` ( + `ID` int(10) unsigned NOT NULL DEFAULT '0', + `locale` varchar(4) NOT NULL, + `CompletionText` text, + `VerifiedBuild` smallint(6) NOT NULL DEFAULT '0', + PRIMARY KEY (`ID`,`locale`) +); + +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) SELECT `ID`, `locale`, `RequestItemsText`, `VerifiedBuild` from `quest_template_locale` WHERE `RequestItemsText` != ""; -- Migrate data to new table +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) SELECT `ID`, `locale`, `OfferRewardText`, `VerifiedBuild` from `quest_template_locale` WHERE `OfferRewardText` != ""; -- Migrate data to new table + +ALTER TABLE `quest_template_locale` + DROP COLUMN `RequestItemsText`, + DROP COLUMN `OfferRewardText`; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_03_world.sql new file mode 100644 index 00000000000..51fae309bc4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33555200 WHERE `entry` IN (33880,34011,33878,33877,33879,34032,33761,33861,33862,33876); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_04_world.sql new file mode 100644 index 00000000000..fc54d0c1494 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_04_world.sql @@ -0,0 +1,38 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry` IN (35467); +DELETE FROM `creature` WHERE `guid` IN (86812); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86812, 35467, 571, 1, 1, 0, 1, 8479.33, 925.866, 547.417, 4.64556, 180, 0, 0, 12600, 3994, 2); + +DELETE FROM `creature_addon` WHERE `guid`=86812; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES +(86812,868120,1); + +DELETE FROM `waypoint_data` WHERE `id`=868120; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(868120, 1, 8475.17, 916.134, 547.293, 0, 0, 0, 0, 100, 0), +(868120, 2, 8471.26, 872.369, 547.293, 0, 0, 0, 0, 100, 0), +(868120, 3, 8433.57, 869.6, 547.293, 0, 0, 0, 0, 100, 0), +(868120, 4, 8383.37, 866.064, 547.996, 0, 0, 0, 0, 100, 0), +(868120, 5, 8374.31, 854.443, 548.057, 0, 0, 0, 0, 100, 0), +(868120, 6, 8373.3, 799.335, 547.883, 0, 0, 0, 0, 100, 0), +(868120, 7, 8398.38, 748.893, 547.294, 0, 0, 0, 0, 100, 0), +(868120, 8, 8449.56, 700.685, 547.293, 0, 0, 0, 0, 100, 0), +(868120, 9, 8491.39, 634.759, 547.314, 0, 0, 0, 0, 100, 0), +(868120, 10, 8530.6, 629.929, 547.87, 0, 0, 0, 0, 100, 0), +(868120, 11, 8547.71, 644.872, 548.144, 0, 0, 0, 0, 100, 0), +(868120, 12, 8555.03, 663.977, 547.429, 0, 0, 0, 0, 100, 0), +(868120, 13, 8556.33, 690.393, 547.294, 0, 0, 0, 0, 100, 0), +(868120, 14, 8596.05, 737.548, 547.387, 0, 0, 0, 0, 100, 0), +(868120, 15, 8641.43, 777.416, 547.557, 0, 0, 0, 0, 100, 0), +(868120, 16, 8644.1, 803.667, 547.542, 0, 0, 0, 0, 100, 0), +(868120, 17, 8619.9, 828.956, 547.554, 0, 0, 0, 0, 100, 0), +(868120, 18, 8570.29, 880.802, 547.554, 0, 0, 0, 0, 100, 0), +(868120, 19, 8572.02, 927.925, 547.554, 0, 0, 0, 0, 100, 0), +(868120, 20, 8576.05, 992.858, 547.307, 0, 0, 0, 0, 100, 0), +(868120, 21, 8551.46, 1020.99, 547.293, 0, 0, 0, 0, 100, 0), +(868120, 22, 8528.56, 1027.69, 547.293, 0, 0, 0, 0, 100, 0), +(868120, 23, 8486.6, 1024.48, 547.367, 0, 0, 0, 0, 100, 0), +(868120, 24, 8475.21, 1012, 547.294, 0, 0, 0, 0, 100, 0), +(868120, 25, 8475.26, 962.42, 547.294, 0, 0, 0, 0, 100, 0), +(868120, 26, 8474.58, 926.349, 547.294, 0, 0, 0, 0, 100, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_05_world.sql new file mode 100644 index 00000000000..f307694d27e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=0 WHERE `entry` IN (33880,34011,33878,33877,33879,34032,33761,33861,33862,33876); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_06_world_335.sql new file mode 100644 index 00000000000..5180e32734a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_06_world_335.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature` SET `id`=358, `position_x`=2165, `position_y`=-4656.42, `position_z`=50.5176, `orientation`=2.79916 WHERE `guid`=6615; +DELETE FROM `creature` WHERE `guid` IN (86813); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86813, 5194, 1, 1, 1, 0, 0, 2163.92, -4651.9, 50.6112, 3.61204, 180, 0, 0, 0, 0,0); +UPDATE `creature` SET `orientation`=0.484856 WHERE `guid`=6617; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_07_world_335.sql new file mode 100644 index 00000000000..89c83c57518 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_07_world_335.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature` WHERE `guid` BETWEEN 86814 AND 86822; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86814, 119, 0, 1, 1, 0, 0, -9843.1, 651.014, 39.3611, 4.07857, 300, 5, 0, 0, 0, 1), +(86815, 119, 0, 1, 1, 0, 0, -9785.64, 643.257, 35.1311, 4.80168, 300, 5, 0, 0, 0, 1), +(86816, 119, 0, 1, 1, 0, 0, -9901.67, 667.235, 34.8295, 1.14046, 300, 5, 0, 0, 0, 1), +(86817, 119, 0, 1, 1, 0, 0, -9952.16, 679.772, 31.2477, 6.24638, 300, 5, 0, 0, 0, 1), +(86818, 119, 0, 1, 1, 0, 0, -9877.96, 690.876, 35.7078, 4.33007, 300, 5, 0, 0, 0, 1), +(86819, 119, 0, 1, 1, 0, 0, -9844.819, 618.593, 40.1722, 3.05164, 300, 5, 0, 0, 0, 1), +(86820, 119, 0, 1, 1, 0, 0, -9852.791, 692.708, 35.2851, 3.54315, 300, 5, 0, 0, 0, 1), +(86821, 119, 0, 1, 1, 0, 0, -9987.842, 683.121, 31.7943, 5.18233, 300, 5, 0, 0, 0, 1), +(86822, 119, 0, 1, 1, 0, 0, -9925.52, 668.817, 33.1967, 4.8634, 300, 5, 0, 0, 0, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_08_world_335.sql new file mode 100644 index 00000000000..02830cf2b8f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_08_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86823,86824); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86823, 450, 0, 1, 1, 0, 0, -11155.437, 1709.242, 42.898, 2.968015, 300, 0, 0, 0, 0, 0), +(86824, 450, 0, 1, 1, 0, 0, -11328.241, 1724.133, 37.056, 5.891060, 300, 0, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_09_world_335.sql new file mode 100644 index 00000000000..e99998cc143 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_09_world_335.sql @@ -0,0 +1,12 @@ +-- +-- Spell "Blue Flight" +DELETE FROM `spell_target_position` WHERE `ID`=17167; +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES +(17167,0,0,1646.64,-2575.79,670.545,3.15352,0); + +-- Haleh +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=10929; +DELETE FROM `smart_scripts` WHERE `entryorguid`=10929 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(10929,0,0,0,19,0,100,0,5162,0,0,0,0,5,60,0,0,0,0,0,1,0,0,0,0,0,0,0,"Haleh - On Quest 'Wrath of the Blue Flight (Part 2)' Taken - Play Emote 'Kick'"), +(10929,0,1,0,19,0,100,0,5162,0,0,0,0,11,17168,0,0,0,0,0,7,0,0,0,0,0,0,0,"Haleh - On Quest 'Wrath of the Blue Flight (Part 2)' Taken - Cast 'Haleh's Will'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_10_world_335.sql new file mode 100644 index 00000000000..1a16b883a5d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_10_world_335.sql @@ -0,0 +1,19 @@ +-- Awbee +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=10740; +DELETE FROM `smart_scripts` WHERE `entryorguid`=10740 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(10740,0,0,0,1,0,100,0,1000,15000,30000,60000,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Awbee - Out of Combat - Say Line 0"), +(10740,0,1,0,62,0,100,0,3064,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Awbee - Out of Combat - On Gossip Option Selected - Close Gossip"); + +DELETE FROM `creature_text` WHERE `CreatureID`=10740; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(10740,0,0,"%s whimpers.",16,0,100,0,0,0,6270,0,"Awbee"), +(10740,0,1,"%s breathes erratically.",16,0,100,0,0,0,6271,0,"Awbee"), +(10740,0,2,"%s cries for help.",16,0,100,0,0,0,6272,0,"Awbee"); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (3063,3066,3065,3064); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(3063,0,0,"You will be ok, Awbee. Your assailants have been terminated.",6275,1,1,3066,0,0,0,"",0,0), +(3066,0,0,"Continue please...",6277,1,1,3065,0,0,0,"",0,0), +(3065,0,0,"Horrifying.",6279,1,1,3064,0,0,0,"",0,0), +(3064,0,0,"Absolutely.",6281,1,1,0,0,0,0,"",0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_11_world_335.sql new file mode 100644 index 00000000000..36850df98f7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_11_world_335.sql @@ -0,0 +1,3 @@ +-- +-- Bom'bay +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=3062 AND `ConditionTypeOrReference`=14; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_12_world_335.sql new file mode 100644 index 00000000000..4c904283f61 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_12_world_335.sql @@ -0,0 +1,51 @@ +-- Soft Dirt Mound +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=160840; +DELETE FROM `smart_scripts` WHERE `entryorguid`=160840 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 +(160840,1,0,0,70,0,100,0,2,0,0,0,50,160839,50,0,0,0,0,1,0,0,0,0,0,0,0,"Soft Dirt Mound - On Gameobject State Changed - Summon Gameobject 'Gor'tesh's Lopped Off Head'"); + +-- Firegut Ogre +DELETE FROM `smart_scripts` WHERE `entryorguid`=7033 AND `source_type`=0 AND `id` IN (2); +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 +(7033,0,2,0,23,0,50,0,13488,1,10000,20000,1,1,0,0,0,0,0,18,300,0,0,0,0,0,0,"Firegut Ogre - On Has Aura 'Firegut Fear Storm' - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7033 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7033,1,0,"GOR'TESH DEAD?!?!",14,0,100,0,0,0,4707,0,"Firegut Ogre"), +(7033,1,1,"RUN! RUN FOR HILLS!",14,0,100,0,0,0,4708,0,"Firegut Ogre"), +(7033,1,2,"WHO KILL GOR'TESH!?!? WHO DO THIS?!",14,0,100,0,0,0,4709,0,"Firegut Ogre"), +(7033,1,3,"$n KILL! $G He:She; kill you now! RUN! RUN!",14,0,100,0,0,0,4711,0,"Firegut Ogre"), +(7033,1,4,"Run for hills! Wait! We already in hills!",14,0,100,0,0,0,4712,0,"Firegut Ogre"); + +-- Firegut Ogre Mage +DELETE FROM `smart_scripts` WHERE `entryorguid`=7034 AND `source_type`=0 AND `id` IN (3); +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 +(7034,0,3,0,23,0,50,0,13488,1,10000,20000,1,1,0,0,0,0,0,18,300,0,0,0,0,0,0,"Firegut Ogre Mage - On Has Aura 'Firegut Fear Storm' - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7034 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7034,1,0,"GOR'TESH DEAD?!?!",14,0,100,0,0,0,4707,0,"Firegut Ogre Mage"), +(7034,1,1,"RUN! RUN FOR HILLS!",14,0,100,0,0,0,4708,0,"Firegut Ogre Mage"), +(7034,1,2,"WHO KILL GOR'TESH!?!? WHO DO THIS?!",14,0,100,0,0,0,4709,0,"Firegut Ogre Mage"), +(7034,1,3,"$n KILL! $G He:She; kill you now! RUN! RUN!",14,0,100,0,0,0,4711,0,"Firegut Ogre Mage"), +(7034,1,4,"Run for hills! Wait! We already in hills!",14,0,100,0,0,0,4712,0,"Firegut Ogre Mage"); + +-- Firegut Brute +DELETE FROM `smart_scripts` WHERE `entryorguid`=7035 AND `source_type`=0 AND `id` IN (3); +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 +(7035,0,3,0,23,0,50,0,13488,1,10000,20000,1,1,0,0,0,0,0,18,300,0,0,0,0,0,0,"Firegut Brute - On Has Aura 'Firegut Fear Storm' - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7035 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7035,1,0,"GOR'TESH DEAD?!?!",14,0,100,0,0,0,4707,0,"Firegut Brute"), +(7035,1,1,"RUN! RUN FOR HILLS!",14,0,100,0,0,0,4708,0,"Firegut Brute"), +(7035,1,2,"WHO KILL GOR'TESH!?!? WHO DO THIS?!",14,0,100,0,0,0,4709,0,"Firegut Brute"), +(7035,1,3,"$n KILL! $G He:She; kill you now! RUN! RUN!",14,0,100,0,0,0,4711,0,"Firegut Brute"), +(7035,1,4,"Run for hills! Wait! We already in hills!",14,0,100,0,0,0,4712,0,"Firegut Brute"); + +-- Spell "Firegut Fear Storm" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=13488; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,3,13488,0,0,31,0,3,7033,0,0,0,0,"","Spell 'Firegut Fear Storm' can only hit Firegut Ogres"), +(13,3,13488,0,1,31,0,3,7034,0,0,0,0,"","Spell 'Firegut Fear Storm' can only hit Firegut Ogres"), +(13,3,13488,0,2,31,0,3,7035,0,0,0,0,"","Spell 'Firegut Fear Storm' can only hit Firegut Ogres"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_13_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_13_world_335.sql new file mode 100644 index 00000000000..60c2655f5ac --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_13_world_335.sql @@ -0,0 +1,944 @@ +-- Quest "Divine Retribution" +DELETE FROM `quest_details` WHERE `ID`=3441; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3441,1,0,0,0,1000,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `RewardText`="Have you heard enough? Are you prepared to act?" WHERE `ID`=3441; + +-- Quest "The Flawless Flame" +DELETE FROM `quest_details` WHERE `ID`=3442; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3442,1,1,0,0,2000,1000,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=3442; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=3442; + +-- Quest "Forging the Shaft" +DELETE FROM `quest_details` WHERE `ID`=3443; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3443,1,1,0,0,500,500,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3443; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=3443; + +-- Quest "The Flame's Casing" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3452; + +-- Quest "The Torch of Retribution" +DELETE FROM `quest_details` WHERE `ID`=3453; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3453,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3453; + +-- Quest "Squire Maltrake" +DELETE FROM `quest_details` WHERE `ID`=3462; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3462,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=3462; + +-- Quest "Set Them Ablaze!" +DELETE FROM `quest_details` WHERE `ID`=3463; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3463,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=5 WHERE `ID`=3463; + +-- Quest "Curse These Fat Fingers" +DELETE FROM `quest_details` WHERE `ID`=7723; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7723,1,1,1,25,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=7723; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=21 WHERE `ID`=7723; + +-- Quest "Incendosaurs? Whateverosaur is More Like It" +DELETE FROM `quest_details` WHERE `ID`=7727; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7727,1,6,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7727; + +-- Quest "Fiery Menace!" +DELETE FROM `quest_details` WHERE `ID`=7724; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7724,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=7724; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=5 WHERE `ID`=7724; + +-- Quest "What the Flux?" +DELETE FROM `quest_details` WHERE `ID`=7722; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7722,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=7722; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7722; + +-- Quest "STOLEN: Smithing Tuyere and Lookout's Spyglass" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=7728; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=7728; + +-- Quest "WANTED: Overseer Maltorius" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=34 WHERE `ID`=7701; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7701; + +-- Quest "Rocknot's Ale" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=4295; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=4 WHERE `ID`=4295; + +-- Quest "Restoring Fiery Flux Supplies via Kingsblood" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID` IN (7736,8241,8242); + +-- Quest "JOB OPPORTUNITY: Culling the Competition" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=7729; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=7729; + +-- Quest "Kill 'Em With Sleep Deprivation" +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=7702; + +-- Quest "Ledger from Tanaris" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=4450; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=4450; + +-- Quest "Prayer to Elune" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3378; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=3378; + +-- Quest "Shadoweaver" +DELETE FROM `quest_details` WHERE `ID`=3379; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3379,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=3379; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=3379; + +-- Quest "The Undermarket" +DELETE FROM `quest_details` WHERE `ID`=3385; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3385,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=3385; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=3385; + +-- Quest "The Undermarket (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=3402; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3402,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=4, `Emote3`=5, `RewardText`="Kovic slain??! This is a glorious day, $N! For years that scoundrel has been running shady undermarket trades, undercutting honest, hard working traders all over the world.$b$bYou deserve a fine reward for this accomplishment! And a fine reward you shall have!" WHERE `ID`=3402; + +-- Quest "KILL ON SIGHT: Dark Iron Dwarves" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=25 WHERE `ID`=4081; + +-- Quest "KILL ON SIGHT: High Ranking Dark Iron Officials" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=4082; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4082; + +-- Quest "Dreadmaul Rock" +DELETE FROM `quest_details` WHERE `ID`=3821; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3821,1,1,6,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3821; + +-- Quest "Krom'Grul" +DELETE FROM `quest_details` WHERE `ID`=3822; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3822,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=3822; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=18, `EmoteDelay1`=500 WHERE `ID`=3822; + +-- Quest "Disharmony of Flame" +DELETE FROM `quest_details` WHERE `ID`=3906; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3906,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `RewardText`="This cannot be... it must not be. The destruction of Pyron has merely lifted a veil. Within the depths of Blackrock is a much more insidious source of corruption." WHERE `ID`=3906; + +-- Quest "Disharmony of Flame (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=3907; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3907,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5, `CompletionText`="The flames will soon overtake these lands. Make haste, $N!" WHERE `ID`=3907; +UPDATE `quest_offer_reward` SET `RewardText`="<Thunderheart clutches the Tablet of Kurniya.>$b$bRagnaros... here...$b$bThe elders were right to fear the corruption emanating from Blackrock Mountain. A general of the Old Gods! IN OUR WORLD! We must reassess our position here in Kargath. We must decide on whether we stay and fight or run for fear of a new sundering.$b$bBe weary of any further exploration in Blackrock Mountain, $N. A far greater evil than anything that exists in this world resides in those fiery depths." WHERE `ID`=3907; + +-- Quest "The Rise of the Machines" +DELETE FROM `quest_details` WHERE `ID`=4061; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4061,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=4061; +UPDATE `quest_offer_reward` SET `Emote1`=1, `EmoteDelay1`=2000, `RewardText`="<Theodora lays the fragments out before her.>$b$b<Theodora carefully examines the fragments with an enormous monocle.>$b$bInteresting. Etched into the structural foundation of each of these fragments are... initials." WHERE `ID`=4061; + +-- Quest "The Rise of the Machines (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=4062; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4062,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=4062; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4062; + +-- Quest "The Rise of the Machines (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=4063; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4063,6,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4063; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=4063; + +-- Quest "The Last Element" +DELETE FROM `quest_details` WHERE `ID`=7201; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7201,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=7201; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=7201; + +-- Quest "Badlands Reagent Run" +DELETE FROM `quest_details` WHERE `ID`=2258; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2258,2,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2258; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=2258; + +-- Quest "Uldaman Reagent Run" +DELETE FROM `quest_details` WHERE `ID`=2202; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2202,25,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2202; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=2202; + +-- Quest "Badlands Reagent Run II" +DELETE FROM `quest_details` WHERE `ID`=2203; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2203,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2203; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=2203; + +-- Quest "Coyote Thieves" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1419; + +-- Quest "Broken Alliances" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=782; + +-- Quest "Unclaimed Baggage" +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=9439; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9439; + +-- Quest "Solution to Doom" +DELETE FROM `quest_details` WHERE `ID`=709; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(709,5,274,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=709; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=709; + +-- Quest "To Ironforge for Yagyin's Digest" +DELETE FROM `quest_details` WHERE `ID`=727; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(727,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=3, `EmoteOnComplete`=3 WHERE `ID`=727; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=727; + +-- Quest "To the Undercity for Yagyin's Digest" +DELETE FROM `quest_details` WHERE `ID`=728; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(728,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=728; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID`=728; + +-- Quest "The Star, the Hand and the Heart" +DELETE FROM `quest_details` WHERE `ID` IN (735,736); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(735,6,1,1,0,0,0,0,0,0), +(736,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID` IN (735,736); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID` IN (735,736); + +-- Quest "Forbidden Knowledge" +DELETE FROM `quest_details` WHERE `ID`=737; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(737,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=737; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=1, `Emote4`=5 WHERE `ID`=737; + +-- Quest "Dragonscale Leatherworking" +DELETE FROM `quest_details` WHERE `ID`=5145; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5145,1,25,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=5145; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID`=5145; + +-- Quest "Power Stones" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2418; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=2418; + +-- Quest "Barbecued Buzzard Wings" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=703; + +-- Quest "Pearl Diving" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=705; + +-- Quest "Necklace Recovery" +DELETE FROM `quest_details` WHERE `ID`=2283; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2283,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2283; + +-- Quest "Necklace Recovery, Take 2" +DELETE FROM `quest_details` WHERE `ID`=2284; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2284,1,0,0,0,0,0,0,0,0); + +-- Quest "Translating the Journal" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2318; + +-- Quest "Translating the Journal (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=2338; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2338,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1 WHERE `ID`=2338; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2338; + +-- Quest "Find the Gems and Power Source" +DELETE FROM `quest_details` WHERE `ID`=2339; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2339,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2339; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2339; + +-- Quest "Deliver the Gems" +DELETE FROM `quest_details` WHERE `ID`=2340; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2340,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=2340; + +-- Quest "Necklace Recovery, Take 3" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2341; + +-- Quest "Study of the Elements: Rock" +DELETE FROM `quest_details` WHERE `ID`=710; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(710,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=710; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=710; + +-- Quest "Study of the Elements: Rock (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=711; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(711,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=711; + +-- Quest "Study of the Elements: Rock (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=712; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(712,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=712; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=712; + +-- Quest "Coolant Heads Prevail" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=713; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=713; + +-- Quest "Gyro... What?" +DELETE FROM `quest_details` WHERE `ID`=714; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(714,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0, `CompletionText`="Yes, yes, yes. Just a moment." WHERE `ID`=714; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID`=714; + +-- Quest "This Is Going to Be Hard" +DELETE FROM `quest_details` WHERE `ID`=734; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(734,4,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=734; + +-- Quest "This Is Going to Be Hard (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=777; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(777,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=777; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=777; + +-- Quest "This Is Going to Be Hard (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=778; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(778,4,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=778; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=778; + +-- Quest "Stone Is Better than Cloth" +DELETE FROM `quest_details` WHERE `ID`=716; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(716,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=716; +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=716; + +-- Quest "Liquid Stone" +DELETE FROM `quest_details` WHERE `ID`=715; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(715,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=715; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=1 WHERE `ID`=715; + +-- Quest "Vivian Lagrave" +DELETE FROM `quest_details` WHERE `ID`=4133; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4133,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=4133; + +-- Quest "Lost Thunderbrew Recipe" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=4134; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=11 WHERE `ID`=4134; + +-- Quest "Vivian Lagrave and the Darkstone Tablet" +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=4769; + +-- Quest "The Darkstone Tablet" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=4768; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=4768; + +-- Quest "The Pack Mistress" +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=21 WHERE `ID`=4724; + +-- Quest "Broodling Essence" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4726; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=4726; + +-- Quest "Chillwind Horns" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4809; + +-- Quest "Return to Tinkee" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4810; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=4810; + +-- Quest "Tablet of the Seven" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4296; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=4296; + +-- Quest "Tinkee Steamboil" +DELETE FROM `quest_details` WHERE `ID`=4907; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4907,3,6,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=25 WHERE `ID`=4907; + +-- Quest "Egg Freezing" +DELETE FROM `quest_details` WHERE `ID`=4734; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4734,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4734; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=4734; + +-- Quest "Egg Collection" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=4735; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=4735; + +-- Quest "Leonid Barthalomew" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5522; +UPDATE `quest_offer_reward` SET `Emote1`=273, `Emote2`=1, `Emote3`=1 WHERE `ID`=5522; + +-- Quest "Betina Bigglezink" +DELETE FROM `quest_details` WHERE `ID`=5531; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5531,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=3 WHERE `ID`=5531; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=1, `Emote4`=6 WHERE `ID`=5531; + +-- Quest "Dawn's Gambit" +DELETE FROM `quest_details` WHERE `ID`=4771; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4771,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=4771; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=2, `RewardText`="You did it! Vectus is defeated! And Dawn's Gambit... did it work?$B$BHm... maybe my device wasn't the success I had hoped, but I'm glad you were able to handle things anyway. Well done, $n!$B$BThe Argent Dawn, and the good people of Azeroth, are in your debt." WHERE `ID`=4771; + +-- Quest "Warlord's Command" +UPDATE `quest_request_items` SET `EmoteOnComplete`=66, `EmoteOnIncomplete`=66 WHERE `ID`=4903; + +-- Quest "Mother's Milk" +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=6 WHERE `ID`=4866; + +-- Quest "Eitrigg's Wisdom" +DELETE FROM `quest_details` WHERE `ID`=4941; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4941,6,5,1,1,0,0,0,0,0); + +-- Quest "For The Horde!" +DELETE FROM `quest_details` WHERE `ID`=4974; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4974,1,1,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4974; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4974; + +-- Quest "What the Wind Carries" +DELETE FROM `quest_details` WHERE `ID`=6566; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6566,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=6566; + +-- Quest "The Champion of the Horde" +DELETE FROM `quest_details` WHERE `ID`=6567; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6567,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6 WHERE `ID`=6567; + +-- Quest "Mistress of Deception" +DELETE FROM `quest_details` WHERE `ID`=6568; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6568,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=11, `Emote2`=6, `Emote3`=1, `Emote4`=1 WHERE `ID`=6568; + +-- Quest "Oculus Illusions" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=11 WHERE `ID`=6569; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=6569; + +-- Quest "Emberstrife" +DELETE FROM `quest_details` WHERE `ID`=6570; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6570,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=6570; + +-- Quest "The Test of Skulls, Scryer" +DELETE FROM `quest_details` WHERE `ID`=6582; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6582,1,5,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=6582; + +-- Quest "The Test of Skulls, Chronalis" +DELETE FROM `quest_details` WHERE `ID`=6584; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6584,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6584; + +-- Quest "The Test of Skulls, Somnus" +DELETE FROM `quest_details` WHERE `ID`=6583; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6583,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=15, `EmoteOnIncomplete`=15 WHERE `ID`=6583; + +-- Quest "The Test of Skulls, Axtroz" +DELETE FROM `quest_details` WHERE `ID`=6585; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6585,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=6585; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6585; + +-- Quest "Ascension..." +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6601; + +-- Quest "Blood of the Black Dragon Champion" +DELETE FROM `quest_details` WHERE `ID`=6602; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(6602,6,1,1,25,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=6602; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=6602; + +-- Quest "Operative Bijou" +DELETE FROM `quest_details` WHERE `ID`=4981; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4981,1,1,25,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1,`Emote2`=5,`Emote3`=1,`Emote4`=11 WHERE `ID`=4981; + +-- Quest "Bijou's Belongings" +DELETE FROM `quest_details` WHERE `ID`=4982; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4982,1,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=4982; +UPDATE `quest_offer_reward` SET `Emote1`=4,`Emote2`=1 WHERE `ID`=4982; + +-- Quest "Bijou's Reconnaissance Report" +DELETE FROM `quest_details` WHERE `ID`=4983; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4983,1,6,25,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=4983; +UPDATE `quest_offer_reward` SET `Emote1`=1,`Emote2`=1 WHERE `ID`=4983; + +-- Quest "Grark Lorkrub" +DELETE FROM `quest_details` WHERE `ID`=4122; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4122,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=4122; + +-- Quest "Precarious Predicament" +DELETE FROM `quest_details` WHERE `ID`=4121; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4121,6,6,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4121; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4121; + +-- Quest "Commander Gor'shak" +DELETE FROM `quest_details` WHERE `ID`=3981; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3981,1,1,1,6,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3981; + +-- Quest "What Is Going On?" +DELETE FROM `quest_details` WHERE `ID`=3982; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3982,6,1,11,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=3982; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3982; + +-- Quest "What Is Going On? (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=4001; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4001,1,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1,`Emote2`=25 WHERE `ID`=4001; + +-- Quest "The Eastern Kingdoms" +DELETE FROM `quest_details` WHERE `ID`=4002; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4002,1,1,1,0,0,0,0,0,0); + +-- Quest "The Royal Rescue" +DELETE FROM `quest_details` WHERE `ID`=4003; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4003,1,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=18 WHERE `ID`=4003; + +-- Quest "The Princess Saved?" +DELETE FROM `quest_details` WHERE `ID`=4004; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4004,5,25,1,5,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `EmoteDelay1`=1000 WHERE `ID`=4004; + +-- Quest "A Dwarf and His Tools" +DELETE FROM `quest_details` WHERE `ID`=719; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(719,3,1,1,6,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=719; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=719; + +-- Quest "Fiery Blaze Enchantments" +DELETE FROM `quest_details` WHERE `ID`=706; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(706,1,1,6,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=706; +UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=706; + +-- Quest "Mirages" +DELETE FROM `quest_details` WHERE `ID`=718; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(718,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=718; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=718; + +-- Quest "Scrounging" +DELETE FROM `quest_details` WHERE `ID`=733; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(733,1,6,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=733; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=733; + +-- Quest "Tremors of the Earth" +DELETE FROM `quest_details` WHERE `ID`=732; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(732,2,1,274,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=732; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=732; + +-- Quest "Tremors of the Earth (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=717; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(717,1,1,1,25,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=717; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=717; + +-- Quest "A Sign of Hope" +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=720; + +-- Quest "A Sign of Hope (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=721; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(721,6,1,1,5,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=33, `Emote2`=6 WHERE `ID`=721; + +-- Quest "Amulet of Secrets" +DELETE FROM `quest_details` WHERE `ID`=722; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(722,33,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=722; +UPDATE `quest_offer_reward` SET `Emote1`=33, `Emote2`=273 WHERE `ID`=722; + +-- Quest "Prospect of Faith" +DELETE FROM `quest_details` WHERE `ID`=723; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(723,1,33,0,0,1500,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=723; + +-- Quest "Prospect of Faith (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=724; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(724,6,5,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `CompletionText`="Ah, yes. Another traveler seeking something from the dwarves.$B$B$G Sir : Ma'am;, I'm truly sorry, but I've no time to answer meaningless questions right now." WHERE `ID`=724; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=25 WHERE `ID`=724; + +-- Quest "Passing Word of a Threat" +DELETE FROM `quest_details` WHERE `ID`=725; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(725,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=725; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=725; + +-- Quest "Passing Word of a Threat (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=726; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(726,5,25,1,0,1500,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1 WHERE `ID`=726; + +-- Quest "An Ambassador of Evil" +DELETE FROM `quest_details` WHERE `ID`=762; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(762,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=762; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1, `Emote3`=1 WHERE `ID`=762; + +-- Quest "The Lost Tablets of Will" +DELETE FROM `quest_details` WHERE `ID`=1139; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1139,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=1139; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=2 WHERE `ID`=1139; + +-- Quest "Suntara Stones" +UPDATE `quest_request_items` SET `EmoteOnComplete`=18, `EmoteOnIncomplete`=18 WHERE `ID`=3368; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=3368; + +-- Quest "Dwarven Justice" +DELETE FROM `quest_details` WHERE `ID`=3371; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3371,1,1,0,0,0,0,0,0,0); + +-- Quest "Rise, Obsidion!" +UPDATE `quest_request_items` SET `EmoteOnComplete`=274, `EmoteOnIncomplete`=274 WHERE `ID`=3566; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=18 WHERE `ID`=3566; + +-- Quest "Proof of Deed" +UPDATE `quest_request_items` SET `EmoteOnComplete`=3 WHERE `ID`=3182; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5 WHERE `ID`=3182; + +-- Quest "At Last!" +DELETE FROM `quest_details` WHERE `ID`=3201; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3201,6,1,0,0,0,0,0,0,0); + +-- Quest "En-Ay-Es-Tee-Why" +DELETE FROM `quest_details` WHERE `ID`=4862; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4862,25,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=4862; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=4862; + +-- Quest "Kibler's Exotic Pets" +DELETE FROM `quest_details` WHERE `ID`=4729; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4729,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4729; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4729; + +-- Quest "Libram of Rumination" +UPDATE `quest_request_items` SET `EmoteOnComplete`=25, `EmoteOnIncomplete`=25 WHERE `ID`=4463; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=4463; + +-- Quest "Libram of Constitution" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=4481; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=5 WHERE `ID`=4481; + +-- Quest "Libram of Tenacity" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=4482; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6, `Emote2`=25 WHERE `ID`=4482; + +-- Quest "Libram of Resilience" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=4483; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=4483; + +-- Quest "Libram of Voracity" +UPDATE `quest_request_items` SET `EmoteOnComplete`=274, `EmoteOnIncomplete`=274 WHERE `ID`=4484; +UPDATE `quest_offer_reward` SET `Emote1`=33, `Emote2`=5 WHERE `ID`=4484; + +-- Quest "Mor'zul Bloodbringer" +DELETE FROM `quest_details` WHERE `ID`=7562; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7562,1,1,25,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=6, `Emote3`=1 WHERE `ID`=7562; + +-- Quest "Rage of Blood" +DELETE FROM `quest_details` WHERE `ID`=7563; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7563,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7563; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7563; + +-- Quest "Wildeyes" +DELETE FROM `quest_details` WHERE `ID`=7564; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7564,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=7564; + +-- Quest "Lord Banehollow" +DELETE FROM `quest_details` WHERE `ID`=7623; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7623,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=7623; + +-- Quest "Ulathek the Traitor" +DELETE FROM `quest_details` WHERE `ID`=7624; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7624,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=15, `EmoteOnComplete`=15 WHERE `ID`=7624; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7624; + +-- Quest "Xorothian Stardust" +DELETE FROM `quest_details` WHERE `ID`=7625; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7625,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7625; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=7625; + +-- Quest "Bell of Dethmoora" +DELETE FROM `quest_details` WHERE `ID`=7626; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7626,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7626; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7626; + +-- Quest "Wheel of the Black March" +DELETE FROM `quest_details` WHERE `ID`=7627; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7627,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7627; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=5 WHERE `ID`=7627; + +-- Quest "Doomsday Candle" +DELETE FROM `quest_details` WHERE `ID`=7628; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7628,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7628; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=7628; + +-- Quest "Doomsday Candle" +DELETE FROM `quest_details` WHERE `ID`=7630; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7630,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7630; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=7630; + +-- Quest "Imp Delivery" +DELETE FROM `quest_details` WHERE `ID`=7629; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7629,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=7629; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=7629; + +-- Quest "Dreadsteed of Xoroth" +DELETE FROM `quest_details` WHERE `ID`=7631; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7631,1,1,1,2,0,0,0,0,0); + +-- Quest "Put Her Down" +DELETE FROM `quest_details` WHERE `ID`=4701; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4701,1,1,1,2,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=4701; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=4701; + +-- Quest "Overmaster Pyron" +DELETE FROM `quest_details` WHERE `ID`=4262; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4262,1,1,5,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=4262; + +-- Quest "Incendius!" +DELETE FROM `quest_details` WHERE `ID`=4263; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4263,6,1,5,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=4263; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=4263; + +-- Quest "Doomrigger's Clasp" +DELETE FROM `quest_details` WHERE `ID`=4764; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4764,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4764; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=4764; + +-- Quest "Delivery to Ridgewell" +DELETE FROM `quest_details` WHERE `ID`=4765; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4765,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4765; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=4765; + +-- Quest "Extinguish the Firegut" +DELETE FROM `quest_details` WHERE `ID`=3823; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3823,5,1,1,51,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=3823; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=3823; + +-- Quest "Gor'tesh the Brute Lord" +DELETE FROM `quest_details` WHERE `ID`=3824; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3824,5,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=3824; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=11 WHERE `ID`=3824; + +-- Quest "Ogre Head On A Stick = Party" +DELETE FROM `quest_details` WHERE `ID`=3825; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3825,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=3825; +UPDATE `quest_offer_reward` SET `Emote1`=66, `Emote2`=5 WHERE `ID`=3825; + +-- Quest "The Matron Protectorate" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=2, `EmoteOnComplete`=2 WHERE `ID`=5160; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5160; + +-- Quest "Wrath of the Blue Flight" +DELETE FROM `quest_details` WHERE `ID`=5161; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5161,1,1,1,1,0,0,0,0,0); + +-- Quest "Wrath of the Blue Flight (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=5162; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5162,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=5162; + +-- Quest "Catalogue of the Wayward" +DELETE FROM `quest_details` WHERE `ID`=5164; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5164,1,1,0,0,0,0,0,0,0); + +-- Quest "Breastplate of the Chromatic Flight" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=273, `EmoteOnComplete`=273 WHERE `ID`=5166; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=5166; + +-- Quest "Legplates of the Chromatic Defier" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=5167; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=5167; + +-- Quest "FIFTY! YEP!" +DELETE FROM `quest_details` WHERE `ID`=4283; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4283,1,5,5,51,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=4283; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=5 WHERE `ID`=4283; + +-- Quest "The Good Stuff" +DELETE FROM `quest_details` WHERE `ID`=4286; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4286,1,22,6,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `EmoteOnComplete`=1 WHERE `ID`=4286; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=5, `Emote3`=1 WHERE `ID`=4286; + +-- Quest "Bijou's Belongings" +DELETE FROM `quest_details` WHERE `ID`=5001; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5001,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5001; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=5001; + +-- Quest "Message to Maxwell" +DELETE FROM `quest_details` WHERE `ID`=5002; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5002,1,5,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=5002; + +-- Quest "Maxwell's Mission" +DELETE FROM `quest_details` WHERE `ID`=5081; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5081,1,1,1,1,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5081; + +-- Quest "General Drakkisath's Command" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5089; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5089; + +-- Quest "General Drakkisath's Demise" +DELETE FROM `quest_details` WHERE `ID`=5102; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(5102,1,1,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5102; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=66 WHERE `ID`=5102; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_14_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_14_world_335.sql new file mode 100644 index 00000000000..a2e759aca9b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_14_world_335.sql @@ -0,0 +1,8 @@ +-- Liv Rizzlefix +DELETE FROM `gossip_menu` WHERE `MenuID`=5503 AND `TextID`=6557; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(5503,6557,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=5503; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,5503,6557,0,0,9,0,3444,0,0,0,0,0,"","Show gossip text 6557 if quest 'The Stone Circle' is taken"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_15_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_15_world_335.sql new file mode 100644 index 00000000000..70324f66ca1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_15_world_335.sql @@ -0,0 +1,16 @@ +-- Itharius +DELETE FROM `creature_text` WHERE `CreatureID`=5353; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5353,0,0,"I have given you an oathstone of Ysera's Dragonflight, $n. When you are ready and able to aid us, use it, and then we may begin.",12,0,100,0,0,0,4481,0,"Itharius"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=5353 AND `source_type`=0 AND `id`=2; +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 +(5353,0,2,0,62,0,100,0,1364,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Itharius - On Gossip Option 0 Selected - Say Line 0"); + +DELETE FROM `gossip_menu` WHERE `MenuID`=1341 AND `TextID`=1973; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1341,1973,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1341; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1341,1995,0,0,8,0,3373,0,0,0,0,0,"","Show gossip text 1973 if quest 'The Essence of Eranikus' is not rewarded"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_16_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_16_world_335.sql new file mode 100644 index 00000000000..f318ef32842 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_16_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_text` SET `Text`="My banishment is ended! Let the blood flow!", `BroadcastTextId`=4485 WHERE `CreatureID`=8580 AND `GroupID`=0; +UPDATE `creature_text` SET `Text`="I'll feast on your bones!", `BroadcastTextId`=6216, `Type`=14, `Language`=14, `Sound`=5860 WHERE `CreatureID`=8580 AND `GroupID`=1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_17_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_17_world_335.sql new file mode 100644 index 00000000000..22944c60d45 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_17_world_335.sql @@ -0,0 +1,24 @@ +-- Earthcaller Franzahl +UPDATE `creature_template` SET `gossip_menu_id`=5812 WHERE `entry`=14348; + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (5812,5813,5814,5815,5816); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(5812,6985,0), +(5813,6986,0), +(5814,6987,0), +(5815,6988,0), +(5816,6989,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (5812,5813,5814,5815); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(5812,0,0,"Are you the Earthshaper capable of creating Elementium?",9576,1,1,5813,0,0,0,"",0,0), +(5813,0,0,"What do you know of it, Franzahl?",9578,1,1,5814,0,0,0,"",0,0), +(5814,0,0,"A fissure?",9580,1,1,5815,0,0,0,"",0,0), +(5815,0,0,"So what happened?",9582,1,1,5816,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID` IN (6986,6987,6988,6989); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`) VALUES +(6986,"Elementium? I have not heard that word uttered from the mouth of a mortal in decades.","",9577,0,1,0,1,0,0,0,0), +(6987,"A former student of mine by the name of Krixix spent a lifetime attempting to make contact with the chained Gods of the underworld. He pursued that which would spring up from the ravaged earth... That which would form only as a result of the elements clashing in titanic conflict.$B$BElementium as it would be known to mortals.$B$BOne day, nearly a decade ago, Krixix's pursuit lead to a fissure forming in this very gorge.","",9579,0,1,0,1,0,1,0,0), +(6988,"Aye, he had done what was thought to be impossible. Out from the fissure sprung an agent of Therazane!$B$BFrom my vantage point, I could see the goblin holding conversation with the agent of the Old God. What happened after that was terrible...","",9581,0,1,0,1,0,1,0,0), +(6989,"The fissure closed and Krixix was gone! Swallowed whole!$B$BBe warned, $r, what you wish for could very well become that which you do not want. You play with beings and arcana that are older than time itself!$B$BShould Krixix be alive and should he have the information which you seek, you can be certain that he will not give up said information. He has faced terrors far worse than you could ever dream to perpetrate.","",9583,0,1,0,1,0,5,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_18_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_18_world_335.sql new file mode 100644 index 00000000000..eb317954e17 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_18_world_335.sql @@ -0,0 +1,93 @@ +-- +DELETE FROM `pool_template` WHERE entry = 1004; +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(1004, 1, 'Leprithus (572)'); + +DELETE FROM `pool_creature` WHERE `pool_entry` IN (1004); +INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(28458, 1004, 0, 'Leprithus (572) - Spawn 1'), +(86825, 1004, 0, 'Leprithus (572) - Spawn 2'), +(86826, 1004, 0, 'Leprithus (572) - Spawn 3'); + +DELETE FROM `creature` WHERE `guid` IN (28458, 134020,134021,134022,134023, 86825,86826,86827,86828,86829,86830,86831,86837,86838,86839,86840,86841,86842,86844); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(28458, 572, 0, 1, 1, 0, 0, -10084.3, 1558.13, 41.064, 3.65463, 72000, 5, 0, 0, 0, 1), +(86825, 572, 0, 1, 1, 0, 0, -11277.3, 1021.93, 94.7337, 5.18302, 72000, 0, 0, 0, 0, 2), +(86826, 572, 0, 1, 1, 0, 0, -10021.02, 1422.169, 41.042, 2.939070, 72000, 5, 0, 0, 0, 1), +(86827, 846, 0, 1, 1, 0, 0, -10084.3, 1559.49, 40.8883, 3.00608, 300, 5, 0, 0, 0, 1), +(86828, 846, 0, 1, 1, 0, 0, -10082.4, 1556.31, 41.0149, 2.17749, 300, 5, 0, 0, 0, 1), +(86829, 846, 0, 1, 1, 0, 0, -11281.5, 1017.69, 94.4474, 5.30334, 300, 5, 0, 0, 0, 1), +(86830, 846, 0, 1, 1, 0, 0, -11275.7, 1022.68, 94.7905, 5.70782, 300, 5, 0, 0, 0, 1), +(86831, 846, 0, 1, 1, 0, 0, -10988.2, 1600.10, 45.6427, 5.37523, 300, 5, 0, 0, 0, 1), +(86837, 846, 0, 1, 1, 0, 0, -10958.9, 1603.63, 47.8132, 1.78282, 300, 5, 0, 0, 0, 1), +(86838, 846, 0, 1, 1, 0, 0, -10976.4, 1610.50, 46.0335, 1.98000, 300, 5, 0, 0, 0, 1), +(86839, 846, 0, 1, 1, 0, 0, -10990.2, 1623.08, 45.1017, 4.46040, 300, 5, 0, 0, 0, 1), +(86840, 846, 0, 1, 1, 0, 0, -10962.3, 1625.83, 46.4382, 3.24442, 300, 5, 0, 0, 0, 1), +(86841, 846, 0, 1, 1, 0, 0, -10015.233, 1424.467, 40.940, 3.276005, 300, 5, 0, 0, 0, 1), +(86842, 846, 0, 1, 1, 0, 0, -10025.086, 1419.180, 41.218, 2.727011, 300, 5, 0, 0, 0, 1), +(86844, 846, 0, 1, 1, 0, 0, -10025.003, 1427.107, 41.107, 1.611750, 300, 5, 0, 0, 0, 1); + +DELETE FROM `creature_addon` WHERE `guid`=86825; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES +(86825,868250,1); + +DELETE FROM `waypoint_data` WHERE `id`=868250; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(868250, 1, -11257.1, 988.193, 83.3336, 5.69163, 0, 0, 0, 100, 0), +(868250, 2, -11244.4, 962.304, 83.269, 5.05783, 0, 0, 0, 100, 0), +(868250, 3, -11240.5, 948.932, 75.6219, 5.30995, 0, 0, 0, 100, 0), +(868250, 4, -11212.6, 921.358, 54.3906, 5.10103, 0, 0, 0, 100, 0), +(868250, 5, -11194.6, 895.302, 48.4349, 5.39948, 0, 0, 0, 100, 0), +(868250, 6, -11172.6, 876.756, 41.3173, 6.03015, 0, 0, 0, 100, 0), +(868250, 7, -11146.3, 866.02, 38.4824, 5.63196, 0, 0, 0, 100, 0), +(868250, 8, -11126, 851.423, 40.3828, 5.64138, 0, 0, 0, 100, 0), +(868250, 9, -11086.8, 834.864, 40.7715, 0.273191, 0, 0, 0, 100, 0), +(868250, 10, -11059.5, 846.814, 38.6569, 6.25714, 0, 0, 0, 100, 0), +(868250, 11, -11039.1, 843.255, 36.3932, 5.48039, 0, 0, 0, 100, 0), +(868250, 12, -11012.4, 812.002, 37.4404, 5.31939, 0, 0, 0, 100, 0), +(868250, 13, -11002.7, 788.433, 36.4366, 5.5715, 0, 0, 0, 100, 0), +(868250, 14, -10982.7, 761.666, 43.9919, 5.11518, 0, 0, 0, 100, 0), +(868250, 15, -10962.6, 736.809, 46.4806, 6.21378, 0, 0, 0, 100, 0), +(868250, 16, -10913.9, 722.066, 42.727, 5.94361, 60000, 0, 0, 100, 0), +(868250, 17, -10913.9, 722.066, 42.727, 5.94361, 2, 0, 0, 100, 0), +(868250, 18, -10913.9, 722.066, 42.727, 5.94361, 60000, 0, 0, 100, 0), +(868250, 19, -10962.6, 736.809, 46.4806, 6.21378, 0, 0, 0, 100, 0), +(868250, 20, -10982.7, 761.666, 43.9919, 5.11518, 0, 0, 0, 100, 0), +(868250, 21, -11002.7, 788.433, 36.4366, 5.5715, 0, 0, 0, 100, 0), +(868250, 22, -11012.4, 812.002, 37.4404, 5.31939, 0, 0, 0, 100, 0), +(868250, 23, -11039.1, 843.255, 36.3932, 5.48039, 0, 0, 0, 100, 0), +(868250, 24, -11059.5, 846.814, 38.6569, 6.25714, 0, 0, 0, 100, 0), +(868250, 25, -11086.8, 834.864, 40.7715, 0.273191, 0, 0, 0, 100, 0), +(868250, 26, -11126, 851.423, 40.3828, 5.64138, 0, 0, 0, 100, 0), +(868250, 27, -11146.3, 866.02, 38.4824, 5.63196, 0, 0, 0, 100, 0), +(868250, 28, -11172.6, 876.756, 41.3173, 6.03015, 0, 0, 0, 100, 0), +(868250, 29, -11194.6, 895.302, 48.4349, 5.39948, 0, 0, 0, 100, 0), +(868250, 30, -11212.6, 921.358, 54.3906, 5.10103, 0, 0, 0, 100, 0), +(868250, 31, -11240.5, 948.932, 75.6219, 5.30995, 0, 0, 0, 100, 0), +(868250, 32, -11244.4, 962.304, 83.269, 5.05783, 0, 0, 0, 100, 0), +(868250, 33, -11257.1, 988.193, 83.3336, 5.69163, 0, 0, 0, 100, 0); + +DELETE FROM `game_event_creature` WHERE `guid` IN (28458, 86825,86826,86827,86828,86829,86830,86831,86837,86838,86839,86840,90280,52595,52596,52594,90279,86841,86842,86844,90128,89879) AND `eventEntry` IN (-25, 25); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(-25,90280), +(-25,52595), +(-25,52596), +(-25,52594), +(-25,90279), +(25,28458), +(25,86825), +(25,86826), +(25,86827), +(25,86828), +(25,86829), +(25,86830), +(25,86831), +(25,86837), +(25,86838), +(25,86839), +(25,86840), +(25,86841), +(25,86842), +(25,86844), +(-25,90128), +(-25,89879); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_19_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_19_world_335.sql new file mode 100644 index 00000000000..7005bac3c6a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_19_world_335.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86845,86846,86847,86851,86852,86853,86854,86855,86857); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86845, 28987, 0, 1, 1, 0, 0, -10897, -379, 40.018, 2.893, 300, 0, 0, 0, 0, 0), +(86846, 1001, 0, 1, 1, 0, 0, -10912, -388, 40.632, 0.812, 300, 0, 0, 0, 0, 0), +(86847, 1098, 0, 1, 1, 0, 0, -10533, -1128, 26.287, 4.084, 300, 0, 0, 0, 0, 0), +(86851, 1099, 0, 1, 1, 0, 0, -10531, -1129, 26.093, 3.882, 300, 0, 0, 0, 0, 0), +(86852, 1100, 0, 1, 1, 0, 0, -10526, -1128, 26.277, 3.621, 300, 0, 0, 0, 0, 0), +(86853, 1101, 0, 1, 1, 0, 0, -10533, -1124, 26.347, 4.318, 300, 0, 0, 0, 0, 0), +(86854, 1203, 0, 1, 1, 0, 0, -10552.4, -1316.49, 43.5212, 0.063056, 300, 0, 0, 0, 0, 0), +(86855, 1204, 0, 1, 1, 0, 0, -10584, -1173, 28.568, 6.069, 300, 0, 0, 0, 0, 0), +(86857, 1436, 0, 1, 1, 0, 0, -10929, -386, 40.186, 0.816, 300, 0, 0, 0, 0, 0); + +UPDATE `creature` SET `spawndist`=0 AND `MovementType`=0 WHERE `guid` IN (6133,6127); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_20_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_20_world_335.sql new file mode 100644 index 00000000000..e9c0ddf9cde --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_20_world_335.sql @@ -0,0 +1 @@ +UPDATE `gameobject_loot_template` SET `Chance`=100 WHERE `Item`=6172; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_21_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_21_world_335.sql new file mode 100644 index 00000000000..9d3632106d2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_09_21_world_335.sql @@ -0,0 +1,17 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (86858,86868,86870); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(86858, 1129, 0, 1, 1, 0, 0, -4300.36, -1420.53, 391.496, 5.16617, 300, 0, 0, 0, 0, 0), +(86868, 1128, 0, 1, 1, 0, 0, -4298.227, -1420.108, 391.32, 4.435794, 300, 0, 0, 0, 0, 0), +(86870, 1128, 0, 1, 1, 0, 0, -4301.8081, -1422.118, 391.556, 5.795453, 300, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (1129); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(1129, 0, 0, 1, 0, 0, ''); + +DELETE FROM `creature_addon` WHERE `guid` IN (86868,86870); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(86868, 0, 0, 1, 0, 0, ''), +(86870, 0, 0, 1, 0, 0, ''); + +UPDATE `creature` SET `MovementType`=0 WHERE `guid` IN (6127,6133); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_00_world.sql new file mode 100644 index 00000000000..9490f9e8291 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (9860,9855); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `ActionMenuId`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES +(9860, 0, 0, "I have a few more questions, Gymer.",9852, 30634, 1, 1), +(9855, 0, 0, "I have a few more questions, Gymer.",9852, 30634, 1, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_01_world.sql new file mode 100644 index 00000000000..050e54a7fcd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_01_world.sql @@ -0,0 +1,19 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (9025,9013,9429,9761); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `ActionMenuId`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionPoiID`) VALUES +(9013, 0, 0, "<Discreetly search the pirate's pockets for Taruk's payment.>",0, 23824, 1, 1,0), +(9429, 0, 0, "I'll show you! Give me that practice parachute!",0, 25923, 1, 1,0), +(9761, 0, 0, "I require water breathing, Garren.",0, 29212, 1, 1,0), +(9025, 0, 0, "Food & Drink", 8995, 23755, 1, 1,0), +(9025, 1, 0, "Tokens & Souvenirs", 8996, 23756, 1, 1,448), +(9025, 2, 0, "Ram Racing", 8997, 23757, 1, 1,449), +(9025, 3, 0, "Brew of the Month Club", 9558, 26734, 1, 1,450), +(9025, 4, 0, "Dark Iron Dwarf Attacks", 9018, 0, 1, 1,0); + +UPDATE `creature_template` SET `gossip_menu_id`=9013 WHERE `entry`=24788; + +DELETE FROM `gossip_menu` WHERE (`MenuId`=9025); +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(9025, 12195, 26365); + +UPDATE `smart_scripts` SET `event_param1`=9013 WHERE `entryorguid`=24788 AND `source_type`=0 AND `id`=3; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_02_world.sql new file mode 100644 index 00000000000..ad8b58cac7c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_02_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=25291; +DELETE FROM `smart_scripts` WHERE `entryorguid`=25291 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(25291,0,0,1,62,0,100,0,9761,0,0,0,0,11,52909,0,0,0,0,0,7,0,0,0,0,0,0,0,"Librarian Garren - On Gossip Option Selected - Cast Water Breathing"), +(25291,0,1,0,61,0,100,0,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Librarian Garren - On Gossip Option Selected - Close Gossip"), +(25291,0,2,0,19,0,100,0,11582,0,0,0,0,11,52909,0,0,0,0,0,7,0,0,0,0,0,0,0,"Librarian Garren - On quest taken - Cast Water Breathing"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9761; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,9761,0,0,0,9,0,11582,0,0,0,0,0,"","Show gossip option 9761 if quest 'Monitoring the Rift: Sundered Chasm' is taken"), +(15,9761,0,0,0,1,0,52909,0,0,1,0,0,"","Show gossip option 9761 if Th palayer doesn't have the aura Water Breathing"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_03_world.sql new file mode 100644 index 00000000000..c6588881e14 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gossip_menu_option` SET `ActionMenuId`=9806 WHERE `MenuId`=9812 AND `OptionID`=0; +UPDATE `gossip_menu_option` SET `ActionMenuId`=8926 WHERE `MenuId`=9546 AND `OptionID`=2; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_04_world.sql new file mode 100644 index 00000000000..4ca18d53739 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_04_world.sql @@ -0,0 +1,20 @@ +-- +DELETE FROM `gossip_menu` WHERE (`MenuId`=10133 AND `TextId`=14069) OR (`MenuId`=10034 AND `TextId`=13944) OR (`MenuId`=10883 AND `TextId`=15119) OR (`MenuId`=9660) OR (`MenuId`=9659) OR (`MenuId`=9608 AND `TextId`=12982) OR (`MenuId`=9798 AND `TextId`=13502) OR (`MenuId`=13045 AND `TextId`=18320) OR (`MenuId`=9600 AND `TextId`=12960) OR (`MenuId`=9429 AND `TextId`=12687) OR (`MenuId`=9259 AND `TextId`=12568) OR (`MenuId`=13046 AND `TextId`=18321); +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(10133, 14069, 26365), -- 31737 (Skybreaker Squad Leader) +(10034, 13944, 26365), -- 31135 (Geirrvif) +(10883, 15119, 26365), -- 30322 (Earthen Jormungar Handler) +(9660, 13083, 26365), -- 28142 (Crusader Lamoof) +(9659, 13082, 26365), -- 28136 (Crusader Jonathan) +(9608, 12982, 26365), -- 26212 (Captain Gryan Stoutmantle) need condition +(9798, 13502, 26365), -- 29244 (Jesse Masters) need condition +(13045, 18320, 26365), -- 23736 (Pricilla Winterwind) +(9600, 12960, 26365), -- 27784 (Commander Eligor Dawnbringer) need condition +(9429, 12687, 26365), -- 26619 (Fizzcrank Paratrooper) need condition +(9259, 12568, 26365); -- 26117 (Raelorasz) + +UPDATE `gossip_menu_option` SET `ActionMenuID`=9259 WHERE `OptionID`=1 AND `MenuID`=9253; +UPDATE `creature_template` SET `gossip_menu_id`=10883 WHERE `entry`=30322; -- 30322 (Earthen Jormungar Handler) +UPDATE `creature_template` SET `gossip_menu_id`=9660 WHERE `entry`=28142; -- 28142 (Crusader Lamoof) +UPDATE `creature_template` SET `gossip_menu_id`=9659 WHERE `entry`=28136; -- 28136 (Crusader Jonathan) +UPDATE `creature_template` SET `gossip_menu_id`=13045, `npcflag`=`npcflag`|1 WHERE `entry`=23736; -- 23736 (Pricilla Winterwind) diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_05_world.sql new file mode 100644 index 00000000000..1a8011465de --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_05_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `gossip_menu_option` WHERE (`MenuID`=9165 AND `OptionID`=1) OR (`MenuID`=9165 AND `OptionID`=0) OR (`MenuID`=9219 AND `OptionID`=0) OR (`MenuID`=9218 AND `OptionID`=0) OR (`MenuID`=9217 AND `OptionID`=0); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `VerifiedBuild`) VALUES +(9165, 1, 0, 'Crafty, I need another Warsong banner.', 24760, 26365), -- need condition SAI +(9165, 0, 0, 'Crafty, I lost my Warsong orc disguise.', 24759, 26365), -- need condition SAI +(9219, 0, 0, 'How long have you worked for the Cult of the Damned?', 25242, 26365), -- need conditions an maybe convert the cpp to SAI +(9218, 0, 0, 'I have reason to believe you\'re involved in cultist activity.', 25239, 26365), -- need conditions an maybe convert the cpp to SAI +(9217, 0, 0, 'What do you know about the Cult of the Damned?', 25237, 26365); -- need conditions an maybe convert the cpp to SAI diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_06_world.sql new file mode 100644 index 00000000000..bf08e85e24b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_06_world.sql @@ -0,0 +1,23 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuID` IN (55000, 54000); +UPDATE `creature_template` SET `gossip_menu_id`=10274 WHERE `entry`=29319; +UPDATE `creature_template` SET `gossip_menu_id`=10273 WHERE `entry`=29327; +DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (10160, 10273,10274, 54000, 55000); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`) VALUES +(10160, 0, 0, "The Alliance Quarter", 32103, 1, 1, 10054, 129), +(10160, 1, 0, "The Horde Quarter", 32104, 1, 1, 10053, 130), +(10273, 0, 0, "Lift the frost leopard's tail to check if it's a male or a female.", 33190, 1, 1, 0, 0), +(10274, 0, 0, "Lift the icepaw bear's tail to check if it's a male or a female.", 33194, 1, 1, 0, 0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (55000,54000,10273,10274); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,10273,0,0,9,13549,0,0,0,'',"Only show gossip if player is on quest Tails Up"), +(15,10274,0,0,9,13549,0,0,0,'',"Only show gossip if player is on quest Tails Up"); + +UPDATE `smart_scripts` SET `event_param1`=10274 WHERE `entryorguid`=29319 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `event_param1`=10273 WHERE `entryorguid`=29327 AND `source_type`=0 AND `id`=3; + +DELETE FROM `npc_text` WHERE `ID` IN (12568, 13944); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`) VALUES +(12568,"Here you are, $n.$b$bDo be more careful, won't you?","",25370,0,1,0,0,0,0,0,0), +(13944,"","You must defeat Prince Sandoval. It is your only hope for survival, $c.",32011,0,1,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_07_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_07_world.sql new file mode 100644 index 00000000000..3b8ca12d195 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_07_world.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuID` IN (21248); +UPDATE `creature_template` SET `gossip_menu_id`=9190 WHERE `entry`=25841; + +DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (21248,9190); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`) VALUES +(9190, 0, 0, "Search the body for the pilot's emergency toolkit.", 25112, 1, 1, 0, 0), +(9190, 1, 0, "Search the body for the pilot's insignia.", 25042, 1, 1, 0, 0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (21248,9190); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,9190,0,0,9,11887,0,0,0,'',"Only show gossip if player is on quest"), +(15,9190,1,0,9,11795,0,0,0,'',"Only show gossip if player is on quest"); + +UPDATE `smart_scripts` SET `event_param1`=9190 WHERE `entryorguid`=25841 AND `source_type`=0 AND `id` IN (1,4); + +UPDATE `gossip_menu_option` SET `OptionText`='Take their clothing.', `OptionBroadcastTextId`=24733, `VerifiedBuild`=26365 WHERE (`MenuId`=9155 AND `OptionID`=0); +UPDATE `gossip_menu_option` SET `OptionText`='Take their clothing.', `OptionBroadcastTextId`=24733, `VerifiedBuild`=26365 WHERE (`MenuId`=9156 AND `OptionID`=0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_08_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_08_world.sql new file mode 100644 index 00000000000..4bffdc276f7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_10_08_world.sql @@ -0,0 +1,17 @@ +DELETE FROM `creature` WHERE `guid` IN (6127,6133,86872,86881,86895,86899,86900,86926,86933,87016,87017,87018,87019,87020,87021); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(6133, 1475, 0, 1, 1, 0, 1, -3702.73, -875.307, 10.8532, 2.15864, 300,0,0), +(6127, 1475, 0, 1, 1, 0, 1, -3708.92, -712.578, 9.17267, 4.02893, 300,0,0), +(86872, 2188, 1, 1, 1, 0, 0, 8205.18, -942.167, -24.0992, 5.52606, 300, 8, 1), +(86881, 2188, 1, 1, 1, 0, 0, 8141.94, -932.122, -22.4119, 4.78307, 300, 8, 1), +(86895, 2188, 1, 1, 1, 0, 0, 8197.71, -1212.46, -51.4801, 4.93622, 300, 8, 1), +(86899, 2188, 1, 1, 1, 0, 0, 8287.17, -1227.98, -79.8464, 1.18987, 300, 8, 1), +(86900, 2188, 1, 1, 1, 0, 0, 8346.42, -1096.5, -82.6515, 3.75184, 300, 8, 1), +(86926, 2188, 1, 1, 1, 0, 0, 8283.3, -1096.47, -64.8594, 0.0400507, 300, 8, 1), +(86933, 2188, 1, 1, 1, 0, 0, 8253.2, -1117.77, -59.4172, 1.84882, 300, 8, 1), +(87016, 2188, 1, 1, 1, 0, 0, 8143.82, -1092.24, -18.2926, 4.04637, 300, 8, 1), +(87017, 2188, 1, 1, 1, 0, 0, 8223.68, -971.797, -46.0062, 1.82997, 300, 8, 1), +(87018, 2188, 1, 1, 1, 0, 0, 8059.41, -894.016, -23.4058, 5.15614, 300, 8, 1), +(87019, 2187, 1, 1, 1, 0, 0, 7951.68, -761.708, -16.9966, 2.80779, 300, 8, 1), +(87020, 2187, 1, 1, 1, 0, 0, 7943.62, -902.689, -19.8649, 2.64677, 300, 8, 1), +(87021, 2187, 1, 1, 1, 0, 0, 8035.47, -775.006, -30.7854, 0.0148895, 300, 8, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_00_world.sql new file mode 100644 index 00000000000..29ada0139aa --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_target_position` WHERE (`ID`=57515 AND `EffectIndex`=1) OR (`ID`=65138 AND `EffectIndex`=0); +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES +(57515, 1, 1, 7845.03, -2222.38, 469.268, 26899), -- Spell: Waking from a Fitful Dream Efffect: 252 (SPELL_EFFECT_TELEPORT_UNITS) +(65138, 0, 571, 4042.93, 7097.24, 171, 26365); -- Spell: Summon Keristrasza Vehicle Efffect: 28 (SPELL_EFFECT_SUMMON) diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_01_world.sql new file mode 100644 index 00000000000..7cab9a29332 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_01_world.sql @@ -0,0 +1,15 @@ +-- +DELETE FROM `npc_text` WHERE `ID` IN (10201, 10638); +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`) VALUES +(10201,"...they told us not to go... but we went anyway... they told us not to go... but we went anyway...","...they told us not to go... but we went anyway... they told us not to go... but we went anyway...",18578,0,1,0,0,0,0,0,0), +(10638,"You are always welcome with us here in the Raven's Wood, $n.","",19951,0,1,0,0,0,0,0,0); + +DELETE FROM `gossip_menu` WHERE (`MenuId`=8206 AND `TextId`=10201); +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(8206, 10201, 26124); -- 20876 (Human Refugee) + +DELETE FROM `gossip_menu` WHERE (`MenuId`=8736 AND `TextId`=11056) OR (`MenuId`=8506 AND `TextId`=10638) OR (`MenuId`=8508 AND `TextId`=10641); +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(8736, 11056, 26124), -- 23473 (Aether-tech Apprentice) +(8506, 10638, 26124), -- 22215 (Treebole) +(8508, 10641, 26124); -- 22053 (Mosswood the Ancient) diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_02_world.sql new file mode 100644 index 00000000000..8fa5478a02b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=1, `gossip_menu_id`=8206 WHERE `entry` IN (20876); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_03_world_335.sql new file mode 100644 index 00000000000..9870822485d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_03_world_335.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `npcflag`=128 WHERE `entry`=2683; +DELETE FROM `creature` WHERE `guid` IN (87022); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(87022, 2683, 0, 1, 1, 0, 1, -4923.421, 725.513, 253.102, 0.000000, 300); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_04_world_335.sql new file mode 100644 index 00000000000..9510bec1fbc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_04_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87023); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(87023, 3509, 0, 1, 1, 0, 0, -8838.52, 670.28, 98.0987, 0.553153, 300); + +DELETE FROM `creature_formations` WHERE `leaderGUID`=84028 AND `memberGUID`=87023; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES +(84028, 87023, 3, 120, 515); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_05_world_335.sql new file mode 100644 index 00000000000..4269d34c6e2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_05_world_335.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87071,87300,87309,87339,87341,87348,87361,87366,87406); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(87071, 3722, 1, 1, 1, 0, 0, 3733.39, 1299.97, -53.516, 4.643021, 600, 8, 1), +(87300, 3722, 1, 1, 1, 0, 0, 3921.23, 1221.69, -45.124, 1.173546, 600, 8, 1), +(87309, 3722, 1, 1, 1, 0, 0, 3984.57, 1316.17, -26.221, 2.709214, 600, 8, 1), +(87339, 3722, 1, 1, 1, 0, 0, 4120.65, 1478.36, -24.622, 4.541958, 600, 8, 1), +(87341, 3722, 1, 1, 1, 0, 0, 3836.97, 1309.92, -46.551, 0.995872, 600, 8, 1), +(87348, 3722, 1, 1, 1, 0, 0, 3626.73, 1309.57, -74.047, 4.235631, 600, 8, 1), +(87361, 3722, 1, 1, 1, 0, 0, 3486.03, 1312.02, -57.368, 4.082472, 600, 8, 1), +(87366, 3722, 1, 1, 1, 0, 0, 3403.68, 1266.26, -41.074, 0.862343, 600, 8, 1), +(87406, 3722, 1, 1, 1, 0, 0, 3905.19, 1419.11, -39.009, 4.845889, 600, 8, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_06_world_335.sql new file mode 100644 index 00000000000..e2c9e8d9fcf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_06_world_335.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87409,87410,87593,87594,87893,87894,87895,87896,87897); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(87409, 3799, 1, 1, 1, 0, 1, 1732.85, -2610.882, 97.694092, 2.369, 600, 5, 1), +(87410, 3799, 1, 1, 1, 0, 1, 1743.86, -2740, 88.235, 4.198, 600, 5, 1), +(87593, 3799, 1, 1, 1, 0, 1, 1766.06, -2698, 110.636, 4.216, 600, 5, 1), +(87594, 3799, 1, 1, 1, 0, 1, 1801.886, -2762.08, 72.39, 4.114981, 600, 5, 1), +(87893, 3799, 1, 1, 1, 0, 1, 1789.09, -2820, 63.539, 2.724, 600, 5, 1), +(87894, 3799, 1, 1, 1, 0, 1, 1789.92, -2696, 73.359, 3.949, 600, 5, 1), +(87895, 3799, 1, 1, 1, 0, 1, 1817.07, -2652, 52.926, 2.745, 600, 5, 1), +(87896, 3799, 1, 1, 1, 0, 1, 1859.3, -2689, 40.737, 2.663, 600, 5, 1), +(87897, 3799, 1, 1, 1, 0, 1, 1851.064, -2618.686, 58.824, 5.4349, 600, 5, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_07_world_335.sql new file mode 100644 index 00000000000..8d1e21ebd72 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_07_world_335.sql @@ -0,0 +1,21 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87898,87899,87900); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(87898, 3865, 33, 1, 1, 0, 0, -234.131, 2236.26, 79.8619, 0.296706, 7200, 0, 0), +(87899, 3865, 33, 1, 1, 0, 0, -223.612, 2245.72, 79.8583, 5.13127, 7200, 0, 0), +(87900, 3865, 33, 1, 1, 0, 0, -217.135, 2247.13, 79.8579, 4.88692, 7200, 0, 0); + +DELETE FROM `pool_template` WHERE entry IN (493,494,495); +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(493, 1, 'Fel Steed/Shadow Charger 1'), +(494, 1, 'Fel Steed/Shadow Charger 2'), +(495, 1, 'Fel Steed/Shadow Charger 3'); + +DELETE FROM `pool_creature` WHERE `pool_entry` IN (493,494,495); +INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(16440, 493, 0, 'Fel Steed/Shadow Charger 1'), +(87898, 493, 0, 'Fel Steed/Shadow Charger 1'), +(16441, 494, 0, 'Fel Steed/Shadow Charger 2'), +(87899, 494, 0, 'Fel Steed/Shadow Charger 2'), +(16442, 495, 0, 'Fel Steed/Shadow Charger 3'), +(87900, 495, 0, 'Fel Steed/Shadow Charger 3'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_08_world_335.sql new file mode 100644 index 00000000000..faae8fd0edf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_08_world_335.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `creature_formations` WHERE `leaderGUID`=16441; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES +(16441, 16441, 0, 0, 3), +(16441, 16440, 0, 0, 3), +(16441, 16442, 0, 0, 3), +(16441, 87900, 0, 0, 3), +(16441, 87898, 0, 0, 3), +(16441, 87899, 0, 0, 3); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_09_world_335.sql new file mode 100644 index 00000000000..5de1d13d6ea --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_09_world_335.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87907,87908,87909); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(87907, 4113, 1, 1, 1, 0, 1, -4591.86, -954.699, -50.8179, 0.260602, 180, 10, 1), +(87908, 4113, 1, 1, 1, 0, 1, -4377.69, -979.477, -55.7554, 4.59051, 180, 10, 1), +(87909, 4113, 1, 1, 1, 0, 1, -5660.22, -3085.08, -46.5834, 3.70496, 180, 10, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_10_world_335.sql new file mode 100644 index 00000000000..10d5af8bec7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_10_world_335.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87910,87928,87929,87930); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(87910, 4293, 189, 1, 1, 0, 1, 1805.176, 1167.855, 6.820, 0.162434, 7200, 0, 0), +(87928, 4293, 189, 1, 1, 0, 1, 1782.416, 1118.755, 7.490, 5.97183, 7200, 0, 0), +(87929, 4293, 189, 1, 1, 0, 1, 1759.67, 1146.85, 7.49036, 3.19674, 7200, 0, 0), +(87930, 4293, 189, 1, 1, 0, 1, 1788.68, 1145.46, 7.49084, 6.10664, 7200, 0, 0); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4293; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4293 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4293,0,0,0,0,0,100,0,1000,2000,3000,3500,0,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scarlet Scryer - IC - Cast Shadow Bolt"), +(4293,0,1,0,0,0,100,0,5000,7000,12000,17000,0,11,1090,1,0,0,0,0,5,0,0,0,0,0,0,0,"Scarlet Scryer - IC - Cast Shadow Sleep"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_11_world_335.sql new file mode 100644 index 00000000000..fa51b64e07e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_11_world_335.sql @@ -0,0 +1,59 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87931,87932,87933,87934,87935,87936,87937,87960,87961,87989,88013,88020,88021,88063,88064,88068,88069,88070,88071,88103,88109,88167,88206,88209,88253,88282,88369,88485,88539,88540,88541,88542,88543,88544,88545,88546,88547,88638,88639,88640,88641,88642,88643,88644,88645,88646,88647,88648,88649,88650,88651); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(87931, 4386, 1, 1, 1, 0, 0, -4860, -3370, 29.02, 5.973, 600, 9, 1), +(87932, 4386, 1, 1, 1, 0, 0, -4542, -3135, 28.523, 4.748, 600, 9, 1), +(87933, 4386, 1, 1, 1, 0, 0, -4428, -3627, 28.522, 0.806, 600, 9, 1), +(87934, 4386, 1, 1, 1, 0, 0, -4354, -3618, 28.597, 5.973, 600, 9, 1), +(87935, 4386, 1, 1, 1, 0, 0, -4219, -3214, 28.915, 0.629, 600, 9, 1), +(87936, 4386, 1, 1, 1, 0, 0, -4168, -3371, 29.988, 5.226, 600, 9, 1), +(87937, 4386, 1, 1, 1, 0, 0, -4120, -3610, 31.442, 0.396, 600, 9, 1), +(87960, 4386, 1, 1, 1, 0, 0, -3920, -3003, 28.535, 4.686, 600, 9, 1), +(87961, 4386, 1, 1, 1, 0, 0, -3852, -3064, 29.099, 5.758, 600, 9, 1), +(87989, 4386, 1, 1, 1, 0, 0, -3789, -3003, 30.307, 4.829, 600, 9, 1), +(88013, 4386, 1, 1, 1, 0, 0, -3773, -3311, 28.523, 2.188, 600, 9, 1), +(88020, 4386, 1, 1, 1, 0, 0, -3738, -2795, 28.528, 2.731, 600, 9, 1), +(88021, 4386, 1, 1, 1, 0, 0, -3720, -2864, 29.603, 5.555, 600, 9, 1), +(88063, 4386, 1, 1, 1, 0, 0, -3691, -3273, 28.623, 4.139, 600, 9, 1), +(88064, 4386, 1, 1, 1, 0, 0, -3690, -2985, 29.749, 3.748, 600, 9, 1), +(88068, 4386, 1, 1, 1, 0, 0, -3659, -3349, 28.707, 0.287, 600, 9, 1), +(88069, 4386, 1, 1, 1, 0, 0, -3628, -2797, 30.547, 6.223, 600, 7, 1), +(88070, 4386, 1, 1, 1, 0, 0, -3581, -3076, 29.193, 0.375, 600, 6, 1), +(88071, 4386, 1, 1, 1, 0, 0, -3574, -3285, 28.523, 2.313, 600, 9, 1), +(88103, 4386, 1, 1, 1, 0, 0, -3559, -3029, 29.209, 3.638, 600, 6, 1), +(88109, 4386, 1, 1, 1, 0, 0, -3542, -2899, 29.537, 5.688, 600, 6, 1), +(88167, 4386, 1, 1, 1, 0, 0, -3527, -3079, 29.748, 0.318, 600, 6, 1), +(88206, 4386, 1, 1, 1, 0, 0, -3505, -3078, 29.388, 2.642, 600, 7, 1), +(88209, 4386, 1, 1, 1, 0, 0, -3496, -2950, 29.51, 0.991, 600, 6, 1), +(88253, 4386, 1, 1, 1, 0, 0, -3489, -3145, 28.522, 5.113, 600, 9, 1), +(88282, 4386, 1, 1, 1, 0, 0, -3484, -2923, 29.657, 1.276, 600, 7, 1), +(88369, 4386, 1, 1, 1, 0, 0, -3350.7, -2856.9, 29.24, 1.5, 600, 7, 1), +(88485, 4386, 1, 1, 1, 0, 0, -3340, -2916, 29.184, 5.499, 600, 9, 1), +(88539, 4386, 1, 1, 1, 0, 0, -3321, -3208, 29.681, 5.26, 600, 7, 1), +(88540, 4386, 1, 1, 1, 0, 0, -3302, -2854, 29.468, 0.269, 600, 4, 1), +(88541, 4386, 1, 1, 1, 0, 0, -3247, -2883, 32.616, 0.748, 600, 9, 1), +(88542, 4386, 1, 1, 1, 0, 0, -3184, -3853, 27.792, 4.052, 600, 7, 1), +(88543, 4386, 1, 1, 1, 0, 0, -3107, -3816, 28.761, 3.802, 600, 7, 1), +(88544, 4386, 1, 1, 1, 0, 0, -3070, -3748, 29.918, 4.941, 600, 7, 1), +(88545, 4386, 1, 1, 1, 0, 0, -3018, -3932, 28.942, 4.227, 600, 9, 1), +(88546, 4386, 1, 1, 1, 0, 0, -2970, -3950, 28.864, 4.7534, 600, 7, 1), +(88547, 4386, 1, 1, 1, 0, 0, -2915, -3825, 28.522, 3.876, 600, 4, 1), +(88638, 4386, 1, 1, 1, 0, 0, -2902, -3034, 29.309, 0.743, 600, 7, 1), +(88639, 4386, 1, 1, 1, 0, 0, -2870, -3809, 28.772, 3.057, 600, 7, 1), +(88640, 4386, 1, 1, 1, 0, 0, -2859, -2937, 29.114, 0.259, 600, 7, 1), +(88641, 4386, 1, 1, 1, 0, 0, -2843, -3646, 29.243, 3.906, 600, 6, 1), +(88642, 4386, 1, 1, 1, 0, 0, -2826, -3722, 29.318, 5.833, 600, 7, 1), +(88643, 4386, 1, 1, 1, 0, 0, -2820, -3794, 28.642, 3.715, 600, 9, 1), +(88644, 4386, 1, 1, 1, 0, 0, -2818, -3604, 28.938, 4.394, 600, 7, 1), +(88645, 4386, 1, 1, 1, 0, 0, -2805, -3479, 28.522, 4.373, 600, 9, 1), +(88646, 4386, 1, 1, 1, 0, 0, -2794, -3328, 29.294, 3.529, 600, 7, 1), +(88647, 4386, 1, 1, 1, 0, 0, -2776, -3598, 28.838, 5.653, 600, 9, 1), +(88648, 4386, 1, 1, 1, 0, 0, -2748, -3379, 28.523, 4.114, 600, 9, 1), +(88649, 4386, 1, 1, 1, 0, 0, -2744, -3210, 29.783, 2.963, 600, 7, 1), +(88650, 4386, 1, 1, 1, 0, 0, -2693, -3661, 28.523, 5.915, 600, 9, 1), +(88651, 4386, 1, 1, 1, 0, 0, -2604, -3214, 28.918, 4.231, 600, 7, 1); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4386; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4386 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4386,0,0,0,0,0,100,0,2000,3000,5000,8000,0,11,6016,0,0,0,0,0,2,0,0,0,0,0,0,0,"Withervine Bark Ripper - IC - Cast Pierce Armor"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_12_world_335.sql new file mode 100644 index 00000000000..3430650ee74 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_11_12_world_335.sql @@ -0,0 +1,24 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (88735,88736,88737,88738,88739,88740,88741,88742,88743,88744,88745); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(88735, 4392, 1, 1, 1, 0, 0, -4077, -3346, 30.845, 3.84, 600, 4, 1), +(88736, 4392, 1, 1, 1, 0, 0, -4085, -3298, 40.598, 1.345, 600, 9, 1), +(88737, 4392, 1, 1, 1, 0, 0, -4054, -3817, 40.882, 5.002, 600, 7, 1), +(88738, 4392, 1, 1, 1, 0, 0, -3995, -3760, 38.655, 4.329, 600, 7, 1), +(88739, 4392, 1, 1, 1, 0, 0, -3984, -3561, 40.577, 6.002, 600, 7, 1), +(88740, 4392, 1, 1, 1, 0, 0, -3955, -3334, 37.5, 3.875, 600, 9, 1), +(88741, 4392, 1, 1, 1, 0, 0, -3946, -3835, 36.777, 0.584, 600, 7, 1), +(88742, 4392, 1, 1, 1, 0, 0, -3945, -3695, 42.312, 1.238, 600, 7, 1), +(88743, 4392, 1, 1, 1, 0, 0, -3887, -3773, 37.275, 4.881, 600, 7, 1), +(88744, 4392, 1, 1, 1, 0, 0, -3843, -3475, 35.403, 2.416, 600, 7, 1), +(88745, 4392, 1, 1, 1, 0, 0, -3793, -3651, 37.177, 4.527, 600, 7, 1); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4392; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4392 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4392,0,0,0,2,0,100,1,0,15,0,0,0,11,9461,2,0,0,0,0,1,0,0,0,0,0,0,0,"Corrosive Swamp Ooze - Between 0-15% Health - Cast Summon Swamp Ooze"); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (4392,4391); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(4391,"9460"), +(4392,"9460"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_00_world_335.sql new file mode 100644 index 00000000000..a0512b5fd58 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_00_world_335.sql @@ -0,0 +1,29 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (88746,88747,88776,88807,88808,88809,88810,88811,88813,88897,88901,88912,88913,88959,88974,88975,88990,88991,88992,88993,89125); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(88746, 4402, 1, 1, 1, 0, 0, -3742.9, -4130.16, 5.47394, 5.87281, 300, 0, 0), +(88747, 4402, 1, 1, 1, 0, 0, -3692.85, -4058.39, 11.7625, 1.86013, 300, 0, 0), +(88776, 4402, 1, 1, 1, 0, 0, -3847.09, -4105.53, 8.01996, 5.03391, 300, 0, 0), +(88807, 4402, 1, 1, 1, 0, 0, -3828.14, -4060.46, 1.09275, 1.39045, 300, 0, 0), +(88808, 4402, 1, 1, 1, 0, 0, -3767.82, -4118.92, 3.01395, 2.53557, 300, 0, 0), +(88809, 4402, 1, 1, 1, 0, 0, -3865.93, -4211.58, 16.0686, 2.97146, 300, 0, 0), +(88810, 4402, 1, 1, 1, 0, 0, -3903.51, -4226.2, 3.80709, 3.60763, 300, 0, 0), +(88811, 4402, 1, 1, 1, 0, 0, -3989.51, -4144.3, 15.9625, 0.485671, 300, 0, 0), +(88813, 4402, 1, 1, 1, 0, 0, -4019.14, -4174.61, 5.73898, 3.38772, 300, 0, 0), +(88897, 4402, 1, 1, 1, 0, 0, -4103.45, -4175.85, 10.0887, 4.69462, 300, 0, 0), +(88901, 4402, 1, 1, 1, 0, 0, -4147.34, -4115.39, 1.85206, 5.98816, 300, 0, 0), +(88912, 4402, 1, 1, 1, 0, 0, -3797.41, -4098.07, -10.5143, 4.1621, 300, 0, 0), +(88913, 4402, 1, 1, 1, 0, 0, -3879.57, -4071.89, -8.5974, 3.23926, 300, 0, 0), +(88959, 4402, 1, 1, 1, 0, 0, -3913.84, -4190.86, -1.21176, 4.24455, 300, 0, 0), +(88974, 4402, 1, 1, 1, 0, 0, -3971.4, -4159.03, -2.19448, 6.00776, 300, 0, 0), +(88975, 4402, 1, 1, 1, 0, 0, -3789.46, -4161.11, -0.330476, 3.06251, 300, 0, 0), +(88990, 4402, 1, 1, 1, 0, 0, -3772.16, -4038.08, 6.30038, 4.16993, 300, 0, 0), +(88991, 4402, 1, 1, 1, 0, 0, -3741.19, -4065.54, -11.6161, 5.44619, 300, 0, 0), +(88992, 4402, 1, 1, 1, 0, 0, -3613.77, -4199.53, -1.50384, 3.29026, 300, 0, 0), +(88993, 4402, 1, 1, 1, 0, 0, -3704.13, -4180.48, -4.08884, 3.47875, 300, 0, 0), +(89125, 4402, 1, 1, 1, 0, 0, -3802.26, -3968.76, -1.15822, 0.0386901, 300, 0, 0); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4402; +DELETE FROM `smart_scripts` WHERE `entryorguid`=4402 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(4402,0,0,0,0,0,100,0,2000,4000,5000,7000,0,11,25645,0,0,0,0,0,2,0,0,0,0,0,0,0,"Muckshell Snapclaw - IC - Cast Poison"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_01_world_335.sql new file mode 100644 index 00000000000..c0116a7c5be --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_01_world_335.sql @@ -0,0 +1,19 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (89128,89129,89166,89198,89218,89225,89232,89234,89238,89239,89240,89249,89253,89290,89291,89295); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(89128, 5185, 0, 1, 1, 0, 0, -4114, -166, -49, 1.518, 900, 7, 1), +(89129, 5185, 0, 1, 1, 0, 0, -4102, -92, -49, 2.051, 900, 7, 1), +(89166, 5185, 0, 1, 1, 0, 0, -3827, -369, -49, 5.767, 900, 7, 1), +(89198, 5185, 0, 1, 1, 0, 0, -3674, -362, -49, 3.009, 900, 7, 1), +(89218, 5185, 0, 1, 1, 0, 0, -3614, -365, -49, 0.203, 900, 6, 1), +(89225, 5185, 0, 1, 1, 0, 0, -3074, -694, -18.5, 1.123, 900, 7, 1), +(89232, 5185, 0, 1, 1, 0, 0, -2835, -822, -10, 1.349, 900, 9, 1), +(89234, 5185, 0, 1, 1, 0, 0, -2715, -889, -13, 6.234, 900, 6, 1), +(89238, 5185, 0, 1, 1, 0, 0, -2680, -988, -12.4, 6.152, 900, 7, 1), +(89239, 5185, 0, 1, 1, 0, 0, -2611, -1191, -15, 5.178, 900, 4, 1), +(89240, 5185, 0, 1, 1, 0, 0, -2608, -1091, -49, 4.681, 900, 7, 1), +(89249, 5185, 0, 1, 1, 0, 0, -2568, -1279, -22, 0.413, 900, 9, 1), +(89253, 5185, 0, 1, 1, 0, 0, -2524, -1430, -31, 4.984, 900, 7, 1), +(89290, 5185, 0, 1, 1, 0, 0, -2509, -1231, -42, 1.257, 900, 7, 1), +(89291, 5185, 0, 1, 1, 0, 0, -1534, -647, -48, 3.524, 900, 7, 1), +(89295, 5185, 0, 1, 1, 0, 0, -1421, -538, -47, 4.04, 900, 7, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_02_world_335.sql new file mode 100644 index 00000000000..c21182d28f9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_12_02_world_335.sql @@ -0,0 +1,20 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (89296,89297,89305,89306,89307,89309,90193,90194,90195,90196,90197,90233,90281,90282,90283,90284,90285); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(89296, 5432, 1, 1, 1, 0, 0, -10257, -3768, 0.552, 2.841, 430, 4, 1), +(89297, 5432, 1, 1, 1, 0, 0, -10137, -3918, 8.929, 2.441, 430, 4, 1), +(89305, 5432, 1, 1, 1, 0, 0, -10254, -4093, 0.567, 3.711, 430, 4, 1), +(89306, 5432, 1, 1, 1, 0, 0, -10200, -3943, 3.372, 1.621, 430, 15, 1), +(89307, 5432, 1, 1, 1, 0, 0, -10145, -3699, 0.151, 1.476, 430, 15, 1), +(89309, 5432, 1, 1, 1, 0, 0, -10103, -3846, 5.825, 0.791, 430, 15, 1), +(90193, 5432, 1, 1, 1, 0, 0, -10096, -4194, 0.569, 3.181, 430, 15, 1), +(90194, 5432, 1, 1, 1, 0, 0, -10062, -3730, 6.378, 0.37, 430, 15, 1), +(90195, 5432, 1, 1, 1, 0, 0, -9983, -3600, 1.056, 1.329, 430, 15, 1), +(90196, 5432, 1, 1, 1, 0, 0, -9989, -4221, 6.916, 1.987, 430, 15, 1), +(90197, 5432, 1, 1, 1, 0, 0, -9944, -4370, 0.551, 3.518, 430, 15, 1), +(90233, 5432, 1, 1, 1, 0, 0, -9884, -3640, 9.969, 6.259, 430, 15, 1), +(90281, 5432, 1, 1, 1, 0, 0, -9829, -3566, 0.659, 2.209, 430, 15, 1), +(90282, 5432, 1, 1, 1, 0, 0, -9836, -4304, 8.469, 1.723, 430, 15, 1), +(90283, 5432, 1, 1, 1, 0, 0, -9754, -4453, 0.569, 4.148, 430, 15, 1), +(90284, 5432, 1, 1, 1, 0, 0, -9718, -4372, 5.972, 3.225, 430, 15, 1), +(90285, 5432, 1, 1, 1, 0, 0, -9610, -4381, 0.569, 1.831, 430, 15, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_00_world_335.sql new file mode 100644 index 00000000000..c876d9e64a1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_00_world_335.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (90288,90289,90296,90377,90378,90379,90380,90426,90427,90428,90429); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(90288, 5434, 1, 1, 1, 0, 0, -4485, -4938, -19, 1.941, 900, 7, 1), +(90289, 5434, 1, 1, 1, 0, 0, -4455, -5045, -25, 4.998, 900, 7, 1), +(90296, 5434, 1, 1, 1, 0, 0, -4445, -5139, -23, 1.902, 900, 7, 1), +(90377, 5434, 1, 1, 1, 0, 0, -4376, -5228, -46, 5.992, 900, 7, 1), +(90378, 5434, 1, 1, 1, 0, 0, -4296, -5249, -46, 6.164, 900, 7, 1), +(90379, 5434, 1, 1, 1, 0, 0, -4266, -5176, -24, 5.762, 900, 7, 1), +(90380, 5434, 1, 1, 1, 0, 0, -4244, -5197, -34, 5.517, 900, 6, 1), +(90426, 5434, 1, 1, 1, 0, 0, -3948, -5211, -49, 3.358, 900, 6, 1), +(90427, 5434, 1, 1, 1, 0, 0, -3878, -5190, -45, 2.532, 900, 6, 1), +(90428, 5434, 1, 1, 1, 0, 0, -3858, -5237, -49, 6.027, 900, 6, 1), +(90429, 5434, 1, 1, 1, 0, 0, -1080, -4016, -79, 3.049, 900, 9, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_01_world_335.sql new file mode 100644 index 00000000000..8a941d76b8a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_01_world_335.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature` SET `id`=5470 WHERE `guid` IN (23124,23121,23123); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5470; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5470 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(5470,0,0,0,0,0,100,0,9000,19000,24000,36000,0,11,9791,0,0,0,0,0,2,0,0,0,0,0,0,0,"Raging Dune Smasher - In Combat - Cast Head Crack"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_02_world_335.sql new file mode 100644 index 00000000000..46b0536c455 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_02_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (90430); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(90430, 5569, 0, 1, 1, 0, 0, -4850.7, -1295.24, 501.951, 1.39626, 180, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_03_world_335.sql new file mode 100644 index 00000000000..818c82fc01a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_03_world_335.sql @@ -0,0 +1,25 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (90451); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(90451, 5981, 0, 1, 1, 0, 0, -11351.9, -2754.5, 7.95043, 2.103, 430, 0, 2); + +DELETE FROM `creature_addon` WHERE `guid` IN (90451); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(90451, 904510, 0, 1, ''); + +DELETE FROM `waypoint_data` WHERE `id`=904510; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action_chance`, `wpguid`) VALUES +(904510, 1, -11351.9, -2754.5, 7.95043, 0, 0, 100, 0), +(904510, 2, -11358.7, -2797.01, 5.45784, 0, 0, 100, 0), +(904510, 3, -11370.9, -2855.73, 4.67282, 0, 0, 100, 0), +(904510, 4, -11396.7, -2926.03, 3.05246, 0, 0, 100, 0), +(904510, 5, -11330.8, -2986.01, 3.24732, 0, 0, 100, 0), +(904510, 6, -11380.8, -3013.05, -4.29948, 0, 0, 100, 0), +(904510, 7, -11444, -3037.98, 1.11936, 0, 0, 100, 0), +(904510, 8, -11500.1, -3041.02, -0.783425, 0, 0, 100, 0), +(904510, 9, -11444.1, -3037.88, 1.11443, 0, 0, 100, 0), +(904510, 10, -11380.8, -3012.74, -4.27558, 0, 0, 100, 0), +(904510, 11, -11331, -2986.1, 3.21401, 0, 0, 100, 0), +(904510, 12, -11396.9, -2926.05, 3.04129, 0, 0, 100, 0), +(904510, 13, -11370.7, -2855.8, 4.71995, 0, 0, 100, 0), +(904510, 14, -11358.6, -2796.98, 5.47431, 0, 0, 100, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_04_world_335.sql new file mode 100644 index 00000000000..ad2369aca10 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_04_world_335.sql @@ -0,0 +1,52 @@ +-- +-- Kurmokk +DELETE FROM `creature` WHERE `guid` BETWEEN 134210 AND 134219; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN 134210 AND 134219; +DELETE FROM `pool_creature` WHERE `pool_entry` = 1021; +DELETE FROM `pool_template` WHERE `entry` = 1021; +UPDATE `creature` SET `modelid` = 0, `position_x` = -13769.472, `position_y` = -210.8100, `position_z` = 28.15880, `orientation` = 1.6824140, `MovementType` = 2 WHERE `guid` = 49126; + +DELETE FROM `creature_addon` WHERE `guid` IN (49126); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(49126, 491260, 0, 1, ''); + +DELETE FROM `waypoint_data` WHERE `id`=491260; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action_chance`, `wpguid`) VALUES +(491260, 1, -13771.36, -194.1479, 23.58299, 0, 0, 100, 0), +(491260, 2, -13800.65, -171.2549, 16.75194, 0, 0, 100, 0), +(491260, 3, -13825.32, -138.9485, 17.06193, 0, 0, 100, 0), +(491260, 4, -13839.20, -104.7389, 15.74479, 0, 0, 100, 0), +(491260, 5, -13854.54, -89.10059, 16.51101, 0, 0, 100, 0), +(491260, 6, -13880.08, -68.98720, 22.91978, 0, 0, 100, 0), +(491260, 7, -13884.61, -54.92849, 27.63699, 0, 0, 100, 0), +(491260, 8, -13903.91, -29.40885, 29.51131, 0, 0, 100, 0), +(491260, 9, -13907.90, -7.800998, 27.44344, 0, 0, 100, 0), +(491260, 10, -13917.54, 25.832030, 15.02404, 0, 0, 100, 0), +(491260, 11, -13918.52, 50.220270, 15.45375, 0, 0, 100, 0), +(491260, 12, -13935.58, 86.903320, 15.89105, 0, 0, 100, 0), +(491260, 13, -13958.01, 96.246320, 15.29974, 0, 0, 100, 0), +(491260, 14, -13977.52, 107.88300, 13.94238, 0, 0, 100, 0), +(491260, 15, -13996.92, 126.20390, 14.47534, 0, 0, 100, 0), +(491260, 16, -14008.00, 152.99420, 13.52247, 0, 0, 100, 0), +(491260, 17, -14009.72, 182.66020, 13.35314, 0, 0, 100, 0), +(491260, 18, -14022.42, 197.13040, 13.20641, 0, 0, 100, 0), +(491260, 19, -14057.04, 213.87030, 13.23114, 0, 0, 100, 0), +(491260, 20, -14022.42, 197.13040, 13.20641, 0, 0, 100, 0), +(491260, 21, -14009.72, 182.66020, 13.35314, 0, 0, 100, 0), +(491260, 22, -14008.00, 152.99420, 13.52247, 0, 0, 100, 0), +(491260, 23, -13996.92, 126.20390, 14.47534, 0, 0, 100, 0), +(491260, 24, -13977.52, 107.88300, 13.94238, 0, 0, 100, 0), +(491260, 25, -13958.01, 96.246320, 15.29974, 0, 0, 100, 0), +(491260, 26, -13935.58, 86.903320, 15.89105, 0, 0, 100, 0), +(491260, 27, -13918.52, 50.220270, 15.45375, 0, 0, 100, 0), +(491260, 28, -13917.63, 26.220700, 14.77404, 0, 0, 100, 0), +(491260, 29, -13907.90, -7.800998, 27.44344, 0, 0, 100, 0), +(491260, 30, -13903.91, -29.40885, 29.51131, 0, 0, 100, 0), +(491260, 31, -13884.61, -54.92849, 27.63699, 0, 0, 100, 0), +(491260, 32, -13880.08, -68.98720, 22.91978, 0, 0, 100, 0), +(491260, 33, -13854.54, -89.10059, 16.51101, 0, 0, 100, 0), +(491260, 34, -13839.20, -104.7389, 15.74479, 0, 0, 100, 0), +(491260, 35, -13825.32, -138.9485, 17.06193, 0, 0, 100, 0), +(491260, 36, -13800.65, -171.2549, 16.75194, 0, 0, 100, 0), +(491260, 37, -13771.36, -194.1479, 23.58299, 0, 0, 100, 0), +(491260, 38, -13768.64, -210.9160, 28.39240, 0, 0, 100, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_05_world_335.sql new file mode 100644 index 00000000000..08d21b68e95 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_05_world_335.sql @@ -0,0 +1,11 @@ +-- +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (6070,6069); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (6070,6069) AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(6070,0,0,0,2,0,100,0,0,45,15300,22900,0,11,11431,0,0,0,0,0,1,0,0,0,0,0,0,0,'Maraudine Khan Advisorr - Cast Healing Touch When Below 45% HP'), +(6070,0,1,0,0,0,100,0,2000,4000,12700,17800,0,11,12548,0,0,0,0,0,2,0,0,0,0,0,0,0,"Maraudine Khan Advisorr - IC - Casts Frost Shock"), +(6070,0,2,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Maraudine Khan Advisorr - Just summoned - start atack"), +(6069,0,0,0,4,0,100,0,0,0,0,0,0,11,7164,0,0,0,0,0,1,0,0,0,0,0,0,0,"Maraudine Khan Guard - Casts Defensive Stance on Aggro"), +(6069,0,1,0,0,0,100,0,1200,3800,11900,13700,0,11,11972,0,0,0,0,0,2,0,0,0,0,0,0,0,"Maraudine Khan Guard - IC - Casts Shield Bash"), +(6069,0,2,0,0,0,100,0,5000,5000,15000,15000,0,11,11971,0,0,0,0,0,2,0,0,0,0,0,0,0,"Maraudine Khan Guard - IC - Cast Sunder Armor"), +(6069,0,3,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,50,0,0,0,0,0,0,"Maraudine Khan Guard - Just summoned - start atack"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_06_world_335.sql new file mode 100644 index 00000000000..b97a6e0a256 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_06_world_335.sql @@ -0,0 +1,5 @@ +-- +-- Shade of Eranikus +DELETE FROM `creature_addon` WHERE `guid`=39842; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(39842,0,0,3,1,0,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_07_world_335.sql new file mode 100644 index 00000000000..47e1906fd03 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_07_world_335.sql @@ -0,0 +1,16 @@ +-- +-- Fallen Hero of the Horde +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=840 AND `SourceEntry`=2; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,840,2,0,0,14,0,2702,0,0,1,0,0,"","Show gossip option if quest 'Heroes of Old (Part 1)' is taken, completed or rewarded"), +(15,840,2,0,0,8,0,2701,0,0,1,0,0,"","Show gossip option if quest 'Heroes of Old (Part 2)' is not rewarded"), +(15,840,2,0,0,29,1,7750,200,0,1,0,0,"","Show gossip option if Corporal Thund Splithoof is not already summoned"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7572 AND `source_type`=0 AND `id` IN (5,6); +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 +(7572,0,5,0,62,0,100,0,840,2,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fallen Hero of the Horde - On Gossip Option 2 Selected - Say Line 0"), +(7572,0,6,0,19,0,100,0,2702,0,0,0,11,11024,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fallen Hero of the Horde - On Quest 'Heroes of Old (Part 1)' Taken - Cast 'Call of Thund'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=7572; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7572,0,0,"Per your request, Corporal Splithoof has come, $n.",12,0,100,0,0,0,3764,0,"Fallen Hero of the Horde"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_08_world_335.sql new file mode 100644 index 00000000000..a04a9b4cbfa --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_08_world_335.sql @@ -0,0 +1,8 @@ +DELETE FROM `creature_questender` WHERE `quest`=2701; +DELETE FROM `gameobject_questender` WHERE `quest`=2701; +INSERT INTO `gameobject_questender` (`id`, `quest`) VALUES +(141980,2701); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7750 AND `source_type`=0 AND `id`=0; +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 +(7750,0,0,0,54,0,100,0,0,0,0,0,41,60000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Corporal Thund Splithoof - Just Summoned - Despawn in 60 seconds"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_09_world_335.sql new file mode 100644 index 00000000000..fb5eecf753f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_09_world_335.sql @@ -0,0 +1,12 @@ +-- Franclorn Forgewright +DELETE FROM `gossip_menu` WHERE `MenuID`=1667; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1667,2319,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=1666; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(1666,0,0,"Just show me the way, Franclorn.",4654,1,1,1667,0,0,0,"",0,0); + +DELETE FROM `npc_text` WHERE `ID`=2319; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`) VALUES +(2319,"You will find Fineous Darkvire beyond the Ring of Law, in the Hall of Crafting. Kill the miserable cur and recover Ironfel.$B$BTake Ironfel to the Shrine of Thaurissan and place the hammer in its rightful place: In the hands of the statue erected in my honor.$B$BWhen this is done, the compartment in which I stored the master key will open. More importantly, Ironfel will remain forever in my grasp. Should they make an attempt to remove the hammer; both the statue and hammer will shatter, lost forever.","",4655,0,1,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_10_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_10_world.sql new file mode 100644 index 00000000000..2b449d8e592 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_10_world.sql @@ -0,0 +1,373 @@ +-- Eversong Woods -- Immersangwald + +-- 8325 - Rückeroberung der Insel der Sonnenwanderer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8325 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8325, "deDE", "Ihr habt Eure erste Aufgabe erfolgreich gemeistert; lasst mich Euch dafür danken. Ein derartiger Erfolgt bestärkt mich in meinem Glauben, dass Ihr Euch besser anstellen werdet als diese jungen Blutelfen, die sich nicht an die Vorgaben ihrer Meister halten. Weitere Leistungen wie diese werden belohnt werden - nicht nur mit Wissen, sondern auch mit greifbaren Belohnungen.$B$BDennoch, Eure Arbeit hier ist noch nicht getan. Es gibt noch viel zu lernen, mein Kind...", 26972); + +-- 8326 - Bedauerliche Maßnahmen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8326 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8326, "deDE", "Es bereitet mir keine Freude, Euch um die Vernichtung dieser Kreaturen zu bitten. Wir haben in der Vergangenheit stets in Harmonie mit den Geschöpfen des Waldes gelebt, aber heute ist es anders. Der Grundsatz der Sin'dorei lautet Überleben; vergesst das nie.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8326 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8326, "deDE", "Der Turm und die unmittelbare Umgebung sollten jetzt einigermaßen sicher sein, zumindest vorerst. Dank Euch haben wir an Sicherheit gewonnen, aber es gilt die Kontrolle über die ganze Insel wiederzuerlangen, wenn wir hier auf Dauer überleben wollen. Es wird weitaus mehr verlangen, als Manawyrms und Luchse auszulöschen.$B$BNehmt dies, $N - es wird Euch bei Euren künftigen Taten sicherlich von Nutzen sein.", 26972); + +-- 8327 - Berichterstattung an Lanthan Perilon +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8327 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8327, "deDE", "Magistrix Erona sagte mir bereits, dass Ihr schon bald hier sein würdet, $N. Es steht sehr schlecht um die Akademie von Falthrien, das große schwebende Gebäude mit den kunstvollen Türmchen, das westlich von uns liegt. Ihr werdet den Rückeroberungsversuch gegen einen Getriebenen anführen - einen Blutelfen, der ihrer erbärmlichen Gier auf ewig verfallen ist.$B$BIch hoffe Ihr seid bereit. Dies wird Euch nicht nur einiges über Gefahren lehren, sondern auch etwas über das Schicksal, das Euch ereilt, wenn Ihr Eure Existenz leugnet.", 26972); + +-- 8328 - Ausbildung zum Magier +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8328 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8328, "deDE", "Ah, $N - Ihr gehört wohl zu den neuen Magiern hier auf der Insel, ja? Nun, Ihr seid hier richtig. Wenn es die Arkanbeherrschung ist, nach der Ihr sucht, dann kann ich Euch dieses Wissen vermitteln - solange Ihr über die erforderlichen Mittel verfügt, um die Ausbildungskosten zu tragen und solange Ihr Euch auf das konzentrieren könnt, was ich Euch lehre.", 26972); + +-- 8330 - Solanians Habe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8330 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8330, "deDE", "Habt Ihr meine Sachen finden können? Sobald wir unsere Herrschaft über die Insel der Sonnenwanderer wiedererlangt haben, werde ich sie für meine Arbeit benötigen. Vorerst muss ich noch über den Sonnenbrunnen wachen... oder was davon übrig ist.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8330 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8330, "deDE", "Gut gemacht – ich wusste, dass Ihr für diese Aufgabe geeignet sein würdet. Sobald wir uns auf der Insel wieder frei bewegen können, werde ich meine Sachen gut einsetzen.$B$BWie ich schon sagte, Ihr könnt den Ranzen behalten. Außerdem könnte auch dieses Rüstungsteil von Nutzen für Euch sein. Betrachtet es als großzügige Entlohnung für eine einfache Pflichterfüllung! ", 26972); + +-- 8334 - Aggressivität +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8334 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8334, "deDE", "Der Tod der Borklinge macht mich zwar nicht glücklicher, aber es beweist mir, dass Ihr für die wichtigste Aufgabe hier auf der Insel der Sonnenwanderer bereit seid. Nehmt dies und setzt es mit Bedacht ein; Ihr werdet gute Waffen und einen scharfen Verstand für Euren nächsten Auftrag brauchen. Es liegt an Euch, ob wir die Kontrolle über die Insel erfolgreich wiedererlangen.", 26972); + +-- 8335 - Felendren der Verbannte +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8335 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8335, "deDE", "Lasst Euch gewarnt sein - Felendren der Verbannte ist nur das Anzeichen eines viel größeren Problems. Sein Untergang wird lediglich unsere momentanen Schwierigkeiten lösen. Allen Blutelfen könnte das gleiche Schicksal wie ihn ereilen, sollten wir unserem Verlangen gänzlich erliegen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8335 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8335, "deDE", "Felendrens Kopf... Ihr verdient Lob, $N. Wo andere, wie Felendren, versagt haben, habt Ihr Euch erfolgreich gezeigt. Vielleicht seid Ihr wirklich bereit, ein gleichgestelltes Mitglied der Blutelfen zu werden.$B$BEuer Erfolg hier beweist, dass Ihr vor den größeren Bedrohungen Immersangs gefeit seid... und glaubt mir, es gibt genug davon.", 26972); + +-- 8336 - Für eine Handvoll Fragmente +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8336 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8336, "deDE", "Einst waren uns viele der Lebewesen auf dieser Insel friedlich gesinnt, unsere Magie hielt sie in einem permanenten Zustand der Kontrolle. Doch mit der Zerstörung des Sonnenbrunnens durch die Geißel verloren wir auch unsere Kontrolle über sie. Die Arkanspäne sind das letzte Überbleibsel unserer damaligen Beherrschungsmagie, und als solche können sie uns vielleicht bei der Erschaffung eines neuen Artefakts helfen, mit dessen Macht wir die Kontrolle zurückerlangen werden.$B$BNoch wichtiger, mithilfe der Fragmente könnten wir herausfinden, unter welchem Fluch diese Insel wirklich leidet...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8336 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8336, "deDE", "Großartig, die werden ihren Zweck erfüllen! Ursprünglich habe ich diesen abgelegenen Ort aufgesucht, um in aller Ruhe nachzudenken und zu erforschen, unter welchem Fluch die Insel der Sonnenwanderer leidet. Eine der Möglichkeiten, die ich in Betracht zog, war das Sammeln der Arkanspäne von den Wildtieren auf der Insel. Mit ihnen wollte ich experimentieren, um eine mögliche Ursache zu entdecken.$B$BWie auch immer, ich werde mich weiter auf meine Forschungen konzentrieren. Erlaubt mir, diesen Zauber auf Euch zu wirken. Ich denke, Ihr werdet ihn sehr nützlich finden!", 26972); + +-- 8338 - Besudelter Arkanspan +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8338 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8338, "deDE", "Ich entnehme Eurer Haltung, dass es um etwas Dringliches geht. Kann ich Euch irgendwie behilflich sein?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8338 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8338, "deDE", "Das ist... äußerst interessant. Mit interessant meine ich beunruhigender als alles andere.$B$BUnser Bestreben nach der Zerstörung des Sonnenbrunnens wieder die Kontrolle über diese Insel zu erlangen, war eine Herausforderung. Ich vermute, welch Übel auch immer der Grund für diese Verderbnis der Insel ist, dass das Fragment uns weitere Auskünfte über dessen Ursprung geben kann.$B$BEs war weise von Euch, damit zu mir zu kommen, $N. Nehmt dies als Vergütung für Eure Mühen. Ich danke Euch.", 26972); + +-- 8345 - Der Schrein von Dath'Remar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8345 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8345, "deDE", "Ah, $N – Danke, dass Ihr mir von Euren Beobachtungen beim Schrein von Dath'Remar erzählt habt. Euer Forscherdrang hat uns und Euch heute ausgezeichnete Dienste geleistet. Ich bin sicher, er wird Euch nicht nur hier, sondern in ganz Azeroth von Nutzen sein.$B$BWas Eure merkwürdigen Empfindungen beim Schrein angeht, ich denke, dass sich dort ein Teil der Verderbnis eingenistet hat, die die gesamte Insel der Sonnenwanderer bedroht. Wir werden die Sache im Auge behalten; danke, dass Ihr uns alarmiert habt!", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Schrein von Dath'Remar gelesen", `VerifiedBuild`=26972 WHERE `ID` = 8345 AND `locale` = "deDE"; + +-- 8346 - Unstillbarer Durst +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8346 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8346, "deDE", "Wenn es eine Lektion von Eurer Zeit auf der Insel der Sonnenwanderer gibt, die Ihr niemals vergessen dürft, dann ist es diese: Verliert unter keinen Umständen die Kontrolle über Euer Verlangen nach Magie. Dieser Durst ist unstillbar, $N. Verwendet den arkanen Strom, um das, was Ihr absorbiert, zu kontrollieren und in der von Euch gewünschten Form wieder freizulassen. Begeht Ihr dabei einen Fehler, werdet Ihr zu einem Getriebenen... hoffnungslos abhängig und dem Wahnsinn verfallen.$B$BSucht nach einem Manawyrm und fokussiert Euren Manadurst auf ihn. Lernt, Eure Macht zu kontrollieren. Kehrt zu mir zurück, wenn Ihr einen arkanen Strom entfesselt habt - und das zufriedenstellend.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Arkaner Strom entfesselt", `VerifiedBuild`=26972 WHERE `ID` = 8346 AND `locale` = "deDE"; + +-- 8347 - Unterstützung für die Kundschafter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8347 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8347, "deDE", "Oh, hallo $C! Ich hörte schon, dass eine von Magistrix Eronas findigen Blutelfen sich auf den Weg hierher gemacht hat, um uns Kundschaftern ein wenig zur Hand zu gehen. Etwas Hilfe kommt uns sehr gelegen, insbesondere von jemand so tatkräftigem wie Euch.$B$BSeid Ihr bereit, ein oder zwei Botengänge für uns zu erledigen?", 26972); + +-- 8350 - Erfolgreiche Lieferung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8350 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8350, "deDE", "Willkommen in meinem bescheidenen Gasthaus, $C. Ich nehme an, Ihr habt etwas für mich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8350 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8350, "deDE", "Vielen Dank, ich weiß Eure prompte Lieferung sehr zu schätzen.$B$BWo Ihr schon mal da seid, könnt Ihr es Euch auch gleich gemütlich machen. Ich habe einige Ruhesteine im Angebot, falls Ihr noch keinen erworben habt. Mit diesem Stein könnt Ihr Euch einmal alle halbe Stunde in ein Gasthaus zurückteleportieren. Macht Euch keine Sorgen, wenn Ihr Euren Ruhestein mal verlieren solltet. Kehrt einfach zu einem Gastwirt Eurer Wahl zurück und er wird Euch mit Freuden einen neuen Stein zur Verfügung stellen.", 26972); + +-- 8463 - Instabile Manakristalle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8463 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8463, "deDE", "Habt Ihr die gestohlenen Kristalle gefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8463 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8463, "deDE", "Hervorragende Arbeit, $N.", 26972); + +-- 8468 - GESUCHT: Thaelis der Manadurstige +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8468 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8468, "deDE", "Ihr habt etwas, das Ihr mir zeigen wollt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8468 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8468, "deDE", "Diesen Halunken, Thaelis, hat endlich sein gerechtes Schicksal ereilt. Gute Arbeit, $N. Damit sollten wir einige Zeit lang Ruhe vor den Getriebenen haben.", 26972); + +-- 8472 - Schwere Fehlfunktion +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8472 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8472, "deDE", "War Eure Suche nach Arkankernen erfolgreich, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8472 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8472, "deDE", "Ihr habt Euch gut geschlagen, $N. Solange die arkanen Sankten nicht vollständig einsatzbereit sind, werden sich diese Kraftkerne als sehr nützlich erweisen.", 26972); + +-- 8473 - Eine traurige Aufgabe +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8473 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8473, "deDE", "Es ist also getan. Ich verfluche diese Zeit, die uns zu solch verzweifelten Maßnahmen treibt... und ich verfluche unseren Feind, die Geißel!$B$BVerinnerlicht diese Lektion, $N. Unser Land muss beschützt werden, ganz egal wie hoch der Preis dafür sein mag. Wir werden obsiegen!", 26972); + +-- 8474 - Weißborkes Anhänger +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8474 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8474, "deDE", "Wollt Ihr mir etwas zeigen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8474 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8474, "deDE", "Dieser... dieser Anhänger. Ich gab ihn Weißborke dem Alten, nachdem seine Leute uns beim Wiederaufbau unseres Dorfes geholfen hatten.$B$BIch vermute, das bedeutet, dass er...$B$B<Die Blutelfe räuspert sich und gewinnt ihre Fassung wieder.>$B$BIch weiß zu schätzen, dass Ihr mir den Anhänger gebracht habt, $N. Ich muss Euch um einen Gefallen bitten.", 26972); + +-- 8475 - Die Todesschneise +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8475 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8475, "deDE", "Wir denken nicht, dass die Geißel in absehbarer Zeit ihre Angriffe einstellen wird, dennoch sind wir jedem dankbar, der uns bei der Verteidigung der Schneise unterstützt.", 26972); + +-- 8476 - Amaniübergriff +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8476 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8476, "deDE", "Gute Arbeit, $N. Mit mehr Leuten wie Euch, wird unser Königreich schon bald zu alter Größe zurückfinden.", 26972); + +-- 8477 - Der Hammer des Speermachers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8477 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8477, "deDE", "Habt Ihr mir Otembes Hammer gebracht, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8477 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8477, "deDE", "Die Gerüchte entsprechen der Wahrheit, $N. Dieser Hammer ist leicht und mächtig zugleich; ich werde einige meiner begonnenen Werke fertigstellen können. Natürlich dürft Ihr Euch als Erster etwas von den Gegenständen aussuchen.", 26972); + +-- 8479 - Zul'Marosh +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8479 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8479, "deDE", "Habt Ihr mir Zul'Maroshs Kopf gebracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8479 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8479, "deDE", "Yo, Mann. Zul'Marosh hat' solch ein Ende verdient. Er brannte Ven'jashis Dorf nieder. Ich hab' viele Amani getötet, bevor sie mich in diesen Käfig steckten. Ich habe etwas im Sand versteckt, es ist mein Geschenk an Euch.$B$BAh... ah, das Gift... es wirkt stärker, Mann. Zeit zu ruhen... ", 26972); + +-- 8480 - Zurückgelassene Waffen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8480 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8480, "deDE", "Habt Ihr die zurückgelassenen Waffen an Euch bringen können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8480 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8480, "deDE", "Gute Arbeit, $N. Jetzt zeigen wir den Getriebenen mal, aus welchem Holz wir geschnitzt sind!", 26972); + +-- 8482 - Belastende Dokumente +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8482 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8482, "deDE", "Ihr habt etwas für mich? Lasst mich einen Blick darauf werfen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8482 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8482, "deDE", "Seid Ihr sicher, dass Ihr das bei einem Nachtelfen gefunden habt? Das Geschriebene ist eindeutig zwergisch...$B$BSoweit ich diesen Brief deuten kann, hatte der Verfasser nichts mit der Fehlfunktion zu tun, stattdessen wurde er hierher gesandt, um die Folgen der Katastrophe zu beobachten. Sie bezeichnen unsere Bemühungen als rücksichtslos und gefährlich, aber wer...?$B$BNatürlich! Dieser Gesandte aus Eisenschmiede! Es war ein Fehler von uns, einem Mitglied der Allianz zu vertrauen!", 26972); + +-- 8483 - Der Zwergenspion +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8483 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8483, "deDE", "Habt Ihr Euch um den Eindringling gekümmert?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8483 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8483, "deDE", "So, es ist also getan. Hervorragende Arbeit.$B$BWir haben den Waldläufergeneral von der Situation in Kenntnis gesetzt und glaubt mir, die Zwerge werden für ihren Verrat mit Blut bezahlen.$B$BHeute habt Ihr Eurem Volk einen großen Dienst geleistet, $N.", 26972); + +-- 8486 - Arkane Instabilität +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8486 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8486, "deDE", "Danke, $N. Jetzt, wo wir die Gespenster unter Kontrolle haben, können wir das Ganze von jemandem begutachten lassen. Hoffentlich handelt es sich nicht um bleibende Schäden.", 26972); + +-- 8487 - Besudelte Erde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8487 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8487, "deDE", "Habt Ihr die von mir benötigten Erdproben eingesammelt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8487 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8487, "deDE", "Ausgezeichnet. Ich werde einen Zauber auf die Proben wirken, damit ich die Besudelung besser analysieren kann.", 26972); + +-- 8488 - Ungewöhnliche Ergebnisse +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8488 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8488, "deDE", "Es ist hoffnungslos, $N. Die Beschaffenheit der Erde selbst hat sich verändert... die Besudelung ist unabänderlich. Vielen Dank für Eure Unterstützung. Ich muss Euch noch um einen letzten Gefallen bitten.", 26972); + +-- 8490 - Wiederaufladen der Verteidigung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8490 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8490, "deDE", "Konntet Ihr den Runenstein mit Energie versorgen, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8490 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8490, "deDE", "Hervorragend. Die Verteidigungsmaßnahmen sollten die Geißel noch ein wenig länger in Schach halten. Vielen Dank für Eure Hilfe, $N.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Runenstein wieder aufgeladen", `VerifiedBuild`=26972 WHERE `ID` = 8490 AND `locale` = "deDE"; + +-- 8491 - Pelzjagd +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8491 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8491, "deDE", "Ihr seid schon zurück? Habt Ihr die Pelze?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8491 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8491, "deDE", "Die werden ihren Zweck erfüllen, $N. Nehmt dieses Rüstungsteil als Belohnung. Mit den Pelzen, die Ihr mir gebracht habt, werde ich noch mehr herstellen können.", 26972); + +-- 8884 - Fischköpfe, Fischköpfe... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8884 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8884, "deDE", "Wir Waldläufer von der Zuflucht der Weltenwanderer haben uns der Wiedergutmachung aller Schäden gewidmet, die unser schönes Land so schrecklich verheert haben. Egal, wie lange es auch dauern mag.$B$BIch kann mich doch darauf verlassen, dass Ihr mit den Murlocköpfen zurückgekehrt seid, die ich von Euch verlangt habe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8884 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8884, "deDE", "Gute Arbeit, $C. Dem Gestank nach zu urteilen, seid Ihr mit der von mir geforderten Beute zurückgekehrt, vielleicht sogar mit mehr. Ich bin mir sicher, dass wir dafür Verwendung haben werden, sei es in einem Eintopf oder etwas Ähnlichem.$B$BLeider scheinen Eure Bemühungen den Zweck nicht erfüllt zu haben; die Murlocs ziehen sich noch immer nicht zurück. Wir müssen noch tatkräftiger handeln!", 26972); + +-- 8885 - Mmmrrrgggllls Ring +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8885 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8885, "deDE", "Ihr verhelft mir zu Erfolg und Rache, $C. Habt Ihr den Ring?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8885 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8885, "deDE", "Endlich! Die Grimmschuppen sind zwar noch immer nicht gewichen, wie erhofft, aber es war ein herrliches Schauspiel, als sie nach dem Tod ihres Anführers in Panik und Verwirrung umhergeirrt sind. Ihr habt meinen Dank und den der Sin'dorei von Silbermond!$B$BBitte, nehmt eine dieser Belohnungen für Eure Mühen.", 26972); + +-- 8886 - Piraten der Grimmschuppen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8886 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8886, "deDE", "Ich bin dankbar für die Unterstützung von jemandem wie Euch, $N. Es stimmt mich fast schon wieder fröhlich. Allerdings erinnert es mich auch daran, was diese Monster meinem Schiff angetan haben und was mit Quel'Thalas geschieht.$B$BHabt Ihr es geschafft, Teile meiner Fracht wiederzuerlangen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8886 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8886, "deDE", "Ihr habt es geschafft! Ihr habt mich vor dem Ruin bewahrt und die scheußlichen Kreaturen meine Vergeltung spüren lassen!$B$BWenn ich es jetzt noch schaffe, dass mir diese hübschen Waldläufer mit meiner Fracht helfen, dann komme ich endlich weg von hier! Ich muss noch einmal zurückkehren, wenn Velendris die Schiffswerft zurückerobert hat.$B$BHier, nehmt diese Münze. Ich kann Euch leider nicht mehr geben, aber ich hoffe, es entlohnt Eure Mühen.", 26972); + +-- 8887 - Kapitänin Kelisendras verlorene Seekarten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8887 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8887, "deDE", "Hallo, $C, Euer Anblick ist ein gutes Zeichen. Ich weiß, es ist verrückt, dass ich überhaupt hier bin, wo der Ankerplatz doch von den Getriebenen überfallen wurde. Velendris und seine Waldläufer haben geschworen mich zu beschützen, unter der Bedingung, dass ich von hier verschwinde, sobald ich meine Fracht wiedererlangt habe.$B$BWas habt Ihr da... das kommt mir so bekannt vor?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8887 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8887, "deDE", "Oh, Ihr herzensguter, herzensguter $C! Ich hatte ja keine Ahnung, dass diese widerlichen Grimmschuppenmurlocs auch noch meine Seekarten entwendet hatten! Ohne diese Karten hätte ich niemals wieder in See stechen können, sobald wir den Ankerplatz zurückerobert und das Schiff repariert haben.$B$BIch bin Euch zutiefst dankbar! Hier, nehmt diese Münze als Zeichen meiner Anerkennung.", 26972); + +-- 8888 - Der Lehrling des Magisters +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8888 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8888, "deDE", "Der Magister sorgt sich um mein Wohlergehen? Wie süß von ihm; ich wünschte, er hätte ein derartiges Interesse etwas früher gezeigt, als wir noch im Turm waren.$B$BNaja, das tut jetzt nichts zur Sache. Hört gut zu, $C, ich muss Euch um einen Gefallen bitten.", 26972); + +-- 8889 - Deaktivierung des Turms +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8889 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8889, "deDE", "Ich kann es aus dieser Entfernung nicht mit Sicherheit sagen... habt Ihr den Nachtschimmerturm bereits deaktiviert?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8889 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8889, "deDE", "Ich bin Euch für Eure Hilfe dankbar, aber es betrübt mich zu hören, dass einige meiner Lehrlingsfreunde der Abhängigkeit verfallen sind.$B$BJetzt, da die Kraftquellen des Turms deaktiviert wurden, werde ich wohl noch eine Weile hier bleiben. Ich möchte sehen, ob sich die Lage beruhigt, damit ich mich hineinschleichen kann, um ihre Überreste zu bergen.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Erste Kraftquelle deaktiviert", `ObjectiveText2`="Zweite Kraftquelle deaktiviert", `ObjectiveText3`="Dritte Kraftquelle deaktiviert", `VerifiedBuild`=26972 WHERE `ID` = 8889 AND `locale` = "deDE"; + +-- 8890 - Nachricht vom Turm +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8890 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8890, "deDE", "Nein! Ich war zu spät. Es ist alles meine Schuld.$B$BMeine Untersuchungen hinsichtlich der Aufbereitung alternativer Magiequellen sind mir außer Kontrolle geraten und ich konnte nichts mehr tun, was dies hätte aufhalten können. Wäre ich nur selbst gegangen... oder hätten sie auf mich gehört und meine Warnungen befolgt!$B$BMeine Hände sind mit Blut befleckt, $C. Ich danke Euch dennoch, dass Ihr diese armen Seelen meiner ehemaligen Lehrlinge erlöst habt. Es ist ein kleiner Trost zu wissen, dass sie nicht länger in dem Zustand verweilen müssen, an dessen Stelle ein Blutelf besser tot wäre.", 26972); + +-- 8891 - Aufgegebene Untersuchungen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8891 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8891, "deDE", "Was ist das? Es kommt mir bekannt vor. Oh nein, dieses Tagebuch... meine Untersuchungen... dies hat all die schrecklichen Ereignisse verursacht.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8891 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8891, "deDE", "Hier ist er also, $N, der Beweis für mein Verbrechen. Dieses Tagebuch enthält all meine schlecht durchdachten Studien.$B$BIch schenkte den Warnungen keine Beachtung und führte meine Untersuchungen fort, bis es schon fast zu spät war. Als ich endlich meine Fehler einsah, tat ich alles in meiner Macht Stehende. Allerdings sind einige meiner Schüler zu diesem Zeitpunkt bereits zu weit gegangen. Ich evakuierte den Turm, um sie vor der Verderbnis in Schutz zu bringen. Jedoch vergaß ich in meiner Eile, die Kraftquellen zu deaktivieren.$B$BIch werde diese Aufzeichnungen verbrennen, damit sie zukünftig keinen Schaden mehr anrichten können. Ich wollte den Sin'dorei doch nur helfen.", 26972); + +-- 8892 - Vorfall beim Ankerplatz der Sonnensegel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8892 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8892, "deDE", "Das wird ihnen zeigen, dass man es sich mit uns besser nicht verscherzt. Gute Arbeit, $N.", 26972); + +-- 8894 - Sicherung des Grunds +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8894 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8894, "deDE", "Nun, ich denke, das dürfte fürs Erste genügen, oder nicht? Danke für die Hilfe, $C. Ich hoffe nur, dass ich hier alles rechtzeitig absichern kann, bevor der Magister zum Nachtschimmerturm zurückkommt.$B$BNehmt dies bisschen Kleingeld; es ist nicht viel, aber ich habe im Moment nicht mehr. Ihr könnt ruhig noch ein paar Bestien mehr töten, wenn Ihr hier unterwegs seid, das wäre nett von Euch.", 26972); + +-- 8895 - Lieferung an das Sanktum des Nordens +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8895 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8895, "deDE", "Ja, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8895 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8895, "deDE", "Vielen Dank, $N. Ich habe diesen Brief bereits erwartet.", 26972); + +-- 9035 - Hinterhalt am Straßenrand +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9035 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9035, "deDE", "Sie sind jetzt weg. Hab' ihnen mit einem gut platzierten Feuerball eine Heidenangst eingejagt! Unglücklicherweise haben sie unsere wertvollen Güter in den Fluss geworfen.", 26972); + +-- 9062 - Aufgeweichte Seiten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9062 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9062, "deDE", "Kein Glück? Na dann, sucht weiter. Das Buch ist überaus wichtig, $C.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9062 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9062, "deDE", "Das Buch ist völlig aufgeweicht. Instrukteur Antheol wird alles andere als erfreut sein.$B$BHier, nehmt das Geld. Ich habe eine Idee.", 26972); + +-- 9064 - Die Sache ausbaden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9064 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9064, "deDE", "Warum unterbrecht Ihr meine Vorlesung, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9064 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9064, "deDE", "Ihr sagt, dass Euch diese zwei unfähigen Narren bestochen haben, damit Ihr mich anlügt? Es war richtig von Euch, zu mir zu kommen, $N.", 26972); + +-- 9066 - Disziplin muss sein +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9066 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9066, "deDE", "Habt Ihr meine Anweisungen befolgt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9066 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9066, "deDE", "Ausgezeichnete Arbeit, $N. Keine Sorge, sie werden nicht auf Dauer in dieser Gestalt ausharren müssen. Allerdings geht es mit ihrer Lehre erst dann weiter, wenn sie es sich verdient haben.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Lehrling Meledor diszipliniert", `ObjectiveText2`="Lehrling Ralen diszipliniert", `VerifiedBuild`=26972 WHERE `ID` = 9066 AND `locale` = "deDE"; + +-- 9067 - Die Feier ist nie zu Ende +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9067 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9067, "deDE", "Habe ich Euch nicht gerade losgeschickt, um mehr Festvorräte zu beschaffen? Oh, also man kann wirklich nicht von mir erwarten, dass ich mich an jedes Gesicht erinnere, nicht wahr? Ich treffe so viele... interessante Leute.$B$BWas ist Euer Anliegen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9067 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9067, "deDE", "Ihr seid in der Tat $Gein aufgeweckter junger Mann:eine aufgeweckte junge Dame;, nicht wahr?$B$BDiese Waren erscheinen mir dem Zwecke angemessen. Für Eure Mühen habt Ihr eine angemessene Entschädigung verdient und vielleicht ein kleines Trinkgeld.$B$BOh, das hätte ich beinahe vergessen! Hier ist eine Einladung zu meinem Fest. Und $C, wenn Ihr das nächste Mal mein Anwesen betretet, stellt sicher, dass Ihr ein wenig, sagen wir... festlicher gekleidet seid.", 26972); + +-- 9076 - Getriebener Rädelsführer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9076 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9076, "deDE", "Nun, habt Ihr seinen Kopf? Verschwendet nicht meine Zeit, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9076 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9076, "deDE", "Ihr habt ihn also doch noch bezwungen! Meine Männer hatten ihn natürlich schon geschwächt.$B$BDas war ein Scherz, $C. Ihr habt Euch gut geschlagen. Wenn Ihr weiterhin eine weiße Weste behaltet, werdet Ihr Euch noch einen Namen machen.", 26972); + +-- 9119 - Zwischenfall beim Sanktum des Westens +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9119 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9119, "deDE", "Seht Euch um. Hier stimmt so einiges nicht.$B$BBeim Sanktum des Westens kam es zu einem schweren Zwischenfall. Lasst uns alles Erdenkliche tun, um Schlimmeres zu verhindern.", 26972); + +-- 9144 - Verschollen in den Geisterlanden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9144 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9144, "deDE", "Helft mir, Fremder. Ich muss... Tristessa... erreichen... Ich darf nicht versagen.$B$B<Der Blick des Blutelfen entschwindet ins Leere, und er versinkt wieder in Bewusstlosigkeit.>", 26972); + +-- 9147 - Der sterbende Kurier +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9147 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9147, "deDE", "Und? Habt Ihr, was ich benötige? Beeilt Euch oder mit dem hübschen $R ist es gleich aus!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9147 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9147, "deDE", "Gerade noch rechtzeitig, $N! Ich war drauf und dran für unseren Freund hier ein schönes Loch auszuheben.$B$BMein Trank scheint zu wirken; er kommt wieder zu sich.$B$BHey, ich glaube er will Euch etwas sagen. Warum versucht Ihr nicht mal mit ihm zu sprechen?", 26972); + +-- 9148 - Zustellung nach Tristessa +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9148 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9148, "deDE", "Ihr habt den Brief?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9148 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9148, "deDE", "Endlich! Wir haben schon seit Wochen auf eine Antwort vom Lordregenten gewartet! Lasst mich mal sehen...$B$B<Vandril beginnt den Brief zu lesen.>$B$BWas soll das? Eine finstere Präsenz? Er spürt eine finstere Präsenz in den Geisterlanden?! Im Ernst, das hätte ich ihm auch sagen können!$B$BIst das die Nachricht, auf die wir gewartet haben?", 26972); + +-- 9252 - Die Verteidigung von Morgenluft +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9252 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9252, "deDE", "Vielen Dank, $N. Es ist eine undankbare Aufgabe, der wir hier nachgehen, doch Eure heutige Mithilfe hat sie ein wenig einfacher gemacht.", 26972); + +-- 9253 - Runenwächter Deryan +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9253 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9253, "deDE", "Jemand aus Morgenluft muss Euch zu mir geschickt haben. Ich wusste doch, dass es nur eine Frage der Zeit war, bevor Hilfe eintrifft.", 26972); + +-- 9254 - Der eigensinnige Lehrling +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9254 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9254, "deDE", "Es rührt mich, dass meine ehemalige Mentorin nach mir sehen lässt. Es ist nur traurig, dass sie seit langer Zeit kein Vertrauen mehr in meine Arbeit hat.$B$BIhr verschwendet Eure Zeit, Ihr könnt mich nicht überreden zu ihr zurückzugehen. Entweder helft Ihr mir mit meinen Untersuchungen hier oder Ihr geht.", 26972); + +-- 9255 - Forschungsnotizen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9255 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9255, "deDE", "Habt Ihr etwas für mich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9255 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9255, "deDE", "Diese Notizen... es ist schockierend. Wenn das stimmt, dann ist der Schaden, den das Land entlang der Todesschneise erlitten hat, nicht wiedergutzumachen.$B$BIch werde dem Großmagister sofort Bescheid sagen. Ein weiterer Grund für unser Volk, dieser Welt zu entfliehen und sein wahres Schicksal in der Scherbenwelt zu finden.", 26972); + +-- 9256 - Morgenluft +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9256 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9256, "deDE", "Danke, dass Ihr gekommen seid, $N. Es steht um einiges schlechter, als wir angenommen hatten. Die Getriebenen haben den Ankerplatz der Sonnensegel bereits gänzlich eingenommen.", 26972); + +-- 9258 - Der Versengte Hain +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9258 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9258, "deDE", "Ah, mein Bruder hat Euch geschickt. Es gibt da etwas, wobei ich Eure Hilfe gebrauchen könnte.", 26972); + +-- 9352 - Darnassische Eindringlinge +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9352 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9352, "deDE", "Nachtelfen? Hier? Diese Ratten!$B$BGlaubt Ihr, es besteht irgendeine Verbindung zu der Fehlfunktion in meinem Sanktum? Falls Ihr irgendwelche Informationen habt, bringt Ihr sie besser umgehend zu Hauptmann Sonnenmal!", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Besiegte Eindringlinge", `VerifiedBuild`=26972 WHERE `ID` = 9352 AND `locale` = "deDE"; + +-- 9358 - Waldläuferin Sareyn +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9358 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9358, "deDE", "Ihr seid hier, um zu helfen? Warum habt Ihr das nicht gleich gesagt? Wir können jede helfende Hand gebrauchen!", 26972); + +-- 9359 - Zuflucht der Weltenwanderer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9359 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9359, "deDE", "Ihr seid hier, um zu helfen? Ausgezeichnet!$B$BDer Kampf gegen die Amanitrolle hat uns sehr in Anspruch genommen und fähige Kämpfer wie Ihr sind stets willkommen.", 26972); + +-- 9360 - Angriff der Amani +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9360 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9360, "deDE", "Was wollt Ihr mir zeigen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9360 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9360, "deDE", "Die Trolle haben uns hier festgehalten, während sie einen Angriff auf Morgenluft planten. Wir hatten nichts dergleichen erwartet.", 26972); + +-- 9363 - Warnt Morgenluft +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9363 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9363, "deDE", "Die Informationen, die Ihr mir gebracht habt, sind von entscheidender Bedeutung, $N. Jetzt, da wir über die Pläne der Trolle Bescheid wissen, können wir uns auf einen Angriff vorbereiten.$B$BSie werden uns nicht ahnungslos überrumpeln.", 26972); + +-- 9394 - Wo ist Wyllithen? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9394 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9394, "deDE", "Wer seid Ihr? Ihr seid keiner von den Lehrlingen des Magisters, das steht fest!$B$BMan hat Euch sicherlich hierher geschickt, um mir dabei zu helfen, wieder Ordnung in dieses Chaos zu bringen!", 26972); + +-- 9395 - Saltherils Hafen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9395 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9395, "deDE", "Ah, Magistrix Morgenwandler hat zu guter Letzt doch noch auf meine simple Anfrage reagiert. Beizeiten werde ich ihr Benehmen mit dem Lordregenten erörtern. Sie ist eine recht ungehobelte Person!$B$BNichts, worüber Ihr Euch Sorgen machen müsstet. Nun, wo Ihr schon mal hier seid, besteht vielleicht die Möglichkeit, dass ich endlich meine Vorräte für das Fest bekomme, auf die ich schon so lange warte.", 26972); + +-- 9402 - Fangt! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9402 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9402, "deDE", "Wie ist das Wasser?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9402 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9402, "deDE", "Oh, gut gemacht... ich sagte Ihr sollt in den Tümpel springen und Ihr habt es getan. Ich kann mir gut vorstellen, was Ihr tun würdet, wenn einer Eurer Freunde Euch um etwas bitten würde.$B$BWollt Ihr für Eure Mühe belohnt werden, dann ist es das: macht keinen Finger krumm, bevor Ihr nicht wisst, was dabei für Euch herausspringt. Der Geist des Magiers ist seine stärkste Waffe. Vergesst das nicht und versucht Euren ein wenig mehr anzustrengen.", 26972); + +-- 9403 - Das reinste Wasser +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9403 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9403, "deDE", "Nur das Wasser von den Elrendarfällen hat die erforderliche Reinheit für den Gebrauch von Magie. Habt Ihr es?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9403 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9403, "deDE", "Mal sehen, was Ihr mir gebracht habt...$B$B<Er hält die Phiole gegen das Licht und studiert sie genau.>$B$BJa, das sollte es sein. Gut gemacht, $N.", 26972); + +-- 9404 - Noch lebendig +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9404 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9404, "deDE", "Habt Ihr den lebendigen Zweig? Schnell, gebt ihn mir!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9404 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9404, "deDE", "Ihr seid meiner Bitte nachgekommen, $N. Ihr könnt Eure Belohnung jetzt entgegennehmen.", 26972); + +-- 9676 - Ausbildung zum Paladin +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9676 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9676, "deDE", "Mit der Zeit werdet Ihr Euch Euren Platz in unseren Reihen verdienen. Doch zunächst müsst Ihr die Mächte des Lichts beherrschen lernen. Eure Waffenkampkünste verfeinern und Eure Würdigkeit unter Beweis stellen.", 26972); + +-- 9704 - Von den Getriebenen getötet +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9704 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9704, "deDE", "Die Habseligkeiten der Kundschafterin wurden mit Ausnahme eines Pakets allesamt entwendet. Es scheint der Beschreibung zu entsprechen, die Euch Alarion von Eronas Päckchen gegeben hat.", 26972); + +-- 9705 - Bergung des Päckchens +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9705 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9705, "deDE", "Was habt Ihr gefunden, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9705 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9705, "deDE", "Beim Sonnenbrunnen! Es ist der dritte Kundschafter, den wir diesen Monat verloren haben.$B$BIch weiß Euren Mut zu schätzen, den Ihr bei Eurer Reise zum Dämmerweg bewiesen habt. Die Wachen müssen diese verdammten Getriebenen besser im Auge behalten.", 26972); + +-- 10068 - Brunnenbehüter Solanian +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10068 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10068, "deDE", "Ah, wie schön, $Gein:eine; $C. Ich habe Euch bereits erwartet.$B$BIch hätte da ein paar Aufgaben zu vergeben, für die Ihr Euch besonders gut eignet.", 26972); + +-- 10166 - Weißborkes Erinnerung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10166 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10166, "deDE", "Ihr seid zurück, $N. Habt Ihr denn noch nicht genug getan?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10166 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10166, "deDE", "Ich gehöre dieser Welt nicht länger an und muss mich geschlagen geben. Das Land hat sich auf ewig verändert, und nichts wird mehr sein wie früher.$B$BLasst den Anhänger hier bei mir, $N. Eines Tages vielleicht, wenn die Elfen schon lange nicht mehr sind, wird ein Baum an genau diesem Ort wachsen - in einem versengten Wald und zwischen toten Treants.", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_11_world_335.sql new file mode 100644 index 00000000000..1631d583c91 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_13_11_world_335.sql @@ -0,0 +1,40 @@ +-- Rigglefuzz +UPDATE `creature_template` SET `faction`=121 WHERE `entry`=2817; +DELETE FROM `smart_scripts` WHERE `entryorguid`=281701 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 +(281701,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,"Rigglefuzz - On Script - Remove Npc Flag Questgiver"), +(281701,9,1,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Root On"), +(281701,9,2,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 2"), +(281701,9,3,0,0,0,100,0,0,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Emote State 'Usestanding'"), +(281701,9,4,0,0,0,100,0,6000,6000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Emote State 'None'"), +(281701,9,5,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 3"), +(281701,9,6,0,0,0,100,0,1000,1000,0,0,12,6013,1,60000,0,0,0,8,0,0,0,-6759.76,-3195.57,240.744,1.8727,"Rigglefuzz - On Script - Summon Creature 'Wayward Buzzard'"), +(281701,9,7,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,12,1,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Data 1"), +(281701,9,8,0,0,0,100,0,0,0,0,0,12,6013,1,60000,0,0,0,8,0,0,0,-6752.29,-3198.56,240.744,2.09261,"Rigglefuzz - On Script - Summon Creature 'Wayward Buzzard'"), +(281701,9,9,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,12,1,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Data 2"), +(281701,9,10,0,0,0,100,0,4000,4000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 4"), +(281701,9,11,0,0,0,100,0,6000,6000,0,0,11,5134,2,0,0,0,0,19,6013,0,0,0,0,0,0,"Rigglefuzz - On Script - Cast 'Flash Bomb'"), +(281701,9,12,0,0,0,100,0,0,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 5"), +(281701,9,13,0,0,0,100,0,0,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Say Line 6"), +(281701,9,14,0,0,0,100,0,5000,5000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Add Npc Flag Questgiver"), +(281701,9,15,0,0,0,100,0,10000,10000,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rigglefuzz - On Script - Set Root Off"); + +-- Wayward Buzzard +UPDATE `creature_template` SET `faction`=16, `AIName`="SmartAI" WHERE `entry`=6013; +DELETE FROM `smart_scripts` WHERE `entryorguid`=6013 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(6013,0,0,0,38,0,100,0,1,1,0,0,0,53,1,601300,0,0,0,2,1,0,0,0,0,0,0,0,"Wayward Buzzard - On Data Set - Start Waypoint"), +(6013,0,1,0,38,0,100,0,2,2,0,0,0,53,1,601301,0,0,0,2,1,0,0,0,0,0,0,0,"Wayward Buzzard - On Data Set - Start Waypoint"), +(6013,0,2,0,40,0,100,0,2,0,0,0,0,49,0,0,0,0,0,0,19,2817,0,0,0,0,0,0,"Wayward Buzzard - On Waypoint 2 Reached - Start Attacking"), +(6013,0,3,0,8,0,100,0,5134,0,0,0,0,41,10000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wayward Buzzard - On Spellhit 'Flash Bomb' - Despawn in 10 seconds"); + +DELETE FROM `waypoints` WHERE `entry` IN (2732,601300,601301); +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(601300,1,-6778.27,-3153.14,240.744,""), +(601300,2,-6772.57,-3136.2,240.43,""), +(601301,1,-6765.74,-3161.81,240.76,""), +(601301,2,-6764.49,-3141.39,240.847,""); + +-- Ridge Huntress +UPDATE `creature_template` SET `AIName`="" WHERE `entry`=2732; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2732 AND `source_type`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_14_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_14_00_world_335.sql new file mode 100644 index 00000000000..bffff8f4204 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_14_00_world_335.sql @@ -0,0 +1,88 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (90490,90518,90781,90805,90871,90873); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(90490, 6071, 1, 1, 1, 0, 0, 1639.91, -3086.87, 88.1959, 5.6608, 300, 0, 0), +(90518, 6071, 1, 1, 1, 0, 0, 1643.2, -3082.28, 88.0567, 5.6608, 300, 0, 0), +(90781, 6071, 1, 1, 1, 0, 0, 1644.94, -3086.83, 88.5227, 5.6608, 300, 0, 2), +(90805, 6071, 1, 1, 1, 0, 0, 1703.05, -3440.01, 144.848, 1.88069, 300, 0, 0), +(90871, 6071, 1, 1, 1, 0, 0, 1699.72, -3441.07, 144.903, 1.88069, 300, 0, 0), +(90873, 6071, 1, 1, 1, 0, 0, 1700.04, -3437.18, 145.013, 1.84535, 300, 0, 2); + +DELETE FROM `creature_addon` WHERE `guid` IN (90873,90781); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `auras`) VALUES +(90873, 908730, 0, 1, ''), +(90781, 907810, 0, 1, ''); + +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (90873,90781); +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(90873, 90873, 0, 0, 515, 0, 0), +(90873, 90871, 3, 45, 515, 0, 0), +(90873, 90805, 3, 315, 515, 0, 0), +(90781, 90781, 0, 0, 515, 0, 0), +(90781, 90518, 3, 45, 515, 0, 0), +(90781, 90490, 3, 315, 515, 0, 0); + +DELETE FROM `waypoint_data` WHERE `id` IN (908730,907810); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action_chance`, `wpguid`) VALUES +(908730, 1, 1698.406, -3431.150, 145.06906, 0, 1, 100, 0), +(908730, 2, 1690.931, -3414.839, 144.86795, 0, 1, 100, 0), +(908730, 3, 1685.137, -3406.095, 144.60960, 0, 1, 100, 0), +(908730, 4, 1676.823, -3394.831, 144.55374, 0, 1, 100, 0), +(908730, 5, 1666.063, -3381.042, 145.24678, 0, 1, 100, 0), +(908730, 6, 1657.185, -3370.217, 145.08261, 0, 1, 100, 0), +(908730, 7, 1642.145, -3350.886, 144.62502, 0, 1, 100, 0), +(908730, 8, 1627.401, -3331.662, 144.39420, 0, 1, 100, 0), +(908730, 9, 1633.344, -3316.238, 144.83813, 0, 1, 100, 0), +(908730, 10, 1639.227, -3296.093, 148.16599, 0, 1, 100, 0), +(908730, 11, 1642.294, -3286.051, 149.50101, 0, 1, 100, 0), +(908730, 12, 1648.342, -3269.644, 148.88351, 0, 1, 100, 0), +(908730, 13, 1654.013, -3256.860, 145.92957, 0, 1, 100, 0), +(908730, 14, 1662.798, -3241.737, 141.11642, 0, 1, 100, 0), +(908730, 15, 1674.169, -3224.093, 134.26839, 0, 1, 100, 0), +(908730, 16, 1687.193, -3206.719, 122.47344, 0, 1, 100, 0), +(908730, 17, 1684.632, -3186.781, 114.02260, 0, 1, 100, 0), +(908730, 18, 1684.616, -3171.820, 104.85282, 0, 1, 100, 0), +(908730, 19, 1698.469, -3157.291, 95.11124, 0, 1, 100, 0), +(908730, 20, 1684.616, -3171.820, 104.85282, 0, 1, 100, 0), +(908730, 21, 1684.632, -3186.781, 114.02260, 0, 1, 100, 0), +(908730, 22, 1687.193, -3206.719, 122.47344, 0, 1, 100, 0), +(908730, 23, 1674.169, -3224.093, 134.26839, 0, 1, 100, 0), +(908730, 24, 1662.798, -3241.737, 141.11642, 0, 1, 100, 0), +(908730, 25, 1654.013, -3256.860, 145.92957, 0, 1, 100, 0), +(908730, 26, 1648.342, -3269.644, 148.88351, 0, 1, 100, 0), +(908730, 27, 1642.294, -3286.051, 149.50101, 0, 1, 100, 0), +(908730, 28, 1639.227, -3296.093, 148.16599, 0, 1, 100, 0), +(908730, 29, 1633.344, -3316.238, 144.83813, 0, 1, 100, 0), +(908730, 30, 1627.401, -3331.662, 144.39420, 0, 1, 100, 0), +(908730, 31, 1642.145, -3350.886, 144.62502, 0, 1, 100, 0), +(908730, 32, 1657.185, -3370.217, 145.08261, 0, 1, 100, 0), +(908730, 33, 1666.063, -3381.042, 145.24678, 0, 1, 100, 0), +(908730, 34, 1676.823, -3394.831, 144.55374, 0, 1, 100, 0), +(908730, 35, 1685.137, -3406.095, 144.60960, 0, 1, 100, 0), +(908730, 36, 1690.931, -3414.839, 144.86795, 0, 1, 100, 0), +(908730, 37, 1698.406, -3431.150, 145.06906, 0, 1, 100, 0), +(907810, 1, 1644.886, -3086.448, 88.46348, 0, 1, 100, 0), +(907810, 2, 1664.393, -3102.120, 88.84255, 0, 1, 100, 0), +(907810, 3, 1680.794, -3115.140, 89.37998, 0, 1, 100, 0), +(907810, 4, 1695.969, -3129.635, 90.66051, 0, 1, 100, 0), +(907810, 5, 1708.420, -3141.912, 92.82675, 0, 1, 100, 0), +(907810, 6, 1728.459, -3159.081, 92.04818, 0, 1, 100, 0), +(907810, 7, 1743.901, -3169.440, 91.24393, 0, 1, 100, 0), +(907810, 8, 1760.458, -3175.052, 90.49347, 0, 1, 100, 0), +(907810, 9, 1784.307, -3179.418, 91.58943, 0, 1, 100, 0), +(907810, 10, 1812.097, -3178.790, 92.27321, 0, 1, 100, 0), +(907810, 11, 1835.781, -3174.461, 93.48922, 0, 1, 100, 0), +(907810, 12, 1862.448, -3165.933, 95.22448, 0, 1, 100, 0), +(907810, 13, 1892.696, -3157.232, 95.93946, 0, 1, 100, 0), +(907810, 14, 1862.448, -3165.933, 95.22448, 0, 1, 100, 0), +(907810, 15, 1835.781, -3174.461, 93.48922, 0, 1, 100, 0), +(907810, 16, 1812.097, -3178.790, 92.27321, 0, 1, 100, 0), +(907810, 17, 1784.307, -3179.418, 91.58943, 0, 1, 100, 0), +(907810, 18, 1760.458, -3175.052, 90.49347, 0, 1, 100, 0), +(907810, 19, 1743.901, -3169.440, 91.24393, 0, 1, 100, 0), +(907810, 20, 1728.459, -3159.081, 92.04818, 0, 1, 100, 0), +(907810, 21, 1708.420, -3141.912, 92.82675, 0, 1, 100, 0), +(907810, 22, 1695.969, -3129.635, 90.66051, 0, 1, 100, 0), +(907810, 23, 1680.794, -3115.140, 89.37998, 0, 1, 100, 0), +(907810, 24, 1664.393, -3102.120, 88.84255, 0, 1, 100, 0), +(907810, 25, 1644.886, -3086.448, 88.46348, 0, 1, 100, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_00_world_335.sql new file mode 100644 index 00000000000..8c22e1a6ad6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_00_world_335.sql @@ -0,0 +1,66 @@ +-- Loramus Thalipedes +DELETE FROM `creature_text` WHERE `CreatureID`=7783; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7783,0,0,"You will need to open the Felhound Tracker Kit and read the instruction manual. Summon the beast when you are near the peninsula of cliff giants, south of here.",12,0,100,0,0,0,4576,0,"Loramus Thalipedes"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7783 AND `source_type`=0 AND `id`=4; +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 +(7783,0,4,0,19,0,100,0,3602,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Loramus Thalipedes - On Quest 'Azsharite' Taken - Say Line 0"); + +-- Felhound Tracker +DELETE FROM `creature_text` WHERE `CreatureID`=8668; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8668,0,0,"%s searches for a source of arcane energy.",16,0,100,0,0,0,4570,0,"Felhound Tracker"), +(8668,1,0,"%s growls.",16,0,100,35,0,0,4571,0,"Felhound Tracker"); + +UPDATE `creature_template` SET `AIName`="SmartAI", `unit_flags`=`unit_flags`|768 WHERE `entry`=8668; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8668 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (866800,866801,866802) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(8668,0,0,0,22,0,100,0,75,5000,5000,0,0,80,866800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Received Emote 'Roar' - Run Script"), +(8668,0,1,0,22,0,100,0,75,5000,5000,0,0,80,866801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Received Emote 'Roar' - Run Script"), +(8668,0,2,0,38,0,100,0,1,1,0,0,0,29,0,90,0,0,0,0,23,0,0,0,0,0,0,0,"Felhound Tracker - On Data Set - Follow owner"), +(866800,9,0,0,0,0,100,0,3000,3000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Script - Say Line 1"), +(866801,9,0,0,0,0,100,0,3000,3000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Script - Say Line 0"), +(866801,9,1,0,0,0,100,0,0,0,0,0,0,22,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Script - Set Event phase1"), +(866801,9,2,0,0,2,100,0,0,0,0,0,0,69,1,0,0,2,0,0,20,152620,90,0,0,0,0,0,"Felhound Tracker - On Script - Move to Closest Gameobject 'Azsharite Formation'"), +(866801,9,3,0,0,2,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Script - Set Event phase1"), +(866801,9,4,0,0,2,100,0,0,0,0,0,0,69,1,0,0,2,0,0,20,152621,90,0,0,0,0,0,"Felhound Tracker - On Script - Move to Closest Gameobject 'Azsharite Formation'"), +(866801,9,5,0,0,2,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Script - Set Event phase1"), +(866801,9,6,0,0,2,100,0,0,0,0,0,0,69,1,0,0,2,0,0,20,152622,90,0,0,0,0,0,"Felhound Tracker - On Script - Move to Closest Gameobject 'Azsharite Formation'"), +(866801,9,7,0,0,2,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Script - Set Event phase1"), +(866801,9,8,0,0,2,100,0,0,0,0,0,0,69,1,0,0,2,0,0,20,152631,90,0,0,0,0,0,"Felhound Tracker - On Script - Move to Closest Gameobject 'Azsharite Formation'"), +(866801,9,9,0,0,2,100,0,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On Script - Set Event phase1"), +(8668,0,3,0,34,0,100,0,0,1,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Felhound Tracker - On movement informer - Set phase event 0"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=8668; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=866801; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22,1,8668,0,0,30,1,152620,90,0,1,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is not in range"), +(22,1,8668,0,0,30,1,152621,90,0,1,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is not in range"), +(22,1,8668,0,0,30,1,152622,90,0,1,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is not in range"), +(22,1,8668,0,0,30,1,152631,90,0,1,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is not in range"), +(22,2,8668,0,0,30,1,152620,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,2,8668,0,1,30,1,152621,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,2,8668,0,2,30,1,152622,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,2,8668,0,3,30,1,152631,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,3,866801,9,0,30,1,152620,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,4,866801,9,0,30,1,152620,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,5,866801,9,0,30,1,152621,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,6,866801,9,0,30,1,152621,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,7,866801,9,0,30,1,152622,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,8,866801,9,0,30,1,152622,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,9,866801,9,0,30,1,152631,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"), +(22,10,866801,9,0,30,1,152631,90,0,0,0,0,"","SAI triggers only if gameobject 'Azsharite Formation' is in range"); + +-- Azsharite Formation +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry` IN (152620,152621,152622,152631); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (152620,152621,152622,152631) 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 +(152620,1,0,0,70,0,100,1,2,0,0,0,45,1,1,0,0,0,0,19,8668,0,0,0,0,0,0,"Azsharite Formation - On Gameobject State Changed - Set Data 2 to Felhound Tracker"), +(152621,1,0,0,70,0,100,1,2,0,0,0,45,1,1,0,0,0,0,19,8668,0,0,0,0,0,0,"Azsharite Formation - On Gameobject State Changed - Set Data 2 to Felhound Tracker"), +(152622,1,0,0,70,0,100,1,2,0,0,0,45,1,1,0,0,0,0,19,8668,0,0,0,0,0,0,"Azsharite Formation - On Gameobject State Changed - Set Data 2 to Felhound Tracker"), +(152631,1,0,0,70,0,100,1,2,0,0,0,45,1,1,0,0,0,0,19,8668,0,0,0,0,0,0,"Azsharite Formation - On Gameobject State Changed - Set Data 2 to Felhound Tracker"); + +DELETE FROM `item_loot_template` WHERE `entry`=10834 AND `Item`=10714; +UPDATE `item_loot_template` SET `Chance`=100 WHERE `entry`=10834; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_01_world_335.sql new file mode 100644 index 00000000000..cba409ffef8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_01_world_335.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (90891,90893,90909,90923,90924); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(90891, 7135, 1, 1, 1, 0, 0, 5708, -751.906, 377.419, 0.73825, 300, 5, 1), +(90893, 7135, 1, 1, 1, 0, 0, 5603.79, -985.106, 375.881, 2.88632, 300, 5, 1), +(90909, 7135, 1, 1, 1, 0, 0, 5462.9, -781.349, 351.154, 4.08013, 300, 5, 1), +(90923, 7135, 1, 1, 1, 0, 0, 5575.97, -709.797, 340.8, 5.81586, 300, 5, 1), +(90924, 7135, 1, 1, 1, 0, 0, 5551.63, -772.707, 344.833, 0.360496, 300, 5, 1); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=7135; +DELETE FROM `smart_scripts` WHERE `entryorguid`=7135 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(7135,0,0,0,0,0,100,0,1000,3000,14000,16000,0,11,2602,1,0,0,0,0,1,0,0,0,0,0,0,0,"Infernal Bodyguard - IC - Fire Shield IV"), +(7135,0,1,0,0,0,100,0,4000,7000,10000,15000,0,11,22916,0,0,0,0,0,2,0,0,0,0,0,0,0,"Infernal Bodyguard - IC - Uppercut"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_02_world_335.sql new file mode 100644 index 00000000000..7548b09c9aa --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_02_world_335.sql @@ -0,0 +1,349 @@ +-- Ghostlands -- Geisterlande + +-- 9130 - Waren von Silbermond +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9130 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9130, "deDE", "Ja, was gibt's?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9130 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9130, "deDE", "Sathiel möchte, dass Ihr nach Silbermond geht und ihre Waren zurückbringt, was? Kein Problem, ich kann Euch schnell dorthin bringen... gegen eine kleine Gebühr, versteht sich.", 26972); + +-- 9133 - Fliegt nach Silbermond +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9133 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9133, "deDE", "Das ist eine ganz schön lange Liste, die Ihr da habt, meine Freundin. Lasst mich mal sehen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9133 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9133, "deDE", "Was soll das? Sie möchte all das!?$B$BHabt Ihr wenigstens jemanden bei Euch, der Euch beim Rücktransport behilflich ist?", 26972); + +-- 9134 - Himmelsmeisterin Abendlicht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9134 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9134, "deDE", "Wow, dieses Warenpaket sieht aber mächtig schwer aus! Möchtet Ihr all das auf eins meiner Prachtstücke laden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9134 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9134, "deDE", "Zurück nach Tristessa in den Geisterlanden, ja? Alles klar, ich kann Euch schnell an Euer Ziel bringen!", 26972); + +-- 9135 - Zurück zu Sathiel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9135 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9135, "deDE", "$C, schon zurück? Das kann aber unmöglich alles sein, was auf der Liste stand!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9135 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9135, "deDE", "Hmmm, wenn er gesagt hat, dass der Rest schnell über den Landweg nachgeliefert wird, dann will ich ihn mal beim Wort nehmen. In der kurzen Zeit, in der wir zusammen gearbeitet haben, hat er es noch immer geschafft, die Waren pünktlich zu liefern.$B$BIch danke Euch, $N. Hier, nehmt diese Münzen... sie haben schon den ganzen Tag in meiner Tasche geklimpert.", 26972); + +-- 9138 - Sonnenkuppe +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9138 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9138, "deDE", "Hervorragend! Doch es gibt noch viel zu tun, bis auch der letzte Rest dieser Landplage namens Geißel aus dem mächtigen Quel'Thalas vertrieben wurde!$B$BHier, Eure Bezahlung... Es ist zwar nicht viel, doch Ihr habt es Euch verdient.", 26972); + +-- 9139 - Goldnebel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9139 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9139, "deDE", "Euer Erfolg in Goldnebel bringt uns wieder einen Schritt näher an die vollständige Rückeroberung unserer Ländereien. Doch lasst Euch nicht täuschen, $C, diese Schlacht ist noch lange nicht geschlagen.$B$BHier, diese Belohnung habt Ihr Euch mehr als verdient. Sie wird sich als nützlich erweisen, sobald Ihr nach Windläuferdorf aufbrecht.", 26972); + +-- 9140 - Windläuferdorf +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9140 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9140, "deDE", "$C, wurde das Windläuferdorf befreit? Diese verdammten Magister des Sanktums der Sonne fordern ständig von mir, dass ich ihnen endlich Überreste der Geißel gebe, die Ihr gerade für mich sammeln sollt.$B$BMacht Euch deshalb aber keine Sorgen! Nehmt Euch alle Zeit, die Ihr braucht, um diesen Auftrag sicher zu Ende zu führen. Ich kümmere mich derweil um die Magister.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9140 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9140, "deDE", "Ihr habt es geschafft, $N. Ihr habt drei Dörfer aus der Umklammerung der Geißel befreit! Nun können wir uns voll und ganz auf die Bekämpfung der Geißel in der Todesschneise und südlich bei der Todesfestung konzentrieren.$B$BSucht Euch eine dieser Belohnungen aus. Ich hoffe, Ihr bleibt noch ein Weilchen. Wir können Eure Hilfe auch weiterhin gut gebrauchen!", 26972); + +-- 9143 - Maßnahmen gegen Zeb'Sora +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9143 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9143, "deDE", "Habt Ihr die Trollohren?$B$BWisst Ihr, wenn wir ab und an mal etwas Unterstützung aus Tristessa erhalten würden, wäre die ganze Misere hier so nie passiert. Ich bin wirklich froh über Euer Kommen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9143 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9143, "deDE", "Ich schätze Eure Bemühungen, $C! Habt Dank. Wenigstens können wir jetzt sagen, dass diese ganze Expedition und die vielen Opfer nicht vergebens gewesen sind.", 26972); + +-- 9144 - Verschollen in den Geisterlanden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9144 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9144, "deDE", "Helft mir, Fremder. Ich muss... Tristessa... erreichen... Ich darf nicht versagen.$B$B<Der Blick des Blutelfen entschwindet ins Leere, und er versinkt wieder in Bewusstlosigkeit.>", 26972); + +-- 9145 - Hilfe für Waldläuferin Valanna! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9145 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9145, "deDE", "Es ist gut zu hören, dass Lethvalin sich in Sicherheit bringen konnte, und dass er Euch um Hilfe gebeten hat, anstatt einfach nur abzuwarten.$B$BHoffentlich konnte sich Waldläuferin Salissa zur Enklave der Weltenwanderer durchschlagen.", 26972); + +-- 9146 - Meldung bei Hauptmann Helios +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9146 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9146, "deDE", "Das sind in der Tat schlechte Nachrichten - Ich habe Tomathrens Führungsqualitäten völlig überschätzt. Ich werde sofort einen Kampftrupp entsenden, um ihn und Valanna sicher zurückzubringen.$B$BUnglücklicherweise haben wir nichts mehr von Waldläuferin Salissa gehört, ich befürchte das Schlimmste.$B$BIhr habt den Weltenwanderern heute einen wertvollen Dienst erwiesen, $C. Bitte nehmt dies als Zeichen unserer Wertschätzung.", 26972); + +-- 9147 - Der sterbende Kurier +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9147 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9147, "deDE", "Und? Habt Ihr, was ich benötige? Beeilt Euch oder mit dem hübschen $R ist es gleich aus!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9147 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9147, "deDE", "Gerade noch rechtzeitig, $N! Ich war drauf und dran für unseren Freund hier ein schönes Loch auszuheben.$B$BMein Trank scheint zu wirken; er kommt wieder zu sich.$B$BHey, ich glaube er will Euch etwas sagen. Warum versucht Ihr nicht mal mit ihm zu sprechen?", 26972); + +-- 9148 - Zustellung nach Tristessa +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9148 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9148, "deDE", "Ihr habt den Brief?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9148 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9148, "deDE", "Endlich! Wir haben schon seit Wochen auf eine Antwort vom Lordregenten gewartet! Lasst mich mal sehen...$B$B<Vandril beginnt den Brief zu lesen.>$B$BWas soll das? Eine finstere Präsenz? Er spürt eine finstere Präsenz in den Geisterlanden?! Im Ernst, das hätte ich ihm auch sagen können!$B$BIst das die Nachricht, auf die wir gewartet haben?", 26972); + +-- 9149 - Die verseuchte Küste +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9149 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9149, "deDE", "Habt Ihr die Exemplare, um die ich Euch gebeten habe, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9149 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9149, "deDE", "Ausgezeichnet! Diese Rückgrate sind für meine Untersuchungen von unschätzbarem Wert! Sollte ich ein Heilmittel gegen die Seuche finden und meinem Namen dadurch Ruhm verleihen, werde ich nicht vergessen, Euch zu erwähnen!$B$BBis dahin, nehmt dies als Belohnung. Ihr könntet davon Gebrauch machen, solltet Ihr noch einmal zur Küste gehen.", 26972); + +-- 9150 - Reise zum vergessenen Sanktum +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9150 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9150, "deDE", "Habt Ihr die Essenzen, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9150 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9150, "deDE", "Sie sind in einem bemerkenswert guten Zustand, $N. Ich bin mit Eurer Arbeit sehr zufrieden.", 26972); + +-- 9151 - Das Sanktum der Sonne +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9151 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9151, "deDE", "Darenis schickt Euch? Gut, ich schätze, wir können Euch im Kampf gegen Dar'khans Streitmächte brauchen.", 26972); + +-- 9152 - Tombers Vorräte +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9152 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9152, "deDE", "Sobald ich den Rest meiner Vorräte habe, kann ich mein Geschäft aufnehmen. Die Streitkräfte werden nicht weit kommen, wenn sie nicht das erhalten, womit sie regelmäßig ihren Handel treiben.$B$BKriegsgebiete können so florierend für das Geschäft sein, findet Ihr nicht auch, $C? So, habt Ihr Euch einen Weg durch all die Ghule zu meinem Karren bahnen können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9152 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9152, "deDE", "Dank der restlichen Vorräte hier, kann ich jetzt endlich mit meinem Geschäft loslegen. Ich bin mir sicher, dass der Hochexekutor erfreut sein wird, sobald er hört, dass der Krieg gegen Dar'Khan und die Geißel beginnen kann.$B$BNatürlich gibt es da auch noch Eure Belohnung. Nun gut, $C, hier ist die von mir erwähnte Münze. Solltet Ihr irgendwelche Handwerkswaren benötigen, schaut einfach vorbei.", 26972); + +-- 9155 - Entlang der Todesschneise +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9155 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9155, "deDE", "Nicht schlecht, $N. Macht weiter so! Leute wie Euch können wir immer gebrauchen.", 26972); + +-- 9156 - GESUCHT: Faulbein und Luzran +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9156 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9156, "deDE", "Ihr habt etwas, das Ihr mir zeigen wollt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9156 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9156, "deDE", "Aha! Luzran und Faulbein! Jetzt seht ihr nicht mehr so gefährlich aus, was? Aber immer noch genauso hässlich!$B$BNehmt dies als Belohnung, $N. Ihr habt es Euch verdient.", 26972); + +-- 9157 - Vergessene Rituale +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9157 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9157, "deDE", "Konntet Ihr die Medaillons beschaffen, $N? Die Ertrunkenen suchen immer noch diesen See heim!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9157 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9157, "deDE", "Mithilfe dieser Halsketten werden wir Aquantion erneut beschwören. Der rebellische Elementar wird bezahlen und unser Tod wird gerächt werden!", 26972); + +-- 9158 - Überträger der Seuche +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9158 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9158, "deDE", "Ihr habt Euch bewährt, $N. Es ist von größter Wichtigkeit, dass die Seuche nicht auch noch die gesunde Fauna des Immersangwalds befällt. Ich habe noch weitere Aufgaben für Euch, sofern Ihr noch auf der Suche nach Arbeit seid.", 26972); + +-- 9159 - Gebietet der Seuche Einhalt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9159 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9159, "deDE", "Ihr habt Eure Aufgabe sehr ernst genommen und daher möchte ich Euch entsprechend belohnen. Wir brauchen mehr Verbündete mit Eurer Hingabe und Tapferkeit, $N!", 26972); + +-- 9160 - Untersucht An'daroth +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9160 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9160, "deDE", "Es ist enttäuschend, dass es keine offensichtlichen Hinweise auf die Pläne der Nachtelfen bei An'daroth gab. Wie auch immer, diese Bäume, welche aussahen wie kleine magisch gewachsene Bäume mit Energiekugeln auf ihrer Spitze, sind äußerst interessant. Es scheint mir, als müssten wir die Art unserer Informationsbeschaffung ein wenig direkter gestalten.$B$BHier, nehmt diese Münze und die Tränke. Vermutlich werdet Ihr sie noch brauchen, bevor wir diese Angelegenheit mit den Nachtelfen geklärt haben.", 26972); + +-- 9161 - Schatten des Verräters +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9161 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9161, "deDE", "Ihr blättert durch die ersten Einträge des uralten Buchs und kommt zu dem Schluss, dass es einst der Person gehörte, die heute als Dar'khan Drathir bekannt ist.", 26972); + +-- 9162 - Die Vergangenheit erwacht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9162 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9162, "deDE", "Sagt mir, $N, was habt Ihr herausgefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9162 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9162, "deDE", "Diese Information ist für uns von hohem Wert, $N. Wir alle wussten von Dar'Khans Plänen, die Macht des Sonnenbrunnens für die Geißel zu stehlen, doch vieles auf diesen Seiten ist völlig neu für uns. Magister Kaendris beim Sanktum der Sonne wird sich sicherlich sehr dafür interessieren.", 26972); + +-- 9163 - In besetztem Gebiet +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9163 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9163, "deDE", "Was machen unsere Bemühungen, die Nachtelfenverschwörung auf der Insel Shalandis aufzudecken, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9163 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9163, "deDE", "Äußerst beunruhigend! Die Pläne zeigen die Streitkräfte der Nachtelfen bei An'daroth, von denen wir bereits wussten, doch gibt es wohl eine weitere Gruppe bei An'owyn, einem eher abgelegenen Leyliniennexus im Südosten.$B$BEs existiert noch ein dritter Nexus im Osten, An'telas, der nicht weiter erwähnt wird. Ich habe da ein ganz mieses Gefühl bei der Sache, $C.", 26972); + +-- 9164 - Gefangene der Todesfestung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9164 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9164, "deDE", "Hervorragende Arbeit, $N. Ohne Eure Hilfe hätten diese Gefangenen Ihren Verstand und Ihre Seele an die Geißel verloren.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9164 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9164, "deDE", "Ich danke Euch, $N. Ohne Eure Hilfe hätten diese Gefangenen ihren Verstand und ihre Seele an die Geißel verloren.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Apothekerin Enith befreit", `ObjectiveText2`="Lehrling Varnis befreit", `ObjectiveText4`="Waldläufer Vedoran befreit", `VerifiedBuild`=26972 WHERE `ID` = 9164 AND `locale` = "deDE"; + +-- 9166 - Bringt die Pläne nach An'telas +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9166 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9166, "deDE", "Gut, dass Ihr hier seid!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9166 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9166, "deDE", "Es war schrecklich! Nachtelfen! Sie haben einen Mondkristall beschworen und irgendeine Niedertracht geplant. Glücklicherweise konnte ich mich davonschleichen und einige unserer Späher und Zauberer aus dem nahegelegenen Sanktum der Sonne zu Hilfe holen. Es gelang uns, die meisten von ihnen zu töten. Die anderen sind daraufhin losgezogen, um die Überlebenden zu jagen!$B$BIch bin so froh, dass Ihr gekommen seid; man hat mich hier nur mit einigen wenigen Spähern zur Verteidigung zurückgelassen!$B$BGebt mir einen Moment, um diese Pläne zu lesen, möglicherweise finde ich heraus, worauf es die Nachtelfen abgesehen haben.", 26972); + +-- 9167 - Der Tod des Verräters +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9167 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9167, "deDE", "Ist es getan? Wurde Dar'Khan vernichtet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9167 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9167, "deDE", "Am heutigen Tage habt Ihr der Geißel in dieser Region einen tödlichen Schlag versetzt.$B$BNach dem Tod des schändlichen Verräters ist die Rückeroberung unserer Länder nur noch eine Frage der Zeit. Schon bald werden wir zu altem Ruhm und Glanz zurückgefunden haben!", 26972); + +-- 9169 - Die Abschaltung von An'owyn +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9169 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9169, "deDE", "Ich bin erleichtert, $C! Seid versichert, dass wir ohne Eure Hilfe bei der Abschaltung der Seherkristalle in einer noch viel schwierigeren Lage wären, als wir es sowieso schon sind! Man stelle sich nur vor, umgeben von Feinden und einer von ihnen besäße die Fähigkeit, uns auf Schritt und Tritt zu beobachten!$B$BDank Euch müssen wir uns darüber keine Sorgen mehr machen! Ich habe hier zufällig noch einige Gegenstände herumliegen, für die ich keine weitere Verwendung mehr habe; sicherlich werdet Ihr davon etwas gebrauchen können. Hier, nehmt das als Belohnung.$B$BNochmals vielen Dank, $N!", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Deaktivierte nachtelfische Mondkristalle", `VerifiedBuild`=26972 WHERE `ID` = 9169 AND `locale` = "deDE"; + +-- 9170 - Dar'Khans Gefolgschaft +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9170 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9170, "deDE", "Dar'Khans Armeen fallen! Die Geißel kann nicht gegen die vereinte Macht der Sin'dorei und der Verlassenen bestehen.", 26972); + +-- 9171 - Knusperkost +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9171 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9171, "deDE", "Ich glaube ich kann den Magen der Dame sogar von hier aus knurren hören! Da Ihr hier seid und mich sprechen wollt, gehe ich davon aus, dass Ihr mir meine Zutaten bringt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9171 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9171, "deDE", "Sehr schön, das dürfte den Zweck erfüllen. Nein, erzählt mir nicht, wie die Dinger rumgekrabbelt sind, ich will es nicht wissen! Ich werde etwas Magie verwenden, dann werden diese Beinchen schon schmackhaft. Ein paar Gewürze, eine Messerspitze Kräuter und natürlich ein paar arkane Zutaten – et voilà, ein passendes Mahl für eine Königin... oder in diesem Fall, eine Dame.$B$BEure Dienste waren zufriedenstellend, $C. Hier, nehmt dieses Rezept und ein paar Portionen.", 26972); + +-- 9172 - Bericht an Magister Kaendris +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9172 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9172, "deDE", "Ihr wünscht mit mir zu sprechen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9172 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9172, "deDE", "Dieses Buch... das ist unmöglich! Es ist Dar'Khans eigene Handschrift. Irgendwo in diesem Buch muss es einen Hinweis geben, der uns eine Schwäche des Gegners aufzeigt.$B$BIhr habt gut daran getan, uns aufzusuchen, $N. Indem sie diese Angelegenheit in unsere fähigen Hände gaben, haben die Weltenwanderer ihre Weitsicht bewiesen. Diese Rüstung sollte Euch helfen, unsere Sache weiterzuführen.", 26972); + +-- 9173 - Rückeroberung des Windläuferturms +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9173 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9173, "deDE", "Ich bin sicher, Fürstin Sylvanas wird über unsere Fortschritte in dieser Sache erfreut sein.$B$BHier, nehmt dies als Bezahlung für Eure Mühen.", 26972); + +-- 9174 - Aquantion bezwingen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9174 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9174, "deDE", "Wurde Aquantion schon zerstört?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9174 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9174, "deDE", "Ihr habt unseren Tod gerächt und Aquantions Macht über unsere Seelen gebrochen. Endlich können wir ruhen.", 26972); + +-- 9175 - Die Halskette der Fürstin +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9175 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9175, "deDE", "Was habt Ihr da, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9175 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9175, "deDE", "Ihr sagt, Ihr fandet dies bei einem Schergen der Geißel am Windläuferturm, und dass es eine Inschrift gibt? Lasst mich sehen!$B$BHier, nehmt dies für Eure gute Arbeit.", 26972); + +-- 9176 - Die Zwillingsziggurats +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9176 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9176, "deDE", "Habt Ihr die Kristalle schon geborgen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9176 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9176, "deDE", "Die Geschichten sind also wahr! Der Stein des Lichts und der Stein der Flamme existieren tatsächlich! Wir werden ihre Macht nutzen, um wirkungsvolle Waffen gegen Dar'Khan zu schmieden.$B$BWenn Ihr die in diesen Artefakten schlummernden Energien zum richtigen Zeitpunkt freisetzt, werden sie Dar'Khan vernichten. Einst wollte er uns diese Macht nehmen, doch jetzt wird sie sein Untergang sein!", 26972); + +-- 9192 - Ärger in den Grubenlichtminen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9192 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9192, "deDE", "Da habt Ihr mal ordentlich Blut fließen lassen, $C. Die Minenarbeiter können jetzt wieder an die Arbeit. Sie sind sicher enttäuscht, dass ihre Pause jetzt vorbei ist, aber wir brauchen nun mal mehr Erz, um Rüstungen und Waffen herzustellen.$B$BHier, nehmt dies als Lohn für Eure pflichtbewusste Tat. Lasst Rüstung und Waffen reparieren und trinkt einen auf mich.", 26972); + +-- 9193 - Untersucht die Amanikatakomben +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9193 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9193, "deDE", "Das ist eine äußerst makabre und würdelose Angelegenheit, $C. Ich kann Euch doch vertrauen, dass Ihr diesen Auftrag erfüllt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9193 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9193, "deDE", "Abscheulich, aber glaubt mir, es war notwendig. Ihr habt mit Euren Nachforschungen eine gute Tat vollbracht, $C. Bitte, nehmt dies als Zeichen unserer Großzügigkeit und Anerkennung an.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Mumifizierte Trollüberreste verbrannt", `VerifiedBuild`=26972 WHERE `ID` = 9193 AND `locale` = "deDE"; + +-- 9199 - Trolljuju +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9199 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9199, "deDE", "Ich muss Euch wohl nicht erst sagen, dass wir uns diesen Ärger mit den von den Toten auferstandenen Trollen hier bei uns kaum leisten können! Wir haben schon genug Probleme mit der Todesfestung im Süden!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9199 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9199, "deDE", "Mumien, die von den Trollpriestern wiedererweckt werden... clever! Die Waldschattentrolle wollen ihre Reihen wohl mithilfe nekromantischer Mittel verstärken. Ich wette, dass diese Orakel das Juju bei ihrem Wiedererweckungsritual verwendet haben.$B$BIhr habt Eure Pflicht wieder einmal so erfüllt, wie es sich für jemanden mit ständig wachsendem Ansehen geziemt. Nehmt diesen Lohn als Dank.", 26972); + +-- 9207 - Grubenlichterzproben +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9207 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9207, "deDE", "Wie kann ich Euch helfen, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9207 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9207, "deDE", "Mein Lehrling konnte sich nicht selbst um diese Angelegenheit kümmern? Ich werde noch ein Wörtchen mit ihr zu reden haben, sobald sie wieder da ist, Gnolle hin oder her. Außerdem, warum ist sie nicht mit Euch zurückgekommen?$B$B<Der Magister seufzt.>$B$BSie ist eine schwierige Persönlichkeit und ihre Ausbildung wird mir noch helle Freude bereiten. Danke, dass Ihr mir diese Proben gebracht habt, $C. Wir hoffen ein paar spezielle Eigenschaften darin zu entdecken, die uns im Kampf gegen die Geißel von Nutzen sein können.$B$BBitte nehmt diesen Lohn als Zeichen meiner Wertschätzung.", 26972); + +-- 9212 - Flucht aus den Katakomben +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9212 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9212, "deDE", "Ihr seid ein ziemlicher Held, $C, sie da lebend herausbekommen zu haben. Ich denke, wir müssen einen Gegenschlag planen, um diese Katakomben auszuräuchern. Als wenn wir nicht schon genug Ärger mit den lebenden Trollen hätten!$B$BIhr habt heute außerordentlich gute Arbeit geleistet, Ihr verdient eine Belohnung. Sucht Euch etwas aus.", 26972); + +-- 9214 - Das Arsenal der Waldschattentrolle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9214 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9214, "deDE", "Habt Ihr die Waffen beschafft? Sobald wir die Reihen der Waldschattentrolle dezimiert haben, können wir uns wieder dem Kampf gegen die Geißel widmen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9214 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9214, "deDE", "Ich werde umgehend einige Waldläufer entsenden, um den Schaden, den Ihr unter den Waldschattentrollen angerichtet habt, zu begutachten. Wenn die von Euch mitgebrachte Waffensammlung auch nur ansatzweise den Erfolg Eures Angriffs gegen die Trolle widerspiegelt, sollten wir mit den Überlebenden leichtes Spiel haben. Das wird uns einen baldigen Angriff auf die Geißel ermöglichen.$B$BHier, nehmt diese Münze als Zeichen meiner Dankbarkeit, das schafft wieder etwas Platz in meinem Geldbeutel.", 26972); + +-- 9215 - Bringt mir Kel'gashs Kopf! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9215 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9215, "deDE", "Was ist das für ein widerlicher Gestank?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9215 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9215, "deDE", "Ah, Kel'gashs Kopf ist der Quell dieses wundervollen Aromas. Ihr habt offensichtlich ganze Arbeit geleistet, $C!$B$BDer Tod ihres Anführers hat die Waldschattentrolle ins Chaos gestürzt. Berücksichtigt man jetzt noch Eure letzten Einsätze zur Dezimierung ihrer Anzahl, denke ich, dass jetzt der Zeitpunkt für unsere Gegenoffensive gekommen ist, um sie ein für alle Mal zu vernichten.$B$BIhr habt meinen Dank, $N. Kann ich Euch vielleicht für einen dieser Gegenstände begeistern?", 26972); + +-- 9216 - Faulende Herzen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9216 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9216, "deDE", "Habt Ihr die Zombieherzen, nach denen ich verlangt habe, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9216 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9216, "deDE", "Nehmt dieses Gebräu, $N. Sobald Ihr es getrunken habt, erfährt Eure körperliche Stärke im Kampf gegen die Geißel einen Schub. Wenn Ihr noch mehr von dieser Probe brauchen solltet, bringt mir mehr Herzen.", 26972); + +-- 9217 - Mehr faulende Herzen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9217 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9217, "deDE", "Ihr habt mehr faulende Herzen gebracht? Ich kann alle gebrauchen die Ihr sammeln könnt, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9217 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9217, "deDE", "Dies wird Euch mit mehr Stärke im Kampf gegen die Geißel versorgen. Bringt mir mehr Herzen, falls Ihr welche findet, $N.", 26972); + +-- 9218 - Wirbelknochenstaub +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9218 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9218, "deDE", "Habt Ihr die Proben, nach denen ich verlangt habe, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9218 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9218, "deDE", "Hier, für Euch, $N. Ihr werdet den Unterschied sofort spüren!$B$BIhr könnt mir jederzeit mehr Wirbelknochenstaub bringen, ich kann so viel davon verarbeiten, wie Ihr mir besorgen könnt. Nebenwirkungen? Naja, Eure Stimme klingt ein bisschen höher, aber das sind lediglich die Rückstände des Staubs, die verrückt spielen.", 26972); + +-- 9219 - Mehr Wirbelknochenstaub +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9219 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9219, "deDE", "Ihr habt mehr Wirbelknochenstaub beschafft? Ich kann alles gebrauchen was Ihr mir bringt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9219 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9219, "deDE", "Dieser Wirbelknochenstaub ist nach wie vor mächtig, $N. Bringt mir auch weiterhin welchen, wenn Ihr Verstärkung für Eure magischen Fähigkeiten im Kampf gegen die Geißel benötigt.", 26972); + +-- 9220 - Krieg gegen die Todesfestung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9220 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9220, "deDE", "Die Geißel hat unsere Rache zu spüren bekommen, $N. Nicht mehr lange und ihre verfluchte Zitadelle wird in Trümmern liegen.", 26972); + +-- 9274 - Geister der Ertrunkenen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9274 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9274, "deDE", "Ich bin dankbar für Eure Hilfe, $N. Es schmerzt mich, die Geister meiner Ahnen in diesem jämmerlichen Zustand zu sehen. Mögen sie in Frieden ruhen.", 26972); + +-- 9275 - In der Würze liegt der Tod +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9275 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9275, "deDE", "Ah, hervorragend! Ich wusste es, ein $R war die richtige Wahl, um das Gift hinreichend zu verteilen. Mit etwas Glück werden die Waldschattentrolle schön fett, bevor sie durch die Wirkung des Gifts in den Nether eingehen. Damit dürften die Weltenwanderer ihre Ruhe haben und ich kann endlich meine wohlverdiente Heimreise nach Tristessa antreten.$B$BEs war mir eine Freude mit Euch zu arbeiten, $C!", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Ständer mit rohem Fleisch vergiften", `ObjectiveText2`="Ständer mit Rauchfleisch vergiften", `ObjectiveText3`="Ständer mit frischem Fisch vergiften", `VerifiedBuild`=26972 WHERE `ID` = 9275 AND `locale` = "deDE"; + +-- 9276 - Angriff auf Zeb'Tela +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9276 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9276, "deDE", "Gut, sehr gut! Das habt Ihr hervorragend gemeistert! Dann wollen wir doch mal sehen, ob Ihr auch der nächsten Herausforderung gewachsen seid.", 26972); + +-- 9277 - Angriff auf Zeb'Nowa +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9277 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9277, "deDE", "Unglaublich! Ihr solltet Euch unbedingt mit unserem Hauptmann über einen Beitritt in die Reihen der Weltenwanderer unterhalten.$B$BNun gut, $N, Ihr habt uns die dringende Atempause zum Sammeln unserer Streitkräfte verschafft. Genau genommen scheinen unserer letzten Zählung nach nur wenige Trolle übrig zu sein! Vielleicht können wir uns nun mit den Streitkräften Tristessas vereinen, um gemeinsam die Todesfestung anzugreifen, anstatt unsere Zeit weiter mit den hiesigen Trollen zu verschwenden.$B$BIch denke, Ihr habt Euch eine kleine Belohnung verdient. Greift zu!", 26972); + +-- 9281 - Den Weg frei machen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9281 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9281, "deDE", "Vielen Dank für Eure Unterstützung, $N. Mir schaudert bei dem Gedanken, mich so nahe bei der Todesfestung in den Wald zu wagen.", 26972); + +-- 9282 - Die Enklave der Weltenwanderer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9282 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9282, "deDE", "Kaendris hat Euch geschickt? Möglicherweise habe ich eine Aufgabe für Euch, $C.", 26972); + +-- 9315 - Anok'suten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9315 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9315, "deDE", "Ich muss mich für die schlechte Aufklärung entschuldigen, $C. Hätte ich vorher etwas von der Existenz dieser Anok'suten gewusst, hätte ich Euch natürlich umgehend davon in Kenntnis gesetzt.$B$BUnsere Kräfte sind einfach zu weit verteilt und manche Dinge schlüpfen uns unter diesen Umständen einfach durchs Netz.", 26972); + +-- 9327 - Die Verlassenen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9327 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9327, "deDE", "Ich weiß, wir Verlassenen mögen in Euren Augen monströs erscheinen, aber ich versichere Euch, wir sind für Euer Volk keine Bedrohung. Wir sind hier, weil wir einen gemeinsamen Feind haben: Dar'Khan den Verräter! Er ist zurückgekehrt und befehligt die Geißel von der Todesfestung im Süden aus.$B$BUnsere Anführerin, Fürstin Sylvanas Windläufer, stammt aus dieser Gegend und war früher eine Elfe. Sie hatte schon mit Dar'Khan zu tun und möchte ihn genauso gern tot sehen, wie Euer Volk.$B$BWir werden ihn zusammen besiegen, $C!", 26972); + +-- 9328 - Held der Sin'dorei +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9328 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9328, "deDE", "Ihr wünscht eine Audienz bei mir, $C? Ich kann mich nicht an eine Verabredung erinnern.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9328 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9328, "deDE", "Nun, das ist ein Gesicht, das ich noch nicht so früh hier erwartet hätte.$B$BDas sind ziemlich gute Neuigkeiten, $N, in mehr Hinsichten, wie Ihr Euch denken könnt.", 26972); + +-- 9329 - Die Verlassenen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9329 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9329, "deDE", "Die Verlassenen sind hier, weil wir und die Blutelfen einen gemeinsamen Feind haben: Dar'Khan! Er ist zurückgekehrt und befehligt die Geißel von der Todesfestung im Süden aus.$B$BFürstin Sylvanas Windläufer, die ursprünglich aus dieser Gegend hier stammt, hatte schon früher mit Dar'Khan zu tun und möchte ihn tot sehen!$B$BWir werden ihn besiegen, $N, und Ihr werdet uns dabei helfen!", 26972); + +-- 9487 - Arkanhäscher +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9487 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9487, "deDE", "Ihr seid den Rohlingen nicht zu Nahe gekommen, hoffe ich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9487 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9487, "deDE", "Welche Verschwendung, Magie zu nutzen um Wesen von körperlicher Gewalt zu erschaffen. Ich dachte immer, das wäre der Grund, warum wir uns mit den niederen Völkern verbündet hätten.$B$BEs war gut von Euch, sie zu zerstören. Nun können wir ihre Überreste für angemessenere Zwecke verwenden.", 26972); + +-- 9488 - Eine einfache Robe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9488 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9488, "deDE", "Die Robe kann ohne die notwendigen Materialien nicht fertiggestellt werden, aber das ist Euch sicherlich bekannt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9488 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9488, "deDE", "Die Details der Herstellung von magischen Roben brauchen Euch nicht zu interessieren, $B, Ihr müsst nur Wissen, was Ihr mir zu bringen habt.$B$BUm ehrlich zu sein, Ihr habt mir genug für mehrere Roben gebracht. Der Profit, den ich damit machen kann, sollte ausreichen, um die Herstellungskosten Eurer Robe zu decken, und mir selbst noch etwas Nettes zu kaufen. Habt Dank!", 26972); + +-- 9621 - Gesandter zur Horde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9621 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9621, "deDE", "Ah, ein Besucher aus Quel'Thalas! Welche Neuigkeiten bringt Ihr?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9621 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9621, "deDE", "Dann ist es also geschehen. Der gemeine Verräter hat bekommen, was er verdient hat.$B$BIhr habt das selbst getan? Eine beeindruckende Tat, die beweist, dass Euer Volk immer noch würdig ist, $N.$B$BWie ich sehe, hat Lor'themar weitere Nachrichten, die seine Beziehungen zu den Trollen und ihrem Kriegshäuptling deutlich verbessern werden.", 26972); + +-- 9626 - Begegnung mit den Orcs +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9626 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9626, "deDE", "Ihr seid weit gereist, um mich zu treffen. Was bringt Euch nach Orgrimmar?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9626 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9626, "deDE", "<Saurfang beginnt, den Brief zu lesen.>$B$BSylvanas ist hartnäckig. Sie geht sogar so weit, einen Champion von Silbermond zu schicken... aber was soll das ändern?", 26972); + +-- 9627 - Treue gegenüber der Horde +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9627 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9627, "deDE", "Eure Taten waren den Zielen unseres Volkes sehr dienlich.$B$BBereitet Euch auf große Veränderungen vor, $N. Wir sind nun offiziell ein Teil der Horde.", 26972); + +-- 9758 - Rückkehr zu Arkanist Vandril +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9758 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9758, "deDE", "Ah, gut, da seid Ihr ja. Und gerade zur rechten Zeit, es gibt viel zu tun!", 26972); + +-- 9811 - Freund der Sin'dorei +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9811 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9811, "deDE", "Ihr wünscht eine Audienz bei mir, $C? Ich kann mich nicht an eine Verabredung erinnern.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9811 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9811, "deDE", "Ihr habt Dar'Khan also getötet, $R? Beeindruckend. Ich habe das Gefühl, dass unsere und Eure Leute bald gute Freunde sein werden.", 26972); + +-- 9877 - Ein Regenerationsgebräu +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9877 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9877, "deDE", "Janeda schickt Euch, um die Gefangenen der Todesfestung zu retten? Sie muss eine hohe Meinung von Euch haben, $N.", 18019); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_03_world_335.sql new file mode 100644 index 00000000000..76b24b69ac9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_03_world_335.sql @@ -0,0 +1,402 @@ +-- Azuremyst Isle -- Azurmythosinsel + +-- 9290 - Ausbildung zum Magier +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9290 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9290, "deDE", "Es ehrt mich, dass Ihr mich wegen meines Wissens aufsucht. Es gibt viel zu tun, wenn sich Eure magischen Fähigkeiten gänzlich entfalten sollen.$B$BSeit mehr als hundert Jahren lehre ich die Künste der arkanen Magie, Frost- und Feuerzauber. Auch auf dieser Welt kann ich ihre Macht spüren. Möchtet Ihr, dass ich Euch an meinen Kenntnissen teilhaben lasse?", 26972); + +-- 9279 - Ihr habt überlebt! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9279 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9279, "deDE", "$N, bei meiner ewigen Seele, es ist gut, Euch zu sehen! Ich weiß nicht, warum die Exodar abgestürzt ist. Nur diejenigen von uns, die in diesem Teil des Schiffs waren, sind noch am Leben.$B$BUns bleibt nicht viel Zeit, wenn wir so viele wie möglich retten wollen!", 26972); + +-- 9280 - Wiederaufladen der Heilkristalle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9280 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9280, "deDE", "$N, habt Ihr schon das benötigte Mottenblut für die Heilkristalle? Überlebende sind über das gesamte Tal verstreut und die Zeit drängt!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9280 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9280, "deDE", "Wie bedauernswert, dass diese Kreaturen sterben mussten, damit wir überleben können - wahlloses Töten entspricht nicht dem Weg der $R. Wie auch immer, das von Euch gesammelte Blut wird unsere Heilkristalle wieder aufladen, somit war ihr Opfer nicht umsonst.", 26972); + +-- 9283 - Rettet die Überlebenden! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9283 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9283, "deDE", "Dem Licht sei Dank! Ihr habt getan, was nur eine wahre Heldin vollbringen kann, $N! Jeder $R, den Ihr gerettet habt, verdankt Eurer Selbstlosigkeit sein Leben!$B$BBitte, nehmt diesen Vorratsbeutel. Ihr könnt ihn sicher besser gebrauchen als ich.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Überlebende der Draenei gerettet", `VerifiedBuild`=26972 WHERE `ID` = 9283 AND `locale` = "deDE"; + +-- 9289 - Ausbildung zum Krieger +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9289 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9289, "deDE", "Es ist gut, dass Ihr meine Weisung ersucht. Ich habe seit Jahrhunderten junge Draeneikrieger ausgebildet, also werde ich Euch schon auf die eine oder andere Weise auf den richtigen Weg eines Kriegers verhelfen können. Ich sehe eine Zukunft als mächtiger $C für Euch voraus, aber nur, wenn Ihr auch wirklich beherzigt, was ich Euch beibringe.$B$BSeid Ihr bereit, junger $C?", 26972); + +-- 9293 - Die große Mondweidenjagd +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9293 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9293, "deDE", "Der Zustand aller Proben muss einwandfrei sein, damit wir eine Chance haben, den See zu entseuchen.$B$BUns bleibt nicht viel Zeit, $C!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9293 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9293, "deDE", "Genau das habe ich gebraucht. Danke, $C!$B$BWährend Ihr unterwegs wart, habe ich bereits meine Ausrüstung aufgebaut, um die Proben auswerten zu können. Ich sollte lediglich ein paar Augenblicke benötigen.", 26972); + +-- 9294 - Die Heilung des Sees +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9294 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9294, "deDE", "Euren Schilderungen zufolge hat der Neutralisierungswirkstoff funktioniert! Ich wünschte nur, ich wüsste, wie lange er anhält. Wir müssen den Energiekristall gänzlich aus dem See entfernen.$B$BDanke, $N! Ich werde Tedon bitten, den Neutralisierungswirkstoff sofort an einem der gefangenen Tiere auszuprobieren.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Verwendet den Neutralisierungswirkstoff", `VerifiedBuild`=26972 WHERE `ID` = 9294 AND `locale` = "deDE"; + +-- 9303 - Immunisierung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9303 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9303, "deDE", "Je mehr wir tun können, um den Nistelwald aufzuräumen, desto schneller kann Zhanaa zurück an die Arbeit.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9303 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9303, "deDE", "Da jetzt viele der Eulkin immunisiert wurden, können wir uns auf unseren Aufbruch von hier konzentrieren, ohne die gesamte Eulkinpopulation ausrotten zu müssen.$B$BHier, sucht Euch etwas aus. Ihr habt eine so wunderbare Arbeit geleistet, Ihr verdient eine Belohnung!", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nisteleulkin immunisiert", `VerifiedBuild`=26972 WHERE `ID` = 9303 AND `locale` = "deDE"; + +-- 9305 - Ersatzteile +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9305 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9305, "deDE", "Ich bin mir sicher, dass wir den Emitter mit den Ersatzteilen reparieren können! Mit etwas Glück, werden wir da draußen noch andere finden, mit denen wir uns in Verbindung setzen können.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9305 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9305, "deDE", "Lasst mich mal sehen.$B$BJa, ich denke, das wird gehen; gute Arbeit, $N! Der Emitter ist ziemlich komplex und deshalb kann die Reparatur ein Weilchen dauern. Ich sage Euch Bescheid, sobald ich fertig bin.$B$BSchaut in der Zwischenzeit bei Verteidiger Aldar vorbei und fragt ihn, ob er Euch brauchen kann.", 26972); + +-- 9309 - Der vermisste Späher +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9309 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9309, "deDE", "Hilfe... Blutelfen! Ein... ein Hinterhalt. Ich habe... nicht mehr lange...", 26972); + +-- 9311 - Blutelfenspionage +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9311 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9311, "deDE", "Danke, dass Ihr Euch um die Gutachterin gekümmert habt. Sie war ganz sicher ihre Anführerin. Ich versichere Euch, dass wir uns um den restlichen Haufen, der sich eventuell noch hier in der Nähe aufhält, kümmern werden.$B$BBitte, nehmt eine dieser Waffen als Zeichen unserer Dankbarkeit.", 26972); + +-- 9312 - Der Emitter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9312 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9312, "deDE", "Ja, ja! Ich glaube, ich habe den Emitter reparieren können! Hier, ich muss lediglich den letzten Kristall aktivieren und das sollte es gewesen sein.$B$BSeht, $N, der Emitter. Er scheint zu funktionieren... es erscheint jemand", 26972); + +-- 9313 - Reise zur Azurwacht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9313 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9313, "deDE", "Ah, es ist gut, Euch wiederzusehen! Ich bin froh, dass wir beide unsere Emitter reparieren konnten, sonst hätten wir uns wohl nie gefunden. Sorgt Euch nicht, wir werden natürlich Hilfe und Vorräte ins Am'mental schicken.$B$BDa wir gerade von Hilfe sprechen... jetzt wo Ihr hier seid, könnt Ihr Euch ja mal umsehen und Euch bei den anderen vorstellen. Ich weiß, dass es jede Menge zu tun gibt.", 26972); + +-- 9314 - Nachricht von der Azurwacht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9314 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9314, "deDE", "Oh, Ihr müsst einer der Überlebenden sein, von denen wir gehört haben!$B$BIch bin froh, dass Ihr gekommen seid. Keine Sorge, wir schicken jemanden los, der sich Aeuns verletztes Bein ansehen wird.$B$BIch will unbedingt alles über Eure aufregende Überlebensgeschichte hören! Wenn Ihr bis hierhergekommen seid, müsst Ihr sehr tapfer sein.", 26972); + +-- 9371 - Botanikerin Taerix +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9371 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9371, "deDE", "Oh, welch Glück, dass Ihr hier seid! Wir haben Einiges zu tun.", 26972); + +-- 9369 - Wiederaufladen der Heilkristalle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9369 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9369, "deDE", "$N, habt Ihr schon das benötigte Mottenblut für die Heilkristalle? Überlebende sind über das gesamte Tal verstreut und die Zeit drängt!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9369 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9369, "deDE", "Wie bedauernswert, dass diese Kreaturen sterben mussten, damit wir überleben können - wahlloses Töten entspricht nicht dem Weg der $R. Wie auch immer, das von Euch gesammelte Blut wird unsere Heilkristalle wieder aufladen, somit war ihr Opfer nicht umsonst.", 26972); + +-- 9409 - Eilige Lieferung! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9409 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9409, "deDE", "Hallo, $C. Was habt Ihr da? Ist das für mich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9409 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9409, "deDE", "Gute Arbeit! Das wird die erschöpften Heilkristalle wieder aufladen.$B$BDa Ihr nun schon einmal hier seid... ich hätte da noch eine Aufgabe für Euch, solltet Ihr gewillt sein?", 26972); + +-- 9421 - Ausbildung zum Schamanen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9421 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9421, "deDE", "Ich bin Firmanvaar und mich aufzusuchen war weise von Euch. Ich bin dazu berufen, Schamanen den richtigen Weg zu weisen, besonders denen, die wie Ihr noch unerfahren sind.$B$BDer Schamanismus wird von uns Draenei gerade erst wiederentdeckt, $N. Ihr seid wahrhaft mutig, dieser Lehre zu folgen, denn unter Unseresgleichen wird sie mit Argwohn betrachtet.$B$BIch bin hier, solltet Ihr meine Unterweisung wünschen. ", 26972); + +-- 9449 - Ruf der Erde +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9449 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9449, "deDE", "Es ist sehr kühn von Euch, meinen Rat zu ersuchen, nach all dem, was Eure Leute diesen Inseln angetan haben, $GFremder:Fremde;! Dennoch, Euer Mut spricht für sich, also werde ich Teile meines Wissens preisgeben.$B$BDie Erde unter Euren Füßen ist die Grundlage aller Dinge. Der Himmel, das Wasser, sogar große Feuer - alle lasten auf ihren Schultern. Während die anderen oft in wilden Stürmen toben, hält die Erde geduldig aus. Sie verleiht Eurem Innern Stärke und Kraft.$B$BJetzt werdet Ihr Euch beweisen, $C.", 26972); + +-- 9450 - Ruf der Erde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9450 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9450, "deDE", "Das Gleichgewicht der Elemente scheint noch immer gestört, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9450 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9450, "deDE", "Ihr habt Euch gut geschlagen, $C. Indem Ihr die Zahl der ruhelosen Geister reduziert habt, habt Ihr geholfen, das Gleichgewicht der Elemente wiederherzustellen, das Eure Leute unbeabsichtigterweise zerstört hatten.$B$BDas Gleichgewicht muss immer gewahrt bleiben. Auf Eurem Lebensweg als Schamane, dürft Ihr diese Lehre nie vergessen.", 26972); + +-- 9451 - Ruf der Erde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9451 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9451, "deDE", "Zusammen werden die Zerschlagenen und die Draenei ein tieferes Verständniss für die Mysterien der Elemente wiedererlangen.$B$BSeid Ihr mit der für die Herstellung Eures Erdtotems notwendigen Komponenten zurückgekehrt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9451 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9451, "deDE", "Ausgezeichnet, $N. Indem Ihr das Gleichgewicht der Elemente im Hain wieder hergestellt habt, habt Ihr auch für einen Einklang zwischen den Erdelementen dieser Welt und den Draenei gesorgt. Möglicherweise zeigen diejenigen unter uns, die unseren Weg ablehnen, nun mehr Verständnis?$B$BIch werde ein Totem für Euch erschaffen, das mit den Elementen der Erde verbunden ist. Mit dessen Hilfe werdet Ihr die Kräfte der Erde auf Euren Wunsch herbeirufen können. Mit mehr Weisheit, werden sich Euch auch noch mehr Geheimnisse der Erde erschließen.$B$BHier, nehmt Euer Totem, $C.", 26972); + +-- 9452 - Schnapper - sehr, sehr lecker! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9452 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9452, "deDE", "Nehmt Euch vor den Murlocs in Acht: seltsame und extrem lästige kleine Kreaturen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9452 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9452, "deDE", "Ich hoffe Ihr hattet nicht zu viele Scherereien wegen der Murlocs, $N. Ich bin Euch sehr dankbar für alles, was Ihr getan habt.$B$BSoll ich Euch vielleicht das Angeln beibringen? Ich kann Euch sogar eine Angelrute und ein glänzendes Schmuckstück geben.", 26972); + +-- 9453 - Findet Acteon! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9453 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9453, "deDE", "Was haltet Ihr von meiner Rüstung? Habe sie selbst hergestellt! Sie unterscheidet sich zwar etwas von den traditionellen Rüstungen, die wir normalerweise tragen, ist aber sehr bequem.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9453 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9453, "deDE", "Arme Diktynna... der Murloc hat ihr wohl einen ziemlichen Schrecken eingejagt.$B$B<Acteon seufzt.>$B$BHoffentlich heilen ihre Verletzungen bald...$B$BIhr haltet also nach Arbeit Ausschau, nun, davon gibt es bei der Azurwacht jede Menge!", 26972); + +-- 9454 - Die große Mondweidenjagd +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9454 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9454, "deDE", "Die Bälge der Hirsche taugen nichts, dafür ist ihr Fleisch köstlich zart.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9454 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9454, "deDE", "Gut gemacht, $N, gut gemacht!$B$BHier, während Ihr fort wart, habe ich ein paar der Lenden, die Ihr mir gebracht habt, zubereitet. Vielleicht wollt Ihr ja auch das Rezept haben?", 26972); + +-- 9455 - Seltsame Funde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9455 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9455, "deDE", "Was habt Ihr gefunden? Wo?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9455 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9455, "deDE", "Wie konnte solch ein Ding nur im Magen eines Nachtpirschers enden? Könnten die Trümmer des Absturzes noch mehr Kreaturen verseucht haben?", 26972); + +-- 9456 - Nachtpirscherjagd +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9456 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9456, "deDE", "Ich hoffe nur, dass es nicht schon zu spät ist...", 26972); + +-- 9461 - Ruf des Feuers +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9461 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9461, "deDE", "Hallo, $N, ich habe Euch erwartet. Heute scheint Euer Tag zu sein, nicht?", 26972); + +-- 9462 - Ruf des Feuers +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9462 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9462, "deDE", "Hallo, $N, ich habe Euch erwartet. Ich hoffe, Ihr seid bereit, Eure Ausbildung fortzusetzen. Die nächste Aufgabe wird schwierig werden.", 26972); + +-- 9463 - Medizinische Notwendigkeit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9463 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9463, "deDE", "Ich fürchte, ihr Zustand verschlimmert sich zusehends.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9463 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9463, "deDE", "Lasst uns hoffen, dass diese Salbe ihren Lebenswillen neu belebt!", 26972); + +-- 9464 - Ruf des Feuers +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9464 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9464, "deDE", "Sehe ich richtig, dass das Funkeln in Euren Augen Euren Wunsch heranzuwachsen und zu verstehen widerspiegelt? Gut!$B$BTuluun hat Euch hierher geschickt, da er erkannt hat, dass Ihr fähig seid zu lernen und uns bei einem Problem zu helfen, das durch den Absturz der Exodar verursacht wurde.$B$BWir werden sehen.", 26972); + +-- 9465 - Ruf des Feuers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9465 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9465, "deDE", "Habt Ihr die Fackel?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9465 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9465, "deDE", "Seht Ihr? Das Feuer geht niemals aus. Das ist das Werk Hauteurs. Es ist das Symbol seines Hochmuts. Flammen sollen verzehren, was sie selbst brennen lässt und dann sterben, um ein andermal wieder entfacht zu werden.$B$BIch würde Euch ja beim Löschen der Fackel helfen, aber sie muss noch brennen, damit Ihr Euch Hauteur stellen könnt. Lassen wir sie noch ein wenig länger am Leben.", 26972); + +-- 9467 - Ruf des Feuers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9467 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9467, "deDE", "Sprecht erst wieder mit mir, wenn Ihr Hauteurs Asche habt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9467 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9467, "deDE", "Ihr habt heute eine besonders wichtige Lektion gelernt. Es ist die Geschichte vom Ende und vom neuanfang.$B$BAls wir und das erste Mal unterhielten, sagte ich Euch, dass das Feuer nicht nur Zerstörung verkörpert, sondern auch die erneuernde Kraft der Elemente. Durch Euer Handeln habt Ihr Hauteur zerstört und gleichzeitig gerettet, auf das er aus seiner Asche wiedergeboren wird.", 26972); + +-- 9468 - Ruf des Feuers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9468 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9468, "deDE", "Ihr scheint Euch an ein paar Ecken versengt zu haben. Wie erging es Euch bei der Zusammenkunft mit der Flamme, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9468 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9468, "deDE", "Ihr habt das reinigende Feuer der Zerstörung erfahren und seid erneuert worden, $N. Dies ist nichts im Gegensatz zu dem Elend, das die Draenei derzeit erleiden. Ihr habt Hauteur vor sich selbst gerettet und somit Eure Bindung zu dem Element des Feuers in dieser Welt gesichert.", 26972); + +-- 9473 - Eine alternative Alternative +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9473 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9473, "deDE", "Verschwendet keine Zeit, Junge.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9473 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9473, "deDE", "Seht, wie die Pflanze ihre wundersame Wirkung entfaltet.", 26972); + +-- 9505 - Die Prophezeiung von Velen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9505 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9505, "deDE", "Ihr sagt, dass Ihr eines unserer Besatzungsmitglieder gefunden habt und dass sie schwer verletzt ist? Ich werde umgehend ein Mitglied meiner Besatzung in Euer Dorf entsenden!", 26972); + +-- 9506 - Ein kleiner Anfang +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9506 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9506, "deDE", "Hattet Ihr Erfolg, Fremder?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9506 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9506, "deDE", "Ihr seid verdammt einfallsreich! Jetzt, da wir unsere Navigationsinstrumente zurückerhalten haben, sollte es leicht sein, herauszufinden, wie weit wir vom Kurs abgekommen sind.$B$BAber wartet, was ist das? Da ist etwas in der Karte eingerollt. Lasst mich mal sehen...$B$BDas sind Befehle von Mogul Raztunk der Venture Company. Laut diesen Plänen sind sie hier, um die Insel ihrer Kristalle zu berauben und unsere Schiffe zu kapern, wenn sie fertig sind!$B$BBei Bronzebarts buschiger Braue! Deswegen haben sie uns an Land gezwungen? Wie konnten sie von unseren Plänen erfahren?$B$BDas riecht nach einem Verräter...", 26972); + +-- 9512 - Kräckas Jumboeintopf +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9512 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9512, "deDE", "Arrr... Jarr... beim Klabautermann... Eh, 'tschuldigung Junge, ich muss mal wieder 'n bisschen Pirat spielen, bevor ich's ganz vergesse...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9512 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9512, "deDE", "Erste Sahne, $GFremder:Fremde;. Das wird helfen, die Moral der Mannschaft wieder mächtig aufzumöbeln.", 26972); + +-- 9513 - Die Rückeroberung der Ruinen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9513 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9513, "deDE", "Gelobt sei Elune! Mögen die ruhelosen Geister endlich Frieden finden.", 26972); + +-- 9514 - Runenbesetzte Schrifttafel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9514 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9514, "deDE", "Ihr habt etwas entdeckt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9514 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9514, "deDE", "Ich kann diese Runen leider nicht entziffern, doch ich kenne jemanden, der dies zu tun vermag...", 26972); + +-- 9515 - Kriegsherr Sriss'tiz +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9515 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9515, "deDE", "Nach dem Tod von Kriegsherr Sriss'tiz dürfte die Gefahr einer Nagainvasion fürs Erste gebannt sein...$B$BIch muss gestehen, es war falsch von mir, so schlecht über Euch zu denken, $N. Ihr habt bewiesen, dass Ihr weit entfernt seid vom Abschaum, der sich Archimonde nannte. Bitte nehmt dieses Geschenk der Nachtelfen als ein Zeichen der Freundschaft entgegen.", 26972); + +-- 9523 - Marmor, Stein und Eisen bricht, aber uralte Nachtelfenrelikte nicht... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9523 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9523, "deDE", "Kommt nicht ohne uralte Relikte zurück.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9523 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9523, "deDE", "Mein Paps wäre stolz! Sein Junge hat bei den ersten Nachtelfenruinen, auf die er gestoßen ist, das große Los gezogen... dank Eurer Hilfe natürlich. Ja, macht Euch keine Sorgen, ich werde Euch nicht von der Entdeckung ausschließen. Euer Name ist $N, stimmt's? In Eisenschmiede werden alle von Euch hören.", 26972); + +-- 9527 - Was noch bleibt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9527 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9527, "deDE", "Meine Frau hieß Thalrisa und meine Tochter Magwin.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9527 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9527, "deDE", "Ich danke Euch, $N. Ihre Geister können nun in Frieden ruhen.", 26972); + +-- 9528 - Ein Hilferuf +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9528 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9528, "deDE", "<Freudentränen strömen über Cowlens Gesicht.>$B$BWie kann ich Euch dafür jemals genug danken, $N? Bitte, nehmt dieses Erbstück. Es symbolisiert die heiligen Bande der Freundschaft sowie das Vertrauen und die Verbundenheit zwischen den Nachtelfen. Ihr seid wie ein Bruder für mich - vom heutigen Tag bis in alle Ewigkeit...", 26972); + +-- 9530 - Einen Plan aus Hecken +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9530 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9530, "deDE", "Ich liebe es, wenn ein Plan aufgeht...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9530 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9530, "deDE", "Ich muss Euch warnen: Das, was ich als Nächstes von Euch verlangen werde, ist sehr gefährlich. Ich würde es Euch nicht verdenken, wenn Ihr mir dabei lieber nicht aushelfen wollt, $N.", 26972); + +-- 9531 - Laubangriff +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9531 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9531, "deDE", "Der Verräter wird noch bereuen, dass er sich mit dem Marinekommando der Allianz angelegt hat!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9531 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9531, "deDE", "Ich kann es nicht glauben! Der Gnom war es, die ganze Zeit über... Ich hätte es wissen sollen!", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Verräter entlarvt", `VerifiedBuild`=26972 WHERE `ID` = 9531 AND `locale` = "deDE"; + +-- 9537 - Keine Gnade mit dem Gnom +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9537 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9537, "deDE", "Habt Ihr den elenden Lügner gefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9537 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9537, "deDE", "Unglaublich! Das gehörte alles zu ihrem perfiden Plan!$B$BIhr müsst diese Informationen dem König und Euren eigenen Anführern zukommen lassen. Die Folgen sind erschütternd.", 26972); + +-- 9538 - Erlernen der Sprache +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9538 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9538, "deDE", "Das Totem weist zahlreiche Symbole der Fibel auf. Ihr könnt Eulen, Bären, Wölfe und Hirsche erkennen, die darauf eingraviert wurden.$B$BEuch fällt eine seltsame Ansammlung von Symbolen auf, die Eure Lippen das Wort A-K-I-D-A formen lassen.", 26972); + +-- 9539 - Totem von Coo +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9539 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9539, "deDE", "Das Totem weist zahlreiche Symbole der Fibel auf. Ihr könnt Eulen, Bären, Wölfe und Hirsche erkennen, die darauf eingraviert wurden.$B$BEuch fällt eine seltsame Ansammlung von Symbolen auf, die Eure Lippen das Wort C-O-O formen lassen.", 26972); + +-- 9540 - Totem von Tikti +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9540 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9540, "deDE", "Das Totem weist zahlreiche Symbole der Fibel auf. Ihr könnt Eulen, Bären, Wölfe und Hirsche erkennen, die darauf eingraviert wurden.$B$BEuch fällt eine seltsame Ansammlung von Symbolen auf, die Eure Lippen das Wort T-I-K-T-I formen lassen.", 26972); + +-- 9541 - Totem von Yor +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9541 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9541, "deDE", "Das Totem weist zahlreiche Symbole der Fibel auf. Ihr könnt Eulen, Bären, Wölfe und Hirsche erkennen, die darauf eingraviert wurden.$B$BEuch fällt eine seltsame Ansammlung von Symbolen auf, die Eure Lippen das Wort Y-O-R formen lassen.", 26972); + +-- 9542 - Totem von Vark +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9542 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9542, "deDE", "Beim Lesen des Totems formen Eure Lippen das Wort V-A-R-K. Ihr versteht die Bedeutung, sie lautet Gerechtigkeit.", 26972); + +-- 9544 - Die Prophezeiung von Akida +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9544 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9544, "deDE", "[Furbolg] Die Prophezeiung sprach von jemandem, der sich erheben und uns aus dem gewaltsamen Griff der Sichelklauen befreien würde; dass die Geister selbst die Ankunft dieses Helden verkünden würden.$B$BJetzt seid Ihr gekommen.$B$BIch beuge mich vor Euch in Demut, Großartiger.", 26972); + +-- 9555 - Ruf des Feuers +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9555 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9555, "deDE", "Seid gegrüßt. Es ist stets ermutigend, einen Draenei zu treffen, der sich dem Weg des Schamanismus eröffnet. Es gibt leider nur wenige.$B$BIhr habt nun gelernt, das Feuer nicht nach seinem Äußeren zu beurteilen, genauso, wie Ihr mein Äußeres nicht beurteilen solltet.$B$BIhr seid hier, weil Ihr bereit seid, Euer Feuertotem zu erschaffen.", 26972); + +-- 9559 - Tannenruhfeste +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9559 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9559, "deDE", "Jahrhunderte lang lebten wir in verhältnismäßigem Frieden mit den Kreaturen des Landes. Vor einigen Monaten begann Kurz, dunkle Vorzeichen zu sehen. Der Frieden, den wir so lange genossen hatten, schien in Gefahr. Keiner konnte die Ausmaße dieser Katastrophe erahnen!$B$BUnd so kam es, dass die Götter unser Land straften und sowohl Feinde als auch Freunde gegen uns richteten. Aber es gab da noch etwas... inmitten des Chaos sollte sich ein Held erheben: ein Held, in dessen Adern nicht das Blut der Tannenruh fließt. Der Auserwählte würde uns vor der Zerstörung erretten.$B$BDer prophezeite Held wart Ihr.", 26972); +UPDATE `quest_template_locale` SET `Details`="$GAuserwählter:Auserwählte;, Ihr müsst nach Norden zur Heimstätte meiner Leute reisen – zur Tannenruhfeste. Dort werdet Ihr auf Eure schrecklichste Herausforderung treffen.$B$BGeht jetzt, der Oberhäuptling der Tannenruhfeste erwartet Euch.", `VerifiedBuild`=26972 WHERE `ID` = 9559 AND `locale` = "deDE"; + +-- 9560 - Biester aus der Apokalypse! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9560 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9560, "deDE", "Es sind hässliche kleine Kreaturen. Sogar der blinde Behüter könnte sie sehen... und er ist blind.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9560 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9560, "deDE", "Nicht nur, dass die Prophezeiung wahr ist, nein, diese Rüstung ist ebenso erstaunlich! Eine Rüstung für einen Helden! Ich werde sie Euch für einen besonders günstigen Preis verkaufen, Fellloser.$B$BDas war ein Scherz... das erste Teil gibt's umsonst.", 26972); + +-- 9562 - Murlocs... Warum hier? Warum jetzt? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9562 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9562, "deDE", "Ein Murloc hat mir in den Hintern getreten und mich angespuckt... und das am helllichten Tag!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9562 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9562, "deDE", "Mmmmm... köstliches Getreide... Parkat wird sich freuen!", 26972); + +-- 9564 - Gurfs Würde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9564 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9564, "deDE", "Ist das etwa das, was ich vermute?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9564 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9564, "deDE", "<Gurf spuckt auf den Fellfetzen und versucht ihn auf die kahle Stelle auf seinem Hintern anzubringen.>$B$BDas muss vorerst halten! Ich hoffe, dass einer der Schamanen den Schaden wieder beheben kann.", 26972); + +-- 9565 - Sucht in der Tannenruhfeste +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9565 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9565, "deDE", "Der Blutkristall verstrahlt eine kränkliche Aura, die in das Wasser im Keller sickert.", 26972); + +-- 9566 - Blutkristalle +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9566 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9566, "deDE", "Von den Blutkristallen, wie Ihr sie gesehen habt, wurden von meinen Spähern noch viele weitere im Norden gesichtet.$B$BIch danke Euch für die Hilfe, muss Euch nun aber bitten zu gehen, weil ich mich noch mit den Ältesten beraten muss. Ich werde nach Euch rufen lassen, sobald ich mit den anderen Ältesten des Dorfes gesprochen habe.", 26972); + +-- 9570 - Kurken lauert +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9570 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9570, "deDE", "<Kurz schnaubt Euch an.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9570 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9570, "deDE", "Der Held ist erfolgreich zurückgekehrt!$B$BDie Prophezeihung hat sich fast vollständig bewahrheitet. Jetzt zu dem Balg...", 26972); + +-- 9571 - Kurkens Balg +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9571 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9571, "deDE", "Hallo, Held!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9571 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9571, "deDE", "Das ist die stärkste Rüstung, die ich jemals angefertigt habe! Nutzt sie weise, $N.", 26972); + +-- 9573 - Häuptling Oomooroo +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9573 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9573, "deDE", "Das könnte die Gelegenheit sein, auf die wir so lange gewartet haben! Ich werde sofort angreifen lassen! Der Stamm der Tannenruhfeste dankt Euch für Euren Einsatz, $N!", 26972); + +-- 9602 - Unheilvolle Mitteilung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9602 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9602, "deDE", "Ihr seid zurück!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9602 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9602, "deDE", "<Exarch Menelaous nimmt die Mitteilung von Euch entgegen und beginnt sie zu lesen.>$B$BVerdammt... verdammt sie alle in den Nether. Sie hatten einen Spion, der sie über all unsere Aktivitäten informiert hat! Und seit wann?$B$BIch werde sofort Velen informieren!$B$BIhr habt uns einen großen Dienst erwiesen, $N. Haltet die Augen offen, ich werde mich an Euch wenden, sobald der Prophet mir mitgeteilt hat, was es zu tun gilt.", 26972); + +-- 9603 - Betten, Verbände und noch viel mehr +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9603 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9603, "deDE", "Guten Tag, $N. Interessiert Ihr Euch für einen Hippogryphenflug?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9603 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9603, "deDE", "Ihr müsst also zu der Exodar?$B$BDas ist ein ganz schön weiter Weg, aber keine Sorge, ich weiß schon, wie Ihr auf dem schnellsten Weg an Euer Ziel kommt.", 26972); + +-- 9604 - Auf dem Rücken eines Hippogryphen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9604 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9604, "deDE", "Seid gegrüßt, Freund. Ihr seht aus, als hättet Ihr einen langen Weg hinter Euch. Wie kann ich Euch helfen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9604 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9604, "deDE", "Ah, Ihr habt also Chellans Liste mitgebracht. Ausgezeichnet! Ich hatte gehofft, dass ich sie heute erhalten würde. Lasst mal sehen, was sie braucht.$B$B<Nurguni überfliegt die Liste und beginnt verschiedene Gegenstände in eine Kiste zu packen.>$B$BDas sind fast alle Dinge, die sie aufgelistet hat. Die Teile für die Betten sind einfach zu groß, um auf einem Hippogryphen transportiert werden zu können. Ich werde dafür sorgen, dass sie mit einem Wagen nachgeliefert werden.", 26972); + +-- 9605 - Hippogryphenmeister Stephanos +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9605 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9605, "deDE", "Wohin wollt Ihr, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9605 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9605, "deDE", "Ihr wollt also mit dieser Kiste zurück zur Azurwacht? Kein Problem, $C. Sagt einfach Bescheid, wenn's losgehen soll.", 26972); + +-- 9606 - Zurück zu Versorgerin Chellan +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9606 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9606, "deDE", "Willkommen zurück, $N. Konnte Nurguni Euch alle Vorräte mitgeben, die auf der Liste standen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9606 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9606, "deDE", "<Ihr überreicht die Kiste und erklärt, dass Nurguni dafür sorgt, dass die größeren Gegenstände mit einem Wagen nachgeliefert werden.>$B$BGroßartig! Ich werde jetzt endlich ein paar Lagerstätten und eine Versorgungsstation einrichten können. Hier wird man sich in Zukunft um Verwundete und mögliche weitere Überlebende kümmern können.$B$BIch weiß gar nicht, wie ich Euch für Eure Hilfe danken kann, $N. Die Anerkennung von mir und den Verteidigern der Azurwacht ist Euch sicher.", 26972); + +-- 9612 - Herzlichen Dank! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9612 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9612, "deDE", "Gut gemacht, $N. Sehr gut gemacht! Ihr seid $Gein besonderer:eine besondere; $R - Weiter als andere in Eurem Alter. Nehmt dies als Belohnung!", 26972); + +-- 9616 - Banditen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9616 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9616, "deDE", "Ja? Ich bin wirklich sehr beschäftigt, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9616 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9616, "deDE", "Beim bartlosen, quadratischen Schädel von O'ros! Gut, dass Ihr das zu mir gebracht habt, $N. Diese Blutelfen haben es... nun ja, auf Blut abgesehen. Velen wird davon sofort in Kenntnis gesetzt werden! Nehmt dies als Anerkennung.", 26972); + +-- 9622 - Warnt vor der Gefahr +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9622 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9622, "deDE", "Visionen sagt Ihr? Interessant... und diese Prophezeiung hat sich also bewahrheitet?$B$BIhr sagt jedoch, dass man den Kraftkern der Exodar gesehen hat? O'ros erschien auch in der Vision? Was kann das nur bedeuten?", 26972); + +-- 9623 - Reifer werden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9623 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9623, "deDE", "<Torallius rückt seine Augenklappe zurecht und sieht Euch an.>$B$BHaben wir der Hand von Argus nichts Besseres anzubieten?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9623 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9623, "deDE", "<Torallius seufzt.>$B$BNun gut, lasst mich einen Blick auf diese Befehle werfen.", 26972); + +-- 9625 - Elekk sind starker Tobak +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9625 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9625, "deDE", "Naja, zumindest habt Ihr's bis hierher geschafft! Jetzt schicken wir Euch lieber an die Arbeit, bevor Ihr noch zertrampelt werdet.", 26972); + +-- 9798 - Blutelfenpläne +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9798 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9798, "deDE", "Was habt Ihr denn da?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9798 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9798, "deDE", "Hier, lasst mich einen Blick auf diese Pläne werfen.$B$BDie Blutelfen sind uns hierher gefolgt? Sie sind durch und durch bösartig und sollten ganz und gar ausgelöscht werden!$B$B<Der Verteidiger braucht einen Moment, um sich wieder zu fassen.>$B$BEntschuldigung, ich hätte mich beherrschen sollen. Wir stehen für die Entdeckung dieser Informationen in Eurer Schuld, $N.", 26972); + +-- 9799 - Botanische Hilfsarbeit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9799 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9799, "deDE", "Hallo, $C. Habt Ihr die Blumen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9799 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9799, "deDE", "Das sieht mir nach ein paar guten Exemplaren aus. Danke für Eure kleine Hilfsarbeit. Sobald ich Zeit zum Untersuchen der Blumen habe, sollte ich bestimmen können, was es zur Wiederherstellung der Felder bedarf.", 26972); + +-- 10302 - Unberechenbare Mutanten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10302 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10302, "deDE", "Ihr seid fertig? Das sind gute Nachrichten. Hoffentlich finden wir einen Weg, bei dem wir diese mutierten Kreaturen nicht töten müssen.$B$BIch glaube, ich habe einen Plan entwickelt, der uns eine alternative Lösungsmöglichkeit für unser Problem bietet, aber ich werde Eure Hilfe brauchen.", 26972); + +-- 10303 - Die Blutelfen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10303 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10303, "deDE", "Diese Blutelfen wollen uns alle töten. Wie können wir sie davon abhalten?", 26972); + +-- 10304 - Verteidiger Aldar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10304 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10304, "deDE", "$N, richtig? Ich habe viel Gutes über Euch und die Arbeit, die Ihr in der kurzen Zeit, in der Ihr hier wart, geleistet habt, gehört.$B$BWir sind auf Eure Hilfe angewiesen, um die Dinge wieder zu normalisieren. Ich bin mir sicher, dass auch Zhanaa da drüben Eure Hilfe brauchen könnte.", 26972); + +-- 10324 - Die große Mondweidenjagd +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10324 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10324, "deDE", "Die Bälge der Böcke sind grob und stark und halten das Fleisch zäh. Es ist kaum essbar, aber wir können es für andere Zwecke einsetzen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10324 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10324, "deDE", "Wunderbar! Ihr entwickelt Euch zu einem beachtlichen Jäger, $N.$B$BWürdet Ihr mir gerne ähnlich sehen? Nun, hier ist Eure Chance! Während Ihr auf der Jagd wart, habe ich diese Gegenstände aus den Bälgen, die ich hier noch herumliegen hatte, gefertigt.", 26972); + +-- 10428 - Der vermisste Fischer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10428 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10428, "deDE", "Meine Familie... Was habe ich getan... Was hätte ich tun sollen?$B$BWarum werde ich so bestraft?", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_04_world_335.sql new file mode 100644 index 00000000000..1322915f934 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_04_world_335.sql @@ -0,0 +1,11 @@ +-- Infernal (89) +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|4 WHERE `entry`=89; + +-- Water Elemental (501) +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|16 WHERE `entry`=501; + +-- Greater Earth Elemental (15352) +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|8 WHERE `entry`=15352; + +-- Greater Fire Elemental (15438) +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|4 WHERE `entry`=15438; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_05_world_335.sql new file mode 100644 index 00000000000..ea52c6575ff --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_05_world_335.sql @@ -0,0 +1,428 @@ +-- Bloodmyst Isle -- Blutmythosinsel + +-- 9501 - Ruf des Wassers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9501 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9501, "deDE", "Ja?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9501 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9501, "deDE", "Fürchtet Euch nicht, $N. Wir werden hier mit Hilfe unserer Gedanken miteinander kommunizieren.$B$BIch bin Weissager Nobundo dankbar, dass er Euch zu mir gesandt hat. Etwas verunreinigt das Wasser auf und um die Blutmythosinsel herum. Nicht einmal einem Blinden würde der Effekt entgehen, den diese Störung auf die Kreaturen hat.$B$BIhr und ich werden zusammen gegen diese Verderbnis vorgehen, bevor sie sich noch weiter ausbreitet.", 26972); + +-- 9504 - Ruf des Wassers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9504 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9504, "deDE", "Habt Ihr die Probe Reinsten Wassers aus den Ruinen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9504 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9504, "deDE", "Wasser schwindet schnell, vereinigt man aber genug davon, bildet es eine unaufhaltsame Kraft. Es spült Erde und Feuer hinfort und bahnt sich auch durch die Luft seinen Weg.$B$BWir sind diese unaufhaltsame Kraft, $N, nicht diejenigen, die die Blutmythosinsel vergiftet haben!", 26972); + +-- 9508 - Ruf des Wassers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9508 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9508, "deDE", "Wart Ihr Erfolgreich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9508 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9508, "deDE", "Wir haben es geschafft! Der Katastrophe wurde vorgebeugt und Ihr habt die Erholung der Gewässer von der Blutmythosinsel in Gang gesetzt. Mit der Zeit wird sich das Wasser, in Verbindung mit den anderen Elementen, wieder von selbst heilen.$B$BEs ist wirklich traurig, die Blutelfen sehen einfach nicht, wie sie sich durch die Zerstörung ihrer Umgebung langsam selbst vernichten!", 26972); + +-- 5921 - Mondlichtung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 5921 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (5921, "deDE", "Und so beginnt es, Vater Cenarius. Und so beginnt es.$B$BDendrite macht eine schnelle, unsichtbare Geste in die Luft über ihm. Eine leichte Aura der Macht fällt über ihn.$B$BDie erste Perspektive der Natur, die Ihr Euch aneignen müsst, ist die des Bären. Ich werde Euch auf den Weg bringen, um diesen Aspekt des Druidenlebens zu verstehen, aber Ihr müsst ihn Euch zu Eigen machen und pflegen - von nun an und für immer!", 26972); + +-- 5925 - Dem Ruf folgen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 5925 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (5925, "deDE", "Ich bin froh, dass Ihr heute Euren Weg hierher gefunden habt. Es ist an der Zeit für Euch, einen großen Schritt in eine noch viel größere Welt zu tun.$B$BIn jedem von Cenarius' Kindern steckt die Berufung, der Natur zu dienen. Tiere und Pflanzen sind unsere Freunde wie auch unsere Schützlinge. Wir haben uns entschlossen, sowohl zu ihrem wie auch unserem Wohl unsere Leben dem Erhalt des Gleichgewichts zu widmen. Euer erster Schritt in diese Welt wird es sein, etwas über den Weg des Bären und die Stärke von Körper und Herz zu erlernen.$B$BMacht Euch bereit!", 26972); + +-- 5929 - Großer Bärengeist +DELETE FROM `quest_request_items_locale` WHERE `ID` = 5929 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (5929, "deDE", "Kehrt erst zurück, wenn der große Bärengeist Euch wieder zu mir zurückschickt. Eure Ausbildung kann ohne seinen Segen nicht weitergehen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 5929 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (5929, "deDE", "Dendritte macht eine weitere unsichtbare Geste in der Luft über ihm, als Ihr Euch ihm nähert. Eine erneute Aura der Macht legt sich auf ihn und er lächelt ein wenig.$B$BIch spüre Weisheit in Euch, Weisheit, die nicht zugegen war, als wir uns das erste Mal trafen. Ihr blickt mit Stärke und verständnisvollem Eifer zu mir auf, auch wenn dieser Eifer noch nicht sehr zielgerichtet ist. Ihr werdet nun lernen, Eure Stärke zu fokussieren und das Wesen des Bären in Eure Arbeit anzuwenden.", 26972); + +-- 5931 - Zurück nach Darnassus +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 5931 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (5931, "deDE", "Willkommen, $N. Ich spüre, dass Eure erste Begegnung mit dem großen Bärengeist genauso verlief wie bei allen Druiden, wenn sie die ersten Schritte auf dem Pfad der Klaue tun... etwas verwirrend, aber sehr eindrucksvoll. Ich weiß, dass es für mich damals auch so war.$B$BDer große Bärengeist ist schon so lange ein Teil von Azeroth wie Azeroth in den Himmeln existiert. Wir verlassen uns heute auf seine Weisheit und seine Macht, um unseren Absichten Antrieb zu verleihen. Nun ist es an der Zeit für Eure erste Prüfung dieser Absichten. Hört mir gut zu...", 26972); + +-- 6001 - Körper und Herz +DELETE FROM `quest_request_items_locale` WHERE `ID` = 6001 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (6001, "deDE", "Wenn Ihr der Herausforderung getrotzt habt, die vor Euch liegt, wird Euch das ganze Wissen über die Kraft des Körpers und des Herzens zuteil werden. Bis dahin kann ich Euch nicht weiter behilflich sein.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 6001 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (6001, "deDE", "Endlich habt Ihr den Schritt in eine viel größere Welt getan, $N. Ich spüre die Lehre des großen Bärengeistes in Euch, und auch, dass Ihr die Kraft erhalten habt, die Mondklaue besaß.$B$BKein weiteres Hindernis versperrt Euren Weg... lasst mich Euch jetzt lehren, was es bedeutet, ein $C der Klaue zu sein.", 26972); + +-- 9548 - Gestohlene Ausrüstung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9548 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9548, "deDE", "Konntet Ihr meine Ausrüstung finden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9548 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9548, "deDE", "Das ist fantastisch! Der Diebstahl meiner Ausrüstung hat mir zu noch mehr Einsicht in das Verhalten der Murlocs verholfen, als ich womöglich mittels wochenlanger Beobachtungen hätte gewinnen können!$B$BIch weiß schon, was ich in meinen Bericht schreiben werde.$B$B'Beim Aufeinandertreffen mit Erzeugnissen einer technologisch höher gestellten Kultur, zeigten die Murlocs der Schwarzschlammküste nicht die sonst typische Neugier wie humanoide Entwicklungskulturen.$B$B'Das ist großartig! Die Herren in Eisenschmiede werden es lieben! Ich kann Euch nicht genug danken, $N.", 26972); + +-- 9549 - Schwarzschlammartefakte +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9549 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9549, "deDE", "Habt Ihr die Gegenstände, die ich nach Eisenschmiede bringen möchte?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9549 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9549, "deDE", "Verblüffend, einfach verblüffend! Diese Stücke sind perfekt, $N. Ich kann sie mir bereits unter Glas im Museum von Eisenschmiede vorstellen. Der Text für die Vitrine schreibt sich in meinem Kopf gewissermaßen von selbst!$B$BEure Hilfe war für den Fortgang meiner Studien von unschätzbarem Wert. Wie schreibt sich Euer Name doch gleich? Ich werde dafür sorgen, dass Ihr in meinem Bericht als Mitautor auftaucht.$B$BEiner der Burschen auf dem Schiff gab mir diese 'Schatzkarte', um seine Spielschulden bei mir zu begleichen, allerdings ist Mythologie keines meiner Fachgebiete. Abergläubiges Pack, diese Seefahrer.", 26972); + +-- 9550 - Wohin führt die Karte? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9550 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9550, "deDE", "Vielleicht bezieht sich die Karte ja auf dieses alte Tagebuch.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9550 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9550, "deDE", "Nachdem Ihr Euch das Buch sorgfältig angesehen habt, kommt Ihr zu dem Schluss, dass es sich um ein Tagebuch handelt. Die Eintragungen auf den Seiten weisen eine elegante Handschrift auf, die sich von der auf der Karte unterscheidet. Zahlreiche Texte sind durch hinzugefügte Beschriftungen und Zeichnungen im Stil der Karte unleserlich geworden.$B$BDurch das Geschreibsel des Kartenverfassers, in dem er von Trinkgelagen während des Landgangs faselt, sind die eigentlichen Eintragungen fast nicht mehr auszumachen.", 26972); + +-- 9557 - Entziffern des Buchs +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9557 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9557, "deDE", "Möge das Licht bei all Euren Bemühungen mit Euch sein, $C. Was habt Ihr da?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9557 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9557, "deDE", "Hmm... das ist äußerst faszinierend. Ja, ich sollte in der Lage sein, die eigentlichen Einträge des Schreibers in diesem Buch entziffern zu können.$B$BIch verfüge über die benötigten Mittel hier. Es sollte nur einen Augenblick dauern.", 26972); + +-- 9561 - Nolkais Worte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9561 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9561, "deDE", "Gras und Gestrüpp bedecken eine unnatürliche Wölbung am Boden.$B$BNach nur kurzem Graben entdeckt Ihr einen alten Kasten. Es muss sich dabei um den, der in Nolkais Tagebuch beschriebenen ist, handeln.", 26972); + +-- 9567 - Kenne deinen Feind +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9567 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9567, "deDE", "Habt Ihr schon etwas Wissenswertes von den Satyn der Nazzivus erlangt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9567 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9567, "deDE", "Gut gemacht, $N. Mal sehen, was ich von dieser Glyphe in Erfahrung bringen kann. Dann können wir unseren nächsten Schritt planen.", 26972); + +-- 9569 - Die Bedrohung bekämpfen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9569 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9569, "deDE", "<Verteidigerin Aalesia scheint eher durch Euch hindurch, als Euch anzusehen, sie ist voll und ganz mit den Satyrn beschäftigt.>$B$BSeid Ihr schon gegen den Anführer der Satyrn vorgegangen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9569 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9569, "deDE", "Ohne ihren Anführer und die entwendeten Kristalle können wir die Satyrn bedenkenlos in Schach halten. Nur das Licht weiß, wie viele dieser erbärmlichen Kreaturen da draußen noch lauern.$B$BHerold Mikolaas und ich sind Euch für Eure Hilfe sehr dankbar. Ihr habt uns geholfen, eine noch größere Bedrohung durch die Satyrn abzuwenden. Euer Einsatz wird alle daran erinnern, dass Wachsamkeit der Schlüssel zum Erfolg ist, wenn es darum geht, gegen die Legion und ihre Diener vorzugehen.", 26972); + +-- 9574 - Opfer der Verderbnis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9574 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9574, "deDE", "Konntet Ihr die Proben bekommen, die ich benötige?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9574 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9574, "deDE", "Ich habe jetzt mehr als genug für meine Untersuchungen. Ich danke Euch, $N. Solltet Ihr noch etwas anderes auftreiben können, das beweist, dass die Kristalle die einheimischen Kreaturen der Blutmythosinsel beeinträchtigen, so lasst es mich sofort wissen.", 26972); + +-- 9578 - Suche nach Galaen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9578 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9578, "deDE", "Ja?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9578 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9578, "deDE", "Der Leichnam trägt die für einen Techniker der Exodar übliche Kleidung, aber der von Morae beschriebene Anhänger fehlt.", 26972); + +-- 9579 - Galaens Schicksal +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9579 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9579, "deDE", "<Morae sieht Euch voller Hoffnung an.>$B$BSeid Ihr bei Eurer Suche auf Spuren von Galaen gestoßen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9579 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9579, "deDE", "<Ihr berichtet Morae von Eurem Fund in den Trümmern des Kryokerns.>$B$BAlso... er ist...$B$BIch denke, dass ich es bereits wusste, wollte es aber einfach nicht glauben. Es sind zwar nicht die Neuigkeiten, die ich mir erhofft hatte, aber ich bin Euch für das Auffinden von Galaen zutiefst dankbar.", 26972); + +-- 9580 - Bärdarfsgüter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9580 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9580, "deDE", "Wie verläuft Eure Jagd, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9580 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9580, "deDE", "Mit diesen Vorräten werden wir fürs Erste versorgt sein und die Zubereitung für den späteren Verzehr wird mich sicherlich ein Weilchen beschäftigen. Ich danke Euch für Eure Hilfe, $N.", 26972); + +-- 9581 - Von den Kristallen lernen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9581 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9581, "deDE", "Konntet Ihr die erste Kristallprobe bekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9581 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9581, "deDE", "Dieser Kristallsplitter wird unseren Forschern als Vergleichsgrundlage für Proben von anderen Teilen der Insel dienen, da er aus einem weniger verseuchten Gebiet der Blutmythosinsel stammt.$B$BIch werde die Probe erst losschicken können, wenn ich ein vollständiges Probenset habe, aber der Anfang ist getan. Wenn Ihr mir helfen möchtet, die anderen Proben einzusammeln, werde ich Euch für Eure Mühe natürlich belohnen.", 26972); + +-- 9584 - Die zweite Probe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9584 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9584, "deDE", "Habt Ihr die zweite Kristallprobe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9584 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9584, "deDE", "<Herold Mikolaas untersucht den Kristallsplitter.>$B$BDieser Splitter unterscheidet sich stark von der ersten Probe.$B$B<Herold Mikolaas hält den Kristall ins Licht.>$B$BSeht Ihr, wie das Licht darin pulsiert? Das ist bedenklich. Ich werde in meinem Bericht vermerken, dass die Blutelfen diesen Kristall verändert zu haben scheinen. Ich danke Euch für Eure erneute Hilfe, $N.", 26972); + +-- 9585 - Die zweite Probe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9585 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9585, "deDE", "Habt Ihr die letzte Probe für mein Set?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9585 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9585, "deDE", "<Herold Mikolaas nimmt den letzten Kristall von Euch entgegen.>$B$BDamit ist das Set vollständig. Ich muss nur noch alles verpacken und zur Exodar senden.$B$B<Der Herold scheint erleichtert, dass die Sache erledigt ist.>$B$BVersteht mich nicht falsch, $N, ich bin mir sicher, dass die Forschungsarbeit wertvoll ist, aber wir haben es hier draußen noch mit zahlreichen anderen Problemen zu tun, die dringend sind.", 26972); + +-- 9620 - Das vermisste Vermessungsteam +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9620 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9620, "deDE", "Auf dem Boden liegen überall die Körper der $R, die dem Vermessungsteam angehörten - von Waffen der Naga durchbohrt. Ihr seht die verstreuten Überreste ihrer Vorräte und Vermessungsausrüstung, aber ihre Datenkristalle befinden sich nicht darunter.", 26972); + +-- 9624 - Lieblingsleckerli +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9624 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9624, "deDE", "Man findet die Sandbirnen immer seltener, was natürlich weniger Kuchen und somit weniger Leckerli für die Elekk hier bedeutet. Konntet Ihr die benötigten Früchte auftreiben?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9624 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9624, "deDE", "War das Auffinden der Früchte schwierig? Ich brauche mit jedem Mal länger.$B$BIch werde allmählich ganz damit aufhören müssen, da ich keine Zeit mehr dafür habe. Danke für das Sammeln der Birnen, $N. Jetzt kann ich zumindest noch ein oder zwei Kuchen backen, bevor die Saison vorüber ist.", 26972); + +-- 9628 - Bergung der Daten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9628 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9628, "deDE", "Konntet Ihr herausfinden, was das Vermessungsteam von seiner Rückkehr abgehalten hat?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9628 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9628, "deDE", "<Ihr erzählt Herold Mikolaas vom Schicksal des Vermessungsteams. Er nimmt den Kristall von Euch entgegen, aber schweigt für einen langen Augenblick.>$B$BEs waren gute Männer, Saphirus, sie wussten, dass ihre Mission gefährlich sein würde. Ich bin Euch dankbar für das Auffinden des Teams und die Wiederbeschaffung des Kristalls.$B$B<Der Herold ballt seine Faust.>$B$BWie haben bereits zu viele unserer Männer verloren, dabei hat unsere Mission gerade erst begonnen.", 26972); + +-- 9629 - Kurz geschnappt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9629 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9629, "deDE", "Hat der Apparat funktioniert? Habt Ihr die Murlocs für meine Untersuchungen makiert?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9629 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9629, "deDE", "Gut gemacht, $N. Ich hatte befürchtet, dass der Sender beim Markieren beschädigt werden könnte, aber scheinbar ist ja alles wie geplant verlaufen.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Späher der Schwarzschlammküste markiert", `VerifiedBuild`=26972 WHERE `ID` = 9629 AND `locale` = "deDE"; + +-- 9632 - Neue Verbündete +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9632 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9632, "deDE", "Seid gegrüßt, $C. Was habt Ihr da?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9632 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9632, "deDE", "Ich kann Euch helfen, nach Auberdine zu kommen. Glücklicherweise ist es nur eine kurze Fahrt mit dem Schiff von hier!", 26972); + +-- 9633 - Der Weg nach Auberdine +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9633 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9633, "deDE", "Willkommen in Auberdine. Was bringt Euch zur Dunkelküste?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9633 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9633, "deDE", "<Thundris nimmt das Schreiben von Euch entgegen, liest es und nickt.>$B$BDie Inseln der $R, die Azurmythosinsel und die Blutmythosinsel, wurden vor langer Zeit von meinen Leuten bewohnt. Einige der Bedrohungen, denen sich Anachoret Paetheus und seine Brüder und Schwestern jetzt stellen müssen, sind alte Feinde der Nachtelfen.$B$BIch bin mir sicher, dass man unseren neuen Verbündeten hier in Auberdine alles zur Verfügung stellen möchte, das benötigt wird. Sobald ich mit den Bewohnern der Stadt und den Schildwachen gesprochen habe, werde ich Paetheus benachrichtigen.", 26972); + +-- 9634 - Raubtiere aus einer anderen Welt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9634 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9634, "deDE", "Wir müssen handeln, bevor die Felshetzer die einheimischen Raubtiere der Blutmythosinsel verdrängen. Konntet Ihr den Felshetzerbestand bereits etwas dezimieren?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9634 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9634, "deDE", "Gut gemacht, $N. Der Felshetzerbestand wird zwar nur für einige Zeit begrenzt bleiben, aber es ist ein guter Anfang.", 26972); + +-- 9641 - Bestrahlte Kristallsplitter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9641 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9641, "deDE", "Konntet Ihr Kristallsplitter von den Kreaturen der Blutmythosinsel einsammeln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9641 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9641, "deDE", "Gut gemacht. Diese Splitter werden als Rohmaterial für weitere Stärkungskristalle dienen.$B$BIhr könnt Euch einen der drei Typen aussuchen, die ich herstellen kann. Ich finde sie alle recht nützlich, je nachdem auf welche Beute man es abgesehen hat.", 26972); + +-- 9642 - Mehr bestrahlte Kristallsplitter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9642 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9642, "deDE", "Solltet Ihr noch über mehr bestrahlte Kristallsplitter verfügen, tausche ich sie gerne gegen einen weiteren meiner Kristalle ein.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9642 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9642, "deDE", "Sehr schön, hier sind meine Kristalle, $N. Verwendet sie weise.", 26972); + +-- 9643 - Würgeranken +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9643 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9643, "deDE", "Habt Ihr die Würgeranken bekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9643 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9643, "deDE", "Das scheint mir stabil genug für meine Konstruktion. Danke für die Hilfe, $N. Euer Unterstützung bei der Verteidigung der Blutwacht wird nicht vergessen werden.", 26972); + +-- 9646 - GESUCHT: Todespranke +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9646 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9646, "deDE", "Wie kann ich Euch helfen, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9646 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9646, "deDE", "Gut gemacht. Von dem, was ich gehört habe, war es wohl kein leichter Kampf. Ihr habt Euch Eure Belohnung mehr als verdient, $N.", 26972); + +-- 9647 - Ausmerzen der Falter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9647 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9647, "deDE", "Es gilt jetzt, eine längerfristige Lösung zu finden, um die Arten wieder in ihren Urzustand zurückzuführen. Momentan ist das zeitweilige Ausmerzen ihres Bestandes jedoch die beste Methode. Danke für Eure Hilfe, $N.", 26972); + +-- 9648 - Pilzsammlung von Mac'Aree +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9648 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9648, "deDE", "Vergesst nicht, die von mir benötigten Pilze sind einzigartig in unterschiedlichen Gebieten der Blutmythosinsel.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9648 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9648, "deDE", "Nun, ich hatte Euch gewarnt - oder etwa nicht? Ich hoffe diese kleine Bezahlung wird Euch für Eure Unannehmlichkeiten etwas entschädigen können. Kehrt zu mir zurück, sobald Ihr Euch ein wenig erholt habt, dann habe ich vielleicht noch eine Aufgabe für Euch - mit Pilzen natürlich!", 26972); + +-- 9649 - Yseras Tränen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9649 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9649, "deDE", "Schon wieder zurück?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9649 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9649, "deDE", "Ich hoffe diese Aufgabe hat nicht zu viel von Euch abverlangt, $N. Ihr habt erneut bewiesen, dass Ihr $Gein fähiger und aufmerksamer:eine fähige und aufmerksame; $R seid. Habt meinen Dank und natürlich eine kleine Abfindung.", 26972); + +-- 9663 - Der Korsallauf +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9663 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9663, "deDE", "Ihr habt jetzt keine Zeit zum Ausruhen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9663 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9663, "deDE", "Gut gemacht, $N. Dies war ein Test Eurer Fähigkeiten, aber Ihr habt mit wehenden Fahnen bestanden. Um ein Soldat der Hand von Argus zu werden, gilt es viele dieser Tests zu bestehen.", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oberhäuptling der Tannenruhfeste gewarnt", `ObjectiveText2`="Exarch Menelaous gewarnt", `ObjectiveText3`="Admiral Odesyus gewarnt", `VerifiedBuild`=26972 WHERE `ID` = 9663 AND `locale` = "deDE"; + +-- 9666 - Machtdemonstration +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9666 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9666, "deDE", "Es tut mir leid, dass Ihr das tun musstet, $N. Rohe Gewalt entspricht nicht der Natur der $R, aber manchmal ist sie der einzige Weg.$B$BUnglücklicherweise gehört dies zum Leben und man versteht es oft erst dann, wenn es zu spät ist. Genau wie mit den Orcs, die unsere Brüder und Schwestern abschlachteten.$B$BEin Mitglied der Hand von Argus zu werden, ist ein Prozess der Wiedergeburt. Mit der Geburt kommt bekanntlich auch der Schmerz...", 26972); + +-- 9667 - Rettet die Prinzessin der Tannenruhfeste +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9667 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9667, "deDE", "Ihr habt erneut bewiesen, dass Ihr all dem entsprecht, was in der Prophezeiung vorhergesagt wurde. Ihr habt den ewigen Dank des Oberhäuptlings, $N - und Ihr habt die Wahl zwischen diesen Relikten der Tannenruhfeste...", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Prinzessin der Tannenruhfeste gerettet", `VerifiedBuild`=26972 WHERE `ID` = 9667 AND `locale` = "deDE"; + +-- 9668 - Erstattet Exarch Admetius Bericht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9668 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9668, "deDE", "Ich hatte es bereits im Gefühl, dass Ihr es bis hierher schaffen würdet, $C. Wenn Ihr noch weiter kommen möchtet, bin ich gerne bereit Euch zu unterrichten...", 26972); + +-- 9669 - Forschungsreise in den Tod +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9669 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9669, "deDE", "Es war einfach grauenhaft...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9669 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9669, "deDE", "Unglaublich! Konntet Ihr andere Überlebende finden?$B$B<Achelus senkt seine Stimme zu einem Flüstern.>$B$BIch möchte ehrlich mit Euch sein, $N, niemand sonst wollte diesen Auftrag annehmen. Ihr seid sehr mutig, $C...", 26972); + +-- 9670 - Sie leben! Vielleicht... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9670 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9670, "deDE", "Und, hattet Ihr Glück?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9670 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9670, "deDE", "Ihr habt mehr als die Hälfte des Teams befreit! Der Exarch und die anderen bei der Blutwacht werden mit Sicherheit von Eurer heldenhaften Tat erfahren. Ich danke Euch, $N.", 26972); + +-- 9671 - Dringende Nachricht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9671 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9671, "deDE", "Seid Ihr $N? Es wurde auch Zeit! Ich war gerade dabei, die Suche nach Euch aufzugeben!$B$BBeim Briefkasten wartet eine dringende Nachricht auf Euch. Die Person, die sie mir übergeben hatte, war ein Admiral der Menschen von der Azurmythosinsel. Admiral Odesy-irgendwas... der Name ist mir entfallen. Er sagte, Ihr würdet wissen, wer er sei.", 26972); + +-- 9672 - Das Vermächtnis des Blutfluchs +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9672 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9672, "deDE", "Habt Ihr von dem Blutfluch gehört, Landratte? Nein, natürlich nicht. Der Blutfluch ist das, was all diese Schiffe hat sinken lassen. Der verderbte, entweihte Teil des Wassers hier wird Riff des Blutfluchs genannt - ein Teil der Welt, den Ihr niemals sehen möchtet. Ich bin hier selbst seit 20 Jahren.$B$BSkorbut, so ein Quatsch! Ich starb an diesen Wilden Ufern als Drachenfutter... Ah, das ist wieder eine andere Geschichte, für ein anderes Mal. Jetzt müssen wir den armen Seelen helfen, die hier im Riff gefangen sind.", 26972); + +-- 9674 - Die Naga des Blutfluchs +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9674 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9674, "deDE", "Ein guter Anfang, aber es gibt noch viel mehr zu tun!", 26972); + +-- 9675 - Großer Bärengeist +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9675 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9675, "deDE", "Oh, da wäre noch etwas! Ihr solltet mit Ganaar bei der Exodar sprechen. Er wird Euch das letzte bisschen Wissen bezüglich der Pflege und Ausbildung Eures Begleiters lehren.$B$BIhr findet ihn in der südwestlichen Ecke der Händlertreppe.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9675 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9675, "deDE", "Zu wissen, wie man seinen Begleiter füttert und wiederbelebt, ist nicht nur ein zusätzlicher Leckerbissen, wie Euer letzter Lehrer so gelinde sagte - es ist viel mehr. Mit der richtigen Ausbildung kann sich Euer Begleiter auf eine Weise verbessern, wie er es nie von alleine getan hätte.$B$BIch habe bereits viel von den Furbolgs gelernt, also gebt Acht und ich werde dieses Wissen an Euch weitergeben.", 26972); + +-- 9682 - Die Hoffnungslosen... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9682 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9682, "deDE", "Trauert ihrem Niedergang nicht nach, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9682 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9682, "deDE", "Ihr habt den Hoffnungslosen einen großen Dienst erwiesen, $N. Es gilt jedoch noch eine letzte Aufgabe zu erledigen: Tötet den Anführer des Blutfluchs.", 26972); + +-- 9683 - Bärdarfsgüter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9683 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9683, "deDE", "Ihr habt es geschafft! Hunderte von Seelen sind Euch für alles, was Ihr getan habt, dankbar.$B$BGestattet mir, Euch etwas zu überreichen...", 26972); + +-- 9687 - Wiederherstellung der Heiligkeit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9687 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9687, "deDE", "Die Kriege der Drachen sind seit langem vorüber. Was noch bleibt, sind die Knochen und die aufgewühlten Überbleibsel von Yseras Brut.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9687 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9687, "deDE", "Ein Ritual? Die Eulkin haben seit tausenden von Jahren mit dem Land in Einklang gelebt. Derartiges ist nicht normal!$B$BWie bedauerlich...", 26972); + +-- 9688 - Im Traum +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9688 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9688, "deDE", "Das Zusehen allein schmerzt mich. Bitte, lasst uns nicht noch weiter darüber sprechen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9688 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9688, "deDE", "Wie verwerflich Eure Aufgabe auch war, es musste einfach getan werden. Jetzt müsst Ihr in das Angesicht des Bösen sehen.", 26972); + +-- 9689 - Messerrachen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9689 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9689, "deDE", "Ich rate Euch, Verbündete mit Euch zu bringen, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9689 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9689, "deDE", "Wie lange war es noch? Tausend Jahre? Zehntausend Jahre vielleicht? Ihr habt mir und der Erinnerung meiner Leute einen großen Dienst erwiesen, $N. Bitte, nehmt diesen mächtigen Gegenstand als Zeichen der Anerkennung von Loreth'Aran an - für Eure ehrenvollen Taten.", 26972); + +-- 9693 - Was Argus für mich bedeutet +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9693 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9693, "deDE", "Ah, $N... ich habe bereits von Euch gehört. Ihr seid also derjenige, der den Korsallauf in unter 15 Minuten gemacht hat. Ts, wahrscheinlich nicht.$B$BSeid Ihr bereit, etwas Blut im Namen des Lichts zu vergießen? Für Velen? Für Argus?$B$B<Boros lacht.>$B$BGut, gut, ich halte mich jetzt besser zurück.", 26972); + +-- 9694 - Blutwacht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9694 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9694, "deDE", "Es gibt so viele von ihnen... ich komme einfach nicht von dem Gefühl los, dass sie sich irgendwie vermehren.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9694 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9694, "deDE", "Ihr seid zurück - in einem Stück!$B$BIch habe gute Neuigkeiten, $N. Wir haben neue Informationen zum wahrscheinlichen Aufenthaltsort weiterer Überlebender erhalten. Eine neue Absturzstelle wurde entdeckt! Sobald ich mich eingehender damit befasst habe, werde ich mich an Euch wenden.", 26972); + +-- 9696 - Übersetzungen... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9696 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9696, "deDE", "Ich habe hier etwas viel zu tun, $GAgent:Agentin; $N. Ich hoffe Euer Anliegen ist wichtig.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9696 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9696, "deDE", "<Elysia liest das Dokument.>$B$BWenn wirklich stimmt, was hier steht, dann haben die Blutelfen ein Portal zur Scherbenwelt geöffnet! Das würde auch ihre schier endlose Zahl erklären...", 26972); + +-- 9698 - Audienz beim Propheten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9698 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9698, "deDE", "<Velen lächelt.>$B$BSeid gegrüßt, $N. Ich habe Euch erwartet.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9698 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9698, "deDE", "<Velen beginnt das Dokument zu lesen.>$B$BInteressant... dies erklärt in der Tat einiges.", 26972); + +-- 9699 - Was ist wahr? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9699 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9699, "deDE", "Ja?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9699 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9699, "deDE", "Es ist ein guter Plan, aber auch ein gefährlicher. Ich bin mir jedoch sicher, dass alles gut verlaufen wird.", 26972); + +-- 9700 - Licht ins Dunkel bringen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9700 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9700, "deDE", "Wie viele sagtet Ihr doch gleich, habt Ihr bei der Warpgondel gesichtet? Wie oft haben sie nur dieses Sonnenportal geöffnet? Das sind sehr schlechte Neuigkeiten...$B$BTja, Ihr habt Euch nun alles von mir angeeignet, was ich Euch lehren kann, $N. Kuros wird nach Euch rufen lassen, wenn es an der Zeit ist.", 26972); + +-- 9703 - Der Kryokern +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9703 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9703, "deDE", "Waren die Informationen korrekt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9703 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9703, "deDE", "Nur Blutelfen? Keine Überlebenden? Das ist beunruhigend. Ich brauche etwas Zeit zum Nachdenken, $N. Vielleicht haben Aesom oder Boros einen Auftrag für Euch.", 26972); + +-- 9706 - Galaens Tagebuch - Das Schicksal von Verteidiger Saruan +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9706 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9706, "deDE", "Was habt Ihr da, $N? Ist das ein Tagebuch?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9706 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9706, "deDE", "<Kuros erbleicht beim Lesen des Tagebuchs und Tränen strömen seine Wangen herab.>$B$BSaruan war mein Meister... mein Lehrer... mein Mentor... Ich nahm seinen Platz im Dreigestirn erst vor Kurzem ein - nachdem wir die Suche nach ihm aufgegeben hatten.$B$B<Kuros' Gesichtsausdruck schlägt in Zorn über.>$B$BMatis...", 26972); + +-- 9711 - Matis der Grausame +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9711 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9711, "deDE", "Ein Soldat von Matis' Stand wird nicht alleine unterwegs sein. Gebt da draußen auf Euch Acht.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9711 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9711, "deDE", "Das Dreigestirn hat beschlossen, Matis sofort zu verurteilen. Ihr habt heute einen Erzverbrecher der Gerechtigkeit überführt, junger $R.$B$BIhr habt für zwei von drei außerordentliche Arbeit geleistet, lediglich Aesom fehlt.", 26972); + +-- 9740 - Das Sonnentor +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9740 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9740, "deDE", "Fabelhaft! Wir haben ihre Versorgungszufuhr durchtrennt. Jetzt müssen wir sie nur noch kaltmachen!", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Sonnentor zerstört", `VerifiedBuild`=26972 WHERE `ID` = 9740 AND `locale` = "deDE"; + +-- 9741 - Geschöpfe aus der Leere +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9741 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9741, "deDE", "Dort herrscht ein ganz schönes Durcheinander, was? Gute Arbeit, $N. Ich werde ein paar Anachoreten entsenden, die Loryi und Jorli helfen werden.", 26972); + +-- 9746 - Grenze der Erschöpfung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9746 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9746, "deDE", "Dies wird ihre Verteidigung ganz sicher geschwächt haben. Ab sofort werden sie es sich zweimal überlegen, bevor sie uns kopflos überfallen!", 26972); + +-- 9748 - Trinkt nicht das Wasser +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9748 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9748, "deDE", "Trinkt nicht das Wasser, $N!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9748 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9748, "deDE", "Wie ich vermutet habe, ist das Wasser von der Verseuchung durch die austretende Kernflüssigkeit rot geworden.$B$BIch hoffe, dass Ihr nicht in dem verseuchten Wasser geschwommen seid.", 26972); + +-- 9751 - Das Vermächtnis des Blutfluchs +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9751 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9751, "deDE", "Habt Ihr von dem Blutfluch gehört, Landratte? Nein, natürlich nicht. Der Blutfluch ist das, was all diese Schiffe hat sinken lassen. Der verderbte, entweihte Teil des Wassers hier wird Riff des Blutfluchs genannt - ein Teil der Welt, den Ihr niemals sehen möchtet. Ich bin hier selbst seit 20 Jahren.$B$BSkorbut, so ein Quatsch! Ich starb an diesen Wilden Ufern als Drachenfutter... Ah, das ist wieder eine andere Geschichte, für ein anderes Mal. Jetzt müssen wir den armen Seelen helfen, die hier im Riff gefangen sind.", 26972); + +-- 9753 - Was wir wissen... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9753 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9753, "deDE", "Ja?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9753 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9753, "deDE", "Ich brauche Eure Hilfe, $N. Es ist mein Plan, die gesamte Armee der Sonnenfalken zu stürzen. Zuvor gilt es jedoch ein paar grundlegende Informationen zu sammeln.$B$BWir müssen die Schwäche ihrer Verteidigung ausmachen. Unglücklicherweise ist es uns bis jetzt noch nicht gelungen, nahe genug an die Vektorspule heranzukommen und ihre Verteidigung auszukundschaften. Wenn wir den Gefangenen zum Sprechen bringen könnten, würden wir womöglich die Informationen bekommen, die wir brauchen, um durch ihre Verteidigung zu brechen und die Vektorspule zu zerstören.$B$BIhr habt richtig gehört, ich will das verdammte Ding in die Luft jagen.", 26972); + +-- 9756 - Was wir nicht wissen... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9756 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9756, "deDE", "Kehrt erst wieder zurück, wenn Ihr erfolgreich gewesen seid!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9756 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9756, "deDE", "A-ha! Gut gemacht, $N. Wirklich sehr gut gemacht. Seid Ihr bereit der Blutelfenbedrohung unserer Insel nun endlich ein Ende zu bereiten?", 26972); +UPDATE `quest_template_locale` SET `ObjectiveText1`="Informationen der Sonnenfalken erhalten", `VerifiedBuild`=26972 WHERE `ID` = 9756 AND `locale` = "deDE"; + +-- 9757 - Sucht Jägerin Kella Nachtbogen auf +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9757 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9757, "deDE", "Lasst uns sofort mit der Ausbildung beginnen!", 26972); + +-- 9579 - Ihre Welt enden lassen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9579 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9579, "deDE", "Ihr habt die ganze Blutmythosinsel und Azurmythosinsel gerettet, das Leben der $R in Azeroth gesichert, $N! Dafür wird man Euch niemals genug danken können, keine Belohnung, nichts ist groß genug, um Euch unsere Anerkennung zu zeigen.$B$BLeider blieben noch so viele auf Draenor zurück, die dieses historische Ereignis nicht miterleben können. Ihr müsst Euren Weg zurückfinden. Findet Euren Weg zur Scherbenwelt, Held von Argus. Bringt Eure Leute nach Hause. Nach Hause in das Land, das Ihr gerettet habt. Nach Azeroth...", 26972); + +-- 9760 - Verteidigers Ruh' +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9760 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9760, "deDE", "Ja?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9760 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9760, "deDE", "Vielleicht verhelft Ihr unserem Volk ja zu einem neuen Zeitalter des Wohlstands und des Friedens.", 26972); + +-- 9761 - Den Weg frei machen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9761 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9761, "deDE", "Seht Ihr hier irgendwo einen ungewöhnlich mutigen und starken Draenei?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9761 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9761, "deDE", "Hoffentlich meldet sich bald ein Held, bevor sie Verstärkung anfordern können, um die gerade von Euch abgesicherte Gegend zu bewachen.", 26972); + +-- 9779 - Abfangen der Nachricht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9779 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9779, "deDE", "Schon zurück? Konntet Ihr das Schreiben finden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9779 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9779, "deDE", "<Verteidiger Boros betrachtet das Dokument.>$B$BDas ist Thalassisch. Glücklicherweise kenne ich eine Person, die es übersetzen kann...", 26972); + +-- 10063 - Forscherliga, für Gnome geeignet? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10063 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10063, "deDE", "Dachte ich's mir doch! Dieser mürrische alte Zwerg sollte mir eigentlich beim Transport meiner Ausrüstung und dem Sammeln von Daten helfen, aber stattdessen sitzt er nur in dem komischen Draeneidorf herum und betrinkt sich sinnlos.", 26972); + +-- 10064 - Sprecht zu der Hand +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10064 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10064, "deDE", "Ja?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10064 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10064, "deDE", "Ich habe gehofft, dass die Blutwacht uns Verstärkung schicken würde, sobald man dort weiß, mit wem wir es hier zu tun haben.", 26972); + +-- 10065 - Eine Schneise schlagen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10065 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10065, "deDE", "Es sieht da draußen schon etwas besser aus, ich bin mir jedoch noch immer nicht sicher, ob es besser wäre, hier auf medizinische Versorgung zu warten.", 26972); + +-- 10066 - Alles im Griff +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10066 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10066, "deDE", "Konntet Ihr ein paar mutierte Greifer ausmerzen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10066 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10066, "deDE", "Gut gemacht, $N. Ohne die Tücken der Greifer, wird es jetzt wesentlich einfacher sein, Verstärkung von der Blutwacht zu erhalten oder Angriffe gegen die Sonnenfalken zu starten.", 26972); + +-- 10067 - Besudelte Wassergeister +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10067 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10067, "deDE", "Gut gemacht, $N. Es ist besonders wichtig, dass wir keine Möglichkeit außer Acht lassen, die den Sonnenfalken weiterhin ihre Existenz sichern könnte.", 26972); + +-- 10350 - Sucht Jägerin Kella Nachtbogen auf +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10350 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10350, "deDE", "Ah, Ihr seid also endlich gekommen. Ich bin Behomat und werde Euch in den Künsten eines Kriegers unterweisen. Ruada hat mir von Eurer Prüfung gegen den Felshetzer erzählt und ich bin sehr beeindruckt. Ich habe ein Geschenk für Euch.$B$BWir konnten nur wenig aus den Trümmern der Exodar retten, und das verteilen wir nur an die Würdigsten. Bitte nehmt Euch eine Waffe, die Eurem Kampfstil entspricht, und führt sie mit dem Wissen, dass Ihr sie verdient habt.$B$BWo wir gerade von Kampfstilen sprechen - es ist Zeit, dass Ihr etwas Neues lernt.", 26972); + +-- 10366 - Sucht Jägerin Kella Nachtbogen auf +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10366 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10366, "deDE", "$N, ich habe Euch erwartet.$B$BTullas hat Lobeshymnen auf Euch gesungen, und ich bin sehr begierig darauf, Euch im Weg des Lichts zu unterweisen. Sucht mich auf, wenn Ihr bereit seid, Eure Fähigkeiten und Eure Macht verstehen zu lernen, und ich werde Euch geleiten.", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_06_world_335.sql new file mode 100644 index 00000000000..533d630f55f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_15_06_world_335.sql @@ -0,0 +1,380 @@ +-- Quest "Nothing But The Truth" +DELETE FROM `quest_details` WHERE `ID`=1372; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1372,1,0,0,0,0,0,0,0,0); + +-- Quest "Nothing But The Truth (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=1383; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1383,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=11, `EmoteOnIncomplete`=11 WHERE `ID`=1383; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1383; + +-- Quest "Nothing But The Truth (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1388; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1388,1,11,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1388; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1388; + +-- Quest "Nothing But The Truth (Part 4)" +DELETE FROM `quest_details` WHERE `ID`=1391; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1391,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=20 WHERE `ID`=1391; +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1391; + +-- Quest "Draenethyst Crystals" +DELETE FROM `quest_details` WHERE `ID`=1389; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1389,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1389; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1389; + +-- Quest "Report to Helgrum" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1420; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1420; + +-- Quest "Pool of Tears" +DELETE FROM `quest_details` WHERE `ID`=1424; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1424,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=1424; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1424; + +-- Quest "The Atal'ai Exile" +DELETE FROM `quest_details` WHERE `ID`=1429; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1429,1,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=1429; + +-- Quest "Return to Fel'Zerul" +DELETE FROM `quest_details` WHERE `ID`=1444; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1444,1,1,1,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=6 WHERE `ID`=1444; + +-- Quest "The Temple of Atal'Hakkar" +DELETE FROM `quest_details` WHERE `ID`=1445; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1445,6,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1 WHERE `ID`=1445; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=5 WHERE `ID`=1445; + +-- Quest "Lack of Surplus" +UPDATE `quest_request_items` SET `EmoteOnComplete`=66, `EmoteOnIncomplete`=66 WHERE `ID`=698; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=698; + +-- Quest "Lack of Surplus (Part 2)" +DELETE FROM `quest_details` WHERE `ID`=699; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(699,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=699; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=699; + +-- Quest "Threat From the Sea" +DELETE FROM `quest_details` WHERE `ID`=1422; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1422,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1422; + +-- Quest "Threat From the Sea (Part 2)" +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1426; + +-- Quest "Threat From the Sea (Part 3)" +DELETE FROM `quest_details` WHERE `ID`=1427; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1427,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1427; + +-- Quest "Continued Threat" +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=1428; + +-- Quest "Fresh Meat" +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=1430; +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1430; + +-- Quest "Neeka Bloodscar" +DELETE FROM `quest_details` WHERE `ID`=1418; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1418,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=1418; + +-- Quest "The Sunken Temple" +DELETE FROM `quest_details` WHERE `ID`=3380; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3380,1,0,0,0,0,0,0,0,0); + +-- Quest "The Sunken Temple" +DELETE FROM `quest_details` WHERE `ID`=3445; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3445,1,0,0,0,0,0,0,0,0); + +-- Quest "The Disgraced One" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2621; + +-- Quest "The Missing Orders" +DELETE FROM `quest_details` WHERE `ID`=2622; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2622,6,5,0,0,0,0,0,0,0); + +-- Quest "The Swamp Talker" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=2623; +UPDATE `quest_offer_reward` SET `Emote1`=18 WHERE `ID`=2623; + +-- Quest "Little Morsels" +DELETE FROM `quest_details` WHERE `ID`=9440; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9440,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=9440; +UPDATE `quest_offer_reward` SET `Emote1`=11 WHERE `ID`=9440; + +-- Quest "The Essence of Eranikus" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=3374; + +-- Quest "In Eranikus' Own Words" +DELETE FROM `quest_details` WHERE `ID`=3512; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3512,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3512; + +-- Quest "Pool of Tears" +DELETE FROM `quest_details` WHERE `ID`=9610; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9610,1,1,1,0,0,1000,1000,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=9610; +UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=6 WHERE `ID`=9610; + +-- Quest "Mercy for the Cursed" +DELETE FROM `quest_details` WHERE `ID`=9448; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9448,5,1,1,0,0,1000,1000,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=9448; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9448; + +-- Quest "Help Watcher Biggs" +DELETE FROM `quest_details` WHERE `ID`=9609; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9609,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=9609; + +-- Quest "Encroaching Wildlife" +DELETE FROM `quest_details` WHERE `ID`=1396; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1396,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=1396; + +-- Quest "The Lost Caravan" +DELETE FROM `quest_details` WHERE `ID`=1421; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1421,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1421; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=1421; + +-- Quest "Mercy for the Cursed" +DELETE FROM `quest_details` WHERE `ID`=1398; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1398,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=1398; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1398; + +-- Quest "Deliver the Shipment" +DELETE FROM `quest_details` WHERE `ID`=1425; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(1425,1,0,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=1425; +UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=2 WHERE `ID`=1425; + +-- Quest "The Lost Supplies" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=1423; +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=1423; + +-- Quest "Return the Comb" +DELETE FROM `quest_details` WHERE `ID`=154; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(154,34,0,0,0,0,0,0,0,0); + +-- Quest "Petty Squabbles" +DELETE FROM `quest_details` WHERE `ID`=2783; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2783,1,6,0,0,0,0,0,0,0); + +-- Quest "Heroes of Old" +DELETE FROM `quest_details` WHERE `ID`=2702; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2702,2,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2702; + +-- Quest "Kirith" +DELETE FROM `quest_details` WHERE `ID`=2721; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2721,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=2721; + +-- Quest "The Cover of Darkness" +DELETE FROM `quest_details` WHERE `ID`=2743; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2743,274,1,0,0,0,0,0,0,0); + +-- Quest "The Demon Hunter" +DELETE FROM `quest_details` WHERE `ID`=2744; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2744,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=2744; + +-- Quest "Breaking the Ward" +DELETE FROM `quest_details` WHERE `ID`=3508; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3508,21,0,0,0,0,0,0,0,0); + +-- Quest "The Name of the Beast" +DELETE FROM `quest_details` WHERE `ID`=3509; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3509,1,0,0,0,0,0,0,0,0); + +-- Quest "The Name of the Beast (Part 2)" +UPDATE `quest_offer_reward` SET `RewardText`="Finally, one worthy of the wisdom of Arkkoroc!" WHERE `ID`=3510; + +-- Quest "The Name of the Beast (Part 3)" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6, `CompletionText`="You return! Astounding, $R. Did you discover the true name?" WHERE `ID`=3511; +UPDATE `quest_offer_reward` SET `RewardText`="The temper will add the necessary vitriol we require for the forging of the weapons. There is but one more step in their creation." WHERE `ID`=3511; + +-- Quest "Azsharite" +UPDATE `quest_request_items` SET `EmoteOnComplete`=25, `EmoteOnIncomplete`=25 WHERE `ID`=3602; + +-- Quest "The Formation of Felbane" +UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=3621; +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=3621; + +-- Quest "Enchanted Azsharite Fel Weaponry" +DELETE FROM `quest_details` WHERE `ID`=3625; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3625,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3625; + +-- Quest "Return to the Blasted Lands" +DELETE FROM `quest_details` WHERE `ID`=3626; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(3626,1,0,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3626; + +-- Quest "Uniting the Shattered Amulet" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=3627; + +-- Quest "You Are Rakh'likh, Demon" +UPDATE `quest_request_items` SET `EmoteOnComplete`=0, `CompletionText`="There is nothing left to fear." WHERE `ID`=3628; +UPDATE `quest_offer_reward` SET `Emote1`=66, `RewardText`="Today is a day that will be remembered for all eternity. The demonic overlord of the Blasted Lands has finally fallen!" WHERE `ID`=3628; + +-- Quest "Ragnar Thunderbrew" +DELETE FROM `quest_details` WHERE `ID`=4128; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4128,3,1,0,0,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=4128; + +-- Quest "Hurley Blackbreath" +DELETE FROM `quest_details` WHERE `ID`=4126; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(4126,1,1,1,5,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=4126; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=2 WHERE `ID`=4126; + +-- Quest "Everything Counts In Large Amounts" +UPDATE `quest_offer_reward` SET `RewardText`="You truly disgust me, $r. A grown $g man : woman; drooling over a pile of junk? Pitiful! Take your reward and get out of my sight." WHERE `ID`=3501; +UPDATE `quest_offer_reward` SET `RewardText`="You truly disgust me, $r. A grown $g man : woman; drooling over a pile of junk? Pitiful! Take your reward and get out of my sight.$B$BSounds familiar? It should, because I say it a thousand times per day.$B$BOh how I loathe this world." WHERE `ID`=3502; + +-- Quest "Through the Dark Portal" +DELETE FROM `quest_details` WHERE `ID`=9407; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(9407,1,1,1,25,0,0,0,0,0); +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9407; + +-- Quest "The Basilisk's Bite" +DELETE FROM `quest_details` WHERE `ID`=2601; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2601,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2601; +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=2601; + +-- Quest "Vulture's Vigor" +DELETE FROM `quest_details` WHERE `ID`=2603; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2603,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=2603; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=2603; + +-- Quest "The Decisive Striker" +DELETE FROM `quest_details` WHERE `ID`=2585; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2585,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5, `CompletionText`="Where are the organs, $N!?" WHERE `ID`=2585; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2585; + +-- Quest "A Boar's Vitality" +DELETE FROM `quest_details` WHERE `ID`=2583; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2583,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=2583; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=6 WHERE `ID`=2583; + +-- Quest "Snickerfang Jowls" +DELETE FROM `quest_details` WHERE `ID`=2581; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2581,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2581; +UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=2581; + +-- Quest "Rage of Ages" +DELETE FROM `quest_details` WHERE `ID`=2582; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2582,2,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2582; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=2582; + +-- Quest "Spirit of the Boar" +DELETE FROM `quest_details` WHERE `ID`=2584; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2584,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=2584; +UPDATE `quest_offer_reward` SET `Emote1`=25, `Emote2`=1 WHERE `ID`=2584; + +-- Quest "Salt of the Scorpok" +DELETE FROM `quest_details` WHERE `ID`=2586; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2586,5,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=2586; +UPDATE `quest_offer_reward` SET `Emote1`=21, `Emote2`=1 WHERE `ID`=2586; + +-- Quest "Infallible Mind" +DELETE FROM `quest_details` WHERE `ID`=2602; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2602,6,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=2602; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2602; + +-- Quest "Spiritual Domination" +DELETE FROM `quest_details` WHERE `ID`=2604; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(2604,1,6,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=5, `EmoteOnIncomplete`=5 WHERE `ID`=2604; +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=2604; + +-- Quest "The Prison's Bindings" +DELETE FROM `quest_details` WHERE `ID`=7581; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7581,1,1,0,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=7581; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=7581; + +-- Quest "The Prison's Casing" +DELETE FROM `quest_details` WHERE `ID`=7582; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7582,1,1,1,0,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=1, `EmoteOnIncomplete`=1 WHERE `ID`=7582; +UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=7582; + +-- Quest "Suppression" +DELETE FROM `quest_details` WHERE `ID`=7583; +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(7583,1,1,1,1,0,0,0,0,0); +UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=7583; +UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=7583; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_00_world_335.sql new file mode 100644 index 00000000000..33385940377 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_00_world_335.sql @@ -0,0 +1,35 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (90925,90926,90927,90978,90979,90980,90981,90982,91115,91116,91117,91118,91563,91564,91565,91566,91567,91568,91569,91570,91588,91589,91590,91591,91592,91616,91617,91618,91619,91620,91621,91690); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(90925,8336,109,1,1,0,0, -444.381, 285.018, -90.7172, 3.39459,7200,10,1), -- Hakkari Sapper +(90926,8336,109,1,1,0,0, -447.429, 254.378, -90.6463, 1.92589,7200,10,1), -- Hakkari Sapper +(90927,8336,109,1,1,0,0, -387.6473, 229.301, -90.874, 0.03543,7200,10,1), -- Hakkari Sapper +(90978,8336,109,1,1,0,0, -546.188, 233.886, -90.8738, 4.70227,7200,10,1), -- Hakkari Sapper +(90979,2914,109,1,1,0,0,-391.7645,92.71431,-90.86712,2.963046,7200,10,1), -- Snake +(90980,2914,109,1,1,0,0,-297.3856,83.04854,-91.09061,5.10778,7200,10,1), -- Snake +(90981,2914,109,1,1,0,0,-373.0406,75.03958,-131.447,6.026293,7200,10,1), -- Snake +(90982,2914,109,1,1,0,0,-350.5063,130.2023,-148.9032,4.741959,7200,10,1), -- Snake +(91115,2914,109,1,1,0,0,-362.848,19.92291,-69.3923,2.376379,7200,10,1), -- Snake +(91116,2914,109,1,1,0,0,-385.5145,96.50134,-90.8524,0.9270402,7200,10,1), -- Snake +(91117,2914,109,1,1,0,0,-335.1277,117.8011,-131.8474,4.69864,7200,10,1), -- Snake +(91118,2914,109,1,1,0,0,-343.1481,147.2007,-69.48788,3.194419,7200,10,1), -- Snake +(91563,2914,109,1,1,0,0,-370.7447,114.9868,-53.94633,3.545005,7200,10,1), -- Snake +(91564,2914,109,1,1,0,0,-384.5314,144.2719,-131.0453,1.560693,7200,10,1), -- Snake +(91565,2914,109,1,1,0,0,-330.103,91.94751,-131.8486,1.032488,7200,10,1), -- Snake +(91566,2914,109,1,1,0,0,-453.8755,62.06911,-91.34988,0.01065614,7200,10,1), -- Snake +(91567,2914,109,1,1,0,0,-380.4706,234.1404,-90.86153,5.561656,7200,10,1), -- Snake +(91568,2914,109,1,1,0,0,-530.8884,173.2607,-54.09545,4.296912,7200,10,1), -- Snake +(91569,2914,109,1,1,0,0,-471.3307,132.4887,-91.2021,5.689507,7200,10,1), -- Snake +(91570,2914,109,1,1,0,0,-520.3876,101.4895,-91.3147,3.617042,7200,10,1), -- Snake +(91588,2914,109,1,1,0,0,-410.2076,17.6556,-53.94635,1.266128,7200,10,1), -- Snake +(91589,2914,109,1,1,0,0,-418.8355,10.57873,-90.85738,3.625298,7200,10,1), -- Snake +(91590,2914,109,1,1,0,0,-561.3115,85.38955,-53.94634,1.311812,7200,10,1), -- Snake +(91591,2914,109,1,1,0,0,-550.7628,238.5096,-90.85101,4.550307,7200,10,1), -- Snake +(91592,2914,109,1,1,0,0,-553.0972,171.8572,-148.8329,5.010252,7200,10,1), -- Snake +(91616,2914,109,1,1,0,0,-575.9153,173.6673,-69.40138,1.920732,7200,10,1), -- Snake +(91617,2914,109,1,1,0,0,-599.1094,37.05124,-69.35283,3.874078,7200,10,1), -- Snake +(91618,2914,109,1,1,0,0,-550.9071,-45.36851,-90.85987,1.508554,7200,10,1), -- Snake +(91619,2914,109,1,1,0,0,-473.8655,-90.09864,-90.82753,0.8830038,7200,10,1), -- Snake +(91620,2914,109,1,1,0,0,-586.1681,96.41691,-90.8886,2.928523,7200,10,1), -- Snake +(91621,2914,109,1,1,0,0,-659.7747,98.07658,-90.83157,2.423705,7200,10,1), -- Snake +(91690,4075,109,1,1,0,0,-410.339,127.792,-90.88896,5.410521,7200,5,1); -- Rat diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_01_world_335.sql new file mode 100644 index 00000000000..97f084200b6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_01_world_335.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (91691,91692,91693,91694,91695); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(91691,8387,1,1,1,0,0, 1747.24, -5859.60, -90.3817, 3.98543,300,0,0), +(91692,8388,1,1,1,0,0, 1747.62, -5862.27, -90.9249, 3.17332,300,0,0), +(91693,8389,1,1,1,0,0, 1748.87, -5863.46, -90.2665, 2.83088,300,0,0), +(91694,8394,1,1,1,0,0, 1746.45, -5861.29, -91.4165, 3.20841,300,0,0), +(91695,8478,1,1,1,0,0, 1916.44, -5733.37, 10.1936, 4.10397,300,0,0); + +DELETE FROM `creature_addon` WHERE `guid` IN (91694,91695); +INSERT INTO `creature_addon` (`guid`,`bytes1`,`bytes2`,`auras`) VALUES +(91694,0,1, '66515'),(91695,8,0, '0'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_02_world_335.sql new file mode 100644 index 00000000000..2b4f042b7e7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_02_world_335.sql @@ -0,0 +1,15 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuID`=3142 AND `OptionID`=0; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(3142,0,0,"I lost the Flute of the Ancients and require a replacement, Eridan.",25677,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=3142 AND `SourceEntry`=0; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 3142, 0, 0, 0, 8, 0, 4442, 0, 0, 0, 0, 0, '', 'Requires 4442 quest rewarded'), +(15, 3142, 0, 0, 0, 2, 0, 11445, 1, 0, 1, 0, 0, '', 'Must not having item 11445'), +(15, 3142, 0, 0, 0, 8, 0, 4261, 0, 0, 1, 0, 0, '', 'Requires quest 4261 to not rewarded'); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=9116 AND `source_type`=0 AND `id` IN(1,2); +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 +(9116, 0, 1, 2, 62, 0, 100, 0, 3142, 0, 0, 0, 11, 47043, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Eridan - On Gossip Select - Add item"), +(9116, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Eridan - On Gossip Select - Close Gossip"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_03_world_335.sql new file mode 100644 index 00000000000..aa3989df4cc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_03_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `event_scripts` WHERE `id`=3839; +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(3839, 0, 10, 9598, 3000000, 0, 5998.7, -1208, 377.75, 0.36), +(3839, 0, 10, 9601, 60000, 0, 6005.9335, -1227.838, 376.5276, 0.003933), +(3839, 0, 10, 9601, 60000, 0, 5977.6259, -1219.830, 378.8426, 0.263113), +(3839, 0, 10, 9601, 60000, 0, 5973.6347, -1203.046, 379.7651, 0.494808), +(3839, 0, 10, 9601, 60000, 0, 5996.5893, -1178.378, 377.9678, 0.395058); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_04_world.sql new file mode 100644 index 00000000000..cbd3a016450 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_04_world.sql @@ -0,0 +1,23 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (91696, 91697, 91698, 91699, 91700, 91701, 91702,91704,91705,91706,91707,91772,91773,91774,91775,91776,91777,91778,91779,91794); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(91696, 9701, 229, 1, 1, 0, 0, -112.9, -323.074, 64.3181, 5.41052, 7200, 5, 1), +(91697, 9701, 229, 1, 1, 0, 0, -112.332, -331.009, 63.2146, 3.07178, 7200, 5, 1), +(91698, 9701, 229, 1, 1, 0, 0, -109.429, -324.918, 64.3253, 0.03491, 7200, 5, 1), +(91699, 9701, 229, 1, 1, 0, 0, -80.8737, -298.923, 61.8178, 5.18363, 7200, 5, 1), +(91700, 9701, 229, 1, 1, 0, 0, -80.2467, -313.909, 59.7635, 0.45379, 7200, 5, 1), +(91701, 9701, 229, 1, 1, 0, 0, -77.2828, -324.738, 59.1126, 4.99164, 7200, 5, 1), +(91702, 10177, 229, 1, 1, 0, 0, -111.704, -348.742, 60.0788, 0.82031, 7200, 5, 1), +(91704, 10177, 229, 1, 1, 0, 0, -71.569, -358.213, 54.5978, 2.3911, 7200, 5, 1), +(91705, 10177, 229, 1, 1, 0, 0, -72.0317, -347.075, 54.8219, 1.36136, 7200, 5, 1), +(91706, 10177, 229, 1, 1, 0, 0, -66.8659, -352.762, 54.4785, 1.0821, 7200, 5, 1), +(91707, 10177, 229, 1, 1, 0, 0, -110.012, -356.647, 58.5433, 4.36332, 7200, 5, 1), +(91772, 10177, 229, 1, 1, 0, 0, -112.261, -336.356, 62.3371, 4.92183, 7200, 5, 1), +(91773, 10177, 229, 1, 1, 0, 0, -107.424, -351.94, 59.7058, 4.4855, 7200, 5, 1), +(91774, 10177, 229, 1, 1, 0, 0, -108.382, -341.04, 61.1785, 1.64061, 7200, 5, 1), +(91775, 10177, 229, 1, 1, 0, 0, -102.763, -349.062, 60.7782, 1.51844, 7200, 5, 1), +(91776, 10177, 229, 1, 1, 0, 0, -79.7917, -328.192, 58.547, 5.95157, 7200, 5, 1), +(91777, 10177, 229, 1, 1, 0, 0, -75.4103, -341.562, 55.3937, 4.90438, 7200, 5, 1), +(91778, 10177, 229, 1, 1, 0, 0, -68.8686, -343.093, 55.116, 1.81514, 7200, 5, 1), +(91779, 10177, 229, 1, 1, 0, 0, -73.5343, -331.947, 56.8824, 3.94444, 7200, 5, 1), +(91794, 10177, 229, 1, 1, 0, 0, -108.927, -364.601, 56.6248, 1.0472, 7200, 5, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_05_world_335.sql new file mode 100644 index 00000000000..2d0aef35aa0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_16_05_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `spell_school_immune_mask`=0 WHERE `entry`=501; +UPDATE `creature_template` SET `spell_school_immune_mask`=`spell_school_immune_mask`|16 WHERE `entry`=510; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_00_world_335.sql new file mode 100644 index 00000000000..a336061d629 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_00_world_335.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuId`=6045 AND `TextId`=7199; +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(6045, 7199, 0); + +DELETE FROM `gossip_menu` WHERE `MenuId` IN (21334,21333,21332); +DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (6045,6021,6101,21334,21333,21332); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(6021, 0, 0, "I cannot Vaelastraz! Surely something can be done to heal you!", 9847, 1, 1, 6101, 0, 0, 0, "", 0, 0), +(6101, 0, 0, "Vaelastraz,, no!!", 10011, 1, 1, 0, 0, 0, 0, "", 0, 0); +UPDATE `creature_template` SET `gossip_menu_id`=6021 WHERE `entry`=13020; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_01_world_335.sql new file mode 100644 index 00000000000..d10570fc55c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_01_world_335.sql @@ -0,0 +1,18 @@ +-- Lorax SAI +SET @ENTRY := 10918; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; +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 +(@ENTRY,0,0,0,62,0,100,0,3047,0,0,0,5,11,0,0,0,0,0,1,0,0,0,0,0,0,0,'Lorax - On Gossip Option Select - Laugh emote'), +(@ENTRY,0,1,2,62,0,100,0,3044,0,0,0,15,5126,0,0,0,0,0,7,0,0,0,0,0,0,0,'Lorax - On Gossip Option Select - Give Quest Credit'), +(@ENTRY,0,2,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Lorax - On Gossip Option Select - Close gossip'); +-- Lorax Gossip +DELETE FROM `gossip_menu` WHERE `MenuID` IN (3048,3047,3046,3045,3044, 21322,21323,21324,21325,21326); +INSERT INTO `gossip_menu` (`MenuID`,`TextID`) VALUES (3048,3759),(3047,3760),(3046,3761),(3045,3762),(3044,3763); +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (3049,3048,3047,3046,3045,3044, 21322,21323,21324,21325,21326); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`) VALUES +(3049,0,0, 'You will have to excuse me, Lorax, I do not speak ''crazy''.',6241,1,1,3048,0,0,0, ''), +(3048,0,0, 'My apologies, I did not realize that you could understand what I was saying. What is it you are doing out here?',6243,1,1,3047,0,0,0, ''), +(3047,0,0, 'Do you? Perhaps you should tell me what it is that is bothering you',6245,1,1,3046,0,0,0, ''), +(3046,0,0, 'What deal?',6247,1,1,3045,0,0,0, ''), +(3045,0,0, 'So how did he break the deal?',6249,1,1,3044,0,0,0, ''), +(3044,0,0, 'Perhaps I can be of some assistance. I will make a deal with you, Satyr. I shall recover this unforged breastplate and slay the beast. In exchange for this task, you will teach me how to create the breastplate',6251,1,1,0,0,0,0, ''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_02_world_335.sql new file mode 100644 index 00000000000..e77c3e3489a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_02_world_335.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuID`=21312; +UPDATE `creature_addon` SET `auras`="" WHERE `guid` IN (91695); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_03_world_335.sql new file mode 100644 index 00000000000..e5b609d95b6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_03_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuId` IN (21253); +DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (7771,21253); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(7771, 0, 0, "Private Weeks, I need another disguise.", 15788, 1, 1, 0, 0, 0, 0, "", 0, 0); + +UPDATE `creature_template` SET `gossip_menu_id`=7771 WHERE `entry`=18715; +UPDATE `smart_scripts` SET `event_param1`=7771 WHERE `entryorguid` IN (18715) AND `source_type`=0 AND `id`=2; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_04_world_335.sql new file mode 100644 index 00000000000..addc5a35809 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_04_world_335.sql @@ -0,0 +1,21 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (6877,6878,6879,6880,6881, 5709,5710,5711,5712,5713); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(5709, 0, 0, "Game? Are you crazy?", 9352, 1, 1, 0, 0, 0, 0, "", 0, 0), +(5710, 0, 0, "Why you little...", 9355, 1, 1, 0, 0, 0, 0, "", 0, 0), +(5711, 0, 0, "Mark my words,, I will catch you,, imp. And when I do!", 9356, 1, 1, 0, 0, 0, 0, "", 0, 0), +(5712, 0, 0, "DIE!", 9359, 1, 1, 0, 0, 0, 0, "", 0, 0), +(5713, 0, 0, "Prepare to meet your maker.", 9362, 1, 1, 0, 0, 0, 0, "", 0, 0); + +DELETE FROM `gossip_menu` WHERE `MenuID`=5709 AND `TextID` IN (6878,6879,6880,6881); +UPDATE `smart_scripts` SET `action_param1`=5709, `action_param2`=6877 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `action_param1`=5710, `action_param2`=6878 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `action_param1`=5711, `action_param2`=6879 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `action_param1`=5712, `action_param2`=6880 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `action_param1`=5713, `action_param2`=6881 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=5; + +UPDATE `smart_scripts` SET `event_param1`=5709 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_param1`=5710 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=7; +UPDATE `smart_scripts` SET `event_param1`=5711 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=8; +UPDATE `smart_scripts` SET `event_param1`=5712 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=9; +UPDATE `smart_scripts` SET `event_param1`=5713 WHERE `entryorguid`=14354 AND `source_type`=0 AND `id`=10; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_05_world_335.sql new file mode 100644 index 00000000000..8b7b45a82cd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_17_05_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `SourceGroup`=7771 WHERE `SourceGroup` IN (21253) AND `SourceTypeOrReferenceId`=15 AND `ConditionValue1`=10040; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_00_world.sql new file mode 100644 index 00000000000..c80f3083e99 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_00_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (91799); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(91799, 15353, 0, 1, 1, 0, 0, -4918.64, -983.141, 501.538, 2.43867, 120, 0, 0); + +DELETE FROM `game_event_creature` WHERE `guid` IN (91799) AND `eventEntry`=12; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES (12,91799); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=23 AND `SourceGroup`=15353 AND `SourceEntry`=20557; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(23, 15353, 20557, 0, 0, 8, 0, 8311, 0, 0, 0, 0, 0, "", "Item Hallow's End Pumpkin Treat sold by Katrina Shimmerstar requires quest Hallow's End Treats for Jesper! rewarded"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_01_world_335.sql new file mode 100644 index 00000000000..04ea054324a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_01_world_335.sql @@ -0,0 +1,10 @@ +-- +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI", ScriptName="" WHERE `entry` IN (175944); +DELETE FROM `smart_scripts` WHERE `entryorguid`=175944 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 +(175944,1,0,1,8,0,100,0,16996,0,0,0,12,10882,4,30000,0,0,0,8,0,0,0,-5008.338, -2118.894, 83.657, 0.874,"Sacred Fire of Life - On spell Hit - Summon Arikara"), +(175944,1,1,0,61,0,100,0,0,0,0,0,99,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sacred Fire of Life - On spell Hit - activate object"); + +DELETE FROM `conditions` WHERE `SourceEntry`= 16996 AND `SourceTypeOrReferenceId`=17; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 16996, 0, 0, 29, 0, 10882, 100, 0, 1, 0, 0, '', ''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_02_world_335.sql new file mode 100644 index 00000000000..04e356a3f41 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_18_02_world_335.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (91800,91801,91885,92273,92276); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(91800, 10603, 1, 1, 1, 0, 0, -840.999, -4906.85, 20.3147, 4.64331, 300, 0, 0), +(91801, 10603, 1, 1, 1, 0, 0, -851.004, -4917.86, 20.4611, 0.623161, 300, 0, 0), +(91885, 10603, 1, 1, 1, 0, 0, -839.728, -4912.160, 20.024, 2.658834, 300, 0, 0), +(92273, 10603, 1, 1, 1, 0, 0, -842.111, -4916.096, 20.381, 2.154336, 300, 0, 0), +(92276, 10603, 1, 1, 1, 0, 0, -845.914, -4918.507, 20.639, 1.644181, 300, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry`=10603; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(10603, 0, 0, 0, 0, 10, "26604"); +UPDATE `creature` SET `MovementType`=0, `spawndist`=0, `orientation`= 5.6965 WHERE `id` IN (10578); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_19_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_19_00_world_335.sql new file mode 100644 index 00000000000..b087dcae0eb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_19_00_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=10799 AND `source_type`=0 AND `id` IN (1,2); +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 +(10799,0,1,0,20,0,100,1,4867,0,0,0,11,16801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Warosh <The Cursed> - On Quest 'Urok Doomhowl' Rewarded - Cast Warosh's Transform"), +(10799,0,2,0,8,0,100,1,16801,0,0,0,36,10800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Warosh <The Cursed> - On spell hit - Change template to Warosh the Redeemed"); + +DELETE FROM `creature_questender` WHERE `id`=10800 AND `quest`=4867; +INSERT INTO `creature_questender` (`id`, `quest`) VALUES (10800,4867); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_19_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_19_01_world_335.sql new file mode 100644 index 00000000000..1adfdc96938 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_19_01_world_335.sql @@ -0,0 +1,21 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry`=10988; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(10988, 0, 0, 0, 0, 0, "10848"); + +UPDATE `creature_template` SET `flags_extra`=1024 WHERE `entry` IN (10988); +DELETE FROM `creature` WHERE `guid` IN (92277,92280,92568,92826,92828,92829,92864,93587,93610,93639,93646,93652,93695); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(92277, 10988, 1, 1, 1, 0, 0, -1247.3, 1825.32, 50.15, 0.189608, 600, 6, 1), +(92280, 10988, 1, 1, 1, 0, 0, -1364, 1830.68, 51.281, 1.427, 600, 6, 1), +(92568, 10988, 1, 1, 1, 0, 0, -1353, 2059.29, 50.455, 2.322, 600, 7, 1), +(92826, 10988, 1, 1, 1, 0, 0, -1339, 2012.71, 50.394, 1.421, 600, 7, 1), +(92828, 10988, 1, 1, 1, 0, 0, -1333, 1972.31, 50.144, 5.188, 600, 7, 1), +(92829, 10988, 1, 1, 1, 0, 0, -1307, 1813.98, 50.228, 6.213, 600, 7, 1), +(92864, 10988, 1, 1, 1, 0, 0, -1255.157, 1965.387, 50.144, 5.822480, 600, 7, 1), +(93587, 10988, 1, 1, 1, 0, 0, -1287.059, 1920.125, 50.624, 4.032559, 600, 7, 1), +(93610, 10988, 1, 1, 1, 0, 0, -1269.852, 1864.019, 50.298, 5.031582, 600, 7, 1), +(93639, 10988, 1, 1, 1, 0, 0, -1354.506, 1890.478, 50.148, 3.497707, 600, 7, 1), +(93646, 10988, 1, 1, 1, 0, 0, -1296.158, 1999.375, 51.106, 1.970108, 600, 7, 1), +(93652, 10988, 1, 1, 1, 0, 0, -1442.202, 1792.259, 50.144, 0.843056, 600, 7, 1), +(93695, 10988, 1, 1, 1, 0, 0, -1384.608, 1797.856, 50.337, 5.842114, 600, 7, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_00_world.sql new file mode 100644 index 00000000000..0079f71fab8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `waypoint_data` SET `action`=0 WHERE `id`=1074120; +DELETE FROM `waypoint_scripts` WHERE `id` IN (1046,1047); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_01_world.sql new file mode 100644 index 00000000000..a4a00d65c01 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `conditions` WHERE `SourceGroup` IN (21312) AND `SourceTypeOrReferenceId`=15; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_02_world.sql new file mode 100644 index 00000000000..94dd44ea299 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_02_world.sql @@ -0,0 +1,921 @@ +-- +-- Hellfire Peninsula -- Höllenfeuerhalbinsel +-- RequestItems, OfferReward -- master, 3.3.5 + +-- 9340 - Die Große Kluft +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9340 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9340, "deDE", "Gute Arbeit, $N. Das sollte die Felsklauen lehren, sich von uns fernzuhalten.", 26972); + +-- 9345 - Herstellung der Salbe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9345 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9345, "deDE", "Habt Ihr die Pflanzen gefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9345 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9345, "deDE", "Die sollten ihren Zweck erfüllen. Ich werde die Salbe fertigstellen und mein Bein schienen, bevor ich nach Thrallmar aufbreche. Wieso glaube ich genau zu wissen, was mir Scharfseherin Regulkut erzählen wird, wenn sie mich so sieht?$B$B<Grelag seufzt halbherzig.>$B$BVielen Dank für Eure Hilfe, $N. Ich habe noch einige von den Höllenwirbelkräutern übrig. Nehmt sie mit, wenn Ihr sie braucht. Wer weiß, wofür sie noch gut sind?", 26972); + +-- 9349 - Felshetzereier sammeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9349 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9349, "deDE", "Habt Ihr die Eier schon?$B$B<Legassis Magen knurrt vor Vorfreude.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9349 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9349, "deDE", "Für ausgezeichnete Küche braucht man ausgezeichnete Zutaten. Und diese Eier sehen großartig aus!$B$BIch habe gerade meine Pfanne geputzt, Ihr seid also herzlich eingeladen, mir bei einem Mahl Gesellschaft zu leisten.", 26972); + +-- 9351 - Wilde Leerwandler +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9351 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9351, "deDE", "Konntet Ihr die Essenzen besorgen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9351 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9351, "deDE", "Perfekt! Ich glaube sogar, dass das so gut funktionieren wird, dass ich den Motor umbauen muss, damit ich alle Vorteile dieses Kraftstoffs nutzen kann! Falls - ich meine natürlich - wenn wir hier wegkommen, muss ich allen in Area 52 meine Entwürfe zeigen!", 26972); + +-- 9355 - Eine Aufgabe für einen intelligenten Helden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9355 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9355, "deDE", "Gut gemacht, $N. Wir sollten uns aber nicht zu früh freuen. Ich bin mir sicher, dass wir diese Würmer nicht zum letzten Mal gesehen haben. Wenn sie ihre hässlichen Köpfe wieder in diese Gegend strecken sollten, werden die Söhne sie schon erwarten!", 26972); + +-- 9356 - So weich wie Butter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9356 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9356, "deDE", "Ich kann es kaum erwarten, seinen Gesichtsausdruck zu sehen, wenn er reinhaut! Seit dem Absturz beschwert er sich, dass ich nur ans Essen denke. Nun, jemand muss uns schließlich ernähren, während er am Zeppelin herumschraubt!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9356 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9356, "deDE", "Felshetzereier... Bämm!$B$BHölleneberspeck... Bämm!$B$BBussardflügel... Bämm! Bämm!$B$BWas für ein großartiges Essen. Ihr solltet wirklich mal probieren.", 26972); + +-- 9361 - Hölleneber, die etwas andere Delikatesse +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9361 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9361, "deDE", "Habt Ihr das Hölleneberfleisch erfolgreich geläutert?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9361 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9361, "deDE", "Hmmm...$B$BEs sieht essbar aus, wenn man es richtig würzt. Erzählt Quack aber nicht, woraus sein Frühstück besteht, ja?", 26972); + +-- 9366 - Die Suche nach Teufelsblut +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9366 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9366, "deDE", "Das Teufelsblut... habt Ihr es bekommen, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9366 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9366, "deDE", "Die in den Proben gespeicherten Energien sind unfassbar stark, $N. Nun müssen wir nur noch sicherstellen, dass wir auch in Zukunft freien Zugriff auf das Teufelsblut haben.", 26972); + +-- 9370 - Stoppt das Säuberungsritual +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9370 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9370, "deDE", "Ihr seid zurückgekehrt, $N. Habt Ihr dem Aberwitz der Draenei ein Ende gesetzt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9370 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9370, "deDE", "Das wird diese heiligen Fanatiker lehren, sich um ihren eigenen Kram zu kümmern.", 26972); + +-- 9372 - Dämonische Verderbnis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9372 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9372, "deDE", "Habt Ihr die Blutproben bekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9372 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9372, "deDE", "Gute Arbeit, $N. Diese Blutproben werden mir bei meinen Forschungen, und der Expedition bei ihren Studien der Scherbenwelt und ihrer Lebewesen, sehr dienlich sein.$B$BWenn ich den Grund für die fortschreitende Veränderung der Tiere herausfinden könnte, könnte ich vielleicht ein Gegengift herstellen.", 26972); + +-- 9373 - Fehlender Schriftverkehr +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9373 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9373, "deDE", "Guten Tag, $C. Was bringt Euch in mein Lager?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9373 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9373, "deDE", "Danke, dass Ihr mir dies hier gebracht habt, $C. Ich habe mich schon gewundert, warum ich so lange nichts mehr von der Expedition gehört habe. Ich frage mich, wie lange diese Nachricht schon unterwegs ist und was wohl aus ihrem Überbringer geworden ist.$B$BHier habt Ihr etwas Geld für Eure Mühen.", 26972); + +-- 9374 - Arelions Tagebuch +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9374 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9374, "deDE", "Hattet Ihr Glück, $N? Die Teiche von Aggonar liegen nördlich der Höllenfeuerzitadelle.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9374 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9374, "deDE", "Das Tagebuch meines Ehemanns... hat nicht das Geringste mit seinen Forschungen zu tun!$B$BWie konnte ich nur so blind sein? `Die magischen Eigenschaften dämonisch beeinflusster Schleimformen`, beinahe hätte ich es geglaubt.", 26972); + +-- 9375 - Der Weg zur Falkenwacht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9375 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9375, "deDE", "<Taleris ruft einige der Blutelfen aus dem Außenposten herbei.>$B$BSchafft sie herein und versorgt ihre Wunden!$B$B<Taleris wendet sich wieder Euch zu.>$B$BSie kann sich glücklich schätzen, dass Ihr sie noch rechtzeitig gefunden habt, $C. Viel länger hätte sie dort draußen alleine nicht überlebt.$B$BKonntet Ihr verstehen, was sie gesagt hat?", 26972); + +-- 9376 - Die Pflicht eines Pilgers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9376 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9376, "deDE", "Die Sache sieht nicht gut aus. So schafft sie es nie wieder auf die Straße. Habt Ihr den Beutel gefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9376 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9376, "deDE", "Vielen Dank, dass Ihr dies zurückgebracht habt, $N. Ich weiß nicht, was der verletzten Pilgerin an diesem Beutel so wichtig ist, aber sie lässt keinen an sich heran, bis sie ihn wieder hat.", 26972); + +-- 9381 - Treffsichere Pfeile +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9381 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9381, "deDE", "Habt Ihr alle Federn beisammen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9381 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9381, "deDE", "Die sollten ihren Zweck erfüllen. Ich hatte schon befürchtet, dass den Waldläufern bald die Pfeile ausgehen, doch nun muss ich mir darüber erstmal keine Sorgen mehr machen. Vielen Dank für Eure Hilfe, $C.", 26972); + +-- 9383 - Ein gewagter Plan +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9383 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9383, "deDE", "Habt Ihr die Magie des Kristalls gegen einen unkontrollierten Leerwandler eingesetzt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9383 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9383, "deDE", "Ihr habt Euch bewährt, $N. Es scheint, als würde der Verwahrungskristall fürs Erste standhalten, allerdings weiß niemand wie lange. Wir werden ihn im Auge behalten und in der Zwischenzeit noch mehr Kristalle vorbereiten.", 26972); + +-- 9385 - Tobende Felshetzer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9385 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9385, "deDE", "Gut gemacht, $N. Das wird den Biestern zeigen, wer hier der Boss ist!", 26972); + +-- 9387 - Die Quelle der Verderbtheit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9387 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9387, "deDE", "Habt Ihr die Proben bekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9387 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9387, "deDE", "Ihr wart mir eine große Hilfe, $N. Nun wollen wir sehen, was wir von unserem blauen Freund lernen können.", 26972); + +-- 9390 - Die Suche nach Sedai +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9390 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9390, "deDE", "Ihr habt den Leichnam eines jungen Paladins der Draenei gefunden. Es scheint, als hätte ihn jemand hinterrücks erschlagen.", 26972); + +-- 9391 - Den Weg kennzeichnen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9391 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9391, "deDE", "Habt ihr getan, worum ich Euch gebeten habe, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9391 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9391, "deDE", "Obwohl die Große Kluft noch immer ein gefährlicher Ort ist, gibt sie einen brauchbaren Pfad für unsere Pilger ab.$B$BEin derartiger Akt der Verzweiflung ist unvermeidlich, solange die Allianz weiterhin sämtliche ein- und ausgehenden Straßen zur Falkenwacht beobachtet.", 26972); + +-- 9396 - Die Magie der Arakkoa +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9396 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9396, "deDE", "Habt Ihr die Schriftrollen, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9396 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9396, "deDE", "Gut gemacht, $N. Die Geheimnisse der Scherbenwelt werden sich nicht lange vor uns verstecken können.$B$BEs ist unser Schicksal, die Meister dieser Welt zu werden.", 26972); + +-- 9397 - Kommt ein Vogel geflogen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9397 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9397, "deDE", "Ihr seid zurück. Habt Ihr mir ein Kaliriweibchen mitgebracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9397 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9397, "deDE", "Ihr habt es geschafft! Ihr habt ein junges Weibchen gefangen!$B$BSie ist wundervoll. Vielen, vielen Dank, $N.", 26972); + +-- 9398 - Tödliche Raubtiere +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9398 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9398, "deDE", "Ihr habt gute Arbeit geleistet, $N. Es ist immer schlimm, wenn Töten die einzige Möglichkeit ist, die bleibt, sogar wenn es sich um so gefährliche Biester wie die Steinsichelklauen handelt.$B$BIhr habt meinen Dank, dass Ihr diese grausame Aufgabe erledigt habt.", 26972); + +-- 9399 - Die Grausamkeit der Zuchtmeister +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9399 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9399, "deDE", "Ihr habt es geschafft! Wir stehen tief in Eurer Schuld, $N. Seht Euch nur all die Ankömmlinge des Lumpenpacks an.$B$BUnter meiner geistigen Führung werden sie alles über die alten Traditionen lernen.", 26972); + +-- 9400 - Der Assassine +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9400 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9400, "deDE", "Der Leichnam stimmt mit der Beschreibung von Krun Rückenbrecher, dem Assassinen der Höllenfeuerzitadelle, überein. Als Ihr den noch warmen Körper umdreht, erblickt Ihr eine Steinaxt, die in seinem Rücken steckt.", 26972); + +-- 9401 - Eine seltsame Waffe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9401 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9401, "deDE", "Sagt mir, ist der Assassine tot?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9401 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9401, "deDE", "Er wurde mit dieser Waffe getötet? Das ist unmöglich!$B$BHaben wir... haben wir sie tatsächlich gefunden?", 26972); + +-- 9405 - Das Anliegen des Kriegshäuptlings +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9405 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9405, "deDE", "Sagt mir, wonach Ihr sucht, damit ich Euch bei der Suche unterstützen kann.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9405 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9405, "deDE", "Ich verstehe Nazgrels Anliegen, $C. Sagt nichts weiter.", 26972); + +-- 9406 - Die Mag'har +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9406 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9406, "deDE", "Was habt Ihr für uns, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9406 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9406, "deDE", "Seid Ihr sicher? Das sind große Neuigkeiten, $N. Diese Orcs können sicherlich unserer Sache hier und auch zuhause dienlich sein!", 26972); + +-- 9407 - Durch das Dunkle Portal +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9407 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9407, "deDE", "Unser Expeditionskorps kam ohne Probleme durch das Portal und hat ein neues Lager namens Thrallmar errichtet. Aber wie Ihr sehen könnt ist die Brennende Legion eingefallen und hat uns von unseren Brüdern abgeschnitten. Die Dämonen sind eindeutig darauf aus, das Dunkle Portal einzunehmen und uns daran zu hindern, Verstärkung aus Azeroth zu holen.", 26972); + +-- 9410 - Spirituelle Führung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9410 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9410, "deDE", "Ihr könnt froh sein, dass Ihr noch lebt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9410 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9410, "deDE", "Wer seid Ihr, dass Ihr hier so einfach unangekündigt umherwandert? Ich habe meine Männer nur zurückgehalten, weil Ryga die Anwesenheit der Geister in Eurer Nähe verspürte.$B$BIhr könnt frei sprechen, doch wählt Eure Worte mit Bedacht. Wir vertrauen normalerweise keinen Fremden, die hier so nah bei der Zitadelle umherstreifen.", 26972); + +-- 9417 - Die Arakkoabedrohung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9417 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9417, "deDE", "Fantastische Arbeit, $N! Ich ernenne Euch hiermit zum Langbart ehrenhalber.$B$BBleibt noch ein Weilchen und trinkt etwas mit uns!", 26972); + +-- 9418 - Avruus Kugel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9418 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9418, "deDE", "Endlich habe ich meine Freiheit wieder!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9418 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9418, "deDE", "Mit dieser Kugel erlange ich meine Freiheit wieder. Nehmt Eure Belohnung, Sterblicher, auf dass meine Schuld bezahlt sei.", 26972); + +-- 9420 - Feinste Daunen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9420 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9420, "deDE", "Habt Ihr die Kalirifedern, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9420 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9420, "deDE", "Ihr habt Euren Teil der Abmachung erfüllt. Ich schätze, Geschäft ist Geschäft!$B$BHier, mein Freund. Passt gut auf ihn auf.", 26972); + +-- 9423 - Rückkehr zu Obadei +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9423 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9423, "deDE", "Sedai, mein geliebter Bruder... $B$BDiese feigen Orcs! Er war unbewaffnet, wie konnten sie nur?$B$BLasst mich alleine, $N. Ich danke Euch für Eure Hilfe, doch ich brauche jetzt etwas Zeit für mich selbst.", 26972); + +-- 9424 - Makurus Rache +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9424 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9424, "deDE", "Habt Ihr Sedai in Makurus Namen gerächt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9424 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9424, "deDE", "Ja... Rache! Ihr wart gut.$B$BNehmt dies, es war ein Geschenk von Sedai. Wenn Makuru es behält, stimmt es ihn nur traurig.", 26972); + +-- 9426 - Die Teiche von Aggonar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9426 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9426, "deDE", "Ja, ich fühle, wie die teuflische Präsenz in den Teichen abnimmt.$B$BIhr habt gute Arbeit geleistet, $N.", 26972); + +-- 9427 - Reinigung des Wassers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9427 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9427, "deDE", "Ihr seid zurück, $N. Ist das Wasser gereinigt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9427 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9427, "deDE", "Die Essenz von Aggonar lebte in seinem verderbten Nachkommen Aggonis weiter. Dank Eures Erfolgs gegen den Dämon können wir nun beginnen, die Teiche zu ihrer ursprünglichen Reinheit zurückzuführen.$B$BIhr habt unseren Dank, $N. Eure Arbeit hat einen tiefen Eindruck in dieser Welt hinterlassen.", 26972); + +-- 9430 - Relikte von Sha'naar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9430 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9430, "deDE", "Habt Ihr die Relikte aus Sha'naar bei Euch, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9430 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9430, "deDE", "Das Glück hat Euch gesegnet. Genau wie ich es erhofft hatte, habt Ihr ein ganz besonderes Relikt zwischen all den anderen gefunden.", 26972); + +-- 9438 - Bote für Thrall +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9438 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9438, "deDE", "Ihr bringt Kunde aus der Scherbenwelt, $C? Sodann, sprecht!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9438 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9438, "deDE", "<Thralls Augen werden immer größer, als er Nazgrels Brief liest.>$B$BMein Volk... wir müssen sie erreichen. Wir müssen Nagrand so schnell wie möglich erreichen!", 26972); + +-- 9441 - Entsandt zu den Mag'har +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9441 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9441, "deDE", "Es bedeutet uns sehr viel, dass Ihr uns in diesen schwierigen Zeiten Eure helfende Hand reicht. Niemals werden wir Euch, noch denjenigen vergessen, der Euch hierher entsandt hat.$B$BEuch gebührt unser Dank.", 26972); + +-- 9442 - Eine erschöpfende Krankheit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9442 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9442, "deDE", "Habt Ihr den Pilz schon besorgt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9442 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9442, "deDE", "Gorkan hat viel Gutes über Euch gesagt. Wie sich herausstellt, war alles wahr.$B$BVielen Dank für Eure Hilfe.", 26972); + +-- 9447 - Salbe verabreichen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9447 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9447, "deDE", "Ihr seid zurück, $N. Habt Ihr Eure Aufgabe erledigt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9447 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9447, "deDE", "Mögen die Geister Euch segnen, $N. die Mag'har stehen in Eurer Schuld.", 26972); + +-- 9466 - GESUCHT: Schwarzkralle die Wilde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9466 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9466, "deDE", "Gibt es Neuigkeiten über Schwarzkralle?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9466 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9466, "deDE", "Ihr seid ein tapferer $C, $N. Diese Bestie hat viele meiner besten Jäger das Leben gekostet.$B$BNehmt die Belohnung, Ihr habt sie Euch redlich verdient.", 26972); + +-- 9472 - Arelions Geliebte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9472 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9472, "deDE", "Hervorragend! Diese hinterhältige Göre wird sich mit niemandes Ehemann mehr davonschleichen.$B$BHier habt Ihr eine Kleinigkeit für Eure Mühen. Ich vertraue darauf, dass diese Angelegenheit unter uns bleibt, $N.", 26972); + +-- 9483 - Die feinen Freuden im Leben +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9483 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9483, "deDE", "Vielleicht werden wir ja doch noch Freunde. Folgt mir! Wir wollen schließlich nicht mit den anderen teilen müssen, oder?", 26972); + +-- 9490 - Die Felsklauenmatriarchin +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9490 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9490, "deDE", "Habt Ihr schon einen Beweis für Schwarzkralles Tod, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9490 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9490, "deDE", "Ja, an diese scharfen Krallen erinnere ich mich genau!$B$BNehmt diese Belohnung, $N. Ihr habt eine gefährliche Aufgabe erledigt. Ihr habt Euch jedes einzelne Stück hiervon verdient.", 26972); + +-- 9492 - Das Schicksal wenden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9492 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9492, "deDE", "Seid Ihr mit den Überresten von Kriegshäuptling Messerfaust zurück?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9492 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9492, "deDE", "Gut gemacht, $N. Mit Eurem Sieg in der Höllenfeuerzitadelle haben wir den Orcs großen Schaden zugefügt.$B$BIhr müsst mit Feldkommandant Romus über das weitere Vorgehen und das Ziel, die Orcs weiter in der Defensive zu halten, sprechen. Jetzt, da wir Verstärkung haben, können wir die Ehrenfeste viel leichter verteidigen.", 26972); + +-- 9493 - Der Stolz der Höllenhorde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9493 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9493, "deDE", "Ich bin nicht so blauäugig zu denken, dass ein Sieg über die Legionäre der Zerschmetterten Hand unseren Sieg über die gesamte Höllenhorde bedeutet, aber es ist ein guter Anfang.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9493 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9493, "deDE", "Das sind großartige Nachrichten, $N. Mit diesen Fortschritten bei der Höllenfeuerzitadelle können wir es vielleicht sogar wagen, die Höllenhorde auch in anderen Orten der Halbinsel und der ganzen Scherbenwelt zu bekämpfen.", 26972); + +-- 9494 - Teufelsglut +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9494 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9494, "deDE", "Habt Ihr die, ehm, Glut?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9494 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9494, "deDE", "Gut gemacht! Ich maße mir nicht an, Nethekurses Meisterwerke nachahmen zu können, aber wir wären dumm, wenn wir die Macht der Teufelsglut außer Acht lassen würden.$B$BEs gibt jedoch einige, die meine Art der Forschung verbieten wollen, deshalb muss ich meine Entdeckungen geheimhalten. Bitte erzählt niemandem davon, $N.", 26972); + +-- 9495 - Der Wille des Kriegshäuptlings +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9495 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9495, "deDE", "Habt Ihr einen Beweis für den Sieg über Kargath Messerfaust?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9495 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9495, "deDE", "Das habt Ihr gut gemacht, $N. In seiner Jugend war Kargath Messerfaust ein vortrefflicher Krieger, ein Held und ein gutes Beispiel für sein Volk.$B$BSein Tod ist für uns alle schmerzhaft, jedoch besonders für Kriegshäuptling Thrall. Was auch immer in seinen letzten Tagen mit ihm geschehen sein mag, wir dürfen nie den Orc vergessen, der Kargath einst war, genauso wenig wie die Lektion, die uns sein Fall sein sollte.$B$BFür Eure Dienste für die Horde werdet Ihr mit einer dieser Waffen belohnt, $N.", 26972); + +-- 9496 - Der Stolz der Höllenhorde +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9496 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9496, "deDE", "Ausgezeichnete Arbeit, $N. Jetzt, da die Legionäre gefallen sind, wird es einfacher, der Höllenhorde auf dem Schlachtfeld zu begegnen, auch wenn sie immer noch ein ernstzunehmender Gegner ist.", 26972); + +-- 9498 - Falkenwacht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9498 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9498, "deDE", "Willkommen in der Falkenwacht, $R. Alle Verbündeten der Horde sind hier willkommen, insbesondere all jene, mit einer Empfehlung von Martik.", 26972); + +-- 9499 - Falkenwacht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9499 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9499, "deDE", "Willkommen in der Falkenwacht, Bruder. Viele andere Blutelfen haben es leider nicht geschafft, heil hier anzukommen.$B$BEs ist eine Schande. Unsere Arbeit in der Scherbenwelt hat doch gerade erst begonnen.", 26972); + +-- 9543 - Sühne +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9543 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9543, "deDE", "Wie kann ich Euch behilflich sein, $N? Ihr klingt, als hättet Ihr Sorgen.", 26972); + +-- 9545 - Das Relikt des Sehers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9545 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9545, "deDE", "Habt Ihr eine Vision gehabt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9545 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9545, "deDE", "Tief in meinem Innersten hoffe ich, dass Eure Vision Euch neue Einblicke auf die Ereignisse, die zu Sedais Tod geführt haben, gewährt hat. Das Relikt zeigte Euch eine mögliche Reihe von Ereignissen, die zur Gegenwart führten. Die Wahrheit mag irgendwo dazwischen liegen, doch wir werden es nie mit Sicherheit erfahren.$B$BHättet Ihr mit Eurem jetzigen Wissen anders gehandelt?$B$BWer kann schon sagen, ob unser Konflikt mit den Orcs ewig währen wird? Doch am wichtigsten ist es, immer für alle Möglichkeiten offen zu sein.", 26972); + +-- 9558 - Die Langbarts +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9558 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9558, "deDE", "Wie habt Ihr uns gefunden, $C? Egal, Ihr seid sicher hier, um uns zu helfen. Dann mal an die Arbeit!", 26972); + +-- 9563 - Mirrens Vertrauen erlangen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9563 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9563, "deDE", "Probleme, das Bitter zu finden? Der gute alte Bernie in der Burg Nethergarde sollte Fässer davon auf Lager haben.$B$BEs sei denn, seine Vorräte sind ausgegangen... das wäre fatal!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9563 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9563, "deDE", "Oh ja! Ihr scheint ganz in Ordnung zu sein, $R. Ich denke, ich kann Euch vertrauen.", 26972); + +-- 9572 - Die Bollwerke schwächen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9572 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9572, "deDE", "$N, richtig? Stok'ton hat mir gesagt, dass ich auf Euren Bericht warten soll.$B$BBringt Ihr gute Nachrichten?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9572 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9572, "deDE", "Das ist ein guter Anfang. Ohne diese drei sollten die Truppen verwirrt sein. Und solange ihre Artillerie außer Gefecht ist, haben wir bessere Chancen, näher vorzurücken, um die Zitadelle einzunehmen.$B$BAber es gehört mehr dazu, als man glaubt, ich fühle es. Deswegen habe ich einen weiteren Auftrag für Euch.$B$BFürs Erste jedoch habt Ihr Eure Arbeit gut gemacht. Sucht euch etwas aus Thrallmars Waffenkammer aus.", 26972); + +-- 9575 - Die Bollwerke schwächen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9575 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9575, "deDE", "$N, richtig? Chadwick hat mir gesagt, dass ich auf Euren Bericht warten soll.$B$BWAS macht Ihr hier?! Habt Ihr Eure Aufgabe erledigt? Seid Ihr denn ein kompletter Vollidiot? Ich könnte mich übergeben!$B$BJetzt schwingt Euren nutzlosen Hintern zu diesem Bollwerk und tut, was Euch aufgetragen wurde! Habt Ihr mich gehört?!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9575 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9575, "deDE", "Wisst Ihr, was ich noch mehr hasse, als mich zu irren? Gold bei einer Wette zu verlieren, dass Ihr es nicht schafft, $GKumpel:Schätzchen;.$B$BAusgezeichnet! Ohne diese drei sollten die Truppen verwirrt sein. Und solange ihre Artillerie außer Gefecht ist, haben wir bessere Chancen, näher vorzurücken, um die Zitadelle einzunehmen.$B$BIch habe jedoch das Gefühl, dass da noch mehr dahinter steckt. Deswegen habe ich einen weiteren Auftrag für Euch. Hier, sucht Euch etwas aus der Waffenkammer aus!", 26972); + +-- 9607 - Im Herzen des Hasses +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9607 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9607, "deDE", "Gefreiter, berichtet! Habt Ihr den Blutkessel schon erkundet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9607 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9607, "deDE", "SIE HABEN EINEN GRUBENLORD?!$B$B<Der Truppenkommandant bemerkt die starrenden Gesichter der anderen und senkt seine Stimme.>$B$BDas ist es. Sie müssen das Blut dieses Grubenlords verwenden, um neue Höllenorcs, die aus irgendeinem Grund nicht zur Brennenden Legion gehören, zu erschaffen. Und wenn sie das mit den braunen Mag'har können, schaffen sie das auch mit grünen! Bei all den Orcs, die durch das Dunkle Portal kommen, sind das alles andere als gute Nachrichten!$B$BWir müssen sie ins Herz ihrer Militärmacht treffen, und zwar bald!", 26972); + +-- 9608 - Im Herzen des Hasses +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9608 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9608, "deDE", "Habt Ihr den Blutkessel schon erkundet? Was habt Ihr mir zu Berichten?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9608 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9608, "deDE", "SIE HABEN EINEN GRUBENLORD?!$B$B<Nazgrel bemerkt die starrenden Gesichter der anderen und senkt seine Stimme.>$B$BDas ist es. Sie müssen das Blut dieses Grubenlords verwenden, um neue Höllenorcs, die aus irgendeinem Grund nicht zur Brennenden Legion gehören, zu erschaffen. Und wenn sie das mit den braunen Mag'har können, schaffen sie das auch mit uns!$B$BWir müssen sie ins Herz ihrer Militärmacht treffen, und zwar bald!", 26972); + +-- 9912 - Die Expedition des Cenarius +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9912 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9912, "deDE", "Willkommen in der Zuflucht des Cenarius, $N. Ich hoffe, Ihr könnt uns bei unserer Aufgabe behilflich sein. Wir haben viel Arbeit vor uns.", 26972); + +-- 10046 - Durch das Dunkle Portal +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10046 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10046, "deDE", "Willkommen in der Scherbenwelt, $N - willkommen im Alptraum! Auch wenn das erste Expeditionskorps es unbeschadet hierher geschafft hat, versucht die Legion nun, das Portal zurückzuerobern und unsere Verstärkung daran zu hindern, es zu durchschreiten.$B$BIch würde Euch gerne hier einsetzen, aber unsere Truppen und die Soldaten der Horde können die Kolonnen der Legion, die diese Plattform erobern wollen, selbst zurückhalten.$B$BIhr müsst dorthin gehen, wo Ihr am meisten gebraucht werdet.", 26972); + +-- 10047 - Der Pfad des Ruhms +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10047 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10047, "deDE", "Die Schreie scheinen irgendwie... schwächer geworden zu sein. Möge das Licht dafür sorgen, dass es nicht nur Wunschdenken ist.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10047 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10047, "deDE", "Ihr habt meinen aufrichtigen Dank für Eure Mühen, $N. Wenn auch noch viel zu tun ist, macht es mich froh, dass einige nun ihren wohlverdienten Frieden gefunden haben.", 26972); + +-- 10050 - Unerschütterliche Seelen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10050 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10050, "deDE", "Die Söhne sind Euch für Eure Mühen dankbar, auch wenn nur wenige über das Rüstlager sprechen möchten.", 26972); + +-- 10055 - Nichts verkommen lassen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10055 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10055, "deDE", "Habt Ihr ein wenig wiederverwertbares Material unter all dem Staub, der Asche und der Kohle finden können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10055 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10055, "deDE", "Das hier ist in einem besseren Zustand, als ich befürchtet habe. Sicher, es wird eine Weile dauern bis der ganze Rost und Zunder entfernt ist, aber ich kann mich nicht beklagen.", 26972); + +-- 10057 - Suche nach den Anführern +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10057 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10057, "deDE", "Wir können nur hoffen, dass die Geister der Fußsoldaten mit dem Verschwinden der Geister ihrer Offiziere zur Ruhe kommen. Ich danke Euch ein weiteres Mal für Eure Hilfe, $N.", 26972); + +-- 10058 - Ein altes Geschenk +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10058 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10058, "deDE", "Ich dachte, ich hätte Euch gesagt, dass Ihr mich nicht stören sollt. Was gibt's?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10058 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10058, "deDE", "Ist es das? Kaum zu glauben, dass es die Schlacht überlebt hat. Die Gegebenheiten in den Ruinen waren nicht gerade gut für das Buch, aber ich bin dennoch froh, dass ich es wiederhabe.$B$BEs ist das einzige Zeichen, das ich von Turalyon habe.$B$B<Vater Devidicus scheint mit den Tränen zu kämpfen.>$B$BWenn man so lange Zeit Seite an Seite gekämpft hat, steht man sich noch näher als die eigene Familie.", 26972); + +-- 10078 - Die Unerwünschten zerstören +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10078 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10078, "deDE", "Ihr scheint guter Laune zu sein. Haben die brennenden Belagerungsmaschinen der Horde Euch erheitert?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10078 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10078, "deDE", "Das nenne ich Einsatz!$B$BIch bin froh, dass wir endlich Unterstützung erhalten haben, aber ich bin nicht so sicher, ob sie die richtige Einstellung gegenüber der Horde haben. Dort, wo ich herkomme, ist jeder, der eine Waffe auf Euch richtet, ein Feind und muss vernichtet werden.", 26972); + +-- 10079 - Bringt diese Mine zum Beben! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10079 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10079, "deDE", "Bei Bronzebarts bronzenem... Bart, Ihr habt es geschafft! Ihr seid ein Held, $N.", 26972); + +-- 10086 - Ich arbeite... für die Horde! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10086 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10086, "deDE", "Wie geht es mit der Sammelaktion voran? Habt Ihr etwas Wiederverwertbares finden können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10086 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10086, "deDE", "Die Materialien sind ausgezeichnet! Vielleicht ein wenig verbogen oder angesengt, aber ich habe mich noch nie von minderwertigem Material aufhalten lassen, wenn es darum ging, Präzisionssprengstoff herzustellen!$B$BDanke, $N. Ihr habt wirklich ein Händchen exquisiten Müll!", 26972); + +-- 10087 - Zündet es an... für die Horde! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10087 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10087, "deDE", "Ich habe nach Zeichen von brennenden Kanonen Ausschau gehalten - Rauchschwaden oder den Schreien brennender Höllenorcs...$B$BHattet Ihr Erfolg mit Eurem Auftrag?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10087 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10087, "deDE", "Dachte ich's mir doch! Ich konnte die Zerstörung von hier aus zwar nicht richtig sehen, aber ich kann sie mir redlich vorstellen! Ausgezeichnet!$B$BGut gemacht, $N. Das oberste Kommando von Thrallmar wird sich freuen, von Eurem Erfolg zu hören!", 26972); + +-- 10093 - Der Tempel von Telhamat +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10093 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10093, "deDE", "Ah, Ihr habt also Seher Kryv getroffen. Er ist ein weiser und begabter Mann, und seine Freunde sind auch meine Freunde.$B$BMacht es Euch gemütlich und stellt Euch den anderen vor, die diesen Tempel ihr Zuhause nennen.", 26972); + +-- 10099 - Das Genie +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10099 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10099, "deDE", "Ich bin froh, dass Ihr Euch um, um... wie sagtet Ihr hieß er noch gleich? Z'kral?$B$BEurer Beschreibung nach war es wohl mehr ein es als ein er. Nun ja, was zählt ist, dass es tot ist.", 26972); + +-- 10103 - Bericht an Zurai +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10103 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10103, "deDE", "Um ehrlich zu sein hatte ich mehr Leute erwartet, aber Ihr müsst reichen. Willkommen im Sumpfrattenposten.", 26972); + +-- 10106 - Höllenfeuerbefestigungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10106 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10106, "deDE", "Gut gemacht, $N. Eure Taten auf dem Schlachtfeld sind für unseren Kampf auf der Höllenfeuerhalbinsel sehr hilfreich.", 26972); + +-- 10110 - Höllenfeuerbefestigungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10110 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10110, "deDE", "Gute Arbeit, $N. Ich konnte fast die Kampfschreie an den Befestigungsanlagen hören. Ich wünschte, ich wäre dabei gewesen!", 26972); + +-- 10119 - Durch das Dunkle Portal +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10119 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10119, "deDE", "Willkommen in der Scherbenwelt, $N - willkommen im Alptraum! Auch wenn das erste Expeditionskorps es unbeschadet hierher geschafft hat, versucht die Legion nun, das Portal zurückzuerobern und unsere Verstärkung daran zu hindern, es zu durchschreiten.$B$BIch würde Euch gerne hier einsetzen, aber unsere Truppen und die Soldaten der Horde können die Kolonnen der Legion, die diese Plattform erobern wollen, selbst zurückhalten.$B$BIhr müsst dorthin gehen, wo Ihr am meisten gebraucht werdet.", 26972); + +-- 10120 - Ankunft in der Scherbenwelt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10120 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10120, "deDE", "Ich habe gesehen, wie Ihr mit Orion gesprochen habt - es muss eine wichtige Angelegenheit sein...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10120 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10120, "deDE", "Ihr seid also Orions neuer Bote? Ich hoffe, es ergeht Euch besser als dem letzten, den er geschickt hat, $C. Mit der vorrückenden Legion schafft Ihr es niemals zu Fuß nach Thrallmar. Sagt Bescheid und mein treuer Wyvern wird Euch sicher dorthin bringen.", 26972); + +-- 10121 - Die Brennende Legion ausrotten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10121 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10121, "deDE", "Ihr habt sicher auf Eurem Flug vom Dunklen Portal die Krieger der Legion überall in der Landschaft gesehen. Auch wenn wir sie in der Schlacht am Berg Hyjal vor etwa 5 Jahren besiegt haben, haben diese verfluchten Dämonen immer noch nicht genug. Wenn sie auf eine Herausforderung aus sind, wird die Horde ihnen entsprechend antworten!$B$BWir Orcs haben mit der Legion mehr als nur eine Rechnung zu begleichen! Was ist mit Euch, $N? Soll ich Euch von unserem Feind erzählen?", 26972); + +-- 10123 - Teufelsfunkenklamm +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10123 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10123, "deDE", "Ausgezeichnete Arbeit, Soldat. Die Häufigkeit der Angriffe wird nun sicher nachlassen - zumindest bis sie neue Schreckenslords schicken.$B$BNun zu den schlechten Nachrichten: ich habe Eure neuen Befehle...", 26972); + +-- 10124 - Vorposten: Häschersturz +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10124 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10124, "deDE", "Ihr habt also die Teufelsfunkenklamm aufgeräumt, was? Gut zu hören - wir brauchen Soldaten wie Euch, die sich kopfüber in die Schlacht stürzen!", 26972); + +-- 10129 - Mission: Tore Murketh und Shaadraz +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10129 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10129, "deDE", "Wenn Ihr beim ersten Versuch verfehlt, startet einen neuen...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10129 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10129, "deDE", "Das wird sie um Wochen zurückwerfen! Fantastische Arbeit, $N. Die Legion hätte sicher nie mit so starkem Widerstand gerechnet.", 26972); + +-- 10132 - Eine kolossale Bedrohung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10132 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10132, "deDE", "Gute Arbeit.$B$BWenn Ihr mich fragt, müssen wir einfach genug von diesen Kolossen töten, dann brauchen wir uns nicht mehr um diese merkwürdigen Kristall in der Mitte kümmern.$B$BHier, nehmt eines hiervon als Belohnung der Expedition des Cenarius.", 26972); + +-- 10134 - Hinweise des purpurnen Kristalls +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10134 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10134, "deDE", "Das ist ein ganz schön großer Kristall, den Ihr da habt. Habt Ihr ihn von den Kolossen im Grat?$B$BLasst mich ihn anschauen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10134 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10134, "deDE", "Hm, für mich sieht es einfach wie ein großer Klumpen ungeschliffenen Kristalls aus.$B$BZugegeben, ich fühle eine kranke, böse Aura, die von ihm ausgeht, aber das ist nicht gerade mein Spezialgebiet. Ich bin nur hier, um die Bedrohung durch die Bergriesen aufzuhalten.", 26972); + +-- 10136 - Grausame Pläne +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10136 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10136, "deDE", "Alle kommenden Generation werden diesen Tag bejubeln, $N. Sie werden von Eurem Heldenmut singen. Ich wünschte, Thrall wäre hier, um diesen Sieg mit uns zu feiern. Die Legion liegt am Boden, und die Höllenfeuerhalbinsel gehört wieder der Horde! Vielleicht besteht doch noch Hoffnung für diese verwüstete Welt und unser Volk auf ihr.$B$BLok'tar ogar!", 26972); + +-- 10140 - Reise zur Ehrenfeste +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10140 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10140, "deDE", "Dem Licht sei Dank, dass Ihr heil hier angekommen seid. Die Ehrenfeste benötigt alle erfahrenen Krieger, die sie bekommen kann.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10140 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10140, "deDE", "Unsere Expedition zu dieser verlassenen, zerschlagenen Welt wäre fast zum Stillstand gekommen, $N. Wir haben mehr Widerstand erfahren, als wir dachten.$B$BAls ob die Brennende Legion nicht schon schlimm genug wäre, gibt es in diesen Ländern Schrecken, die wir noch nie zuvor gesehen haben.", 26972); + +-- 10141 - Wiedergeburt der Brennenden Legion +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10141 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10141, "deDE", "Truppenkommandant Danath hat meine Anfrage nach Verstärkung wohl etwas falsch verstanden. Ihr seht zwar fähig aus, aber... ich habe um ein komplettes Bataillon gebeten!$B$BWisst Ihr, wir haben da ein kleines Dämonenproblem.", 26972); + +-- 10142 - Der Pfad der Pein +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10142 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10142, "deDE", "Ausgezeichnete Arbeit, Soldat. Die Häufigkeit der Angriffe wird nun sicher nachlassen - zumindest bis sie neue Schreckenslords schicken.$B$BNun zu den schlechten Nachrichten: ich habe Eure neuen Befehle...", 26972); + +-- 10143 - Expeditionsposten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10143 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10143, "deDE", "Schön, Euch kennenzulernen, Soldat.$B$BGenug gequatscht... nun hört zu - Ich habe eine wichtige Mission für Euch und ich möchte, dass Ihr sie erfüllt... und überlebt!", 26972); + +-- 10144 - Die Verstärkung abschneiden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10144 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10144, "deDE", "Ich wünschte, ich hätte die Feuer sehen können. Dieser Sprengstoff hat mächtig Dampf!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10144 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10144, "deDE", "Gut gemacht, $N. Die Zerstörung der Portale wird den Nachschub an Verstärkung für die Legion für eine Weile bremsen!$B$BAber noch können wir uns nicht ausruhen...", 26972); + +-- 10146 - Mission: Tor Murketh und Tor Shaadraz +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10146 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10146, "deDE", "Dies ist ein wichtiger Auftrag, $N. Ich würde ihn nicht an irgendjemanden vergeben.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10146 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10146, "deDE", "Das wird sie um Wochen zurückwerfen, kein Zweifel! Ihr habt mir gerade ungewöhnlich gute Laune verschafft, $N!", 26972); + +-- 10159 - Haltet den Dornnebelhügel sauber! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10159 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10159, "deDE", "Wie läuft es mit der Bereinigung des Dornnebelhügels?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10159 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10159, "deDE", "Jetzt, da die Verheerer fort sind, können die Reisenden der Zuflucht des Cenarius in den Zangarmarschen wieder sicher vorankommen.$B$BDie Expedition des Cenarius ist Euch etwas schuldig, $N.", 26972); + +-- 10160 - Den Feind kennen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10160 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10160, "deDE", "<Leutnant Amadi nickt.>$B$BGut, wir können jede Hilfe gebrauchen. Die zunehmende Orcbevölkerung am Südlichen Bollwerk bereitet mir Kopfschmerzen. Ich habe einen Späher losgeschickt, um sie zu erkunden, aber er ist noch nicht zurück.", 26972); + +-- 10161 - Im Notfall... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10161 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10161, "deDE", "Habt Ihr genügend Teile gefunden? Wenn nicht muss ich die Bratpfanne verwenden, mit der Legassi die ganze Zeit herumwedelt. Dann muss ich den Zeppelin in die `Fliegende Bratpfanne` umbenennen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10161 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10161, "deDE", "Einige davon sind in einem ziemlich schlechten Zustand, aber ich sollte damit zurechtkommen. Es braucht nur ein wenig kreative Ingenieurskunst und es wird sicher klappen!", 26972); + +-- 10162 - Mission: Die Abyssische Untiefe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10162 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10162, "deDE", "Zeigt ihnen, dass nicht einmal die Himmel sicher sind!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10162 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10162, "deDE", "Ihr fliegt, als hättet Ihr Euer Leben lang nichts anderes getan, $N. Hervorragende Vorstellung! Und nicht einmal ein kleiner Kratzer an den Wyvernzerstörern!", 26972); + +-- 10163 - Mission: Die Abyssische Untiefe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10163 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10163, "deDE", "Zeigt ihnen, dass nicht einmal die Himmel sicher sind!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10163 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10163, "deDE", "Ihr fliegt, als hättet Ihr Euer Leben lang nichts anderes getan, $N. Hervorragende Vorstellung! Und nicht einmal ein kleiner Kratzer an den Greifenzerstörern!", 26972); + +-- 10208 - Die Verstärkung abschneiden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10208 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10208, "deDE", "Die Legion ist bestimmt nicht auf unsere Überraschung gefasst, was, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10208 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10208, "deDE", "Gut gemacht! Ich konnte die Explosionen fast bis hierher spüren!$B$BJetzt haben wir noch eine weitere Bombenmission für Euch...", 26972); + +-- 10213 - Untersuchung der Absturzstelle +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10213 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10213, "deDE", "Wir wurden von der Brennenden Legion abgeschossen, obwohl wir eine Friedensflagge geschwenkt haben. Wer hätte ahnen können, dass die Brennende Legion so gemein ist?$B$BWir können leider nicht mit Euch zum Rückenbrecherposten kommen. Wir müssen den Zeppelin reparieren und dann weiterziehen.", 26972); + +-- 10220 - Bringt sie zum Zuhören +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10220 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10220, "deDE", "Die Unerschütterlichen haben die Macht der Horde gespürt. Vielleicht haben sie jetzt ja Lust, sich meinen Vorschlag anzuhören.", 26972); + +-- 10229 - Den Folianten entziffern +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10229 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10229, "deDE", "Was ist das? Ein Buch von einem unerschütterlichen Geist? Wie merkwürdig. Lasst es mich anschauen, vielleicht kann ich mehr über die Geschichte der Unerschütterlichen erfahren.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10229 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10229, "deDE", "Ich habe mein ganzes Unleben lang alte Geschichte studiert, doch nie zuvor etwas wie dieses Buch gesehen. Er erzählt die gesamte Geschichte des Rüstlagers, sogar die Ereignisse nach seiner Zerstörung.$B$BDie Unerschütterlichen haben ihre Geschichte aufgeschrieben, sogar nach ihrem Tod in der Schlacht. Mit diesem Buch können wir die Unerschütterlichen verstehen und sie sicher davon überzeugen, sich uns anzuschließen.", 26972); + +-- 10230 - Das Kampfhorn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10230 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10230, "deDE", "Wir müssen den Unerschütterlichen bald helfen. Wenn wir sie davon überzeugen können, sich uns anzuschließen, hat die Horde einen starken Verbündeten.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10230 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10230, "deDE", "Gut gemacht, $N. Dieses alte Horn wird uns helfen, die Unerschütterlich zu rufen.$B$BNatürlich nur, wenn sie es möchten.", 26972); + +-- 10236 - Die Scherbenwelt ist doof! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10236 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10236, "deDE", "Habt Ihr schon ein paar Ersatzteile für meinen Schredder gefunden? Ich möchte ihn wirklich gerne reparieren, damit ich mich weiter dem Bergbau in der Mine widmen kann. Irgendwie muss ich ja ein wenig Geld verdienen. Und wenn ich davon nur eine Fahrkarte nach Beutebucht kaufe. Ohne Rückfahrt!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10236 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10236, "deDE", "Hurra, Ihr habt ein paar Teile gefunden! Jetzt kann ich meinen Schredder hoffentlich wieder zum Laufen bringen. Wenn ich genug Geld verdiene, kann ich vielleicht wieder zurück nach Beutebucht.$B$BIch hoffe, dass mein Vetter Quack Lufthans mit seinem blöden Zeppelin abstürzt. Ich kann es nicht fassen, dass er mich so hinterhältig in die Scherbenwelt gelockt hat.", 26972); + +-- 10238 - Wie man Goblins zubereitet +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10238 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10238, "deDE", "Vielen Dank, dass Ihr meine Peons gerettet habt. Vielleicht kann ich sie jetzt dazu bringen, meinen Schredder mit den Teilen, die Ihr gefunden habt, zu reparieren. Dann kann ich wieder etwas Geld verdienen und aus der Scherbenwelt abhauen. Ich kann es kaum abwarten, wieder in Beutebucht zu sein.", 26972); + +-- 10242 - Der Rückenbrechergrat +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10242 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10242, "deDE", "Willkommen im Rückenbrechergrat. Wie kann ich Euch dienen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10242 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10242, "deDE", "Ein Bluttest also? Es wird mir ein Vergnügen sein. Ich arbeite immer gerne mit Blut...", 26972); + +-- 10250 - Blutige Rache +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10250 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10250, "deDE", "Habt Ihr schon in das Horn gestoßen? Wir müssen es bald tun. Wer weiß, wann Thrallmar die Unterstützung der Unerschütterlichen braucht.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10250 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10250, "deDE", "Ich bin froh, dass die Unerschütterlichen Euch im Kampf unterstützt haben. Ich dachte mir schon, dass sie dem Ruf ihres Schlachthorns folgen würden, aber ich war mir nicht sicher. Vielleicht haben wir ihnen jetzt die Rache ermöglicht, die sie so sehr begehrten.$B$BIhr habt Urtrak getötet. Diesen Sieg müssen wir Kommandant Hogarth im Rüstlager der Allianz melden. Er wird verstehen, welche Gefahren Ihr für ihn auf Euch genommen habt.", 26972); + +-- 10254 - Truppenkommandant Danath +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10254 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10254, "deDE", "Ich bin froh, dass Ihr hier seid, Bruder. Ich bin Danath Trollbann - Anführer der Söhne des Lothar und Truppenkommandant dieser Feste.", 26972); + +-- 10255 - Das Gegengift testen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10255 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10255, "deDE", "Habt Ihr die Ergebnisse des Experiments, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10255 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10255, "deDE", "<Thiah Rotmähne macht große Augen, als Ihr die Ergebnisse des Experiments beschreibt.>$B$BWie konnte das nur geschehen? Ich bin mir sicher, dass ich das Gegengift richtig hergestellt habe!$B$BIch habe gesehen, wie es mit Spinnen- und Schlangengiften funktioniert hat, warum kehrt sich die Wirkung hier nicht um? Vielleicht ist das eine der vielen Besonderheiten der Scherbenwelt, $N. Ich leite diese Information am besten an meine Kameraden weiter.", 26972); + +-- 10258 - Die Gefallenen ehren +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10258 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10258, "deDE", "Wir haben die Schlacht vor so langer Zeit gegen die Höllenorcs verloren. Ihr habt uns unsere Ehre zurückgegeben, indem Ihr Urtrak getötet habt.$B$BNehmt Euch eine unserer Waffen. Wenn Ihr gegen unseren verhassten Feind in den Kampf zieht, benutzt diese Waffe, und die unter uns, die frei vom Fluch sind, werden Euch zu Hilfe kommen.$B$BBevor Ihr geht möchten einige, die vor Jahren beim Belagerungsturm gefallen sind, Euch für die Zerstörung unseres Feindes Ehre erweisen.", 26972); + +-- 10278 - Sphärenrisse +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10278 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10278, "deDE", "Habt Ihr meinen Apparat schon ausprobiert? Ich glaube, dass mein instabiler Sphärenrissgenerator so nahe am Abgrund funktionieren sollte.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10278 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10278, "deDE", "Unglaublich. Ihr habt die Leere selbst berührt! $N, Ihr habt mein Lebenswerk gerettet. Aber es gibt noch mehr, was getan werden muss, und Ihr könnt mir helfen.", 26972); + +-- 10286 - Arelions Geheimnis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10286 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10286, "deDE", "Ich werde reden, $C. Nehmt die Waffe runter, ich will nicht noch mehr Ärger haben.", 26972); + +-- 10287 - Die enttarnte Geliebte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10287 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10287, "deDE", "Viera Sonnenwisper? Diese widerliche kleine Göre.$B$BIch werde ihr zeigen, dass man mit mir keine Spielchen treibt!", 26972); + +-- 10288 - Ankunft in der Scherbenwelt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10288 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10288, "deDE", "Ich habe gehört, wie Ihr mit Duron gesprochen habt. Ihr müsst einen wichtigen Auftrag haben!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10288 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10288, "deDE", "Berichte für die Ehrenfeste? Kein Problem, einer meiner Greifen wird Euch schnell und sicher dorthin bringen.", 26972); + +-- 10289 - Reise nach Thrallmar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10289 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10289, "deDE", "Ein Bericht von Orion? Gebt ihn mir, schnell!$B$B<Stirnrunzelnd überfliegt General Krakork den zerknitterten Brief.>$B$BVerdammt, es ist genau so, wie wir es befürchtet haben. Orion und seine Krieger können jeden Moment überrannt werden!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10289 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10289, "deDE", "Ich werde alle Truppen, die ich entbehren kann, zu Orion beim Dunklen Portal schicken. Die Legion wird den Schlachtruf der Horde nicht so bald vergessen! Ihr, $N, habt Thrallmar heute einen großen Dienst erwiesen. Ich glaube, Ihr könnt uns hier eine große Hilfe sein. Natürlich nur, wenn Ihr klug genug seid, um zu überleben.", 26972); + +-- 10291 - Bericht an Nazgrel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10291 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10291, "deDE", "Wir haben schon viele tapfere Krieger an dieses verfluchte Land verloren. Ich habe kein Interesse daran, noch mehr ungeprüfte Rekruten in das Massaker zu schicken.$B$B<Nazgrel schaut Euch durch seine zottige Wolfsmaske streng an.>$B$BAber wenn General Krakork Euch zu mir geschickt hat, muss an Euch ja etwas dran sein. Was sagt Ihr also, $N? Werdet Ihr dem Kriegshäuptling mit Ehre dienen?", 26972); + +-- 10294 - Der Leerengrat +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10294 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10294, "deDE", "Habt Ihr es schon getan? Habt Ihr die Splitter?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10294 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10294, "deDE", "Ausgezeichnet. Der verbesserte Sphärenrissgenerator ist fast fertig. Es gibt nur noch einen letzten Bestandteil, den wir brauchen. Bald können wir einen stabilen Sphärenriss öffnen, den wir in den kommenden Jahren untersuchen können.$B$BWer weiß, welche fremdartigen Kreaturen durch ihn hindurchkommen werden? Stellt Euch nur vor, $N, die Macht, die ein solches Wissen mit sich brächte, wäre unermesslich!", 26972); + +-- 10295 - Aus dem Abgrund +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10295 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10295, "deDE", "Habt Ihr den Baron der Leere Galaxis schon vernichtet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10295 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10295, "deDE", "Ihr habt mein Lebenswerk gerettet, $N.$B$BSie haben mich wahnsinnig genannt, mich ausgelacht und gedacht, meine Besessenheit auf den Leerengrat und die Sphärenfelder hätte mich krank gemacht. Mit diesem Seelensplitter kann ich das Geheimnis der Leerwandler lüften. Ich werde die Macht über den Abgrund beherrschen!", 26972); + +-- 10340 - Trümmerposten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10340 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10340, "deDE", "Ha ha! Ein frischer $R vom Festland! Nun, keine Sorge - der Trümmerposten kann Euch vielleicht etwas seekrank machen, aber er treibt nicht weit weg!$B$BUnd bisher hat er sich nur einmal auf den Kopf gedreht... oder zweimal.", 26972); + +-- 10344 - Schwadronskommandant Greifgar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10344 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10344, "deDE", "Ihr habt mit Runetog gesprochen? Er ist ein guter Zwerg, hält seine Greifen gut in Schuss und immer kampfbereit.$B$BIch bin Greifgar, Kommandant des Trümmerpostens. Ich weiß, es ist nicht gerade hübsch hier, aber dieser Felsklotz ist ein wichtiger Stützpunkt für Operationen auf der Höllenfeuerhalbinsel. Man kann hier rund um die Uhr Greifen ein- und ausfliegen sehen.$B$BEinen Rat? Hier ist einer: haltet Eure Ausrüstung bereit, Euren Magen leer und Eure Augen am Horizont... wenn der Trümmerposten anfängt auseinanderzufallen, haltet Euch an etwas fest, was nicht wegfliegen kann!", 26972); + +-- 10346 - Rückkehr zur Abyssischen Untiefe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10346 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10346, "deDE", "In der Abyssischen Untiefe sind immer noch genügend Ziele, $N. Schnappt Euch einen Greifen, wenn Ihr für eine weitere Runde bereit seid.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10346 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10346, "deDE", "Wie ist es gelaufen? Ihr seid ja in guter Verfassung... Ist sie gut genug für einen weiteren Flug?", 26972); + +-- 10347 - Rückkehr zur Abyssischen Untiefe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10347 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10347, "deDE", "Die Legion darf sich auf der Abyssischen Untiefe nicht in Sicherheit wiegen! Wir müssen immer und immer wieder zuschlagen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10347 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10347, "deDE", "Die anderen Windreiterführer halten sehr viel von Euch, $N. Ihr habt in der Abyssischen Untiefe ganz schön aufgeräumt. Macht weiter so!", 26972); + +-- 10349 - Die Erdbinderin +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10349 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10349, "deDE", "Ist das ein Stück des riesigen Kristallsplitters oben auf dem Himmelssturzgrat?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10349 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10349, "deDE", "Oh, ausgezeichnet!$B$BIch habe die ganze Zeit gehofft, an ein Stück davon zu kommen, aber Tola'thion kommt nicht in die Gänge. Er sollte mir eigentlich helfen herauszufinden, was im Himmelssturzgrat vor sich geht. Stattdessen schickt er nur arme Tölpel wie Euch - nichts für ungut - dort hoch auf die Schlachtbank.$B$BWenn Ihr mir den Kristall gebt, kann ich vielleicht herausfinden, in welcher Verbindung er zu den Kolossen steht.", 26972); + +-- 10351 - Natürliche Heilmittel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10351 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10351, "deDE", "Hat es funktioniert? Was habt Ihr beobachtet? Habt Ihr herausgefunden, was im Himmelssturzgrat passiert ist?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10351 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10351, "deDE", "Goliathon? Pathaleon der Kalkulator?$B$BKAEL'THAS!?$B$BPrinz Kael'thas hat seine Hand im Spiel?!$B$B<Die Erdbinderin schäumt vor Wut.>$B$BWas er getan hat ist Wahnsinn! Riesige Kristalle vom Himmel zu werfen und das Land zu dezimieren kann nur die Arbeit eines Verrückten sein!$B$BIch verspreche Euch, dass der Zirkel des Cenarius nun, da wir wissen was zu tun ist, jegliche weitere Versuche von Illidan und seinen Streitmächten, so etwas noch einmal zu tun, von uns vereitelt werden.$B$BWir stehen tief in Eurer Schuld, $N.", 26972); + +-- 10367 - Ein Verräter unter uns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10367 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10367, "deDE", "Habt Ihr den Schlüssel schon, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10367 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10367, "deDE", "Ich danke Euch, $N. Dank Eurer Hilfe wird mein Volk bald frei sein.", 26972); + +-- 10368 - Die Ältesten des Lumpenpacks +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10368 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10368, "deDE", "Sagt mir, $N. Sind die Ältesten des Lumpenpacks schon frei?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10368 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10368, "deDE", "Ich kann es fühlen, $N! Die Geister kehren zu uns zurück.", 26972); + +-- 10369 - Arzeths Untergang +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10369 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10369, "deDE", "Ist es vollbracht, $N? Ist Arzeth tot?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10369 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10369, "deDE", "Es ist wahr, $N. Ich war einst Naladu, der Bewahrer der Erde.$B$BIch war es, der die anderen Mitglieder des Lumpenpacks für leere Versprechungen von Macht verkauft hat. Ihr könnt mich nun verachten, wenn Ihr wollt. Wichtig ist, dass mein Stamm nun wieder frei ist und die Geister zu uns zurückgekehrt sind.$B$BIch werde mich dem Rest des Stammes nicht anschließen, aber nun kann ich in Frieden sterben. Mögen die Geister der Erde unter meinen Brüdern einen neuen Diener finden.", 26972); + +-- 10382 - Geht zur Front +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10382 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10382, "deDE", "Das trifft sich gut, $C. Ich bin froh, dass dieser brummige alte Zwerg es endlich auf die Reihe bekommen hat, uns ein wenig Hilfe zu schicken!", 26972); + +-- 10388 - Rückkehr nach Thrallmar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10388 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10388, "deDE", "Ah, $N, Ihr kommt genau zur rechten Zeit. Unsere Späher haben herausgefunden, dass es sich bei den Ansammlungen der Legion auf dem Grat hinter uns tatsächlich um 'Konstruktionslager' handelt. Dort stellen die Dämonen ihre infernalen Teufelshäscher her. Wenn wir schnell gegen sie vorgehen, können wir vielleicht ihre Produktion aufhalten!", 26972); + +-- 10389 - Das Leid und die Dunkelheit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10389 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10389, "deDE", "Bravo, $N. Ich wusste, dass Ihr Erfolg haben werdet! Das Ende der Legion rückt immer näher!", 26972); + +-- 10390 - Konstruktionslager: Mageddon +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10390 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10390, "deDE", "Beeilt Euch, $C. Wir müssen das Konstruktionslager: Mageddon vernichten, bevor die Dämonen mit dem Bau fertig sind!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10390 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10390, "deDE", "Gut gemacht, $C. Ein Konstruktionslager weniger, um das wir uns sorgen müssen. Die Legion wird eine Weile brauchen, um die Einrichtung wieder zum Laufen zu bringen. Ihr habt uns das beschafft, was uns im Augenblick am meisten fehlt: Zeit.", 26972); + +-- 10391 - Kanonen des Zorns +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10391 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10391, "deDE", "Ich wusste, dass Ihr Biss habt, $N, aber dieses Mal habt Ihr Euch selbst übertroffen! Wir haben die Explosionen dieser verfluchten Kanonen bis hierher gehört! Das müsste der Legion beweisen, dass sie die Söhne Durotars nicht unterschätzen sollten!", 26972); + +-- 10392 - Die Schwelle zum Abgrund +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10392 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10392, "deDE", "Beeilt Euch, $N. Mit jeder Sekunde, in der das Warpportal offen steht, betritt ein weiterer Dämon diese Welt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10392 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10392, "deDE", "Gelobt seien die Ahnen, Ihr habt es geschafft, $N! Die Legion hat eine schreckliche Niederlage einstecken müssen. Thrallmar ist wieder sicher. Ach, wenn ich doch nur hundert Krieger mit Eurem Herz und Eurem Verstand hätte, dann wäre dieses zerschlagene Land schon längst gezähmt. Ich salutiere vor Euch.", 26972); + +-- 10393 - Boshafte Pläne +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10393 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10393, "deDE", "Ich habe nicht viel Zeit, $C. Womit wollt Ihr mich belästigen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10393 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10393, "deDE", "Es war ganz richtig von Euch, mir dies zu bringen. Es könnte sich um einen Befehl zur Herstellung von zusätzlichen Teufelshäschern handeln - oder um neue Angriffspläne! Es wird etwas dauern, bis ich es entziffert habe. Lasst mich alleine. Ich lasse Euch rufen, wenn ich Genaueres weiß.$B$B<Magister Blutfalke nickt Euch zu, als Ihr Euch abwendet.>$B$BIhr seid sehr gescheit, $N. Ich werde Eure Fortschritte mit Interesse verfolgen.", 26972); + +-- 10394 - Unterbrechung beim Konstruktionslager: Mageddon +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10394 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10394, "deDE", "Nun, ich muss zugeben, ich bin beeindruckt, $N. Ich hätte nicht gedacht, dass Ihr den Schneid für diese Mission habt. Wirklich gut gemacht.", 26972); + +-- 10395 - Der dunkle Schriftwechsel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10395 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10395, "deDE", "Was ist los, $C? Ich spüre, dass Ihr etwas gefunden habt, das von Verdammnis kündet.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10395 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10395, "deDE", "Welch glücklicher Zufall, dass Ihr diesen Schriftwechsel abgefangen habt, $N. Ich werde zwar etwas Zeit brauchen, bis ich ihn entziffert habe, aber ich kann den Hass und die Eile, die in dieser Schriftrolle stecken, deutlich spüren. Ich habe das Gefühl, dass die wahren Pläne der Legion in dieser Welt sich bald offenbaren werden...$B$BGebt mir einen Moment Zeit, um die Schrift zu entziffern.", 26972); + +-- 10396 - Der Feind meines Feindes... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10396 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10396, "deDE", "Eines muss ich Euch lassen, $N, Ihr seid ein geborener Kämpfer! Diese Tölpel der Horde werden vielleicht nie erfahren, wie knapp sie ihrem Ende entronnen sind. Es erfordert sehr viel Rückgrat, um dem Unheil im Namen seiner eigenen Feinde entgegenzutreten. Genau diese Ehre und dieses Pflichtgefühl machen die Allianz aus!", 26972); + +-- 10397 - Invasionspunkt: Vernichter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10397 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10397, "deDE", "Habt Ihr das Warpportal schon geschlossen, $N? Während Ihr hier herumtrödelt kommen immer mehr Dämonen in die Scherbenwelt!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10397 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10397, "deDE", "Gute Arbeit! Das sollte die Zahl der Dämonen, die uns auf die Pelle rücken, dramatisch verringern. Ich kann Euch nicht genug für Eure Hilfe danken, $N.", 26972); + +-- 10399 - Das Herz der Dunkelheit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10399 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10399, "deDE", "Ich habe diesen großartigen Sieg vorausgesehen, $N. Die gesegneten Naaru schenken Euch an diesem Tag ihr Lächeln.", 26972); + +-- 10400 - Oberanführer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10400 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10400, "deDE", "Dem Licht sei Dank, ich wusste, dass Ihr es schafft! Arazzius und seine Diener sind Geschichte! Bald wird die Legion nach Hause flüchten und diese geschundene Welt wird wieder sicher sein. Und dann, wenn endlich Gerechtigkeit herrscht, können auch wir nach Hause gehen. $B$BVielen Dank, $N. Die Allianz und die Söhne Lothars feiern Euch heute!", 26972); + +-- 10403 - Naladu +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10403 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10403, "deDE", "Ihr seid gekommen, um meinem Stamm zu helfen, $R? Wie ungewöhnlich. Es gibt nicht viele, die sich um das Schicksal der Zerschlagenen in diesem Land scheren.", 26972); + +-- 10442 - Dem Posten des Cenarius helfen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10442 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10442, "deDE", "Oh, gut, Ihr müsst die Hilfe sein, die ich vor Wochen von der Falkenwacht angefordert habe.$B$BNun, jetzt seid Ihr hier und es gibt viel zu tun. Ich habe genau das Richtige für Euch für den Anfang.", 26972); + +-- 10443 - Dem Posten des Cenarius helfen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10443 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10443, "deDE", "Oh, gut, Ihr müsst die Hilfe sein, die ich vor Wochen vom Tempel von Telhamat angefordert habe.$B$BIch bin froh, dass Ihr hier seid; es gibt viel zu tun. Ich habe genau das Richtige für Euch für den Anfang.", 26972); + +-- 10449 - Apothekerin Zelana +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10449 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10449, "deDE", "Es ist mir eine Ehre, der Horde dienen zu können. Wie kann ich Euch helfen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10449 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10449, "deDE", "Ah ja. Das Blut des Knochenmalmerklans. Ich interessiere mich sehr für diese Orcs... sie sind zwar immer noch die verkommenen Feinde unserer Vergangenheit, aber ihre Stärke und Macht ist größer, als ich gedacht habe...$B$BNun, wollen wir beginnen, oder?", 26972); + +-- 10450 - Blut der Knochenmalmer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10450 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10450, "deDE", "Habt Ihr Euch den Knochenmalmern gestellt, $N? Ich hoffe, dass Ihr ihr Blut in rauen Mengen vergossen habt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10450 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10450, "deDE", "Hah! Ihr habt also die Knochenmalmer, unsere verkommenen Vettern getroffen. Gut gemacht, $N. Ich bedauere nur, dass nicht mehr von ihnen ihr Leben lassen und ihr Blut vergießen konnten, um meinen Zorn zu besänftigen.", 26972); + +-- 10482 - Plünderer der Höllenorcs +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10482 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10482, "deDE", "Sehr gut. Ich bin mir sicher, dass ihr Verlust in der Höllenfeuerzitadelle bemerkt wird. Auch wenn diese dunkle Bastion uns überschattet und unüberwindlich scheint, können wir mit stolzen Taten wie Eurer sicher einen Weg finden, sie zu besiegen!", 26972); + +-- 10483 - Schwarze Magie +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10483 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10483, "deDE", "Bringt Ihr Neues von der Ehrenfeste, $N? Das ist gut. Unseren Vorgehen gegen die Dämonen und Höllenorcs gehen so langsam die fähigen Kämpfer aus!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10483 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10483, "deDE", "Ah, Ihr habt ein Insigne von den Orcs des Blutenden Auges ergattert? Gut! Es ist eine Schande, dass sie unsere Symbole gegen uns verwenden und sich über unsere Kameraden, die im Kampf gegen diese rothäutigen Bestien gefallen sind, lustig machen!", 26972); + +-- 10484 - Verfluchte Talismane +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10484 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10484, "deDE", "Habt Ihr die Talismane, $N? Es schmerzt mich zu wissen, dass diese verdammten Orcs die Insignien unserer Soldaten besitzen...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10484 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10484, "deDE", "Danke, $N. Mein Herz ist voller Trauer, wenn ich diese Talismane betrachte. Sie unterstreichen die zahlreichen Verluste, die wir in der Ehrenfeste gegen die Höllenorcs hinnehmen mussten. Aber es freut mich zu sehen, dass Ihr Erfolg gegen sie hattet. Wenn wir genügend von ihnen töten können, treten wir vielleicht als Sieger aus diesem Krieg hervor.", 26972); + +-- 10485 - Kriegsherr des Blutenden Auges +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10485 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10485, "deDE", "Habt Ihr Morkhs zerschmetterte Rüstung? Habt Ihr Euch wieder todesmutig nach Zeth'Gor begeben?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10485 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10485, "deDE", "Ihr habt es geschafft! Morkh ist tot! Jetzt haben wir eine Chance im Kampf gegen die Bestien der Höllenorcs!$B$BVielen Dank, $N. Eure Hilfe in diesem Krieg ist unermesslich.", 26972); + +-- 10538 - Kochendes Blut +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10538 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10538, "deDE", "Habt Ihr das gekochte Blut, $N? Ich würde es furchtbar gerne ohne Unterbrechungen untersuchen können...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10538 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10538, "deDE", "Sehr gut. Jetzt kann ich meine Tests viel leichter durchführen...$B$BVielen Dank, $N. Eure Begabungen sind beachtlich.", 26972); + +-- 10629 - Drecksarbeit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10629 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10629, "deDE", "Konntet Ihr meine Schlüssel finden? Ich bin mir sicher, dass einer der Hunde ihn gefressen hat. Wahrscheinlich ist es der, den ich Euch mitgegeben habe. Wahrscheinlich.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10629 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10629, "deDE", "Ihr riecht ja fürchterlich! Aber Ihr habt meine Schlüssel gefunden. Vielen herzlichen Dank! Jetzt kann ich meinen Schredder in Betrieb nehmen und ein wenig Gold verdienen. Bald werde ich das Geld zusammen haben, um die Scherbenwelt zu verlassen. Ich weiß nicht, warum Ihr hier bleiben wollt. Ich hasse diesen Ort. Wärt Ihr nicht viel lieber wieder in Beutebucht?$B$BVielleicht um ein wenig zu Angeln?", 26972); + +-- 10630 - Unter Thrallmar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10630 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10630, "deDE", "Diese Gan'arg werden sich jetzt sicher verziehen. Und in einer Woche bin ich wieder in Beutebucht. Ich kann es kaum abwarten, endlich wieder angeln gehen zu können. Es war ein Fehler in die Scherbenwelt zu kommen. Wenn Ihr meinen Rat hören wollt, macht Euch schleunigst auf den Weg zurück nach wo Ihr herkommt. Verbringt ein wenig Zeit im Schlingendorntal! Oder wenn Ihr mehr auf Abenteuer aus seid im Krater von Un'Goro. Hauptsache nicht hier.", 26972); + +-- 10754 - Zugang zur Zitadelle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10754 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10754, "deDE", "Habt Ihr mir etwas zu zeigen, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10754 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10754, "deDE", "Kann das wahr sein? Lasst mich die Form einmal genauer betrachten.", 26972); + +-- 10762 - Großmeister Dumphry +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10762 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10762, "deDE", "Was ist das?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10762 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10762, "deDE", "Ein Schlüssel? Danath sollte uns eigentlich an Belagerungsmaschinen arbeiten lassen!", 26972); + +-- 10763 - Dumphrys Bitte +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10763 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10763, "deDE", "Habt Ihr die Materialien, um die ich Euch gebeten habe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10763 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10763, "deDE", "Dann wollen wir es mal versuchen. Mal sehen, was hinter der Schmiedekunst der Orcs steckt.", 26972); + +-- 10764 - Heißer als die Hölle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10764 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10764, "deDE", "Habt Ihr getan worum ich Euch gebeten habe, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10764 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10764, "deDE", "Ihr habt es geschafft, $GJunge:Mädel;! Jetzt müsst Ihr sie nur noch zur Höllenfeuerzitadelle bringen und ein paar Orcs erlegen!", 26972); + +-- 10792 - Zeth'Gor muss brennen! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10792 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10792, "deDE", "Hah! Ich konnte die Flammen über Zeth'Gor bis hierher sehen! Mögen unsere Feinde des Blutenden Auges zu Asche zerfallen und keinem wahren Orc mehr unter die Augen kommen!$B$BVielen Dank, $N. Ihr habt geholfen, eine Beleidigung für den Geist eines jeden Orcs hinfort zu brennen.", 26972); + +-- 10809 - GESUCHT: Worgmeister Kruush +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10809 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10809, "deDE", "Berichtet, $N. Ist das Blut des Blutenden Auges da auf Eurem Ärmel? Ich hoffe doch!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10809 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10809, "deDE", "Ihr habt also den Tunichtgut Kruush erschlagen! Gut gemacht, $N! Sehr gut! Sein Tod wird seinen verfluchten Worgreitern die Giftzähne ziehen! Ich hoffe, Ihr habt auch ein paar von ihnen erledigt, als Ihr Euren kleinen Ausflug nach Zeth'Gor gemacht habt!$B$BHier ist Eure Belohnung. Ihr habt sie Euch verdient!", 26972); + +-- 10813 - Die Augen von Grillok +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10813 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10813, "deDE", "Die Orcs des Blutenden Auges waren einst starke Verbündete... und nun sind sie noch stärkere Feinde.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10813 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10813, "deDE", "Ich stehe tief in Eurer Schuld, $N. Ihr habt ein weiteres Mal über Zeth'Gor triumphiert und seine Dunkelheit nahe an Euer Herz gelassen. Ich werde das Auge untersuchen und damit hoffentlich die Geheimnisse seines Meisters Grillok lüften.$B$BHoffentlich kann es seine Magie nicht länger einsetzen!", 26972); + +-- 10834 - Grillok 'Finsterauge' +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10834 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10834, "deDE", "Die Bösartigkeit der Orcs des Blutenden Auges kennt keine Grenzen und wird nur noch von der ihrer Vettern der Zerschmetterten Hand übertroffen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10834 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10834, "deDE", "Ah ja. Ich frage mich, ob Grillok in seinen dunklen, dunklen Träumen immer noch mit seinem verlorenen Auge verbunden ist, wie jemand, der eine Hand oder ein Bein in der Schlacht verloren hat...$B$BAuch ich werde davon träumen. Und wenn das Schicksal auf unserer Seite steht, werden wir dadurch erfahren, was Grillok und die Orcs des Blutenden Auges dazu gebracht hat, sich den Dämonen zu unterwerfen.", 26972); + +-- 10835 - Apotheker Antonivich +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10835 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10835, "deDE", "Guten Tag, $N. Wie gefällt Euch Euer Aufenthalt auf der Höllenfeuerhalbinsel? Ich bin mir sicher, dass er sehr ergiebig ist...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10835 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10835, "deDE", "Ah, ein Bericht von Albreck? Sehr gut. Die königliche Apothekervereinigung versucht verzweifelt herauszufinden, wie die Orcs zu Höllenorcs geworden sind. Ihr Verrat ist unverzeihlich... und wir müssen sicherstellen, dass unsere Orcfreunde für alle Zeit vor dieser Verderbnis sicher sind.", 26972); + +-- 10838 - Der dämonische Seher +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10838 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10838, "deDE", "Habt Ihr die Messung? War Euer Auftrag mit dem dämonischen Seher erfolgreich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10838 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10838, "deDE", "Ihr habt die Messung? Ausgezeichnet. Ich bin mir sicher, dass diese Daten sich für unsere Forschungen als unersetzlich erweisen werden. Ich werde sie gleich an Apothekerin Zelana und Apotheker Albreck weiterleiten.$B$BIhr solltet stolz auf Euch sein, $N. Eure Stärke und Euer Mut steht außer Frage... genauso wie Eure Leistungen gegenüber der Horde.", 26972); + +-- 10864 - Eine Last auf der Seele +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10864 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10864, "deDE", "Gut gemacht, $N. Eure Seele ist mit vielen Toden belastet... und der dämonische Seher wird nun seine Pflicht für Euch erfüllen.$B$BWollen wir hoffen, dass Ihr für das Folgende gewappnet sein.", 26972); + +-- 10875 - Bericht an Nazgrel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10875 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10875, "deDE", "Es ist schön, von Euren Schachzügen gegen die Höllenorcs zu erfahren, $N. Die Apotheker haben viel Zeit und viel Mühe aufgewendet, um hinter den Grund der Verderbnis zu kommen, und auch wenn diese Informationen sicher unersetzlich sind... schreit mein Orcblut danach, diesen Verrätern einen anständigen Schlag zu verpassen!$B$BHört genau zu, wenn ich Euch Eure Aufgabe erkläre...", 26972); + +-- 10876 - Am Fuße der Zitadelle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10876 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10876, "deDE", "Habt Ihr Euch der Hand von Kargath gestellt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10876 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10876, "deDE", "Ihr habt eine große Tat geleistet, $N. Die Höllenorcs sind eine Schande für alle wahren Orcs. Wenn wir eine Angst haben, so ist es die, erneut einer dämonischen Verderbnis zu verfallen. Unser Krieg gegen die Höllenorcs ist also mehr als nur eine Schlacht gegen schlimme Feinde, es ist eine Schlacht in uns selbst.$B$BUnd mit einer Stärke, wie Ihr sie heute bewiesen habt, werden wir diese Schlacht gewinnen.", 26972); + +-- 10895 - Zeth'Gor muss brennen! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10895 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10895, "deDE", "Ich konnte von hier aus den Rauch und die Flammen sehen! Gute Arbeit, $N! Ihr verdient mehr als nur ein paar Lobesworte von unseren Greifenreitern. Was Ihr da getan habt, erfordert eine gehörige Portion Mut.", 26972); + +-- 10903 - Rückkehr zur Ehrenfeste +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10903 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10903, "deDE", "Ja, es ist wahr. Oberst Jules' Zustand hat sich in den letzten Tagen stark verschlechtert. Anachoret Barada betet schon die ganze Zeit für ihn... Wir hoffen, dass er geheilt werden kann.", 26972); + +-- 10909 - Höllengeister +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10909 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10909, "deDE", "Die Höllengeister der Orcs der Zerschmetterten Hand sind für Jules' arme Seele eine Schmach. Sagt mir, $N... habt Ihr ihn gerächt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10909 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10909, "deDE", "Die Orcs der Zerschmetterten Hand sind verderbt und nicht mehr zu retten. Und dennoch erfüllt es mein Herz mit Traurigkeit, dass die Rettung von Oberst Jules ein solches Blutvergießen erfordert.", 26972); + +-- 10916 - Nach Gebetsperlen graben +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10916 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10916, "deDE", "Habt ihr die Gebetsperlen schon gefunden, $N? Ihre Macht ist für viele heilige Rituale unerlässlich... darunter auch für einen Exorzismus...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10916 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10916, "deDE", "Ihr habt die Gebetsperlen gefunden! Gut gemacht, $N. Ihr seid in der Tat ein Wunder. Im einen Moment erschlagt Ihr die Schrecken der Höllenfeuerhalbinsel, im anderen findet Ihr verlorene Schätze. Euer Volk ist wirklich sehr vielseitig!$B$BEs ist gut, dass Ihr diese Perlen gefunden habt... Sie sind für das folgende Exorzismusritual von äußerster Wichtigkeit.", 26972); + +-- 10919 - Fei-Feis Belohnung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10919 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10919, "deDE", "<Fei-Fei bellt glücklich und schnappt sich das Hundeleckerli. Er schaut nach links und rechts, um zu entscheiden, wo er seinen neuen Schatz vergraben soll...>", 26972); + +-- 10935 - Der Exorzismus des Oberst Jules +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10935 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10935, "deDE", "Geht zu Anachoret Barada, $N. Er muss mit seinem Ritual Erfolg haben, wenn der Oberst gerettet werden soll.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10935 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10935, "deDE", "Ihr habt es geschafft, $N. Ihr habt Oberst Jules' Seele gerettet und die Dunkelheit in ihm vertrieben. Das ist eine großartige und selbstlose Tat! Die Tat eines Helden!", 26972); + +-- 10936 - Trollbann sucht Euch +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10936 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10936, "deDE", "Das wird auch langsam Zeit! Ich habe davon erfahren, was Ihr und dieser Draeneipriester angestellt habt! Ihr habt meinen Boten völlig schockiert!$B$BJetzt, da Ihr damit fertig seid, habe ich einen kleinen Auftrag in der Höllenfeuerzitadelle für Euch.", 26972); + +-- 10937 - Die Züchtigung des Drillmeisters +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10937 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10937, "deDE", "Ich wollte es nicht glauben, bis ich es nicht von Euch persönlich gehört habe. Unsere Späher berichten uns jetzt schon, dass die Zerschmetterte Hand ohne ihren geschätzten Drillmeister, der ihnen sagt, was zu tun ist, völlig überfordert ist.$B$BIhr habt einen langen Weg zurückgelegt, $N. Ich vertraue darauf, dass Ihr diese Rüstung zusammen mit meinem Dank annehmt. Tragt sie mit Stolz, denn Ihr habt sie verdient!", 26972); + +-- 11515 - Blut für Blut +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11515 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11515, "deDE", "Diese Monster sind eine Schande für unser Volk. Wir müssen sie vernichten, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11515 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11515, "deDE", "Narren. Sie haben gelernt, wie man Teufelsenergie entzieht, aber nicht, wie man sie behält.$B$BWir haben Glück, $N. Ein erfahrener Streiter des Teufelsbluts hätte gewiss einen beeindruckenden Gegner abgegeben.", 26972); + +-- 11516 - Vernichtet den Durchgang +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11516 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11516, "deDE", "Ist es vollbracht, $N? Kael'thas darf keine weitere Verstärkung durch die Legion erhalten.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11516 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11516, "deDE", "Ausgezeichnete Arbeit, $N. Die Dämonen werden den Durchgang womöglich rechtzeitig reparieren. Na dann werden wir ihn wohl noch einmal in die Luft jagen müssen.", 26972); + +-- 13408 - Höllenfeuerbefestigungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13408 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13408, "deDE", "Gut gemacht, $N. Eure Taten auf dem Schlachtfeld sind für unseren Kampf auf der Höllenfeuerhalbinsel sehr hilfreich.", 26972); + +-- 13409 - Höllenfeuerbefestigungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13409 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13409, "deDE", "Gute Arbeit, $N. Ich konnte fast die Kampfschreie an den Befestigungsanlagen hören. Ich wünschte, ich wäre dabei gewesen!", 26972); + +-- 13410 - Höllenfeuerbefestigungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13410 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13410, "deDE", "Gut gemacht, $N. Eure Taten auf dem Schlachtfeld sind für unseren Kampf auf der Höllenfeuerhalbinsel sehr hilfreich.", 26972); + +-- 13411 - Höllenfeuerbefestigungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13411 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13411, "deDE", "Gute Arbeit, $N. Ich konnte fast die Kampfschreie an den Befestigungsanlagen hören. Ich wünschte, ich wäre dabei gewesen!", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_03_world_335.sql new file mode 100644 index 00000000000..defc64d3082 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_03_world_335.sql @@ -0,0 +1,15 @@ +-- +-- Stormscale Toxicologist +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=12321; +DELETE FROM `smart_scripts` WHERE `entryorguid`=12321 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(12321,0,0,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Stormscale Toxicologist - Just Summoned - Start Attacking"), +(12321,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Stormscale Toxicologist - On Aggro - Say Line 0"), +(12321,0,2,0,0,0,100,0,2000,2000,3000,5000,0,11,9734,64,0,0,0,0,2,0,0,0,0,0,0,0,"Stormscale Toxicologist - In Combat - Cast 'Holy Smite"), +(12321,0,3,0,14,0,100,0,200,40,18000,21000,0,11,11642,0,0,0,0,0,7,0,0,0,0,0,0,0,"Stormscale Toxicologist - Friendly At 200 Health - Cast 'Heal'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=12321; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(12321,0,0,"You've interfered with our plans for the last time, foolish $c!",12,0,100,0,0,0,7582,0,"Stormscale Toxicologist"); + +UPDATE `event_scripts` SET `x`=6875.63, `y`=-661.278, `z`=84.2268, `o`=0.870214 WHERE `id`=6138 AND `datalong`=12321; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_04_world_335.sql new file mode 100644 index 00000000000..88f50e67a56 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_04_world_335.sql @@ -0,0 +1,9 @@ +-- Tajarri +DELETE FROM `gossip_menu` WHERE `MenuID`=4084 AND `TextID`=4978; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(4084,4978,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=4084; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,4084,4977,0,0,15,0,511,0,0,0,0,0,"","Show gossip text 4977 if Player is not a Druid"), +(14,4084,4978,0,0,15,0,1024,0,0,0,0,0,"","Show gossip text 4978 if Player is a Druid"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_05_world_335.sql new file mode 100644 index 00000000000..7329580a241 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_05_world_335.sql @@ -0,0 +1,9 @@ +-- Flagongut's Fossil +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=9630; +DELETE FROM `smart_scripts` WHERE `entryorguid`=9630 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 +(9630,1,0,0,70,0,100,1,2,0,0,0,1,0,0,0,0,0,0,19,1077,0,0,0,0,0,0,"Flagongut's Fossil - On Gameobject State Changed - Say Line 0 (Prospector Whelgar)"); + +DELETE FROM `creature_text` WHERE `CreatureID`=1077; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1077,0,0,"I figured Flagongut would send someone for that fossil eventually.",12,7,100,0,0,0,1235,0,"Prospector Whelgar"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_06_world_335.sql new file mode 100644 index 00000000000..ff1b96b836a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_06_world_335.sql @@ -0,0 +1,13 @@ +-- Foggy MacKreel +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2696; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2696 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=269600 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 +(2696,0,0,0,1,0,100,0,1000,15000,120000,150000,80,269600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Foggy MacKreel - Out of Combat - Run Script"), +(269600,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Foggy MacKreel - On Script - Say Line 0"), +(269600,9,1,0,0,0,100,0,7000,7000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Foggy MacKreel - On Script - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2696; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2696,0,0,"Sure does seem like it's been a long time since anyone has relieved me from my post.",12,7,100,0,0,0,790,0,"Foggy MacKreel"), +(2696,1,0,"Well, that's what I get for oversleeping!",12,7,100,0,0,0,791,0,"Foggy MacKreel"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_07_world_335.sql new file mode 100644 index 00000000000..982641608ee --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_07_world_335.sql @@ -0,0 +1,12 @@ +-- Nancy Vishas +DELETE FROM `creature_text` WHERE `CreatureID`=3984 AND `GroupID` IN (3,4); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3984,3,0,"%s lets out a long, drawn out sigh.",16,0,100,0,0,0,1370,0,"Nancy Vishas"), +(3984,4,0,"Oh well....",12,7,100,0,0,0,1371,0,"Nancy Vishas"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=3984 AND `source_type`=0 AND `id`=4; +DELETE FROM `smart_scripts` WHERE `entryorguid`=398401 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 +(3984,0,4,0,40,0,100,0,1,3984,0,0,80,398401,0,0,0,0,0,1,0,0,0,0,0,0,0,"Nancy Vishas - On Waypoint 1 Reached - Run Script"), +(398401,9,0,0,0,0,100,0,23000,23000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Nancy Vishas - On Script - Say Line 3"), +(398401,9,1,0,0,0,100,0,4000,4000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Nancy Vishas - On Script - Say Line 4"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_08_world_335.sql new file mode 100644 index 00000000000..76f8862b83e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_08_world_335.sql @@ -0,0 +1,11 @@ +-- Myra Tyrngaarde +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5109; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5109 AND `source_type`=0; +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 +(5109,0,0,0,1,0,100,0,10000,15000,40000,60000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Myra Tyrngaarde - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=5109; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(5109,0,0,"Fresh Bread! Get your oven fresh bread here!",12,7,100,0,0,0,4014,0,"Myra Tyrngaarde"), +(5109,0,1,"Fresh bread for sale!",12,7,100,0,0,0,4013,0,"Myra Tyrngaarde"), +(5109,0,2,"Come get yer fresh bread!",12,7,100,0,0,0,4015,0,"Myra Tyrngaarde"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_09_world_335.sql new file mode 100644 index 00000000000..7da958330f9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_09_world_335.sql @@ -0,0 +1,10 @@ +-- Ilkrud Magthrull +DELETE FROM `smart_scripts` WHERE `entryorguid`=3664 AND `source_type`=0 AND `id`=3; +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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(3664,0,3,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ilkrud Magthrull - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=3664; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3664,0,0,"We'll cut your throats and bleed you dry!",12,0,100,0,0,0,1445,0,"Ilkrud Magthrull"), +(3664,0,1,"We'll have your heads!",12,0,100,0,0,0,1446,0,"Ilkrud Magthrull"), +(3664,0,2,"For the Dark Strand!",12,0,100,0,0,0,1447,0,"Ilkrud Magthrull"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_10_world_335.sql new file mode 100644 index 00000000000..640d2aabf9f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_10_world_335.sql @@ -0,0 +1,12 @@ +-- Greishan Ironstove +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3291; +DELETE FROM `smart_scripts` WHERE `entryorguid`=3291 AND `source_type`=0; +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 +(3291,0,0,0,1,0,100,0,10000,15000,40000,60000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Greishan Ironstove - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=3291; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3291,0,0,"Fresh Bread! Get your oven fresh bread here!",12,6,100,0,0,0,995,0,"Greishan Ironstove"), +(3291,0,1,"Get'em while they are nice and fresh! Loaves of bread here!",12,6,100,0,0,0,996,0,"Greishan Ironstove"), +(3291,0,2,"All kinds of bread here! Made fresh today. Get'em while they last!",12,6,100,0,0,0,997,0,"Greishan Ironstove"), +(3291,0,3,"Bread here! Loaves of your favorites! Nice and fresh!",12,6,100,0,0,0,998,0,"Greishan Ironstove"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_11_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_11_world_335.sql new file mode 100644 index 00000000000..409ebc9c159 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_11_world_335.sql @@ -0,0 +1,14 @@ +-- Farrin Daris +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2112; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2112 AND `source_type`=0; +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 +(2112,0,0,0,1,0,100,0,20000,35000,150000,180000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Farrin Daris - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2112; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2112,0,0,"When will someone do something about the undead?",12,7,100,0,0,0,961,0,"Farrin Daris"), +(2112,0,1,"Where is everyone?",12,7,100,0,0,0,962,0,"Farrin Daris"), +(2112,0,2,"I can't even visit my father's grave in peace anymore.",12,7,100,0,0,0,963,0,"Farrin Daris"), +(2112,0,3,"Why haven't the Stormwind guards come?",12,7,100,0,0,0,964,0,"Farrin Daris"), +(2112,0,4,"I fear something dark is coming.",12,7,100,0,0,0,965,0,"Farrin Daris"), +(2112,0,5,"The light appears to have forsaken us.",12,7,100,0,0,0,966,0,"Farrin Daris"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_12_world_335.sql new file mode 100644 index 00000000000..6ead15cae2d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_12_world_335.sql @@ -0,0 +1,8 @@ +-- Brewmeister Bilger +DELETE FROM `smart_scripts` WHERE `entryorguid`=2705 AND `source_type`=0 AND `id`=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 +(2705,0,1,0,1,0,100,0,10000,20000,60000,80000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Brewmeister Bilger - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=2705; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2705,0,0,"Hiccup!",12,0,100,33,0,0,794,0,"Brewmeister Bilger"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_13_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_13_world_335.sql new file mode 100644 index 00000000000..9f531c1a3ba --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_13_world_335.sql @@ -0,0 +1,11 @@ +-- Cleansed Timberling +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3570; +DELETE FROM `smart_scripts` WHERE `entryorguid`=3570 AND `source_type`=0; +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 +(3570,0,0,0,54,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Cleansed Timberling - Just Summoned - Say Line 0"), +(3570,0,1,0,4,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Cleansed Timberling - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=3570; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3570,0,0,"%s happily follows $n as $ghis:her; new seedling.",16,0,100,0,0,0,1177,0,"Cleansed Timberling"), +(3570,1,0,"I will protect you!",12,2,100,0,0,0,1178,0,"Cleansed Timberling"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_14_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_14_world_335.sql new file mode 100644 index 00000000000..bdb321655b5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_14_world_335.sql @@ -0,0 +1,9 @@ +-- Crimson Courier +DELETE FROM `smart_scripts` WHERE `entryorguid`=12337 AND `source_type`=0 AND `ID` IN (8,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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(12337,0,8,0,11,0,100,0,0,0,0,0,0,3,0,10502,0,0,0,0,1,0,0,0,0,0,0,0,"Crimson Courier - On Respawn - Morph to Model 10502"), +(12337,0,9,0,4,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Crimson Courier - On Aggro - Say Line 1"); + +DELETE FROM `creature_text` WHERE `CreatureID`=12337 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(12337,1,0,"Assassins! Guards! Guards!",14,0,100,0,0,0,7595,0,"Crimson Courier"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_15_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_15_world_335.sql new file mode 100644 index 00000000000..7777b53dd1c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_15_world_335.sql @@ -0,0 +1,40 @@ +-- Pozzik +DELETE FROM `smart_scripts` WHERE `entryorguid`=4630 AND `source_type`=0 AND `id` IN (0,1,2); +DELETE FROM `smart_scripts` WHERE `entryorguid`=463000 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 +(4630,0,0,0,25,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pozzik - On Reset - Set Event Phase 1"), +(4630,0,1,0,20,1,100,0,1176,0,0,0,80,463000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pozzik - On Quest 'Load Lightening' Rewarded - Run Script (Phase 1)"), +(4630,0,2,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pozzik - On Data Set - Set Event Phase 1"), +(463000,9,0,0,0,0,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pozzik - On Script - Set Event Phase 0"), +(463000,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pozzik - On Script - Say Line 0"), +(463000,9,2,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,10,21553,4429,0,0,0,0,0,"Pozzik - On Script - Set Data to Goblin Pit Crewman"); + +-- Goblin Pit Crewman +UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `guid`=21553; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=4429; +DELETE FROM `smart_scripts` WHERE `entryorguid`=-21553 AND `source_type`=0 AND `id` IN (0,1,2,3); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (442900,442901) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(-21553,0,0,0,11,0,100,0,0,0,0,0,0,89,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Respawn - Start Random Movement"), +(-21553,0,1,0,38,0,100,0,1,1,0,0,0,80,442900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Data Set - Run Script"), +(-21553,0,2,0,40,0,100,0,1,4429,0,0,0,80,442901,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Waypoint 1 Reached - Run Script"), +(-21553,0,3,0,40,0,100,0,2,4429,0,0,0,89,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Waypoint 2 Reached - Start Random Movement"), +(442900,9,0,0,0,0,100,0,0,0,0,0,0,89,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Stop Random Movement"), +(442900,9,1,0,0,0,100,0,0,0,0,0,0,53,0,4429,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Start Waypoint"), +(442901,9,0,0,0,0,100,0,0,0,0,0,0,54,20000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Pause Waypoint"), +(442901,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.35229,"Goblin Pit Crewman - On Script - Set Orientation"), +(442901,9,2,0,0,0,100,0,1000,1000,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Set Emote State 69"), +(442901,9,3,0,0,0,100,0,4000,4000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Say Line 0"), +(442901,9,4,0,0,0,100,0,10000,10000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Say Line 1"), +(442901,9,5,0,0,0,100,0,1000,1000,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Set Emote State 0"), +(442901,9,6,0,0,0,100,0,5000,5000,0,0,0,45,1,1,0,0,0,0,19,4630,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Set Data to Pozzik"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4429 AND `GroupID` IN (0,1); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4429,0,0,"Hm, these are pretty good bones you got this time, Pozzik.",12,0,100,0,0,0,1524,0,"Goblin Pit Crewman"), +(4429,1,0,"All done! The modifications should give us a little boost in speed, but I don't think she'll hold up to too much bumping.",12,0,100,0,0,0,1525,0,"Goblin Pit Crewman"); + +DELETE FROM `waypoints` WHERE `entry`=4429; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(4429,1,-6190.84,-3962.75,-58.7498,""), +(4429,2,-6193.59,-3963.64,-58.6251,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_16_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_16_world_335.sql new file mode 100644 index 00000000000..2c09fd0834a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_16_world_335.sql @@ -0,0 +1,101 @@ +-- Hellfire Peninsula -- Höllenfeuerhalbinsel +-- ObjectiveText -- 3.3.5 + +-- 9427 - Reinigung des Wassers +UPDATE `quest_template_locale` SET `ObjectiveText1`="Aggonars Verderbnis entfernt", `VerifiedBuild`=26972 WHERE `ID` = 9427 AND `locale` = "deDE"; + +-- 9447 - Salbe verabreichen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Entkräftete Grunzer geheilt", `VerifiedBuild`=26972 WHERE `ID` = 9447 AND `locale` = "deDE"; + +-- 9472 - Arelions Geliebte +UPDATE `quest_template_locale` SET `ObjectiveText1`="Carindas Rolle der Vergeltung benutzen", `VerifiedBuild`=26972 WHERE `ID` = 9472 AND `locale` = "deDE"; + +-- 9545 - Das Relikt des Sehers +UPDATE `quest_template_locale` SET `ObjectiveText1`="Vision erhalten", `VerifiedBuild`=26972 WHERE `ID` = 9545 AND `locale` = "deDE"; + +-- 10047 - Der Pfad des Ruhms +UPDATE `quest_template_locale` SET `ObjectiveText1`="Zertrampeltes Skelett reinigen", `VerifiedBuild`=26972 WHERE `ID` = 10047 AND `locale` = "deDE"; + +-- 10078 - Die Unerwünschten zerstören +UPDATE `quest_template_locale` SET `ObjectiveText1`="Östlicher Klingenwerfer angezündet", `ObjectiveText2`="Zentralöstlicher Klingenwerfer angezündet", `ObjectiveText3`="Zentralwestlicher Klingenwerfer angezündet", `ObjectiveText4`="Westlicher Klingenwerfer angezündet", `VerifiedBuild`=26972 WHERE `ID` = 10078 AND `locale` = "deDE"; + +-- 10087 - Zündet es an... für die Horde! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Östliche Kanone angezündet", `ObjectiveText2`="Westliche Kanone angezündet", `VerifiedBuild`=26972 WHERE `ID` = 10087 AND `locale` = "deDE"; + +-- 10106 - Höllenfeuerbefestigungen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nehmt den Rundblick ein", `ObjectiveText2`="Nehmt das Stadion ein", `ObjectiveText3`=" Nehmt die Trümmerbastion ein", `VerifiedBuild`=26972 WHERE `ID` = 10106 AND `locale` = "deDE"; + +-- 10110 - Höllenfeuerbefestigungen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nehmt den Rundblick ein", `ObjectiveText2`="Nehmt das Stadion ein", `ObjectiveText3`=" Nehmt die Trümmerbastion ein", `VerifiedBuild`=26972 WHERE `ID` = 10110 AND `locale` = "deDE"; + +-- 10129 - Mission: Tore Murketh und Shaadraz +UPDATE `quest_template_locale` SET `ObjectiveText1`="Tor Murketh zerstört", `ObjectiveText2`="Tor Shaadraz zerstört", `VerifiedBuild`=26972 WHERE `ID` = 10129 AND `locale` = "deDE"; + +-- 10144 - Die Verstärkung abschneiden +UPDATE `quest_template_locale` SET `ObjectiveText1`="Portal Grimh unterbrochen", `ObjectiveText2`="Portal Kaalez unterbrochen", `VerifiedBuild`=26972 WHERE `ID` = 10144 AND `locale` = "deDE"; + +-- 10146 - Mission: Tor Murketh und Tor Shaadraz +UPDATE `quest_template_locale` SET `ObjectiveText1`="Tor Murketh zerstört", `ObjectiveText2`="Tor Shaadraz zerstört", `VerifiedBuild`=26972 WHERE `ID` = 10146 AND `locale` = "deDE"; + +-- 10162 - Mission: Die Abyssische Untiefe +UPDATE `quest_template_locale` SET `ObjectiveText3`="Teufelskanone zerstört", `VerifiedBuild`=26972 WHERE `ID` = 10162 AND `locale` = "deDE"; + +-- 10163 - Mission: Die Abyssische Untiefe +UPDATE `quest_template_locale` SET `ObjectiveText3`="Teufelskanone zerstört", `VerifiedBuild`=26972 WHERE `ID` = 10163 AND `locale` = "deDE"; + +-- 10208 - Die Verstärkung abschneiden +UPDATE `quest_template_locale` SET `ObjectiveText1`="Unterbrecht Portal Xilus", `ObjectiveText2`="Unterbrecht Portal Kruul", `VerifiedBuild`=26972 WHERE `ID` = 10208 AND `locale` = "deDE"; + +-- 10238 - Wie man Goblins zubereitet +UPDATE `quest_template_locale` SET `ObjectiveText1`="Manni gerettet", `ObjectiveText2`="Moh gerettet", `ObjectiveText3`="Jakk gerettet", `VerifiedBuild`=26972 WHERE `ID` = 10238 AND `locale` = "deDE"; + +-- 10255 - Das Gegengift testen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gegengift verabreicht", `VerifiedBuild`=26972 WHERE `ID` = 10255 AND `locale` = "deDE"; + +-- 10346 - Rückkehr zur Abyssischen Untiefe +UPDATE `quest_template_locale` SET `ObjectiveText3`="Teufelskanone zerstört", `VerifiedBuild`=26972 WHERE `ID` = 10346 AND `locale` = "deDE"; + +-- 10347 - Rückkehr zur Abyssischen Untiefe +UPDATE `quest_template_locale` SET `ObjectiveText3`="Teufelskanone zerstört", `VerifiedBuild`=26972 WHERE `ID` = 10347 AND `locale` = "deDE"; + +-- 10351 - Natürliche Heilmittel +UPDATE `quest_template_locale` SET `ObjectiveText1`="Himmelssturzgrat wiederbelebt", `VerifiedBuild`=26972 WHERE `ID` = 10351 AND `locale` = "deDE"; + +-- 10368 - Die Ältesten des Lumpenpacks +UPDATE `quest_template_locale` SET `ObjectiveText1`="Morod befreit", `ObjectiveText2`="Akoru befreit", `ObjectiveText3`="Aylaan befreit", `VerifiedBuild`=26972 WHERE `ID` = 10368 AND `locale` = "deDE"; + +-- 10392 - Die Schwelle zum Abgrund +UPDATE `quest_template_locale` SET `ObjectiveText2`="Tor der Brennenden Legion geschlossen", `VerifiedBuild`=26972 WHERE `ID` = 10392 AND `locale` = "deDE"; + +-- 10397 - Invasionspunkt: Vernichter +UPDATE `quest_template_locale` SET `ObjectiveText2`="Tor der Brennenden Legion geschlossen", `VerifiedBuild`=26972 WHERE `ID` = 10397 AND `locale` = "deDE"; + +-- 10792 - Zeth'Gor muss brennen! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Kaserne verbrannt", `ObjectiveText2`="Östliche Hütte verbrannt", `ObjectiveText3`="Westliche Hütte verbrannt", `ObjectiveText4`="Stall verbrannt", `VerifiedBuild`=26972 WHERE `ID` = 10792 AND `locale` = "deDE"; + +-- 10813 - Die Augen von Grillok +UPDATE `quest_template_locale` SET `ObjectiveText1`="Auge von Grillok zurückgebracht", `VerifiedBuild`=26972 WHERE `ID` = 10813 AND `locale` = "deDE"; + +-- 10864 - Eine Last auf der Seele +UPDATE `quest_template_locale` SET `ObjectiveText1`="Seelen der Zerschmetterten Hand geerntet", `VerifiedBuild`=26972 WHERE `ID` = 10864 AND `locale` = "deDE"; + +-- 10895 - Zeth'Gor muss brennen! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nördlicher Turm markiert", `ObjectiveText2`="Südlicher Turm markiert", `ObjectiveText3`="Schmiedenturm markiert", `ObjectiveText4`="Hügelturm markiert", `VerifiedBuild`=26972 WHERE `ID` = 10895 AND `locale` = "deDE"; + +-- 10909 - Höllengeister +UPDATE `quest_template_locale` SET `ObjectiveText1`="Jules gerächt", `VerifiedBuild`=26972 WHERE `ID` = 10909 AND `locale` = "deDE"; + +-- 10935 - Der Exorzismus des Oberst Jules +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oberst Jules gerettet", `VerifiedBuild`=26972 WHERE `ID` = 10935 AND `locale` = "deDE"; + +-- 13408 - Höllenfeuerbefestigungen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nehmt den Rundblick ein", `ObjectiveText2`="Nehmt das Stadion ein", `ObjectiveText3`="Nehmt die Trümmerbastion ein", `VerifiedBuild`=26972 WHERE `ID` = 13408 AND `locale` = "deDE"; + +-- 13409 - Höllenfeuerbefestigungen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nehmt den Rundblick ein", `ObjectiveText2`="Nehmt das Stadion ein", `ObjectiveText3`="Nehmt die Trümmerbastion ein", `VerifiedBuild`=26972 WHERE `ID` = 13409 AND `locale` = "deDE"; + +-- 13410 - Höllenfeuerbefestigungen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nehmt den Rundblick ein", `ObjectiveText2`="Nehmt das Stadion ein", `ObjectiveText3`="Nehmt die Trümmerbastion ein", `VerifiedBuild`=26972 WHERE `ID` = 13410 AND `locale` = "deDE"; + +-- 13411 - Höllenfeuerbefestigungen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nehmt den Rundblick ein", `ObjectiveText2`="Nehmt das Stadion ein", `ObjectiveText3`="Nehmt die Trümmerbastion ein", `VerifiedBuild`=26972 WHERE `ID` = 13411 AND `locale` = "deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_17_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_17_world.sql new file mode 100644 index 00000000000..e9df0b003bd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_17_world.sql @@ -0,0 +1,81 @@ +-- +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 24812; +DELETE FROM `smart_scripts` WHERE (source_type = 0 AND entryorguid = 24812); +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 +(24812, 0, 0, 0, 0, 0, 100, 0, 10000, 20000, 13000, 13000, 11, 50084, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Storm Giant - In Combat - Cast \'Hulking Uppercut\''), +(24812, 0, 1, 0, 0, 0, 100, 0, 30000, 45000, 30000, 30000, 11, 50105, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Storm Giant - In Combat - Cast \'Violent Hurricane\''), +(24812, 0, 2, 0, 0, 0, 100, 0, 60000, 180000, 60000, 60000, 11, 50100, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Storm Giant - In Combat - Cast \'Stormbolt\''); + +-- Fix missing "Floor shaking aura" +UPDATE `creature_addon` SET `auras` = '44385' WHERE `guid` = 118191; + +-- Fix spawn location +UPDATE `creature` SET `position_x` = 304.510, `position_y` = -4106.474, `position_z` = 268.54007, `orientation` = 5.976871 WHERE `guid` = 118191; + +-- Add missing waypoints + +DELETE FROM `waypoint_data` WHERE id = 1181910; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(1181910,1,304.510,-4106.474,268.54007,0,125000,0,1160,100,0),-- pause +(1181910,2,304.510,-4106.474,268.54007,0,0,0,1161,100,0), +(1181910,3,383.914,-4133.710,259.40900,0,0,0,0,100,0), +(1181910,4,446.378,-4176.542,246.20914,0,0,0,0,100,0), +(1181910,5,475.062,-4178.960,242.488,0,0,0,0,100,0), +(1181910,6,580.991,-4179.122,223.997,0,0,0,0,100,0), +(1181910,7,689.275,-4156.549,204.987,0,0,0,0,100,0), +(1181910,8,724.411,-4159.911,201.069,0,0,0,0,100,0), +(1181910,9,745.911,-4176.706,197.546,0,0,0,0,100,0), +(1181910,10,816.215,-4192.905,180.047,0,0,0,0,100,0), +(1181910,11,899.616,-4183.908,168.778,0,0,0,0,100,0), +(1181910,12,937.891,-4198.534,162.800,0,0,0,0,100,0), +(1181910,13,1043.220,-4213.536,163.288,0,0,0,0,100,0), +(1181910,14,1110.894,-4198.615,155.797,0,0,0,0,100,0), +(1181910,15,1148.987,-4194.373,141.916,0,0,0,0,100,0), +(1181910,16,1179.702,-4232.540,149.580,0,0,0,0,100,0), +(1181910,17,1197.951,-4304.097,154.472,0,90000,0,1160,100,0),-- pause +(1181910,18,1197.951,-4304.097,154.472,0,0,0,1161,100,0), +(1181910,19,1111.77,-4265.56,158.432,0,0,0,0,100,0), +(1181910,20,1062.48,-4241.65,161.884,0,0,0,0,100,0), +(1181910,21,1034.18,-4230.82,163.087,0,0,0,0,100,0), +(1181910,22,1002.35,-4223.36,161.401,0,0,0,0,100,0), +(1181910,23,951.425,-4201.92,161.89871,0,0,0,0,100,0), +(1181910,24,898.738,-4179.98,169.10231,0,0,0,0,100,0), +(1181910,25,829.567,-4168.01,177.38510,0,0,0,0,100,0), +(1181910,26,785.056,-4161.68,192.59770,0,0,0,0,100,0), +(1181910,27,748.261,-4200.37,193.64116,0,0,0,0,100,0), +(1181910,28,724.342,-4217.84,194.88362,0,0,0,0,100,0), +(1181910,29,673.389,-4202.66,203.40955,0,0,0,0,100,0), +(1181910,30,646.720,-4205.43,211.30154,0,0,0,0,100,0), +(1181910,31,606.431,-4254.27,215.42845,0,0,0,0,100,0), +(1181910,32,563.004,-4275.79,213.84859,0,0,0,0,100,0), +(1181910,33,510.775,-4298.60,216.11797,0,0,0,0,100,0), +(1181910,34,466.352,-4319.00,222.03955,0,0,0,0,100,0), +(1181910,35,362.060,-4354.63,234.52129,0,0,0,0,100,0), +(1181910,36,317.677,-4369.28,237.23949,0,0,0,0,100,0), +(1181910,37,279.331,-4432.36,243.73000,0,0,0,0,100,0), +(1181910,38,260.301,-4482.54,244.50500,0,0,0,0,100,0), +(1181910,39,243.717,-4532.50,249.36800,0,0,0,0,100,0), +(1181910,40,224.597,-4610.57,242.43600,0,0,0,0,100,0), +(1181910,41,226.232,-4654.71,242.51400,0,0,0,0,100,0), +(1181910,42,236.078,-4695.39,247.60700,0,0,0,0,100,0), +(1181910,43,270.498,-4748.665,240.95520,0,0,0,0,100,0), +(1181910,44,310.688,-4814.151,245.17343,0,0,0,0,100,0), +(1181910,45,362.946,-4889.690,244.67287,0,0,0,0,100,0), +(1181910,46,380.519,-4924.783,248.31841,0,0,0,0,100,0), +(1181910,47,390.393,-4973.824,250.92967,0,65000,0,1160,100,0),-- pause +(1181910,48,390.393,-4973.824,250.92967,0,0,0,1161,100,0), +(1181910,49,379.158,-4919.933,248.06503,0,0,0,0,100,0), +(1181910,50,325.294,-4827.436,246.96730,0,0,0,0,100,0), +(1181910,51,265.105,-4748.503,242.77686,0,0,0,0,100,0), +(1181910,52,236.325,-4692.475,247.00789,0,0,0,0,100,0), +(1181910,53,223.527,-4641.811,241.62323,0,0,0,0,100,0), +(1181910,54,231.690,-4582.306,245.28857,0,0,0,0,100,0), +(1181910,55,243.814,-4532.446,249.33992,0,0,0,0,100,0), +(1181910,56,260.593,-4482.634,244.47821,0,0,0,0,100,0), +(1181910,57,279.424,-4432.530,243.73056,0,0,0,0,100,0), +(1181910,58,318.645,-4369.747,236.96910,0,0,0,0,100,0), +(1181910,59,369.245,-4333.913,235.99368,0,0,0,0,100,0), +(1181910,60,426.953,-4298.037,234.05560,0,0,0,0,100,0), +(1181910,61,453.207,-4255.896,235.71815,0,0,0,0,100,0), +(1181910,62,428.847,-4187.052,247.21219,0,0,0,0,100,0), +(1181910,63,393.653,-4142.399,256.36652,0,0,0,0,100,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_18_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_18_world.sql new file mode 100644 index 00000000000..90267c3b90f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_18_world.sql @@ -0,0 +1,516 @@ +-- +-- Hallow's End -- Schlotternächte + +-- 1657 - Die Verpestung von Süderstade +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 1657 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (1657, "deDE", "Ah, gut gemacht! Ich hoffe die Allianz erstickt an dem fauligen Gift, das wir ihnen verabreicht haben, genauso wie wir den Witz der Versklavung an die Geißel schlucken mussten!$B$BIhr habt die wahre Bedeutung der Schlotternächte erhalten, $N, ich danke Euch dafür. Lasst mich ein paar Schlotternachtssüßigkeiten mit Euch als zusätzliche Belohung teilen. Ihr werdet sie sicher als eine recht angenehme Abwechslung betrachten!", 26972); + +-- 1658 - Bespitzelt das Fest des Weidenmanns +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 1658 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (1658, "deDE", "Gut gemacht, $N. Das Fest des Weidenmanns wird auch noch zukünftig für Ärger sorgen, wenn die abscheulichen Verlassenen weiterhin die Verbliebenen von Lordaeron jagen dürfen. Es ist KEINE passende Ehrung für dieses einst so stolze Königreich, lasst Euch das gesagt sein...$B$BHier sind ein paar Münzen für eventuell benötigte Reparaturen. Ich habe dem Anlass entsprechend auch ein paar Süßigkeiten, die Ihr mögen könntet, mit hinzugepackt. Gruselige Schlotternächte - lasst es uns dafür sorgen, dass es in Süderstade so sicher wie möglich bleibt.", 26972); + +-- 8311 - Schlotternachtssüßigkeiten für Jesper! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8311 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8311, "deDE", "Die Erde scheint erst vor Kurzem aufgewühlt worden zu sein. Auf der obersten Schicht liegen Regenwürmer, die sich winden, um der finsteren Tiefe zu entkommen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8311 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8311, "deDE", "Wow, Ihr habt sie alle! Ihr seid großartig!$B$BDanke, dass Ihr für mich Süßigkeitensammeln und Streichespielen gegangen seid. Hier, nehmt diese Kürbisdrops - Ihr findet sie bestimmt ganz toll!$B$BGruselige Schlotternächte, $N!", 26972); + +-- 8312 - Schlotternachtssüßigkeiten für Spuks! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 8312 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (8312, "deDE", "Die Erde scheint erst vor Kurzem aufgewühlt worden zu sein. Auf der obersten Schicht liegen Regenwürmer, die sich winden, um der finsteren Tiefe zu entkommen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8312 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8312, "deDE", "Wow, Ihr habt sie alle! Ihr seid großartig!$B$BDanke, dass Ihr für mich Süßigkeitensammeln und Streichespielen gegangen seid. Hier, nehmt diese Kürbisdrops - Ihr findet sie bestimmt ganz toll!$B$BGruselige Schlotternächte, $N!", 26972); + +-- 8322 - Faule Eier +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8322 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8322, "deDE", "Nachdem Ihr Euch erfolgreich bis ins Gasthaus durchgeschlagen habt, werft Ihr jetzt die Eier in den großen Kessel. Ihr riecht bereits, wie der faulige Gestank die Luft verpestet...", 26972); + +-- 8353 - Hühnchengegacker für ein Pfefferminzbonbon +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8353 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8353, "deDE", "Was für ein Spaß! Nicht schlecht, $N! Hier ist Eure Süßigkeit.$B$BGruselige Schlotternächte!", 26972); + +-- 8354 - Hühnchengegacker für ein Pfefferminzbonbon +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8354 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8354, "deDE", "Was für ein Spaß! Nicht schlecht, $N! Hier ist Eure Süßigkeit.$B$BGruselige Schlotternächte!", 26972); + +-- 8355 - Kaugummikugelexpress +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8355 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8355, "deDE", "Huu-huu! Klasse, $N! Hier ist Eure Süßigkeit.$B$BGruselige Schlotternächte!", 26972); + +-- 8356 - Muskelspiel für Nugat +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8356 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8356, "deDE", "Ihr seid wirklich stark, haha! Gut gemacht, danke für die tolle Schau. Hier ist Eure Süßigkeit.$B$BGruselige Schlotternächte, $N!", 26972); + +-- 8357 - Tanzen für Marzipan +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8357 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8357, "deDE", "Ihr seid ganz schön tanzwütig, $N!$B$BHier ist die Süßigkeit für Eure tolle Leistung. Gruselige Schlotternächte und sagt dem kranken Kindchen alles Gute von mir! Hoffentlich wird es bald wieder gesund.", 26972); + +-- 8358 - Kaugummikugelexpress +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8358 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8358, "deDE", "Huu-huu! Klasse, $N! Hier ist Eure Süßigkeit.$B$BGruselige Schlotternächte!", 26972); + +-- 8359 - Muskelspiel für Nugat +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8359 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8359, "deDE", "Ihr seid wirklich stark, haha! Gut gemacht, danke für die tolle Schau. Hier ist Eure Süßigkeit.$B$BGruselige Schlotternächte, $N!", 26972); + +-- 8360 - Tanzen für Marzipan +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8360 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8360, "deDE", "Ihr seid ganz schön tanzwütig, $N!$B$BHier ist die Süßigkeit für Eure tolle Leistung. Gruselige Schlotternächte und sagt dem kranken Kindchen alles Gute von mir! Hoffentlich wird es bald wieder gesund.", 26972); + +-- 8373 - Die Kraft der Pinie +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8373 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8373, "deDE", "Ah, es riecht schon fast wieder gut hier. Fast.$B$BIch danke Euch, $N, Süderstade kommt vielleicht ein weiteres Mal über die Schlotternächte hinweg. Hier sind Eure Süßigkeiten, gern geschehen! Solltet Ihr noch mehr Süßigkeiten benötigen, dann könnte Euch eventuell eine Gnomin namens Katrina Schimmerstern in Eisenschmiede noch mehr verkaufen; ich glaube, dass sie sich nur während der Schlotternächte dort aufhält.", 26972); + +-- 8409 - Verdorbenes Bier +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 8409 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (8409, "deDE", "Ah, Erfolg! Ihr habt wahren Schlotternachtsgeist bewiesen - Geist eines VERLASSENEN sollte ich wohl eher sagen!$B$B<Ruferin der Dunkelheit Yanka lacht und reibt sich die Hände.>$B$BIch lache mir ins Fäustchen, dass Süderstade sich jetzt an verdorbenem Bier erfreuen darf! Hier habt Ihr Eure Süßigkeiten. Ich bin mir sicher, dass Ihr eine gute Verwendung dafür finden werden!", 26972); + +-- 11131 - Löscht das Feuer! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11131 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11131, "deDE", "Oh, vielen Dank! Möge das Licht Eure guten Taten segnen, gutherzige Dame. Der kopflose Reiter wirft zwar noch immer seinen bedrohlichen Schatten voraus, aber das Dorf ist jetzt erst einmal vor seinen Flammen sicher.", 26972); + +-- 11135 - Der kopflose Reiter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11135 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11135, "deDE", "Der Ursprung dieses Schreins ist unbekannt, aber es besteht kein Zweifel, wem hier gehuldigt wird...", 26972); + +-- 11219 - Löscht das Feuer! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11219 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11219, "deDE", "Die Feuer sind erloschen! Ihr wart mit Eurer Brandwache erfolgreich! Hah!$B$BDer Angriff des kopflosen Reiters ist fehlgeschlagen, aber solange er und sein Kopf nicht vernichtet werden, wird er wieder zurückkehren.$B$BLasst uns bis dahin Trost in der Sicherheit finden, die Ihr uns und unseren Kindern beschert habt. Es war mir eine Ehre, heute Zeuge Eurer Taten zu sein.", 26972); + +-- 11220 - Der kopflose Reiter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11220 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11220, "deDE", "Der Ursprung dieses Schreins ist unbekannt, aber es besteht kein Zweifel, wem hier gehuldigt wird...", 26972); + +-- 11242 - Endlich frei! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11242 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11242, "deDE", "Schön, Euch wiederzusehen, $N. Ich bin sicher, die Kinder freuen sich schon auf die Geschichten über Eure Heldentaten.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11242 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11242, "deDE", "Was sagt Ihr? Dieser heilige Foliant gehörte einst einem gefallenen Paladin der Allianz. War er der kopflose Reiter? Also wurde er endlich besiegt?$B$BWas für ein glorreicher Tag, $N! Eure Legende wird wachsen! Möge man noch von Euch berichten, wenn die Schreckensherrschaft des kopflosen Reiters längst vergessen ist.", 26972); + +-- 11356 - Kostümierte Waisenmatrone +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11356 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11356, "deDE", "Ihr seid hier, um die Kinder zu besuchen! Wie wundervoll! In ihrem kurzen Leben ist ihnen so viel Kummer widerfahren. Es ist gut, dass sie einen wahren Helden wie Euch sehen. Es hellt ihr Gemüt wirklich auf!", 26972); + +-- 11357 - Maskierte Waisenmatrone +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11357 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11357, "deDE", "Die Kinder lieben es, wenn sie Helden bei ihrer Arbeit zusehen können. Ich hoffe, dass ein jedes dieser Kinder einmal ein starkes Mitglied der Horde sein und letztendlich in einer glorreichen Schlacht sterben wird!$R$RAh, der Gedanke an ein solch ehrbares Schicksal rührt mich zu Tränen...", 26972); + +-- 11360 - Übung bei der Brandwache +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11360 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11360, "deDE", "Du bist nass und mit Ruß verschmiert! Du musst die Brände gelöscht haben!$B$BGut gemacht! Als Ehrenmitglied der Feuerwehr, bitte ich dich wenn das Dorf dich braucht immer hier her zurück zu kommen!", 26972); + +-- 11361 - Feuerübung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11361 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11361, "deDE", "Gut gemacht, $N! Kinder, seht Euch diesen Helden gut an. Werdet alle so stark und mutig wie er, dann werdet auch Ihr eines Tages für die Horde kämpfen.", 26972); + +-- 11392 - Ruft den kopflosen Reiter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11392 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11392, "deDE", "Die Erde scheint erst vor Kurzem aufgewühlt worden zu sein. Auf der obersten Schicht liegen Regenwürmer, die sich winden, um der finsteren Tiefe zu entkommen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11392 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11392, "deDE", "Werdet Ihr die Kerze niederlegen und den kopflosen Reiter aus seiner unseligen Ruhe erwecken?", 26972); + +-- 11401 - Ruft den kopflosen Reiter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11401 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11401, "deDE", "Die Erde scheint erst vor Kurzem aufgewühlt worden zu sein. Auf der obersten Schicht liegen Regenwürmer, die sich winden, um der finsteren Tiefe zu entkommen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11401 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11401, "deDE", "Werdet Ihr die Kerze niederlegen und den kopflosen Reiter aus seiner unseligen Ruhe erwecken?", 26972); + +-- 11403 - Endlich frei! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11403 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11403, "deDE", "Schön, Euch wiederzusehen, $N. Ich bin sicher, die Kinder freuen sich schon auf die Geschichten über Eure Heldentaten.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11403 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11403, "deDE", "Was sagt Ihr? Dieser heilige Foliant gehörte einst einem gefallenen Paladin der Allianz. War er der kopflose Reiter? Also wurde er endlich besiegt?$B$BWas für ein glorreicher Tag, $N! Eure Legende wird wachsen! Möge man noch von Euch berichten, wenn die Schreckensherrschaft des kopflosen Reiters längst vergessen ist.", 26972); + +-- 11404 - Ruft den kopflosen Reiter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11404 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11404, "deDE", "Die Erde scheint erst vor Kurzem aufgewühlt worden zu sein. Auf der obersten Schicht liegen Regenwürmer, die sich winden, um der finsteren Tiefe zu entkommen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11404 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11404, "deDE", "Werdet Ihr die Kerze niederlegen und den kopflosen Reiter aus seiner unseligen Ruhe erwecken?", 26972); + +-- 11405 - Ruft den kopflosen Reiter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11405 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11405, "deDE", "Die Erde scheint erst vor Kurzem aufgewühlt worden zu sein. Auf der obersten Schicht liegen Regenwürmer, die sich winden, um der finsteren Tiefe zu entkommen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11405 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11405, "deDE", "Werdet Ihr die Kerze niederlegen und den kopflosen Reiter aus seiner unseligen Ruhe erwecken?", 26972); + +-- 11439 - Übung bei der Brandwache +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11439 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11439, "deDE", "Du bist nass und mit Ruß verschmiert! Du musst die Brände gelöscht haben!$B$BGut gemacht! Als Ehrenmitglied der Feuerwehr, bitte ich dich wenn das Dorf dich braucht immer hier her zurück zu kommen!", 26972); + +-- 11440 - Übung bei der Brandwache +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11440 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11440, "deDE", "Du bist nass und mit Ruß verschmiert! Du musst die Brände gelöscht haben!$B$BGut gemacht! Als Ehrenmitglied der Feuerwehr, bitte ich dich wenn das Dorf dich braucht immer hier her zurück zu kommen!", 26972); + +-- 11449 - Feuerübung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11449 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11449, "deDE", "Gut gemacht, $N! Kinder, seht Euch diesen Helden gut an. Werdet alle so stark und mutig wie er, dann werdet auch Ihr eines Tages für die Horde kämpfen.", 26972); + +-- 11450 - Feuerübung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11450 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11450, "deDE", "Gut gemacht, $N! Kinder, seht Euch diesen Helden gut an. Werdet alle so stark und mutig wie er, dann werdet auch Ihr eines Tages für die Horde kämpfen.", 26972); + +-- 12133 - Zermatsch den Kürbis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 12133 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (12133, "deDE", "Ja, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12133 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12133, "deDE", "Ihr habt das in der Kürbislampe des kopflosen Reiters gefunden? Es ist ein altes Symbol des Lichts. Es muss einst dem Reiter gehört haben, bevor er verflucht und zu dem Monster wurde, das er heute ist. Habt Dank, $N. Dieses Symbol gehört in Paladinhände. Ich werde sicherstellen, dass sie es erhalten.$B$BOh, und das hätte ich fast vergessen! Ihr habt einen stillen Bewunderer...$B$BEines der Kinder wollte, dass Ihr dies erhaltet. Sie war zu schüchtern, es Euch selbst zu geben.", 26972); + +-- 12135 - "Lasset die Feuer kommen!" +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12135 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12135, "deDE", "Der kopflose Reiter wird das Dorf jede Sekunde angreifen. Überall werden Feuer brennen!$B$BBitte, $N, stellt Ihr Euch den Feuern des kopflosen Reiters entgegen? Wenn er kommt, müsst Ihr Euch der Brandwache anschließen. Schnappt Euch einen Eimer Wasser und löscht die Feuer damit. Ihr könnt den Eimer auch an einen Freund weitergeben, der näher an den Flammen steht. Wenn Ihr alle Feuer löscht, sind wir vielleicht schon gerettet!", 26972); + +-- 12139 - "Lasset die Feuer kommen!" +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12139 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12139, "deDE", "Der kopflose Reiter wird das Dorf jede Sekunde angreifen. Überall werden Feuer brennen!$B$BBitte, $N, stellt Ihr Euch den Feuern des kopflosen Reiters entgegen? Wenn er kommt, müsst Ihr Euch der Brandwache anschließen. Schnappt Euch einen Eimer Wasser und löscht die Feuer damit. Ihr könnt den Eimer auch an einen Freund weitergeben, der näher an den Flammen steht. Wenn Ihr alle Feuer löscht, sind wir vielleicht schon gerettet!", 26972); + +-- 12155 - Zermatsch den Kürbis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 12155 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (12155, "deDE", "Ja, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12155 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12155, "deDE", "Ihr habt das in der Kürbislampe des kopflosen Reiters gefunden? Es ist ein altes Symbol des Lichts. Es muss einst dem Reiter gehört haben, bevor er verflucht und zu dem Monster wurde, das er heute ist. Habt Dank, $N. Dieses Symbol gehört in Paladinhände. Ich werde sicherstellen, dass sie es erhalten.$B$BOh, und das hätte ich fast vergessen! Ihr habt einen stillen Bewunderer...$B$BEines der Kinder wollte, dass Ihr dies erhaltet. Sie war zu schüchtern, es Euch selbst zu geben.", 26972); + +-- Eimer mit Süßigkeiten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12286 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12286, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12331 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12331, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12332 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12332, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12333 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12333, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12334 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12334, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12335 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12335, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12336 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12336, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12337 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12337, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12338 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12338, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12339 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12339, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12340 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12340, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12341 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12341, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12342 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12342, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12343 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12343, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12344 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12344, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12345 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12345, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12346 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12346, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12347 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12347, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12348 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12348, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12349 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12349, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12350 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12350, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12351 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12351, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12352 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12352, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12353 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12353, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12354 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12354, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12355 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12355, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12356 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12356, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12357 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12357, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12358 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12358, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12359 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12359, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12360 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12360, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12361 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12361, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12362 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12362, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12363 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12363, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12364 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12364, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12365 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12365, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12366 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12366, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12367 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12367, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12368 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12368, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12369 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12369, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12370 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12370, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12371 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12371, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12373 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12373, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12374 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12374, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12375 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12375, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12376 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12376, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12377 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12377, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12378 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12378, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12379 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12379, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12380 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12380, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12381 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12381, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12382 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12382, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12383 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12383, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12384 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12384, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12385 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12385, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12386 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12386, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12387 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12387, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12388 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12388, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12389 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12389, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12390 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12390, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12391 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12391, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12392 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12392, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12393 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12393, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12394 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12394, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12395 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12395, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12396 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12396, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12397 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12397, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12398 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12398, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12399 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12399, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12400 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12400, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12401 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12401, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12402 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12402, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12403 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12403, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12404 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12404, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12405 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12405, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12406 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12406, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12407 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12407, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12408 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12408, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12409 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12409, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12410 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12410, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12940 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12940, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12941 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12941, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12944 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12944, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12945 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12945, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12946 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12946, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12947 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12947, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 12950 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (12950, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13433 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13433, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13434 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13434, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13435 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13435, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13436 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13436, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13437 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13437, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13438 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13438, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13439 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13439, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13448 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13448, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13452 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13452, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13456 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13456, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13459 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13459, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13460 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13460, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13461 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13461, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13462 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13462, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13463 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13463, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13464 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13464, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13465 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13465, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13466 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13466, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13467 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13467, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13468 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13468, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13469 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13469, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13470 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13470, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13471 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13471, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13472 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13472, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13473 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13473, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13474 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13474, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13501 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13501, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); + +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13548 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13548, "deDE", "Süßigkeiteneimer wie diesen hier gibt es in jeder Gaststätte zu finden. Na los... greift zu!", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_19_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_19_world_335.sql new file mode 100644 index 00000000000..f55fb5cce2a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_19_world_335.sql @@ -0,0 +1,60 @@ +-- Hallow's End -- Schlotternächte +-- ObjectiveText -- BroadcastText -- 3.3.5 + +-- 1657 - Die Verpestung von Süderstade +UPDATE `quest_template_locale` SET `ObjectiveText1`="Werft die Stinkbombe in Süderstade ab", `VerifiedBuild`=18019 WHERE `ID` = 1657 AND `locale` = "deDE"; + +-- 8353 - Hühnchengegacker für ein Pfefferminzbonbon +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gackert für Gastwirt Feuerbräu wie ein Huhn", `VerifiedBuild`=18019 WHERE `ID` = 8353 AND `locale` = "deDE"; + +-- 8354 - Hühnchengegacker für ein Pfefferminzbonbon +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gackert für Gastwirt Feuerbräu wie ein Huhn", `VerifiedBuild`=18019 WHERE `ID` = 8354 AND `locale` = "deDE"; + +-- 8355 - Kaugummikugelexpress +UPDATE `quest_template_locale` SET `ObjectiveText1`="Spielt einen \"Zug\" für Talvash", `VerifiedBuild`=18019 WHERE `ID` = 8355 AND `locale` = "deDE"; + +-- 8356 - Muskelspiel für Nugat +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gebt für Gastwirtin Gryshka mit Euren Muskeln an", `VerifiedBuild`=18019 WHERE `ID` = 8356 AND `locale` = "deDE"; + +-- 8357 - Tanzen für Marzipan +UPDATE `quest_template_locale` SET `ObjectiveText1`="Tanzt für Gastwirtin Saelienne", `VerifiedBuild`=18019 WHERE `ID` = 8357 AND `locale` = "deDE"; + +-- 8358 - Kaugummikugelexpress +UPDATE `quest_template_locale` SET `ObjectiveText1`="Spielt einen \"Zug\" für Talvash", `VerifiedBuild`=18019 WHERE `ID` = 8358 AND `locale` = "deDE"; + +-- 8359 - Muskelspiel für Nugat +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gebt für Gastwirtin Gryshka mit Euren Muskeln an", `VerifiedBuild`=18019 WHERE `ID` = 8359 AND `locale` = "deDE"; + +-- 8360 - Tanzen für Marzipan +UPDATE `quest_template_locale` SET `ObjectiveText1`="Tanzt für Gastwirtin Pala", `VerifiedBuild`=18019 WHERE `ID` = 8360 AND `locale` = "deDE"; + +-- 11360 - Übung bei der Brandwache +UPDATE `quest_template_locale` SET `ObjectiveText1`="Löscht das Feuer", `VerifiedBuild`=18019 WHERE `ID` = 11360 AND `locale` = "deDE"; + +-- 11361 - Feuerübung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Löscht das Feuer", `VerifiedBuild`=18019 WHERE `ID` = 11361 AND `locale` = "deDE"; + +-- 11439 - Übung bei der Brandwache +UPDATE `quest_template_locale` SET `ObjectiveText1`="Löscht das Feuer", `VerifiedBuild`=18019 WHERE `ID` = 11439 AND `locale` = "deDE"; + +-- 11440 - Übung bei der Brandwache +UPDATE `quest_template_locale` SET `ObjectiveText1`="Löscht das Feuer", `VerifiedBuild`=18019 WHERE `ID` = 11440 AND `locale` = "deDE"; + +-- 11449 - Feuerübung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Löscht das Feuer", `VerifiedBuild`=18019 WHERE `ID` = 11449 AND `locale` = "deDE"; + +-- 11450 - Feuerübung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Löscht das Feuer", `VerifiedBuild`=18019 WHERE `ID` = 11450 AND `locale` = "deDE"; + +-- Ruft den kopflosen Reiter +DELETE FROM `broadcast_text_locale` WHERE `ID` = 22695 AND `locale` = "deDE"; +INSERT INTO `broadcast_text_locale` (`ID`, `locale`, `MaleText`, `FemaleText`, `VerifiedBuild`) VALUES (22695, "deDE", "Erhebe dich, Reiter...", "Erhebe dich, Reiter...", 18019); + +DELETE FROM `broadcast_text_locale` WHERE `ID` = 22696 AND `locale` = "deDE"; +INSERT INTO `broadcast_text_locale` (`ID`, `locale`, `MaleText`, `FemaleText`, `VerifiedBuild`) VALUES (22696, "deDE", "Deine Zeit ist gekommen...", "Deine Zeit ist gekommen...", 18019); + +DELETE FROM `broadcast_text_locale` WHERE `ID` = 22720 AND `locale` = "deDE"; +INSERT INTO `broadcast_text_locale` (`ID`, `locale`, `MaleText`, `FemaleText`, `VerifiedBuild`) VALUES (22720, "deDE", "Heut' Nacht sei dein Leben...", "Heut' Nacht sei dein Leben...", 18019); + +DELETE FROM `broadcast_text_locale` WHERE `ID` = 22721 AND `locale` = "deDE"; +INSERT INTO `broadcast_text_locale` (`ID`, `locale`, `MaleText`, `FemaleText`, `VerifiedBuild`) VALUES (22721, "deDE", "Auf ewig genommen!", "Auf ewig genommen!", 18019); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_20_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_20_world_335.sql new file mode 100644 index 00000000000..881ad83f741 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_20_world_335.sql @@ -0,0 +1,52 @@ +-- Pozzik +DELETE FROM `smart_scripts` WHERE `entryorguid`=4630 AND `source_type`=0 AND `id` IN (3); +DELETE FROM `smart_scripts` WHERE `entryorguid`=463001 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 +(4630,0,3,0,20,1,100,0,1192,0,0,0,80,463001,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pozzik - On Quest 'Indurium Ore' Rewarded - Run Script (Phase 1)"), +(463001,9,0,0,0,0,100,0,0,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pozzik - On Script - Set Event Phase 0"), +(463001,9,1,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Pozzik - On Script - Say Line 1"), +(463001,9,2,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,10,21553,4429,0,0,0,0,0,"Pozzik - On Script - Set Data to Goblin Pit Crewman"); + +-- Goblin Pit Crewman +DELETE FROM `smart_scripts` WHERE `entryorguid`=-21553 AND `source_type`=0 AND `id` IN (4,5,6,7); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (442902,442903,442904) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(-21553,0,4,0,38,0,100,0,2,2,0,0,0,80,442902,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Data Set - Run Script"), +(-21553,0,5,0,40,0,100,0,1,442900,0,0,0,80,442903,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Waypoint 1 Reached - Run Script"), +(-21553,0,6,0,40,0,100,0,5,442900,0,0,0,80,442904,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Waypoint 5 Reached - Run Script"), +(-21553,0,7,0,40,0,100,0,8,442900,0,0,0,89,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Waypoint 8 Reached - Start Random Movement"), +(442902,9,0,0,0,0,100,0,0,0,0,0,0,89,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Stop Random Movement"), +(442902,9,1,0,0,0,100,0,0,0,0,0,0,53,0,442900,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Start Waypoint"), +(442902,9,2,0,0,0,100,0,0,0,0,0,0,71,0,0,1903,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Equip Item"), +(442903,9,0,0,0,0,100,0,0,0,0,0,0,54,12000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Pause Waypoint"), +(442903,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.35229,"Goblin Pit Crewman - On Script - Set Orientation"), +(442903,9,2,0,0,0,100,0,1000,1000,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Set Emote State 233"), +(442903,9,3,0,0,0,100,0,4000,4000,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Say Line 2"), +(442903,9,4,0,0,0,100,0,6000,6000,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Set Emote State 0"), +(442904,9,0,0,0,0,100,0,0,0,0,0,0,54,12000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Pause Waypoint"), +(442904,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.1611,"Goblin Pit Crewman - On Script - Set Orientation"), +(442904,9,2,0,0,0,100,0,1000,1000,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Set Emote State 233"), +(442904,9,3,0,0,0,100,0,10000,10000,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Say Line 3"), +(442904,9,4,0,0,0,100,0,0,0,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Set Emote State 0"), +(442904,9,5,0,0,0,100,0,3000,3000,0,0,0,1,2,0,0,0,0,0,19,4630,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Say Line 2 (Pozzik)"), +(442904,9,6,0,0,0,100,0,5000,5000,0,0,0,45,1,1,0,0,0,0,19,4630,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Set Data to Pozzik"), +(442904,9,7,0,0,0,100,0,0,0,0,0,0,71,0,0,1911,0,0,0,1,0,0,0,0,0,0,0,"Goblin Pit Crewman - On Script - Equip Item"); + +DELETE FROM `creature_text` WHERE `CreatureID`=4630 AND `GroupID` IN (1,2); +DELETE FROM `creature_text` WHERE `CreatureID`=4429 AND `GroupID` IN (2,3); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4630,1,0,"Thanks again, $n. Now I'll use this indurium to beef up my car!",12,0,100,0,0,0,1505,0,"Goblin Pit Crewman"), +(4630,2,0,"Now for the next race, the car will be even FASTER than before!",12,0,100,4,0,0,1508,0,"Goblin Pit Crewman"), +(4429,2,0,"BANG! BANG! BANG! I'm beefing up the car!!!",12,0,100,0,0,0,1506,0,"Goblin Pit Crewman"), +(4429,3,0,"All done!",12,0,100,0,0,0,1507,0,"Goblin Pit Crewman"); + +DELETE FROM `waypoints` WHERE `entry`=442900; +INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES +(442900,1,-6190.84,-3962.75,-58.7498,""), +(442900,2,-6191.97,-3963.59,-58.7498,""), +(442900,3,-6192.18,-3965.88,-58.7498,""), +(442900,4,-6190.21,-3966.79,-58.7498,""), +(442900,5,-6189.04,-3965.8,-58.7498,""), +(442900,6,-6190.21,-3966.79,-58.7498,""), +(442900,7,-6192.18,-3965.88,-58.7498,""), +(442900,8,-6193.59,-3963.64,-58.6251,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_21_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_21_world.sql new file mode 100644 index 00000000000..c6f3b50ee86 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_21_world.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_type` = 27 WHERE `entryorguid` = 30331 AND `source_type` = 0 AND `id` = 0 AND `link` = 1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_22_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_22_world.sql new file mode 100644 index 00000000000..d117648b474 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_20_22_world.sql @@ -0,0 +1,25 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (23712, 24519, 23973, 23971, 15197); +UPDATE `creature_template` SET `gossip_menu_id`=8821 WHERE `entry`=23712; +UPDATE `creature_template` SET `gossip_menu_id`=8843 WHERE `entry`=23971; +UPDATE `creature_template` SET `gossip_menu_id`=9470 WHERE `entry`=23973; +UPDATE `creature_template` SET `gossip_menu_id`=6537 WHERE `entry`=15197; + +DELETE FROM `gossip_menu` WHERE (`MenuId`=8821 AND `TextId`=11358) OR (`MenuId`=9468 AND `TextId`=11177) OR (`MenuId`=9468 AND `TextId`=11143) OR (`MenuId`=8763 AND `TextId`=11145) OR (`MenuId`=8979 AND `TextId`=11356) OR (`MenuId`=9469 AND `TextId`=11143) OR (`MenuId`=9469 AND `TextId`=11177) OR (`MenuId`=8981 AND `TextId`=12119) OR (`MenuId`=8979 AND `TextId`=11359) OR (`MenuId`=14991 AND `TextId`=20326) OR (`MenuId`=9471 AND `TextId`=11473) OR (`MenuId`=8843 AND `TextId`=11477) OR (`MenuId`=9470 AND `TextId`=11473) OR (`MenuId`=9470 AND `TextId`=11177) OR (`MenuId`=9470 AND `TextId`=11147) OR (`MenuId`=9470 AND `TextId`=11145) OR (`MenuId`=12932 AND `TextId`=18190) OR (`MenuId`=6537 AND `TextId`=7740) OR (`MenuId`=18793 AND `TextId`=27340) OR (`MenuId`=18604 AND `TextId`=26986) OR (`MenuId`=20215 AND `TextId`=30340) OR (`MenuId`=19344 AND `TextId`=28502) OR (`MenuId`=11385 AND `TextId`=15856) OR (`MenuId`=19646 AND `TextId`=25240) OR (`MenuId`=20369 AND `TextId`=30462) OR (`MenuId`=18747 AND `TextId`=27251) OR (`MenuId`=18765 AND `TextId`=27288) OR (`MenuId`=19110 AND `TextId`=26451); +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(8821, 11358, 22810), -- 23712 (Touring Orphan) +(9468, 11177, 22810), -- 24519 (Costumed Orphan Matron) +(9468, 11143, 22810), -- 24519 (Costumed Orphan Matron) +(8763, 11145, 22810), -- 24519 (Costumed Orphan Matron) +(8979, 11356, 22810), -- 23712 (Touring Orphan) +(9469, 11143, 22810), -- 24519 (Costumed Orphan Matron) +(9469, 11177, 22810), -- 24519 (Costumed Orphan Matron) +(8981, 12119, 22810), -- 18038 (Azuremyst Peacekeeper) +(8979, 11359, 22810), -- 23712 (Touring Orphan) +(9471, 11473, 22810), -- 23973 (Masked Orphan Matron) +(8843, 11477, 22810), -- 23971 (Traveling Orphan) +(9470, 11473, 22810), -- 23973 (Masked Orphan Matron) +(9470, 11177, 22810), -- 23973 (Masked Orphan Matron) +(9470, 11147, 22810), -- 23973 (Masked Orphan Matron) +(9470, 11145, 22810), -- 23973 (Masked Orphan Matron) +(6537, 7740, 22810); -- 15197 (Darkcaller Yanka) diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_22_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_22_00_world.sql new file mode 100644 index 00000000000..f3205da4eb8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_22_00_world.sql @@ -0,0 +1,5 @@ +-- Nature's Grasp and Inner fire, need proc only with damage. It fix wrong proc with sap. +DELETE FROM `spell_proc` WHERE `SpellId` IN (-16689,-588); +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(-16689,0,0,0,0,0,0,1,0,0,0,0,0,0,0), +(-588,0,0,0,0,0,0,1,0,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_24_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_24_00_world_335.sql new file mode 100644 index 00000000000..18666646b16 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_24_00_world_335.sql @@ -0,0 +1,341 @@ +-- +UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 15139; +DELETE FROM `creature_addon` WHERE `guid` = 15139; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(15139,151390,0,0,0,0,""); +DELETE FROM `creature_formations` WHERE `leaderGUID` = 15139; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(15139,15139,0,0,515,0,0), +(15139,15137,15,0,515,0,0), +(15139,15138,12,45,515,0,0), +(15139,15140,9,315,515,0,0); +DELETE FROM `waypoint_data` WHERE `id`=151390; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(151390,1,-2998.13,-2012.47,91.7341,0,0,0,0,100,0), +(151390,2,-3048.21,-1999.61,91.8675,0,0,0,0,100,0), +(151390,3,-3106.65,-2003.4,98.1789,0,0,0,0,100,0), +(151390,4,-3143.73,-2004.96,91.6704,0,0,0,0,100,0), +(151390,5,-3267.98,-2026.34,92.5754,0,0,0,0,100,0), +(151390,6,-3583.22,-1921.61,94.3068,0,13000,0,0,100,0), +(151390,7,-3645.08,-1956.1,91.9535,0,0,0,0,100,0), +(151390,8,-3702.84,-2056.81,93.3177,0,0,0,0,100,0), +(151390,9,-3724.26,-2202.7,91.7286,0,0,0,0,100,0), +(151390,10,-3696.85,-2312.4,92.1689,0,0,0,0,100,0), +(151390,11,-3667.83,-2352.59,91.6668,0,0,0,0,100,0), +(151390,12,-3657.77,-2356.66,91.6667,0,0,0,0,100,0), +(151390,13,-3648.58,-2356.08,91.757,0,0,0,0,100,0), +(151390,14,-3639.44,-2353.15,92.3895,0,0,0,0,100,0), +(151390,15,-3630.63,-2346.35,92.1355,0,0,0,0,100,0), +(151390,16,-3597.42,-2300.35,92.6799,0,0,0,0,100,0), +(151390,17,-3563.12,-2268.77,91.7997,0,0,0,0,100,0), +(151390,18,-3520.45,-2253.33,92.7574,0,0,0,0,100,0), +(151390,19,-3488.97,-2234.86,93.676,0,0,0,0,100,0), +(151390,20,-3387.12,-2196.93,95.1846,0,0,0,0,100,0), +(151390,21,-3292.87,-2185.51,92.5575,0,14000,0,0,100,0), +(151390,22,-3206.89,-2075.94,94.7149,0,0,0,0,100,0), +(151390,23,-3154.15,-2065.12,92.807,0,11000,0,0,100,0), +(151390,24,-3144.05,-2075.1,91.9836,0,0,0,0,100,0), +(151390,25,-3125.87,-2101.69,91.6774,0,0,0,0,100,0), +(151390,26,-3105.69,-2123.68,91.8374,0,0,0,0,100,0), +(151390,27,-3082.92,-2132.46,91.7132,0,0,0,0,100,0), +(151390,28,-2983.82,-2114.47,93.6036,0,0,0,0,100,0), +(151390,29,-2974.75,-2087.39,91.6668,0,0,0,0,100,0), +(151390,30,-2958.35,-2057.43,96.6284,0,0,0,0,100,0), +(151390,31,-2973.28,-2017.21,94.3499,0,0,0,0,100,0); + +UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 14053; +DELETE FROM `creature_addon` WHERE `guid` = 14053; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(14053,140530,0,0,0,0,""); +DELETE FROM `creature_formations` WHERE `leaderGUID` = 14053; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(14053,14053,0,0,515,0,0), +(14053,14051,5,80,515,0,0), +(14053,14052,5,40,515,0,0), +(14053,14050,5,10,515,0,0), +(14053,14054,5,330,515,0,0), +(14053,14049,5,290,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=140530; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(140530, 1, -2572.2, -1858.7, 91.6668, 0, 0, 1, 0, 100, 0), +(140530, 2, -2528.4, -1825, 94.4881, 0, 0, 1, 0, 100, 0), +(140530, 3, -2511, -1784.7, 91.668, 0, 0, 1, 0, 100, 0), +(140530, 4, -2489.6, -1743.3, 91.6669, 0, 0, 1, 0, 100, 0), +(140530, 5, -2432.9, -1693.4, 95.125, 0, 0, 1, 0, 100, 0), +(140530, 6, -2415.6, -1738.7, 91.7289, 0, 0, 1, 0, 100, 0), +(140530, 7, -2480.3, -1739.1, 91.6669, 0, 0, 1, 0, 100, 0), +(140530, 8, -2512, -1788.7, 91.668, 0, 0, 1, 0, 100, 0), +(140530, 9, -2523.4, -1825, 94.4881, 0, 0, 1, 0, 100, 0), +(140530, 10, -2574.2, -1856.7, 91.6668, 0, 0, 1, 0, 100, 0), +(140530, 11, -2618.6, -1888.6, 94.3189, 0, 0, 1, 0, 100, 0), +(140530, 12, -2615.4, -1912.8, 97.1135, 0, 0, 1, 0, 100, 0), +(140530, 13, -2600.1, -1972.3, 91.6669, 0, 0, 1, 0, 100, 0), +(140530, 14, -2586.3, -2056.7, 91.6676, 0, 0, 1, 0, 100, 0), +(140530, 15, -2527.6, -2033.1, 93.9145, 0, 0, 1, 0, 100, 0), +(140530, 16, -2590.9, -1940.2, 93.2829, 0, 0, 1, 0, 100, 0); + +UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 14042; +DELETE FROM `creature_addon` WHERE `guid` = 14042; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(14042,140420,0,0,0,0,""); +DELETE FROM `creature_formations` WHERE `leaderGUID` = 14042; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(14042,14042,0,0,515,0,0), +(14042,14046,5,40,515,0,0), +(14042,14044,5,10,515,0,0), +(14042,14043,5,350,515,0,0), +(14042,14045,5,330,515,0,0), +(14042,14047,5,290,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=140420; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(140420, 1, -502.767, -1996.189, 94.44725, 0, 1, 0, 100, 0), +(140420, 2, -511.424, -1989.231, 95.27134, 0, 1, 0, 100, 0), +(140420, 3, -528.634, -1975.728, 94.07756, 0, 1, 0, 100, 0), +(140420, 4, -539.648, -1967.086, 92.32050, 0, 1, 0, 100, 0), +(140420, 5, -547.909, -1960.605, 92.39439, 0, 1, 0, 100, 0), +(140420, 6, -561.676, -1949.802, 92.49491, 0, 1, 0, 100, 0), +(140420, 7, -569.937, -1943.321, 92.17023, 0, 1, 0, 100, 0), +(140420, 8, -587.945, -1932.093, 91.68965, 0, 1, 0, 100, 0), +(140420, 9, -603.882, -1928.420, 91.66679, 0, 1, 0, 100, 0), +(140420, 10, -617.756, -1926.557, 92.23322, 0, 1, 0, 100, 0), +(140420, 11, -652.347, -1921.224, 92.50893, 0, 1, 0, 100, 0), +(140420, 12, -666.196, -1919.174, 91.92680, 0, 1, 0, 100, 0), +(140420, 13, -683.527, -1916.777, 93.40912, 0, 1, 0, 100, 0), +(140420, 14, -696.034, -1915.292, 94.24060, 0, 1, 0, 100, 0), +(140420, 15, -733.366, -1908.724, 92.87856, 0, 1, 0, 100, 0), +(140420, 16, -746.061, -1897.383, 92.42220, 0, 1, 0, 100, 0), +(140420, 17, -755.969, -1877.506, 92.89954, 0, 1, 0, 100, 0), +(140420, 18, -763.770, -1847.891, 93.26424, 0, 1, 0, 100, 0), +(140420, 19, -759.489, -1816.846, 91.66767, 0, 1, 0, 100, 0), +(140420, 20, -745.421, -1800.135, 91.71883, 0, 1, 0, 100, 0), +(140420, 21, -733.586, -1782.795, 93.31093, 0, 1, 0, 100, 0), +(140420, 22, -724.476, -1767.853, 94.47924, 0, 1, 0, 100, 0), +(140420, 23, -707.237, -1737.426, 94.26205, 0, 1, 0, 100, 0), +(140420, 24, -697.453, -1718.844, 92.69762, 0, 1, 0, 100, 0), +(140420, 25, -683.673, -1701.884, 91.69395, 0, 1, 0, 100, 0), +(140420, 26, -671.583, -1690.926, 91.66750, 0, 1, 0, 100, 0), +(140420, 27, -645.035, -1685.318, 94.03638, 0, 1, 0, 100, 0), +(140420, 28, -630.107, -1700.087, 92.02236, 0, 1, 0, 100, 0), +(140420, 29, -608.652, -1723.144, 91.66776, 0, 1, 0, 100, 0), +(140420, 30, -589.438, -1737.038, 94.52512, 0, 1, 0, 100, 0), +(140420, 31, -564.186, -1764.753, 93.43532, 0, 1, 0, 100, 0), +(140420, 32, -552.207, -1782.001, 91.77047, 0, 1, 0, 100, 0), +(140420, 33, -543.763, -1811.364, 91.66690, 0, 1, 0, 100, 0), +(140420, 34, -542.709, -1839.344, 91.66690, 0, 1, 0, 100, 0), +(140420, 35, -536.508, -1865.362, 92.32794, 0, 1, 0, 100, 0), +(140420, 36, -519.996, -1883.936, 92.16505, 0, 1, 0, 100, 0), +(140420, 37, -506.060, -1894.521, 93.30782, 0, 1, 0, 100, 0), +(140420, 38, -493.615, -1914.417, 93.22157, 0, 1, 0, 100, 0), +(140420, 39, -493.332, -1942.682, 92.88795, 0, 1, 0, 100, 0), +(140420, 40, -502.587, -1996.840, 94.38247, 0, 1, 0, 100, 0); + +UPDATE `creature` SET `MovementType` = 0, `spawndist`=0 WHERE `guid` IN (14036,14034,14035,14040,14039,14038,14041,14037); +UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 14036; +DELETE FROM `creature_addon` WHERE `guid` = 14036; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(14036,140360,0,0,0,0,""); +DELETE FROM `creature_formations` WHERE `leaderGUID` = 14036; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(14036,14036,0,0,515,0,0), +(14036,14034,5,80,515,0,0), +(14036,14035,5,60,515,0,0), +(14036,14040,5,40,515,0,0), +(14036,14039,5,10,515,0,0), +(14036,14038,5,350,515,0,0), +(14036,14041,5,330,515,0,0), +(14036,14037,5,310,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=140360; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(140360, 1, -1298.006, -2130.584, 91.70348, 0, 1, 0, 100, 0), +(140360, 2, -1299.714, -2109.654, 91.66797, 0, 1, 0, 100, 0), +(140360, 3, -1295.146, -2086.457, 91.85918, 0, 1, 0, 100, 0), +(140360, 4, -1283.999, -2060.772, 93.42333, 0, 1, 0, 100, 0), +(140360, 5, -1270.371, -2040.697, 93.14427, 0, 1, 0, 100, 0), +(140360, 6, -1245.500, -2016.072, 91.75644, 0, 1, 0, 100, 0), +(140360, 7, -1220.628, -1991.447, 91.62344, 0, 1, 0, 100, 0), +(140360, 8, -1208.947, -1973.621, 87.89656, 0, 1, 0, 100, 0), +(140360, 9, -1199.538, -1947.249, 87.94191, 0, 1, 0, 100, 0), +(140360, 10, -1191.305, -1924.174, 92.49355, 0, 1, 0, 100, 0), +(140360, 11, -1183.073, -1901.103, 93.03506, 0, 1, 0, 100, 0), +(140360, 12, -1176.515, -1869.682, 94.73897, 0, 1, 0, 100, 0), +(140360, 13, -1174.866, -1834.442, 91.97592, 0, 1, 0, 100, 0), +(140360, 14, -1195.939, -1811.724, 85.80951, 0, 1, 0, 100, 0), +(140360, 15, -1228.502, -1796.834, 89.13758, 0, 1, 0, 100, 0), +(140360, 16, -1261.796, -1806.579, 92.69485, 0, 1, 0, 100, 0), +(140360, 17, -1289.474, -1828.001, 91.69701, 0, 1, 0, 100, 0), +(140360, 18, -1307.336, -1848.330, 89.26779, 0, 1, 0, 100, 0), +(140360, 19, -1328.536, -1875.039, 93.06597, 0, 1, 0, 100, 0), +(140360, 20, -1356.421, -1901.584, 93.28018, 0, 1, 0, 100, 0), +(140360, 21, -1384.307, -1928.129, 91.62613, 0, 1, 0, 100, 0), +(140360, 22, -1407.122, -1949.848, 93.23295, 0, 1, 0, 100, 0), +(140360, 23, -1417.564, -1980.139, 86.20026, 0, 1, 0, 100, 0), +(140360, 24, -1405.438, -2021.452, 83.46129, 0, 1, 0, 100, 0), +(140360, 25, -1398.833, -2059.160, 91.91397, 0, 1, 0, 100, 0), +(140360, 26, -1377.240, -2092.095, 92.58451, 0, 1, 0, 100, 0), +(140360, 27, -1363.521, -2131.792, 91.14503, 0, 1, 0, 100, 0), +(140360, 28, -1346.766, -2168.259, 92.27582, 0, 1, 0, 100, 0), +(140360, 29, -1325.719, -2184.752, 94.49661, 0, 1, 0, 100, 0); + +UPDATE `creature` SET `MovementType` = 0, `spawndist`=0 WHERE `guid` IN (14016); +UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 14010; +DELETE FROM `creature_addon` WHERE `guid` = 14010; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(14010,140100,0,0,0,0,""); +DELETE FROM `creature_formations` WHERE `leaderGUID` = 14010; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(14010,14010,0,0,515,0,0), +(14010,14013,5,80,515,0,0), +(14010,14016,5,60,515,0,0), +(14010,14014,5,40,515,0,0), +(14010,14015,5,10,515,0,0), +(14010,14011,5,350,515,0,0), +(14010,14017,5,330,515,0,0), +(14010,14012,5,290,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=140100; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(140100, 1, -1550.393, -1883.967, 96.60339, 0, 1, 0, 100, 0), +(140100, 2, -1517.215, -1872.821, 95.22880, 0, 1, 0, 100, 0), +(140100, 3, -1443.222, -1847.962, 95.32825, 0, 1, 0, 100, 0), +(140100, 4, -1382.688, -1831.138, 91.67405, 0, 1, 0, 100, 0), +(140100, 5, -1339.054, -1844.217, 91.72110, 0, 1, 0, 100, 0), +(140100, 6, -1332.940, -1886.737, 93.23933, 0, 1, 0, 100, 0), +(140100, 7, -1350.140, -1936.300, 81.32111, 0, 1, 0, 100, 0), +(140100, 8, -1361.773, -1976.657, 81.85201, 0, 1, 0, 100, 0), +(140100, 9, -1376.314, -2027.103, 91.73393, 0, 1, 0, 100, 0), +(140100, 10, -1385.853, -2060.195, 93.47976, 0, 1, 0, 100, 0), +(140100, 11, -1391.669, -2080.374, 92.31205, 0, 1, 0, 100, 0), +(140100, 12, -1403.302, -2120.730, 92.45555, 0, 1, 0, 100, 0), +(140100, 13, -1422.211, -2162.516, 92.80484, 0, 1, 0, 100, 0), +(140100, 14, -1461.432, -2192.844, 90.85652, 0, 1, 0, 100, 0), +(140100, 15, -1497.022, -2215.145, 92.44991, 0, 1, 0, 100, 0), +(140100, 16, -1551.552, -2246.399, 91.74455, 0, 1, 0, 100, 0), +(140100, 17, -1599.031, -2245.918, 94.90424, 0, 1, 0, 100, 0), +(140100, 18, -1627.320, -2236.638, 82.50639, 0, 1, 0, 100, 0), +(140100, 19, -1660.165, -2210.382, 87.35378, 0, 1, 0, 100, 0), +(140100, 20, -1701.114, -2162.531, 91.66515, 0, 1, 0, 100, 0), +(140100, 21, -1724.209, -2112.115, 91.66515, 0, 1, 0, 100, 0), +(140100, 22, -1706.966, -2069.076, 91.69984, 0, 1, 0, 100, 0), +(140100, 23, -1676.143, -2032.397, 93.75797, 0, 1, 0, 100, 0), +(140100, 24, -1650.090, -1999.476, 91.67224, 0, 1, 0, 100, 0), +(140100, 25, -1600.074, -1932.018, 91.66682, 0, 1, 0, 100, 0); + +UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 14032; +DELETE FROM `creature_addon` WHERE `guid` = 14032; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(14032,140320,0,0,0,0,""); +DELETE FROM `creature_formations` WHERE `leaderGUID` = 14032; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(14032,14032,0,0,515,0,0), +(14032,14024,5,80,515,0,0), +(14032,14009,5,40,515,0,0), +(14032,14023,5,10,515,0,0), +(14032,14025,5,350,515,0,0), +(14032,14026,5,290,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=140320; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(140320, 1, -563.877, -2547.295, 92.80662, 0, 1, 0, 100, 0), +(140320, 2, -554.863, -2516.469, 93.24456, 0, 1, 0, 100, 0), +(140320, 3, -577.206, -2476.931, 91.71548, 0, 1, 0, 100, 0), +(140320, 4, -615.504, -2485.227, 92.12007, 0, 1, 0, 100, 0), +(140320, 5, -676.591, -2511.734, 92.65081, 0, 1, 0, 100, 0), +(140320, 6, -740.945, -2516.645, 93.96837, 0, 1, 0, 100, 0), +(140320, 7, -793.045, -2518.073, 93.75392, 0, 1, 0, 100, 0), +(140320, 8, -809.498, -2452.034, 92.69364, 0, 1, 0, 100, 0), +(140320, 9, -815.913, -2382.927, 95.12057, 0, 1, 0, 100, 0), +(140320, 10, -843.412, -2315.514, 93.82954, 0, 1, 0, 100, 0), +(140320, 11, -895.061, -2298.165, 91.67570, 0, 1, 0, 100, 0), +(140320, 12, -935.569, -2326.431, 93.64941, 0, 1, 0, 100, 0), +(140320, 13, -930.281, -2379.330, 91.75207, 0, 1, 0, 100, 0), +(140320, 14, -894.944, -2431.918, 91.68614, 0, 1, 0, 100, 0), +(140320, 15, -869.825, -2465.579, 91.83121, 0, 1, 0, 100, 0), +(140320, 16, -821.030, -2509.637, 94.06260, 0, 1, 0, 100, 0), +(140320, 17, -746.606, -2546.468, 92.20504, 0, 1, 0, 100, 0), +(140320, 18, -679.426, -2566.475, 91.74886, 0, 1, 0, 100, 0), +(140320, 19, -587.280, -2573.443, 93.62878, 0, 1, 0, 100, 0); + +UPDATE `creature` SET `position_x` = -2257.303, `position_y` = -2246.7531, `position_z` = 93.419 WHERE `guid` = 14027; +UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 14029; +DELETE FROM `creature_addon` WHERE `guid` = 14029; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(14029,140290,0,0,0,0,""); +DELETE FROM `creature_formations` WHERE `leaderGUID` = 14029; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(14029,14029,0,0,515,0,0), +(14029,14030,5,80,515,0,0), +(14029,14028,5,10,515,0,0), +(14029,14031,5,350,515,0,0), +(14029,14027,5,290,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=140290; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(140290, 1, -2253.330, -2241.210, 93.07847, 0, 1, 0, 100, 0), +(140290, 2, -2217.435, -2251.129, 94.54336, 0, 1, 0, 100, 0), +(140290, 3, -2142.623, -2284.456, 94.39682, 0, 1, 0, 100, 0), +(140290, 4, -2082.487, -2314.331, 95.64945, 0, 1, 0, 100, 0), +(140290, 5, -2042.285, -2356.969, 91.66682, 0, 1, 0, 100, 0), +(140290, 6, -2022.161, -2417.490, 94.07429, 0, 1, 0, 100, 0), +(140290, 7, -2013.662, -2477.211, 94.32457, 0, 1, 0, 100, 0), +(140290, 8, -2017.573, -2541.495, 93.52462, 0, 1, 0, 100, 0), +(140290, 9, -2040.356, -2595.478, 92.17446, 0, 1, 0, 100, 0), +(140290, 10, -2084.798, -2629.541, 93.74944, 0, 1, 0, 100, 0), +(140290, 11, -2140.502, -2634.621, 93.78343, 0, 1, 0, 100, 0), +(140290, 12, -2170.615, -2595.453, 92.91505, 0, 1, 0, 100, 0), +(140290, 13, -2203.101, -2524.865, 91.66764, 0, 1, 0, 100, 0), +(140290, 14, -2222.920, -2487.836, 93.82377, 0, 1, 0, 100, 0), +(140290, 15, -2262.894, -2455.628, 91.72944, 0, 1, 0, 100, 0), +(140290, 16, -2302.132, -2440.650, 94.23386, 0, 1, 0, 100, 0), +(140290, 17, -2343.905, -2418.414, 95.24754, 0, 1, 0, 100, 0), +(140290, 18, -2375.907, -2379.462, 91.66664, 0, 1, 0, 100, 0), +(140290, 19, -2351.094, -2341.351, 94.60894, 0, 1, 0, 100, 0), +(140290, 20, -2288.886, -2277.052, 91.68980, 0, 1, 0, 100, 0); + +UPDATE `creature` SET `MovementType` = 0, `spawndist`=0 WHERE `guid` IN (14021,14022,14018,14020,14019); +UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 14021; +DELETE FROM `creature_addon` WHERE `guid` = 14021; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(14021,140210,0,0,0,0,""); +DELETE FROM `creature_formations` WHERE `leaderGUID` = 14021; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(14021,14021,0,0,515,0,0), +(14021,14022,5,80,515,0,0), +(14021,14018,5,10,515,0,0), +(14021,14020,5,340,515,0,0), +(14021,14019,5,390,515,0,0); + +DELETE FROM `waypoint_data` WHERE `id`=140210; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(140210, 1, 649.215, -1989.051, 94.34850, 0, 0, 0, 100, 0), +(140210, 2, 670.186, -2030.953, 92.29443, 0, 0, 0, 100, 0), +(140210, 3, 687.290, -2080.589, 91.71897, 0, 0, 0, 100, 0), +(140210, 4, 700.974, -2120.297, 91.87732, 0, 0, 0, 100, 0), +(140210, 5, 713.325, -2186.960, 91.66671, 0, 0, 0, 100, 0), +(140210, 6, 704.506, -2224.343, 93.43695, 0, 0, 0, 100, 0), +(140210, 7, 676.314, -2251.328, 91.89948, 0, 0, 0, 100, 0), +(140210, 8, 642.684, -2222.697, 94.12448, 0, 0, 0, 100, 0), +(140210, 9, 624.997, -2173.266, 91.66669, 0, 0, 0, 100, 0), +(140210, 10, 609.828, -2123.073, 92.59200, 0, 0, 0, 100, 0), +(140210, 11, 597.598, -2061.389, 91.66725, 0, 0, 0, 100, 0), +(140210, 12, 592.907, -2019.652, 91.66725, 0, 0, 0, 100, 0), +(140210, 13, 566.752, -1978.395, 91.66765, 0, 0, 0, 100, 0), +(140210, 14, 528.804, -1977.483, 92.50449, 0, 0, 0, 100, 0), +(140210, 15, 472.834, -1963.692, 92.52468, 0, 0, 0, 100, 0), +(140210, 16, 425.936, -1948.794, 91.66793, 0, 0, 0, 100, 0), +(140210, 17, 385.039, -1939.231, 91.66793, 0, 0, 0, 100, 0), +(140210, 18, 331.649, -1917.620, 91.75427, 0, 0, 0, 100, 0), +(140210, 19, 307.525, -1878.016, 91.66726, 0, 0, 0, 100, 0), +(140210, 20, 309.501, -1835.411, 91.66726, 0, 0, 0, 100, 0), +(140210, 21, 342.856, -1814.195, 91.66726, 0, 0, 0, 100, 0), +(140210, 22, 400.768, -1830.260, 91.66726, 0, 0, 0, 100, 0), +(140210, 23, 439.347, -1846.864, 91.66726, 0, 0, 0, 100, 0), +(140210, 24, 479.455, -1826.186, 91.66726, 0, 0, 0, 100, 0), +(140210, 25, 514.558, -1787.147, 91.66726, 0, 0, 0, 100, 0), +(140210, 26, 552.435, -1771.816, 93.16978, 0, 0, 0, 100, 0), +(140210, 27, 590.213, -1795.443, 93.98595, 0, 0, 0, 100, 0), +(140210, 28, 612.256, -1843.677, 91.66778, 0, 0, 0, 100, 0), +(140210, 29, 623.407, -1894.979, 92.87283, 0, 0, 0, 100, 0), +(140210, 30, 632.329, -1936.020, 91.66797, 0, 0, 0, 100, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_24_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_24_01_world_335.sql new file mode 100644 index 00000000000..a35aa24ef8a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_24_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_data` SET `move_type`=1 WHERE `id`=140210; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_10_28_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_28_00_world.sql new file mode 100644 index 00000000000..13c2f3a2e94 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_10_28_00_world.sql @@ -0,0 +1,4 @@ +-- Describe distance command argument +UPDATE `command` SET `help`='Syntax: .distance [link]\r\n\r\nDisplay the distance from your character to the selected unit or given creature, player or gameobject.' WHERE `name`='distance'; +-- Repurpose existing trinity_string for rotation info string +UPDATE `trinity_string` SET `content_default`='yaw: %f pitch: %f roll: %f' WHERE `entry`=5074; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_11_04_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_04_00_world.sql new file mode 100644 index 00000000000..8dbca08a328 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_04_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = -980; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-980, 'spell_warl_curse_of_agony'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_11_08_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_08_00_world.sql new file mode 100644 index 00000000000..65efece5845 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_08_00_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_clear_fear_poly' AND `spell_id`=5138; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_11_08_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_08_01_world.sql new file mode 100644 index 00000000000..70e324aa8bc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_08_01_world.sql @@ -0,0 +1,13 @@ +UPDATE `creature_template` SET `HoverHeight`=6 WHERE `entry` IN (35347,35348,35349,35350,35351,35352); +UPDATE `creature_template_addon` SET `bytes1`=0x2000000 WHERE `entry` IN (34496,34497,35347,35348,35349,35350,35351,35352); + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (34496,34497,35347,35348,35349,35350,35351,35352); +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(34496,2,0,0,0), +(34497,2,0,0,0), +(35347,2,0,0,0), +(35348,2,0,0,0), +(35349,2,0,0,0), +(35350,2,0,0,0), +(35351,2,0,0,0), +(35352,2,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_11_11_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_11_00_world.sql new file mode 100644 index 00000000000..8d5ac5b469a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_11_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 820 AND 842; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_11_21_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_21_00_world.sql new file mode 100644 index 00000000000..bedcb118785 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_21_00_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid`=110942; +DELETE FROM `creature_addon` WHERE `guid` IN (152125,110942); +INSERT INTO `creature_addon` (`guid`, `bytes1`, `bytes2`) VALUES +(152125, 1, 1); +DELETE FROM `gameobject` WHERE `guid`=6659; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(6659, 191726, 571, 0, 0, 1, 1, 7312.41, -1610.48, 944.294, 4.99164, 0, 0, -0.6018143, 0.7986361, 120, 255, 1, 23420); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_11_21_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_21_01_world.sql new file mode 100644 index 00000000000..be883b2c402 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_11_21_01_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `achievement_reward` CHANGE `Text` `Body` text; +ALTER TABLE `achievement_reward_locale` CHANGE `Text` `Body` text; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_03_00_word.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_03_00_word.sql new file mode 100644 index 00000000000..3793dd6781a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_03_00_word.sql @@ -0,0 +1,23 @@ +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17146,17147,17148,18064,18391); +UPDATE `creature_template` SET `AIname` = '', `ScriptName` = 'npc_nagrand_banner' WHERE `entry` IN (17138,17146,17147,17148,18064,18391,18413); + +UPDATE `event_scripts` SET `delay`=0 WHERE `id`=11669; +UPDATE `event_scripts` SET `datalong2`=1 WHERE `id`=11674; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` IN (32307, 32314); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 3, 32307, 0, 0, 31, 0, 3, 17146, 0, 0, 0, 0, 'conditition_nagrand_banner', 'Spell "Plant Warmaul Ogre Banner" (effects 0 & 1) will hit Kil\'sorrow Spellbinder.'), +(13, 3, 32307, 0, 0, 36, 0, 0, 0, 0, 1, 0, 0, '', 'Spell "Plant Warmaul Ogre Banner" (effects 0 & 1) will hit if target is dead'), +(13, 3, 32307, 0, 1, 31, 0, 3, 17147, 0, 0, 0, 0, 'conditition_nagrand_banner', 'Spell "Plant Warmaul Ogre Banner" (effects 0 & 1) will hit Kil\'sorrow Cultist.'), +(13, 3, 32307, 0, 1, 36, 0, 0, 0, 0, 1, 0, 0, '', 'Spell "Plant Warmaul Ogre Banner" (effects 0 & 1) will hit if target is dead'), +(13, 3, 32307, 0, 2, 31, 0, 3, 17148, 0, 0, 0, 0, 'conditition_nagrand_banner', 'Spell "Plant Warmaul Ogre Banner" (effects 0 & 1) will hit Kil\'sorrow Deathsworn.'), +(13, 3, 32307, 0, 2, 36, 0, 0, 0, 0, 1, 0, 0, '', 'Spell "Plant Warmaul Ogre Banner" (effects 0 & 1) will hit if target is dead'), +(13, 3, 32307, 0, 3, 31, 0, 3, 18391, 0, 0, 0, 0, 'conditition_nagrand_banner', 'Spell "Plant Warmaul Ogre Banner" (effects 0 & 1) will hit Giselda the Crone.'), +(13, 3, 32307, 0, 3, 36, 0, 0, 0, 0, 1, 0, 0, '', 'Spell "Plant Warmaul Ogre Banner" (effects 0 & 1) will hit if target is dead'), + +(13, 3, 32314, 0, 0, 31, 0, 3, 17138, 0, 0, 0, 0, 'conditition_nagrand_banner', 'Spell "Plant Kil\'Sorrow Banner" (effects 0 & 1) will hit Warmaul Reaver.'), +(13, 3, 32314, 0, 0, 36, 0, 0, 0, 0, 1, 0, 0, '', 'Spell "Plant Kil\'Sorrow Banner" (effects 0 & 1) will hit if target is dead.'), +(13, 3, 32314, 0, 1, 31, 0, 3, 18064, 0, 0, 0, 0, 'conditition_nagrand_banner', 'Spell "Plant Kil\'Sorrow Banner" (effects 0 & 1) will hit Warmaul Shaman.'), +(13, 3, 32314, 0, 1, 36, 0, 0, 0, 0, 1, 0, 0, '', 'Spell "Plant Kil\'Sorrow Banner" (effects 0 & 1) will hit if target is dead.'), +(13, 3, 32314, 0, 2, 31, 0, 3, 18413, 0, 0, 0, 0, 'conditition_nagrand_banner', 'Spell "Plant Kil\'Sorrow Banner" (effects 0 & 1) will hit Zorbo the Advisor.'), +(13, 3, 32314, 0, 2, 36, 0, 0, 0, 0, 1, 0, 0, '', 'Spell "Plant Kil\'Sorrow Banner" (effects 0 & 1) will hit if target is dead.'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_00_world.sql new file mode 100644 index 00000000000..39f0dec6743 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_00_world.sql @@ -0,0 +1,530 @@ +-- Zangarmarsh -- Zangarmarschen +-- RequestItems, OfferReward -- master, 3.3.5 + +-- 9776 - Die Oreborzuflucht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9776 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9776, "deDE", "Wenn Anachoret Ahuurn Euch als Freund betrachtet, kann ich Euch vielleicht vertrauen. Bitte vergebt mir meinen Argwohn, $R, doch oft rettet nur dieser mein Volk vor dem Tod. Seid in unserer Zuflucht willkommen. Vielleicht wird so unser gegenseitiges Vertrauen wachsen können.", 26972); + +-- 9777 - Fulgorsporen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9777 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9777, "deDE", "So wie es aussieht brauchen wir sehr bald neue Sporen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9777 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9777, "deDE", "Diese Sporen sind sehr gut und sollten uns für einen Weile reichen. Vielen Dank für Eure Hilfe bei der Aufstockung unserer Vorräte, $N.", 26972); + +-- 9780 - Aalfilets von Umbrafenn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9780 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9780, "deDE", "Habt Ihr schon Fische für unsere Vorräte besorgt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9780 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9780, "deDE", "Danke für Eure Hilfe, $N. Euer Großmut wird nicht vergessen werden.", 26972); + +-- 9781 - Zu viele Mäuler zu stopfen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9781 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9781, "deDE", "Gut gemacht. Das sollte den Bedarf an Nahrung in der Gegend für die nahe Zukunft etwas mindern, auch wenn wir immer noch nach neuen Nahrungsquellen suchen sollten. Fisch und Pilze reichen aus, aber etwas Abwechslung sollte nicht unterschätzt werden.", 26972); + +-- 9782 - Das Todesmoor +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9782 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9782, "deDE", "Konntet Ihr eine Probe der Erde des Todesmoors bekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9782 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9782, "deDE", "Hmm... der Boden ist nicht ausgelaugt, das kann also nicht der Grund für das Problem sein, wie ich zuerst vermutet habe. Wo liegt die Verbindung? Warum stirbt alles so plötzlich?", 26972); + +-- 9783 - Eine unnatürliche Dürre +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9783 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9783, "deDE", "Danke für Eure Hilfe bei dieser schweren Aufgabe, $N. Unsere Arbeit im Todesmoor ist noch nicht beendet, aber nun können wir uns darauf konzentrieren, das Gleichgewicht in der Gegend wiederherzustellen.", 26972); + +-- 9784 - Pflanzenteile identifizieren +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9784 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9784, "deDE", "Ich könnte noch mehr Pflanzenteile brauchen. Jetzt, da die Seen ihr Wasser verlieren, befürchte ich, dass die fremden Arten zunehmen werden. Ich brauche aber mehr Beweise, um meine Theorie zu untermauern.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9784 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9784, "deDE", "Ausgezeichnet. Wenn Ihr noch mehr Pflanzenteile findet, bringt sie zu mir.$B$B<Diese Quest kann wiederholt werden, bis Ihr den Ruf Wohlwollend' erlangt habt.>", 26972); + +-- 9786 - Die Ruinen von Boha'mu +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9786 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9786, "deDE", "Die Verirrten des Wildfennstamms haben sich also in den Ruinen eingenistet? Das ist verblüffend. Sie müssen sich an Ihr Erbe erinnern und die Wichtigkeit dieses Ortes erkennen können. Wir müssen mehr darüber erfahren, $N. Vielleicht ist in diesem Tempel der Schlüssel zur Erlösung der Verirrten und zur Wiedervereinigung der verschiedenen Arten der Draenei versteckt.", 26972); + +-- 9787 - Götzen des Wildfennstamms +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9787 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9787, "deDE", "Habt Ihr die Götzen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9787 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9787, "deDE", "Diese sollten mehr als ausreichen, $N. Sie scheinen auf Vögel fixiert zu sein, was merkwürdig ist, da es in den Zangarmarschen keine einheimischen Vogelarten gibt. Was könnte das wohl bedeuten?$B$BSind sie vielleicht auf die Arakkoa getroffen? Für ein schamanistisches Volk mögen sie vielleicht wie der Inbegriff eines mächtigen Vogelgeists wirken.", 26972); + +-- 9790 - Lichtdurchlässige Flügel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9790 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9790, "deDE", "Habt Ihr schon ein paar lichtdurchlässige Flügel sammeln können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9790 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9790, "deDE", "Habt Dank, $N.$B$BZumindest müsst Ihr sie nicht säubern. Das ist der schlimmste Teil der Arbeit, aber wenn ich damit fertig bin, werdet Ihr niemals erkennen, dass sie mal zu einem riesigen Insekt gehört haben.", 26972); + +-- 9791 - Bedrohliche Marschenfänge +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9791 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9791, "deDE", "Danke für Eure Hilfe bei der Auslöschung einiger Marschenfangreißer, $N. Wenn sie über Intelligenz verfügen würden, würden sie vielleicht erkennen, dass es am besten ist, zu leben und leben zu lassen.$B$BGroße, überwucherte Käfer mit Intelligenz. Ich frage mich, wie das wohl wäre...", 26972); + +-- 9792 - Eine Botschaft für Telaar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9792 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9792, "deDE", "Ikuti ist wie ein Bruder für mich. Seine Freunde sind auch meine Freunde. Ihr seid hier willkommen, $N, und Ihr habt unseren Dank für die Hilfe, die Ihr meinem Volk geleistet habt.", 26972); + +-- 9801 - Die Reagenzien sammeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9801 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9801, "deDE", "Habt Ihr die Reagenzien schon?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9801 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9801, "deDE", "Diese Reagenzien eignen sich sehr gut. Bitte gebt mir einen Moment Zeit, um den Trank zu mischen.", 26972); + +-- 9803 - Botschaft für den Wildfennstamm +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9803 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9803, "deDE", "Habt Ihr schon mit dem Ältesten von Wildfenn gesprochen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9803 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9803, "deDE", "Sie haben abgelehnt? Natürlich steht es ihnen frei, selbst zu wählen, aber ihre Entscheidung überrascht mich. Ich habe gedacht, dass alle Draenei, also auch die Zerschlagenen und Verirrten, sich daran erinnern würden, dass wir alle ein Volk sind.$B$BIch schätze er hat Recht damit, dass es töricht war zu versuchen, sie hereinzulegen, aber trotzdem, konnte er denn nicht sehen, dass wir in freundlicher Absicht gehandelt haben?", 26972); + +-- 9827 - Siechendes Basidium +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9827 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9827, "deDE", "Was habt Ihr da, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9827 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9827, "deDE", "Das sieht aus wie das Basidium eines Sumpflords, aber ich habe noch nie zuvor eines in einem solchen Zustand gesehen. Ich habe gehört, dass die Riesen im Todesmoor angefangen haben dahin zu siechen, aber es ist schon viel weiter fortgeschritten, als ich befürchtet habe.$B$BDas Todesmoor war einst ein See wie die anderen in den Marschen, und er diente als Nährgrund für die Riesen. Jetzt, da sich das Wasser zurückzieht, scheint es, als könnten sich die Riesen nicht länger vermehren. Wenn das so weitergeht, sterben die Riesen noch aus.", 26972); + +-- 9830 - Blutergift +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9830 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9830, "deDE", "Ich hoffe, ich kann die Vorzüge des Fennblutergifts Anachoret Ahuurn und den anderen in Telredor zeigen. Aber dafür werde ich meine Vorräte verdoppeln müssen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9830 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9830, "deDE", "Vielen Dank für das Gift, $N. Jetzt kann ich es den anderen vorführen ohne meine eigenen Vorräte anfassen zu müssen.", 26972); + +-- 9833 - Nachrichtenwege +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9833 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9833, "deDE", "Das sind wundervolle Nachrichten. Der Weg ist zwar immer noch nicht sicher, aber unsere Boten sind schlau und erfinderisch.", 26972); + +-- 9834 - Natürliche Rüstung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9834 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9834, "deDE", "Hat $N die Bälge für Maktu?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9834 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9834, "deDE", "Das sind gute Bälge, findet Maktu. Sie werden sehr gute Rüstung geben.$B$BWer weiß? Vielleicht sind es genug, damit Maktu ein paar Rüstungen für die Draenei machen kann.", 26972); + +-- 9835 - Vordringen der Ango'rosh +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9835 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9835, "deDE", "Für den Moment ist die Bedrohung durch die Ango'rosh gebannt, aber ich bin mir sicher, dass sie nicht so leicht aufgeben werden. Ich habe vieles von meinem früheren Leben als Draenei vergessen, aber die Hartnäckigkeit der Oger hat sich in mein Gedächtnis eingebrannt.", 26972); + +-- 9839 - Oberanführer Schmetterfaust +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9839 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9839, "deDE", "Endlich! Vielen Dank für die Hilfe bei der Sicherung unserer Stellung hier in der Oreborzuflucht. Ich werde den Kurenai in Telaar in Nagrand von Euren Taten berichten. Es werden sich noch viele Gelegenheiten bieten, in denen unsere Völker zusammenarbeiten können.", 26972); + +-- 9848 - Geheimnisse des Dolchfennstamms +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9848 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9848, "deDE", "War Eure Suche in Dolchfenn nach den Informationen, die ich zur Lösung des Gifträtsels benötige, erfolgreich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9848 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9848, "deDE", "<Timothy blättert das Handbuch durch.>$B$BSie benutzen Zottelkappe als Grundlage für das Gift? Nein, das kann nicht richtig sein. Zottelkappe ist nicht giftig.$B$BZottelkappe in ein Gift zu mischen ist so sinnvoll, wie einem Schurken zwei Streitkolben in die Hand zu drücken. Sicher, man kann das zwar tun, aber das entspricht nicht dem Wesen Eurer Berufung! Ich kann das einfach nicht verstehen...$B$B<Timothy räuspert sich.>$B$BNun ja, danke dass Ihr mir das hier besorgt habt. Ich werde das Gift ausprobieren, sobald die Zeit es mir erlaubt.", 26972); + +-- 9896 - Schwarzsichels Fluch +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9896 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9896, "deDE", "Habt Ihr den Stachel bekommen können? Denkt daran, wenn er beschädigt ist, ist er wertlos für mich!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9896 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9896, "deDE", "Ich kann Euch gar nicht genug danken, Kumpel. Ich werde es genießen...", 26972); + +-- 9901 - Offene Rechnungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9901 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9901, "deDE", "Gut gemacht, $N. Ich glaube, wir beide lassen ein ganzes Team von Ausgrabungsleitern neben uns blass aussehen. Wenn ich zurück in Eisenschmiede bin, werde ich mir meine Einsatzorte sicher selbst aussuchen dürfen.", 26972); + +-- 9902 - Der Schrecken des Sumpflichtsees +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9902 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9902, "deDE", "Habt Dank, $N. Vielleicht werden diese Marschen mit der Hilfe der Draenei eines Tages frei von Naga sein. Ich kann mir gar nicht vorstellen, wie schlimm es sein muss, ihnen dienen zu müssen.$B$BEr spricht nicht oft darüber, aber Maktu war einst ihr Sklave.", 26972); + +-- 9905 - Maktus Rache +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9905 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9905, "deDE", "<Maktu nickt anerkennend.>$B$BMaktu ist dankbar für Eure Hilfe. Maktus Stolz ist befriedigt. Er wird nicht mehr so unvorsichtig sein.", 26972); + +-- 9769 - Mode kann man nicht erklären +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9769 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9769, "deDE", "Was ist los? Hat Euch jemand die Flügel gestutzt?$B$B<Magasha kichert über ihren Witz.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9769 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9769, "deDE", "Die sind fein, $N. Hier ist Eure Bezahlung.$B$BNe, nicht mein Fall, aber ich hab ja auch keine Ahnung von Mode.$B$BEs ist das Geld, was zählt.", 26972); + +-- 9770 - Bedrohliche Marschenfänge +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9770 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9770, "deDE", "Schon satt?$B$B<Reavij lacht.>$B$BEs gibt einen Grund warum unsere Besucher nicht lange bleiben.$B$BWenn ich eine Wahl hätte, würde ich einen angenehmeren Ort für den Posten auswählen. Aber ich ziehe die Marschfänge immer noch Denjais Launen vor!", 26972); + +-- 9771 - Auf der Suche nach Späher Jyoba +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9771 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9771, "deDE", "Diese in Mitleidenschaft gezogene Leiche passt genau zu Zurais Beschreibung. Was auch immer den Späher getötet haben mag, muss ihn überrascht haben, da er seine Waffen nicht gezogen hatte und Tintenflecken auf dem Boden zu sehen sind.", 26972); + +-- 9772 - Jyobas Bericht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9772 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9772, "deDE", "Ihr seid zurück, aber Jyoba ist nicht bei Euch. Was ist mit ihm passiert?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9772 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9772, "deDE", "<Zurai nimmt den Bericht von Euch und schaut ihn sich an.>$B$BViele von diesen Informationen sind uns bereits bekannt. Alles in dieser Gegend scheint ausgetrocknet oder am verwelken zu sein, aber hier steht etwas neues.$B$BEr sagt, die Fungusgiganten sind von dem Wassermangel wahnsinnig geworden. Eurer Beschreibung nach muss es einer von ihnen gewesen sein, der ihn umgebracht hat.$B$BIch werde meinen Männer anweisen, die Gegend zu meiden. Wir können uns keine weiteren Verluste erlauben.", 26972); + +-- 9773 - Keine Pilze mehr! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9773 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9773, "deDE", "Bitte sagt mir nicht, dass Ihr mit leeren Händen zurückgekommen seid, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9773 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9773, "deDE", "Endlich, eine Abwechslung zu den Pilzen! Wenn Ihr nicht nach Fisch riechen würdet, würde ich Euch umarmen.$B$BWollen wir mal schauen, wie neidisch die anderen werden, wenn sie meinen gebratenen Fisch riechen!", 26972); + +-- 9774 - Dicke Hydraschuppen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9774 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9774, "deDE", "Ich sehe, dass Ihr grinst. Ja, meine Rüstung wird etwas merkwürdig aussehen, bis ich das ganze alte Metall ersetzt habe, aber besser so als ungeschützt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9774 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9774, "deDE", "Danke, $N. Jedes noch so kleine bisschen hilft.$B$BEs ist immer noch viel zu tun, aber mal ehrlich, was soll ich sonst zwischen den Patrouillen machen?", 26972); + +-- 9775 - Bericht an Schattenjäger Denjai +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9775 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9775, "deDE", "Ihr seht nicht aus wie einer meiner Männer. Was wollt Ihr, $R?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9775 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9775, "deDE", "Warum habt Ihr nicht gleich gesagt, dass Ihr einen Bericht von Zurai habt? Ich warte schon auf Nachricht von ihm.$B$BIch habe ihn nach Osten geschickt, damit er dort einen Posten baut, nicht um auf den Händen zu sitzen. Wollen wir mal sehen, was er zu sagen hat.", 26972); + +-- 9814 - Berstkappenpilze, Mann! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9814 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9814, "deDE", "Habt Ihr die Pilze, Mann?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9814 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9814, "deDE", "Die sind klasse, Mann!$B$BIch sag' Euch was. Weil Ihr so nett wart und mir mit den Pilzen geholfen habt, dürft Ihr beim Spaß dabei sein!", 26972); + +-- 9816 - Habt Ihr so was schon mal gesehen? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9816 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9816, "deDE", "Ausgezeichnete Arbeit, Mann! Ich hoffe, sie hatten Spaß damit!", 26972); + +-- 9820 - GESUCHT: Boss Grog'ak +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9820 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9820, "deDE", "Was habt Ihr da, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9820 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9820, "deDE", "Gut gemacht, $N. Die Anwesenheit dieser Oger so nah an unserem Außenposten hat mich ein wenig beunruhigt. Es scheint, als kämen sie seit einiger Zeit die Berge im Norden herunter.", 26972); + +-- 9822 - Drohender Angriff +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9822 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9822, "deDE", "Habt Ihr einen Beweis für die Pläne der Oger gefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9822 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9822, "deDE", "<Schattenjäger Denjai untersucht die Pläne.>$B$BIch wusste es! Der Gestank eines Ogers hat immer etwas Bedrohliches an sich. Jetzt, da wir einen Beweis für ihren Plan haben, müssen wir ihnen zuvorkommen.", 26972); + +-- 9823 - Sie oder wir +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9823 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9823, "deDE", "Unser Sieg über die Ango'rosh muss gefeiert werden, $N. Ich frage mich, wie lange es wohl dauert, bis diese Grobiane einen neuen, blutrünstigen Anführer gefunden haben.$B$BGanz gleich, wir werden auf sie vorbereitet sein!", 26972); + +-- 9828 - Siechendes Basidium +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9828 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9828, "deDE", "Was habt Ihr da, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9828 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9828, "deDE", "Das sieht aus wie das Basidium eines Sumpflords, aber ich habe noch nie zuvor eines in einem solchen Zustand gesehen. Ich habe gehört, dass die Riesen im Todesmoor angefangen haben dahin zu siechen, aber es ist schon viel weiter fortgeschritten, als ich befürchtet habe.$B$BDas Todesmoor war einst ein See wie kein anderer in den Marschen, und er diente als Nährgrund für die Riesen. Jetzt, da sich das Wasser zurückzieht, scheint es, als könnten sich die Riesen nicht länger vermehren. Wenn das so weitergeht, sterben die Riesen noch aus.", 26972); + +-- 9841 - Tückische Mücken +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9841 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9841, "deDE", "Dachte ich es mir, Ich kann den Unterschied schon deutlich hören. Dank Euch werde ich endlich wieder arbeiten können. Falls Ihr jemals Handwerkswaren benötigen solltet, denkt an den alten Gambarinka!", 26972); + +-- 9842 - Die schärfsten Klingen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9842 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9842, "deDE", "Habt Ihr ein paar Marschenfangklingen auftreiben können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9842 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9842, "deDE", "Die sollten mir für eine Weile genügen! Ich glaube, ein paar andere sind schon darauf aufmerksam geworden. Ich hatte schon ein paar Angebote, mir die Klingen abzukaufen. Sie nebenbei zu verkaufen könnte vielleicht ein einträglicheres Geschäft als meine herkömmlichen Waren bieten.", 26972); + +-- 9845 - Anglerunglück +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9845 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9845, "deDE", "Ich kann es gar nicht erwarten endlich wieder angeln zu gehen. Jetzt werde ich endlich mit echten Fischen in meinem Eimer ins Dorf zurückkehren können, und Gambarinka wird sich nicht mehr über mich lustig machen können!", 26972); + +-- 9846 - Geister der Wildfenn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9846 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9846, "deDE", "Habt Ihr die Totems schon gesammelt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9846 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9846, "deDE", "Hmm... Es scheint, als wäre die eine Hälfte mit Bildern von Schlangengeistern, die andere mit Bildern von Vogelgeistern verziert. Kein Dunkelspeertroll mit Selbstachtung würde jemals Vögel verehren. Ihre Geister sind schwach, launisch und besser bei den Schamanen der Amani aufgehoben.$B$BAber die Schlange, $N, die Schlange hat beträchtliche Kräfte und ist daher der Geist, dem ich meine Studien widmen werde.", 26972); + +-- 9847 - Ein verbündeter Geist? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9847 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9847, "deDE", "Konntet Ihr den Geist von Wildfenn rufen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9847 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9847, "deDE", "<Ihr berichtet Seherin Janidi, was passiert ist, als Ihr das Totem benutzt habt.>$B$BDer Geist hat euch angegriffen? Er muss diesen Verirrten wohl mehr zugetan sein, als ich dachte. Es gibt keine Möglichkeit, ihn mir gefügig zu machen, ohne immensen Aufwand zu betreiben. Ich muss mich wohl nach einer anderen Quelle der Macht in dieser elenden Welt umsehen.", 26972); + +-- 9898 - Liebe ist ein großer Stachel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9898 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9898, "deDE", "Ich werde Glück haben - ich fühle es.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9898 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9898, "deDE", "Fantastisch! Ich werde nie vergessen, dass Ihr mir geholfen habt, ihr Herz zu gewinnen. Ihr sollt der Ehrengast auf unserer Hochzeit sein!", 26972); + +-- 9899 - Unerledigte Arbeit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9899 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9899, "deDE", "Wenigstens einer hier erfüllt seine Pflicht. Vielen Dank, dass Ihr Euch um diese Angelegenheit gekümmert habt, $N. Ich muss einmal mit Zurai über Reavij sprechen. Seine Tagträumereien müssen langsam ein Ende haben.", 26972); + +-- 9903 - Der Größte von allen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9903 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9903, "deDE", "Ich bin mir sicher, der alte Knabe hat das Ende seiner Tage schon vorausgesehen. Bei all diesen Neuankömmlingen musste die alte Rangfolge sich einfach ändern. Es ist nur recht, dass sein Geist nun zu Ruhe kommen kann.", 26972); + +-- 9904 - Jagd auf Terrorklaue +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9904 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9904, "deDE", "Endlich! Wahrscheinlich hat jeder Angler eine Geschichte über \"den, der mir entkommen ist\". Aber ich habe noch keinen Fisch getroffen, den man nicht auf die eine oder andere Art bezwingen konnte.", 26972); + +-- 9697 - Behüterin Leesa'oh +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9697 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9697, "deDE", "Oh, gut... endlich Unterstützung! Es gibt einfach so viel zu tun, und ich muss hierbleiben, um alles zu organisieren.$B$BIch hoffe Ihr seid bereit, Euch die Hände schmutzig zu machen.", 26972); + +-- 9701 - Sporlinge beobachten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9701 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9701, "deDE", "Was?! Die Sumpflords des Quaggkamms ESSEN die Sporenkapseln der Sporlinge? Das ist nicht gut!", 26972); + +-- 9702 - Eine Frage der Fressgier +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9702 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9702, "deDE", "Stellt sicher, dass Ihr alle Beweise sorgfältig zusammentragt, $C! Wir fügen hier die Teile eines riesigen Puzzles zusammen. Ein Fehler von Euch könnte zu falschen Schlussfolgerungen führen.$B$BWo stünden wir dann mit unserem Verständnis für die Zangarmarschen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9702 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9702, "deDE", "Das habt Ihr gefunden? Das ist komisch. Diese vertrockneten Pilzüberreste sind ungewöhnlich und kommen mir irgendwie bekannt vor.$B$BIch muss kurz darüber nachdenken. Geht nicht weg!", 26972); + +-- 9708 - Bekannter Pilz +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9708 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9708, "deDE", "Habt Ihr die Proben schon?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9708 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9708, "deDE", "Die Proben stimmen definitiv überein. Und die Anwesenheit der Oger und was sie dort tun erklärt alles. Jetzt verstehe ich, warum der Ort Prügelsumpf genannt wird.$B$BWir müssen etwas an dieser Situation ändern, aber was? Wir können nicht einfach alle Oger auslöschen, sie haben genauso viel Recht hier zu leben, wie alle anderen Lebewesen in den Marschen.", 26972); + +-- 9709 - Die Pilze zurückstehlen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9709 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9709, "deDE", "Habt Ihr schon alle Pilze, um einen neuen Garten für die Sumpflords anzulegen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9709 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9709, "deDE", "Sie sind perfekt! Oh danke, $C!$B$BIhr wart so darauf bedacht, das natürliche Gefüge nicht aus dem Gleichgewicht zu bringen, und wir haben in so kurzer Zeit so viele Informationen sammeln können!$B$BJetzt wollen wir mal schauen, ob unser kleiner Plan, eine neue Nahrungsquelle für die Sumpflords zu schaffen, funktioniert.", 26972); + +-- 9714 - Bringt mir ein weiteres Gebüsch! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9714 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9714, "deDE", "Wir können immer noch mehr Bluthibiskus von den Schlurfern, Sumpfriesen und Tiefenfledermäusen im Echsenkessel gebrauchen. Bringt sie mir in Bündeln zu je fünf, und ich werde Euch sehr dankbar sein.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9714 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9714, "deDE", "Das ist schon mal sehr gut, aber wir können immer noch mehr davon gebrauchen. Vielleicht geht Ihr ja bald mal wieder in den Tiefensumpf?", 26972); + +-- 9715 - Bringt mir ein weiteres Gebüsch! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9715 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9715, "deDE", "Habt Ihr den Hibiskus, um den ich Euch gebeten habe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9715 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9715, "deDE", "Das ist schon mal sehr gut, aber wir können immer noch mehr davon gebrauchen. Vielleicht geht Ihr ja bald mal wieder in den Tiefensumpf?", 26972); + +-- 9716 - Anomalie am Umbrafennsee +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9716 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9716, "deDE", "Die Naga stecken dahinter! Aber warum? Euren Schilderungen zufolge sind die Dampfpumpen für das Sinken der Wasserspiegel in den Marschen verantwortlich.$B$BEgal - dies erklärt Ihre offensichtliche Feindlichkeit uns gegenüber. Lasst uns keine Zeit verschwenden, Ihr müsst eine weitere Aufgabe für uns erledigen.", 26972); + +-- 9717 - Los geht´s! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9717 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9717, "deDE", "Der Tiefensumpf ist ein sehr gefährlicher Ort. Wenn Ihr euch scheut, dorthin zu gehen, würde ich Euch nicht als Feigling bezeichnen. Ich wäre allerdings auch alles andere als zufrieden, wenn Ihr mir nicht das brächtet, worum ich gebeten habe.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9717 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9717, "deDE", "<Der Sporling macht ein Geräusch, das fern an ein prustendes Lachen erinnert.>$B$BPerfekt! Die Moral der Fungusgiganten wird sicher ein Rekordtief erreichen, wenn sie sehen, was Ihr getan habt.$B$BEntweder das oder sie werden so erzürnt sein, dass sie uns bald wieder angreifen.$B$B<T'shu zuckt mit den Schultern.>", 26972); + +-- 9718 - Der Flug der Krähe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9718 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9718, "deDE", "Seid gegrüßt, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9718 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9718, "deDE", "Es ist so, wie ich dachte. Die Naga haben Pumpstationen an allen größeren Seen in den Zangarmarschen errichtet.$B$BWenn die Marschen weiter existieren sollen, müssen sie aufgehalten werden.", 26972); + +-- 9719 - Tötet die Mutter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9719 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9719, "deDE", "Ihr seid zurück. Heißt das die Schattenmutter ist nicht mehr?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9719 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9719, "deDE", "Die Schattenmutter ist tot! Normalerweise schwelge ich ja nicht in solchen Gemetzeln, aber der Schmerz, den die große Mutter und ihre Brut über Jahrhunderte über mein Volk gebracht haben, ist unaussprechlich.$B$BEs ist schade, dass nun einer ihrer Nachkömmlinge sich verwandeln wird, um ihren Platz einzunehmen, aber das wird Zeit benötigen. So haben wir eine kleine Atempause, und müssen uns eine zeitlang nicht vor den Marschenläufern fürchten.", 26972); + +-- 9720 - Das Gleichgewicht muss erhalten bleiben +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9720 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9720, "deDE", "Schon fertig, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9720 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9720, "deDE", "Es ist also vollbracht. Die Marschen sind vorerst gerettet.$B$BGlaubt aber nicht, dass wir zum letzten Mal von den Naga gehört haben. Wir müssen unseren Feind im Auge behalten, während wir unsere Mission in der Scherbenwelt fortsetzen.", 26972); + +-- 9724 - Warnung an den Zirkel des Cenarius +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9724 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9724, "deDE", "Das sind schlimme Nachrichten, die Ihr mir über die Naga in den Zangarmarschen bringt. Es war sehr klug von Ysiel, uns darüber zu informieren. Sie hat nicht vergessen, dass die Expedition nicht ohne die Unterstützung des Zirkels existieren kann.", 26972); + +-- 9726 - Jetzt, da wir Freunde sind... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9726 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9726, "deDE", "<Gzun'tt nickt Euch zu.>$B$BWir sind sehr erfreut, dass Ihr unsere Freundschaft bestätigt habt, $N. Vielleicht denken die heidnischen Naga in Zukunft zweimal darüber nach, bevor sie uns belästigen, wenn wir so einen starken Verbündeten haben.", 26972); + +-- 9727 - Jetzt, da wir immer noch Freunde sind... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9727 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9727, "deDE", "<Gzun'tt nickt Euch zu.>$B$BWir sind sehr erfreut, dass Ihr unsere Freundschaft erneut bestätigt habt, $N. Sicherlich werden die sinnlosen Angriffe auf unser Volk jetzt, da Ihr unseren Standpunkt mehrfach klar gemacht habt, aufhören.", 26972); + +-- 9728 - Ein herzliches Willkommen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9728 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9728, "deDE", "Schön, Euch wiederzusehen, $N. Wie läuft die Jagd nach den Naga?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9728 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9728, "deDE", "Gut gemacht, $N. Beruhigt Eurer schlechtes Gewissen, falls Ihr eines haben solltet. Diese Naga sind böse Kreaturen - noch viel böser als die in Azeroth.", 26972); + +-- 9729 - Fhwoor zerschmettern! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9729 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9729, "deDE", "Fhwoor ist ein guter Riese. Wir haben ihn vor einer Weile vor den Naga gerettet und seitdem ist er hier und hilft uns.$B$BWir können nur hoffen, dass die Naga den Hinweis verstehen. Wenn wir in der Lage sind, uns in ihr Dorf einzuschleichen und ihren wertvollsten Besitz zu rauben, können wir noch viel Schlimmeres tun. Vielleicht gehen sie jetzt zurück in ihren Kessel und lassen uns in Ruhe.", 26972); + +-- 9730 - Anführer der Dunkelkämme +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9730 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9730, "deDE", "Ich mochte schon die Naga in Azeroth nicht, aber die hier mag ich noch viel weniger. Es ist eine Schande, dass unsere Mission nicht friedvoll verlaufen konnte, aber Ihr werdet mich niemals auch nur eine Träne für einen Naga vergießen sehen.$B$BHier ist Eure Belohnung, $N.", 26972); + +-- 9731 - Kanalisationspläne +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9731 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9731, "deDE", "Welche Neuigkeiten bringt Ihr, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9731 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9731, "deDE", "Die Naga haben den Schlangensee in einen riesigen Wasserablauf für den Rest der Zangarmarschen verwandelt. Was haben sie wohl vor?$B$BEs war eine kluge Entscheidung, uns diese Neuigkeiten mitzuteilen, $N. Wir werden eine Gruppe losschicken, um den Ablauf, den Ihr gefunden habt, zu untersuchen. Bis dahin habe ich eine andere Aufgabe für Euch.", 26972); + +-- 9732 - Rückkehr in die Marschen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9732 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9732, "deDE", "Euer Anblick ist mir sehr willkommen, $N. Die Lage in der Zuflucht des Cenarius hat sich verschlechtert, seit Ihr fortgegangen seid.", 26972); + +-- 9738 - Bei der Arbeit verschollen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9738 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9738, "deDE", "Habt Ihr schon herausgefunden, was mit meinen Freunden passiert ist?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9738 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9738, "deDE", "Ich bin froh, dass einige meiner Freunde noch am Leben sind, aber es bricht mir das Herz zu hören, was den anderen widerfahren ist. Immerhin starben sie bei etwas, was sie mehr als alles andere im Leben liebten. Ich bin Euch auf ewig dankbar für Eure Hilfe, $N.$B$BBitte nehmt einen meiner Ringe als Zeichen meiner Dankbarkeit.", 26972); + +-- 9739 - Die Misere der Sporlinge +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9739 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9739, "deDE", "Die Sporenbeutel! Habt Ihr sie?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9739 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9739, "deDE", "Ihr habt es geschafft! Ihr habt den Dank meines Volkes.$B$BIch hoffe Ihr versteht... daraus entstehen unsere Jungen. Wir können diese Biester sie nicht einfach fressen lassen!", 26972); + +-- 9742 - Noch ein paar Sporensäcke +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9742 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9742, "deDE", "Habt Ihr noch mehr Sporensäcke gerettet, $R?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9742 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9742, "deDE", "Ja! Ihr habt noch mehr Sporensäcke gerettet.$B$BIhr seid anders als die anderen von außerhalb. Ich werde meinem Volk von Euren Taten erzählen!$B$B<Diese Quest kann wiederholt werden, bis Ihr einen freundlichen Ruf erlangt habt.>", 26972); + +-- 9743 - Natürliche Feinde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9743 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9743, "deDE", "Wie geht es mit dem Töten der Sumpflords voran? Zeigt diesen Wüstlingen, dass sie besser nicht in Sporlingsgebiet kommen sollen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9743 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9743, "deDE", "Ihr seid heil zurück! Ich werde den anderen Sporlingen von Euch erzählen! $N, der Riesentöter!", 26972); + +-- 9744 - Mehr Ranken! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9744 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9744, "deDE", "Ihr habt viele Riesen getötet, aber es sind immer noch viele übrig. Und sie greifen immer noch unsere Sporenbeutel an!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9744 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9744, "deDE", "Unglaublich! Es würde hunderte von Sporlingen brauchen, um so viele Riesen zu töten wie Ihr. Ich werde ganz bestimmt allen von Euren Heldentaten erzählen!$B$B<Diese Quest kann wiederholt werden, bis Ihr einen freundlichen Ruf erlangt habt.>", 26972); + +-- 9747 - Der Umbrafennstamm +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9747 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9747, "deDE", "Danke, $N. Endlich werde ich nachts ruhig schlafen können. Wäre ich nicht so alt und schwach, würde ich mich selbst mit meinen Feinden auseinandersetzen.$B$BNehmt dieses Gold. Es ist nicht viel, aber Eure Freundlichkeit darf nicht unbelohnt bleiben.", 26972); + +-- 9752 - Flucht aus Umbrafenn +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9752 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9752, "deDE", "Ihr habt einen meiner Druiden gerettet. Das könnten wir Euch niemals zurückzahlen, $N.$B$BIhr habt meinen Dank sowie den Dank der Expedition.", 26972); + +-- 9763 - Das Versteck des Kriegsherren +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9763 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9763, "deDE", "Wo ist Kalithresh? Ist er schon tot, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9763 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9763, "deDE", "Unser größter Feind in der Gegend ist endlich tot. Ihr habt der Expedition einen sehr großen Gefallen getan, $N.$B$BWir stehen auf ewig in Eurer Schuld.", 26972); + +-- 9778 - Aufseher Hamuht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9778 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9778, "deDE", "Ysiel hat Euch geschickt? Natürlich habe ich für jemanden wie Euch Verwendung! Wir können immer ein paar Muskeln brauchen.", 26972); + +-- 9784 - Pflanzenteile identifizieren +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9784 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9784, "deDE", "Ausgezeichnet. Wenn Ihr noch mehr Pflanzenteile findet, bringt sie zu mir.$B$B<Diese Quest kann wiederholt werden, bis Ihr einen wohlwollenden Ruf erlangt habt.>", 26972); + +-- 9785 - Der Segen der Uralten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9785 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9785, "deDE", "Ihr seid zurück. Habt Ihr den Segen der Uralten erhalten?", 26972); + +-- 9788 - Ein feuchter, düsterer Ort +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9788 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9788, "deDE", "Habt Ihr meine Habseligkeiten gefunden, $N? Die Höhle ist nicht weit von Umbrafenn entfernt, nahe an der Grenze zu Nagrand.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9788 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9788, "deDE", "Meine Sachen! Sie sind alle da!$B$BIch danke Euch, $N. Wie versprochen dürft Ihr Euch etwas von den Dingen aussuchen. Ich habe nicht viel anzubieten, aber mein Volk hat schon immer das Wenige, was wir hatten, geteilt.", 26972); + +-- 9793 - Das Schicksal von Tuurem +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9793 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9793, "deDE", "Wie kann ich Euch helfen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9793 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9793, "deDE", "Hmm... Ich kann mich erinnern, dass unsere Späher von den Ruinen einer Draeneisiedlung in den nördlichen Ausläufern des Waldes berichtet haben. Ich weiß jedoch selbst nicht viel über die Ruinen, aber Ihr könnt gerne mit unseren Spähern sprechen.", 26972); + +-- 9794 - Keine Zeit für Neugier +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9794 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9794, "deDE", "<Kialon schaut Euch misstraurisch an.>$B$BIch kenne Euch nicht, $R. Was wollt Ihr von mir?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9794 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9794, "deDE", "Ihr bringt mir also Timothys Antwort?$B$B<Kialon hält einen Moment inne, um den Brief zu lesen, und fängt an zu lachen.>$B$BEr hat alles unter Kontrolle, sagt er, braucht keine Hilfe. Ich hätte es wissen müssen!$B$BManche Leute ändern sich nie. Schaut, er hat sich sogar die Zeit genommen, meine Rechtschreibfehler zu korrigieren.$B$B<Kialon seufzt halbherzig.>$B$BIch hätte ihm den Brief nicht schicken sollen. Ich habe es vergessen. Der Spezialist hat die Situation immer unter Kontrolle. Immer.", 26972); + +-- 9795 - Die Ogerbedrohung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9795 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9795, "deDE", "Denjai braucht Hilfe? Ich würde ihm gerne ein paar Leute schicken, aber wir sind hier selbst nur sehr dünn besiedelt. Wir haben hier oben unsere eigenen Probleme mit den Ogern.$B$BSobald ich kann werde ich ihm alle Informationen, die wir über diesen Ogerstamm und ihre Taktiken haben, zukommen lassen. Wenn er lang genug durchhält können wir die Grobiane vielleicht von zwei Seiten aus angreifen.", 26972); + +-- 9797 - Verstärkung für Garadar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9797 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9797, "deDE", "<Auch wenn er sich Mühe gibt, es zu verheimlichen, macht sich Erleichterung auf Kroghans Gesicht breit.>$B$BEs wurde auch langsam Zeit, dass Ihr kommt! Sicher, Ihr seid keine Armee, aber jeder kräftiger Blutelf, der eine Waffe führen oder einen Zauber wirken kann, ist hier willkommen. Die Bevölkerung Garadars ist ein Teil der Horde und stolz, sein Blut für ihre Verteidigung vergießen zu dürfen.", 26972); + +-- 9802 - Pflanzen der Zangarmarschen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9802 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9802, "deDE", "Habt Ihr ein paar Pflanzenteile gefunden, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9802 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9802, "deDE", "Das Abnehmen der natürlichen Arten ist ein Grund zur Sorge. Die Zunahme der eingewanderten Arten könnte mit der neuerlichen Störung des Ökosystems zusammenhängen. Ich habe jedoch noch zu wenig Anhaltspunkte, um Genaueres zu sagen.$B$B<Lauranna macht ein paar Notizen in ein Buch, als sie die Pflanzenteile untersucht.>$B$BNehmt ein paar davon, $N. Sie könnten vielleicht nützlich für Euch sein.$B$BBringt mir alle weiteren Pflanzenteile, die Ihr finden könnt. Ich werde sie in meiner Statistik auflisten.", 26972); + +-- 9806 - Fruchtbare Sporen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9806 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9806, "deDE", "Ihr seid zurück, $N. Habt Ihr die fruchtbaren Sporen bekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9806 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9806, "deDE", "Diese Sporen sind perfekt, $N! Die Langstielpilze sind für den Wiederaufbau unseres Dorfs unerlässlich. Und seit den Angriffen der Sumpflords, die wir erdulden mussten, sind unsere Vorräte knapp!", 26972); + +-- 9807 - Noch mehr fruchtbare Sporen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9807 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9807, "deDE", "Wir können immer noch mehr fruchtbare Sporen gebrauchen, $R. Langstielpilze sind unglaublich nützlich. Wir können sehr viel mit ihnen anstellen, wenn wir sie anbauen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9807 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9807, "deDE", "Eure Hilfe wird sehr geschätzt, $N. Ihr werdet uns doch weiterhin helfen, oder?", 26972); + +-- 9808 - Glühkappenpilze +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9808 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9808, "deDE", "Habt Ihr ein paar Glühkappen gefunden, $N? Sie wachsen fast überall in den Marschen.$B$BIhr könnt sie schon von weitem leuchten sehen, wenn Ihr genau hinschaut.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9808 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9808, "deDE", "Die können wir prima bei den anderen Sporlingen gegen Essen und Vorräte eintauschen. Sporeggar dankt Euch, $N!", 26972); + +-- 9817 - Anführerin der Blutschuppen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9817 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9817, "deDE", "Ich wette, die Blutschuppen überlegen es sich nun zweimal, bevor sie unsere Späher nochmals angreifen. Nehmt dies als Belohnung, $N. Ihr habt es Euch verdient.", 26972); + +-- 9875 - Nicht katalogisierte Gattung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9875 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9875, "deDE", "Habt Ihr etwas, das Ihr mir zeigen möchtet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9875 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9875, "deDE", "Eine neue Gattung! Seid Ihr sicher?$B$B<Lauranna blättert die Notizen und Diagramme durch.>$B$BToll gemacht, $N. Wir werden sie unserer Liste hinzufügen. Was haltet Ihr von \"Violettblättriges $Nium\"? Ich finde, das ist ein klangvoller Name.", 26972); + +-- 9876 - Fehlgeschlagene Operation +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9876 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9876, "deDE", "Cenarius sein Dank, dass Ihr hier seid. Wegen meiner Verletzungen konnte ich nicht nach draußen zurück, um Hilfe zu holen.", 26972); + +-- 9894 - Schützt die Behüter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9894 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9894, "deDE", "Ihr habt meinen Dank, $N, und den der Behüter. Sie werden sich freuen zu hören, dass sie ihre Arbeit im Süden nun ohne Angst vor weiteren Angriffen fortsetzen können.", 26972); + +-- 9895 - Aus dem Gleichgewicht geraten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9895 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9895, "deDE", "Jetzt, da Ihr die Anzeichen der Unausgeglichenheit mit eigenen Augen gesehen habt, achtet bei Euren weiteren Reisen darauf.", 26972); + +-- 9911 - Der Graf der Marschen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9911 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9911, "deDE", "<Die Behüterin blinzelt ein paar Mal überrascht.>$B$BWoher habt Ihr dieses... Ding?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9911 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9911, "deDE", "Seid Ihr sicher, dass es echt ist? Ich meine, ich wusste schon, dass es riesige Kreaturen in den Marschen gibt, aber es gibt einen Unterschied zwischen riesigen Kreaturen und RIESIGEN Kreaturen.$B$BDa fällt mir ein, dass die Sporlinge einmal etwas von einem furchterregenden Netherrochen erzählt haben, der sie vor den Angriffen der Sumpflords bedroht hatte.$B$BWas ist, wenn diese Geschichten wahr sind? Oh je. Ich hebe das hier mal lieber auf. Die Expedition wird sicher davon erfahren wollen.", 26972); + +-- 9912 - Die Expedition des Cenarius +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9912 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9912, "deDE", "Willkommen in der Zuflucht des Cenarius, $N. Ich hoffe, Ihr könnt uns bei unserer Aufgabe behilflich sein. Wir haben viel Arbeit vor uns.", 26972); + +-- 9919 - Sporeggar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9919 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9919, "deDE", "Habt Ihr etwas, das Ihr mir zeigen möchtet, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9919 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9919, "deDE", "Ihr habt uns geholfen, die nächste Generation Sporlinge zu sichern, $R. Das können wir Euch nur mit einem Willkommen in unserer Stadt vergelten. Bleibt doch ein wenig und lernt die anderen Sporlinge kennen. Sie werden viele Fragen an Euch haben, ich hoffe, das macht Euch nichts aus.", 26972); + +-- 9957 - Was ist los mit dem Cenariusdickicht? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9957 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9957, "deDE", "Ich bin froh, dass die Zuflucht Euch geschickt hat. Die Druiden des Dickichts wurden ermordet! Nur ich und ein weiterer haben überlebt, und er ist geisteskrank.$B$BIch weiß nicht, was passiert ist, aber ich bin entschlossen, es herauszufinden. Was auch immer es war, es passierte schnell und fühlt sich unnatürlich an.$B$BWerdet Ihr mir helfen?", 26972); + +-- 10096 - Rettung der Sporloks +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10096 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10096, "deDE", "Gut! Diese Marschenbiester haben kein Recht, das Zuhause der Sporloks zu überfallen!$B$BEs wäre besser, wenn diese Tiere lernen würden, in Harmonie zu leben, aber wenn das nicht geht, müssen wir uns eben um die Situation kümmern!$B$BHier, bitte nehmt etwas hiervon als Dank für Eure Hilfe.", 26972); + +-- 10103 - Bericht an Zurai +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10103 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10103, "deDE", "Um ehrlich zu sein hatte ich mehr Leute erwartet, aber Ihr müsst reichen. Willkommen im Sumpfrattenposten.", 26972); + +-- 10105 - Nachrichten für Rakoria +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10105 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10105, "deDE", "Ich hatte gehofft, seine Leute würden den Außenposten früher fertigstellen, aber sein Geld kostet es ja schließlich nicht. Immerhin geht es voran.", 26972); + +-- 10115 - Dolchfennkrise +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10115 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10115, "deDE", "Ihr habt gute Arbeit geleistet, $N. Keiner ist der Meinung, dass es noch Erlösung für den Dolchfennstamm gegeben hätte, aber ich glaube nicht, dass die Draenei in dieser Situation schnell genug gehandelt hätten.", 26972); + +-- 10116 - GESUCHT: Häuptling Mummaki +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10116 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10116, "deDE", "Ihr wollt also das Kopfgeld für Häuptling Mummaki einfordern?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10116 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10116, "deDE", "Bemerkenswert! Es gab schon einige vor Euch, die das Kopfgeld gewinnen wollten, aber keiner von ihnen ist je zurückgekehrt. Es ist nicht schwer sich auszumalen, was ihnen wohl zugestoßen ist.$B$BIch bin sehr erleichtert, dass wir in Zukunft nichts mehr von Mummaki und seinem Gesindel zu befürchten haben.", 26972); + +-- 10117 - GESUCHT: Häuptling Mummaki +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10117 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10117, "deDE", "Ihr wollt also das Kopfgeld für Häuptling Mummaki einfordern?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10117 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10117, "deDE", "Ihr habt meinen Dank, $N. Ich hatte mir schon überlegt, einen Teil der Garnison dorthin zu schicken und Mummaki selbst zu erledigen. Welche Folgen das jedoch für Zabra'jin gehabt hätte, ist schwer zu sagen.", 26972); + +-- 10118 - Nachricht für Dolchfenn +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10118 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10118, "deDE", "Ich glaube, Ihr habt ihnen eine ziemlich deutliche Botschaft zukommen lassen. Vielleicht haben meine Männer nun nicht mehr so viel Angst vor dem Dolchfennstamm. Oder sie schämen sich zumindest für ihren Mangel an Mut.", 26972); + +-- 10355 - Siechendes Fleisch +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10355 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10355, "deDE", "Konntet Ihr die Proben sammeln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10355 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10355, "deDE", "<Ruam betrachtet die Proben und sieht besorgt aus.>$B$BEs ist so, wie ich es befürchtet habe, $N. Die Austrocknung der Umwelt macht den Kreaturen, die außerhalb eines Sumpfgebiets nie überleben würden, sehr zu schaffen. Wir müssen die Umgebung weiterhin überwachen und die Expedition des Cenarius fragen, ob es etwas gibt, was wir tun können.", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_01_world_335.sql new file mode 100644 index 00000000000..e1fce756cab --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_01_world_335.sql @@ -0,0 +1,14 @@ +-- Zangarmarsh -- Zangarmarschen +-- ObjectiveText -- 3.3.5 + +-- 9785 - Der Segen der Uralten +UPDATE `quest_template_locale` SET `ObjectiveText1`="Mal der Lehre", `ObjectiveText2`="Mal des Krieges", `VerifiedBuild`=18019 WHERE `ID` = 9785 AND `locale` = "deDE"; + +-- 9720 - Das Gleichgewicht muss erhalten bleiben +UPDATE `quest_template_locale` SET `ObjectiveText1`="Steuerung am Umbrafennsee zerstört", `ObjectiveText2`="Steuerung am Sumpflichtsee zerstört", `ObjectiveText3`="Steuerung am Schlangensee zerstört", `ObjectiveText4`="Steuerung in der Lagune zerstört", `VerifiedBuild`=18019 WHERE `ID` = 9720 AND `locale` = "deDE"; + +-- 9738 - Bei der Arbeit verschollen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Erdbinder Rayge gefunden", `ObjectiveText2`="Naturalist Biss gefunden", `ObjectiveText3`="Jäter Gründaum gefunden", `ObjectiveText4`="Windrufer Klaue gefunden", `VerifiedBuild`=18019 WHERE `ID` = 9738 AND `locale` = "deDE"; + +-- 9816 - Habt Ihr so was schon mal gesehen? +UPDATE `quest_template_locale` SET `ObjectiveText1`="Murlocs in Dolchfenn freigelassen", `VerifiedBuild`=18019 WHERE `ID` = 9816 AND `locale` = "deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_02_world.sql new file mode 100644 index 00000000000..122cb234cd8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_02_world.sql @@ -0,0 +1,796 @@ +-- Terokkar Forest -- Wälder von Terokkar +-- RequestItems, OfferReward -- master, 3.3.5 + +-- 9793 - Das Schicksal von Tuurem +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9793 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9793, "deDE", "Wie kann ich Euch helfen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9793 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9793, "deDE", "Hmm... Ich kann mich erinnern, dass unsere Späher von den Ruinen einer Draeneisiedlung in den nördlichen Ausläufern des Waldes berichtet haben. Ich weiß jedoch selbst nicht viel über die Ruinen, aber Ihr könnt gerne mit unseren Spähern sprechen.", 26972); + +-- 9796 - Nachricht aus den Zangarmarschen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9796 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9796, "deDE", "Es wurde auch langsam Zeit, dass der Außenposten fertig wird. Wir haben schon viel zu viele Boten an die Vorhut der Allianz verloren.", 26972); + +-- 9951 - Es beobachtet Euch! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9951 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9951, "deDE", "Es ist besser so. Wenn es keine zivilisierte Einladung annehmen kann, dann ist es das auch nicht wert.$B$B<Aufseher Baumlas schaut Euch kurz verwirrt an.>$B$BWer seid Ihr und was wollt Ihr hier? Ihr müsst von hier verschwinden, bevor es zu spät ist!", 26972); + +-- 9960 - Was ist los mit dem Cenariusdickicht? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9960 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9960, "deDE", "Ich bin froh, dass die Steinbrecherfeste Euch geschickt hat. Die Druiden des Dickichts wurden ermordet! Nur ich und ein weiterer haben überlebt, und er ist geisteskrank.$B$BIch weiß nicht, was passiert ist, aber ich bin entschlossen, es herauszufinden. Was auch immer es war, es passierte schnell und fühlt sich unnatürlich an.$B$BWerdet Ihr mir helfen?", 26972); + +-- 9961 - Was ist los mit dem Cenariusdickicht? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9961 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9961, "deDE", "Ich bin froh, dass Allerias Feste Euch geschickt hat. Die Druiden des Dickichts wurden ermordet! Nur ich und ein weiterer haben überlebt, und er ist geisteskrank.$B$BIch weiß nicht, was passiert ist, aber ich bin entschlossen, es herauszufinden. Was auch immer es war, es passierte schnell und fühlt sich unnatürlich an.$B$BWerdet Ihr mir helfen?", 26972); + +-- 9968 - Fremde Energien +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9968 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9968, "deDE", "Habt Ihr meine Proben?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9968 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9968, "deDE", "Merkwürdig. Die Proben der bösartigen Teromotten enthalten etwas, das sich wie reines Mana anfühlt.$B$BWie es scheint hinterließ das, was all die Tode verursacht hat, ein starkes Energiefeld. Aber aus irgendeinem Grund hat es die Teromotten nicht umgebracht, sondern nur aufgewühlt.$B$BEs scheint, als wäre diese merkwürdige Energie ein Nebenprodukt dessen, was das Dickicht angegriffen hat.", 26972); + +-- 9971 - Hinweise im Dickicht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9971 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9971, "deDE", "Ich hatte also Recht. Die Leiche eines Zerschlagenen? Und Ihr sagt, dass da tatsächlich ein komisches Objekt auf dem Boden neben ihm war?$B$BDas macht keinen Sinn. Was würde einer von ihnen denn hier wollen? Und was war das für ein Ding, das er dabei hatte?$B$BHat es vielleicht all die Tode verursacht?", 26972); + +-- 9978 - Mit allen Mitteln +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9978 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9978, "deDE", "Gut, gut... Ich sage Euch, was ich weiß, aber viel ist das nicht!", 26972); + +-- 9979 - Windhändler Lathrai +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9979 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9979, "deDE", "Ja? Wie kann ich Euch diesmal helfen, $R?", 26972); + +-- 9986 - Die Arakkoa hindern +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9986 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9986, "deDE", "Gut gemacht, $N. Wir haben schon genug Sorgen, wir können uns nicht erlauben, dass die Arakkoa unsere Händler und Boten erneut angreifen.", 26972); + +-- 9987 - Die Arakkoa hindern +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9987 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9987, "deDE", "Gut gemacht, $N. Wir haben schon genug Sorgen, wir können uns nicht erlauben, dass die Arakkoa unsere Händler und Boten erneut angreifen.", 26972); + +-- 9990 - Untersuchung von Tuurem +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9990 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9990, "deDE", "Welche Neuigkeiten bringt Ihr, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9990 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9990, "deDE", "Astrale? Waren nach Tuurem? Fremdartige Bauteile? Und ein Blutelf, der den letzten Kasten zum Posten der Feuerschwingen bringen wollte?$B$BWas soll das alles bedeuten?! Was hat das mit dem Schicksal der Druiden im Cenariusdickicht zu tun?$B$BIch glaube, wir sollten einmal einen Blick in den Kasten werfen.", 26972); + +-- 9992 - Olembasamen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9992 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9992, "deDE", "Ich habe eine Samenkornsammlung angefangen, aber ich werde Hilfe brauchen, bis ich genügend zusammen habe, um sie nach Sturmwind zu schicken.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9992 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9992, "deDE", "Vielen Dank für diese Samenkörner. Ich habe schon fast genügend zusammen, um eine erste Ladung zurückzuschicken!", 26972); + +-- 9993 - Olembaöl +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9993 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9993, "deDE", "Habt Ihr ein paar Samenkörner für mich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9993 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9993, "deDE", "Das ist ein guter Anfang, aber wir werden noch mehr davon brauchen, wenn wir eine angemessene Menge Öl herstellen wollen!", 26972); + +-- 9994 - Was ist das? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9994 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9994, "deDE", "Ihr seht besorgt aus. Was ist los, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9994 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9994, "deDE", "Oh nein! Das sind furchtbare Nachrichten! Ich kann nicht glauben, dass alle bis auf zwei unserer Cenariusfreunde tot sind!$B$BIn Ordnung, lasst mich die Teile einmal anschauen. Ich hoffe nur, dass sie nicht das sind, was ich vermute.$B$BJa, wie ich befürchtet habe. Ich glaube, das sind Bombenteile. Unsere Augen und Ohren in Shattrath haben uns informiert, dass einige Astrale verbotene Waren aus anderen Dimensionen, mit denen sie in Kontakt stehen, einführen.", 26972); + +-- 9995 - Was ist das? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9995 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9995, "deDE", "Ihr seht besorgt aus. Was ist los, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9995 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9995, "deDE", "Oh nein! Das sind furchtbare Nachrichten! Ich kann nicht glauben, dass alle bis auf zwei unserer Cenariusfreunde tot sind!$B$BIn Ordnung, lasst mich die Teile einmal anschauen. Ich hoffe nur, dass sie nicht das sind, was ich vermute.", 26972); + +-- 9996 - Angriff auf den Posten der Feuerschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9996 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9996, "deDE", "Das ist ein guter Anfang, aber nach dem, was Ihr auf dem Hof beobachtet habt und was mir meine Agenten berichten, haben wir weitaus dringendere Dinge zu tun.", 26972); + +-- 9997 - Angriff auf den Posten der Feuerschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9997 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9997, "deDE", "Das ist ein guter Anfang, aber nach dem, was Ihr auf dem Hof beobachtet habt und was mir meine Agenten berichten, haben wir weitaus dringendere Dinge zu tun.", 26972); + +-- 9998 - Widerspenstige Nachbarn +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9998 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9998, "deDE", "<Die Hochelfe nickt.>$B$BEs ist ein guter Anfang, aber Bertelm hatte Recht, Euch zu mir zu schicken. Ich habe eine Entdeckung gemacht, die die Anwesenheit der Höllenorcs hier erklären könnte.", 26972); + +-- 10000 - Unangenehme Gesellschaft +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10000 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10000, "deDE", "Um die Höllenorcs aufzuhalten müssen wir schon mehr tun, als ihre Arbeiter zu töten. Ich habe eine Entdeckung gemacht, die vielleicht erklären kann, warum sie hier sind, und die mich in meiner Überzeugung bestätigt, dass wir schnell handeln müssen.", 26972); + +-- 10002 - Vermittler der Feuerschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10002 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10002, "deDE", "<Theloria nickt Euch zu.>$B$BGut gemacht. Dadurch haben wir uns ein wenig Zeit verschafft. Die Blutelfen werden sich fragen, was ihrer Freundin zugestoßen ist. Hoffentlich wissen wir bis dahin mehr über ihre Pläne.", 26972); + +-- 10003 - Vermittler der Feuerschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10003 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10003, "deDE", "<Kaide nickt Euch zu.>$B$BGut gemacht. Dadurch haben wir uns ein wenig Zeit verschafft. Die Blutelfen werden sich fragen, was ihrer Freundin zugestoßen ist. Hoffentlich wissen wir bis dahin mehr über ihre Pläne.$B$BWenn die Zeit gekommen ist, werde ich Rokag von unseren Fortschritten berichten.", 26972); + +-- 10005 - Erdbinder Tavgren Bescheid sagen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10005 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10005, "deDE", "Eine Bombe aus reinem Mana, die ganze Städte auslöschen kann! Aber warum? Warum würden die Blutelfen so etwas bauen und gegen uns verwenden? Das Cenariusdickicht sollte ein Ort des Friedens und der Erholung sein.$B$BWas auch immer der Grund sein mag, ich bin sicher, dass Aufseher Baumlas ihn kennt, doch ich habe keine Ahnung, wie ich ihn heilen kann. Vielleicht heilt sein Geist mit der Zeit von alleine?$B$BWie auch immer, ich danke Euch für Eure Hilfe. Ich kann nur hoffen, dass diese Tragödie sich niemals wiederholen wird.", 26972); + +-- 10006 - Erdbinder Tavgren Bescheid sagen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10006 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10006, "deDE", "Eine Bombe aus reinem Mana, die ganze Städte auslöschen kann! Aber warum? Warum würden die Blutelfen so etwas bauen und gegen uns verwenden? Das Cenariusdickicht sollte ein Ort des Friedens und der Erholung sein.$B$BWas auch immer der Grund sein mag, ich bin sicher, dass Aufseher Baumlas ihn kennt, doch ich habe keine Ahnung, wie ich ihn heilen kann. Vielleicht heilt sein Geist mit der Zeit von alleine?$B$BWie auch immer, ich danke Euch für Eure Hilfe. Ich kann nur hoffen, dass diese Tragödie sich niemals wiederholen wird.", 26972); + +-- 10007 - Die Reihen lichten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10007 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10007, "deDE", "Langsam sehen die Dinge besser aus. Wenn wir die Höllenorcs daran hindern können, ihre Kumpel hier zu unterstützen, können wir den Posten unter Kontrolle halten.", 26972); + +-- 10008 - Was in Terokkar geschieht, bleibt in Terokkar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10008 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10008, "deDE", "Ich weiß, dass Ihr schon weit gereist seid, $N, aber manche Geschichten sollten das Land niemals verlassen, haben wir uns verstanden?", 26972); + +-- 10012 - Höllenorcpläne +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10012 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10012, "deDE", "Was habt Ihr da, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10012 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10012, "deDE", "<Bertelm nimmt die Pläne und schaut sie an.>$B$BWenn Ihr mir diese Pläne nicht gebracht hättet, hätte ich behauptet, dass Ihr irre seid, aber hier steht es ganz deutlich. Die Höllenorcs sind nicht nur hier, um den Blutelfen zu dienen, sie haben sogar den Auftrag, uns abzulenken.$B$BDiese Pläne werfen mehr Fragen auf, als sie beantworten, aber nun können wir uns besser vorstellen, womit wir es hier zu tun haben.", 26972); + +-- 10013 - Eine ungesehene Hand +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10013 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10013, "deDE", "Was habt Ihr da, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10013 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10013, "deDE", "<Rokag nimmt die Pläne und schaut sie an.>$B$BKaide hatte also Recht! Diese Höllenorcs führen etwas im Schilde. Ich hätte jedoch nie gedacht, dass sie mit den Blutelfen zusammenarbeiten.$B$BLaut diesen Plänen sollen die Höllenorcs uns beschäftigen... aber warum? Das sind beunruhigende Nachrichten, $N. Gut, dass Ihr mir die Pläne gleich gebracht habt.", 26972); + +-- 10016 - Waldworgschwänze +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10016 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10016, "deDE", "Wie ich sehe habt Ihr die Gefahren des Waldes überlebt. Habt Ihr ein paar Schwänze für meinen Umhang?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10016 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10016, "deDE", "Ah, gut gemacht, Freund. Sie sind noch feiner, als ich gedacht habe. Sie werden sicher einen schönen Umhang abgeben.$B$B<Bertelm schaut zum Gasthaus hinüber.>$B$BJa, das wird ein schöner Umhang.", 26972); + +-- 10018 - Gewänder des Wolfgeistes +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10018 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10018, "deDE", "Konntet Ihr alle Pelze, die ich benötige, finden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10018 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10018, "deDE", "Die Pelze sind perfekt, $N! Ich hätte keine besseren bekommen können.", 26972); + +-- 10020 - Ein Heilmittel für Zahlia +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10020 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10020, "deDE", "Habt Ihr das Blut bekommen, $N? Ohne das Blut wird Zahlia ihrem Sohn nie wieder in die Augen schauen können.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10020 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10020, "deDE", "Vielen Dank, $N. Sich um die Notleidenden zu kümmern ist eine schwierige Aufgabe, aber sie wird auf ihre ganz eigene Weise belohnt.", 26972); + +-- 10021 - Das Licht wiederherstellen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10021 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10021, "deDE", "Ihr habt meinen Dank, $N. Wir sind die Hüter des Lichts und können unsere Pflichten nicht vernachlässigen. Nicht einmal in den schwersten Zeiten.", 26972); + +-- 10022 - Der schwer zu fassende Eisenkiefer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10022 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10022, "deDE", "Hat der alte Eisenkiefer Euch übers Ohr gehauen? Oder konntet Ihr den alten Gesellen überlisten?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10022 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10022, "deDE", "Ich verneige mich vor Eurem Geschick, $N. Ihr habt Euch als herausragender $C bewiesen.$B$BIch werde Eure Hilfe bei der Herstellung dieses Umhangs nie vergessen. Er ist ein einzigartiges Gewand, das ich voller Stolz tragen werde.", 26972); + +-- 10023 - Patriarch Eisenkiefer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10023 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10023, "deDE", "Der Geist wartet, $N. Habt Ihr den Pelz des Patriarchen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10023 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10023, "deDE", "Der Pelz ist noch vortrefflicher, als ich erhofft hatte! Das ist ein gutes Zeichen, $N, und die Geister werden Euch wegen Eurem Beitrag zu dieser Zeremonie wohlgesinnt sein.$B$BIch habe Euch aus dem übrigen Pelz einen Helm gemacht, $N. Er zeichnet Euch als mächtigen Jäger und Verbündeter des großen Wolfgeists der Wälder von Terokkar aus.", 26972); + +-- 10024 - Voren'thals Visionen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10024 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10024, "deDE", "Habt Ihr die Basiliskenaugen für Voren'thals Elixier?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10024 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10024, "deDE", "Sie sind in tadellosem Zustand, $N. Macht weiter so, und die Seher werden bald zu Euren Freunden zählen.", 26972); + +-- 10025 - Mehr Basiliskenaugen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10025 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10025, "deDE", "Ich danke Euch, $N. Voren'thals Visionen können vielleicht eines Tages das Schicksal unseres Volks entscheiden. Wir tun gut daran, dafür zu sorgen, dass seine Visionen so klar wie möglich sind.$B$B<Diese Quest kann wiederholt werden, bis Ihr den Ruf 'Neutral' erlangt habt.>", 26972); + +-- 10026 - Magische Störungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10026 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10026, "deDE", "<Andarl wischt sich die Stirn mit dem Ärmel seiner Robe ab.>$B$BZum Glück. Ich habe schon befürchtet, dass die Biester die restlichen Waldbewohner vertrieben haben.", 26972); + +-- 10027 - Magische Störungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10027 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10027, "deDE", "Keb'ezil ist sehr erleichtert, dass Ihr Euch um das kleine Problem gekümmert habt, nicht wahr Keb?$B$B<Der Wichtel ignoriert seinen Meister und scheint beleidigt zu sein.>$B$BIhr müsst ihm seine schlechten Manieren nachsehen. Ihr wisst ja, wie Dämonen sind...", 26972); + +-- 10028 - Gefäße der Macht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10028 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10028, "deDE", "Konntet Ihr ein paar unbeschädigte Gefäße finden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10028 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10028, "deDE", "Ich hoffe, dass dies nicht die einzigen Gefäße in der Stadt sind. Es ist ein guter Anfang, aber ich schätze, wir werden noch viel mehr davon brauchen.", 26972); + +-- 10030 - Die Knochen zurückholen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10030 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10030, "deDE", "Was ist das? Wer seid Ihr?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10030 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10030, "deDE", "Super, genau das, was ich brauche... noch mehr Knochen.$B$B<Ramdor seufzt.>$B$BJa, ja, ich werde mich darum kümmern, dass die Gebeine dieser ehrenwerten Vorfahren ein anständiges Begräbnis bekommen, keine Sorge.$B$BWenn Ihr den Toten wirklich helfen wollt, habe ich noch eine andere Aufgabe für Euch.", 26972); + +-- 10031 - Den Verirrten den Weg zeigen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10031 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10031, "deDE", "Ihr habt getan, was nötig war. Auch wenn es mich traurig macht, dass die Geister meiner Vorfahren zu schrecklichen Untoten verwandelt wurden, hat Euer Handeln sie endlich zur Ruhe gebracht.$B$BVielen Dank, dass Ihr sie befreit habt, $N. Bitte nehmt dieses bescheidene Zeichen meiner Hochachtung für Euch und Eure Selbstlosigkeit an.", 26972); + +-- 10033 - AUFRUF: Tötet die Knochenpeitscher! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10033 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10033, "deDE", "Ja, ich bin mir sicher, dass Ihr all die Knochenpeitscher getötet habt. Ist ja auch klar, weil der Hauptmann auf dem Anschlag einen Beweis gefordert hat.$B$B<Taela schaut Euch sarkastisch an.>$B$BIch nehme Euch beim Wort. Ich bin mir nicht sicher, wen ich so geärgert habe, dass ich zu diesem Dienst verdonnert wurde, aber vielen Dank für Eure Mühe für die Allianz. Hier habt Ihr eine Entschädigung für Euren Aufwand.", 26972); + +-- 10034 - AUFRUF: Tötet die Knochenpeitscher! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10034 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10034, "deDE", "Ihr müsst viele von diesen Knochenpeitschern getötet haben! Gut, ich hasse sie! Seit mich einer von ihnen gebissen hat, habe ich dauernd Ohnmachtsanfälle.$B$BWisst Ihr, wie peinlich das ist? Hier, nehmt dies als Dank, dass Ihr meine Rache vollstreckt habt.", 26972); + +-- 10035 - Torgos! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10035 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10035, "deDE", "Habt Ihr die Feder? Muss ich Euch für Eure waghalsige Kühnheit belohnen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10035 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10035, "deDE", "Ich bin beeindruckt, $C. Torgos war eines der hartgesottensten Wesen, das ich auf dieser Seite von Nagrand kenne.$B$BNun, ich denke, Ihr habt Euch etwas aus dem Schatz von Allerias Feste verdient. Sucht Euch etwas aus!", 26972); + +-- 10036 - Torgos! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10036 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10036, "deDE", "Habt Ihr ihn getötet? Ist Torgos tot?$B$BHabt Ihr den Beweis?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10036 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10036, "deDE", "Ich danke Euch, $N. Ihr habt meine Rache ausgeübt, und wie versprochen werde ich Euch belohnen.$B$BSucht Euch hiervon etwas aus und benutzt es weise!", 26972); + +-- 10037 - Ich würd' lieber angeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10037 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10037, "deDE", "<Seth zieht Euch am Mantel.>$B$BHabt Ihr die Aale? Hä? Hä?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10037 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10037, "deDE", "Danke! Ich kann mich nicht erinnern, wann ich das letzte Mal Aal gegessen habe.$B$BWie soll ich sie bloß kochen?", 26972); + +-- 10038 - Sprecht mit Gefreiter Wöch +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10038 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10038, "deDE", "Es wird auch langsam Zeit, dass Ihr kommt. Ich habe diesen Bericht schon vor über einer Woche zur Allerias Feste geschickt!$B$BBürokratie!", 26972); + +-- 10039 - Sprecht mit Späherin Neftis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10039 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10039, "deDE", "Es wird auch langsam Zeit, dass Ihr kommt. Ich habe diesen Bericht schon vor über einer Woche zur Steinbrecherfeste geschickt!$B$BBlutelfen und ihre Bürokratie!", 26972); + +-- 10040 - Wer sind sie? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10040 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10040, "deDE", "Gut, Ihr seid endlich zurück! Was habt Ihr herausgefunden? Wer sind sie?", 26972); + +-- 10041 - Wer sind sie? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10041 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10041, "deDE", "Gut, Ihr seid endlich zurück! Was habt Ihr herausgefunden? Wer sind sie?", 26972); + +-- 10042 - Tötet den Schattenrat! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10042 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10042, "deDE", "Das sind schlechte Nachrichten! Aber ich habe die richtige Wahl getroffen, als ich Euch geschickt habe, um Wöch zu helfen. Das Letzte, was wir brauchen können, ist, dass der Schattenrat einen starken Posten genau vor unserer Haustür errichtet.$B$B$N, als Anerkennung für Eure Taten in Grangol'var erlaube ich Euch hiermit, Euch eine dieser wundervollen Belohnungen auszusuchen.", 26972); + +-- 10043 - Tötet den Schattenrat! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10043 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10043, "deDE", "Das sind schlechte Nachrichten! Aber ich habe die richtige Wahl getroffen, als ich Euch geschickt habe, um Neftis zu helfen. Das Letzte, was wir brauchen können, ist, dass der Schattenrat einen starken Posten genau vor unserer Haustür errichtet.$B$B$N, Ihr habt Euch etwas Nettes verdient. Sucht Euch etwas aus.", 26972); + +-- 10051 - Ausbruch aus dem Posten der Feuerschwingen! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10051 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10051, "deDE", "Isla Sternenmähne ist gerade gegangen, aber sie hat mir einen vollständigen Bericht über die Vorkommnisse im Posten der Feuerschwingen gegeben. Verständlich, dass sie über die Geschehnisse beim Cenariusdickicht sehr bestürzt ist. Garstige Blutelfen!$B$BSie hat mir gesagt, dass Ihr die entscheidende Rolle bei ihrer Rettung gespielt habt, damit wir diese Informationen erhalten. Allerias Feste steht tief in Eurer Schuld.$B$BBitte, nehmt im Namen aller dieses Geschenk an.", 26972); + +-- 10052 - Ausbruch aus dem Posten der Feuerschwingen! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10052 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10052, "deDE", "Isla Sternenmähne ist gerade gegangen, aber sie hat mir einen vollständigen Bericht über die Vorkommnisse im Posten der Feuerschwingen gegeben. Verständlich, dass sie über die Geschehnisse beim Cenariusdickicht sehr bestürzt ist.$B$BSie hat mir gesagt, dass Ihr die entscheidende Rolle bei ihrer Rettung gespielt habt, damit wir diese Informationen erhalten. Die Steinbrecherfeste steht tief in Eurer Schuld.$B$BBitte, nehmt im Namen aller dieses Geschenk an.", 26972); + +-- 10091 - Seeleninstrumente +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10091 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10091, "deDE", "Ja? Was kann ich für Euch tun, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10091 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10091, "deDE", "To'gun hat mir bereits seinen Bericht abgeliefert. Er hätte Euch unterstützen sollen!$B$BIch habe ihn zurückgeschickt, um Grik'tha zu helfen. Ich finde, die beiden sind ein schönes Paar.$B$BDies sind also die Seeleninstrumente, mit denen der Schattenrat seine Beschwörungskraft erhöht? Ich finde, sie sehen gefährlich aus. Vielleicht können die Seher sie brauchen?$B$BHier, nehmt einen davon als Belohnung für Euren Kampf gegen den Schattenrat im Labyrinth.", 26972); + +-- 10094 - Der Kodex des Blutes +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10094 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10094, "deDE", "Während Ihr den magiegeladenen Folianten öffnet, überkommt Euch ein Gefühl des Schreckens.$B$BIrgendetwas ist hier eindeutig falsch!$B$BIhr lest weiter, aber was Ihr lest scheint unglaublich zu sein!", 26972); + +-- 10095 - In das Herz des Labyrinths +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10095 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10095, "deDE", "Murmur ist fast ausgebrochen?! Sie haben das Biest zwei Jahre sicher im Inneren verwahrt... Ich frage mich, was sie wohl falsch gemacht haben, dass sie nach all der Zeit die Kontrolle darüber verlieren.$B$BWas auch immer es sein mag, Micp, Ihr habt uns alle gerettet! Mir wird schwindelig, wenn ich daran denke, was Shattrath und dem Rest der Scherbenwelt zugestoßen wäre, wenn das Ding sich hätte befreien können!.$B$BIch bin so froh, dass Ihr die Sache in die Hand genommen und die Bedrohung durch den Schattenrat in Auchindoun beseitigt habt. Wie können wir Euch je dafür belohnen?", 26972); + +-- 10097 - Bruder gegen Bruder +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10097 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10097, "deDE", "Habt Ihr sie gefunden, $N? War sie immer noch in den Hallen gefangen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10097 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10097, "deDE", "Ich kann Euch nicht genug danken, $N. Zu wissen, dass Lakka frei ist, bedeutet, dass ich endlich all meine Bande zu den Sethekk abwerfen kann.$B$BEin Teil von mir wird mir Syths Tod niemals verzeihen, aber es musste getan werden. Ich werde die Todesriten für ihn vollziehen. Vielleicht kann sein Geist zur Ruhe kommen, wenn er für die Irreführung unseres Volkes gebüßt hat.", 26972); + +-- 10098 - Terokks Erbe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10098 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10098, "deDE", "Die Relikte von Terokk sind schon viel zu lange aus Skettis fort. Konntet Ihr sie von den Sethekk zurückholen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10098 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10098, "deDE", "Vielleicht wird mir meine Rolle bei den Verbrechen der Sethekk niemals vergeben werden, aber ich möchte versuchen, meine Sünden zu büßen, indem ich die Relikte von Terokk meinen Volk zurückgebe.$B$BVielen Dank für Eure Hilfe dabei, $N. Ihr habt keine Ahnung, welch großartige Tat Ihr heute geleistet habt.", 26972); + +-- 10104 - Sorgen um Tuurem +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10104 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10104, "deDE", "Ich fühle mich geschmeichelt, dass Euer Freund von den Zerschlagenen mich für einen Gelehrten für Relikte seines Volkes hält, aber um ehrlich zu sein habe ich seit meiner Ankunft nicht viel Gelegenheit gehabt, sie zu studieren. Das war sicherlich meine Absicht, aber als ich hier ankam musste ich feststellen, dass es andere Dinge gibt, um die ich mich dringend kümmern muss.", 26972); + +-- 10105 - Nachrichten für Rakoria +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10105 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10105, "deDE", "Ich hatte gehofft, seine Leute würden den Außenposten früher fertigstellen, aber sein Geld kostet es ja schließlich nicht. Immerhin geht es voran.", 26972); + +-- 10112 - Ein persönlicher Gefallen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10112 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10112, "deDE", "Hmm, wird mein Gedächtnis schon besser?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10112 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10112, "deDE", "Ja, ich glaube, es wird alles deutlicher.$B$BUnd ich glaube, dass Euer Eifer in dieser Angelegenheit mit mehr als nur den Informationen, die Ihr sucht, belohnt werden sollte.", 26972); + +-- 10164 - Alles wird gut +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10164 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10164, "deDE", "Ihr habt es geschafft, $N! Die Geister sind frei!$B$BAuch wenn ich keinen weltlichen Körper habe, kann ich Euch trotzdem mit Gegenständen aus der Geisterwelt belohnen. Benutzt sie mit Vorsicht, da diese Gegenstände oft unberechenbar sind und Ihrem Träger großen Schaden zufügen können.", 26972); + +-- 10165 - Die Konkurrenz untergraben +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10165 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10165, "deDE", "Ich teile nicht gerne.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10165 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10165, "deDE", "Und wieder ein Konkurrent weniger... Ihr leistet gute Arbeit für ein Wesen aus Fleisch und Blut, $R. Wenn Ihr je im Nethersturm sein solltet, sucht mich auf. Ich wohne in der Sturmsäule.", 26972); + +-- 10177 - Ärger in Auchindoun +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10177 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10177, "deDE", "Es wird langsam Zeit, dass Ihr kommt.$B$BMehlisah hat schon vor Tagen gesagt, dass sie Hilfe schicken würde. Und wir kämpfen hier schließlich schon eine ganze Weile!", 26972); + +-- 10178 - Findet Spion To'gun +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10178 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10178, "deDE", "Was? Grik'tha hat Euch nach mir geschickt?$B$BIch weiß nicht, ob ich mich geehrt fühlen oder sie eine Närrin schimpfen soll!$B$BKönntet Ihr mir vielleicht aus diesem Käfig raushelfen? Es ist ein bisschen eng hier.", 26972); + +-- 10180 - Kann es einfach nicht lassen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10180 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10180, "deDE", "Ich hätte wissen sollen, dass er nach mir schicken würde. Er hat versucht mir auszureden, in die Sethekkhallen zurückzukehren, aber ich könnte nicht damit leben, wenn Lakka etwas zustoßen würde.", 26972); + +-- 10201 - Der Moment der Wahrheit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10201 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10201, "deDE", "<Ihr berichtet Rakoria die Testergebnisse und sie fängt an, schallend zu lachen.>", 26972); + +-- 10210 - A'dal +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10210 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10210, "deDE", "<Das Licht, das Eure Sinne erfüllt hat, als Ihr Euch A'dal nähertet, wird noch stärker, als Ihr ihn ansprecht. Melodische Klänge ertönen in Eurem Kopf.$B$BIhr seid hier sicher.>", 26972); + +-- 10211 - Stadt des Lichts +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10211 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10211, "deDE", "Die Geschichten der Lebewesen sind kurz, $N. Die Geschichten der Städte dauern Jahre.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10211 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10211, "deDE", "Ich hoffe, Ihr habt etwas über Shattrath erfahren, $N. Lasst es einfach auf Euch wirken.", 26972); + +-- 10216 - Sicherheit geht vor +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10216 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10216, "deDE", "<Ihr schließt die Augen und drückt einen Knopf.>", 26972); + +-- 10218 - Jemandes Arbeit zahlt sich aus +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10218 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10218, "deDE", "Da dies Morphalius' Idee war, habe ich ihm seinen alten Job zurückgegeben. Gut gemacht, kleines Fleischwesen. Wirklich gut!$B$BDenkt daran, wenn Ihr je auf der Suche nach Arbeit und im Nethersturm seid, sucht mich in der Sturmsäule auf.", 26972); + +-- 10227 - Ich sehe tote Draenei +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10227 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10227, "deDE", "Das Kind hat Recht. Ich war einst ein \"Totenpriester\".$B$B<Ramdor zuckt zusammen.>$B$BWas für ein abstoßender Titel. Innen findet Ihr die Überbleibsel meines Ordens. Sie sind natürlich alle verrückt! Wahnsinnig! Ich denke, ich habe mich sehr hervorgehoben, da ich der letzte von ihnen mit gesundem Menschenverstand war. Natürlich wurde ich wegen meines Glaubens exkommuniziert.$B$BWas, sagtet Ihr, glaube ich noch gleich?", 26972); + +-- 10228 - Ezekiel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10228 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10228, "deDE", "Buch der Toten? Nie davon gehört... Worum geht es überhaupt? Wer hat Euch geschickt?", 26972); + +-- 10231 - Welches Buch? Ich sehe kein Buch. +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10231 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10231, "deDE", "Ok, Ok! Tut uns nicht weh. Wir hatten das Buch, aber wir haben es verkauft...", 26972); + +-- 10251 - Der große Plan des Meisters? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10251 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10251, "deDE", "Die Zeichen waren deutlich, aber ich war blind.$B$BDer eiserne Griff der Legion wird von Tag zu Tag stärker. Sogar hier...$B$BIch wusste es...$B$Bwusste, dass mein Junge mit den Dämonen kommunizierte...$B$BSie haben ihm Macht angeboten und ihm dann einen Vorgeschmack dieser Macht gegeben. Mehr war nicht nötig...$B$BDas Buch ist fort. Levixus hat es genommen...$B$BNur ich und sein dunkler Meister kennen seine Pläne.$B$BFremder, ich weiß nicht, ob Ihr jemals im Leben das Richtige getan habt, aber Ihr müsst eines wissen: der Junge muss aufgehalten werden.", 26972); + +-- 10252 - Vision der Toten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10252 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10252, "deDE", "Levixus' Armee wächst mit jeder weiteren Sekunde in ihrer Größe und Stärke. Ihr müsst Euch beeilen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10252 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10252, "deDE", "Fremder... ich war nicht ganz aufrichtig zu Euch. Wenn Ihr diesen Trank zu Euch nehmt, werdet Ihr die Welt der Geister für alle Zeit sehen können. Diese Tinktur ist Teil des Initiierungsrituals für alle Totenpriester von Auchindoun. Viele werden wahnsinnig, wenn der Effekt eintritt. Die Toten sehen zu können ist... schockierend. <Nitrin hält Euch den Trank an die Lippen.> Wollt Ihr es tun?", 26972); + +-- 10253 - Levixus der Seelenrufer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10253 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10253, "deDE", "Wer seid Ihr und was wolt Ihr? Oh... IHR seid es.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10253 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10253, "deDE", "Wenn der alte Draenei Euch aufgetragen hat, das Buch zu zerstören, warum habt Ihr es dann nicht getan?$B$B<Ramdor starrt Euch an.> Ach, was soll's. Ihr seid vielleicht gierig, aber ehrlich.$B$BIch allerdings... Ich habe gelogen, um an das Buch zu kommen. Ich habe nicht die leiseste Ahnung, wo diese armen, verirrten Seelen ihren Schatz aufbewahren, und wenn ich es wüsste, würde ich es Euch nicht sagen. Aber ich habe trotzdem etwas für Euch. Ihr habt heute etwas Gutes getan. Vielleicht sogar etwas Großartiges... Ihr solltet belohnt werden.$B$BÜbrigens, willkommen im Club.$B$B<Ramdor zeigt auf die Geister.>", 26972); + +-- 10416 - Bündelung der Macht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10416 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10416, "deDE", "Habt Ihr schon einen arkanen Folianten besorgt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10416 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10416, "deDE", "Wie versprochen, $N. Die Gesamtheit der ureigenen Macht des Buches, gepackt in eine einzelne Rune.", 26972); + +-- 10419 - Arkane Folianten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10419 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10419, "deDE", "Habt Ihr noch mehr arkane Folianten besorgt, $N? ", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10419 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10419, "deDE", "Die Macht in diesem Folianten ist enorm. Und doch kann er von jemandem mit klarem Verstand in eine einzelne Rune verwandelt werden.", 26972); + +-- 10420 - Ein reinigendes Licht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10420 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10420, "deDE", "Habt Ihr schon ein paar teuflische Waffen besorgt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10420 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10420, "deDE", "Schaut zu, wie die verderbten Materialien sich auflösen. Schaut zu, wie sich Metall in Staub verwandelt.$B$BDas Licht reinigt alles, und nur die reinsten Überreste bleiben.", 26972); + +-- 10421 - Teuflische Waffen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10421 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10421, "deDE", "Die teuflischen Materialien wurden aus dieser Welt entfernt. Nur das Licht bleibt.", 26972); + +-- 10444 - Meldung bei Allerias Posten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10444 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10444, "deDE", "Bombenteile. Dann war mein Verdacht also berechtigt. Ich hätte mir gewünscht, dass ich falsch liege.$B$BOk, wir haben also eine grausame Aufgabe vor uns.", 26972); + +-- 10446 - Der finale Code +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10446 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10446, "deDE", "IHR HABT ES GESCHAFFT! IHR HABT ALLERIAS FESTE GERETTET!!$B$BJetzt, da ihre Streitkräfte dezimiert sind, ihr Anführer tot und die Manabombe zerstört ist, können wir alle etwas aufatmen.$B$BNie zuvor habe ich solche Selbstlosigkeit, solchen Heldenmut gesehen! Bitte, nehmt dies in unser aller Namen an!", 26972); + +-- 10447 - Der finale Code +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10447 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10447, "deDE", "IHR HABT ES GESCHAFFT! IHR HABT DIE STEINBRECHERFESTE GERETTET!!$B$BJetzt, da ihre Streitkräfte dezimiert sind, ihr Anführer tot und die Manabombe zerstört ist, können wir alle etwas aufatmen.$B$BNie zuvor habe ich solche Selbstlosigkeit, solchen Heldenmut gesehen! Bitte, nehmt dies in unser aller Namen an!", 26972); + +-- 10448 - Meldung beim Steinbrecherlager +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10448 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10448, "deDE", "Bombenteile. Dann war mein Verdacht also berechtigt. Ich hätte mir gewünscht, dass ich falsch liege.$B$BOk, wir haben also eine grausame Aufgabe vor uns.", 26972); + +-- 10551 - Loyalität gegenüber den Aldor +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10551 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10551, "deDE", "Seid Ihr Euch Eurer Wahl sicher, $N? Die Aldor heißen Euch gerne als Verbündeten willkommen, aber die Seher werden Euch Eure Entscheidung nicht so leicht vergeben.", 26972); + +-- 10552 - Loyalität gegenüber den Sehern +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10552 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10552, "deDE", "Seid Ihr Euch Eurer Wahl sicher, $N? Die Seher heißen Euch gerne als Verbündeten willkommen, aber die Aldor werden Euch Eure Entscheidung nicht so leicht vergeben.", 26972); + +-- 10553 - Voren'thal der Seher +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10553 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10553, "deDE", "Khadgar hat einen neuen Rekruten geschickt? Dann wollen wir Euch mal beschäftigen, $C.", 26972); + +-- 10554 - Ishanah +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10554 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10554, "deDE", "Willkommen, $N. Ich bin froh, dass Ihr Euch entschieden habt, unserer Sache beizustehen. Möge das Licht Euch stets beschützen.", 26972); + +-- 10791 - Willkommen Wolfgeist! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10791 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10791, "deDE", "Die Verbindung mit dem Wolfgeist wiederherzustellen ist nur der Anfang meiner Reise, nicht das Ende.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10791 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10791, "deDE", "Es ist unglaublich! Ich bin zu dieser Reise aufgebrochen, ohne auch nur die leiseste Ahnung zu haben, ob der Wolfgeist auf unsere Anrufung hin kommen würde. Und nun fühlt es sich an, als wäre er nie fort gewesen. Vielleicht war er das auch nie, $N.$B$BVielleicht hat er darauf gewartet, dass die Orcs verstehen, was ihre Entscheidung bewirkt hat.", 26972); + +-- 10839 - Dunkelstein des Skithverstecks +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10839 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10839, "deDE", "Die Dunkelheit umgibt uns. Was habt Ihr mir aus dem Skithversteck zu berichten?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10839 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10839, "deDE", "Ich habe bis hierher die Explosion hören können. Nicht mit meinen Ohren, sondern mit meinem Herzen.$B$BWenn die Berührung des gesegneten Naaru A'dal nicht ausreicht, um die Arakkoa zu erlösen, dann kann nichts auf der Welt das schaffen. Diejenigen, die ihre Seele nicht dem Licht ausgeliefert haben, sind nichts als Diener des Bösen.$B$BSie müssen vernichtet werden.", 26972); + +-- 10840 - Das Grab des Lichts +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10840 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10840, "deDE", "Hier in der Wildnis der Scherbenwelt sind wir schwach. Nur wenige Helden verteidigen unsere Rechte, aber Ihr habt ihnen gezeigt, dass sie sich fürchten müssen, $C. Ich glaube nicht, dass die Astralen Euren starken Arm so schnell vergessen werden, $N.", 26972); + +-- 10842 - Rachsüchtige Seelen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10842 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10842, "deDE", "Ich danke Euch im Namen der gequälten Seelen, die Ihr befreit habt, $R.", 26972); + +-- 10847 - Die Augen von Skettis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10847 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10847, "deDE", "Ihr seid zurück, $C. Welche Neuigkeiten bringt Ihr?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10847 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10847, "deDE", "Euer Mut sollte belohnt werden. Die Wachen von Skettis rücken ihre Besitztümer nur ungern heraus.$B$BAber die Heldentaten der Vergangenheit sind nun nicht von Belang. Wir sollten uns lieber darum kümmern, dass dieser Heldenmut auch in der Zukunft weiter herrscht, denn Terokks Blick richtet sich gen Süden.$B$BDiese Augen sehen alles.", 26972); + +-- 10848 - Das untote Böse des Rhazeverstecks +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10848 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10848, "deDE", "Diese verderbten Geister haben es verdient zu sterben. Der Tod, den sie über alle anderen gebracht hätten, ist dafür Grund genug.$B$BEs besteht keine Hoffnung, dass wir die, die unter Terokks Einfluss stehen, erlösen können. Aber wir werden ihnen im Namen des Lichts ein Ende setzen.", 26972); + +-- 10849 - Sucht Kirrik +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10849 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10849, "deDE", "Ihr seid weit gereist und bringt mir Nachrichten.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10849 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10849, "deDE", "Rilaks Geschichte ist grausam, Reisender. Wie Ihr am Zustand der Karawane sehen könnt, gibt es dieser Tage viel Leid und Düsterkeit in den Wäldern von Terokkar.", 26972); + +-- 10852 - Vermisste Freunde +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10852 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10852, "deDE", "Ihr habt all meine Freunde gefunden! Jetzt habe ich wieder jemanden, der mit mir spielt. Vielen Dank, Herr $N.$B$BDa ich jetzt wieder andere Kinder zum Spielen habe, könnt Ihr ja eins meiner Spielzeuge haben. Dann habt Ihr auch etwas zum Spielen.", 26972); + +-- 10861 - Präventivschlag gegen das Lithicversteck +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10861 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10861, "deDE", "Es ist eine grausame Aufgabe, Jungtiere zu quälen, und doch wäre es unverzeihlich, das wachsende Böse zu ignorieren. Ihr habt gute Arbeit geleistet. A'dals Gunst leuchtet auf Euch herab.", 26972); + +-- 10862 - Auslieferung an die Horde +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10862 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10862, "deDE", "Euer Volk ist wütend, aber ich kann nicht viel dagegen tun. Einige von uns wurden von der Macht der Naaru berührt und für alle Zeiten verändert. Doch diejenigen von uns, die in der Wildnis leben, sind noch immer so, wie wir damals waren.", 26972); + +-- 10863 - Geheimnisse der Arakkoa +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10863 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10863, "deDE", "Es war sehr weise von Euch, mich aufzusuchen. Es gibt vieles, was ich Euch zeigen kann.", 26972); + +-- 10868 - Der Kriegspfad der Arakkoa +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10868 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10868, "deDE", "Gut gemacht, $C. Die Arakkoa haben gelernt, die Macht der Horde zu fürchten.", 26972); + +-- 10869 - Die Herde ausdünnen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10869 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10869, "deDE", "Gut gemacht, $C. Die Arakkoa haben gelernt, die Macht der Allianz zu fürchten.", 26972); + +-- 10873 - Bei Nacht verschleppt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10873 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10873, "deDE", "Ihr habt so viele gerettet. Ich habe nicht geglaubt, dass wir sie je wieder sehen würden. Wir können Euch nicht genug danken, $N.", 26972); + +-- 10874 - Signalfeuer des Shalasverstecks +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10874 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10874, "deDE", "Wir haben gesehen, wie der verfluchte Rauch aufgestiegen ist. Ihr seid außergewöhnlich mutig, $C.", 26972); + +-- 10877 - Das Schreckensrelikt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10877 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10877, "deDE", "Habt Ihr das Schreckensrelikt? Wir müssen es bekommen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10877 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10877, "deDE", "Es ist unglaublich, dass Ihr es geschafft habt. Das Schreckensrelikt ist viel mächtiger, als ich befürchtet hatte. Nur ein starker Held hätte die lange Rückreise mit so einem blasphemischen Gegenstand überlebt.", 26972); + +-- 10878 - Bevor die Dunkelheit sich senkt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10878 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10878, "deDE", "Vorerst kann ich erleichtert durchatmen, $N. Der Schattenrat wird sich bis auf weiteres zurückhalten.$B$BSie sind Mörder und Feiglinge. Eure Zurschaustellung von Mut wird sie einschüchtern.", 26972); + +-- 10879 - Offensive aus Skettis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10879 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10879, "deDE", "Ich ziehe meinen Hut vor Euren Kampfkünsten, $C. Ihr habt Euch als wahrer Verteidiger des Lichts bewiesen. Möge A'dals Segen in Euren dunkelsten Stunden auf Euch ruhen.$B$BDoch seht zum fernen Horizont. Dunkle Wolken ziehen unheilvoll über Skettis herauf. Sicher plant Terokk schon seinen nächsten Schachzug. Für heute ist Shattrath gerettet. Doch wer weiß schon, welch Verderben der nächste Tag über uns alle bringen wird.", 26972); + +-- 10880 - Befehle der Kabale +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10880 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10880, "deDE", "Wollt Ihr mir etwas zeigen, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10880 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10880, "deDE", "Ah, ja... dieser Text wurde in einer einfachen Form der Geheimschrift der Schatten geschrieben. Mein Wissen darüber ist nicht perfekt, aber es sollte ausreichen, um sie zu übersetzen.$B$BMan kann viel von den zwielichtigen Gestalten lernen, wenn man unter den Ausgestoßenen und Flüchtlingen im Unteren Viertel lebt.", 26972); + +-- 10881 - Das Schattengrab +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10881 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10881, "deDE", "Habt Ihr die Relikte, $N? Wir können nicht zulassen, dass der Schattenrat sie für seine dunklen Zwecke einsetzt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10881 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10881, "deDE", "Das Licht hat mich vielleicht vergessen, aber ich habe das Licht nicht vergessen. Diese Relikte waren meinem Volk einst sehr heilig.$B$BDem Schattenrat zu erlauben, sie für Böses einzusetzen ist... undenkbar!", 26972); + +-- 10887 - Flucht aus dem Grab +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10887 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10887, "deDE", "Ihr habt Akuno, meinen geschätzten Freund, errettet. Dafür stehe ich in Eurer Schuld, $N.", 26972); + +-- 10889 - Rückkehr nach Shattrath +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10889 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10889, "deDE", "Die Wachen von Skettis werden langsam unruhig. Shattrath steckt in Schwierigkeiten. Wir werden Terokks Rache sicher eiskalt zu schmecken bekommen.$B$BStellt schnell eine Verteidigung auf die Beine! Sprecht mit Verteidiger Grashna und lasst ihn wissen, dass Ihr bereit seid, die Waffen gegen unsere Angreifer zu erheben!", 26972); + +-- 10896 - Die verseuchten Beschützer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10896 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10896, "deDE", "Ihr habt viel zur Rettung der Wälder von Terokkar beigetragen, $N. Jetzt, da die schlimmsten Milbenkolonien vernichtet sind, können wir vielleicht dieses öde Land zurückerobern.", 26972); + +-- 10898 - Wolkenschwinge +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10898 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10898, "deDE", "Also stand der arme Wolkenschwinge unter dem schrecklichen Fluch von Luanga dem Kerkermeister!$B$BWolkenschwinge hatte sich auf den Weg ins Shalasversteck gemacht, um zu versuchen, die anderen auf den Weg des Lichts zu bringen. Sie haben seine Versuche nicht gerade positiv aufgenommen, vor allem nicht, da sie direkt am Fuße von Skettis liegen.$B$BLuanga war einer von Terokks gefürchtetsten Dienern. Es war gut von Euch Wolkenschwinge zu befreien! Ich danke Euch.", 26972); + +-- 10908 - Sprecht mit Rilak dem Erlösten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10908 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10908, "deDE", "So treffen wir uns also, $N. Bitte vergebt mir meine fehlenden Manieren, aber die Zeit drängt.", 26972); + +-- 10913 - Ein unangemessenes Begräbnis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10913 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10913, "deDE", "Ich weiß, es ist eine grausame Aufgabe...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10913 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10913, "deDE", "<Kommandant Ra'vaj schüttelt traurig den Kopf.>$B$BEs ist nicht genug... Es ist einfach nicht genug.", 26972); + +-- 10914 - Wir brauchen einen Helden! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10914 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10914, "deDE", "Ihr habt es geschafft, $N! Dank Euch konnten wir eine neue Entdeckung machen...", 26972); + +-- 10915 - Der gefallene Exarch +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10915 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10915, "deDE", "Der Sieg ist unser! Diese Niederlage wird die Auchenai um mehrere Wochen zurückwerfen.", 26972); + +-- 10917 - Die Pflicht eines Ausgestoßenen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10917 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10917, "deDE", "Seid Ihr mit den Federn zurück, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10917 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10917, "deDE", "<Vekax krächzt vor Freude, als Ihr ihm den Beweis für den Tod seiner Feinde übergebt.>$B$BJa, das wird Skettis zeigen, dass wir Ausgestoßenen ihre Bestrafung nicht lammfromm hinnehmen. Hier ist die Belohnung, die ich Euch versprochen habe. Ich kann Euch noch mehr geben, wenn Ihr mir weitere Federn bringt.", 26972); + +-- 10918 - Mehr Federn +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10918 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10918, "deDE", "<Vekax krächzt vor Freude, als Ihr ihm den Beweis für den Tod seiner Feinde übergebt.>$B$BJa, das wird Skettis zeigen, dass wir Ausgestoßenen ihre Bestrafung nicht lammfromm hinnehmen. Hier ist die Belohnung, die ich Euch versprochen habe. Ich kann Euch noch mehr geben, wenn Ihr mir weitere Federn bringt.$B$B<Diese Quest kann wiederholt werden, bis Ihr einen wohlwollenden Ruf erlangt habt.>", 26972); + +-- 10920 - Für die Gefallenen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10920 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10920, "deDE", "Ich habe die Geräusche Eures Kampfes bis hierher hören können, $C. Der Klang Eures Sieges hat mein Herz mit Hoffnung erfüllt. Wenn Ihr gegen eine solch gewaltige Überzahl bestehen könnt, kann auch ich vielleicht noch die Kraft finden, um meine Kameraden von diesem schrecklichen Ort fort zu führen.", 26972); + +-- 10921 - Terokkarantula +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10921 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10921, "deDE", "Die Schreckensspinnen wurden geschlagen. Ihr habt so viele von ihnen getötet und nun auch noch ihre verderbte Mutter erlegt. Meine Vergiftungen sind zu schwer, als dass ich mich zurück in die Freiheit kämpfen könnte.$B$BBitte, nehmt etwas von meiner Ausrüstung. Ich werde mein Bündel erleichtern und Euch die nötigen Werkzeuge geben, um heil zum Basislager der Sha'tari zu gelangen.", 26972); + +-- 10922 - In den Knochen wühlen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10922 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10922, "deDE", "Ein Knochenwurm! Fantastisch! Das könnte tatsächlich das erste Mal seit Beginn der Geschichtsschreibung sein, dass Letoll tatsächlich eine Entdeckung gemacht hat!", 26972); + +-- 10923 - Das Böse rückt näher +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10923 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10923, "deDE", "Habt Ihr Teribus den Verfluchten aus den Himmeln Terokkars vertrieben?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10923 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10923, "deDE", "Terokkar wurde von einem schlimmen Übel befreit. Die Sha'tar stehen in Eurer Schuld.", 26972); + +-- 10926 - Rückkehr zum Basislager der Sha'tari +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10926 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10926, "deDE", "Es ist gut zu wissen, dass einige unserer Krieger tapfer gegen die Schreckenswitwen gekämpft und überlebt haben. Wir werden sofort eine Rettungstruppe nach ihnen schicken.", 26972); + +-- 10929 - Stampfen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10929 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10929, "deDE", "Wir glauben, dass das, was wir bei den Ausgrabungen gefunden haben, tatsächlich nur ein Wurmkind war!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10929 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10929, "deDE", "Sandgnome? Ja, klar... Die Wüste kann schon schlimme Dinge mit den Leuten anstellen.$B$BIch glaube, wir werden mit diesen Würmern hier einen wahren Durchbruch erzielen!", 26972); + +-- 10930 - Der große Knochenwurm +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10930 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10930, "deDE", "Habt Ihr den großen Wurm gefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10930 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10930, "deDE", "Erstaunlich! Schaut Euch das an! Dieses Wasauchimmer hat eine Art Staub in seiner Wiemanesauchnennenmag. Aber ich will Euch nicht mit meinen wissenschaftlichen Fachbegriffen langweilen. Ich habe den kleineren Würmern ein paar Zähne gezogen und daraus diese unglaublich scharfen Messer gemacht. Wollt Ihr eins?", 26972); + +-- 10983 - Mog'dorg der Weise +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10983 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10983, "deDE", "Grok sagt, ich bin weise? Ich weiß ja nicht so recht.$B$BVielleicht liegt das daran, dass ich der Einzige meines Klans bin, der aufrichtig versucht uns vor der Vernichtung durch den Speerspießerklan zu retten. Und natürlich vor Gruul und seinen Söhnen, die sie unterstützen.$B$BIch hoffe, dass Ihr gekommen seid, um uns aus der unaufhaltsamen Verdammnis zu erretten, $C.", 26972); + +-- 10984 - Sprecht mit dem Oger +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10984 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10984, "deDE", "Ihr helfen Grok? Grok brauchen Hilfe! Blutschläger brauchen Hilfe!", 26972); + +-- 11004 - Schattenwelt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11004 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11004, "deDE", "Habt Ihr den Staub, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11004 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11004, "deDE", "Ich danke Euch, $N. Ich werde dem Kommandanten eine kleine Menge zukommen lassen... damit er seinen Willen bekommt. Ihr könnt den Rest behalten, vielleicht findet Ihr ja eine Verwendung dafür.", 26972); + +-- 11005 - Die Geheimnisse der Krallenpriester +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11005 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11005, "deDE", "Ihr habt Euch mit Bravour geschlagen, $N. Durch den Verlust der Krallenpriester wurde dem Feind ein empfindlicher Schlag versetzt.", 26972); + +-- 11006 - Mehr Schattenstaub +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11006 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11006, "deDE", "Der Kommandant scheint doch nicht aus einem Fieberwahn heraus gesprochen zu haben. Bringt mir mehr Staub und ich werde ein weiteres Elixier für Euch herstellen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11006 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11006, "deDE", "Ihr könnt mir auch weiterhin noch Staub bringen. Ich werde so viele Elixiere für Euch herstellen, wie Ihr benötigt.$B$BAuf Befehl des Kommandanten.", 26972); + +-- 11008 - Feuer über Skettis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11008 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11008, "deDE", "Habt Ihr Euren Auftrag schon erledigt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11008 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11008, "deDE", "Ausgezeichnete Arbeit, $N! Das wird diesen Vogelwesen zeigen, wer die wahren Herren der Lüfte sind!", 26972); + +-- 11021 - Ishaals Almanach +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11021 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11021, "deDE", "Ihr wollt mir etwas zeigen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11021 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11021, "deDE", "Was habt Ihr mir da gebracht? Die Sprache dieses Folianten ist mir fremd, $N... mein Blutverlust... muss meinen Geist verschleiert haben.", 26972); + +-- 11024 - Ein Verbündeter im Unteren Viertel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11024 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11024, "deDE", "Ihr seid mit dem Geruch Skettis' behaftet! Was hat das zu bedeuten?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11024 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11024, "deDE", "Das kann nicht sein... dies war einst Eigentum eines Krallenpriesters. Wie ist es nur in Eure Hände gelangt?", 26972); + +-- 11028 - Countdown des Schicksals +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11028 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11028, "deDE", "Die Arakkoa möchten Terokk zurück aus dem Jenseits der Zeit holen und Rilak... möchte einen Weg finden, um diesen Vorgang zu beschleunigen? Hat er denn seinen Verstand verloren?$B$B<Adaris legt sich geschwächt nieder.>$B$BIhr habt Eure Pflicht erfüllt, $N. Es ist an der Zeit, dass Ihr die Sache meinen Männern überlasst. Das ist jetzt eine rein militärische Angelegenheit.", 26972); + +-- 11029 - Eine schäbige Verkleidung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11029 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11029, "deDE", "Das Buch, $N. Habt Ihr es?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11029 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11029, "deDE", "Ausgezeichnet! Das Buch beinhaltet eine Aufstellung der Nachfahren von Terokks alten Feinden. Es wurde vorhergesagt, dass ihr Tod Terokks Rückkehr ankündigen wird.", 26972); + +-- 11038 - Unterstützung für Exarch Orelis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11038 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11038, "deDE", "So, Ihr seid also hierhergekommen, um unsere Untersuchungen über Kael'thas Pläne zu unterstützen? Eure Hilfe ist uns sehr willkommen. Der Nethersturm ist voll von Agenten der Blutelfen, die nichts unversucht lassen, um das Land ins Chaos zu stürzen.", 26972); + +-- 11039 - Meldung bei Spionagemeister Thalodien +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11039 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11039, "deDE", "<Einen Augenblick lang huscht ein Ausdruck der Enttäuschung über das Gesicht des Spionagemeisters.>$B$BIch hatte wenigstens auf eine ganze Einsatzgruppe gehofft, aber wenn Voren'thal es für sinnvoll hielt, Euch alleine zu entsenden, werde ich meine Pläne entsprechend anpassen.", 26972); + +-- 11045 - Zorus der Richter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11045 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11045, "deDE", "Fantei spricht die Wahrheit, Eure Hilfe kommt mir sehr gelegen.", 26972); + +-- 11046 - Chefapothekerin Hildagard +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11046 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11046, "deDE", "Fantei hat ein gutes Gedächtnis. Es ist schon Monate her, dass ich in Shattrath war, um Zutaten zu kaufen. Allerdings hat er Recht. Ich könnte etwas Hilfe gebrauchen.", 26972); + +-- 11056 - Hazziks Handel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11056 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11056, "deDE", "$N, Ihr seid zurück! Ich dachte schon, Ihr hättet mich im Stich gelassen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11056 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11056, "deDE", "Ausgezeichnet, $N. Ihr werdet sehen, dass ich mein Wort halte.", 26972); + +-- 11072 - Feindesblut +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11072 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11072, "deDE", "Habt Ihr Eure Mission erfüllt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11072 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11072, "deDE", "Hervorragend! Hier, nehmt dies. Ich habe dieses Bündel aus den Gegenständen erstellt, die Ihr mir gebracht habt. Damit werdet Ihr Terokk beschwören können.$B$BSeid auf der Hut, $N. Er ist der mächtigste Arakkoa aller Zeiten. Unterschätzt ihn nicht!", 26972); + +-- 11073 - Terokks Fall +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11073 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11073, "deDE", "Ihr habt uns alle sehr stolz gemacht, $N. Ich werde die Kunde von Euren Taten in Shattrath verbreiten. Die Himmelswache steht für immer in Eurer Schuld.", 26972); + +-- 11074 - Zeichen der Nachfahren +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11074 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11074, "deDE", "Ich benötige einen Gegenstand von jedem der Nachfahren von Terokks ärgsten Feinden. Nur dann können wir Terokk beschwören.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11074 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11074, "deDE", "Hervorragend! Hier, nehmt dies. Ich habe dieses Bündel aus den Gegenständen erstellt, die Ihr mir gebracht habt. Damit werdet Ihr Terokk beschwören können.$B$BSeid auf der Hut, $N. Er ist der mächtigste Arakkoa aller Zeiten. Unterschätzt ihn nicht!", 26972); + +-- 11093 - Hungrige Netherrochen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11093 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11093, "deDE", "Ihr seid also zurück! Hat sich der Rochen auch gut benommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11093 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11093, "deDE", "Vielen Dank $N, dass Ihr Euch um den Rochen gekümmert habt. Mit vollem Magen fliegen diese Burschen gleich viel besser. Schließlich sollen unsere Jungs nicht abgeschossen werden, nur weil ihre Netherrochen zum Fliegen zu schwach waren.", 26972); + +-- 11096 - Bedrohung von oben +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11096 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11096, "deDE", "Gute Arbeit, Fliegerass! Ich habe das Gefühl, dass Ihr hier sehr gut hineinpasst.", 26972); + +-- 11098 - Nach Skettis! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11098 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11098, "deDE", "Ihr habt etwas für mich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11098 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11098, "deDE", "Danke für den Nachschub, wir werden ihn zu verwenden wissen! Ein neuer Rekrut? Dann wollen wir doch mal sehen, aus welchem Holz Ihr geschnitzt seid!", 26972); + +-- 11130 - Oh, es glitzert! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11130 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11130, "deDE", "<Budd beäugt die Notiz misstrauisch.>$B$BWas habt Ihr da, $C?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11130 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11130, "deDE", "<Budd liest die Notiz.>$B$BAhh! $GEin Freund:Eine Freundin; von Gaunah? Willkommen!$B$BIhr kommt genau richtig, mein Freund. Wie es das Schicksal so will, habe ich gerade erst meine Kollegen verloren. Tragisch, wirklich, aber außergewöhnliche Belohnungen haben oft ihren Preis. Lasst uns nicht zu sehr ans Negative denken!$B$BIhr habt sicherlich schon von meinen zahlreichen Ausbeuten und Entdeckungen gehört. Nun, das war alles nichts im Vergleich zu dem hier! Ich sage es Euch, wir sind nahe dran, hier in Zul'Aman Geschichte zu schreiben. Ihr hattet das Glück, rechtzeitig zu kommen, um auf der untersten Ebene dabei zu sein!", 26972); + +-- 11216 - Erzmagier Alturus +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11216 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11216, "deDE", "Danke, dass Ihr Euch die Zeit genommen habt, um uns hier zur Hilfe zu kommen. Vor uns liegt eine Menge wichtiger Arbeit.", 26972); + +-- 11372 - GESUCHT: Die Kopfschmuckfedern von Ikiss +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11372 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11372, "deDE", "Die Häuptlingszeremonie findet bald statt, beeilt Euch.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11372 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11372, "deDE", "Diese Federn werden dem Kopfschmuck des Häuptlings den letzten Schliff geben. Ihr habt Euch Eure Bezahlung redlich verdient, $C.$B$BKommt morgen wieder und ich werde einen weiteren Auftrag für Euch bereithalten.", 26972); + +-- 11383 - Gesucht: Fürsten der Zeitenrisse +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11383 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11383, "deDE", "Anscheinend habt Ihr Euren Weg in die Vergangenheit und wieder zurück gefunden. Eure Fähigkeiten als $C sind bemerkenswert. Die Belohnung gehört Euch.$B$BKehrt morgen zu mir zurück, wenn die Winde Mah'duun ihren Willen offenbart haben.", 26972); + +-- 11481 - Krise am Sonnenbrunnen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11481 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11481, "deDE", "Noch ein Soldat aus Shattrath? Welch willkommener Anblick!$B$BWünschte es gäbe mehr wie Euch, aber wir müssen mit dem auskommen, was uns gegeben ist. Was auch immer dort draußen geschieht, es wird nicht darauf warten, dass wir vorbereitet sind.$B$BSeht Euch ein wenig um, $C. Es gibt viel zu erledigen. Packt mit an und tut Euren Teil.", 26972); + +-- 11482 - Pflicht ruft +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11482 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11482, "deDE", "Willkommen auf dem Sonnenbrunnenplateau, Anfänger der... Wie bitte? Oh - Anhänger der Seher, natürlich. Habe ich das nicht gesagt?$B$BNun, gut, kommen wir gleich zur Sache. Hinter diesen Mauern geht es ernsthaft zur Sache, und das ist für unsere beiden Völker von großem Interesse. Und da keiner von uns über genügend Streitkräfte verfügt, um die Sache alleine anzugehen, werden wir ZUSAMMENARBEITEN. Verstanden?$B$BNa dann fangen wir doch einmal an.", 26972); + +-- 11497 - Fliegen lernen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11497 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11497, "deDE", "So, mein Junge Nutral schickte dich vorbei, stimmts? Guter Mann... Ich muss daran denken ihm einen auszugeben, für all die Geschäfte die er mir vermittelte.$B$BWenn es darum geht wie man richtig und ordnungsgemäß fliegen lernt, bist du hier genau richtig. Niemand fliegt feiner als wir Wildhammer und die, die wir trainieren. Gegen eine Gebühr, die nicht gerade gering ausfällt, werde ich dir lehren wie man durch die Lüfte steigt!$B$BUnd wenn du fertig bist, vergiss nicht mit Brunn dort drüben über den Kauf einer dieser schönen Greifen zu sprechen!", 26972); + +-- 11498 - Fliegen lernen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11498 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11498, "deDE", "Blut und Donner, Nutral hat mir schon wieder einen Boden-Grunzer geschickt! Sehr gut... für einen Draenei.$B$B<Olrokk spuckt auf den Boden neben Euch.>$B$BWenn Ihr wissen wollt, wie man richtig fliegt, dann seid Ihr am richtigen Ort. Für einen großen Sack Gold bringe ich Euch genug bei, um nicht unehrenhaft in den Tod zu stürzen.$B$BUnd wenn Ihr fertig seid, dann vergesst nicht, Dama Wildmähne einen unserer Windreiter abzukaufen!", 26972); + +-- 11505 - Geister von Auchindoun +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11505 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11505, "deDE", "Die Geister sind ruhelos, $N. Habt Ihr Eure Aufgabe vollbracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11505 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11505, "deDE", "Die Geister sind ihrer Ruhe einen Schritt näher. Es ist gut, ihre Gunst zu erlangen - besonders dann, wenn so nahe an ihrer Ruhestätte Krieg geführt wird.", 26972); + +-- 11506 - Geister von Auchindoun +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11506 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11506, "deDE", "Die Geister von Auchindoun sind um uns. Werden sie uns eine Wohltat zuteilwerden lassen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11506 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11506, "deDE", "Die Geister sind einen Schritt näher daran, ihre Ruhe zu finden, und haben uns deswegen ihre Gunst verliehen.$B$BEs muss eine Demütigung für unseren Feind sein, dass sich seine eigenen Urahnen gegen ihn wenden - auch, wenn es nur vorübergehend ist.", 26972); + +-- 11665 - Krokilisken in der Stadt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11665 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11665, "deDE", "Schon Krokis in den Abwasserkanälen gefangen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11665 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11665, "deDE", "Was für eine miese kleine Kreatur! Ich bin mir sicher, dass der Rokk irgendwas Leckeres aus ihr machen wird.$B$BIch mach natürlich nur Spaß.$B$B<Der alte Barlo zwinkert neckisch.>", 26972); + +-- 11666 - Köderbanditen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11666 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11666, "deDE", "Wie fischt sich's denn heute, mein Junge?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11666 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11666, "deDE", "Nun sieh mal einer an... Ihr habt einen Großen gefangen! Dieser alte Mann wird heute Abend gut essen.", 26972); + +-- 11667 - Der Eine, der entkam +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11667 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11667, "deDE", "Sagt mir, dass Ihr ihn gefangen habt. Bitte sagt mir, dass Ihr den Mistkarpfen gefangen habt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11667 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11667, "deDE", "Da ist er! Diese Narbe würde ich immer wiedererkennen.$B$BAber um ganz ehrlich zu sein, habe ich ihn mir... größer vorgestellt. Tja - denke, dass ich ihn freilassen und es an einem anderen Tag noch einmal versuchen werde.", 26972); + +-- 11668 - Garnelenfangen ist nicht einfach +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11668 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11668, "deDE", "Was haben wir denn heute gefangen, mein Junge?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11668 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11668, "deDE", "Ihr könnt mit Haken und Messer gut umgehen. Reicht mir die süßen Leckerbissen und ich werde Euch davon kosten lassen.", 26972); + +-- 11669 - Teufelsblutfilet +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11669 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11669, "deDE", "Der Teufelsblut ist ein Wunder der Evolution. Er kann in allen Gewässern und sogar Lava überleben. Fischer sind seine einzigen natürlichen Feinde.$B$BGlück beim Beutefang gehabt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11669 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11669, "deDE", "Das ist der größte und hässlichste Fisch, den ich je gesehen habe. Ich kann mir gar nicht vorstellen, was Ihr als Köder benutzt habt.$B$BLegt das Biest einfach auf den Boden und ich werde mich darum kümmern, sobald ich mir sicher sein kann, dass es tot ist.", 26972); + +-- 11877 - Angriffspläne des Sonnenzorns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11877 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11877, "deDE", "Seid Ihr mit den Plänen zurückgekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11877 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11877, "deDE", "<Lord Torvos nimmt die Pläne entgegen und sieht sie sich an.>$B$BIhr habt der Offensive einen großen Dienst erwiesen, $N. Wir sollten uns jedoch keine Ruhe gönnen. Unsere Feinde werden in Zukunft sicherlich noch mehr Unheil über uns bringen.", 26972); + +-- 11880 - Die Multiphasen-Vermessung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11880 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11880, "deDE", "Konntet Ihr die Messungen durchführen? Der Gnom wird mich wieder anbrüllen, wenn ich die kostbaren Daten nicht herbekomme.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11880 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11880, "deDE", "Danke für Eure Hilfe. Ihr wisst gar nicht, wie es ist, wenn man sich mit 'Doktor' Waffelfritte dort drüben auseinandersetzen muss. Wenn er nicht gerade damit beschäftigt ist, meinen Fortschritt zu 'überprüfen', verhökert er gerade eines seiner Geräte - die übrigens alle Erfindungen für militärische Zwecke sind.", 26972); + +-- 11885 - Feindesblut +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11885 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11885, "deDE", "Hervorragend! Hier, nehmt dies. Ich habe dieses Bündel aus den Gegenständen erstellt, die Ihr mir gebracht habt. Damit werdet Ihr Terokk beschwören können.$B$BSeid auf der Hut, $N. Er ist der mächtigste Arakkoa aller Zeiten. Unterschätzt ihn nicht!", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_03_world_335.sql new file mode 100644 index 00000000000..8bb56f950f2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_03_world_335.sql @@ -0,0 +1,59 @@ +-- Terokkar Forest -- Wälder von Terokkar +-- ObjectiveText -- 3.3.5 + +-- 9971 - Hinweise im Dickicht +UPDATE `quest_template_locale` SET `ObjectiveText1`="Merkwürdiges Objekt untersucht", `VerifiedBuild`=18019 WHERE `ID` = 9971 AND `locale` = "deDE"; + +-- 10040 - Wer sind sie? +UPDATE `quest_template_locale` SET `ObjectiveText1`="Mit dem schattenhaften Initianden gesprochen", `ObjectiveText2`="Mit dem schattenhaften Hilfsarbeiter gesprochen", `ObjectiveText3`="Mit dem schattenhaften Berater gesprochen", `VerifiedBuild`=18019 WHERE `ID` = 10040 AND `locale` = "deDE"; + +-- 10041 - Wer sind sie? +UPDATE `quest_template_locale` SET `ObjectiveText1`="Mit dem schattenhaften Initianden gesprochen", `ObjectiveText2`="Mit dem schattenhaften Hilfsarbeiter gesprochen", `ObjectiveText3`="Mit dem schattenhaften Berater gesprochen", `VerifiedBuild`=18019 WHERE `ID` = 10041 AND `locale` = "deDE"; + +-- 10097 - Bruder gegen Bruder +UPDATE `quest_template_locale` SET `ObjectiveText2`="Befreit Lakka", `VerifiedBuild`=18019 WHERE `ID` = 10097 AND `locale` = "deDE"; + +-- 10201 - Der Moment der Wahrheit +UPDATE `quest_template_locale` SET `ObjectiveText1`="Lasst Grek das Olembaöl testen", `VerifiedBuild`=18019 WHERE `ID` = 10201 AND `locale` = "deDE"; + +-- 10446 - Der finale Code +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manabombe gezündet", `VerifiedBuild`=18019 WHERE `ID` = 10446 AND `locale` = "deDE"; + +-- 10447 - Der finale Code +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manabombe gezündet", `VerifiedBuild`=18019 WHERE `ID` = 10447 AND `locale` = "deDE"; + +-- 10791 - Willkommen Wolfgeist! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Helft Malukaz, den Wolfgeist zu rufen", `VerifiedBuild`=18019 WHERE `ID` = 10791 AND `locale` = "deDE"; + +-- 10842 - Rachsüchtige Seelen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Rachsüchtige Draenei getötet", `VerifiedBuild`=18019 WHERE `ID` = 10842 AND `locale` = "deDE"; + +-- 10852 - Vermisste Freunde +UPDATE `quest_template_locale` SET `ObjectiveText1`="Kinder gerettet", `VerifiedBuild`=18019 WHERE `ID` = 10852 AND `locale` = "deDE"; + +-- 10861 - Präventivschlag gegen das Lithicversteck +UPDATE `quest_template_locale` SET `ObjectiveText1`="Jungtiere erlöst", `VerifiedBuild`=18019 WHERE `ID` = 10861 AND `locale` = "deDE"; + +-- 10873 - Bei Nacht verschleppt +UPDATE `quest_template_locale` SET `ObjectiveText1`="Verteidiger der Sha'tar befreit", `VerifiedBuild`=18019 WHERE `ID` = 10873 AND `locale` = "deDE"; + +-- 10874 - Signalfeuer des Shalasverstecks +UPDATE `quest_template_locale` SET `ObjectiveText1`="Saphirfeuer gelöscht", `ObjectiveText2`="Smaragdfeuer gelöscht", `ObjectiveText3`="Amethystfeuer gelöscht", `ObjectiveText4`="Blutsteinfeuer gelöscht", `VerifiedBuild`=18019 WHERE `ID` = 10874 AND `locale` = "deDE"; + +-- 10913 - Ein unangemessenes Begräbnis +UPDATE `quest_template_locale` SET `ObjectiveText1`="Leichnam eines getöteten Verteidigers der Sha'tar verbrannt", `ObjectiveText2`="Leichnam eines getöteten Kämpfers der Auchenai verbrannt", `VerifiedBuild`=18019 WHERE `ID` = 10913 AND `locale` = "deDE"; + +-- 10915 - Der gefallene Exarch +UPDATE `quest_template_locale` SET `ObjectiveText1`="Inhalt des Sargs der Auchenai vernichtet", `VerifiedBuild`=18019 WHERE `ID` = 10915 AND `locale` = "deDE"; + +-- 11008 - Feuer über Skettis +UPDATE `quest_template_locale` SET `ObjectiveText1`="Monströses Kaliriei zerstört", `VerifiedBuild`=18019 WHERE `ID` = 11008 AND `locale` = "deDE"; + +-- 11093 - Hungrige Netherrochen +UPDATE `quest_template_locale` SET `ObjectiveText2`="Netherrochen gefüttert", `VerifiedBuild`=18019 WHERE `ID` = 11093 AND `locale` = "deDE"; + +-- 11096 - Bedrohung von oben +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oger der Gordunni", `VerifiedBuild`=18019 WHERE `ID` = 11096 AND `locale` = "deDE"; + +-- 11880 - Die Multiphasen-Vermessung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Multiphasenmessungen durchgeführt", `VerifiedBuild`=18019 WHERE `ID` = 11880 AND `locale` = "deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_04_world_335.sql new file mode 100644 index 00000000000..194e5b87919 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_04_world_335.sql @@ -0,0 +1,15 @@ +-- Gann Stonespire +UPDATE `creature_template` SET `gossip_menu_id`=445, `AIName`="SmartAI" WHERE `entry`=3341; + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (445,446,21218); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(445,942,0), +(446,943,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=445; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(445,0,0,"Can you tell me where Brine is?",3013,1,1,446,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=445; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,445,0,0,0,15,0,64,0,0,0,0,0,"","Show gossip option if player is a Shaman"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_05_world_335.sql new file mode 100644 index 00000000000..31c1c50302e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_05_world_335.sql @@ -0,0 +1,17 @@ +-- Tog Rustsprocket +DELETE FROM `gossip_menu` WHERE `MenuID`=268 AND `TextID`=767; +DELETE FROM `gossip_menu` WHERE `MenuID`=269; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(268,767,0), +(269,768,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=268; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(268,0,0,"What message?",2753,1,1,269,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=268; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,268,767,0,0,15,0,256,0,0,0,0,0,"","Show gossip text 767 if player is a Warlock"), +(14,268,767,0,0,27,0,10,3,0,0,0,0,"","Show gossip text 767 if player is level 10 or higher"), +(15,268,0,0,0,15,0,256,0,0,0,0,0,"","Show gossip option if player is a Warlock"), +(15,268,0,0,0,27,0,10,3,0,0,0,0,"","Show gossip option if player is level 10 or higher"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_06_world_335.sql new file mode 100644 index 00000000000..c36191014db --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_06_world_335.sql @@ -0,0 +1,10 @@ +-- Quest "Fire Sapta" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=1464 AND `ConditionTypeOrReference`=2; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,1464,0,0,2,0,6636,1,1,1,0,0,"","Quest 'Fire Sapta' can only be taken if player does not have item 'Fire Sapta'"); + +-- Quest "Water Sapta" +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=972; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,972,0,0,14,0,96,0,0,0,0,0,"","Quest 'Water Sapta' can only be taken if quest 'Call of Water (Part 9)' is not taken"), +(19,0,972,0,0,2,0,6637,1,1,1,0,0,"","Quest 'Water Sapta' can only be taken if player does not have item 'Water Sapta'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_07_world_335.sql new file mode 100644 index 00000000000..4df1129af86 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_07_world_335.sql @@ -0,0 +1,2 @@ +-- Jannok Breezesong +DELETE FROM `gossip_menu` WHERE `MenuID`=436 AND `TextID`=4794; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_08_world_335.sql new file mode 100644 index 00000000000..2831c03f95e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_08_world_335.sql @@ -0,0 +1,8 @@ +-- Crank Fizzlebub +DELETE FROM `creature_text` WHERE `CreatureID`=2498 AND `GroupID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2498,2,0,"Hm... if you're looking to adle wits, $n, then the secret behind Zanzil's zombies might just do the trick!",12,0,100,0,0,0,1468,0,"Crank Fizzlebub"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=2498 AND `source_type`=0 AND `id`=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 +(2498,0,1,0,20,0,100,0,1118,0,0,0,1,2,0,0,0,0,0,7,0,0,0,0,0,0,0,"Crank Fizzlebub - On Quest 'Back to Booty Bay' Finished - Say Line 2"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_09_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_09_world_335.sql new file mode 100644 index 00000000000..2aedeba22e0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_09_world_335.sql @@ -0,0 +1,20 @@ +-- Elder Torntusk +UPDATE `creature_template` SET `gossip_menu_id`=6102, `AIName`="SmartAI" WHERE `entry`=14757; + +DELETE FROM `gossip_menu` WHERE `MenuID`=6102; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(6102,7257,0); + +DELETE FROM `creature_text` WHERE `CreatureID`=14757; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(14757,0,0,"Finally, I am free! I come home soon, my dear!",12,0,100,4,0,0,10013,0,"Elder Torntusk"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=14757 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1475700 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 +(14757,0,0,0,20,0,100,0,7846,0,0,0,80,1475700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Elder Torntusk - On Quest 'Recover the Key!' Finished - Run Script"), +(1475700,9,0,0,0,0,100,0,0,0,0,0,91,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Elder Torntusk - On Script - Remove Flag Standstate 'Dead'"), +(1475700,9,1,0,0,0,100,0,0,0,0,0,83,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Elder Torntusk - On Script - Remove Npc Flag 'Gossip'"), +(1475700,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,"Elder Torntusk - On Script - Say Line 0"), +(1475700,9,3,0,0,0,100,0,60000,60000,0,0,90,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Elder Torntusk - On Script - Set Flag Standstate 'Dead'"), +(1475700,9,4,0,0,0,100,0,0,0,0,0,82,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Elder Torntusk - On Script - Add Npc Flag 'Gossip'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_10_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_10_world_335.sql new file mode 100644 index 00000000000..9b95b105a57 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_10_world_335.sql @@ -0,0 +1,38 @@ +-- Curator Thorius +DELETE FROM `creature_text` WHERE `CreatureID`=8256; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(8256,0,0,"Poor Dorius. If I ever get my hands on those Dark Irons, so help me...",12,7,100,0,0,0,4287,0,"Curator Thorius"), +(8256,1,0,"I have just the spot for this horn!",12,0,100,0,0,0,4305,0,"Curator Thorius"), +(8256,2,0,"I've been saving this spot for something special. I don't think it gets any more special than this, $n.",12,0,100,25,0,0,4306,0,"Curator Thorius"), +(8256,3,0,"There we go. All done!",12,0,100,0,0,0,4307,0,"Curator Thorius"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8256; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8256 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (825600,825601) 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 +(8256,0,0,0,20,0,100,0,3368,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Quest 'Suntara Stones (Part 2)' Finished - Say Line 0"), +(8256,0,1,0,20,0,100,0,3182,0,0,0,80,825600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Quest 'Proof of Deed' Finished - Run Script"), +(8256,0,2,0,40,0,100,0,2,8256,0,0,80,825601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Waypoint 2 Reached - Run Script"), +(8256,0,3,0,58,0,100,0,0,8256,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Waypoint Ended - Evade"), +(825600,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,"Curator Thorius - On Script - Remove Npc Flag Questgiver"), +(825600,9,1,0,0,0,100,0,0,0,0,0,53,0,8256,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Script - Start Waypoint"), +(825600,9,2,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Script - Say Line 1"), +(825601,9,0,0,0,0,100,0,0,0,0,0,54,60000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Script - Say Line 2"), +(825601,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,5.35796,"Curator Thorius - On Script - Set Orientation"), +(825601,9,2,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Script - Say Line 2"), +(825601,9,3,0,0,0,100,0,5000,5000,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Script - Set Flag Standstate Kneel"), +(825601,9,4,0,0,0,100,0,2000,2000,0,0,50,147136,300,0,0,0,0,8,0,0,0,-4656.99,-1306,503.383,2.1903,"Curator Thorius - On Script - Summon Gameobject 'Horn of Margol the Rager'"), +(825601,9,5,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,7,0,0,0,0,0,0,0,"Curator Thorius - On Script - Say Line 3"), +(825601,9,6,0,0,0,100,0,3000,3000,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Script - Remove Flag Standstate Kneel"), +(825601,9,7,0,0,0,100,0,2000,2000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Curator Thorius - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `waypoints` WHERE `entry`=8256; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(8256,1,-4660.97,-1300.37,503.383,""), +(8256,2,-4657.86,-1304.74,503.381,""), +(8256,3,-4662.04,-1298.12,503.382,""), +(8256,4,-4659.43,-1288.83,503.382,""), +(8256,5,-4654.31,-1281.54,503.382,""); + +UPDATE `waypoint_data` SET `action`=0 WHERE `id`=18870 AND `point`=16; +DELETE FROM `waypoint_scripts` WHERE `id`=188702; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_11_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_11_world.sql new file mode 100644 index 00000000000..69640579fc4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_11_world.sql @@ -0,0 +1,640 @@ +-- Nagrand -- Nagrand +-- RequestItems, OfferReward -- master, 3.3.5 + +-- 9789 - Beherrschen der Grollhufjagd +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9789 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9789, "deDE", "Ein akzeptabler Start. Doch das war erst der Anfang.$B$BDie harmloseren Grollhufe beweisen noch gar nichts. Versuchen wir es doch mal mit einer größeren Herausforderung für Euch.", 26972); + +-- 9792 - Eine Botschaft für Telaar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9792 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9792, "deDE", "Ikuti ist wie ein Bruder für mich. Seine Freunde sind auch meine Freunde. Ihr seid hier willkommen, $N, und Ihr habt unseren Dank für die Hilfe, die Ihr meinem Volk geleistet habt.", 26972); + +-- 9797 - Verstärkung für Garadar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9797 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9797, "deDE", "<Auch wenn er sich Mühe gibt, es zu verheimlichen, macht sich Erleichterung auf Kroghans Gesicht breit.>$B$BEs wurde auch langsam Zeit, dass Ihr kommt! Sicher, Ihr seid keine Armee, $R, aber hier ist ein jeder willkommen, der Kraft genug besitzt, eine Waffe zu führen oder einen Zauber zu wirken. Die Einwohner Garadars sind ein Teil der Horde und stolz, ihr Blut für deren Verteidigung vergießen zu dürfen.", 26972); + +-- 9800 - Eine seltene Bohne +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9800 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9800, "deDE", "<Elementarist Lo'ap ballt seine Hände zu Fäusten und schüttelt den Kopf.>$B$BOgerfäuste...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9800 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9800, "deDE", "Bitte wascht Euch nicht in den heiligen Wassern des Throns.$B$B<Elementarist Lo'ap reicht Euch eine fertige Caracolitablette.>$B$BLegt sie unter Eure Zunge und lasst sie sich auflösen. Einmal aufgelöst werdet Ihr Wasser wie Luft atmen können.", 26972); + +-- 9804 - Aufgebrachte Geister des Himmelsweisensees +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9804 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9804, "deDE", "<Elementarist Lo'ap kniet im Wasser und betet.>$B$BDer Irdene Ring ist nicht stolz auf das, was geschehen ist. Wir tun das, was wir müssen, um das Land zu heilen.", 26972); + +-- 9805 - Segen des Incineratus +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9805 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9805, "deDE", "Es beschämt mich, dass mein eigenes Volk die Gewässer in Nagrand beeinflussen möchte, um ein Marschland zu erschaffen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9805 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9805, "deDE", "Eure Bemühungen haben die Ausbreitung der Verschmutzung eingedämmt, aber nun sind neue Probleme aufgetaucht.", 26972); + +-- 9810 - Der verschmutzte Geist +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9810 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9810, "deDE", "Die Elemente haben Euren Sieg besungen, als Ihr die verschmutzte Essenz getötet habt. Der Irdene Ring dankt Euch und möchte, dass Ihr Euch eine Belohnung aussucht.", 26972); + +-- 9815 - Schlammtauchen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9815 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9815, "deDE", "Lasst keinen verseuchten Schlamm zurück!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9815 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9815, "deDE", "Der Irdene Ring dankt Euch, $N. Auch die Elemente sind Euch dankbar. Eure wiederholten Bemühungen, unsere Welt zu reinigen, werden sehr geschätzt und sicher nicht vergessen.", 26972); + +-- 9818 - Im Untergrund +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9818 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9818, "deDE", "<Gordawg scheint Euch zuzunicken.>$B$BSetzt Euch.", 26972); + +-- 9819 - Die gequälte Erde +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9819 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9819, "deDE", "<Gordawg nickt zufrieden.>$B$BGut. Geister schlafen jetzt.", 26972); + +-- 9821 - Verdammnis schmecken +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9821 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9821, "deDE", "Gordawg isst den Stein. Gordawg findet den Thronräuber. Bringt Stein!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9821 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9821, "deDE", "<Gordawg spuckt den gekauten Stein aus, woraufhin ein Steinschauer auf Euch herabrieselt.>$B$BGift. Diese Felsen sind nicht Nagrand. Diese Felsen sind vergiftet. Ihr zerstört Giftfels. Ihr findet Thronräuber.", 26972); + +-- 9849 - Die Maskerade durchschauen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9849 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9849, "deDE", "Gordawg will den Stein zurück.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9849 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9849, "deDE", "GUROK! Gurok hat die Elemente verraten!", 26972); + +-- 9850 - Beherrschen der Grollhufjagd +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9850 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9850, "deDE", "Beeindruckend, sehr beeindruckend.$B$BIhr habt Potenzial, Jungspund. Ich werde Euch die Möglichkeit geben, richtig viel Spaß zu haben.", 26972); + +-- 9851 - Beherrschen der Grollhufjagd +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9851 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9851, "deDE", "Ein warmes Feuer und eine Frau an Eurer Seite könnt Ihr daheim finden. Hier jagen wir ernsthaft oder sterben bei dem Versuch.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9851 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9851, "deDE", "Ihr habt es tatsächlich geschafft! Ihr habt Banthar erlegt! Ich habe niemals an Euch gezweifelt, $N.$B$BHier, ich denke, das habt Ihr Euch redlich verdient.", 26972); + +-- 9852 - Die ultimative Beute +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9852 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9852, "deDE", "Es ist keine Schande zuzugeben, dass Ihr nicht den Mumm habt, eines der mächtigsten Tiere die dieses Land zu bieten hat, zu erlegen, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9852 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9852, "deDE", "$N! Ihr bringt das Herz dieses alten Zwergs zum Springen.$B$BIhr habt Euch nun bewiesen und seid in die Eliteränge aufgestiegen! Andere sind voller Angst geflüchtet, sind gestorben oder wurden unter den Füßen des Tieres zerquetscht. Ihr habt Euren Verstand, Eure List und Eure Entschlossenheit genutzt, um zu beweisen, dass Ihr die Jagd beherrscht.$B$BNehmt dies und seid gewiss, dass Ihr jederzeit zur Jagd an meiner Seite willkommen seid.", 26972); + +-- 9853 - Gurok der Thronräuber +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9853 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9853, "deDE", "Gordawg isst Gurokpulver.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9853 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9853, "deDE", "<Gordawg beißt fest in Guroks irdenen Kopf und bringt die Steinformation fast zum Bröckeln.>$B$BGuroks Herrschaft ist zu Ende. Die Erdelementare sind frei. Schlafen alle. Gewinner bekommt Preis!", 26972); + +-- 9854 - Beherrschen der Windrocjagd +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9854 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9854, "deDE", "Jeder Tag ist ein Geschenk. Macht das Beste daraus. Denn schon morgen werden wir uns schneller fortbewegen als heute. Wir werden unsere Arme weiter ausbreiten und uns anstrengen, um das zu erzielen, von dem wir heute Nacht noch träumen, auch wenn wir es vielleicht nie erreichen können.", 26972); + +-- 9855 - Beherrschen der Windrocjagd +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9855 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9855, "deDE", "Ihr habt Eure Fähigkeiten erneut unter Beweis gestellt, $C. Jetzt müsst Ihr Euch mit der wildesten Sorte von Windrocs messen.", 26972); + +-- 9856 - Beherrschen der Windrocjagd +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9856 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9856, "deDE", "Habt Ihr Euch Aaskralle schon gestellt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9856 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9856, "deDE", "Ihr Auge sieht aus, als wäre es noch am Leben. Denkt Ihr, sie kann immer noch in Eure Seele schauen?$B$B$N, Ihr könnt Euch zu den Elitesafarijägern zählen. Und Ihr seid auf dem besten Weg, die entscheidende Beute dieses Landes zu jagen, Zahna!$B$BIhr habt Euch das hier verdient. Möge es Euch gute Dienste leisten.", 26972); + +-- 9857 - Beherrschen der Talbukjagd +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9857 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9857, "deDE", "Das ist schon eine tolle Geschichte...<hust>...wie Ihr all die Hirsche erlegt habt, $C. Aber das könnt Ihr sicher noch besser. Ich habe da etwas anderes für Euch im Auge.", 26972); + +-- 9858 - Beherrschen der Talbukjagd +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9858 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9858, "deDE", "<hust>, <hust>... $N! Ihr habt es geschafft. Jetzt gibt es... ...nur noch eine Sache......zu tun.", 26972); + +-- 9859 - Beherrschen der Talbukjagd +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9859 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9859, "deDE", "<Harold schaut geschwächt zu Euch hoch und ringt sich ein Lächeln ab.>$B$BHabt Ihr...<hust>... den Huf?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9859 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9859, "deDE", "Wow! Ihr habt es geschafft! Das ist tatsächlich Bach'lors Huf!$B$BÄhm, wie es aussieht fühle ich mich schon viel besser. Hier, lasst mich Euch etwas zur Feier Eures Jägerkönnens schenken!", 26972); + +-- 9861 - Der heulende Wind +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9861 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9861, "deDE", "Gebt es her, schnell!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9861 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9861, "deDE", "Es ist ein Notruf, $R. Eine Macht versucht die Elemente zu untergraben.", 26972); + +-- 9862 - Bösewichte der Finsterblut +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9862 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9862, "deDE", "Ihr habt gesehen, wie sie die Elemente kontrollieren? Der Wind beugt sich ihrem Willen?$B$B<Morgh versinkt für einen Moment in Gedanken.>$B$BDas ist sehr beunruhigend, $N. Ich muss mich mit den anderen beraten.$B$BVielen Dank für Eure Mühen, $N. Vielleicht solltet Ihr in Euer Dorf zurückkehren und Euch umhören, ob es weitere Informationen über die Finsterblut und ihre schändlichen Ziele gibt.", 26972); + +-- 9863 - Abscheulicher Götzendienst +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9863 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9863, "deDE", "Tut es für uns, weil wir es nicht für uns selbst tun können.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9863 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9863, "deDE", "Ihr habt den Söhnen des Blitzschlags neue Hoffnung gegeben, $N. Wenn unser Anführer uns schon nicht beschützt, vielleicht können es andere tun - so wie Ihr.", 26972); + +-- 9864 - Der verschollene Kampftrupp +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9864 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9864, "deDE", "Ich habe Geschichten über unser Volk gehört. Sie sagen, dass wir einst Krieger waren...", 26972); + +-- 9865 - Chroniken eines Kriegers +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9865 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9865, "deDE", "<Saurfang dreht sich zu Euch um.>$B$BRieche ich da etwa Blut? Ich bedauere es sehr, dass ich Euch nicht helfen konnte. Wie stolz Ihr auf Euch sein müsst. Meine Brust hebt sich allein von dem Wissen, was Ihr getan habt.$B$BGibt es noch mehr wie Euch? Gibt es noch mehr Helden dort, wo Ihr herkommt?", 26972); + +-- 9866 - Weiter... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9866 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9866, "deDE", "<Scharfseher Corhuk starrt gedankenverloren auf den Boden. Er nickt zustimmend.>$B$B<Scharfseher Corhuk wischt sich eine Träne aus dem Gesicht.>$B$BDer Sohn ist der Vater... Mögen die Geister gnädig zu denen sein, die ihm im Weg stehen.", 26972); + +-- 9867 - Anführer der Finsterblut... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9867 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9867, "deDE", "Bringt mir den Kopf ihres Anführers, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9867 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9867, "deDE", "Das ist also das Gesicht unseres Feindes? Ich werde den Kopf aufspießen lassen und außerhalb von Garadar aufstellen. Sollten sie je wagen, uns nochmals anzugreifen, werden sie den Folgen ihres Handelns in die Augen sehen müssen.", 26972); + +-- 9868 - Das Totem von Kar'dash +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9868 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9868, "deDE", "Was macht das schon? Die Großmutter liegt im Sterben. Das Leben ist nicht lebenswert...", 26972); + +-- 9869 - Der Thron der Elemente +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9869 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9869, "deDE", "Ah, danke für diese Nachricht. Hättet ihr vielleicht etwas dagegen, dem Irdenen Ring zu helfen? Die Elemente sind sehr aufgewühlt, wir können alle Hilfe, die wir bekommen können, brauchen.", 26972); + +-- 9870 - Der Thron der Elemente +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9870 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9870, "deDE", "Ah, danke für diese Nachricht. Hättet ihr vielleicht etwas dagegen, dem Irdenen Ring zu helfen? Die Elemente sind sehr aufgewühlt, wir können alle Hilfe, die wir bekommen können, brauchen.", 26972); + +-- 9871 - Eindringlinge der Finsterblut +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9871 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9871, "deDE", "Was gibt's?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9871 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9871, "deDE", "<Arechron schlägt mit der einen Hand in die andere.>$B$BOrtor... Dieser verräterische Dreckskerl!", 26972); + +-- 9872 - Eindringlinge der Finsterblut +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9872 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9872, "deDE", "Was gibt es?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9872 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9872, "deDE", "<Garrosh zerknüllt die Karte und wirft sie ins Feuer.>$B$BWas soll ich damit? Sie greifen uns schon seit Wochen an. Das ist nichts neues.$B$BVersteht Ihr nicht? Wir sind geliefert... Großmutter Geyah liegt im Sterben.", 26972); + +-- 9873 - Mein alter Freund Ortor... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9873 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9873, "deDE", "Tausend tote Orcs sagt Ihr? Was könnte wohl der Auslöser für solch ein unverfrorenes Vordringen in Orcgebiet sein? Es ist gut, dass er tot ist, aber da steckt mehr dahinter, als ein Tentakel fühlen kann.", 26972); + +-- 9874 - Die Ausbreitung eindämmen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9874 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9874, "deDE", "Die Orcs werden nicht verstehen, warum wir das tun, aber es muss getan werden. Für das Wohl der Orcs sowie der Zerschlagenen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9874 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9874, "deDE", "<Otonbu seufzt.>$B$BDas macht uns jegliche Hoffnung auf Frieden mit den Orcs für weitere zehn Jahre zunichte. Zumindest werden wir diese zehn Jahre noch erleben, was wir vielleicht nicht hätten, wenn die Leichen im See verrottet wären.", 26972); + +-- 9878 - Die Lösung des Problems +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9878 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9878, "deDE", "Ich glaube kaum, dass die Orcs verstehen oder zu schätzen wissen, was Ihr da getan habt, aber Eure Tat war gut für Nagrand. Vielen Dank, Problemlöser...", 26972); + +-- 9879 - Das Totem von Kar'dash +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9879 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9879, "deDE", "Ja, ich weiß von dem Totem... aber es gehört noch viel mehr zu dieser Geschichte. Ich darf Euch jedoch nichts darüber erzählen. Nur Auserwählte haben Zugang zu solchem Wissen.", 26972); + +-- 9882 - Von Dieben stehlen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9882 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9882, "deDE", "Habt Ihr die Kristallfragmente bekommen, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9882 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9882, "deDE", "Ich bin beeindruckt. Die meisten sind in ausgezeichnetem Zustand.$B$BIch werde bei unserem Volk ein gutes Wort für Euch einlegen.", 26972); + +-- 9883 - Noch mehr Kristallfragmente +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9883 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9883, "deDE", "Ihr habt noch mehr Kristallfragmente? Nehmt aber bitte keine, die noch mit dem Berg verbunden sind. Wir wollen keinen Ärger mit den Naaru.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9883 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9883, "deDE", "Bringt mir ruhig weiter Kristalle, $N. Wir können nicht zulassen, dass diese Diebe unser Eigentum stehlen.$B$BAuch wenn es eigentlich noch gar nicht unseres ist. Theoretisch natürlich.", 26972); + +-- 9884 - Mitgliedervorteil +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9884 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9884, "deDE", "Das Konsortium ist dafür bekannt, dass es sich gut um seine Freunde kümmert. Zu Beginn jeden Monats werde ich Euch ein paar Edelsteine als Bezahlung für Eure Dienste geben.$B$BDie Qualität der Steine hängt davon ab, wie treu ergeben Ihr uns wart. Lasst uns also hoffen, dass Ihr das Richtige tut und bei uns bleibt.", 26972); + +-- 9885 - Mitgliedervorteil +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9885 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9885, "deDE", "Schön Euch wiederzusehen, $N. Ich habe Eure Edelsteine für diesen Monat fertig.$B$BIch habe Euch ein paar mehr dazugetan, damit Ihr wisst wie froh wir sind, Euch bei uns zu haben.", 26972); + +-- 9886 - Mitgliedervorteil +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9886 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9886, "deDE", "Das Konsortium ist dafür bekannt, dass es sich gut um seine Freunde kümmert. Zu Beginn jeden Monats werde ich Euch ein paar Edelsteine als Bezahlung für Eure Dienste geben.$B$BDie Qualität der Steine hängt davon ab, wie treu ergeben Ihr uns wart. Lasst uns also hoffen, dass Ihr das Richtige tut und bei uns bleibt.", 26972); + +-- 9887 - Mitgliedervorteil +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9887 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9887, "deDE", "Das Konsortium ist dafür bekannt, dass es sich gut um seine Freunde kümmert. Zu Beginn jeden Monats werde ich Euch ein paar Edelsteine als Bezahlung für Eure Dienste geben.$B$BDie Qualität der Steine hängt davon ab, wie treu ergeben Ihr uns wart. Lasst uns also hoffen, dass Ihr das Richtige tut und bei uns bleibt.", 26972); + +-- 9888 - Der unfähige Anführer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9888 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9888, "deDE", "<Kilrath flüstert.>$B$BDiese Oger sind extrem sonderbar. Und auch extrem dumm. Schaut nur, wie der fette den, äh, weniger fetten zum Tanzen zwingt. Es ist faszinierend.", 26972); + +-- 9889 - Nicht den Fetten töten! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9889 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9889, "deDE", "Lasst mich leben und ich sage Euch alles, was Ihr wissen wollt!", 26972); + +-- 9890 - Erfolg! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9890 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9890, "deDE", "Ganz ruhig, $N. Ich bin nur ein kleiner $C. Ich habe keine Ahnung, was ich mit solch einer Information anfangen soll.", 26972); + +-- 9891 - Weil Kilrath ein Feigling ist +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9891 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9891, "deDE", "Sie denken also, dass sie uns Orcs nach Lust und Laune vertreiben und abschlachten können, was? Ich bin mir sicher, dass das nichts damit zu tun hat, dass unser Anführer ein unfähiger Jammerlappen ist... Wenn er doch nur einen Bruchteil der Leidenschaft seines Vaters geerbt hätte...", 26972); + +-- 9892 - Noch mehr Obsidiankriegsperlen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9892 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9892, "deDE", "Habt Ihr noch mehr Kriegsperlen? Ihr findet genügend Oger weit im Norden, an der Grenze zu den Zangarmarschen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9892 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9892, "deDE", "Wir werden gut an diesen Perlen verdienen, $N. Ich werde Khoraazi ganz sicher von Eurer Arbeit hier erzählen.", 26972); + +-- 9893 - Obsidiankriegsperlen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9893 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9893, "deDE", "Wie führen die Oger sich auf, $N? Harte Nuss, was?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9893 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9893, "deDE", "Ausgezeichnet. Das wird uns über Wasser halten bis die Sha'tar fertig sind mit was immer sie auch im Oshu'gun tun mögen.", 26972); + +-- 9897 - Ich bin gerettet! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9897 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9897, "deDE", "Es ist sehr...<hust>...nett von Kristen, dass sie ihre Tierhäute teilt, meint Ihr nicht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9897 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9897, "deDE", "Nun, ich konnte nicht wissen, ob Ihr Kristen helfen konntet oder nicht. Aber wenn sie Euch eines ihrer Bündel mit Tierhäuten gegeben hat, müsst Ihr wohl in Ordnung sein.$B$BHier ist Eure Belohnung.", 26972); + +-- 9900 - Gava'xi +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9900 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9900, "deDE", "Dank Euch müssen wir uns nun nicht mehr vor Gava'xi fürchten. Wollen wir uns nun um eure Belohnung kümmern.", 26972); + +-- 9906 - Sag's mit Fäusten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9906 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9906, "deDE", "Unser Auftrag ist noch nicht zu Ende. Es gibt noch andere, die einer Lektion bedürfen!", 26972); + +-- 9907 - Ein kühner Angriff +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9907 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9907, "deDE", "Wenn dies das Blut in ihren Adern nicht zum Gefrieren bringt, dann wird es nichts schaffen. Ihr habt den Mag'har zu Gerechtigkeit verholfen, $N. Und für Gerechtigkeit zahlen die Mag'har gut.", 26972); + +-- 9910 - Standarten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9910 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9910, "deDE", "Ehrfurcht aus Angst! Das ist so gut wie jeder andere Grund.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9910 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9910, "deDE", "Vielleicht wollt Ihr noch eine andere Aufgabe? Eine etwas heiklere?", 26972); + +-- 9913 - Das Konsortium braucht Euch! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9913 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9913, "deDE", "Seid Ihr bereit für ein wenig Arbeit, $R? Ich habe die perfekte Aufgabe für Euch.", 26972); + +-- 9914 - Ein ganzer Kopf voll Elfenbein +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9914 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9914, "deDE", "Ich brauche Elfenbein, keine Entschuldigungen. Wir können natürlich Euren Anteil am Gewinn neu verhandeln. Ich glaube aber kaum, dass Ihr mit dem Ergebnis zufrieden sein werdet.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9914 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9914, "deDE", "Ich habe keine Sekunde an Euch gezweifelt, mein Freund. Die meisten hiervon sehen gut aus. Ein bisschen dreckig und verkratzt vielleicht. Aber ich denke, sie sind den Preis, den wir vereinbart hatten, wert.$B$BIch hoffe, das wir auch in Zukunft ins Geschäft kommen.", 26972); + +-- 9915 - Noch mehr Elfenbein +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9915 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9915, "deDE", "Ich habe immer noch Bedarf an Elfenbeinstoßzähnen von den wilden Elekk in Nagrand. Unglücklicherweise kann ich es mir nicht mehr leisten, Euch dafür zu bezahlen.$BWenn Ihr mir aber trotzdem weiter Stoßzähne bringt, werdet Ihr Euch beim Konsortium sehr beliebt machen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9915 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9915, "deDE", "Ausgezeichnet, noch mehr hochwertige Stoßzähne. Auch wenn ein paar davon etwas schäbig aussehen.$B$BIhr habt den Dank des Konsortiums, $N.", 26972); + +-- 9916 - Vorratskisten des Blutenden Auges +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9916 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9916, "deDE", "Vielleicht können unserer Kinder eines Tages ohne Hunger leben.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9916 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9916, "deDE", "Die meisten unserer Besitztümer wurden bei Angriffen zerstört oder gestohlen. Ich kann euch nicht viel bieten, aber hier sind ein paar Dinge, die Ihr vielleicht als nützlich empfinden könntet.", 26972); + +-- 9917 - Kann ich meinen Augen trauen? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9917 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9917, "deDE", "Habt Ihr Neuigkeiten erfahren?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9917 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9917, "deDE", "<Bintook liest die Pläne.>$B$BBEIM LICHT! Diese Handschrift ist grauenvoll! So wie ich das sehe, planen sie \"die blauen Häute zu essen und ihr Dorf einzunehmen\" oder einen Blaubeerkuchen zu backen. Es könnte wirklich beides heißen. Wir müssen der Sache auf den Grund gehen!", 26972); + +-- 9918 - Nicht solange ich hier wache! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9918 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9918, "deDE", "Oh je, das war nur eine kleine Jagdgesellschaft? Ihr müsst Mo'mor erzählen, was Ihr herausgefunden habt!", 26972); + +-- 9920 - Mo'mor der Brecher +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9920 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9920, "deDE", "<Mo'mor schaut verdutzt drein.>$B$BEin neuer Ogerstamm drängt die Felsfäuste immer weiter nach Süden? Das klingt beunruhigend. Wir müssen mit der Situation in der Nähe unseres Zuhauses fertigwerden...", 26972); + +-- 9921 - Die Ruinen der Brennenden Klinge +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9921 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9921, "deDE", "Ausgezeichnet. Konntet Ihr diesen Lantresor, der in dem Brief dieses Dummkopfs erwähnt wurde, ausfindig machen?$B$BEgal, wir müssen weitermachen. Ich habe Berichte über weitere Ogeraktivitäten erhalten, um die sich sofort jemand kümmern muss!", 26972); + +-- 9922 - Die Zwillingsschluchten von Nagrand +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9922 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9922, "deDE", "Ausgezeichnete Arbeit! Ich stelle im Augenblick Nachforschungen über den Totschlägerstamm an, den der Leutnant der Felsfäuste erwähnt hat. Jetzt müssen die Aufgaben, die Ihr erledigt habt, getestet werden.", 26972); + +-- 9923 - HILFE! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9923 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9923, "deDE", "Es tut mir wirklich sehr leid, $R. Er gerät immer in Schwierigkeiten. Manchmal wünschte ich, ich könnte ihn anleinen...", 26972); + +-- 9924 - Corki wird schon wieder vermisst! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9924 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9924, "deDE", "Ich bin Euch so dankbar, $N. Seine Mutter wird sich in Zukunft um ihn kümmern.", 26972); + +-- 9925 - Eine Frage der Sicherheit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9925 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9925, "deDE", "Ihr zaubert ein Lächeln auf mein Gesicht, $N. Zumindest würdet Ihr das, wenn ich noch ein Gesicht hätte.$B$BWenn Ihr so weiter macht werden wir noch beste Freunde.", 26972); + +-- 9927 - Erbarmungslose Gerissenheit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9927 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9927, "deDE", "<Lantresor schaut Euch entgeistert an.>$B$BSchon fertig?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9927 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9927, "deDE", "Könnt Ihr Euch vorstellen, wie verwirrt sie darüber sein werden, $R? Das wird wundervoll.", 26972); + +-- 9928 - Waffen zur Täuschung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9928 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9928, "deDE", "Wir werden einen nie dagewesenen Hass zwischen den beiden Klans säen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9928 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9928, "deDE", "Ausgezeichnet! Unser nächstes Ziel sind die Ruinen des Lachenden Schädels.", 26972); + +-- 9931 - Sich für den Gefallen revanchieren +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9931 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9931, "deDE", "Könnt Ihr vorhersehen, was als Nächstes geschieht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9931 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9931, "deDE", "Der Plan ist perfekt, $N. Ich sehe jetzt schon die Früchte unserer Arbeit.", 26972); + +-- 9932 - Beweismaterial +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9932 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9932, "deDE", "Wisst Ihr nun, warum Ihr nie einen Krieg gegen mich gewinnen würdet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9932 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9932, "deDE", "Ich muss zugeben, dass ich mich seit Jahrzehnten nicht mehr so lebendig gefühlt habe. Ihr habt gute Arbeit geleistet, $N.", 26972); + +-- 9933 - Nachricht für Telaar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9933 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9933, "deDE", "Frieden sagt Ihr?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9933 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9933, "deDE", "Bitte, $N, nehmt Euch von diesem Friedensangebot was immer Ihr möchtet. Schließlich wäre dies ohne Eure Hilfe niemals möglich gewesen.", 26972); + +-- 9934 - Nachricht für Garadar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9934 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9934, "deDE", "<Garrosh scheint von dem Angebot unbeeindruckt zu sein.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9934 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9934, "deDE", "<Garrosh tritt die Kiste um.>$B$BIhr verschwendet Eure Zeit, $R. Nehmt Euch aus der Kiste was immer Ihr wollt. Weder ich noch Garadar haben für diesen unnützen Tand Verwendung.", 26972); + +-- 9935 - GESUCHT: Giselda die Alte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9935 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9935, "deDE", "Die Alte ist tot! Das sind wundervolle Nachrichten, $N. Hier ist Eure Belohnung.", 26972); + +-- 9936 - GESUCHT: Giselda die Alte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9936 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9936, "deDE", "Die Alte ist tot! Das sind wundervolle Nachrichten, $N. Hier ist Eure Belohnung.", 26972); + +-- 9937 - GESUCHT: Durn der Nimmersatte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9937 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9937, "deDE", "Durns tödlicher Griff wurde gelöst! Nagrand schaut Dank Euch auf eine bessere Zukunft, Held. Gut gemacht!", 26972); + +-- 9938 - GESUCHT: Durn der Nimmersatte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9938 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9938, "deDE", "Durns tödlicher Griff wurde gelöst! Nagrand schaut Dank Euch auf eine bessere Zukunft, Held. Gut gemacht!", 26972); + +-- 9939 - GESUCHT: Zorbo der Berater +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9939 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9939, "deDE", "Dies ist ein großer Sieg für die Bewohner von Garadar! Gut gemacht, $N!", 26972); + +-- 9940 - GESUCHT: Zorbo der Berater +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9940 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9940, "deDE", "Dies ist ein großer Sieg für die Bewohner von Telaar! Gut gemacht, $N!", 26972); + +-- 9944 - Verschollene mag'harische Prozession +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9944 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9944, "deDE", "Dreißig Orcs, $R! Von diesen dreißig sind nur noch Ungriz und ich übrig. Wir haben den jungen Orc, Saurfang, halb tot in der Nähe von Sonnenwind gefunden. Offensichtlich ist er aus einem anderen Grund hier...", 26972); + +-- 9945 - Krieg den Totschlägern +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9945 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9945, "deDE", "Das ist ein guter Anfang, aber ihr Anführer muss getötet werden, damit Eure Taten auch langfristige Erfolge erzielen können.", 26972); + +-- 9946 - Cho'war der Plünderer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9946 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9946, "deDE", "Er ist sicher sehr schwer bewacht.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9946 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9946, "deDE", "Diesen Kopf stellen wir an dem Toren von Garadar auf, damit alle ihn sehen können. Die Oger werden es sich zweimal überlegen, bevor sie heilige Rituale der Mag'har stören.", 26972); + +-- 9948 - Findet die Überlebenden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9948 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9948, "deDE", "Ihr habt geschafft, was keiner für möglich hielt und unsere vermissten Brüder und Schwestern zurückgebracht. Für die Mag'har seid Ihr ein Held, $N. Alle werden Euren Namen kennen und wissen, was Ihr für uns getan habt.", 26972); + +-- 9954 - Corkis Lösegeld +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9954 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9954, "deDE", "Diesmal haben sie mich gut eingesperrt, $N. Der König der Totschläger, Cho'war, hat den Schlüssel.", 26972); + +-- 9955 - Cho'war der Plünderer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9955 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9955, "deDE", "Danke, $N. Ich habe Corki zu den Nachtelfen im Schergrat geschickt. Hoffentlich gelingt es ihnen, ihn vom Ärger fern zu halten.$B$BWegen der Belohnung...", 26972); + +-- 9956 - Die Überfallene Karawane +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9956 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9956, "deDE", "Ich komme mir so dumm vor. Archerons Sohn, Corki, hat mich gefragt, was los ist, und ich habe es ihm gesagt. Jetzt ist er schon wieder verschwunden!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9956 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9956, "deDE", "Erstaunlich! Wie habt Ihr es geschafft, all das alleine zurückzutragen?", 26972); + +-- 9962 - Der Ring des Blutes: Schmetterzehe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9962 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9962, "deDE", "Der Kampf ist vorüber, wenn Ihr oder Euer Gegner tot zu Boden geht.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9962 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9962, "deDE", "Hm, nicht schlecht. Gar nicht schlecht... Ihr habt Potenzial, Kleiner. Hier habt Ihr etwas Gold für Eure Taschen.", 26972); + +-- 9967 - Der Ring des Blutes: Die Blaumänner +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9967 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9967, "deDE", "Ich gebe zu, dass ich nicht geglaubt habe, dass Ihr eine Chance hättet, $N! Das war beeindruckend! Wie wär's mit einem weiteren Kampf? Gurgthock hat den perfekten Gegner für Euch.", 26972); + +-- 9970 - Der Ring des Blutes: Rokdar der Zerklüftete +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9970 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9970, "deDE", "Ihr habt die Oger zum Schwitzen gebracht, Kleiner. Diesmal bekommt Ihr noch etwas dazu. Benutzt nicht alles auf einmal!$B$BSeid Ihr bereit für einen weiteren Kampf? Gurgthock setzt die ganze Bank auf Euch!", 26972); + +-- 9972 - Der Ring des Blutes: Skra'gath +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9972 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9972, "deDE", "KLEINER! KLEINER IHR HABT ES GESCHAFFT! Als nächstes kommt der große Kampf! Die Meisterschaft!$B$BOk, locker bleiben. Wir wollen ja nicht, dass die Oger erfahren, dass hier was im Busch ist. Schließlich bekomme ich ja auch meinen Anteil daran.", 26972); + +-- 9973 - Der Ring des Blutes: Champion der Totschläger +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9973 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9973, "deDE", "Oh je, Mogor hat sein Kampfrecht als Held der Totschläger eingefordert. Ihr müsst gegen ihn kämpfen!$B$BNiemand hat je behauptet, dass die Totschläger gute Verlierer... äh... Oger wären.", 26972); + +-- 9977 - Der Ring des Blutes: Die letzte Herausforderung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9977 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9977, "deDE", "Gurthock hat doch gesagt, dass es sich bezahlt machen wird, Kleiner. Sucht Euch was aus!", 26972); + +-- 9982 - Er nannte sich Altruis... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9982 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9982, "deDE", "Überrascht Euch mein Aussehen? Wisst Ihr, was ich bin?", 26972); + +-- 9983 - Er nannte sich Altruis... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9983 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9983, "deDE", "Überrascht Euch mein Aussehen? Wisst Ihr, was ich bin?", 26972); + +-- 9991 - Inspektion des Lagers +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9991 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9991, "deDE", "Ausgezeichnete Arbeit, $N! Jetzt haben wir einen Ausgangspunkt um unseren Gegenangriff zu planen.", 26972); + +-- 9999 - Spiel auf Zeit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9999 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9999, "deDE", "Wie ich es mir dachte. Es gibt keinen normalen Weg, Teufelsstahl zu zerstören. Es ist aber noch nicht alles verloren...", 26972); + +-- 10001 - Der Meisterplaner +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10001 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10001, "deDE", "Bleibt auf jeden Fall von den Vorarbeitern fern. Sie dürfen nichts von Eurer Anwesenheit mitbekommen. Die Folgen könnten verheerend sein!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10001 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10001, "deDE", "Mein Bekannter kennt hoffentlich einen Weg, die Lager zu zerstören. Er war schließlich mal ein Ingenieur der Legion...", 26972); + +-- 10004 - Geduld und Verständnis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10004 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10004, "deDE", "<Sal'salabim kratzt sich am Kopf.>$B$B[Dämonisch] Ik il romath sardon.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10004 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10004, "deDE", "Beruhigt Euch, Schätzchen, Sal'salabim wird helfen.", 26972); + +-- 10009 - Ein paar Schädel spalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10009 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10009, "deDE", "Ihr ja nicht kommen zurück ohne Sal'salabims Gold!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10009 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10009, "deDE", "Nun, Geschäft sein Geschäft, aber wenn Sal'salabim Euch sagen, Ihr nicht böse werden, ja?", 26972); + +-- 10010 - So einfach ist das? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10010 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10010, "deDE", "Natürlich! Wir werden sie mit ihren eigenen Waffen schlagen!", 26972); + +-- 10011 - Konstruktionslager: zerstört +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10011 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10011, "deDE", "Wir haben gesiegt! Das Vorrücken der Legion wurde gebremst!$B$BIch biete Euch eine Auswahl an Belohnungen für Eure heldenhaften Taten!", 26972); + +-- 10044 - Ein Besuch bei der Großmutter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10044 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10044, "deDE", "Wir müssen zuerst Euren Geist erweitern, damit Ihr mit den Ahnen sprechen könnt.", 26972); + +-- 10045 - Zutaten sammeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10045 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10045, "deDE", "Hallo, Kind.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10045 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10045, "deDE", "Ihr seid sehr geschickt, $N. Unsere besten Kräutersammler hätten doppelt so lange gebraucht, um die Kräuter zu sammeln.$B$B$B$BHabt keine Angst.", 26972); + +-- 10074 - Kristallpulver von Oshu'gun +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10074 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10074, "deDE", "Der Erdkern dieser Gegend ist vom Kristallpulver des Bergs durchdrungen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10074 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10074, "deDE", "Wundervoll, $N. Das wird uns in unserem Kampf gegen den Abschaum der Allianz helfen, der sich hier in der Scherbenwelt breitgemacht hat.", 26972); + +-- 10075 - Kristallpulver von Oshu'gun +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10075 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10075, "deDE", "Dieser Stützpunkt war die erste Forschungseinrichtung für die Untersuchung von Naarukristallen.$B$BWir haben hier eine wahre Goldgrube an Forschungsunterlagen über die Kristalle des \"diamantenen\" Bergs, Oshu'gun, gefunden. Wie es scheint, ist überall in diesem Gebiet etwas von der übrig gebliebenen Macht der Kristalle von Oshu'gun enthalten. Wenn Ihr während Euren Abenteuern in diesem Gebiet Kristallpulver finden solltet, bringt es zu mir, und ich werde Euch ein Zeichen meiner Wertschätzung geben, dass Ihr bei den Rüstmeistern eintauschen könnt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10075 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10075, "deDE", "Ich danke Euch für Euren Beitrag, <Name>. Wenn Ihr noch mehr finden solltet, wisst Ihr, wo Ihr sie hinbringen könnt.", 26972); + +-- 10076 - Kristallpulver von Oshu'gun +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10076 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10076, "deDE", "Das Kristallpulver des Bergs ist vom Erdenkern dieser Gegend durchdrungen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10076 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10076, "deDE", "Wundervoll, $N. Das wird uns in unserem Kampf gegen den Abschaum der Horde helfen, der sich hier in der Scherbenwelt breitgemacht hat.", 26972); + +-- 10077 - Kristallpulver von Oshu'gun +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10077 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10077, "deDE", "Dieser Stützpunkt war die erste Forschungseinrichtung für die Untersuchung von Naarukristallen.$B$BWir haben hier eine wahre Goldgrube an Forschungsunterlagen über die Kristalle des \"diamantenen\" Bergs, Oshu'gun, gefunden. Wie es scheint, ist überall in diesem Gebiet etwas von der übrig gebliebenen Macht der Kristalle von Oshu'gun enthalten. Wenn Ihr während Euren Abenteuern in diesem Gebiet Kristallpulver finden solltet, bringt es zu mir, und ich werde Euch ein Zeichen meiner Wertschätzung geben, dass Ihr bei den Rüstmeistern eintauschen könnt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10077 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10077, "deDE", "Ich danke Euch für Euren Beitrag, <Name>. Wenn Ihr noch mehr finden solltet, wisst Ihr, wo Ihr sie hinbringen könnt.", 26972); + +-- 10081 - Mutter Kashur treffen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10081 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10081, "deDE", "Der Trank, den Ihr zu Euch genommen habt, hat keine echte Wirkung. Ihr könnt einen Geist nur sehen, wenn er es zulässt. Der Trank ist nur ein Symbol Eures Glaubens und Eurer Hingabe. Es war ein Test. Und Ihr habt ihn bestanden...", 26972); + +-- 10082 - Die aufgebrachten Ahnen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10082 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10082, "deDE", "Es ergibt keinen Sinn. Sie erheben sich weiter. Es muss etwas Heimtückischeres dahinter stecken.", 26972); + +-- 10085 - Ein Besuch bei den Ahnen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10085 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10085, "deDE", "Das ist sehr beunruhigend. Ihr sagt, keiner der Ahnen war in seinem Dorf? Sie gehen alle nach Süden?", 26972); + +-- 10101 - Wenn Geister sprechen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10101 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10101, "deDE", "<Eine sanfte, melodische Stimme erklingt in Eurem Kopf.> Ich bin K'ure von den Naaru, $N. Ihr steht hier im Herzen meines alten Schiffs.$B$BOshu'gun, wie die Orcs es genannt haben, ist das Schiff, mit dem die Draenei zuerst auf diese Welt gekommen sind. Obwohl wir schon vor hunderten von Jahren hier vom Himmel gefallen und abgestürzt sind, sind meine Energien immer noch in diesen Trümmern gefangen. Leider bin ich der Grund für die Schmerzen der Orcgeister.", 26972); + +-- 10102 - Ein gelüftetes Geheimnis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10102 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10102, "deDE", "Es war weise von K'ure, Euch hierherzuschicken. Wir können das Leiden der Orcahnen nicht lindern, doch es gibt einen, der es kann.$B$BEinen, der bald im Licht wiedergeboren wird...", 26972); + +-- 10107 - Diplomatische Maßnahmen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10107 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10107, "deDE", "Wie also lautet Eure Entscheidung? Soll es Krieg geben, oder werdet Ihr mich unterstützen?", 26972); + +-- 10108 - Diplomatische Maßnahmen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10108 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10108, "deDE", "Wie also lautet Eure Entscheidung? Soll es Krieg geben, oder werdet Ihr mich unterstützen?", 26972); + +-- 10109 - Ich muss sie haben! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10109 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10109, "deDE", "Habt Ihr das Gas?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10109 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10109, "deDE", "Ausgezeichnet! Nur ein paar kleine Einstellungen und dieses Ding ist so gut wie neu. Oh richtig, Euer Schlüssel! Bitte sehr.$B$BDer Spring-o-Mat hat übrigens noch ein paar Macken, die ich noch reparieren muss. Äh, seid einfach vorsichtig damit.", 26972); + +-- 10111 - Bringt mir das Ei! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10111 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10111, "deDE", "Habe ich meine Vorliebe für Eier erwähnt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10111 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10111, "deDE", "Nun, es ist kein Ei... Aber Hühnchen mag ich auch! Ich beiße mich einfach durch diese riesige Klaue durch! Danke!", 26972); + +-- 10113 - Nesingwarys Safari +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10113 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10113, "deDE", "Ich schätze, wir müssen einen Ersatz für den Wasserträger finden. Nun, Ihr seht aus wie ein kräftiger $C. Interesse an einem Job? Oder kommt Ihr wegen der Jagd?", 26972); + +-- 10114 - Nesingwarys Safari +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10114 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10114, "deDE", "Ich bin erleichtert zu hören, dass er in Sicherheit ist. Seid Ihr hier, um an der Jagd teilzunehmen?", 26972); + +-- 10168 - Was die Seele sieht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10168 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10168, "deDE", "<Mutter Kashur ist sichtlich aufgebracht.>$B$BDiese Naaru sind weiser als alle Lebewesen in dieser Welt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10168 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10168, "deDE", "Ihr habt eine lange und gefährliche Reise hinter Euch und Leben und Gesundheit für die Sicherheit der Mag'har und den Frieden unserer Ahnen aufs Spiel gesetzt. Ich bin Euch dafür dankbarer, als tausend Worte sagen können.", 26972); + +-- 10170 - Rückkehr zur Großmutter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10170 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10170, "deDE", "Ich möchte, dass Ihr diese Nachrichten persönlich zu Garrosh bringt.", 26972); + +-- 10171 - Der untröstliche Häuptling +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10171 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10171, "deDE", "Alle sind stolz. Stolz, dass unser Volk einen weiteren Winter überleben wird. Aber danach? Was ist danach?$B$BVielleicht solltet Ihr diesen Klan anführen, $N. Vielleicht ist es mir dann vergönnt zu sterben, wenn die Großmutter dahinscheidet. Vergönnt, die Schande meines Familiennamens auszulöschen. Ich sehne mich nach diesem Frieden.", 26972); + +-- 10172 - Es gibt keine Hoffnung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10172 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10172, "deDE", "<Tränen strömen über Großmutter Geyahs Gesicht.>$B$BThrall ist auf dem Weg hierher. Ich weiß, dass er bald hier sein wird.", 26972); + +-- 10476 - Grimmige Feinde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10476 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10476, "deDE", "Nun, $N? Könnt Ihr nur Reden schwingen, oder habt Ihr mir etwas vorzuweisen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10476 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10476, "deDE", "Ihr beweist Euch allmählich als wertvoller wertvoller Verbündeter und Kämpfer. Macht weiter so!", 26972); + +-- 10477 - Mehr Kriegsperlen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10477 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10477, "deDE", "Habt Ihr noch mehr Obsidiankriegsperlen dabei, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10477 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10477, "deDE", "Ihr beweist Euch weiterhin als wertvoll, $N. Möge Eure Stärke nie versagen.", 26972); + +-- 10478 - Mehr Kriegsperlen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10478 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10478, "deDE", "Habt Ihr noch mehr Obsidiankriegsperlen besorgt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10478 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10478, "deDE", "Ihr beweist uns auch weiterhin Eure Stärke und Ehre, $N.", 26972); + +-- 10479 - Stärke beweisen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10479 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10479, "deDE", "Habt Ihr etwas, das Ihr mir zeigen möchtet, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10479 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10479, "deDE", "Ihr seid wirklich ein starker Verbündeter, $N. Den Ogern der Scherbenwelt Auge in Auge gegenüberzutreten ist nichts, was jeder einfach so tun kann.", 26972); + +-- 10640 - Altruis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10640 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10640, "deDE", "Ihr habt einen langen Weg hinter Euch, Fremder. Ich bin überrascht, dass derjenige, der Euch zu mir geschickt hat, von mir gehört hat.", 26972); + +-- 10641 - Gegen die Legion +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10641 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10641, "deDE", "Ihr habt beweisen, dass Ihr nicht von der Berührung der Legion verderbt wurde. Der Feind meines Feindes ist mein Freund.", 26972); + +-- 10646 - Illidans Schüler +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10646 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10646, "deDE", "Jetzt kennt Ihr die Geschichte. Bleibt nur noch eine Sache zu erledigen.", 26972); + +-- 10668 - Gegen die Illidari +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10668 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10668, "deDE", "Ihr gehört also nicht zu Illidan. Ihr seid einen Schritt näher daran, mein volles Vertrauen zu erlangen.", 26972); + +-- 10669 - Gegen jede Chance +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10669 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10669, "deDE", "Ihr seid zurück. Ist Xeleth tot?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10669 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10669, "deDE", "Gut gemacht, $N. Er konnte sich also immer noch an den Tag erinnern, an dem ich den Speer in seinen Körper rammte? Das ist schon so lange her...", 26972); + +-- 10689 - Altruis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10689 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10689, "deDE", "Ihr habt einen langen Weg hinter Euch, Fremder. Ich bin überrascht, dass derjenige, der Euch zu mir geschickt hat, von mir gehört hat.", 26972); + +-- 11042 - Eine verblüffende Vision +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11042 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11042, "deDE", "<Der Raketenchef hört Euren Ausführungen über die Vision des Sehers aufmerksam zu.>$B$BNun, das ist alles völlig neu für mich, aber Eure Hilfe können wir allemal gebrauchen. Seht Euch das Ungetüm hinter mir an. Das ist die X-52...$B$BIst sie nicht das Schönste, was Ihr je gesehen habt?", 26972); + +-- 11044 - Visionen voller Zerstörung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11044 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11044, "deDE", "Eine Vision sagt Ihr? Es interessiert mich nicht, ob er es in einer Vision gesehen, in einem Brief gelesen oder es aus dem Mund eines Grubenlords vernommen hat, aber er hat den Nagel auf den Kopf getroffen! Was führt Euch hierher, Freund? Oh, und wir sind für jede Unterstützung dankbar!", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_12_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_12_world_335.sql new file mode 100644 index 00000000000..2faa3b35f23 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_12_world_335.sql @@ -0,0 +1,44 @@ +-- Nagrand -- Nagrand +-- ObjectiveText -- 3.3.5 + +-- 9805 - Segen des Incineratus +UPDATE `quest_template_locale` SET `ObjectiveText1`="Große Hütte zerstört", `ObjectiveText2`="Westliche Hütte zerstört", `ObjectiveText3`="Südliche Hütte zerstört", `ObjectiveText4`="Östliche Hütte zerstört", `VerifiedBuild`=18019 WHERE `ID` = 9805 AND `locale` = "deDE"; + +-- 9874 - Die Ausbreitung eindämmen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Leiche eines Bewohners von Sonnenwind verbrannt", `VerifiedBuild`=18019 WHERE `ID` = 9874 AND `locale` = "deDE"; + +-- 9910 - Standarten +UPDATE `quest_template_locale` SET `ObjectiveText1`="Erste Schlachtstandarte aufgestellt", `ObjectiveText2`="Zweite Schlachtstandarte aufgestellt", `ObjectiveText3`="Dritte Schlachtstandarte aufgestellt", `VerifiedBuild`=18019 WHERE `ID` = 9910 AND `locale` = "deDE"; + +-- 9918 - Nicht solange ich hier wache! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Brocken befragt", `VerifiedBuild`=18019 WHERE `ID` = 9918 AND `locale` = "deDE"; + +-- 9923 - HILFE! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Corki befreit", `VerifiedBuild`=18019 WHERE `ID` = 9923 AND `locale` = "deDE"; + +-- 9924 - Corki wird schon wieder vermisst! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Corki wieder befreit", `VerifiedBuild`=18019 WHERE `ID` = 9924 AND `locale` = "deDE"; + +-- 9927 - Erbarmungslose Gerissenheit +UPDATE `quest_template_locale` SET `ObjectiveText1`="Ogerbanner der Totschläger aufgerichtet", `VerifiedBuild`=18019 WHERE `ID` = 9927 AND `locale` = "deDE"; + +-- 9931 - Sich für den Gefallen revanchieren +UPDATE `quest_template_locale` SET `ObjectiveText1`="Banner von Kil'sorge aufgerichtet", `VerifiedBuild`=18019 WHERE `ID` = 9931 AND `locale` = "deDE"; + +-- 9932 - Beweismaterial +UPDATE `quest_template_locale` SET `ObjectiveText1`="Leichen von Kil'sorge platziert", `VerifiedBuild`=18019 WHERE `ID` = 9932 AND `locale` = "deDE"; + +-- 9948 - Findet die Überlebenden +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gefangener Mag'har befreit", `VerifiedBuild`=18019 WHERE `ID` = 9948 AND `locale` = "deDE"; + +-- 9955 - Cho'war der Plünderer +UPDATE `quest_template_locale` SET `ObjectiveText1`="Corki befreit", `VerifiedBuild`=18019 WHERE `ID` = 9955 AND `locale` = "deDE"; + +-- 10011 - Konstruktionslager: zerstört +UPDATE `quest_template_locale` SET `ObjectiveText1`="Konstruktionslager: Hass zerstört", `ObjectiveText2`="Konstruktionslager: Furcht zerstört", `VerifiedBuild`=18019 WHERE `ID` = 10011 AND `locale` = "deDE"; + +-- 10085 - Ein Besuch bei den Ahnen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Besucht den Sonnenwindposten", `ObjectiveText2`="Besucht die Ruinen des Lachenden Schädels", `ObjectiveText3`="Besucht Garadar", `ObjectiveText4`="Besucht die Ruinen des Blutenden Auges", `VerifiedBuild`=18019 WHERE `ID` = 10085 AND `locale` = "deDE"; + +-- 10111 - Bringt mir das Ei! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Versucht, das Ei zu stehlen", `VerifiedBuild`=18019 WHERE `ID` = 10111 AND `locale` = "deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_13_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_13_world.sql new file mode 100644 index 00000000000..f535e16d323 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_13_world.sql @@ -0,0 +1,5 @@ +-- 10972 - Ethereum Prisoner I.D. Catalogue +UPDATE `quest_request_items` SET `CompletionText`="I am in need of more I.D. tags, $N. What I've discovered thus far is that this is not just a way to catalogue prisoners but it also documents locations!$B$BOnce this code is broken we'll be able to pinpoint exactly where all of our allies are held and free them with minimal hostile action received.", `VerifiedBuild`=27980 WHERE `ID` = 10972; + +-- 10977 - Stasis Chambers of the Mana-Tombs +UPDATE `quest_request_items` SET `CompletionText`="I would understand if you chose not to continue, $N.", `VerifiedBuild`=27980 WHERE `ID` = 10977; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_14_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_14_world_335.sql new file mode 100644 index 00000000000..ad936693aab --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_14_world_335.sql @@ -0,0 +1,95 @@ +-- Blade's Edge Mountains -- Schergrat +-- ObjectiveText -- 3.3.5 + +-- 10457 - Die Eigenen schützen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Verteidiger des lebenden Hains gerufen", `VerifiedBuild`=18019 WHERE `ID` = 10457 AND `locale` = "deDE"; + +-- 10488 - Die Eigenen schützen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Terrorwolf der Donnerfürsten gestärkt", `VerifiedBuild`=18019 WHERE `ID` = 10488 AND `locale` = "deDE"; + +-- 10502 - Die Oger der Blutschläger +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oger der Blutschläger getötet", `VerifiedBuild`=18019 WHERE `ID` = 10502 AND `locale` = "deDE"; + +-- 10503 - Die Speerspießerbedrohung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oger der Speerspießer getötet", `VerifiedBuild`=18019 WHERE `ID` = 10503 AND `locale` = "deDE"; + +-- 10504 - Die Oger der Speerspießer +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oger der Speerspießer getötet", `VerifiedBuild`=18019 WHERE `ID` = 10504 AND `locale` = "deDE"; + +-- 10505 - Die Oger der Blutschläger +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oger der Blutschläger getötet", `VerifiedBuild`=18019 WHERE `ID` = 10505 AND `locale` = "deDE"; + +-- 10506 - Eine düstere Lage +UPDATE `quest_template_locale` SET `ObjectiveText1`="Terrorwolf der Blutschläger geschwächt", `VerifiedBuild`=18019 WHERE `ID` = 10506 AND `locale` = "deDE"; + +-- 10512 - Die Speerspießer abfüllen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oger der Speerspießer betrunken gemacht", `VerifiedBuild`=18019 WHERE `ID` = 10512 AND `locale` = "deDE"; + +-- 10544 - Verflucht seien Eure beiden Klans! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gebäude der Wehr der Speerspießer verflucht", `ObjectiveText2`="Gebäude der Wehr der Speerspießer verflucht", `VerifiedBuild`=18019 WHERE `ID` = 10544 AND `locale` = "deDE"; + +-- 10545 - Saufgelage der Speerspießer +UPDATE `quest_template_locale` SET `ObjectiveText1`="Oger der Speerspießer betrunken", `VerifiedBuild`=18019 WHERE `ID` = 10545 AND `locale` = "deDE"; + +-- 10556 - Gekritzel +UPDATE `quest_template_locale` SET `ObjectiveText1`="Lasst Daranelle die Kaliriaura analysieren", `VerifiedBuild`=18019 WHERE `ID` = 10556 AND `locale` = "deDE"; + +-- 10566 - Probieren geht über Studieren +UPDATE `quest_template_locale` SET `ObjectiveText1`="Erster Zauberstab probiert", `ObjectiveText2`="Zweiter Zauberstab probiert", `ObjectiveText3`="Dritter Zauberstab probiert", `ObjectiveText4`="Vierter Zauberstab probiert", `VerifiedBuild`=18019 WHERE `ID` = 10566 AND `locale` = "deDE"; + +-- 10584 - Ein paar Stromwandler besorgen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Elektromentare gesammelt", `VerifiedBuild`=18019 WHERE `ID` = 10584 AND `locale` = "deDE"; + +-- 10607 - Das Flüstern des Rabengottes +UPDATE `quest_template_locale` SET `ObjectiveText1`="Erste Prophezeiung gehört", `ObjectiveText2`="Zweite Prophezeiung gehört", `ObjectiveText3`="Dritte Prophezeiung gehört", `ObjectiveText4`="Vierte Prophezeiung gehört", `VerifiedBuild`=18019 WHERE `ID` = 10607 AND `locale` = "deDE"; + +-- 10657 - Lasst sie abblitzen! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Blitzschläge absorbiert", `VerifiedBuild`=18019 WHERE `ID` = 10657 AND `locale` = "deDE"; + +-- 10674 - Das Licht der Phantasie einfangen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Lichtkugeln der Razaani gefangen", `VerifiedBuild`=18019 WHERE `ID` = 10674 AND `locale` = "deDE"; + +-- 10714 - Auf geisterhaften Schwingen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Pläne der Oger der Blutschläger belauscht", `VerifiedBuild`=18019 WHERE `ID` = 10714 AND `locale` = "deDE"; + +-- 10720 - Die kleinsten Wesen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Fässchen mit Grüntröpfelgrog vergiftet", `ObjectiveText2`="Fässchen mit reifem Fusel vergiftet", `ObjectiveText3`="Fässchen mit Gärsamenbier vergiftet", `VerifiedBuild`=18019 WHERE `ID` = 10720 AND `locale` = "deDE"; + +-- 10723 - Gorgrom der Drachenfresser +UPDATE `quest_template_locale` SET `ObjectiveText1`="Grausiges Totem aufgestellt", `VerifiedBuild`=18019 WHERE `ID` = 10723 AND `locale` = "deDE"; + +-- 10724 - Gefangener der Speerspießer +UPDATE `quest_template_locale` SET `ObjectiveText3`="Leokk gerettet", `VerifiedBuild`=18019 WHERE `ID` = 10724 AND `locale` = "deDE"; + +-- 10771 - Aus der Asche +UPDATE `quest_template_locale` SET `ObjectiveText1`="Südliche Vulkanerde", `ObjectiveText2`="Mittlere Vulkanerde", `ObjectiveText3`="Nördliche Vulkanerde", `VerifiedBuild`=18019 WHERE `ID` = 10771 AND `locale` = "deDE"; + +-- 10802 - Gorgrom der Drachenfresser +UPDATE `quest_template_locale` SET `ObjectiveText1`="Grausiges Totem aufgestellt", `VerifiedBuild`=18019 WHERE `ID` = 10802 AND `locale` = "deDE"; + +-- 10830 - Der Exorzismus der Bäume +UPDATE `quest_template_locale` SET `ObjectiveText1`="Laubbart exorziert", `VerifiedBuild`=18019 WHERE `ID` = 10830 AND `locale` = "deDE"; + +-- 10859 - Sammelt die Kugeln +UPDATE `quest_template_locale` SET `ObjectiveText1`="Lichtkugeln der Razaani gefangen", `VerifiedBuild`=18019 WHERE `ID` = 10859 AND `locale` = "deDE"; + +-- 10911 - Feuer frei! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Südliches Warpportal zerstört", `ObjectiveText2`="Nördliches Warpportal zerstört", `VerifiedBuild`=18019 WHERE `ID` = 10911 AND `locale` = "deDE"; + +-- 11010 - Bomberangriff +UPDATE `quest_template_locale` SET `ObjectiveText1`="Stapel mit Teufelskanonenkugeln zerstört", `VerifiedBuild`=18019 WHERE `ID` = 11010 AND `locale` = "deDE"; + +-- 11023 - Und wieder ein Bombenangriff! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Stapel mit Teufelskanonenkugeln zerstört", `VerifiedBuild`=18019 WHERE `ID` = 11023 AND `locale` = "deDE"; + +-- 11026 - Bannt die Dämonen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Dämonen gebannt", `VerifiedBuild`=18019 WHERE `ID` = 11026 AND `locale` = "deDE"; + +-- 11051 - Bannt mehr Dämonen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Dämonen gebannt", `VerifiedBuild`=18019 WHERE `ID` = 11051 AND `locale` = "deDE"; + +-- 11065 - Bändigt ein paar Ätherrochen! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Ätherrochen gebändigt", `VerifiedBuild`=18019 WHERE `ID` = 11065 AND `locale` = "deDE"; + +-- 11066 - Bändigt noch mehr Ätherrochen! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Ätherrochen gebändigt", `VerifiedBuild`=18019 WHERE `ID` = 11066 AND `locale` = "deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_15_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_15_world.sql new file mode 100644 index 00000000000..93ab1f64b47 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_15_world.sql @@ -0,0 +1,768 @@ +-- Blade's Edge Mountains -- Schergrat +-- RequestItems, OfferReward -- master, 3.3.5 + +-- 9794 - Keine Zeit für Neugier +DELETE FROM `quest_request_items_locale` WHERE `ID` = 9794 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (9794, "deDE", "<Kialon schaut Euch misstrauisch an.>$B$BIch kenne Euch nicht, $R. Was wollt Ihr von mir?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9794 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9794, "deDE", "Ihr bringt mir also Timothys Antwort?$B$B<Kialon hält einen Moment inne, um den Brief zu lesen, und fängt an zu lachen.>$B$BEr hat alles unter Kontrolle, sagt er, braucht keine Hilfe. Ich hätte es wissen müssen!$B$BManche Leute ändern sich nie. Schaut, er hat sich sogar die Zeit genommen, meine Rechtschreibfehler zu korrigieren.$B$B<Kialon seufzt halbherzig.>$B$BIch hätte ihm den Brief nicht schicken sollen. Ich habe es vergessen. Der Spezialist hat die Situation immer unter Kontrolle. Immer.", 26972); + +-- 9795 - Die Ogerbedrohung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 9795 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (9795, "deDE", "Denjai braucht Hilfe? Ich würde ihm gerne ein paar Leute schicken, aber wir können uns selbst kaum halten. Wir haben hier oben unsere eigenen Probleme mit den Ogern.$B$BSobald ich kann, werde ich ihm alle Informationen, die wir über diesen Ogerstamm und seine Taktiken haben, zukommen lassen. Wenn er lang genug durchhält, können wir die widerlichen Kreaturen vielleicht von zwei Seiten aus angreifen.", 26972); + +-- 10455 - Die nahende Wildnis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10455 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10455, "deDE", "Das ging schnell. Seid Ihr sicher, dass Ihr so viele getötet habt, wie es nötig war?$B$BGut, dann könnt Ihr uns bei einer weiteren Angelegenheit helfen, wenn Ihr möchtet.", 26972); + +-- 10456 - Marodierende Wölfe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10456 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10456, "deDE", "Ich kann nicht deutlich genug sagen, dass diese Terrorwölfe der Donnerfürsten erledigt werden müssen. Ihre bloße Anwesenheit stört das Gleichgewicht des Lebenden Hains und all unsere Arbeit hier.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10456 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10456, "deDE", "Gut. Ich werde schauen, ob ich aus diesen Schwänzen etwas Nützliches machen kann.$B$BDie Horde wird ohne Zweifel einen Weg finden, Ihr Wolfsrudel wieder zu vergrößern, aber nun können wir etwas freier durchatmen.$B$B$N, wenn Ihr dazu bereit seid, habe ich eine letzte Bitte an Euch, um Sylvanaar und den Lebenden Hain zu verteidigen.", 26972); + +-- 10457 - Die Eigenen schützen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10457 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10457, "deDE", "Wie geht es mit der Verstärkung der Verteidigung des Lebenden Hains voran?$B$BSolange wir nicht wissen, was die Arakkoa im Lashhversteck vorhaben und die Horde sich auf der anderen Seite der Klamm befindet, habe ich Angst, dass wir unser neues Heim und unsere Arbeit nicht mehr verteidigen können, wenn wir nicht bald handeln.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10457 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10457, "deDE", "Nun, da Ihr die Verteidigung des Hains verstärkt habt, fühle ich mich viel sicherer.$B$BIhr habt Euch mehr als nur unseren Dank und unsere Wertschätzung verdient.$B$BMir fällt gerade ein, dass es da noch etwas gibt, bei dem ich Eure Hilfe brauchen könnte.", 26972); + +-- 10486 - Die nahende Wildnis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10486 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10486, "deDE", "Das ging schnell. Seid Ihr sicher, dass Ihr so viele getötet habt, wie nötig war?$B$BGut. Es gibt noch eine weitere Aufgabe, bei der wir Eure Hilfe benötigen. Eine weitaus wichtigere.", 26972); + +-- 10487 - Drachenstaub +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10487 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10487, "deDE", "Es sieht aus, als hätte die Allianz vor, uns überallhin zu folgen. Wir wollen ihnen beweisen, dass ihre Anwesenheit uns keineswegs einschüchtert.$B$BHabt Ihr besorgt, worum ich Euch gebeten habe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10487 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10487, "deDE", "Ihr habt nicht nur ihre Verteidigung geschwächt. Mit dem Staub werden wir dazu noch unsere eigene Verteidigung gegen die Allianz stärken können.", 26972); + +-- 10488 - Die Eigenen schützen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10488 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10488, "deDE", "Wie geht es mit der Verstärkung unserer Terrorwolfverteidigung voran?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10488 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10488, "deDE", "Nun, da Ihr die Wölfe und unsere Verteidigung gestärkt habt, können wir uns wieder einigen tödlicheren Angelegenheiten, wie zum Beispiel den Ogern, zuwenden.$B$BIhr habt uns hier gut geholfen. Wenn Ihr Euch entscheidet zu bleiben, könnten wir auch weiterhin die Dienste von jemandem, der so fähig ist wie Ihr, brauchen.$B$BWie auch immer Ihr Euch entscheiden mögt, Ihr habt meinen Respekt und meine Wertschätzung sicher.", 26972); + +-- 10489 - Einen uralten Baum fällen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10489 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10489, "deDE", "Was habt Ihr da? Ihr seid aber stark!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10489 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10489, "deDE", "Starkast Tiefwurz' Stumpf! Habt Ihr ihn selbst gefällt?$B$BSicher habt Ihr das. Wisst Ihr, ein starker $C wie Ihr es seid, ist genau die Hilfe, nach der Rexxar und ich gesucht haben. Besonders bei den ständigen Problemen, die wir mit den Ogern haben, könnten wir Euch brauchen. Setzt Euch mit mir in Verbindung, wenn Ihr Interesse habt.$B$BNun, dieser Stumpf ist ein stichhaltiger Beweis. Ihr seid hier, um das Kopfgeld einzustreichen, nicht um mit mir zu plaudern. Wohlan, sucht Euch etwas aus.", 26972); + +-- 10502 - Die Oger der Blutschläger +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10502 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10502, "deDE", "Das ist ein guter Anfang, um Sylvanaar und den Hain zu schützen.$B$BJetzt, da die Oger nicht mehr ganz so zahlreich sind, überlegen die Blutschläger es sich sicher zweimal, bevor sie uns hier angreifen.$B$BWenn das doch nur der einzige Ogerstamm wäre, mit dem wir Probleme hätten.", 26972); + +-- 10503 - Die Speerspießerbedrohung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10503 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10503, "deDE", "Das ist ein guter Anfang, um unsere Position hier gegen die Oger zu verteidigen.$B$BJetzt, da die Oger nicht mehr ganz so zahlreich sind, überlegen die Speerspießer es sich sicher zweimal, bevor sie versuchen, die Donnerfeste zurück zu erobern.$B$BWenn das doch nur der einzige Ogerstamm wäre, mit dem wir Probleme hätten.", 26972); + +-- 10504 - Die Oger der Speerspießer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10504 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10504, "deDE", "Eure Taten gegen die Blutschläger und Speerspießer sind ein großer Schritt nach vorne für die Sicherung der Zukunft Sylvanaars. Als wir hier ankamen, fanden wir diesen Flecken Land unbewohnt. Wir haben kein Interesse daran, uns noch weiter auszubreiten, aber wir werden auch nicht dulden, dass man uns vertreibt.$B$BDa Ihr uns gute Dienste geleistet habt, möchte ich Euch mit der Wertschätzung der Allianz belohnen.", 26972); + +-- 10505 - Die Oger der Blutschläger +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10505 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10505, "deDE", "Eure Taten gegen die Blutschläger und Speerspießer sind ein großer Schritt nach vorne für die Sicherung der Zukunft der Donnerfeste. Wir werden nicht dulden, dass sich jemand unserem Schicksal in den Weg stellt.$B$BDa Ihr uns gute Dienste geleistet habt, möchte ich Euch mit der Wertschätzung der Horde belohnen.", 26972); + +-- 10506 - Eine düstere Lage +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10506 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10506, "deDE", "Hattet Ihr Glück da draußen? Ich weiß, dass es wegen der Oger der Blutschläger sehr gefährlich ist, aber wenn wir es vermeiden können, die Tiere zu töten, bin ich sehr froh.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10506 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10506, "deDE", "Ich bin froh zu hören, dass es geklappt hat. Je weniger Wesen der Natur sterben müssen, desto besser.$B$BIch muss sagen, dass ich Euch nach all dem, was Ihr für uns getan habt, ins Herz geschlossen habe.$B$BGebt auf Euch Acht, $N.", 26972); + +-- 10510 - In die Draenethystmine +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10510 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10510, "deDE", "Ist das nicht aufregend? Nach dem ganzen Dreck und den Insekten in Silithus ist dieser Ort hier ein wahres Paradies!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10510 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10510, "deDE", "Ooh, so wie sie aussehen, handelt es sich hierbei um ganz tolle Exemplare! Ich kann es kaum abwarten, sie mit meinen Untersuchungsgeräten genau unter die Lupe zu nehmen!$B$BVielen Dank!", 26972); + +-- 10511 - Merkwürdiges Gebräu +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10511 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10511, "deDE", "Ziemlich trocken hier. Wie soll ich denn meinen Urlaub ohne etwas zu Trinken genießen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10511 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10511, "deDE", "Was riecht hier so? Oh nein, bitte sagt mir nicht, dass dies das Ogergebräu ist?$B$BIch habe fast schon Angst, es zu probieren. Ach zur Hölle, was soll's? Hoch die Tassen!", 26972); + +-- 10512 - Die Speerspießer abfüllen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10512 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10512, "deDE", "Wie sieht es aus? Sind die Speerspießer so anspruchslos wie die Blutschläger oder sind sie auch fast dabei umgekommen wie ich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10512 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10512, "deDE", "Ah, hahaha! Das habe ich mir gedacht. Oger trinken wahrscheinlich alles.$B$BWas für ein dummer Haufen!$B$BAuch wenn ich mein Gebräu nicht bekommen habe, habt Ihr mir doch einen guten Start in den Urlaub bereitet.$B$BIch sage Euch was... wir haben hier allen möglichen Kram, den wir nicht wirklich brauchen. Kann ich Euch etwas davon anbieten?", 26972); + +-- 10516 - Die Gefangenschaft der Verteidigerin +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10516 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10516, "deDE", "$C, habt Ihr mein Schwert und meinen Schild?$B$BIch kann zwar jederzeit hier raus, aber es wäre mir sehr peinlich, wenn ich ohne meine Ausrüstung nach Sylvanaar zurückkehren müsste.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10516 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10516, "deDE", "Ich stehe tief in Eurer Schuld, denn Ihr habt mir meine Ehre wiedergegeben. Aber unsere Arbeit hier ist noch nicht vorüber.", 26972); + +-- 10517 - Eure Zeit ist gekommen, Gorr'Dim... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10517 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10517, "deDE", "Sehr gut. Ihr seid ein sehr gewitzter $C, so viel ist sicher.$B$BIch frage mich, ob Ihr wohl noch eine Sache für mich und Sylvanaar tun könntet.", 26972); + +-- 10518 - Das Banner aufstellen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10518 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10518, "deDE", "Was führt Euch zu mir? Es gibt doch nicht etwa Ärger mit den Blutschlägern?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10518 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10518, "deDE", "Gurn Grubnoshs Helm und ein Banner der Speerspießer?$B$BEin ziemlich gewitzter Plan von der Verteidigerin und Euch.$B$BWenn die Blutschläger weiter mit den Speerspießern beschäftigt sind, nimmt uns das viel von dem Druck, unter dem wir hier in letzter Zeit leiden.$B$BBitte, $N, nehmt dieses bescheidene Geschenk von Sylvanaar an.", 26972); + +-- 10524 - Artefakte der Donnerfürsten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10524 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10524, "deDE", "Kenne ich Euch?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10524 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10524, "deDE", "Ich kann meinen Augen nicht trauen! Wenn das ein Scherz sein soll, ziehe ich Euch die Haut vom Leibe, $C!$B$BSchnell, lasst mich diese unschätzbaren Artefakte untersuchen, bevor Ihr sie noch mit Euren zwei linken Händen zerbrecht.", 26972); + +-- 10525 - Wegweisende Visionen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10525 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10525, "deDE", "Was habt Ihr gesehen? Sagt es mir! Ich muss wissen, wo es ist!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10525 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10525, "deDE", "In der Draenethystmine? Die Blutschläger müssen es von dem Speerspießern gestohlen haben.$B$BPah! Das ist zu weit weg... zu tief im Blutschlägergebiet, als dass ich dorthin reisen könnte.$B$BAber Ihr! Ihr kennt den Weg. Ihr sollt an meiner statt dorthin gehen.", 26972); + +-- 10526 - Die Donnerlanze +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10526 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10526, "deDE", "Ihr könnt sicher nicht verstehen, wie wichtig diese Artefakte sind.$B$BWenn ich alle fünf beisammen habe, werde ich ein Ritual durchführen, das unser Besitzrecht an der Donnerfeste durch die Besänftigung der toten Geister festigen wird.$B$BVersteht Ihr nun, was daran so wichtig ist? Versteht Ihr nun, warum ich keine Zeit für Geplänkel habe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10526 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10526, "deDE", "Ich bin beeindruckt. Könnt Ihr Euch überhaupt vorstellen, wie viele zuvor bei dem Versuch, die Relikte zu bergen, gestorben sind?$B$BWir können uns glücklich schätzen, dass Ihr hier mit uns zusammenarbeitet, $N. Auch wenn Ihr etwas langsam seid.$B$BErlaubt mir, Eure Aufopferung für unsere Sache zu belohnen. Wählt, aber wählt weise. Wenn Ihr fertig seid, werde ich die Geister der Donnerfeste besänftigen.", 26972); + +-- 10542 - Die ham meine Pfeife und mein Gesöff geklaut! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10542 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10542, "deDE", "He, habt Ihr meine Wasserpfeife und das Gebräu schon?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10542 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10542, "deDE", "Ja, genau davon hat T'chali geredet! Ist sich nicht ganz sicher, was die Oger da reingetan ham. Die Pfeife riecht nicht nach T'chalis Tabak.$B$BEgal, T'chali ist glücklich. Sogar so glücklich, dass er Euch um einen weiteren Gefallen bitten will.", 26972); + +-- 10543 - Grimnok und Korgaah, ich komm' Euch holen! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10543 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10543, "deDE", "T'chali ist zufrieden, dass Korgaah und Grimnok Schlachttaufe jetzt auch die Radieschen von unten anschauen.$B$BAber T'chalis Rachedurst ist noch nicht gestillt. Ihr müsst noch etwas anders machen!", 26972); + +-- 10544 - Verflucht seien Eure beiden Klans! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10544 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10544, "deDE", "T'chali will nicht mehr sprechen, bis $N den Fetisch benutzt hat, um die Häuser der Speerspießer und der Blutschläger zu verfluchen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10544 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10544, "deDE", "Hahaha, Rache ist süss!$B$BAber T'chali sieht, dass Ihr nun, da meine Rache verübt wurde, gerne weiterziehen wollt. Ich versteh' schon, Kumpel... lassen wir das Leben den Lebenden.$B$BIch sag' Euch was, T'chali hat hier immer noch ein paar Sahnestückchen in seinem Grab. Sucht Euch aus, was Euch am besten gefällt!", 26972); + +-- 10545 - Saufgelage der Speerspießer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10545 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10545, "deDE", "Sagt es T'chali... hat das Gebräu funktioniert? Haben die Speerspießer es gemocht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10545 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10545, "deDE", "Das sind gute Nachrichten! Das Gebräu wird bei der nächsten Aufgabe, die T'chali für Euch hat, nützlich sein.", 26972); + +-- 10555 - Fauler Zauber +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10555 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10555, "deDE", "Die groben Piktogramme in dem uralten Folianten weisen darauf hin, dass eine große Menge von Federn der Lashh'an benötigt wird, um die Sprüche in dem Buch zu wirken.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10555 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10555, "deDE", "Ihr blättert die Seiten voll gekritzelter Notizen in der dünnen Schrift der Arakkoa der Lashh'an durch und findet ein Piktogramm, das die Kreise der Macht, die Ihr im Lashhversteck gesehen habt, darstellt.", 26972); + +-- 10556 - Gekritzel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10556 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10556, "deDE", "Das ist so aufregend! Ich kann es kaum abwarten, die Wirkung des Zaubers zu untersuchen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10556 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10556, "deDE", "Ich weiß nicht, was ich sagen soll. Dieser Zauber ist sehr merkwürdig. Es handelt sich nicht um eine einfache Beschwörung oder Verzauberung, sondern eher um eine Art Vereinigungs- oder Kommunikationszauber.$B$BIch weiß nicht, was ich davon halten soll, $N. Ich muss noch ein wenig darüber nachdenken.$B$BAber trotzdem vielen Dank für Eure Hilfe! Ich bin sicher, dass ich früher oder später dahinter komme.", 26972); + +-- 10557 - Testflug: Das Zephyriumkapazitorium +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10557 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10557, "deDE", "Wow, Ihr habt es geschafft! Und kein einziger blauer Fleck oder offener Knochenbruch! Seht Ihr, ich habe Euch doch gesagt, dass alles funktionieren wird!$B$BHier ist Eure Bezahlung, $N. Ich habe die Arztkosten gleich dazu gerechnet, aber da Ihr sie nicht gebraucht habt, seht es einfach als kleinen Bonus an!", 26972); + +-- 10565 - Die Steine der Vekh'nir +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10565 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10565, "deDE", "Die Arakkoa der Vekh'nir waren viele Jahre lang gütige Wesen., doch nun hat sie etwas aufgehetzt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10565 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10565, "deDE", "Ah, schaut nur, wie er leuchtet! Ich muss ihn sofort ausprobieren.", 26972); + +-- 10566 - Probieren geht über Studieren +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10566 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10566, "deDE", "Diese Informationen werden uns sehr viel weiterhelfen, $N. Ich werde den Zauberstab noch verbessern und schauen, ob wir ihn auch für weitere Zwecke einsetzen können.", 26972); + +-- 10567 - Die Herstellung des Anhängers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10567 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10567, "deDE", "Sobald der Herold bemerkt, dass Ihr seine Brut angreift, wird er sicher schnell reagieren.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10567 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10567, "deDE", "Ihr habt ihn!$B$BMit diesem Anhänger werde ich dafür sorgen können, dass Ihr die Sprache der Arakkoa aus Grishnath versteht.$B$BHiermit werden wir die Arakkoa und das Wesen des Raben besser verstehen lernen. Ich brauche dazu Eure Hilfe.", 26972); + +-- 10580 - Wo sind diese verdammten Gnome hin? +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10580 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10580, "deDE", "SYLVANAAR? KOMMANDANT HIMMELSSCHATTEN?$B$BKEIN DATENBANKEINTRAG!$B$BTRETET ZURÜCK, BEVOR ICH MICH GEZWUNGEN SEHE, EUCH MIT LAUTEN GERÄUSCHEN ZU QUÄLEN!", 26972); + +-- 10581 - Folget den Brotkrumen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10581 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10581, "deDE", "In Ordnung, wollt Ihr Euch nützlich machen? Gut, ich habe genau die richtige Aufgabe, mit der Ihr Euch beweisen könnt.$B$BIch glaube, Ihr werdet sie mögen.", 26972); + +-- 10584 - Ein paar Stromwandler besorgen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10584 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10584, "deDE", "Diese Forschungsreihe mit den Elektromentaren ist faszinierend! Stellt Euch nur vor... Eine intelligente Kreatur, die wir nach Belieben erschaffen können und die all unseren Anweisungen folgt!$B$BWas kann da schon schiefgehen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10584 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10584, "deDE", "Ausgezeichnet! Mit der ganzen Energie, die Ihr gesammelt habt, werden wir die Maschinerien für eine Weile am Laufen halten können.$B$BDas Zephyriumkapazitorium ist ein echter Schluckspecht, wenn es um den Energieverbrauch geht!$B$BIch hoffe, mit den Elektromentaren fertigzuwerden war nicht allzu schwierig. Ich habe noch eine andere Aufgabe für Euch. Ich fürchte, sie wird etwas schwerer werden.", 26972); + +-- 10594 - Die Klangfrequenz messen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10594 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10594, "deDE", "Nun, habt Ihr die Messungen der singenden Kristalle, um die ich Euch gebeten habe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10594 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10594, "deDE", "Oh, das ist außergewöhnlich! Ich hatte ja keine Ahnung... Es ist fast so, als wären die Kristalle lebendig!$B$BIch frage mich, ob eine Art symbiotische Beziehung zwischen ihnen und den Netherdrachen besteht.$B$BVielen Dank, vielen Dank! Ihr müsst etwas aus meiner Kuriositätensammlung nehmen, das ich nichtmal im Tode anziehen würde!$B$BAn Euch könnte etwas davon jedoch gut aussehen.", 26972); + +-- 10607 - Das Flüstern des Rabengottes +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10607 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10607, "deDE", "Das ist wirklich beunruhigend. Die Arakkoa waren lange ein friedliebendes Volk. Dieser Rabenkult ist nichts als eine Versammlung von Außenseitern und Verrückten.$B$BAber wir können nicht leugnen, dass ihre Macht wächst. Vielleicht steckt hinter diesem Raben mehr, als wir vermuten.", 26972); + +-- 10608 - Kristallklar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10608 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10608, "deDE", "Ein Glück, dass ich sie los bin! Verdammte Biester!$B$BWenn Ihr sicher seid, dass Ihr diese Nervensägen ausgelöscht habt, habe ich ein kleines Forschungsprojekt für Euch. Ihr werdet es sicher mögen.", 26972); + +-- 10609 - Was war zuerst da, der Drache oder das Ei? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10609 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10609, "deDE", "Habt Ihr sie? Habt Ihr die Drachenessenzen, die ich so dringend brauche, um meine Experimente weiter zu führen?$B$BWusstet Ihr, dass diese Nethergroßdracheneier einmal Schwarzdracheneier waren? Es ist wahr! Aber als Draenor in tausend Stücke gesprengt wurde, waren die Eier dem Wirbelnden Nether ausgesetzt und sind mutiert.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10609 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10609, "deDE", "Ihr habt ja keine Ahnung, wie wichtig diese Experimente sein werden. Vielen Dank!$B$BEs wird aufregend werden, sich mit diesen Essenzen zu befassen. Ich bin besonders gespannt, ob der Nether, der die schwarzen Dracheneier zu Netherdracheneiern verwandelt hat vielleicht ein besonderer Segen für meine Studien ist.$B$BDa fällt mir gerade ein, dass Ihr die erste Person sein solltet, die die Vorzüge meines kleinen Gebräus genießen sollte. Hier, nehmt diese Proben und benutzt sie, wenn Ihr sie braucht.", 26972); + +-- 10614 - Das Flüstern im Wind +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10614 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10614, "deDE", "Was führt Euch in unser Dorf?", 26972); + +-- 10615 - Der Ruuanwald +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10615 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10615, "deDE", "Ah, ja, Dertrok. Wir haben kurz über die Arakkoa gesprochen. Ich muss allerdings zugeben, dass unsere... Interessen was sie betrifft deutlich auseinander gehen.", 26972); + +-- 10617 - Seidenflügelkokons +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10617 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10617, "deDE", "Für die Ernte braucht man eine schnelle und ruhige Hand. Ich hoffe, Ihr habt Erfolg.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10617 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10617, "deDE", "Diese Kokons sind von guter Qualität. Wie ich sehe, habt Ihr die Ernte im Griff.$B$BWir haben versucht, unsere eigenen Seidenflügellarven zu züchten, aber leider produzieren die kleineren nicht genug Seide, um unseren Bedarf zu decken.", 26972); + +-- 10618 - Die weichsten Flügel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10618 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10618, "deDE", "Die Flügel sind sehr zerbrechlich, können aber in vielen unserer Kunstgegenstände als Dekoration dienen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10618 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10618, "deDE", "Vielen Dank, $N. Wir werden sie schon früher benutzen, als Ihr Euch vorstellen könnt.", 26972); + +-- 10620 - Gratwirbelbedrohung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10620 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10620, "deDE", "Ziemlich gut für einen Grünschnabel. Es scheint, als gäbe es eine kleine Gruppe von Eierköpfen, die unbedingt die Astralen und ihre Technologie im Norden 'beobachten' möchten. Sie werden sich riesig freuen, dass Ihr ihnen den Weg freigeräumt habt.$B$BHier, nehmt ein paar hiervon. Wir haben nicht viele, aber vielleicht können sie Euch in der Zukunft nützlich sein.", 26972); + +-- 10632 - Zähne zeigen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10632 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10632, "deDE", "Wie geht es mit dem Sammeln der Zähne voran?$B$BIch bin davon überzeugt, dass Ihr Eure Arbeit für uns gut machen werdet. Und während Ihr das tut, werden wir diesen Außenposten hier sichern.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10632 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10632, "deDE", "Gute Arbeit, Junge. Der Schmerz ist gerechtfertigt, wenn auch nur einem meiner Soldaten durch Eure Bemühungen das Leben gerettet wird.$B$BIch bin der Meinung, dass auch Ihr von Eurem Blut und Euren Tränen profitieren solltet. Wir werden bald neue Waffen bekommen. Warum nehmt Ihr daher nicht einfach eine von meinen?", 26972); + +-- 10657 - Lasst sie abblitzen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10657 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10657, "deDE", "Der Trick dabei ist, die repolarisierte Magnetsphäre rechtzeitig abzuschalten, bevor Ihr gegrillt werdet.$B$BNatürlich müsst Ihr Euch dabei gut überlegen, wie vielen Schlangen Ihr gleichzeitig gegenübersteht.$B$BWo wir gerade davon sprechen, habt Ihr die Sphäre schon aufgeladen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10657 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10657, "deDE", "Jippieh, es hat geklappt! Ich war mir da ehrlich gesagt nicht so sicher... Ich habe eine Wahrscheinlichkeit von 23,72 Prozent berechnet, dass Ihr beim dritten Treffer implodiert.$B$B<Toshley grinst unschuldig.>$B$BJetzt wissen wir also, dass die Sphäre funktioniert. Es sollte also keine weiteren Probleme geben, den nötigen Saft für unser Zephyriumkapazitorium zu beschaffen. Natürlich nur, wenn ich noch mehr Freiwillige finde, die für mich dort hinaus gehen und sich brutzeln lassen.$B$BAber Ihr habt den Pionier für unsere Bemühungen gespielt und verdient eine Belohnung!", 26972); + +-- 10671 - Ein Pfund Geschnetzeltes +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10671 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10671, "deDE", "Habt Ihr mein Geschnetzeltes schon? Wie, das findet Ihr nicht lustig?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10671 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10671, "deDE", "Das sollte genügen. Es stinkt fürchterlich, oder?$B$BIch hoffe, dass es Eure Mühen wert war... Ich bin nur froh, dass ich das Zeug nicht selber sammeln musste!", 26972); + +-- 10674 - Das Licht der Phantasie einfangen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10674 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10674, "deDE", "Ich nehme an, dass Ihr die Lichtkugeln bei Razaans Landung schon besorgt habt, wenn Ihr Zeit habt, hier mit mir zu plaudern. Ich würde sie wirklich gerne untersuchen und herausfinden, was die Astralen damit vorhaben.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10674 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10674, "deDE", "He! Wartet mal!!$B$BDas sieht nicht gut aus...", 26972); + +-- 10675 - Ein Gnom kennt kein Erbarmen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10675 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10675, "deDE", "Habt Ihr diesen Dreckskerl Razaan schon erledigt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10675 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10675, "deDE", "Das geschieht ihm ganz Recht! Vielen Dank, dass Ihr dieser makaberen Mischung aus Magie und Technologie ein Ende bereitet habt.$B$BAls wahrer Held der Gnome überall auf dieser Welt, lasse ich Euch nun die höchste unserer Ehren zukommen... ein paar Stromwandler und Eure Wahl aus diesen Dingen hier!$B$BIch weiß, dass Ihr sie gut einsetzen werdet!", 26972); + +-- 10682 - Zeit zu verhandeln... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10682 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10682, "deDE", "WAS?! Sie haben Euch fortgeschickt und unser Angebot ausgeschlagen?$B$BDas ist empörend! Wir sind in Frieden zu ihnen gekommen und sie schicken Euch weg, ohne auch nur zu versuchen, einen Kompromiss zu finden?$B$BNun, das wird Folgen haben!", 26972); + +-- 10690 - Die Höhlenmutter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10690 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10690, "deDE", "Unglaublich. Habt Ihr Rema ganz alleine getötet?$B$BSo wie Ihr ausseht, glaube ich das. Wisst Ihr, wir sind auf der Suche nach einem starken $C wie Ihr es seid, um uns hier ein wenig zu helfen. Besonders bei den ständigen Problemen, die wir mit den Ogern haben, könnten wir Euch brauchen. Setzt Euch mit mir in Verbindung, wenn Ihr Interesse habt.$B$BDas Kopfgeld, das auf dem Anschlag versprochen wurde, habt Ihr Euch jedenfalls verdient.$B$BBitte, wählt Euch etwas aus!", 26972); + +-- 10709 - Zusammenführung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10709 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10709, "deDE", "Mein Vater ist also tatsächlich am Leben. Ich habe nicht erwartet, dass er mir verzeiht. Das war noch nie seine Art. Aber ich hatte gehofft, dass seine Wut über meine Abreise über die Jahre schwächer geworden ist.$B$BVor dreißig Jahren habe ich die Mok'Nathal verlassen, um der Horde nach Azeroth zu folgen. Leoroxx war strikt dagegen, gab mir aber auch keinen Grund zu bleiben. Und doch hätte ich mir ein herzlicheres Willkommen gewünscht.$B$BEr wollte einen Mok'Nathal als Sohn haben und hat immer noch einen, auch wenn er nichts davon wissen möchte.$B$BIch werde ihm die Augen öffnen.", 26972); + +-- 10710 - Testflug: Der Singende Bergrücken +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10710 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10710, "deDE", "Wow! Ihr habt schon wieder überlebt! Ich bin ein besserer Ingenieur, als ich immer dachte!$B$BHier ist Eure Bezahlung! Und schaut doch später nochmal bei mir vorbei... Ich habe noch mehr Experimente, für die ich Versuchspersonen brauche!", 26972); + +-- 10711 - Testflug: Razaans Landeplatz +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10711 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10711, "deDE", "Oh, beeindruckend! So schnell schon zurück! Ich habe gesehen, wie Ihr abgehoben habt und wie eine Rakete in die Luft geschossen seid! Ich dachte, es würde mindestens einen Monat Genesung brauchen, bis Eure gebrochenen Beine wieder geheilt sind! Ihr seid hart im Nehmen, mutig und kühn! Aber vor allem... mutig!", 26972); + +-- 10712 - Testflug: Ruuanwald +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10712 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10712, "deDE", "Hallo hallo! Mein Klo... äh... mein Vetter Tally hat mir gesagt, dass Ihr vorbeikommen würdet. Habt Ihr etwas für mich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10712 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10712, "deDE", "Oh, Ihr habt Aufzeichnungen mit der Netherwetterfahne gemacht? Ausgezeichnet! Die Daten dieses Instruments werden zusammen mit meinen Messungen druidischer Magie sicher viele Früchte tragen!$B$BOh, die Einsatzmöglichkeiten werden Euch um den Verstand bringen!", 26972); + +-- 10713 - ...und Zeit zu Handeln +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10713 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10713, "deDE", "Danke, $N.$B$BWir werden uns darum kümmern, dass die Wildtiere sich selbst wieder schnell vermehren. Bei den Bäumen ist dies jedoch ein sehr viel zeitaufwändigerer Prozess.", 26972); + +-- 10714 - Auf geisterhaften Schwingen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10714 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10714, "deDE", "Was habt Ihr erfahren, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10714 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10714, "deDE", "<Geisterschwinge lässt sich auf Rexxars Schulter nieder, während Rexxar aufmerksam zuhört.>$B$BDie Söhne des Gruul stecken also hinter den Handlungen der Oger. Sie befehlen den Ogern der Blutschlägern, die Mok'Nathal zu vernichten, um ihre Gunst zu erlangen.", 26972); + +-- 10715 - In die Grabenschlucht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10715 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10715, "deDE", "Habt Ihr die Giftdrüsen? Wenn nicht, dann hinfort mit Euch und wagt nicht, meine Zeit zu verschwenden, bevor Ihr sie habt!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10715 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10715, "deDE", "Sehr gut, Ihr habt eine einfache, wenn nicht gar banale Aufgabe erfüllt. Nun gebt mir die Drüsen, damit ich den schwierigen Teil erledigen kann.", 26972); + +-- 10717 - Wilderer wildern +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10717 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10717, "deDE", "Wie geht es mit der Beschaffung der Netze voran? Meiner Einschätzung nach sind diese Netze der Wilderer stark genug, um unserer Sache dienlich zu sein.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10717 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10717, "deDE", "Oh, die sehen hervorragend aus. Diese Kultisten wissen wirklich, was wahre Handwerkskunst ist.$B$BZu schade, dass sie sie missbrauchen.$B$BJetzt, da wir die Netze haben, bräuchte ich Eure Hilfe bei ein oder zwei Angelegenheiten. Habt Ihr Lust?", 26972); + +-- 10718 - Die Stimme der Geister +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10718 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10718, "deDE", "Wovon redet Ihr?$B$BGarm Wolfsbruder? Er war der letzte Häuptling der Donnerfürsten. Wenn Ihr mit seinem Geist gesprochen habt, muss es wahr sein.", 26972); + +-- 10719 - Ihr seid eingeladen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10719 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10719, "deDE", "Was habt Ihr da? Ist da ein Blutfleck auf der Einladung?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10719 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10719, "deDE", "Das ist interessant, aber auch beunruhigend. Vielleicht sollten wir Samia fragen, wer dieser Kolphis Dunkelschuppe ist?", 26972); + +-- 10720 - Die kleinsten Wesen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10720 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10720, "deDE", "Ist es vollbracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10720 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10720, "deDE", "Viele Jahre lang habe ich versucht, die Kommunikation mit der Natur zu perfektionieren. Dies ist nur ein Bruchteil dessen, was die Tiere für Euch tun können.", 26972); + +-- 10721 - Grulloc einen Eber aufbinden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10721 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10721, "deDE", "So schnell schon zurück? Seid Ihr hier, um Rexxars Schulden zurückzuzahlen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10721 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10721, "deDE", "<Baron Zobelmähne lugt in den Sack des Gronns und scheint zufrieden.>$B$BSehr gut, Ihr habt Euren Teil der Abmachung gehalten. Nun, da der Preis bezahlt ist, werde ich Rexxar geben, was er begehrt.", 26972); + +-- 10722 - Treffen am Pechschwingenkoven +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10722 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10722, "deDE", "Uns angreifen? Uns auslöschen? Das glaube ich aber nicht!$B$BDieser Pechschwingenkoven muss noch viel lernen, wenn sie denken, dass man die Expedition des Cenarius so leicht loswerden kann!$B$BWie sagt man so schön? Wie du mir, so ich dir!", 26972); + +-- 10723 - Gorgrom der Drachenfresser +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10723 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10723, "deDE", "Die Oger der Blutschläger werden uns nie mehr belästigen, wenn Ihr Eure Aufgabe erfüllt habt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10723 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10723, "deDE", "Die Oger der Blutschläger und ihr Meister, Gorgrom, werden die Mok'Nathal nie wieder belästigen.$B$BIch mache mir jedoch Sorgen über die Auswirkungen unserer Tat auf die anderen Gronn. Ich glaube, wir müssen diesem Kampf ein für alle Mal ein Ende setzen.", 26972); + +-- 10724 - Gefangener der Speerspießer +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10724 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10724, "deDE", "Leokk hat uns den Kopf eines schwarzen Drachen von Drachenend gebracht, damit können wir Goc, den Gronn, der ihn gefangen genommen hat, erzürnen und ihn in die Schlacht locken.", 26972); + +-- 10742 - Finale +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10742 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10742, "deDE", "Nur wenn Goc und Gorgrom der Drachenfresser tot sind, werden die Mok'Nathal frei sein.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10742 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10742, "deDE", "Der Kampf war hart und Ihr habt Euch gut geschlagen, $N. Ich bin stolz, dass ich in der Schlacht gegen Goc an Eurer Seite kämpfen durfte.$B$BDie Mok'Nathal sollten von diesen großartigen Siegen erfahren, aber ich bin noch nicht bereit, ihnen gegenüberzutreten. Ich kenne meinen Vater und ich kenne mein Herz. Es gibt immer noch vieles, was ich lernen und tun kann, um stärker zu werden und ihm zu beweisen, dass ich sein wahrer Sohn bin.", 26972); + +-- 10747 - Welpen des Wyrmkults +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10747 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10747, "deDE", "Hattet Ihr viel Ärger beim Versuch, die Welpen zu fangen? Ich hoffe, Ihr habt Euch nicht verbrannt!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10747 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10747, "deDE", "Ach herrje, das sind ja mehr, als ich gehofft hatte! Für Euren Heldenmut habt Ihr gewiss ein Lob verdient!$B$BDiese Welpenbrut sieht sehr gut aus. Sie sind wie gemacht für meine Untersuchungen.$B$BBitte, nehmt eine kleine Belohnung von mir an. Ich bestehe darauf!", 26972); + +-- 10748 - Maxnar muss sterben! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10748 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10748, "deDE", "Jetzt, da der Anführer unserer Feinde tot ist, können wir endlich wieder ein wenig aufatmen. Und Ihr habt auch noch das gesamte Gebirge vor ihrer Verwüstung bewahrt.$B$BWas auch immer ihre endgültigen Pläne gewesen sein mögen, Ihr habt sie vereitelt!$B$BIhr habt unseren Dank, $N. Bitte nehmt dieses Zeichen unserer Wertschätzung sowie unsere ewig währende Gastfreundschaft.", 26972); + +-- 10749 - Baron Zobelmähnes Gift +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10749 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10749, "deDE", "$C, so schnell schon zurück? Habt Ihr das Gift?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10749 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10749, "deDE", "Die Verwendung von Giften ist ein dreckiges Geschäft. Aber so werden wir unsere Ziele erreichen.", 26972); + +-- 10753 - Die Verderbnis ausmerzen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10753 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10753, "deDE", "Es erfüllt mich nicht mit Stolz zu zerstören, was Elune erschaffen hat, aber die Verderbnis muss aufgehalten werden. Ihr habt Eure Arbeit gut gemacht, $C.", 26972); + +-- 10770 - Kleine Funken +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10770 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10770, "deDE", "Es gibt so viele, dass wir sie nie alle töten können, aber Ihr habt mir Hoffnung gegeben. Vielleicht sollte ich noch ein paar Jahrhunderte lang stärker versuchen, meinen geliebten Wald wieder zum Leben zu erwecken.", 26972); + +-- 10771 - Aus der Asche +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10771 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10771, "deDE", "Ist es vollbracht? Habt Ihr etwas Leben in mein altes Zuhause zurückgebracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10771 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10771, "deDE", "Ihr habt viele dieser verderbten Kreaturen getötet. Mit dieser Gewissheit kann ich nun etwas ruhiger schlafen.", 26972); + +-- 10783 - Baron Zobelmähne +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10783 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10783, "deDE", "Hallo, $R. Ich bin Baron Zobelmähne. Ein Freund Rexxars ist auch mein Freund.", 26972); + +-- 10784 - Vernichtet das Lager der Blutschläger! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10784 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10784, "deDE", "<Tor'chunk nickt und scheint dabei sichtlich zufrieden mit Eurer mörderischen Kühnheit.>$B$BIhr erstaunt mich immer wieder, $N. Jedes Mal, wenn einer dieser stinkenden Oger zu Boden geht, sind wir einen Schritt näher daran, einen unwürdigen Feind loszuwerden.", 26972); + +-- 10785 - Das ist eine Falle! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10785 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10785, "deDE", "Habt Ihr bekommen, was auch immer in diesem Sack des Gronns war? Habt Ihr es Zobelmähne gebracht? Hat er Euch etwas für mich mitgegeben?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10785 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10785, "deDE", "Hm, eine Falle, die aus der Essenz einer Drachenflamme gebaut wurde? Ich frage mich, wie Zobelmähne an eine so seltene Substanz gekommen ist!$B$BNun, ganz egal. Nicht egal ist allerdings, dass wir sie benutzen werden, um einen Sohn des Gruul zu töten!", 26972); + +-- 10786 - Gemetzel in Fels'mok +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10786 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10786, "deDE", "<Tor'chunk grinst, als Ihr ihm von Euren Abenteuern in Fels'mok erzählt.>$B$BAch, ich wünschte, ich hätte mit Euch kommen können. Ich will Euch etwas sagen, $N, lasst Euch nie auf Pflichten ein, die Euch vom Ruhm der Schlacht fernhalten!$B$BHa! Habt Ihr mir überhaupt noch ein paar Oger in den Bergen übrig gelassen?", 26972); + +-- 10795 - Ein Treffen mit Dorgok +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10795 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10795, "deDE", "Jetzt, da Dorgok tot ist, sind die Oger der Blutschläger ohne Anführer und hoffentlich verwirrt, bis ein neuer Anführer aus ihren Rängen gewählt wird.$B$BVielen Dank, $C. Ich glaube, wir können nun ein wenig aufatmen.", 26972); + +-- 10796 - Vernichtet das Lager der Blutschläger! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10796 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10796, "deDE", "<Der Leutnant nickt und scheint mit Eurer mörderischen Kühnheit sichtlich zufrieden.>$B$BIch bin beeindruckt, $N. Euer Ruf scheint wohlverdient zu sein.$B$BJedes Mal, wenn einer dieser Oger zu Boden geht, sind wir einen Schritt näher daran, einen Feind loszuwerden, der uns niemals in Frieden lassen wird.", 26972); + +-- 10797 - Die Gunst der Gronn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10797 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10797, "deDE", "Hallo, Junge! Was gibt es Neues?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10797 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10797, "deDE", "Oh, das ist aber hübsch. Sieht ein bisschen aus wie diese Gronn, die die Oger der Speerspießer immer durch die Gegend scheuchen.$B$BKomisch, dass Ihr es in der Hand eines Anführers der Blutschläger gefunden habt.", 26972); + +-- 10798 - Dem Baron einen Besuch abstatten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10798 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10798, "deDE", "Ah, ein Gesandter der gerühmten Allianz. Sagt mir, Lakai, warum seid Ihr es, der hierhergekommen ist und mich um dieses Ding bittet, und nicht Eurer illustrer Kommandant?$B$BKann es etwa sein, dass er Angst vor mir hat? Irgendetwas an Euch sagt mir, dass Ihr keine habt, aber ich weiß noch nicht, was das ist.", 26972); + +-- 10799 - In die Grabenschlucht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10799 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10799, "deDE", "Habt Ihr die Giftdrüsen? Wenn nicht, dann hinfort mit Euch und wagt nicht, meine Zeit zu verschwenden, bevor Ihr sie habt!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10799 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10799, "deDE", "Sehr gut, Ihr habt eine einfache, wenn nicht gar banale Aufgabe erfüllt. Nun gebt mir die Drüsen, damit ich den schwierigen Teil erledigen kann.", 26972); + +-- 10800 - Gute Nacht, Gronn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10800 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10800, "deDE", "Ihr steht mir wieder gegenüber, $C. Das muss bedeuten, dass Ihr den Sack unter Grullocs Nase weggeschnappt habt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10800 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10800, "deDE", "<Baron Zobelmähne lugt in den Sack des Gronns und scheint zufrieden.>$B$BSehr gut, Ihr habt Euren Teil der Abmachung gehalten. Nun werde ich Euren Kommandanten mit der Falle beschenken.", 26972); + +-- 10801 - Das ist eine Falle! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10801 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10801, "deDE", "Hat der Baron uns eine Falle gebaut? Eine, die stark genug ist, um einen Gronn zu töten?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10801 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10801, "deDE", "Hm, eine Falle, die aus der Essenz einer Drachenflamme gebaut wurde? Ich frage mich, wie Zobelmähne an eine so seltene Substanz gekommen ist!$B$BNun, ganz egal. Nicht egal ist allerdings, dass wir sie benutzen werden, um einen Sohn des Gruul zu töten!", 26972); + +-- 10802 - Gorgrom der Drachenfresser +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10802 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10802, "deDE", "Wurde die Nachricht schon überbracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10802 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10802, "deDE", "Gut gemacht, $N. Sehr gut gemacht!$B$BIch nehme an, dass wir nun nicht mehr von den Ogern und ihrem Herrn hören werden.", 26972); + +-- 10803 - Gemetzel in Fels'mok +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10803 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10803, "deDE", "<Leutnant Schönwetter grinst, als Ihr ihr von Euren Abenteuern in Fels'mok erzählt.>$B$BAch, ich wünschte, ich hätte mit Euch kommen können. Ich will Euch etwas sagen, $N, lasst Euch nie auf Pflichten ein, die Euch vom Ruhm der Schlacht fernhalten!$B$BHa! Habt Ihr mir überhaupt noch ein paar Oger in den Bergen übrig gelassen?", 26972); + +-- 10805 - Massaker in Gruuls Unterschlupf +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10805 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10805, "deDE", "Sehr gut. Ich habe eine weise Wahl getroffen, als ich Euch zur Speerspitze meines Kampfes gemacht habe. Ich schätze, es ist an der Zeit, die Dinge auf eine ganz neue Ebene zu tragen.$B$BErinnert Ihr Euch an den kleinen Leckerbissen, den Ihr Grolloc für mich unter der Nase weggeschnappt habt? Ihr werdet die Gelegenheit bekommen, ihn sinnvoll einzusetzen.", 26972); + +-- 10806 - Finale +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10806 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10806, "deDE", "Bald werden alle Söhne des Gruul vernichtet sein.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10806 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10806, "deDE", "Für jemanden von Eurem Schlag habt Ihr erstaunlich gut gekämpft. Es war mir eine Ehre, Euch an meiner Seite zu wissen. Meine Verwandlung muss Euch wohl ein wenig überrascht haben. Ich hoffe, ich habe Euch nicht allzu sehr erschreckt.$B$BWir sollten meine wahre Identität jedoch für uns behalten. Als Belohnung für Eure treuen Dienste biete ich Euch eines dieser Schmuckstücke an.", 26972); + +-- 10810 - Die beschädigte Maske +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10810 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10810, "deDE", "Geht mir nicht auf die Nerven! Könnt Ihr nicht sehen, dass ich dabei bin, mysteriöse Kräfte zu entfesseln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10810 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10810, "deDE", "Ah, was habt Ihr denn da? Lasst mich das mal genauer ansehen, $C. Ja, ja... es ist genau das, was ich dachte. Lasst mich die Maske für Euch reparieren.", 26972); + +-- 10812 - Die geheimnisvolle Maske +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10812 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10812, "deDE", "Ich traue meinen Augen nicht.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10812 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10812, "deDE", "Diese Maske, die Ihr da in den Händen haltet, ist eine Gasmaske der Teufelsbrut! Und wie es aussieht, ist sie nicht beschädigt! Der Ärger, den wir damit im Konstruktionslager: Groll anrichten können, ist grenzenlos! Habt Ihr Lust, uns dabei zu helfen?", 26972); + +-- 10818 - Baron Zobelmähne verlangt nach Euch +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10818 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10818, "deDE", "Ah, wie ich sehe habt Ihr beschlossen, Euch ganz schön Zeit zu lassen, bis Ihr meinem Aufruf Folge geleistet habt.$B$BWie auch immer, ich hatte genug Zeit, um an meinen Racheplänen zu feilen, und Ihr sollt in der kommenden Schlacht mein Vollstrecker sein.", 26972); + +-- 10819 - Die Gasmaske der Teufelsbrut +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10819 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10819, "deDE", "Was soll das bedeuten? Niemand ruft mich! Sprecht, oder ich werde Euch für immer zum Schweigen bringen!", 26972); + +-- 10820 - Täuscht den Feind +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10820 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10820, "deDE", "Das wird ihnen sicher zeigen, dass sie besser tun sollten, was ich ihnen sage...$B$BÜbrigens... wo ist Schicksalsrufer? Warum habt Ihr mir von dieser Revolte berichtet und nicht sie?", 26972); + +-- 10821 - Ihr seid gefeuert! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10821 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10821, "deDE", "Das sind wirklich großartige Nachrichten, $N. Ich hätte es mir nicht besser wünschen können. Eure Dienste gegenüber meinem Volk sind sehr geschätzt. Bitte wählt Euch einen dieser Gegenstände aus.$B$BEuer Name wird für immer in den Herzen unseres Volkes klingen.", 26972); + +-- 10825 - Die kugellose Wahrheit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10825 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10825, "deDE", "$C, könnt Ihr das spüren? Ich fühle, dass etwas Unnatürliches und Böses in der Nähe ist.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10825 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10825, "deDE", "Ja, es ist die Kugel, die Ihr da habt! Merkwürdig, sie scheint von den Arakkoa zu stammen. Wart Ihr kürzlich in Grishnath?$B$BAh, das erklärt das Ganze. Aber ich frage mich, welchem teuflischen Zweck dieses Objekt dient. Obwohl das Böse eindeutig darin schlummert, scheint sie doch mit der Natur verbunden zu sein.$B$BBitte erlaubt mir zu versuchen, sie zu aktivieren. Das Böse darin ist so stark, es erinnert mich an etwas...", 26972); + +-- 10829 - Baumriese muss es wissen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10829 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10829, "deDE", "Grüße, kleiner $R. Die Vögel in meinen Zweigen haben mir zugeflüstert, dass Ihr kommen würdet.$B$BIhr seid hier, um die Bäume des Waldes von ihrer Besessenheit zu heilen?", 26972); + +-- 10830 - Der Exorzismus der Bäume +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10830 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10830, "deDE", "Das Böse verschwindet aus dem Rabenwald! Könnt Ihr es fühlen, $N?$B$BIhr habt uns und alle Wildtiere hier vor der unweigerlichen Zerstörung gerettet, kleines Wesen!$B$BFür solche Gelegenheiten trage ich vier magische Ringe in meinen Zweigen und verschenke sie, wenn ein Held sich erhebt, um eine große Tat zu vollbringen.$B$BIhr seid solch ein Held! Im Namen des gesamten Rabenwaldes danke ich Euch.", 26972); + +-- 10843 - Seit ich denken kann... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10843 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10843, "deDE", "<Leoroxx mustert Euch aufmerksam.>$B$BGnosh Brognats Tod ist ein Segen für alle Mok'Nathal. Das ist gut für Euch.$B$BMal schauen, ob Ihr immer noch so heldenhaft seid, wenn wir die Messlatte etwas anheben.", 26972); + +-- 10845 - Tötet die Brutmutter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10845 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10845, "deDE", "Nein! Ihr habt Unheilschwinge getötet? Vielleicht habe ich mich in Euch getäuscht, $C.$B$BVielleicht.$B$BDennoch habt Ihr die Anführer der drei größten Bedrohungen für unser Volk erschlagen. Darauf könnt Ihr stolz sein.$B$BIch werde Euch ein Zeichen meiner Wertschätzung geben, aber lasst es Euch nicht zu Kopf steigen. Ihr habt immer noch keine Ahnung davon, was es bedeutet, ein Mok'Nathal zu sein. Vielleicht werden wir immer noch auf Eure Fähigkeiten zurückkommen müssen.", 26972); + +-- 10846 - Verständnis für die Mok'Nathal +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10846 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10846, "deDE", "Die Vekh'nir sind noch die harmlosesten unserer Feinde.$B$BIhr habt also einen übergroßen Vogel getötet. Das macht Euch noch lange nicht zu einem wahren Krieger. Das lässt Euch auch nicht unser Wesen verstehen.$B$BAber es ist ein Anfang.", 26972); + +-- 10851 - Die Totems meines Feindes +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10851 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10851, "deDE", "Wart Ihr im Außenposten der Speerspießer und habt ihnen die Totems abgenommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10851 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10851, "deDE", "Das sieht nach einer guten Sammlung aus. Wir sollten einen Weg finden können, sie respektvoll einzusetzen.$B$BIn der Tat habe ich sogar schon eine Idee!", 26972); + +-- 10853 - Geisteranrufung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10853 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10853, "deDE", "Die Drachen des Singenden Bergrückens sind vielleicht eine Bedrohung für uns, doch sie sind majestätische Wesen.$B$BOder sie waren es zumindest. Ich hoffe, dass Ihr ihre Geister retten könnt.$B$BUnd falls Ihr noch mehr Totems brauchen solltet, habe ich noch ein paar über.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10853 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10853, "deDE", "Ihr habt heute eine große Tat vollbracht, $C. Die Geister der Drachen werden nun wieder singen können, denn sie sind frei. Und die Überreste ihrer Geister, die sie hinterlassen, dienen als mächtiges Heilmittel.$B$BHabt Ihr vielleicht Lust auf eine Reise in den Norden? Es gibt da eine Sache im Zusammenhang mit den Astralen, die mich brennend interessiert.$B$BIch fühle großen Schmerz aus dieser Richtung kommen.", 26972); + +-- 10859 - Sammelt die Kugeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10859 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10859, "deDE", "Habt Ihr alle Lichtkugeln der Razaani, die ich brauche, gesammelt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10859 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10859, "deDE", "Etwas fühlt sich hier falsch an.$B$BBitte, $N, reicht mir das Totem. Ich muss diese Kugeln untersuchen.", 26972); + +-- 10860 - Leckerbissen der Mok'Nathal +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10860 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10860, "deDE", "Habt Ihr alle Zutaten schon? Darüber zu reden hat mir das Wasser im Munde zusammenlaufen lassen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10860 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10860, "deDE", "Mmm, ich kann sie schon schmecken! Schnell, reicht mir die Zutaten... Ich werde sie rasch klein würfeln und dann ab damit aufs Feuer!$B$BZu Eurem Glück hält sich das Zeug lange, und ich meine damit sehr lange! So, nehmt dies. Und da Ihr so freundlich wart, meine Speisekammer aufzufüllen, gebe ich Euch die Rezepte gleich noch dazu.", 26972); + +-- 10865 - Informiert Leoroxx! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10865 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10865, "deDE", "Ist das, was Ihr da sagt, überhaupt möglich? Was sage ich da? Natürlich ist es das, wenn der Geistrufer davon überzeugt ist.$B$BErinnert Ihr Euch noch, als ich sagte, dass wir vielleicht wieder Eure Hilfe brauchen würden? Wie es scheint, kann ich in die Zukunft sehen.", 26972); + +-- 10867 - Es kann nur eine Antwort geben +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10867 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10867, "deDE", "Habt Ihr es getan? Sind die Seelen unserer Vorfahren sicher vom Bösen der Astralen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10867 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10867, "deDE", "Es ist gut, dass der Abschaum der Astralen und ihr Anführer tot sind. Ich wünsche ihren Brüdern tausend Plagen auf den Hals!$B$BIhr sollt für Eure Taten im Namen aller Mok'Nathal belohnt werden, $N! Ihr seid wirklich ein Held für uns!$B$BLasst uns nun die Seelen unserer Vorfahren dem reinigenden Feuer übergeben.", 26972); + +-- 10893 - Langschweif ist der springende Punkt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10893 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10893, "deDE", "Nun, da Draaca unschädlich gemacht wurde, sollten wir in der Lage sein, unseren Vorteil aus der Situation zu ziehen. Sie werden sich jetzt untereinander darum streiten, wer die Leitung übernehmen soll, und das wird uns viel Druck nehmen.$B$BEs sei denn der Aufseher aus dieser Einladung, die Ihr mir gegeben habt, nimmt ihren Platz ein.$B$BWir sollten sicherstellen, dass das niemals passieren wird!", 26972); + +-- 10894 - Behüter des Wyrmschädels +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10894 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10894, "deDE", "Wie kann ich Euch helfen? Bringt Ihr Nachrichten aus dem Ewigen Hain?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10894 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10894, "deDE", "Es ist genau so, wie ich es befürchtet habe, und das ist nicht gut!$B$BIch habe schon eine Idee, wie ich Euch helfen kann, aber vielleicht könnt zunächst Ihr uns helfen?$B$BEine Hand wäscht die andere.", 26972); + +-- 10904 - Teufelsmunition +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10904 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10904, "deDE", "Habt Ihr die Kanonenkugeln schon?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10904 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10904, "deDE", "Diese Dinger stinken ja schlimmer, als ich dachte!$B$BSchnell, gebt sie mir, damit ich die mit der Macht der Natur erfüllen kann. Dann werden sie zu tödlichen Waffen gegen die teuflischen Meister und ihre unnatürlichen Schöpfungen.", 26972); + +-- 10910 - Die Schwelle des Todes +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10910 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10910, "deDE", "Ich bin sehr erleichtert, dass Wildfürst Antelarion Euch zu uns geschickt hat. Das Problem ist noch viel schlimmer, als wir befürchtet haben!", 26972); + +-- 10911 - Feuer frei! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10911 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10911, "deDE", "Habt Ihr beide Warpportale schon zerstört?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10911 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10911, "deDE", "Euer Heldenmut ist beeindruckend!$B$BSehr gut. Nun, da die Warpportale außer Gefecht sind, bleibt nur noch eines zu tun.", 26972); + +-- 10912 - Der Hundehetzer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10912 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10912, "deDE", "Ist es vorbei? Ist die Gefahr an der Schwelle des Todes abgewendet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10912 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10912, "deDE", "Ihr seid wirklich ein ganz erstaunlicher $R! Wenn ich schon zuvor dachte, dass wir in Eurer Schuld stehen, so gibt es nun einfach keinen Weg mehr, Euch je für Eure Taten zu danken.$B$BAber wir wollen es dennoch versuchen. Vielen Dank, Held des Ewigen Hains!", 26972); + +-- 10927 - Die Krabbler erschlagen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10927 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10927, "deDE", "Gute Arbeit, $C. Dieser Tunnel ist unsere direkte Verbindung zum Sumpf.", 26972); + +-- 10928 - Die Krabbler erschlagen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10928 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10928, "deDE", "Gute Arbeit, $C. Dieser Tunnel ist unsere direkte Verbindung zum Sumpf.", 26972); + +-- 10974 - Stasiskammern von Bash'ir +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10974 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10974, "deDE", "Ihr habt es geschafft! Hattet Ihr Glück?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10974 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10974, "deDE", "<Das Bild von Kommandant Ameer kramt in den Beweisstücken.>$B$BEs ist schlimmer, als ich dachte... Diese Kammern enthalten wilde Bestien und Kreaturen von vielen verschiedenen Welten. Das Astraleum hofft, eines Tages Kontrolle über diese Bestien zu gewinnen und sie ihrem Willen zu unterwerfen. Wir müssen sie alle vernichten!", 26972); + +-- 10975 - Die Reinigung der Kammern von Bash'ir +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10975 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10975, "deDE", "Es gibt immer noch mehr Arbeit, die erledigt werden muss, $N. Begebt Euch nun auf die Suche nach einer Stasiskammer und vernichtet, was auch immer darin lauern mag!", 26972); + +-- 10976 - Das Abzeichen des Nexuskönigs +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10976 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10976, "deDE", "Dies wird Eure furchteinflößendste Aufgabe sein, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10976 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10976, "deDE", "Endlich!$B$B<Kommandant Ameer liest die Inschrift auf dem Abzeichen des Nexuskönigs.>$B$BZwei Gefängnisse? Schon der Gedanke an die Schrecken, die darin hausen mögen, lässt mich erzittern...", 26972); + +-- 10982 - Das Auge des Haramad +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10982 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10982, "deDE", "Ihr habt viel für das Protektorat und das Konsortium getan, $N. Daher ist es nur gerecht, dass einer unserer neuen Schlüssel an Euch geht. Mit diesem Schlüssel könnt Ihr Shaffars persönliche Stasiskammer jederzeit öffnen, ohne den Schlüssel dabei zu zerstören.$B$BEr ist von Dauer und wird auf ewig Euch gehören. ", 26972); + +-- 10983 - Mog'dorg der Weise +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10983 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10983, "deDE", "Grok sagt, ich bin weise? Ich weiß ja nicht so recht.$B$BVielleicht liegt das daran, dass ich der Einzige meines Klans bin, der aufrichtig versucht uns vor der Vernichtung durch den Speerspießerklan zu retten. Und natürlich vor Gruul und seinen Söhnen, die sie unterstützen.$B$BIch hoffe, dass Ihr gekommen seid, um uns aus der unaufhaltsamen Verdammnis zu erretten, $C.", 26972); + +-- 10989 - Mog'dorg der Weise +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10989 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10989, "deDE", "Endlich hat Chort mir jemanden geschickt, der in der Lage sein könnte, mir zu helfen. Ich bin bemüht, die Blutschläger vor der Auslöschung durch die Speerspießer zu bewahren. Und natürlich durch Gruul und seine Söhne, die sie unterstützen.$B$BIch vertraue fest darauf, dass Ihr unserer Geheimorganisation helfen und uns in die Freiheit führen könnt.", 26972); + +-- 10995 - Grulloc hat zwei Schädel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10995 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10995, "deDE", "Ist Grulloc schon Geschichte?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10995 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10995, "deDE", "Das muss ein harter Kampf gewesen sein, $C. Ich bin sehr erleichtert, dass er uns nun nicht mehr auf die Pelle rücken wird.$B$BIch werde diesen Schädel zu Chort schicken, damit er auf ihn aufpasst. Ich glaube, dass wir unser Ziel mit eurer Hilfe erreichen können!", 26972); + +-- 10996 - Maggocs Schatztruhe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10996 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10996, "deDE", "Habt Ihr die Truhe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10996 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10996, "deDE", "Sie war leer? Was ein Pech! Aber nun habt Ihr eine Ahnung von der sinnlosen Gewalt, unter der wir leiden müssen.$B$BJetzt, da Maggoc tot ist, sind wir meinem Traum von einem Zuhause, in dem wir Oger unser Schicksal selbst schmieden können, einen entscheidenden Schritt näher gekommen.", 26972); + +-- 10997 - Sogar ein Gronn hat Standards +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10997 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10997, "deDE", "Haltet Ihr Slaags Standarte schon in Euren Händen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10997 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10997, "deDE", "Ich bin erleichtert, dass Slaag nicht mehr unter uns weilt. Nun müssen wir nicht länger in Angst vor seiner drohenden Rückkehr leben!$B$BWenn Ihr nichts dagegen habt, würde ich die Standarte gerne als Symbol der Hoffnung für alle Oger dieser Berge entgegennehmen.$B$BVielen Dank, $N.", 26972); + +-- 10998 - In den übelsten Kreisen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10998 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10998, "deDE", "Habt Ihr Vim'gol den Üblen beschworen und seinen toten Klauen den Zauberfolianten entrissen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10998 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10998, "deDE", "Ich scheue mich davor, ein Ding von solcher Abscheulichkeit auch nur anzufassen. Und doch müssen wir den Folianten lesen, wenn wir sein Wissen erkunden und Skulloc aus seinem Versteck locken möchten.", 26972); + +-- 11000 - Schänder der Seelen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11000 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11000, "deDE", "Habt Ihr Skullocs Seele schon geraubt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11000 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11000, "deDE", "Es ist also vorüber. Ihr habt uns von den Fesseln der Sklaverei durch die Söhne von Gruul befreit. Ihr habt den Klan der Blutschläger vor der sicheren Auslöschung bewahrt.$B$BEs gibt keine Worte, um zu beschreiben, wie tief ALLE Oger des Schergrats, Blutschläger wie Speerspießer, in Eurer Schuld stehen, $N.$B$BSchaut dort, wie all die Oger sich versammeln, um Euch Tribut zu zollen! Sollen Gruul und seine Marionette, der alte König Maulgar, sich ruhig in ihrem Unterschlupf verkriechen. Geht zu den Ogern als ihr neuer König!", 26972); + +-- 11009 - Ogerhimmel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11009 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11009, "deDE", "Mog'dorg hat eine Nachricht voraus geschickt, um mich über Euer Kommen zu informieren. Ich bin froh, dass Ihr hier seid.$B$BNach dem Fall der Söhne des Gruul, ist es nur noch eine Frage der Zeit - es dürfte nicht sehr lange dauern - bevor die unterschiedlichen Bewohner dieser Bergterrasse und die des Nordens beginnen, Jagd auf unsere Ogerbrüder dort unten zu machen.$B$BDies gilt es zu verhindern und ich vertraue auf Eure Unterstützung, $N.", 26972); + +-- 11010 - Bomberangriff +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11010 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11010, "deDE", "Habt Ihr schon ihre Stapel mit Teufelskanonenkugeln vernichtet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11010 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11010, "deDE", "Gut, gut, anscheinend seid Ihr doch härter im Nehmen, als ich dachte. Ausgezeichnete Arbeit. Möglicherweise hatte der alte Keller doch Unrecht, was Euch anbelangt.$B$B<Himmelsoffizierin Vanderlip grinst.>", 26972); + +-- 11022 - Sprecht mit Mog'dorg +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11022 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11022, "deDE", "Mein werter Herr, es freut mich, dass Ihr vor Eurer Abreise noch einmal mit mir zu sprechen gedenkt.", 26972); + +-- 11023 - Und wieder ein Bombenangriff! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11023 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11023, "deDE", "Wie steht es mit dem Bombenangriff?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11023 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11023, "deDE", "Hervorragend, $N! Ich würde Euch ja sofort wieder in die Luft schicken und ein paar Bomben werfen lassen, aber unsere Richtlinien hier schreiben vor, dass unsere Piloten ausreichend Ruhe und Erholung erhalten müssen. Es tut mir leid, ich mache die Regeln nicht, aber lasst Euch versichern, dass ich sie durchsetzen werde!$B$BSehen wir uns morgen wieder, Sportskanone?", 26972); + +-- 11025 - Die Kristalle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11025 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11025, "deDE", "Wenn Ihr mehr über die Splitter und Kristalle lernt, werdet Ihr uns und unsere Ogerbrüder dort unten besser beschützen können.$B$BDie Splitter selbst wurden nach einer uralten und mittlerweile ausgelöschten Arakkoazivilisation benannt, die einst auf den Spitzen dieser Berge lebte.$B$BNun, habt Ihr die Splitter bei Euch?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11025 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11025, "deDE", "<Chu'a'lors linker Kopf beginnt zu sprechen.>$B$BDiese sind genau richtig.$B$BDenkt daran, $N, der Wert dieser Splitter liegt nicht in ihrem Verkaufspreis. Es ist nicht einmal das, was sie für Euch tun können, sobald sie ordnungsgemäß zusammengeschmiedet wurden... auch wenn sich darüber streiten lässt.$B$B$B$BDer wahre Wert liegt in dem Unterfangen, das es auf sich zu nehmen gilt, um in den Besitz dieser Splitter zu gelangen.", 26972); + +-- 11026 - Bannt die Dämonen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11026 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11026, "deDE", "Das wird ihnen eine Lehre gewesen sein! Kommen wir nun zu Eurer Belohnung.$B$BDie Dämonen des Konstruktionslagers: Rache im Norden haben an ihrer südlichen Grenze einen besonderen Transporter errichtet. Sie verwenden dieses experimentelle Transporttor, um den Einfluss des Lagers weiter auszudehnen. Wir brauchen Euch wohl nicht erst erklären, was passieren wird, wenn sie sich zu weit ausbreiten.$B$BAlso, wenn wir Ihr wären, würden wir diese Dunkelrune zu Gahk schaffen und ihn Fragen, wie Ihr helfen könnt. Geht es langsam mit ihm an, $N, er ist ebenfalls neu hier.", 26972); + +-- 11027 - Habt Ihr die Rune der Dunkelheit? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11027 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11027, "deDE", "Die Dämonen von dem Camp da machen die Transporter immer wieder ganz. Gahk sagt $N muss die Dämonen besser plattmachen diesmal!$B$BAber Gahk braucht noch 'ne Dunkelrune um zu machen eine kristallgeschmiedete Rune.$B$BWenn klein $R nicht haben Dunkelrune, Du sprechen mit Kronk! Er versuchen Dunkelrunen zu machen jeden Tag! Vielleicht Du bekommen eins aus Kronks Grabbelsack?!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11027 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11027, "deDE", "Haha, gut! Gahk mögen Dunkelrunen! Ihr nehmen kristallgeschmiedete Dunkelrune, die Gahk kürzlich gemacht haben.$B$BNicht vergessen, Tokru, erst beherrschen Zerrütter und dann zerschlagen magisches Schild von Shartuuls Transporter. Andere Dämon wird frei sein und dann Ihr auch ihn bekämpfen und beherrschen! Dann Ihr müssen mehr Dämonen bekämpfen und kontrollieren, bis keine mehr kommen!$B$BDann Ihr Ogri'la erretten!", 26972); + +-- 11030 - Unser Junge möchte der Himmelswache beitreten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11030 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11030, "deDE", "Habt Ihr das magische Fläschchen schon bekommen? Es würde Torkus Junior alles bedeuten.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11030 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11030, "deDE", "Ihr seid ein wahrer Lebensretter, $N!$B$BUnsere Jungs werden von dieser Neuigkeit begeistert sein!$B$BOkay, eines geschafft und eines fehlt noch. Wir haben Euch doch bestimmt von dem anderen Fläschchen erzählt, das sie benötigen, nicht wahr?", 26972); + +-- 11036 - Außerirdische Früchte! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11036 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11036, "deDE", "Ist das die Lieferung vom alten Orok?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11036 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11036, "deDE", "<Der Raketenchef überprüft den Inhalt der Kiste.>$B$BSieht soweit gut aus. Wieder etwas, das ich von der Liste streichen kann. Nun müssen wir noch nur dafür sorgen, dass die Rakete vom Boden abhebt.", 26972); + +-- 11047 - Die Bitte des Gesellen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11047 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11047, "deDE", "<Dama hört sich Agadais Bitte an.>$B$BIch kann nicht dafür garantieren, dass wir über genügend Windreiter verfügen, aber ich werde sehen, was ich tun kann. In der momentanen Situation haben wir Schwierigkeiten, die Nachfrage der verschiedenen Käufer und Außenposten abzudecken.", 26972); + +-- 11051 - Bannt mehr Dämonen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11051 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11051, "deDE", "Jemand mit Eurer Erfahrung dürfte keine Probleme damit haben, ein paar Dämonen zu bannen. Ihr habt doch keine Schwierigkeiten damit, oder, $R?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11051 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11051, "deDE", "Wir wünschten uns, der Herstellungsprozess für Runen der Dunkelheit wäre narrensicher, $N. Unglücklicherweise ist er das nicht. Nehmt bitte diesen Sack und seht mal, was wir heute hergestellt haben. Wir haben es nicht übers Herz gebracht, selbst nachzusehen.$B$BWenn Ihr eine Rune der Dunkelheit erhaltet, vergesst nicht, Gahk aufzusuchen und sie bei ihm gegen eine kristallgeschmiedete Rune der Dunkelheit einzutauschen. Mit ihr könntet Ihr Shartuuls Transporter erneut ausschalten.$B$BOh, und $N, denkt daran, morgen wiederzukommen und den Bannkristall abzuholen. Es sind genug Dämonen da, die gebannt werden möchten.", 26972); + +-- 11057 - Schwierigkeiten in der Tiefe +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11057 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11057, "deDE", "Man hat Euch von hoch oben zu mir geschickt? Wahrlich, meine Mission ist gesegnet! Ich versuche die Blutschläger vor der Ausrottung durch den Speerspießerklan und Gruuls Söhne zu bewahren.$B$BIch nehme an, dass Ihr unsere geheime Organisation unterstützen und uns die Freiheit bringen werdet?", 26972); + +-- 11058 - Ein Apexisrelikt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11058 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11058, "deDE", "<Chu'a'lors Köpfe nicken Euch anerkennend zu.>$B$BIhr habt einen scharfen Verstand, $N. Wir haben erheblich länger gebraucht, um das Relikt erfolgreich zu benutzen.$B$BNun, da Ihr wisst wie, könnt Ihr es so oft Ihr wollt verwenden. Denkt jedoch daran, dass für die Aktivierung eines Relikts immer ein Apexissplitter erforderlich ist.", 26972); + +-- 11059 - Wächter des Monuments +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11059 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11059, "deDE", "Wir verabscheuen Gewalt, aber wenigstens ist das Konstrukt, das Ihr vernichten sollt, kein lebendiges Wesen.$B$BWo wir schon davon sprechen, habt Ihr den Kopf?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11059 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11059, "deDE", "<Chu'a'lor mustert Euch voller Respekt.>$B$BEure und die geistige Gewandtheit Eurer Freunde ist wahrlich beeindruckend. Dafür, dass Ihr uns und unsere Lebensweise verteidigt habt, stehen wir, nein, stehen ganz Ogri'la und die Himmelswache in Eurer Schuld.$B$BDenkt daran $N, Ihr könnt jederzeit mit gesammelten Apexissplittern zurückkehren, um die großen Apexismonumente zu benutzen.", 26972); + +-- 11060 - Eine kristallgeschmiedete Rune der Dunkelheit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11060 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11060, "deDE", "Kleiner $R, nicht vergessen, wenn Ihr einen Zerrütter kontrollieren, Ihr müssen seinen Hammer dazu benutzen, um die Schilde von Warptor zu zerschlagen und den gefangenen Dämonen freizulassen.$B$BDann Ihr müssen zerschlagen diesen Dämon und ihn beherrschen. Dann kommen neuer Dämon, den Ihr auch beherrschen müssen, bis der Aufseher der Eredar auftauchen.$B$BDann Ihr auch ihn erschlagen werdet!!!", 26972); + +-- 11061 - Die Pflichten eines Vaters +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11061 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11061, "deDE", "Dieses Fläschchen des Zauberers wird meine Jungs sicherlich noch intelligenter machen, als sie es ohnehin schon sind. Damit sollten ihnen die täglichen Pflichten in der Himmelswache der Sha'tari etwas leichter fallen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11061 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11061, "deDE", "Wir können Euch gar nicht genug danken, $N!$B$BSo instabil diese zwei Fläschchen auch sein mögen, mit ihrer Hilfe können wir nun einen unserer Jungs nach Norden zum Außenposten der Himmelswache schicken.$B$BWartet einen kleinen Augenblick, während wir einen von ihnen rufen.", 26972); + +-- 11062 - Der Außenposten der Himmelswache +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11062 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11062, "deDE", "Willkommen im Außenposten der Himmelswache. Wisst Ihr, ich habe den gesamten Posten mit meinen eigenen Händen errichtet.$B$BSchon richtig gehört, alles was Ihr hier vor Euch seht!$B$B<Dem Himmelskommandanten scheint es ernst zu sein.>$B$BIhr müsst ja ganz schön scharf auf einen Kampf sein, wenn Ihr extra hierhergekommen seid, um mit mir zu sprechen. Es war nett vom alten Chu'a'lor, Euch vorbeizuschicken. Wir können hier immer etwas Frischfleisch gebrauchen.$B$BWenn es Euch nichts ausmacht, würde ich vorschlagen, Ihr unterhaltet Euch ein wenig mit meinem Himmelsoffizier Vanderlip. Stört Euch nicht an ihrem Gebaren, ihre Zunge ist womöglich schärfer als das Breitschwert, das sie bei sich trägt.", 26972); + +-- 11065 - Bändigt ein paar Ätherrochen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11065 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11065, "deDE", "Habt Ihr schon ein paar Ätherrochen gebändigt? Ihr seht so aus, als könntet Ihr mit einem Lasso umgehen. Sicher habt Ihr Euren Auftrag schnell abgeschlossen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11065 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11065, "deDE", "Juhuu! Gute Arbeit, $N! Diese Rochen werden ein paar hervorragende Reittiere abgeben!$B$BBleibt ruhig noch ein wenig, die Himmelswache der Sha'tari kann Männer mit Euren Talenten immer gut gebrauchen!", 26972); + +-- 11066 - Bändigt noch mehr Ätherrochen! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11066 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11066, "deDE", "Ihr leistet hervorragende Arbeit für uns, $N! Ich möchte Euch nur wissen lassen, dass wir Eure Bemühungen, uns mit frischen Reittieren zu versorgen, sehr zu schätzen wissen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11066 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11066, "deDE", "Ihr erstaunt mich immer wieder! Ich sage Euch was, warum lasst Ihr das Lasso nicht für heute ruhen und wir sehen uns morgen wieder?$B$B<Khatie lacht.>$B$BNochmals vielen Dank, $N!", 26972); + +-- 11078 - Den Himmel beherrschen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11078 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11078, "deDE", "Wie geht es voran, $N? Ich brauche Euch sicherlich nicht extra zu sagen, wie wichtig die ganze Angelegenheit für unsere Luftüberlegenheit ist.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11078 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11078, "deDE", "Ja! Diese Zähne sehen scharf aus, als könnten sie beinahe alles wie Butter durchschneiden!$B$BErlaubt mir, Euch und Eure Freunde dazu zu ermuntern, weiterhin so gute Arbeit zu leisten! Diese Drachen sind gefährliche Raubtiere, die unseren Himmel lange genug unsicher gemacht haben.$B$BEuch sind sicherlich die Drachenschuppen aufgefallen. Wie ich hörte, kann man aus ihnen einen mächtigen Umhang herstellen, sofern man eine Schuppe von jedem der Drachen besitzt. Sollte Euch der Umhang nicht zusagen, bin ich jederzeit bereit, ihn gegen einen Apexiskristall einzutauschen.", 26972); + +-- 11079 - Eine Teufelspeitsche für Gahk +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11079 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11079, "deDE", "Ihr haben Peitsche?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11079 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11079, "deDE", "Gahk mögen Peitsche. Vielleicht Gahk nehmen Peitsche und bearbeiten ein paar Dämonen!$B$BMich sagen zu $R, dass $R kann jederzeit beschwören Dämonenanführer, solange $R haben viele Freunde und 'ne Menge Splitter.", 26972); + +-- 11080 - Die Strahlung des Relikts +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11080 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11080, "deDE", "Euer Geschick im Umgang mit den Relikten erstaunt uns immer wieder, $N. Dürften wir Euch vorschlagen, mindestens einmal am Tag den Gebrauch der Relikte zu üben, damit Euer Verstand seine Schärfe bewahrt?", 26972); + +-- 11091 - Ein besonderer Dank an Euch +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11091 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11091, "deDE", "Hey, Mann, das ist toll! Wir haben viel von Euren guten Taten gehört. Das ist fantastisch. Wir haben da so ein Gefühl, dass Ihr für Ogri'la alles zum Guten wenden werdet. Ihr werdet uns beschützen und alles wird heiter und sonnig!$B$BHier, nehmt das. Es ist ein kleines Überlebenspaket, dass wir zum Dank für Euch zusammengestellt haben.$B$BWerft doch bitte einen Blick auf unsere Waren. Wir haben eine reichhaltige Auswahl der erlesensten Gegenstände, von denen Euch sicherlich das eine oder andere Stück interessieren wird.", 26972); + +-- 11119 - Angriff auf den Landeplatz von Bash'ir! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11119 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11119, "deDE", "Egal, was Keller dazu meint, ich bevorzuge es, unsere Einsätze als Forschungsexkursionen zu betrachten.$B$BEs stimmt allerdings, dass wir dort Vorräte für die Himmelswache beschaffen, jedenfalls, wenn wir lange genug dort bleiben können.$B$BIhr seht so aus, als wäret Ihr bereit, uns den Rücken gegen die Astralen freizuhalten. Wenn Ihr uns die Astralen lange genug vom Leib haltet, werden wir Euch alle zusätzlich an der Kristallschmiede hergestellten Gegenstände zum Verkauf anbieten, also bringt Eure Apexissplitter und Kristalle mit!$B$BWir ziehen in 2 Stunden los.", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_16_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_16_world_335.sql new file mode 100644 index 00000000000..4ee292aba7f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_16_world_335.sql @@ -0,0 +1,89 @@ +-- Netherstorm -- Nethersturm +-- ObjectiveText -- 3.3.5 + +-- 10182 - Kampfmagier Dathric +UPDATE `quest_template_locale` SET `ObjectiveText2`="Bringt Dathrics Geist zur Ruhe", `VerifiedBuild`=18019 WHERE `ID` = 10182 AND `locale` = "deDE"; + +-- 10190 - Batterien aufladen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Batterieladestatus", `VerifiedBuild`=18019 WHERE `ID` = 10190 AND `locale` = "deDE"; + +-- 10203 - Unschätzbare Ausrüstung beamen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Hyperdreh-Grab-o-Matik zurück geholt", `ObjectiveText2`="Servopneumatische Baggerklaue zurück geholt", `ObjectiveText3`="Multispektraler Geländeabtaster zurück geholt", `ObjectiveText4`="Großer Wagen voller Sprengstoff zurück geholt", `VerifiedBuild`=18019 WHERE `ID` = 10203 AND `locale` = "deDE"; + +-- 10233 - Den Sonnenzornposten anzünden +UPDATE `quest_template_locale` SET `ObjectiveText1`="Sonnenzornballiste zerstört", `ObjectiveText2`="Sonnenzornzelt zerstört", `VerifiedBuild`=18019 WHERE `ID` = 10233 AND `locale` = "deDE"; + +-- 10240 - Eine Verteidigung errichten +UPDATE `quest_template_locale` SET `ObjectiveText1`="Aktiviert die östliche Rune", `ObjectiveText2`="Aktiviert die nordöstliche Rune", `ObjectiveText3`="Aktiviert die westliche Rune", `VerifiedBuild`=18019 WHERE `ID` = 10240 AND `locale` = "deDE"; + +-- 10248 - Du, der Roboter +UPDATE `quest_template_locale` SET `ObjectiveText1`="Schrotthäscher X6000-Test abgeschlossen", `VerifiedBuild`=18019 WHERE `ID` = 10248 AND `locale` = "deDE"; + +-- 10256 - Den Schlüsselmeister finden +UPDATE `quest_template_locale` SET `ObjectiveText1`="Findet heraus, wer der Schlüsselmeister ist", `VerifiedBuild`=18019 WHERE `ID` = 10256 AND `locale` = "deDE"; + +-- 10274 - Den Sternensturz sichern +UPDATE `quest_template_locale` SET `ObjectiveText1`="Tötet Veraku", `VerifiedBuild`=18019 WHERE `ID` = 10274 AND `locale` = "deDE"; + +-- 10299 - Manaschmiede B'naar abschalten +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manaschmiede B'naar abgeschaltet", `VerifiedBuild`=18019 WHERE `ID` = 10299 AND `locale` = "deDE"; + +-- 10305 - Bannzauberin Belmara +UPDATE `quest_template_locale` SET `ObjectiveText1`="Bringt Belmaras Geist zur Ruhe", `VerifiedBuild`=18019 WHERE `ID` = 10305 AND `locale` = "deDE"; + +-- 10306 - Beschwörer Luminrath +UPDATE `quest_template_locale` SET `ObjectiveText1`="Bringt Luminraths Geist zur Ruhe", `VerifiedBuild`=18019 WHERE `ID` = 10306 AND `locale` = "deDE"; + +-- 10307 - Cohlien Frostwirker +UPDATE `quest_template_locale` SET `ObjectiveText1`="Bringt Cohliens Geist zur Ruhe", `VerifiedBuild`=18019 WHERE `ID` = 10307 AND `locale` = "deDE"; + +-- 10313 - Warpenergien messen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Nördliches Rohrsystem gemessen", `ObjectiveText2`="Östliches Rohrsystem gemessen", `ObjectiveText3`="Südliches Rohrsystem gemessen", `ObjectiveText4`="Westliches Rohrsystem gemessen", `VerifiedBuild`=18019 WHERE `ID` = 10313 AND `locale` = "deDE"; + +-- 10321 - Manaschmiede Coruu abschalten +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manaschmiede Coruu abgeschaltet", `VerifiedBuild`=18019 WHERE `ID` = 10321 AND `locale` = "deDE"; + +-- 10322 - Manaschmiede Duro abschalten +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manaschmiede Duro abgeschaltet", `VerifiedBuild`=18019 WHERE `ID` = 10322 AND `locale` = "deDE"; + +-- 10323 - Manaschmiede Ara abschalten +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manaschmiede Ara abgeschaltet", `VerifiedBuild`=18019 WHERE `ID` = 10323 AND `locale` = "deDE"; + +-- 10329 - Manaschmiede B'naar abschalten +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manaschmiede B'naar abgeschaltet", `VerifiedBuild`=18019 WHERE `ID` = 10329 AND `locale` = "deDE"; + +-- 10330 - Manaschmiede Coruu abschalten +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manaschmiede Coruu abgeschaltet", `VerifiedBuild`=18019 WHERE `ID` = 10330 AND `locale` = "deDE"; + +-- 10335 - Die Ruinen beobachten +UPDATE `quest_template_locale` SET `ObjectiveText1`="Erste Vermessungsmarkierung platziert", `ObjectiveText2`="Zweite Vermessungsmarkierung platziert", `ObjectiveText3`="Dritte Vermessungsmarkierung platziert", `VerifiedBuild`=18019 WHERE `ID` = 10335 AND `locale` = "deDE"; + +-- 10338 - Manaschmiede Duro abschalten +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manaschmiede Duro abgeschaltet", `VerifiedBuild`=18019 WHERE `ID` = 10338 AND `locale` = "deDE"; + +-- 10345 - Fleisch geworden +UPDATE `quest_template_locale` SET `ObjectiveText1`="Siechende Leichen verbrannt", `VerifiedBuild`=18019 WHERE `ID` = 10345 AND `locale` = "deDE"; + +-- 10365 - Manaschmiede Ara abschalten +UPDATE `quest_template_locale` SET `ObjectiveText2`="Manaschmiede Ara abgeschaltet", `VerifiedBuild`=18019 WHERE `ID` = 10365 AND `locale` = "deDE"; + +-- 10422 - Hauptmann Tyralius +UPDATE `quest_template_locale` SET `ObjectiveText1`="Hauptmann Tyralius befreit", `VerifiedBuild`=18019 WHERE `ID` = 10422 AND `locale` = "deDE"; + +-- 10426 - Flora der Biokuppel +UPDATE `quest_template_locale` SET `ObjectiveText1`="Energiemodulatortest", `VerifiedBuild`=18019 WHERE `ID` = 10426 AND `locale` = "deDE"; + +-- 10427 - Fauna der Biokuppel +UPDATE `quest_template_locale` SET `ObjectiveText2`="Talbuk markiert", `VerifiedBuild`=18019 WHERE `ID` = 10427 AND `locale` = "deDE"; + +-- 10438 - Auf netherischen Schwingen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Leerleitung zerstört", `VerifiedBuild`=18019 WHERE `ID` = 10438 AND `locale` = "deDE"; + +-- 10439 - Dimensius der alles Verschlingende +UPDATE `quest_template_locale` SET `ObjectiveText2`="Sprecht mit Hauptmann Saeed", `VerifiedBuild`=18019 WHERE `ID` = 10439 AND `locale` = "deDE"; + +-- 10855 - Teufelshäscher, nein Danke! +UPDATE `quest_template_locale` SET `ObjectiveText2`="Deaktivierter Teufelshäscher zerstört", `VerifiedBuild`=18019 WHERE `ID` = 10855 AND `locale` = "deDE"; + +-- 10857 - Teleportiert das! +UPDATE `quest_template_locale` SET `ObjectiveText1`="Westlicher Teleporter zerstört", `ObjectiveText2`="Mittlerer Teleporter zerstört", `ObjectiveText3`="Östlicher Teleporter zerstört", `VerifiedBuild`=18019 WHERE `ID` = 10857 AND `locale` = "deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_17_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_17_world.sql new file mode 100644 index 00000000000..bce7ee406e6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_17_world.sql @@ -0,0 +1,908 @@ +-- Netherstorm -- Nethersturm +-- RequestItems, OfferReward -- master, 3.3.5 + +-- 10173 - Der Stab des Erzmagiers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10173 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10173, "deDE", "Ich werde nicht ruhen, bis Erzmagier Vargoth seinen Stab zurück hat. Konntet Ihr ihn den Klauen des Dämons entreißen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10173 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10173, "deDE", "Ah, Ihr habt es also geschafft, den Stab zurückzuholen. Beeindruckend, $N. Vielleicht seid Ihr genau der $C, den ich suche.$B$BOh ja, Eure Belohnung...$B$B$B$BIhr habt sicherlich mehr erwartet, aber das kommt schon noch mit der Zeit. Fürs Erste soll die Möglichkeit Eure Belohnung sein.", 26972); + +-- 10174 - Der Fluch des Violetten Turms +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10174 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10174, "deDE", "<Erzmagier Vargoth betrachtet Euch, als Ihr ihm Ravandwyrs Nachricht übermittelt.>$B$BRavandwyr hat alles, was ein Meister sich von einem Lehrling wünschen kann. Als ich ihm den Stab gab und ihm befohlen habe, zu fliehen, habe ich gehofft, dass er ihn benutzen würde, um jemanden zu finden, der mich nach dem Abzug von Kael'thas Truppen aus dem Turm befreien kann. Seitdem habe ich viel über den Fluch herausgefunden.$B$BEr kann gebrochen werden, aber dazu brauche ich Eure Hilfe.", 26972); + +-- 10176 - Arkelos der Wächter +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10176 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10176, "deDE", "Das habt Ihr gut gemacht, $N. Ohne das Dämpferfeld wird es viel leichter für mich, die Magie vorzubereiten, mit der ich den Fluch des Turms endlich aufheben kann.", 26972); + +-- 10182 - Kampfmagier Dathric +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10182 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10182, "deDE", "Gut gemacht, $N. Ich kann keine Rastlosigkeit mehr in Dathrics Geist spüren. Ich würde viel dafür geben, wenn ich noch einmal mit ihm sprechen könnte, aber es ist schon gut genug, dass er nun in Frieden ruht.", 26972); + +-- 10183 - Auf nach Area 52 +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10183 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10183, "deDE", "Stress, Stress. Keine Zeit verschwenden! Es gibt ein Raketenschiff, das gebaut werden will!$B$BWas wollt Ihr?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10183 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10183, "deDE", "Oh, Kupfernickel hat sich also endlich entschlossen, seine Entdeckungen zu berichten, was? Faule Wissenschaftler!$B$BWas ist das?$B$B<Der Chef blättert ein paar Mal durch die Notizen mit einem deutlich skeptischen Gesichtsausdruck.>$B$BEr sagt, dass die gewaltigen Netherenergien, die durch den Nethersturm fließen, alles in nur ein paar Monaten in Stücke reißen werden.$B$BDas ist ungünstig - jetzt müssen wir den Zeitplan für das Raketenschiff etwas straffen.", 26972); + +-- 10184 - Bösartige Überbleibsel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10184 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10184, "deDE", "<Hüter Dierwert schüttelt langsam den Kopf.>$B$BSie haben das nicht verdient, aber es ist das Beste, was wir tun können.", 26972); + +-- 10185 - Schlimmer als der Tod +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10185 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10185, "deDE", "<Der Hüter sieht bestürzt aus.>$B$BIch kann die nächste Welle schon über den Horizont kommen sehen. Sie auszumerzen hilft vielleicht für den Moment, aber wir brauchen langfristige Maßnahmen.", 26972); + +-- 10186 - Ihr seid eingestellt! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10186 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10186, "deDE", "Sieht es etwa aus, als wäre die X-52 Netherrakete bereit zum Abflug? Durchquere ich den Wirbelnden Nether in meinem bequemen Kommandostuhl? Entdecke ich fremde neue Welten? Suche nach neuen Technologien und Geschäftsgelegenheiten? Dringe in Galaxien vor, die nie ein Goblin zuvor gesehen hat?$B$BNein!$B$BAlso hoffe ich, dass Ihr die Kristalle habt, nach denen ich Euch geschickt habe.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10186 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10186, "deDE", "Pah! Die sehen aber grob aus. Vielleicht können wir sie in einer tertiären Antriebsmehrfachkammer einsetzen?$B$BTrotzdem gute Arbeit, Juniortechniker dritten Grades! Ihr werdet es sicher bald zum zweiten Grad schaffen.", 26972); + +-- 10188 - Das Siegel von Krasus +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10188 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10188, "deDE", "Wenn ich vom Fluch des Turmes frei sein will, muss ich das Siegel haben.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10188 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10188, "deDE", "Ah, es ist so wundervoll, wie ich es in Erinnerung hatte. Könnt Ihr die Macht, die davon ausgeht, spüren?$B$BNatürlich ist noch viel mehr zu tun, aber Ihr habt meinen tiefsten Dank dafür, dass Ihr mir das Siegel zurückgebracht habt.", 26972); + +-- 10189 - Manaschmiede B'naar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10189 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10189, "deDE", "Habt Ihr bekommen, worum ich Euch gebeten habe, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10189 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10189, "deDE", "Ausgezeichnet! Mit dieser Stammrolle können wir bessere Entscheidungen treffen, wenn wir die Anhänger Kaels bei den Manaschmieden angreifen.$B$BEigentlich schade, ich mochte es irgendwie, seine Lakaien wahllos zu töten.", 26972); + +-- 10190 - Batterien aufladen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10190 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10190, "deDE", "Habt Ihr die Batterie schon aufgeladen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10190 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10190, "deDE", "He, passt auf, auf wen Ihr mit dem Ding zeigt! Ihr habt es auf töten gestellt!!!$B$BGut, es sieht so aus, als hättet Ihr die Batterie genügend aufgeladen. Ich baue sie gleich in Nr. V ein.", 26972); + +-- 10191 - Nummer V lebt! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10191 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10191, "deDE", "Ihr habt es geschafft! Ihr habt es geschafft! Ich könnte Euch küssen!$B$BOh verdammt... die Batterie von Maxx E. Million Nr. V ist schon wieder leer. Naja, er hat seine Arbeit erledigt, und das ist das Wichtigste.$B$BRaketenchef Doppeldecker wird sich freuen, wenn er diese Draeneimaschinen in der X-52 Netherrakete einbauen kann! Das bedeutet eine Beförderung für mich! Ich bin so glücklich, ich muss Euch einfach belohnen!$B$BHier, sucht Euch etwas davon aus.", 26972); + +-- 10192 - Krasus' Kompendium +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10192 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10192, "deDE", "Habt Ihr das Buch besorgt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10192 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10192, "deDE", "<Das Abbild von Erzmagier Vargoth scheint das Kompendium zu begutachten.>$B$BEs ist ein wenig mitgenommen, aber wenn man bedenkt, was es durchmachen musste, ist es ein Wunder, dass es überhaupt überlebt hat. Bewahrt es auf, $N. Ohne das Buch haben wir kaum eine Chance, den Schutzschild des Turms zu durchbrechen.", 26972); + +-- 10193 - Hochrangige Ziele +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10193 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10193, "deDE", "Ihr seid ein zuverlässiges Mädel. $N. Wenn es etwas gibt, das ich noch mehr mag, als Kaels Schoßhunde zu töten, dann ist es, wenn das jemand anderes für mich erledigt.$B$BSo habe ich weniger Blut auf meinen Klamotten.", 26972); + +-- 10194 - Heimlicher Flug +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10194 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10194, "deDE", "Euren Flug zu organisieren war nicht gerade billig. Ich hoffe, ihr habt das Zeug zu diesem Auftrag.", 26972); + +-- 10197 - Eine überzeugende Verkleidung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10197 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10197, "deDE", "Habt Ihr die Kleidungsstücke, um die ich Euch gebeten habe?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10197 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10197, "deDE", "Ausgezeichnet! Wenn ich mit Euch fertig bin, werdet Ihr Euch unbemerkt unter die Ränge des Sonnenzorns mischen können.", 26972); + +-- 10198 - Informationen sammeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10198 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10198, "deDE", "Wie geht es mit der Bespitzelung voran, $N? Ihr solltet Euch lieber beeilen. Ich werde hier schon ganz kribbelig.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10198 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10198, "deDE", "Die Manaschmiede Duro ist in Schwierigkeiten? Ich bin mir sicher, dass Thalodien sich über diese Neuigkeiten freuen wird. Lasst uns zunächst diese Aufgabe hier fertigstellen.", 26972); + +-- 10199 - Der kleine Extrakick +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10199 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10199, "deDE", "Wenn ich das Gift von genügend vielen Netherrochenstacheln extrahieren kann, bekommen wir vielleicht den explosivsten Kraftstoff, der gemischt wurde!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10199 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10199, "deDE", "Wow! Ok, jetzt stimmt die Sache.$B$BLasst mich nur schnell die Boshaftigkeit aus diesen kleinen Schönheiten quetschen. Das sollte ein Raketentreibstoff werden, der alle von den Socken haut!$B$BHier, lasst mich das Schieferöl und das Stachelgift mischen, und dann schauen wir mal, was passiert...", 26972); + +-- 10200 - Rückkehr zu Thalodien +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10200 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10200, "deDE", "Ihr überrascht mich immer wieder, $N. Das war beeindruckende Spionagearbeit, die Ihr da in der Manaschmiede Coruu geleistet habt.", 26972); + +-- 10202 - Ein Abtrünniger +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10202 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10202, "deDE", "Es ist an der Zeit, dass Ihr auftaucht. Ich habe mich schon gefragt, ob die Seher überhaupt interessiert sind.", 26972); + +-- 10203 - Unschätzbare Ausrüstung beamen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10203 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10203, "deDE", "Ihr müsst derjenige sein, der uns die ganze Ausrüstung von den Ruinen hergebeamt hat! Ein Hoch auf Euch!$B$BIch habe die Ausrüstung bereits an unsere Grabungsorte weiterverteilt. Jetzt können wir unsere Ausgrabungen im großen Stil überall auf der Insel durchführen! Die Netherrakete wird in null Komma nichts fertig werden!$B$BHmm, merkwürdig. Wartet mal, habt Ihr gesagt, Ihr habt uns vier Dinge zurück geschickt? Ich habe nur drei bekommen...", 26972); + +-- 10204 - Blutjuwelenkristalle +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10204 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10204, "deDE", "Hmmm... wie ich erwartet habe.$B$BSolch rohen Energien ausgesetzt zu sein erhöht unsere angeborene Sucht nach Magie gewaltig.$B$BIch bin nicht überrascht, dass Kael mit seinen Taten ungestraft davon kommt, wenn seine Angestellten praktisch die ganze Zeit betrunken sind.", 26972); + +-- 10205 - Sphärenräuber Nesaad +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10205 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10205, "deDE", "Ich bin erleichtert zu hören, dass dieser Abschaum endlich vernichtet wurde. Ihr macht Eure Arbeit gut, $N... darf ich so vermessen sein, Euch beim Namen zu nennen?$B$BWenn Ihr möchtet, habe ich eine weitere Aufgabe für Euch. Eine, die besonders wichtig ist. Jemand mit so offensichtlichen Talenten wie Ihr wird sie sicher leicht bewältigen können.", 26972); + +-- 10206 - Wählt Eure Rolle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10206 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10206, "deDE", "So schnell schon zurück? Nehmt mich besser nicht auf den Arm, $C.$B$BDer Erfolg des X-52-Projekts hängt davon ab, dass wir das Zeug so schnell wie möglich bekommen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10206 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10206, "deDE", "Hehe, astrale Deppen!$B$BDanke, dass Ihr uns die Teile gebracht habt, $C. Ich wette, wir können diese Babys gleich in die Rakete einbauen. Ich frage mich, was sie wohl bewirken? Wird sicher lustig, es herauszufinden!$B$BHm, lasst mich mal schauen ob ich noch ein wenig Wechselgeld für Euch in der Hosentasche habe.", 26972); + +-- 10209 - Beschwörer Kanthins Preis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10209 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10209, "deDE", "Habt Ihr den Stein von Gletscharius bekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10209 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10209, "deDE", "<Ihr wisst nicht, ob es nur eine Verzerrung ist, aber der Erzmagier scheint zu lächeln.>$B$BJetzt, da ich all meine Besitztümer zurück habe, habe ich alles, um Kael'thas' Magie zu durchbrechen. Ich werde den Zauber gleich wirken.", 26972); + +-- 10221 - Dr. Bumm! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10221 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10221, "deDE", "Habt Ihr uns vor den Verwüstungen durch Dr. Bumm gerettet? Ich verspreche Euch, dass es diesmal keine explodierenden Wagen gibt, auch wenn das wirklich spaßig war!$B$BWir sollten das wirklich öfter tun!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10221 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10221, "deDE", "Ich werde Sparky immer vermissen. <Schnief> Aber jetzt, da wir wissen, dass Dr. Bumm uns nicht mehr tyrannisieren kann, werden wir alle besser schlafen.$B$BLasst Euch das eine Lehre sein. Kommt hier nicht ohne Netherhelm runter!$B$BNun, wie kann ich Euch dafür belohnen?", 26972); + +-- 10222 - Die Garnison des Sonnenzornpostens +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10222 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10222, "deDE", "Was Ihr getan habt, kann die Gefallenen nicht zurückbringen, aber vielleicht kann es ihre Geister beruhigen. Obwohl ehrlich gesagt kein Blut der Welt meinen Zorn über Kael'thas Taten stillen kann.", 26972); + +-- 10223 - Nieder mit Daellis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10223 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10223, "deDE", "<Ihr seid Euch nicht sicher, aber es sieht so aus, als würde Hüter Dierwert gleich anfangen zu weinen.>$B$BEndlich ist es geschafft. Wenn ich könnte, würde ich meine Existenz selbst auslöschen, aber die Wahrheit ist, dass ich nicht loslassen kann. Für die Leute im Dorf ist es schwer, aber zumindest ehrlich. Ich schätze, das ist der Preis, den wir dafür bezahlen müssen, dass wir uns so sehr an diesen Ort gebunden haben.", 26972); + +-- 10224 - Essenzen für die Motoren +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10224 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10224, "deDE", "Habt Ihr schon alle Essenzen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10224 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10224, "deDE", "Wow, das sind viele Essenzen!$B$BGut, schauen wir mal, was passiert, wenn ich sie mit den Astrallithiummatrixkristallen mische.", 26972); + +-- 10225 - Meldung beim Chefingenieur +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10225 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10225, "deDE", "Äh, hallo. Ich bin hier ein wenig beschäftigt. Was habt Ihr da?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10225 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10225, "deDE", "Oh, Astrallithiummatrixkristalle! Ja, die klingen wichtig.$B$BLasst sie uns dort drüben hinstellen und ich kümmere mich gleich um sie.", 26972); + +-- 10226 - Elementarenergieextraktor +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10226 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10226, "deDE", "Habt Ihr die Energie von diesen Elementaren schon? Oh, keine Hektik oder so. Hängt ja nur mein Leben und meine Karriere davon ab.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10226 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10226, "deDE", "Das ist besser! Gut, ich glaube, jetzt sind wir im Geschäft.$B$BLasst mich dieses Zeug nur kurz in das Zau-ba-Ding hier tun, und ich bin sicher, dass es gleich einen voll funktionsfähigen Phasenantriebskern ausspuckt.$B$BOh, he, ich sollte Euch vielleicht dafür belohnen, dass Ihr meine Haut gerettet habt. Hehe.", 26972); + +-- 10232 - Legion in Trümmern +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10232 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10232, "deDE", "Nun, das sind gute und schlechte Nachrichten zugleich. Wir haben ihnen einen Schlag versetzt, aber ich weiß nicht, wie es weitergehen soll, wenn die Brennende Legion überall im Nethersturm frei herumrennt - und näher kommt.$B$BIch habe das Gefühl, dass wir einen Gang hochschalten müssen. Ich hoffe, Ihr könnt uns dabei helfen, $N.", 26972); + +-- 10233 - Den Sonnenzornposten anzünden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10233 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10233, "deDE", "<Zaubererleutnant Morran nickt grimmig.>$B$BDie Kirin Tor heißen Zerstörung im Allgemeinen nicht gut, aber um unseren Feind zu vernichten überwinden wir jeden Skrupel. Sogar im Tod.", 26972); + +-- 10234 - Der Müll eines Dämons +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10234 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10234, "deDE", "Habt Ihr die Teile schon? Wir haben nur wenig Zeit, da die Legion überall gleichzeitig in unser Gebiet vorrückt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10234 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10234, "deDE", "Ich denke, die müssen reichen. Wenn wir sie nur fortjagen könnten!$B$BHe, da fällt mir etwas ein!", 26972); + +-- 10235 - Verdammnisklaue die Krallen stutzen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10235 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10235, "deDE", "Schon mit Verdammnisklaue abgerechnet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10235 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10235, "deDE", "Er, äh... er hat was gesagt? SIE WOLLEN AREA 52 ANGREIFEN?$B$BOh, das ist nicht gut... nicht gut!", 26972); + +-- 10237 - Warnt Area 52! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10237 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10237, "deDE", "Ha, Ihr macht Witze, oder? Die Brennende Legion gibt uns die Schuld daran?$B$BAber IHR wart das!$B$BOh, ich habe Kopfschmerzen, die so groß wie diese Rakete sind! Ok, ok, wir müssen uns einen anderen Plan einfallen lassen.$B$BWenn die Brennende Legion denkt, dass sie hierher kommen, unser Dorf zerstören und meinen Traum von einer Reise durch den Wirbelnden Nether ruinieren kann, dann hat sie sich aber getäuscht.$B$BUnd ich kenne genau den richtigen Goblin, der uns dabei helfen kann.", 26972); + +-- 10239 - Mögliche Energiequelle +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10239 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10239, "deDE", "Konntet Ihr ein paar ihrer Energiequellen sammeln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10239 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10239, "deDE", "<Morran dreht einen der Würfel vorsichtig in der Hand.>$B$BIch glaube nicht, dass ich je zuvor so etwas gesehen habe. Es steckt sicher eine Menge Energie darin, aber es ist rohe Energie. Wir müssen vorsichtig damit sein, aber ich glaube, dass wir einen Weg finden können, wie man sie zur Abwehr der Manakreaturen einsetzen kann.", 26972); + +-- 10240 - Eine Verteidigung errichten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10240 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10240, "deDE", "Habt Ihr alle Runen aktiviert? Ich bin so gespannt, ob wir die Methode der Blutelfen hier verbessern können. Was einer von Kael'thas' Leuten tun kann, kann ein Kirin Tor noch besser!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10240 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10240, "deDE", "Ausgezeichnete Arbeit. Drückt die Daumen, $N. Ich werde den Schild jetzt aktivieren.", 26972); + +-- 10241 - Ablenkung in der Manaschmiede B'naar +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10241 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10241, "deDE", "Ausgezeichnete Arbeit, $N. Die Seher haben dank Eures Ablenkungsmanövers wichtige Informationen sammeln können. Vielleicht teilen sie sie dieses Mal tatsächlich mit uns.", 26972); + +-- 10243 - Die Technologie der Naaru +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10243 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10243, "deDE", "Die Symbole sehen fremdartig und unlesbar aus.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10243 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10243, "deDE", "Ihr öffnet die Rolle und bereitet Euch vor, die merkwürdigen Symbole abzuschreiben.", 26972); + +-- 10245 - Steuerungsabschrift von B'naar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10245 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10245, "deDE", "Wollen wir mal schauen, was Ihr da habt, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10245 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10245, "deDE", "Gut gemacht, $N. Gebt mir ein paar Augenblicke, um die Abschrift zu lesen.$B$BIhr habt den Dank der Priesterschaft, $C.", 26972); + +-- 10246 - Angriff auf Manaschmiede Coruu +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10246 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10246, "deDE", "Ausgezeichnete Arbeit, $N. Mit Eurem Einsatz schaffen wir es sicher, den Feind zu besiegen.", 26972); + +-- 10247 - Dr. h. c. tüft. Vomisa +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10247 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10247, "deDE", "Wie es scheint, haben wir großes Glück, junger Mann.$B$BIch habe gerade neulich meine neuste Erfindung, den Schrotthäscher X6000, fertig stellen können!$B$BUnd Ihr habt die Ehre, mir dabei zu helfen, ihn zu testen. Dann können wir ihn zur Verteidigung von Area 52 einsetzen!", 26972); + +-- 10248 - Du, der Roboter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10248 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10248, "deDE", "Was meint Ihr? Muss noch ein wenig optimiert werden, was?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10248 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10248, "deDE", "Nun, mein Junge, das war aber aufregend! Und meiner Meinung nach hat der Schrotthäscher X6000 trotz seines Grünschnabelpiloten gut funktioniert.$B$BHehe, seid nicht beleidigt, ich mache nur Witze. Schließlich habt Ihr gerade Area 52 und die X-52 Netherrakete vor dem sicheren Untergang bewahrt!", 26972); + +-- 10249 - Zurück zum Chef! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10249 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10249, "deDE", "$N! Oder sollte ich sagen Juniortechniker ersten Grades $N?! Ach, wem mache ich etwas vor. Einen Grad zu überspringen ist keine angemessene Belohnung für das, was Ihr getan habt. Ich ernenne Euch zu meinem Ersten Offizier!$B$BIhr habt uns alle gerettet, und noch viel wichtiger, die X-52 Netherrakete! Ich könnte Euch küssen... aber das tue ich nicht.$B$BLasst mich Euch stattdessen die Dankbarkeit von Area 52 zeigen. Wählt etwas aus!", 26972); + +-- 10256 - Den Schlüsselmeister finden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10256 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10256, "deDE", "<Ihr beschreibt, was Ihr gesehen habt.>$B$BKommandantin Sarannis sagt Ihr? Hmm...$B$BSie ist eine von Kael'thas Beratern, aber ganz sicher keine Magierin. Ich kenne sie von dem Angriff auf Kirin'Var. Ich glaube, Ihr habt Recht, $N. Sie mag den Fluch vielleicht nicht selbst aufrechterhalten, aber sie hat den Schlüssel zum Schild.", 26972); + +-- 10257 - Den Schlüsselstein erobern +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10257 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10257, "deDE", "Habt Ihr den Schlüsselstein?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10257 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10257, "deDE", "<Die Augen des Erzmagiers leuchten auf, als Ihr ihm den Schlüsselstein gebt.>$B$BErstaunlich! Nach dem, was ich von Farahlons Schicksal erblickt habe, bin ich mir nicht sicher, ob ich hinaus will, aber es ist immerhin besser, als für den Rest meiner Tage hier eingesperrt zu sein.", 26972); + +-- 10261 - GESUCHT: Vernichterservo! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10261 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10261, "deDE", "Ich hoffe, Ihr kommt wegen meiner Suchanzeige!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10261 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10261, "deDE", "Juhuu! Wisst Ihr, wie schwer man an diese Dinge herankommt? Es ist ja nicht so, als ob ich hier draußen täglich eine Teilelieferung bekommen würde.$B$BWisst Ihr was? Als Belohnung lasse ich Euch etwas aus meiner Kramkiste nehmen. Es ist sicher etwas darin, was Ihr brauchen könnt. Wenn nicht, verkauft es einfach weiter.$B$BIn Ordnung, lasst mich das Euch abnehmen und in meinen langhalsigen Spektrumanalysator einbauen, bevor der alte Servo noch explodiert!", 26972); + +-- 10262 - Ein Hügel voll Astraler +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10262 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10262, "deDE", "Ist es vollbracht? Habt Ihr den Abschaum der Zaxxis vom Angesicht der Scherbenwelt ausgerottet und mir ihre Insignien gebracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10262 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10262, "deDE", "Diese Insignien sind ein guter Anfang.$B$BUnglücklicherweise haben meine anderen Agenten bei den Zaxxis berichtet, dass Sphärenräuber Nesaad immer noch am Leben ist!", 26972); + +-- 10263 - Dem Konsortium helfen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10263 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10263, "deDE", "Hallo, $R.$B$BIhr steht steht nicht zufällig für eine wichtige Bergungsmission zur Verfügung?", 26972); + +-- 10264 - Dem Konsortium helfen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10264 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10264, "deDE", "Hallo, $R.$B$BIhr steht steht nicht zufällig für eine wichtige Bergungsmission zur Verfügung?", 26972); + +-- 10265 - Kristallsammlung des Konsortiums +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10265 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10265, "deDE", "Ich habe den Eindruck, dass der Prinz nach einem ganz bestimmten Kristall sucht, aber ich bin mir nicht sicher, welcher das ist.$B$BHabt ihr dem Schreckenslord schon seinen abgenommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10265 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10265, "deDE", "Lasst mich ihn mal ansehen.$B$BHmm, er scheint nicht besonders zu sein. Ich bezweifle, dass er das ist, obwohl Eure Beschreibung der Vorgehensweisen der Legion in den Ruinen den Anschein erweckt, dass auch sie nach etwas ganz Bestimmten suchen.$B$BWollen wir hoffen, dass es nicht der Kristall ist, den der Nexusprinz so unbedingt haben will.", 26972); + +-- 10266 - Bitte um Unterstützung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10266 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10266, "deDE", "Ja, es ist wahr. Die Blutelfen weigern sich auch dieses Mal, die Waren, die ihnen schon geliefert wurden, zu bezahlen.$B$BDa Netherpirscher Khay'ji Euch geschickt hat, hoffe ich, dass Ihr mir bei dieser Angelegenheit helfen könnt.", 26972); + +-- 10267 - Rechtmäßiger Besitz +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10267 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10267, "deDE", "Habt Ihr die Vermessungsausrüstung, um die uns die Blutelfen betrogen haben?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10267 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10267, "deDE", "Nun, ich bin froh, dass wir dieses kleine Geschäft abgeschlossen haben. Ich kann mich nicht erinnern, dass das Konsortium je Geschäfte mit solch flegelhaften und unseriösen Wesen gemacht hätte.$B$BIhr scheint jedoch vertrauenswürdig zu sein, $N. Vielleicht wollt Ihr mir ja noch einen Gefallen tun?", 26972); + +-- 10268 - Eine Audienz beim Prinzen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10268 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10268, "deDE", "Tretet näher.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10268 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10268, "deDE", "Ich heiße Euch in der Sturmsäule willkommen, $C. Bitte genießt die Gastfreundschaft des Konsortiums.$B$BDie Ausrüstung könnt Ihr irgendwo abstellen. Ich nehme an, dass Ihr sie schon sehr bald wieder mitnehmen werdet.", 26972); + +-- 10269 - Triangulationspunkt Eins +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10269 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10269, "deDE", "Hallo, Reisender. Seid Ihr zu Hazzin gekommen, weil Ihr meine Waren begehrt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10269 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10269, "deDE", "<Händler Hazzin senkt seine Stimme zu einem Flüstern.>$B$BAh, ich weiß von Eurem Auftrag. Er ist für Nexusprinz Haramad äußerst wichtig.$B$BJetzt, da wir die Position des ersten Triangulationspunktes herausgefunden haben, müssen wir schnell den zweiten suchen!", 26972); + +-- 10270 - Ein nicht-so-bescheidenes Angebot +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10270 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10270, "deDE", "Seid Ihr bereit über das Geschäft zu reden, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10270 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10270, "deDE", "Diese Energiezelle sollte für unsere Zwecke ausreichen. Sobald das Geld zu fließen beginnt, werden wir ihn noch weiter verbessern.$B$BDoch genug davon. Jeder mit Diskussionen verschwendete Augenblick bedeutet verlorenen Gewinn.", 26972); + +-- 10271 - Zur Sache +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10271 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10271, "deDE", "Man stelle sich nur vor, dass dieser erbärmliche Astrale diese Essenzen wie Süßigkeiten an die Blutelfen verkaufen wollte...", 26972); + +-- 10272 - Ein viel versprechender Anfang +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10272 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10272, "deDE", "Konntet Ihr die Eier sammeln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10272 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10272, "deDE", "Die sollten ihren Zweck erfüllen, $N. Vielen Dank, dass Ihr uns geholfen habt.$B$BBevor wir weitermachen können gibt es jedoch noch etwas anders, worüber wir sprechen müssen.", 26972); + +-- 10273 - Störende Ablenkung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10273 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10273, "deDE", "Jetzt, da dieser lästige Astrale beseitigt ist, können wir uns darauf konzentrieren, die Netherdrachen besser verstehen zu lernen. Ich konnte die Eier untersuchen und habe dabei einiges herausgefunden.", 26972); + +-- 10274 - Den Sternensturz sichern +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10274 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10274, "deDE", "Habt Ihr Veraku schon herausgefordert und getötet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10274 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10274, "deDE", "Gut gemacht, $N. Wirklich gut gemacht. Die Netherdrachkin werden zu Anfang keinen blauen Drachen in ihren Reihen akzeptieren, aber wenn ich meine Autorität beweise, werden sie sich fügen. Zerschlagen, isoliert und ohne Führung sind sie leichte Beute für bösartige Mächte. Wir müssen daher regelmäßig ein Auge auf sie werfen.", 26972); + +-- 10275 - Triangulationspunkt Zwei +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10275 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10275, "deDE", "Wollt Ihr kaufen oder verkaufen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10275 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10275, "deDE", "Sehr gut, in der Tat. Der Nexusprinz wird zufrieden sein.$B$BJetzt haben wir den zweiten Punkt, der uns den dritten und damit die Umgebung, in der sich der Kristall befindet, verraten wird.", 26972); + +-- 10276 - Das volle Dreieck +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10276 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10276, "deDE", "Willkommen zurück, Freund. Wie geht es mit der Suche nach dem Kristall voran?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10276 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10276, "deDE", "In meinen wildesten Träumen habe ich nicht gedacht, dass Ihr den Kristall tatsächlich beschaffen könnt!$B$BUnd Ihr gebt mir ihn sogar! Habt Ihr eine Ahnung, wie mächtig er ist?$B$BEure Selbstlosigkeit ist sehr inspirierend und unvergleichlich, $N! Ihr habt mir viel zum Nachdenken gegeben.", 26972); + +-- 10280 - Sonderlieferung nach Shattrath +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10280 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10280, "deDE", "<Das musikalische Klingen der Naarusprache erfüllt Euren Geist.>$B$BIch spüre, dass Ihr einen Gegenstand von großer Macht bei Euch tragt, $R. Was bringt Ihr mir?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10280 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10280, "deDE", "Ihr habt mir den Gesang der Geister zurückgebracht! Prophet Velen hat den Kristall von Ata'mal zur Sicherheit bei seinem Volk zurückgelassen, bevor er auf seine schicksalsträchtige Mission zur Exodar ging.$B$BMerkwürdig, dass er nicht vorhergesehen hat, dass er in die Hände der Brennenden Legion fallen würde, wenn auch nur für kurze Zeit.$B$BOder vielleicht hat er das ja? Es könnte sein, dass er all dies vorhergesehen hat, und ihn dort ließ, damit Ihr ihn mir bringen könnt.$B$BIch spüre, dass dies die Wahrheit ist. Ihr seid ein großer Held unseres Volkes, $N.", 26972); + +-- 10281 - Formelle Vorstellung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10281 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10281, "deDE", "Mein Name ist Tyrygosa von Malygos' Brut, aber nennt mich einfach Tyri. Mein Begleiter ist der Paladin Jorad Knüpp.$B$BDie Kunde von den merkwürdigen Drachkin hier verbreitet sich schnell, und ich fürchte, dass sehr viele kommen werden, um sie auszubeuten, bevor sie überhaupt ihre wahre Natur erkannt haben. Wir hoffen, dass wir mit Eurer Hilfe diese Kreaturen kennenlernen können, bevor andere von ihnen erfahren.", 26972); + +-- 10290 - Auf der Suche nach Farahlit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10290 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10290, "deDE", "Ich bin mir bewusst, dass das Sammeln von Farahlit sehr gefährlich ist, aber die Möglichkeiten sind gewaltig. Ein Händler, der nicht bereit ist, Risiken auf sich zu nehmen, kann seine Türen gleich schließen und sich den Ärger ersparen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10290 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10290, "deDE", "Ah ja, genau die Qualität, die ich mir erhofft habe. Wenn wir genügend Nachschub von den Riesen bekommen, brauchen wir die Kristalle nicht mehr abbauen.", 26972); + +-- 10293 - Die Kristallader anzapfen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10293 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10293, "deDE", "Ihr seid immer noch am Leben, was bedeutet, dass Ihr entweder den Kern besorgt oder Eure Meinung geändert habt. Was davon stimmt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10293 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10293, "deDE", "Gut gemacht! Ich kann kaum abwarten, es auszuprobieren.", 26972); + +-- 10299 - Manaschmiede B'naar abschalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10299 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10299, "deDE", "Wart Ihr bei Eurer Aufgabe erfolgreich, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10299 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10299, "deDE", "Das Licht ist Euch wohlgesinnt, $N. Wir haben alle für Euren Erfolg gebetet.", 26972); + +-- 10300 - Den Stab wiederherstellen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10300 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10300, "deDE", "Habt Ihr schon ein paar geeignete Kristalle für ein neues Kopfstück des Stabs gefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10300 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10300, "deDE", "<Ravandwyr untersucht die Kristalle genau und wählt dann einen aus.>$B$BDieser Kristall sollte funktionieren. Ich werde den Sockel des Stabs umformen, damit das neue Kopfstück passt.$B$BErzmagier Vargoth wird enttäuscht sein, wenn er ihn sieht, aber ich bin bereit, die Enttäuschung meines Meisters in Kauf zu nehmen, wenn er nur endlich wieder frei ist.", 26972); + +-- 10301 - Das Kompendium öffnen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10301 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10301, "deDE", "Habt Ihr das Oculus besorgt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10301 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10301, "deDE", "Ausgezeichnet, $N. Jetzt haben wir fast alles, was wir benötigen, um Kael'thas' Magie zu durchbrechen.$B$BUnd wenn die Blutelfen unter dem Verlust ihres Kommandanten hier leiden, dann umso besser.", 26972); + +-- 10305 - Bannzauberin Belmara +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10305 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10305, "deDE", "Ja, ich habe davon gehört, dass Bannzauberin Belmara ein altes Buch mit Geschichten hatte, aber ich wusste nicht, dass sie es mit in die Scherbenwelt gebracht hatte. Ich bin mir sicher, dass ihr Geist nun, da Ihr es gefunden und zurückgebracht habt, ruhen kann.", 26972); + +-- 10306 - Beschwörer Luminrath +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10306 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10306, "deDE", "Wir haben immer Scherze darüber gemacht, dass Luminrath zu allem diesen Mantel tragen würde. Für ihn passte Rot genauso gut zu Weiß wie zu Schwarz, Violett, Blau, Gelb, Orange und Grün. Er hätte niemals zwei Tage hintereinander dieselbe Robe getragen, aber der Mantel war immer dabei...", 26972); + +-- 10307 - Cohlien Frostwirker +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10307 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10307, "deDE", "<Der Hüter lächelt, als Ihr Cohliens Name erwähnt.>$B$BIhr habt absolut Recht mit der Kappe. Er trug sie die ganze Zeit und lies sie nicht aus den Augen.$B$BEin paar Mal hat sich einer seiner Kollegen die Kappe ausgeliehen und sie zum Scherz versteckt. Ich brauche nicht zu erwähnen, dass die Androhung eines Frostblitzes von Cohlien ihn schnell zum Umdenken bewegt hat.$B$BIch werde den kleinen Cohlien vermissen. Er war sehr beliebt bei den Elfendamen.", 26972); + +-- 10308 - Noch ein Hügel voller Astraler +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10308 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10308, "deDE", "Das Konsortium ist sehr daran interessiert, alle Rebellen der Zaxxis beim Hügel im Süden auszulöschen.$B$B$C, wenn Ihr Euch bei uns noch beliebter machen wollt, dann geht zurück und besorgt noch mehr ihrer Insignien.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10308 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10308, "deDE", "Verräter, alle!$B$BGute Arbeit, $C! Wenn Ihr nochmals dort hinunter gehen solltet, bin ich immer noch auf der Suche nach weiteren Insignien für meine Sammlung.", 26972); + +-- 10309 - Teufelshäscher mit Herz +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10309 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10309, "deDE", "Meine Augen müssen von der ganzen Netherstrahlung hier schlechter werden. Habt Ihr schon das Herz des Teufelshäschers?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10309 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10309, "deDE", "Wow, schaut Euch das an... ein schlagendes Teufelshäscherherz! Nun, es schlägt nicht wirklich, aber Ihr wisst schon, was ich meine.$B$BIch kann es kaum abwarten, dieses Ding zu benutzen. Oder ich verkaufe es. Ich kenne ein paar Depp... äh Kunden, die daran interessiert sein könnten.$B$BHier, Ihr habt Euch die Belohnung verdient!", 26972); + +-- 10310 - Sabotage am Warptor! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10310 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10310, "deDE", "Das sind ausgezeichnete Neuigkeiten, mein Freund!$B$BIhr und Drijya haben uns einen großen Dienst erwiesen. Jetzt, da das Warptor außer Gefecht ist, können die Dämonen in der Nähe keine Verstärkung mehr holen.$B$BBitte erlaubt mir, Euch in der Art des Konsortiums zu belohnen.", 26972); + +-- 10311 - Drijya braucht Eure Hilfe +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10311 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10311, "deDE", "Ich hoffe, dass Gahruj Euch hierher geschickt hat, um mir bei meinem Auftrag zu helfen.", 26972); + +-- 10312 - Die Annalen von Kirin'Var +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10312 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10312, "deDE", "Konntet Ihr das Stadtregister finden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10312 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10312, "deDE", "<Hüter Dierwert nimmt Euch das Buch ab und blättert es durch.>$B$BHmm...$B$BSieht aus, als hätte ich Recht gehabt. Es scheint ein Muster zu geben.$B$BDie aggressivsten und gefährlichsten Geister stimmen mit den mächtigsten und hochrangigsten Kirin Tor, die in dem Dorf gelebt haben, überein. Dagegen scheint man die Dorfleute und Händler übersehen zu haben. Was könnte das bedeuten?", 26972); + +-- 10313 - Warpenergien messen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10313 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10313, "deDE", "Das sind schlimme Nachrichten, $N. Die Warpenergien, die aus den Rohren herausströmen, sind gefährlich hoch.$B$BWir müssen einen Weg finden, um die Manaschmieden abzuschalten, oder der kleine Rest, der noch von der Scherbenwelt übrig ist, wird in tausend Stücke gesprengt.", 26972); + +-- 10314 - Ein hartnäckiger Verdacht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10314 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10314, "deDE", "Was habt Ihr herausgefunden, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10314 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10314, "deDE", "<Wächter Dierwert untersucht die Überreste.>$B$BDas Gerät, das Ihr beschreibt, klingt nach einem nekromantischen Fokus... Ich hätte wissen sollen, dass dieser bösartige Lehrling sich dazu herablassen würde. Ich dachte, seine Ausbildung würde ihn daran hindern, so weit zu gehen, aber ich schätze, ich habe mich getäuscht.", 26972); + +-- 10315 - Die Nethermanten neutralisieren +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10315 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10315, "deDE", "Alles, was wir tun, um sie von ihren Taten in den Manaschmieden abzuhalten, ist gut.$B$BMan kann offenbar nicht vernünftig mit ihnen reden. Und was auch immer ihre Anführer vorhaben, sie müssen verrückt sein.$B$BAls Belohnung für Eure treuen Dienste für die Ziele des Konsortiums möchte ich Euch in Eurer Landeswährung bezahlen, wenn Ihr nichts dagegen habt.", 26972); + +-- 10316 - Auf der Suche nach Beweisen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10316 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10316, "deDE", "Eine leuchtende Kugel liegt auf einem quadratischen Podest. Auf den ersten Blick scheint sie ein Behältnis für magische Energie zu sein, aber welche Art von Energie und zu welchem Zweck?", 26972); + +-- 10317 - Den Großknecht erledigen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10317 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10317, "deDE", "<Der Großknecht flüstert.>$B$BSeid Ihr hier, um mich zu töten? Hmm. Nun, ich glaube, die Astralen wissen nicht alles, was?$B$BIch bin nicht der, den Ihr sucht, glaubt mir.", 26972); + +-- 10318 - Den Übermeister erledigen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10318 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10318, "deDE", "Ein Verdammniswachenübermeister? Das ist merkwürdig! Was macht denn die Brennende Legion dort?$B$BHm, einige der Blutelfen werden also abtrünnig. Wir werden das im Hinterkopf behalten, falls wir uns je entschließen sollten, den Ort mit Gewalt einzunehmen. Zumindest sind das ein paar gute Nachrichten, oder?$B$BBitte, $N, nehmt dieses Zeichen meiner Dankbarkeit.", 26972); + +-- 10319 - Das Phylakterium entwenden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10319 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10319, "deDE", "Wir müssen erst Naberius' Phylakterium beschaffen, bevor wir ihn angreifen können. Er ist sonst unverwundbar!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10319 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10319, "deDE", "Ausgezeichnete Arbeit, $N. Der Besitz des Phylakteriums ist der Schlüssel zu unserem Sieg. Wenn Ihr gegen Naberius in die Schlacht zieht, werde ich es zerstören und ihn so für Eure Angriffe verwundbar machen.", 26972); + +-- 10320 - Vernichtet Naberius! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10320 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10320, "deDE", "Der Sieg über Naberius ist eine große Leistung, $N. Ich kann mir nicht helfen, aber ich glaube, wir hätten eine Chance gegen Kael'thas' Streitkräfte gehabt, wenn der Lehrling auf der richtigen Seite gestanden hätte.", 26972); + +-- 10321 - Manaschmiede Coruu abschalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10321 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10321, "deDE", "Habt Ihr Eure Aufgabe schon erledigt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10321 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10321, "deDE", "Ausgezeichnete Arbeit. Jetzt sind nur noch zwei Manaschmieden aktiv.$B$BBald wird Kael'thas von seiner Hauptenergiequelle abgeschnitten sein.", 26972); + +-- 10322 - Manaschmiede Duro abschalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10322 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10322, "deDE", "Habt Ihr Eure Aufgabe schon erledigt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10322 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10322, "deDE", "Ihr seid von den Naaru gesegnet, $N. Euer Einsatz für die Sache wird nicht unbemerkt oder unbelohnt bleiben.", 26972); + +-- 10323 - Manaschmiede Ara abschalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10323 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10323, "deDE", "Habt Ihr die Aufgabe, die ich Euch gegeben habe, schon erledigt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10323 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10323, "deDE", "Die Brennende Legion? Verbündet mit Kael'thas Sonnenwanderer?$B$BDas sind erschütternde Nachrichten. Das erklärt vieles, was wir hier und in Schattenmond beobachtet haben.$B$BWir müssen Shattrath sofort informieren.", 26972); + +-- 10328 - Anweisungen des Sonnenzorns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10328 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10328, "deDE", "Hattet Ihr Glück mit den Anweisungen der Manaschmiede Duro?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10328 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10328, "deDE", "Ausgezeichnete Arbeit, $N! Wollen wir mal schauen, was uns diese Anweisungen verraten.", 26972); + +-- 10329 - Manaschmiede B'naar abschalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10329 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10329, "deDE", "Hat der Plan funktioniert? Ehrlich gesagt habe ich fast befürchtet, dass Ihr in die Luft gejagt werdet.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10329 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10329, "deDE", "Natürlich hat es funktioniert! Ich bin Spionagemeister, meine Informationen sind immer genau.$B$BWie auch immer, da wartet ein brandneuer und spannender Auftrag auf Euch. Wollt Ihr davon hören? Natürlich wollt Ihr das.", 26972); + +-- 10330 - Manaschmiede Coruu abschalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10330 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10330, "deDE", "Habt Ihr Eure Aufgabe schon erledigt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10330 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10330, "deDE", "Wir haben den Aufruhr gehört und wollten gerade gehen. Ich bin froh, dass Ihr nicht allzu viel Prügel einstecken musstet.", 26972); + +-- 10331 - Unverzichtbare Werkzeuge +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10331 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10331, "deDE", "Hattet Ihr Glück bei der Suche nach meinem Hammer?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10331 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10331, "deDE", "Dem Himmel sei Dank! Jetzt kann ich zurück an die Arbeit. Ich weiß, dass Ihr denkt, dass ich verrückt bin, so weit von einer richtigen Schmiede an meinem Gesellenstück zu arbeiten, aber ich darf nicht riskieren, dass die anderen Lehrlinge meine Entwürfe stehlen.", 26972); + +-- 10332 - Meisterschmied Rhonsus +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10332 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10332, "deDE", "Meister Rhonsus hat mir alles beigebracht, was ich über mein Handwerk wissen muss. Ich werde seine Erinnerung in Ehren halten, indem ich den Leuten von Kirin'Var mit meinem Geschick diene.", 26972); + +-- 10333 - Helft Mama Mauschel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10333 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10333, "deDE", "Was? Er hat mich seine Partnerin genannt? Ich bin seine Frau!$B$BUnd er sagt, ich hätte eine scharfe Zunge. Oh, wenn ich zurück nach Area 52 komme, werde ich ihm die großen grünen Ohren langziehen!$B$BAber ich bin froh, dass Ihr hier seid. Mit einer Sache hatte er Recht; ich kann ganz sicher Eure Hilfe brauchen!", 26972); + +-- 10334 - Braucht mehr Kuhglocke +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10334 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10334, "deDE", "<Die Kuh schaut Euch misstrauisch an, bleibt aber stehen.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10334 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10334, "deDE", "<Als Ihr die Glocke aus Eurer Tasche holt, läutet Ihr sie ein paar Mal und zeigt sie Bessy, die sie zu erkennen scheint. Die Kuh lässt zu, dass Ihr ihr die Glocke um den Hals hängt und schaut Euch erwartungsvoll an.>", 26972); + +-- 10335 - Die Ruinen beobachten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10335 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10335, "deDE", "Das ging aber schnell. Ihr müsst sehr effektiv arbeiten, wenn Ihr alle drei Markierungen schon aufgestellt habt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10335 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10335, "deDE", "Ihr wollt mir keinen Bären in die Bandagen binden, oder? Das sind ausgezeichnete Nachrichten!$B$BJetzt, da Ihr die Routinearbeiten für die Vermessung für mich ausgeführt habt, kann ich mein Team in die Ruinen führen und schauen, was wir bergen können.$B$BIhr habt meinen Dank, $C.", 26972); + +-- 10336 - Diener von Culuthas +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10336 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10336, "deDE", "Wirklich ausgezeichnete Arbeit.$B$BJetzt, da die Dämonen von Culuthas tot sind, kann Zephyrion mit seinem Ausgrabungsteam sicher in die Ruinen von Farahlon zurückkehren.$B$BNehmt dies als Zeichen meiner Dankbarkeit.", 26972); + +-- 10337 - Almabtrieb +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10337 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10337, "deDE", "Bessy, bist Du das?$B$B<Der Bauer dreht sich zu Euch um.>$B$BVielen Dank, dass Ihr mir meine Bessy zurückgebracht habt, $N. Ich könnte ohne sie nicht leben!", 26972); + +-- 10338 - Manaschmiede Duro abschalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10338 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10338, "deDE", "Habt Ihr die Konsole abgeschaltet? Ihr solltet Euch beeilen, bevor ich meine Meinung dazu ändere.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10338 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10338, "deDE", "Jetzt habt Ihr schon drei Manaschmieden abgeschaltet, $N. Kael'thas muss sich gerade furchtbar über Euch aufregen.", 26972); + +-- 10339 - Das Astraleum +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10339 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10339, "deDE", "Wir müssen alle Daten, die sie in diesem Gebiet aufbewahren, sammeln.", 26972); + +-- 10341 - Tretet sie, solange sie am Boden liegen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10341 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10341, "deDE", "Das habt Ihr gut gemacht, $N. Kaels Armee wird sich nicht so leicht von diesem Schlag erholen.", 26972); + +-- 10342 - Schieferhautschiefer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10342 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10342, "deDE", "Habt Ihr schon genug Schiefer? Ich brauche eine ganze Menge, wenn ich genug Öl für den Raketentreibstoff der X-52 herstellen will.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10342 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10342, "deDE", "Ok! Zutat Nummer eins erledigt.$B$BWenn Ihr noch Lust habt, besorgen wir jetzt etwas, das dem Schieferöl den kleinen Extrakick gibt, um die Rakete in den Wirbelnden Nether zu katapultieren... oder in Stücke zu sprengen, was immer zuerst geschehen mag.", 26972); + +-- 10343 - Die unendliche Invasion +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10343 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10343, "deDE", "Habt Ihr die Überreste der Waffe, die Kael'thas gegen das Dorf eingesetzt habt, gefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10343 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10343, "deDE", "Eine Manabombe?$B$B<Morran dreht das Fragment in den Händen.>$B$BEs ist unglaublich! Sogar die hellsten Köpfe in Dalaran hätte eine Waffe wie diese nicht entwerfen können. Das schiere Ausmaß der Explosion muss einen Riss im Nether geöffnet und diesen Kreaturen einen Zugang zu unserem Land verschafft haben.", 26972); + +-- 10345 - Fleisch geworden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10345 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10345, "deDE", "Konntet Ihr Sechs-Uhr finden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10345 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10345, "deDE", "Ihr habt meine Bandagen gerettet, $N. Dass Protektorat wird erfahren, was Ihr heute getan habt, Freund.", 26972); + +-- 10348 - Neue Möglichkeiten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10348 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10348, "deDE", "Konntet Ihr die Pflanzen sammeln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10348 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10348, "deDE", "Interessante Wahl, oder? Die heilende Wirkung der Pflanze muss überragend sein. Ich bekomme eine Menge Geld für eine Blume, die eine der unspektakulärsten der Kuppeln ist.", 26972); + +-- 10353 - Arconus der Unersättliche +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10353 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10353, "deDE", "Und Sechs-Uhr? Hat er es geschafft?$B$BWollen wir verdammt noch mal hoffen. Ich konnte keine Verstärkung zu ihnen schicken... Das Astraleum hat nun die ganze Gegend in Beschlag genommen.$B$BEntschuldigt, fast hätte ich Eure Belohnung vergessen.", 26972); + +-- 10365 - Manaschmiede Ara abschalten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10365 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10365, "deDE", "Habt Ihr die Aufgabe, die ich Euch gegeben habe, schon erledigt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10365 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10365, "deDE", "Die Brennende Legion? Unter einer Decke mit Kael? Daran wird Voren'thal sicher seine Freude haben.$B$BDenkt ihr, dass Tausende von Pilgern von Azeroth hierher kommen, um sich mit der Brennenden Legion zu verbünden? Ich glaube kaum!", 26972); + +-- 10380 - Ein dunkler Pakt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10380 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10380, "deDE", "Es ist also vollbracht. Wir kommen im Auftrag unserer Herren hierher, jagen und töten sie. Es gibt kein Pardon.$B$BManchmal gibt das einem zu denken.", 26972); + +-- 10381 - Nie mehr Aldor +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10381 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10381, "deDE", "Die schlechten Nachrichten, die Ihr mir bringt, erfüllen mein Herz mit Traurigkeit. Zwei unserer tödlichsten Feinde schließen sich zusammen und einer der teuersten Söhne Shattraths hat seinen Glauben verloren.", 26972); + +-- 10384 - Daten der Astralen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10384 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10384, "deDE", "Habt Ihr die Datenzelle sichergestellt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10384 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10384, "deDE", "<Ihr haltet die Datenzelle so, dass Ameer die Pläne lesen kann.>$B$BNichts... Verdammt! Sie sind klug, aber nicht so klug wie Ameer!$B$BWorum ich Euch nun bitte, wird etwas gefährlich werden. Ich kann verstehen, wenn Ihr nicht weitermachen wollt, Fleischling.", 26972); + +-- 10385 - Hirnschadengefahr = hoch +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10385 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10385, "deDE", "Habt Ihr die Melderdaten schon besorgt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10385 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10385, "deDE", "Der Existenzgrund des Protektorats ist nun vollkommen bestätigt.$B$BDas Astraleum ist nicht hier, um Dimensius zu jagen! Sie sind hier, um Leere zu werden!$B$BSie manipulieren die Leerenergien bei dieser Manaschmiede um ihre eigenen Energien an eine Kreatur namens Dunkelpirscher zu binden.$B$BSie benutzen sicherlich einen Protobeschleuniger um die Umwandlung zu vervollständigen.", 26972); + +-- 10405 - S-A-B-O-T-A-G-E +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10405 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10405, "deDE", "Habt Ihr die Bandage besorgt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10405 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10405, "deDE", "Ausgezeichnet! Jetzt kann ich das Gerät einstellen.", 26972); + +-- 10406 - Die Nachricht überbringen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10406 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10406, "deDE", "Dank Euch sind ihre Pläne gescheitert! Jetzt bleibt nur noch Eines übrig... Salhadaar.", 26972); + +-- 10407 - Socrethars Schatten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10407 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10407, "deDE", "Habt Ihr Socrethars Teleportationsstein schon besorgt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10407 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10407, "deDE", "Eure Aufopferung für unsere Sache ist beispielhaft, $N. Jetzt, da wir Socrethars Teleportationsstein in unserem Besitz haben, gibt es nur noch Eines zu tun.", 26972); + +-- 10408 - Nexuskönig Salhadaar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10408 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10408, "deDE", "Ist... Ist er wirklich tot? Vernichtet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10408 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10408, "deDE", "Seit tausend Jahren, vielleicht mehr, führt Salhadaar nun seinen Kreuzzug, bei dem er alles vernichtet, was ihm im Weg steht. Ich kann kaum glauben, dass wir ihn nun zum letzten Mal gesehen haben... Ihr habt uns einen großen Dienst erwiesen, $N, und dafür sollt Ihr belohnt werden.", 26972); + +-- 10409 - Todesstoß für die Legion +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10409 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10409, "deDE", "Das Licht sei mit Euch, $C.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10409 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10409, "deDE", "Es ist vollbracht, $N. Socrethar wurde vernichtet.$B$BIch und die anderen werden uns von unseren Wunden erholen, $N. Der Zorn der Magie Socrethars war jedoch zu viel für den jungen Kaylaan. Nicht einmal meine stärksten Gebete konnten ihn wiederbeleben.$B$BEs ist unendlich schade, dass jemand, der so jung ist, in der Schlacht sterben musste. Am Ende war jedoch sein Wille stark genug, um sich von der Verderbtheit der Legion zu erholen. Dies soll uns ein Trost sein.", 26972); + +-- 10410 - Ishanahs Hilfe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10410 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10410, "deDE", "Was bereitet Euch Kummer, Kind?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10410 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10410, "deDE", "Socrethar... Ich erinnere mich an den Namen. Er war einst ein berühmter Krieger des Lichts. Sein einziger Fehler war sein Stolz.", 26972); + +-- 10411 - Elektroschock! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10411 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10411, "deDE", "Sowohl der Schlick als auch der Abschaum sind extrem giftig. Wenn wir uns nicht um sie kümmern, verwandeln sie sich in erstarrte Leerenschrecken!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10411 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10411, "deDE", "Ich hoffe, es ist nicht zu spät. Habt Ihr irgendwelche abnormal große Schleime in der Gegend des Leerenabschaums gesehen?", 26972); + +-- 10413 - Die Schrecken der Verschmutzung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10413 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10413, "deDE", "Hm, Ihr seht dreckig aus... Was ist geschehen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10413 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10413, "deDE", "WAS!? Ihr habt gegen einen Leerenschrecken gekämpft? Und überlebt?! Unglaublich!$B$BDiese Probe ist ihr Gewicht in Gold wert. Ein Fund wie dieser verlangt eine Belohnung.", 26972); + +-- 10417 - Führt eine Diagnose durch! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10417 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10417, "deDE", "Habt Ihr die Diagnoseergebnisse?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10417 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10417, "deDE", "<Mehrdad nickt und betrachtet die Diagnoseergebnisse.>$B$BDas ist beunruhigend. Der Schaden ist größer, als ich befürchtet habe. Ich kann mir aus der Sturmsäule einige Werkzeuge schicken lassen, um Reparaturen durchzuführen, aber das ist sinnlos, wenn wir nicht einmal wissen, was den Schaden verursacht hat.", 26972); + +-- 10418 - Die Saboteure ausschalten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10418 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10418, "deDE", "Das Gebiet sieht schon aufgeräumter aus. Die Kuppeln sind sehr hilfreich, aber ein großer Nachteil ist der unkontrollierte Wuchs, den sie an manchen Orten begünstigen, der die einheimischen Arten schneller wachsen und sich schneller vermehren lässt.", 26972); + +-- 10421 - Teuflische Waffen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10421 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10421, "deDE", "Habt Ihr in letzter Zeit ein paar teuflische Waffen gefunden? Lasst das Licht seine Wirkung tun, $N. Erlaubt diesen verderbten Dingen nicht, in dieser Welt zu verweilen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10421 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10421, "deDE", "Die teuflischen Materialien wurden aus dieser Welt entfernt. Nur das Licht bleibt.", 26972); + +-- 10422 - Hauptmann Tyralius +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10422 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10422, "deDE", "Danke, $N. Tyralius hat schwere Wunden erlitten, aber wir denken, dass er es schaffen wird.$B$BEr hat ganze Felder voller Gefängnisse erwähnt, die so ähnlich sind wie das, aus dem Ihr ihn errettet habt. Gefängnisse voller Kreaturen aus dem ganzen Universum!$B$BWir werden uns bei Euch melden, wenn wir entschließen sollten, sie zu öffnen. Das Konsortium hat schon angemeldet, dass sie planen, ein paar Teams dorthin zu schicken. Sie arbeiten bereits an einer Technologie, mit der sie die Schlösser des Astraleums aufbrechen können.", 26972); + +-- 10423 - Zur Sturmsäule +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10423 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10423, "deDE", "<Ihr stellt Euch vor und meldet die Ergebnisse von Mehrdads Diagnose bei der Biokuppel Mittelreich.>$B$BMehrdad ist nur ein einfacher Techniker, aber er hat ein gutes Auge fürs Detail. Wenn seine Beobachtungen richtig sind, müssen wir auch bei den restlichen Kuppelgeneratoren so schnell wie möglich Diagnosen durchführen.", 26972); + +-- 10424 - Diagnose: kritisch +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10424 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10424, "deDE", "Habt Ihr die Diagnoseergebnisse?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10424 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10424, "deDE", "Diese Ergebnisse entsprechen denen von Mehrdad genau, aber warum? Der einzige Grund, den ich mir vorstellen kann, ist, dass etwas von der Ausrüstung der Kuppelgeneratoren kaputtgegangen ist oder fehlt. Das würde dazu führen, dass die Kuppeln stark geschwächt werden und aus dem Gleichgewicht geraten, so wie es in der Diagnose deutlich wird.", 26972); + +-- 10425 - Ausbruch aus dem Stützpunkt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10425 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10425, "deDE", "<Kommandant Ameer scheint zufrieden zu sein.>$B$BGut gemacht, Fleischling! Dieser Soldat ist vielleicht der Schlüssel zur Vereitelung aller Pläne des Astraleums.", 26972); + +-- 10426 - Flora der Biokuppel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10426 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10426, "deDE", "Habt Ihr schon versucht, die Energie der Kuppel zu fokussieren?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10426 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10426, "deDE", "Oh je! Die Energie der Kuppel zu bündeln hat zur Folge, dass die Kreaturen bis zu dem Punkt wachsen, an dem sich eine große Aggressivität entwickelt. Wenn wir die Möglichkeit bekommen, diese Technologie einzusetzen, müssen wir sie auf jeden Fall richtig einstellen.", 26972); + +-- 10427 - Fauna der Biokuppel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10427 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10427, "deDE", "Konntet Ihr ausreichend viele Talbuks markieren?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10427 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10427, "deDE", "Ausgezeichnete Arbeit. Ich werde die, die Ihr markiert habt, genau im Auge behalten, um zu beobachten, ob sie genauso schnell wie die anderen Lebensformen in der Kuppel wachsen.$B$BMit der richtigen Überwachung könnten wir diese Technologie benutzen, um die zerstörten Gegenden in der Scherbenwelt und Azeroth wiederzubeleben.", 26972); + +-- 10429 - Wenn die Natur zu weit geht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10429 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10429, "deDE", "Habt Ihr eine Probe von der monströsen Hydra?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10429 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10429, "deDE", "<Aurine nimmt das Herz an sich.>$B$BSogar für eine Kreatur von dieser Größe ist das Herz viel zu groß. Es musste sich sehr anstrengen, um mit dem riesigen Körper Schritt halten zu können. Ich habe keine Zweifel, dass sie nach der Hälfte ihrer normalen Lebenserwartung gestorben wäre.$B$BTrotz dieser Risiken bin ich entschlossen, die Astralen davon zu überzeugen, ihre Technologie mit anderen zu teilen. Es ist zu viel versprechend, als dass wir jetzt aufgeben sollten.", 26972); + +-- 10430 - Den Prototyp testen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10430 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10430, "deDE", "Sieht aus, als hättet Ihr den Prototyp. Hat Ghabar Euch geschickt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10430 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10430, "deDE", "Er sieht ein wenig merkwürdig aus. Ghabar hatte sicher nicht den Nethersturm im Hinterkopf, als er ihn entwickelt hat.$B$BSchaut nicht so überrascht drein, $N. Der Nethersturm ist harmlos im Vergleich zu einigen Orten, an denen ich gearbeitet habe. Doch eine kaputte Kuppel ist immer ein Grund zur Sorge.", 26972); + +-- 10431 - Hilfe von außen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10431 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10431, "deDE", "Seid Ihr die ganze Hilfe, die Orelis schickt? Er muss eine hohe Meinung von Euch haben.$B$BLasst es uns hinter uns bringen.", 26972); + +-- 10432 - Eindeutige Beweise +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10432 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10432, "deDE", "Nun? Was hatte Theledorn zu sagen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10432 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10432, "deDE", "Das ist eine große Sache, $N. Sehr groß!$B$BVoren'thal möchte sicher so früh wie möglich davon erfahren.", 26972); + +-- 10433 - Den Schein wahren +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10433 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10433, "deDE", "<Shauly hebt die Stimme, um die Aufmerksamkeit der Astralen in der Nähe zu erregen.>$B$BHabt Ihr ein paar Pelze für mich?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10433 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10433, "deDE", "<Shauly gibt vor, die Pelze zu bewundern.>$B$BSie sind wundervoll, wirklich wundervoll! Ich werde Euch den besten Preis dafür bezahlen! Was kosten mich Eure Dienste?", 26972); + +-- 10434 - Das dynamische Duo +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10434 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10434, "deDE", "<Ihr stellt Euch vor und sagt, dass Shauly Euch geschickt hat.>$B$BAh, ja, wir haben jemanden erwartet, der uns dabei hilft, äh - ein paar, mh, Güter zu transportieren.", 26972); + +-- 10435 - Die Waren zurückholen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10435 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10435, "deDE", "Habt Ihr alles gesammelt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10435 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10435, "deDE", "Ausgezeichnete Arbeit! Der schwierigste Teil unseres Projekts ist damit erledigt. Jetzt müssen wir nur noch einen Weg finden, diese hier zurück zu Area 52 zu bringen und auch das Interesse der Expedition des Cenarius zu wecken. Es sollte hier genug geben, um unsere eigenen Interessen zu decken und noch ein wenig Gewinn zu machen.", 26972); + +-- 10436 - Freie Bahn! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10436 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10436, "deDE", "Gut gemacht. Wie es aussieht, ist alles in Ordnung. Wir können anfangen.", 26972); + +-- 10437 - Anleitung zur Zerstörung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10437 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10437, "deDE", "Habt Ihr genügend Fragmente gesammelt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10437 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10437, "deDE", "Ausgezeichnet. Mit diesen Fragmenten können wir die Bombe einstellen, die die Leerenergieversorgung auf der Manaschmiede Ultris zerstören kann. Dann wird Dimensius' Verbindung zur Leere unterbrochen und er kann sich nicht mehr verteidigen.", 26972); + +-- 10438 - Auf netherischen Schwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10438 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10438, "deDE", "Es ist Zeit zuzuschlagen! Nun, da der Riss fort ist, kann Dimensius mit Kraft und Magie angegriffen werden!", 26972); + +-- 10439 - Dimensius der alles Verschlingende +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10439 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10439, "deDE", "Seit tausend Jahren kennen wir nur noch Krieg. Wir haben unser Volk gegen die Angriffe der Leerwesen und der Astralen verteidigt.$B$BJetzt ist einer unserer schlimmsten Feinde gefallen - endlich.$B$BIch überbringe Euch den Dank von Milliarden von Astralen, Fleischling.", 26972); + +-- 10440 - Erfolg! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10440 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10440, "deDE", "Ich setzte meine Techniker sofort auf die Reparaturen an.$B$BTashars Vermutung, dass es sich um Sabotage handelt, macht mir jedoch Sorgen. Ich kann mir nicht vorstellen, dass jemand waghalsig genug wäre, unsere Technologie zu stehlen. Zumindest niemand, der weiß, wozu wir fähig sind. Vielleicht ist es an der Zeit, die Sturmsäule abzuriegeln.", 26972); + +-- 10507 - Der Wendepunkt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10507 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10507, "deDE", "Ist es Erledigt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10507 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10507, "deDE", "Ich verfügt über unglaubliche Kraft, $N. Die Seher können sich glücklich schätzen, Euch als Verbündeten zu haben.$B$BWenn sich die Nachricht von Kaels neuem Bündnis verbreitet, werden mehr Leute die Sache wie wir sehen. Die Tatsache, dass wir einen solch entscheidenden Sieg über Kael'thas errungen haben, bringt uns in eine äußerst günstige Lage.$B$BIch werde Eure Taten nicht vergessen.", 26972); + +-- 10508 - Ein Geschenk für Voren'thal +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10508 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10508, "deDE", "Habt Ihr Socrethars Teleportationsstein schon besorgt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10508 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10508, "deDE", "Ihr erstaunt mich immer wieder, $N! Gut, dass Ihr auf unserer Seite steht.", 26972); + +-- 10509 - Für Ruhm bestimmt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10509 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10509, "deDE", "Ihr habt keine Ahnung, was das für die Seher bedeutet, $N. Ihr müsst mich entschuldigen, während ich nach Atem ringe und die Situation einschätze.", 26972); + +-- 10652 - Hinter feindlichen Linien +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10652 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10652, "deDE", "Willkommen, $C. Bemüht Euch, unsere Position nicht zu verraten.$B$BWenn Kaels Spießgesellen uns entdecken, leben wir nicht mehr lange.", 26972); + +-- 10653 - Male des Sargeras +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10653 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10653, "deDE", "Tragt Ihr irgendwelche Insignien des Feindes bei Euch, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10653 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10653, "deDE", "Sich den Dämonen der Brennenden Legion und den wahnsinnigen Kultisten, die sie verehren, zu stellen ist keine geringe Tat, $N. Ihr habt viel Hingabe und Mut bewiesen. Macht so weiter, und Euer Ruf bei den Aldor wird weiter steigen.", 26972); + +-- 10654 - Mehr Male des Sargeras +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10654 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10654, "deDE", "Beweist Euch weiterhin als würdig, $N. Besiegt die Feinde des Lichts, wo immer Ihr sie findet. Eure Taten sollen angemessen belohnt werden.", 26972); + +-- 10655 - Einzelne Male des Sargeras +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10655 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10655, "deDE", "Ihr beweist Euch weiterhin als würdig, $N. Besiegt die Feinde des Lichts, wo immer Ihr sie findet. Eure Taten sollen angemessen belohnt werden.", 26972); + +-- 10656 - Siegel des Sonnenzorns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10656 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10656, "deDE", "Los, $N. Sprecht.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10656 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10656, "deDE", "Kaels Armee des Sonnenzorns ist sehr gut ausgebildet. Ihr habt beeindruckende Arbeit geleistet, $N.", 26972); + +-- 10658 - Mehr Siegel des Sonnenzorns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10658 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10658, "deDE", "Was habt Ihr in letzter Zeit für uns getan, $N? Der Krieg gegen Kael'thas kämpft sich nicht von alleine, verstanden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10658 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10658, "deDE", "Ausgezeichnet! Das wird Kael'thas zeigen, dass unsere Macht nicht zu unterschätzen ist.", 26972); + +-- 10659 - Einzelne Siegel des Sonnenzorns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10659 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10659, "deDE", "Sogar der kleinste Beitrag zu unserer Sache wird bemerkt, $N. Unsere Feinde sind stark, aber wir werden siegen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10659 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10659, "deDE", "Kaels Armee wird bald fallen.", 26972); + +-- 10701 - Netherbrock zerschmettern +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10701 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10701, "deDE", "Oh! Oh... Ihr habt Netherbrock erledigt. Das sind gute Nachrichten!$B$BJetzt, da dieser lästige Bergriese von der Bildfläche verschwunden ist, können wir die Rohstoffe der Schwindenden Weiten leichter ausbeut... äh, verwalten.$B$BIch bin froh, dass diese armen, unschuldigen Elementare da unten jetzt nicht mehr von ihm zerquetscht werden.$B$BWie kann ich Euch je dafür entlohnen?", 26972); + +-- 10704 - Wie man in Arkatraz einbricht +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10704 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10704, "deDE", "<A'dals Stimme summt melodisch in Eurem Geist.>$B$BIhr seid zurück. Habt Ihr die beiden Fragmente des Schlüssels zur Arkatraz bei Euch?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10704 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10704, "deDE", "Ich bin beeindruckt, $N, auch wenn ich von $Gdem Helden, der:der Heldin, die; den Kristall von Ata'mal zurückgebracht hat, nichts anderes erwartet habe.$B$BGebt mir die Fragmente, damit ich sie zu ihrer endgültigen Form zusammenfügen kann. Dann werdet Ihr Zugang zur Arkatraz haben.", 26972); + +-- 10822 - Einzelne Siegel des Sonnenzorns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10822 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10822, "deDE", "Sogar der kleinste Beitrag zu unserer Sache wird bemerkt, $N. Unsere Feinde sind stark, aber wir werden siegen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10822 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10822, "deDE", "Sieg für die Seher! Kaels Streitmächte werden bald fallen!", 26972); + +-- 10823 - Mehr Siegel des Sonnenzorns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10823 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10823, "deDE", "Wie verläuft der Kampf gegen Keals Streitmacht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10823 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10823, "deDE", "Ihr macht Euch einen Namen, $N. Weiter so!", 26972); + +-- 10824 - Siegel des Sonnenzorns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10824 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10824, "deDE", "Los, $N. Sprecht.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10824 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10824, "deDE", "Kaels Armee des Sonnenzorns ist sehr gut ausgebildet. Ausgezeichnete Arbeit.", 26972); + +-- 10826 - Male des Sargeras +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10826 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10826, "deDE", "Tragt Ihr irgendwelche Insignien des Feindes bei Euch, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10826 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10826, "deDE", "Sich den Dämonen der Brennenden Legion und den wahnsinnigen Kultisten, die sie verehren, zu stellen ist keine geringe Tat, $N. Ihr habt viel Hingabe und Mut bewiesen. Macht so weiter, und Euer Ruf bei den Aldor wird weiter steigen.", 26972); + +-- 10827 - Mehr Male des Sargeras +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10827 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10827, "deDE", "Beweist Euch weiterhin als würdig, $N. Besiegt die Feinde des Lichts, wo immer Ihr sie findet. Eure Taten sollen angemessen belohnt werden.", 26972); + +-- 10828 - Einzelne Male des Sargeras +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10828 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10828, "deDE", "Ihr beweist Euch weiterhin als würdig, $N. Besiegt die Feinde des Lichts, wo immer Ihr sie findet. Eure Taten sollen angemessen belohnt werden.", 26972); + +-- 10850 - Nethergas in einem Teufelsfeuermotor +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10850 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10850, "deDE", "Als Ihr den falschen Treibstoff einfüllt, beginnt der Motor des Teufelshäschers zu rumpeln und zu stottern.", 26972); + +-- 10855 - Teufelshäscher, nein Danke! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10855 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10855, "deDE", "Das sind ausgezeichnete Nachrichten, $N. Jetzt, da wir wissen, wie wir mit ihnen zu verfahren haben, kann ich ein paar Leute anheuern, um die übrigen Häscher zu sabotieren.", 26972); + +-- 10856 - Die beste Verteidigung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10856 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10856, "deDE", "Gute Arbeit, $N. Macht weiter so, dann werde ich beim Nexusprinzen ein gutes Wort für Euch einlegen.", 26972); + +-- 10857 - Teleportiert das! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10857 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10857, "deDE", "Ist es vollbracht? Sind die Teleporter außer Gefecht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10857 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10857, "deDE", "Dank Euch kann ich wieder etwas durchatmen, $N. Das meine ich natürlich im übertragenen Sinne!$B$BIch nehme an, Ihr wollt nun eine Art Belohnung, oder?", 26972); + +-- 10882 - Herold der Verdammnis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10882 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10882, "deDE", "<Das kristallene Klingen von A'dals Stimme fließt in einer deutlich ruhigeren Melodie als die letzten beiden Male, in denen Ihr miteinander gesprochen habt.>$B$BWieder einmal habt Ihr Euren Eifer bewiesen. Wenn Herold Horizontiss ausgebrochen wäre, wären Tausende dem Konflikt zum Opfer gefallen, genauso, wie es bei einem anderen Diener der alten Götter, Skeram, auf Eurer Welt Azeroth geschehen ist.$B$B$N, was ich Euch als Belohnung anbiete, scheint im Vergleich erbärmlich zu sein, aber seid Euch bewusst, dass die ewige Dankbarkeit der Sha'tar damit verbunden ist.", 26972); + +-- 10924 - Verwichtelt und zugenäht! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10924 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10924, "deDE", "War Zeppit freundlich genug, das Blut für Euch zusammeln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10924 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10924, "deDE", "Das sollte genügend Vorrat für meine Zwecke sein.$B$BIch hoffe, der Wichtel hat Euch nicht allzu viel Ärger gemacht. Er hat manchmal Haare auf den Zähnen.", 26972); + +-- 10969 - Sucht Ameer! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10969 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10969, "deDE", "Ja, das stimmt. Doch das Konsortium ist nicht die einzige Gruppierung, die Verluste zu vermelden hat.", 26972); + +-- 10970 - Ein barmherziger Auftrag +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10970 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10970, "deDE", "Hattet Ihr Glück?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10970 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10970, "deDE", "Tretet zurück, $N. Es könnte auch eine Falle des Astraleums sein.", 26972); + +-- 10971 - Geheimnisse des Astraleums +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10971 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10971, "deDE", "Habt Ihr ein paar Identifizierungsmarken finden können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10971 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10971, "deDE", "Es scheint sich hierbei um mehr als eine einfache Identifizierungsmarke zu handeln. Auf den Marken ist eine Art Code zu sehen. Ich stehe kurz davor, ihn zu entschlüsseln. Wenn ich doch nur mehr Marken hätte!", 26972); + +-- 10972 - Katalog der Gefangenen des Astraleums +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10972 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10972, "deDE", "Ich brauche mehr Identifikationsmarken, $N. Ich konnte bisher herausfinden, dass sie nicht nur die Gefangenen katalogisieren, sondern auch Aussagen über ihre Aufenthaltsorte machen!$B$BSobald wir diesen Code entschlüsselt haben, können wir genau feststellen, wo unsere Verbündeten festgehalten werden und sie mit minimalem Gewalteinsatz befreien.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10972 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10972, "deDE", "Wir sind der Wahrheit auf der Spur, $N.", 26972); + +-- 10973 - Tausend Welten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10973 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10973, "deDE", "<Ameer fügt die Schlüssel geschickt zusammen und betrachtet die Markierungen auf der so hergestellten Schlüsseltafel.>$B$B\"Tausend Welten zerschlagen, tausend weitere noch zu bezwingen... So lautet der Wille des Nexuskönigs.\"$B$B<Ameer dreht die Tafel um und liest die Rückseite.>$B$BStasiskammern von Bash'ir?", 26972); + +-- 10975 - Die Reinigung der Kammern von Bash'ir +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10975 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10975, "deDE", "Wir sitzen in der Sackgasse, $N. Die Daten, die Ihr gesammelt habt, haben uns genügend Informationen geliefert, um unsere Verbündeten aus den kleineren Gefängnissen des Nethersturms retten zu können. Wir müssen uns jedoch dringend um die Bedrohung kümmern, die von den Kammern hier im Ladeplatz von Bash'ir ausgeht.$B$BSchließt Euch dem Kampf gegen das Astraleum an! Bringt mir die Gefängnisschlüssel des Astraleums, damit ich Stasiskammerschlüssel für die Stasiskammern von Bash'ir für Euch herstellen kann. ", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10975 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10975, "deDE", "Es gibt immer noch mehr Arbeit, die erledigt werden muss, $N. Begebt Euch nun auf die Suche nach einer Stasiskammer und vernichtet, was auch immer darin lauern mag!", 26972); + +-- 10977 - Stasiskammern der Managruft +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10977 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10977, "deDE", "Ich könnte verstehen, wenn Ihr lieber nicht weitermachen wollt, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10977 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10977, "deDE", "Ich habe von Euren Heldentaten erfahren, $N. Haramad und ich sind uns beide einig, dass Ihr dafür eine großartige Belohnung verdient habt.$B$BObwohl... Ach, Ihr habt schon genug getan. Ich kann Euch nicht guten Gewissens um noch mehr bitten.", 26972); + +-- 11036 - Außerirdische Früchte! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11036 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11036, "deDE", "Ist das die Lieferung vom alten Orok?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11036 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11036, "deDE", "<Der Raketenchef überprüft den Inhalt der Kiste.>$B$BSieht soweit gut aus. Wieder etwas, das ich von der Liste streichen kann. Nun müssen wir noch nur dafür sorgen, dass die Rakete vom Boden abhebt.", 26972); + +-- 11037 - Eine seltsame Vision +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11037 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11037, "deDE", "<Der Raketenchef hört Euch aufmerksam zu, als Ihr ihm von der Vision des Sehers erzählt.>$B$BNun, das ist alles völlig neu für mich, aber Eure Hilfe können wir allemal gebrauchen. Seht Euch die Rakete hinter mir an! Das ist die X-52...$B$BIst sie nicht das Schönste, was Ihr je gesehen habt?", 26972); + +-- 11040 - Ersatzteile für den Raketenchef +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11040 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11040, "deDE", "Diese Kiste sieht aus, als stamme sie von einem Goblinmeisteringenieur. Hat Bossi Euch geschickt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11040 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11040, "deDE", "Ich weiß nicht einmal, was einige dieser Teile bewirken! Einige von ihnen werden mir sicherlich sehr nutzen. Ich hätte niemals gedacht, dass ich mal lernen müsste, wie ein Gnom zu denken!", 26972); + +-- 11042 - Eine verblüffende Vision +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11042 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11042, "deDE", "<Der Raketenchef hört Euren Ausführungen über die Vision des Sehers aufmerksam zu.>$B$BNun, das ist alles völlig neu für mich, aber Eure Hilfe können wir allemal gebrauchen. Seht Euch das Ungetüm hinter mir an. Das ist die X-52...$B$BIst sie nicht das Schönste, was Ihr je gesehen habt?", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_18_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_18_world.sql new file mode 100644 index 00000000000..284689dbe0d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_18_world.sql @@ -0,0 +1,2 @@ +-- Niobe Whizzlespark +UPDATE `creature_template` SET `faction`=189 WHERE `entry`=24868; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_19_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_19_world.sql new file mode 100644 index 00000000000..4f9d4418f8f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_19_world.sql @@ -0,0 +1,1068 @@ +-- Shadowmoon Valley -- Schattenmondtal +-- RequestItems, OfferReward -- master, 3.3.5 + +-- 10451 - Flucht aus der Zisterne der Echsennarbe +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10451 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10451, "deDE", "Gelobt sei die Erdenmutter! Ich bin mir sicher, dass Wilda nach Hause finden wird. Bitte nehmt dies als Zeichen unserer Wertschätzung.", 26972); + +-- 10458 - Wütende Geister des Feuers und der Erde +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10458 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10458, "deDE", "Ich fürchte, dass es keine Hoffnung für dieses Land gibt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10458 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10458, "deDE", "Wenn alle Elementarseelen dieser Gegend in diesem Totem eingefangen sind, werden wir mit ihnen reden und herausfinden, ob wir etwas für das Schattenmondtal tun können.", 26972); + +-- 10480 - Wütende Geister des Wassers +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10480 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10480, "deDE", "Wo auch immer Ihr die Naga findet, könnt Ihr sicher auch die gequälten Wassergeister finden.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10480 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10480, "deDE", "Und zurück bleibt nichts als Luft, $N.", 26972); + +-- 10481 - Wütende Geister der Luft +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10481 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10481, "deDE", "Bald werden wir mit den Geistern sprechen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10481 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10481, "deDE", "Erlaubt mir, dass ich Euch für diese wagemutige Tat belohne, Held.$B$BJetzt müssen wir uns an die Arbeit machen! Bitte tretet zurück, damit ich das Totem aufstellen und die Seelen freilassen kann.", 26972); + +-- 10513 - Oronok Herzeleid +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10513 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10513, "deDE", "Litanei der Verdammnis? Nie davon gehört. Hört auf meinen Rat und lasst die Toten ruhen.$B$BAber wenn Ihr schon hier seid, könnt Ihr mir ja gleich bei ein paar Dingen helfen. Was meint Ihr?", 26972); + +-- 10514 - Ich war schon vieles... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10514 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10514, "deDE", "Holt mir diese Knollen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10514 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10514, "deDE", "Ihr sagt, da waren viel mehr Felshetzer, als Ihr erwartet habt? Sieht aus, als wäre es an der Zeit, die Situation etwas zu entschärfen.", 26972); + +-- 10515 - Eine Lektion gelernt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10515 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10515, "deDE", "Das wird den verdammten, bösartigen Tieren zeigen, dass man meine Eber nicht töten sollte! Gut gemacht, $N!", 26972); + +-- 10519 - Die Litanei der Verdammnis - Wahrheit und Geschichte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10519 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10519, "deDE", "Versteht Ihr, was getan werden muss? Findet die Söhne Oronoks. Findet meine Jungs...", 26972); + +-- 10521 - Grom'tor, Sohn des Oronok +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10521 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10521, "deDE", "<Grom'tor grunzt.>$B$BGut, dass Ihr hier seid. Diese Made hat gerade geplaudert. Jetzt haben wir sie!", 26972); + +-- 10522 - Die Litanei der Verdammnis - Grom'tors Angriff +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10522 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10522, "deDE", "Hattet Ihr Glück?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10522 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10522, "deDE", "Das müsst Ihr sofort zurück zu Vater bringen.", 26972); + +-- 10523 - Die Litanei der Verdammnis - Erster Teil +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10523 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10523, "deDE", "Hattet Ihr Erfolg?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10523 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10523, "deDE", "Wenn die Litanei der Verdammnis wieder zusammengefügt ist, werden wir diesen Fluch beenden!", 26972); + +-- 10527 - Ar'tor, Sohn des Oronok +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10527 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10527, "deDE", "Ar'tors Körper hängt leblos in der Luft. Ihr wisst nicht, wie lange er schon tot ist, aber Euch überkommt große Traurigkeit für Oronok.$B$BVielleicht solltet Ihr versuchen, seine Leiche zu seinem Vater zu bringen.", 26972); + +-- 10528 - Dämonische Kristallgefängnisse +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10528 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10528, "deDE", "Ar'tor schwebt leblos vor Euch.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10528 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10528, "deDE", "Ihr steckt den Schlüssel in die Öffnungen im unteren Teil jedes dämonischen Kristalls.", 26972); + +-- 10537 - Lohn'goron, Bogen des Herzeleid +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10537 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10537, "deDE", "Fürchtet Euch nicht, Held. Wenn die Zeit gekommen ist, werde ich Euch helfen...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10537 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10537, "deDE", "Der Name bedeutet in meiner Sprache 'Heldenruh'. Und auch jetzt, in einer Gegend, in der all unsere Helden gestorben sind, bewahrheitet er sich.$B$BUnd doch scheint einer sich immer wieder zu erheben.", 26972); + +-- 10540 - Die Litanei der Verdammnis - Ar'tors Angriff +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10540 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10540, "deDE", "Die Litanei muss gefunden werden!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10540 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10540, "deDE", "<Ar'tors Silhouette wird unscharf und wieder schärfer.>$B$BEs scheint, als wäre meine Zeit bald zu Ende, Held.", 26972); + +-- 10541 - Die Litanei der Verdammnis - Zweiter Teil +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10541 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10541, "deDE", "<Eine einzelne Träne läuft über Oronoks Wange.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10541 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10541, "deDE", "<Oronok wischt sich die Träne aus dem Auge und lächelt Euch an.>$B$BDanke. Ich verspreche Euch, Held, dass ein ehrenhaftes Lied über Euch erklingen wird.", 26972); + +-- 10546 - Borak, Sohn des Oronok +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10546 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10546, "deDE", "<Borak ist für einen Moment still.>$B$BIch beobachte diese Blutelfen schon seit Wochen und versuche herauszufinden, wo sie den dritten Teil der Litanei der Verdammnis aufbewahren.$B$BSo weit habe ich jedoch keine brauchbaren Hinweise sammeln können. Ich weiß nur, dass Illidan einmal am Tag einen Entsandten vom Schwarzen Tempel herschickt.$B$BDieser Entsandte ist unantastbar. Ich habe ihn eine Woche lang überwacht und nach einem Weg gesucht, ihn von seiner Leibwache zu trennen. Die Leibwache verlässt jedoch unglücklicherweise nie seine Seite.", 26972); + +-- 10547 - Von Distelköpfen und Eiern... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10547 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10547, "deDE", "<Tobias hebt eine Augenbraue.>$B$BBlutdistel? Nie davon gehört... Seid Ihr ein Friedensbewahrer? Ihr wisst, dass Ihr mir sagen müsst, wenn Ihr einer seid... Ich habe schließlich Rechte!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10547 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10547, "deDE", "Ihr habt ein verfaultes Arakkoaei? Nun, warum habt Ihr das denn nicht gleich gesagt? Ich denke, wir sind im Geschäft.$B$B<Tobias lächelt und entblößt dabei eine Reihe verfaulter und vergilbter Zähne.>", 26972); + +-- 10550 - Ein Bündel von Blutdisteln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10550 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10550, "deDE", "Habt Ihr die Blutdisteln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10550 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10550, "deDE", "Jetzt müssen wir die Falle stellen.", 26972); + +-- 10562 - Belagert! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10562 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10562, "deDE", "Danke, dass Ihr meine Männer unterstützt habt, $N. Mit Eurer Hilfe und der Hilfe anderer, können wir vielleicht noch länger durchhalten. Unglücklicherweise ist Durchhalten leider nicht genug. Wir müssen zum Angriff übergehen.", 26972); + +-- 10563 - Zur Feste der Legion +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10563 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10563, "deDE", "Was habt Ihr herausgefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10563 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10563, "deDE", "<Schwadronskommandant Nuainn hört sich Euren Bericht an und wird mit jedem Satz nervöser.>$B$BIhr sagt also, dass sie genügend Höllenbestien haben, um die Angriffe noch zu verstärken? Wenn wir sie nicht aufhalten, bevor sie die nächste Phase ihres Plans umsetzen können, ist die Wildhammerfeste verloren!", 26972); + +-- 10564 - Jagt die Höllenbestien in die Luft! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10564 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10564, "deDE", "Habt Ihr einen Weg gefunden, um den Vorrat an Höllenbestien der Legion zu zerstören?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10564 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10564, "deDE", "Gut gemacht, $N! Ich wünschte, ich könnte behaupten, dass die Legion nach einem Rückschlag wie diesem aufgeben wird, aber das würdet Ihr mir ohnehin nicht glauben. Die Todesschmiede, von der Ihr erfahren habt, wird unser nächstes Ziel sein.", 26972); + +-- 10568 - Schrifttafeln von Baa'ri +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10568 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10568, "deDE", "Habt Ihr die Schrifttafeln schon gefunden, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10568 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10568, "deDE", "Die Schrifttafeln von Baa'ri! Ja, die werden uns sehr wichtige Informationen liefern.", 26972); + +-- 10569 - Das Wrack der Sketh'lon +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10569 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10569, "deDE", "Was habt Ihr entdeckt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10569 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10569, "deDE", "<Kieran wirft einen kurzen Blick auf die Tagebuchseiten.>$B$BVieles davon ist unleserlich, aber ich kann hier und da ein paar Worte verstehen. Es geht um eine fehlgeschlagene Vorbereitung eines Zaubers, Opfer und eine sich verschlechternde Situation. Hier steht auch irgendetwas Merkwürdiges über einen 'Deserteur'.", 26972); + +-- 10570 - Einen Distelsüchtigen fangen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10570 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10570, "deDE", "Beeilt Euch, Junge!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10570 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10570, "deDE", "<Borak nimmt den Schriftwechsel und beginnt zu lesen.>$B$BGerissene Hunde! Dies ist eine Anordnung von Illidan, die besagt, wo die Litanei der Verdammnis als Nächstes versteckt werden soll. Offensichtlich ändern sie den Aufenthaltsort ständig. Aber wir wissen leider nicht, wo sie sich im Augenblick befindet... Wenn wir diesen Brief doch nur abliefern könnten, jetzt, da wir wissen, wo sie die Litanei verstecken werden.$B$BWie schade, dass das Siegel nun zerbrochen und der Brief damit nutzlos ist.$B$BHmm... Es sei denn...", 26972); + +-- 10571 - Oronu der Älteste +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10571 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10571, "deDE", "Gibt es schon Neuigkeiten, $N? Wir haben nicht viel Zeit.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10571 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10571, "deDE", "Akamas Handschrift. Es ist wirklich sehr traurig, was aus jemandem werden konnte, der so weise und beliebt war wie er.", 26972); + +-- 10572 - Die Bombe bauen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10572 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10572, "deDE", "<Ihr reicht dem Schwadronskommandanten die Materialien.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10572 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10572, "deDE", "<Der Schwadronskommandant setzt den Kraftkern in die Rüstplatten und versiegelt nickend das Gerät.>$B$BDas sollte klappen. Und es sollte auch eine ziemlich große Explosion von sich geben.", 26972); + +-- 10573 - Die Todesschmiede +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10573 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10573, "deDE", "<Der Zwerg nickt.>$B$BVerstärkung ist gut. Wir haben bisher grundlegende Informationen über die Pläne des Schattenrats hier gesammelt, aber ich wäre sehr froh, wenn wir endlich gegen sie vorgehen könnten.", 26972); + +-- 10574 - Die Verderber der Aschenzungen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10574 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10574, "deDE", "Habt Ihr die vier Fragmente des Medaillons, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10574 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10574, "deDE", "Ja! Die vier Fragmente des Medaillons. Und nun setzt sie zusammen...", 26972); + +-- 10575 - Der Kerker des Wächters +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10575 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10575, "deDE", "Wir haben Euch erwartet, $N. Akama sagte, dass Ihr früher oder später kommen würdet.", 26972); + +-- 10576 - Unterwürfigkeit in Schattenmond +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10576 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10576, "deDE", "Das ist viel zu kompliziert, $R. Ihr würdet es nicht verstehen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10576 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10576, "deDE", "Gut gemacht, $N. Ich hoffe, Ihr seid ein guter Schauspieler. Der nächste Schritt erfordert etwas Theatralik!", 26972); + +-- 10577 - Was Illidan will, soll Illidan bekommen... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10577 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10577, "deDE", "Jetzt müsst Ihr nur noch die Litanei besorgen. Einfach, oder?", 26972); + +-- 10578 - Die Litanei der Verdammnis - Boraks Angriff +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10578 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10578, "deDE", "Ihr müsst schnell handeln!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10578 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10578, "deDE", "Endlich! Das Fragment der Litanei gehört uns!$B$B<Borak verstaut das Fragment in einer Schließkassette.>", 26972); + +-- 10579 - Die Litanei der Verdammnis - Dritter Teil +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10579 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10579, "deDE", "$N!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10579 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10579, "deDE", "Sobald alle drei Teile der Litanei zusammengefügt sind, wird es wieder bekannt.$B$BDieses Dokument zu besorgen war zweifellos eine große Herausforderung. Für einen solchen Heldenmut müsst Ihr belohnt werden.", 26972); + +-- 10582 - Diener des Schattenrats +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10582 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10582, "deDE", "Ich wünschte, ich hätte mit Euch gehen können! Ich brenne schon die ganze Zeit darauf, meinen Hammer benutzen zu können, aber mein Auftrag ist es, zu beobachten, nicht zu töten.$B$BJetzt, da Ihr ein Loch in ihre Verteidigung geschlagen habt, lasst uns die Produktion in der Todesschmiede zum Stillstand bringen.", 26972); + +-- 10583 - Flanis' Schicksal +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10583 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10583, "deDE", "Habt Ihr ein Zeichen von Flanis in der Todesschmiede finden können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10583 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10583, "deDE", "<Ewan schüttelt den Kopf und nimmt Euch den Beutel ab.>$B$BIch glaube nicht, dass Flanis sich im Klaren darüber war, wie schwer die Todesschmiede bewacht ist. Jetzt, da wir wissen, was tatsächlich dort vor sich geht, mache ich ihnen keinen Vorwurf. Ich wünschte nur, dass Flanis es gewusst hätte, als er dort hinein gegangen ist.$B$BIch kann nur hoffen, dass irgendetwas in diesem Beutel uns dabei helfen kann, die Todesschmiede ein für alle Mal auszuschalten.", 26972); + +-- 10585 - Die Beschwörungskammer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10585 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10585, "deDE", "Wir können nicht zulassen, dass sie weiter produzieren. Habt Ihr dem Beschwörungsritual ein Ende gesetzt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10585 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10585, "deDE", "Gut gemacht, $N. Die Beschwörung des Schattenrats zu unterbrechen bringt uns einen Schritt näher an die Abschaltung der Todesschmiede.", 26972); + +-- 10586 - Nieder mit dem Kriegshetzer! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10586 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10586, "deDE", "Bringt Ihr Neuigkeiten aus der Todesschmiede?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10586 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10586, "deDE", "<Ihr erstattet dem Schwadronskommandanten Bericht und übergebt die gefundenen Befehle.>$B$BKriegshetzer Razuun zu besiegen sollte eigentlich das Ende unserer Probleme mit der Legion bedeuten, aber in diesen Befehlen steht deutlich mehr, als ich befürchtet hatte. Ich glaube, wir haben noch viel zu tun.", 26972); + +-- 10587 - Ausbildungsgelände von Karabor +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10587 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10587, "deDE", "Habt Ihr die Aufgabe, die ich Euch gegeben habe, schon erledigt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10587 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10587, "deDE", "Wollen wir uns diese Waffen einmal genauer ansehen, $N. Hmmm... das ist ziemlich beunruhigend.", 26972); + +-- 10588 - Die Litanei der Verdammnis +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10588 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10588, "deDE", "Ist es vollbracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10588 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10588, "deDE", "<Erdheiler Torlok nimmt Euch die Litanei der Verdammnis ab.>$B$BIhr habt getan, worum Euch die Elemente gebeten haben. Dafür sind wir sehr dankbar. Ihr werdet belohnt werden, doch der Ärger lauert noch immer auf uns. Die Geister des Feuers sind in Aufruhr. Es wurde eine Forderung vorgebracht. Ein weiterer kennt die Litanei der Verdammnis.$B$BIch weiß, das klingt sehr kryptisch, aber das ist alles, was die Geister mir mitgeteilt haben. Das und dieses Symbol...$B$B<Erdheiler Torlok dreht sich um und zeigt gen Himmel.>$B$BWas könnte das wohl bedeuten?", 26972); + +-- 10589 - Zugang erlangen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10589 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10589, "deDE", "Wir müssen einen Weg finden, um diese Höllenbestien zu vernichten, $N. Wir sind schon weit gekommen, aber ein Fehlschlag würde uns alles kosten.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10589 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10589, "deDE", "Lasst mich schauen, ob ich herausfinden kann, wie das funktioniert...", 26972); + +-- 10595 - Belagert! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10595 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10595, "deDE", "Ich bin beeindruckt, dass Ihr dieses Gemetzel überlebt habt. Ihr seid vielleicht genau die Person, die wir für einen gefährlichen Auftrag brauchen.", 26972); + +-- 10596 - Zur Feste der Legion +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10596 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10596, "deDE", "Was habt Ihr herausgefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10596 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10596, "deDE", "<Blutwache Gulmok hört sich Euren Bericht an und wird mit jedem Satz nervöser.>$B$BWas meint Ihr mit sie wollen ihre Angriffe noch verstärken? Das können wir nicht zulassen. Kehrt dorthin zurück und kümmert Euch darum, solange in Schattenmond noch ein Stein auf dem anderen steht.", 26972); + +-- 10597 - Die Bombe bauen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10597 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10597, "deDE", "<Ihr reicht Gulmok die Materialien.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10597 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10597, "deDE", "<Gulmok platziert den Kraftkern in dem Gehäuse und versiegelt es.>$B$BDas sollte funktionieren. Ich möchte nicht in der Feste sein, wenn das Ding hochgeht.", 26972); + +-- 10598 - Jagt die Höllenbestien in die Luft! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10598 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10598, "deDE", "Habt Ihr einen Weg gefunden, um den Vorrat an Höllenbestien der Legion zu zerstören?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10598 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10598, "deDE", "<Gulmok nickt grimmig.>$B$BWir haben keine Zeit zu feiern, $N. Noch sind wir nicht aus der Schusslinie. Ich habe neue Befehle für Euch.", 26972); + +-- 10599 - Die Todesschmiede +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10599 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10599, "deDE", "<Der Orc nickt.>$B$BVerstärkung ist gut. Wir haben zwar schon grundlegende Informationen darüber gesammelt, was der Schattenrat dort drin vorhat, doch es ist Zeit zuzuschlagen.", 26972); + +-- 10600 - Diener des Schattenrats +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10600 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10600, "deDE", "Ich wäre ja selbst dorthin gegangen und hätte ein paar Schädel zertrümmert, aber ich habe strengste Anweisungen, mich nicht auf einen direkten Kampf mit dem Feind einzulassen.$B$B<Der Späher grummelt und imitiert Blutwache Gulmoks Stimme.>$B$BLasst uns die Produktion in der Schmiede zum Stillstand bringen.", 26972); + +-- 10601 - Kagroshs Schicksal +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10601 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10601, "deDE", "Habt Ihr ein Zeichen von Kagrosh in der Todesschmiede finden können?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10601 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10601, "deDE", "<Zagran schüttelt den Kopf und nimmt Euch den Beutel ab.>$B$BIch habe Euch doch gesagt, dass er ein Dummkopf ist. Ich hoffe, dass in diesem Beutel irgendetwas ist, die Zeit, die Ihr mit der Suche nach ihm verbracht habt, rechtfertigt.", 26972); + +-- 10602 - Die Beschwörungskammer +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10602 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10602, "deDE", "Wir können nicht zulassen, dass sie weiter produzieren. Habt Ihr dem Beschwörungsritual ein Ende gesetzt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10602 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10602, "deDE", "Gut. Wir machen Fortschritte. Das bringt uns einen Schritt näher an die Abschaltung diese Monstrosität. Bald können wir sicher nach Schattenmond zurückreisen.", 26972); + +-- 10603 - Nieder mit dem Kriegshetzer! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10603 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10603, "deDE", "Bringt Ihr Neuigkeiten aus der Todesschmiede?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10603 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10603, "deDE", "<Ihr erstattet der Blutwache Bericht und übergebt die gefundenen Befehle.>$B$BGute Arbeit, $N, aber denkt nicht, dass Ihr dafür einen Orden verliehen bekommt. Die Nachtelfen mögen vielleicht ihre hübschen kleinen Uniformen dekorieren. Echte Krieger teilen jedoch ihre Geschichten von der Schlacht bei einem kühlen Krug Bier.", 26972); + +-- 10604 - Zugang erlangen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10604 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10604, "deDE", "Die Anwesenheit der Legion in unserer Mitte ist nicht akzeptabel! Wir müssen einen Weg finden, damit fertigzuwerden, bevor sie ihre Angriffe erneuern können.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10604 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10604, "deDE", "Endlich haben wir ein Mittel, mit dem wir die Legion aus Schattenmond vertreiben können!", 26972); + +-- 10606 - Die Kunst der Teufelshäscherwartung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10606 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10606, "deDE", "Habt Ihr das Handbuch?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10606 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10606, "deDE", "Ah, genau was wir brauchen. Die Legion ist zwar nicht für ihre Meisterwerke der Weltliteratur bekannt, aber es sollte seinen Zweck erfüllen.", 26972); + +-- 10611 - Die Kunst der Teufelshäscherwartung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10611 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10611, "deDE", "Habt Ihr das Handbuch?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10611 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10611, "deDE", "Das enthält alle nötigen Informationen. Nur noch ein paar Handgriffe, und Ihr habt in null Komma nichts die Kontrolle über einen Teufelshäscher.", 26972); + +-- 10612 - Teufelshäscherdrift +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10612 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10612, "deDE", "Erstaunlich! Ihr habt geschafft, was keiner der Greifenreiter der Wildhammerfeste bewerkstelligen konnte! Ihr habt den Vormarsch der Brennenden Legion aufgehalten und uns vor der Vernichtung durch diese schrecklichen Höllenbestien gerettet. Ihr habt unseren tiefsten Dank für Eure Dienste, $N.", 26972); + +-- 10613 - Teufelshäscherdrift +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10613 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10613, "deDE", "Ich gebe zu, $N, ich bin von Euren Errungenschaften beeindruckt. Jetzt, da die Legion nicht länger die Mittel hat, uns in Schattenmond anzugreifen, können wir uns anderen Fronten zuwenden.", 26972); + +-- 10619 - Die Aschenzungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10619 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10619, "deDE", "Ehre den Naaru, $N. Ihr habt den Willen des Lichts ausgeführt und Illidans Anhänger vernichtet.", 26972); + +-- 10621 - Splitter des Illidaribanns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10621 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10621, "deDE", "Was habt Ihr da?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10621 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10621, "deDE", "<Ordinn nimmt Euch den Splitter der Waffe ab.>$B$BSo etwas habe schon seit langer Zeit nicht mehr gesehen. Die Waffe wurde aus einem sehr seltenen Erz geschmiedet, aber es handelt sich dabei nicht um eine gewöhnliche Klinge, $N. Sie ist mit einer Magie erfüllt, die Dämonen töten soll. Wenn Ihr sie von der Legion habt, muss sie eine Art 'Geheimwaffe' sein, die sie gegen Illidan einsetzen wollen. Welch erstaunlicher Fund!", 26972); + +-- 10622 - Ein Beweis der Treue +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10622 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10622, "deDE", "Sehr gut, $N. Eure Gesinnung steht nun außer Frage. Ihr dürft jetzt zu Akama.", 26972); + +-- 10623 - Splitter des Illidaribanns +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10623 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10623, "deDE", "Was habt Ihr da?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10623 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10623, "deDE", "<Grokom nimmt Euch den Splitter der Waffe ab.>$B$BSo etwas habe schon seit langer Zeit nicht mehr gesehen. Die Waffe wurde aus einem sehr seltenen Erz geschmiedet, aber es handelt sich dabei nicht um eine gewöhnliche Klinge, $N.$B$BDiese Runen erfüllen die Klinge mit der Macht, Dämonen zu vernichten. Wenn die Legion ihre eigenen Truppen mit Dämonen zerstörenden Waffen ausrüstet, muss ihr Hass auf Illidan unendlich groß sein. Das könnten wir zu unserem Vorteil ausnutzen.", 26972); + +-- 10624 - Eine Spukgeschichte +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10624 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10624, "deDE", "Was meint Ihr? Ich werde natürlich etwas aus der Asche herstellen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10624 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10624, "deDE", "Eure Welt wird sich bald ändern, $N.", 26972); + +-- 10625 - Geisterbrille +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10625 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10625, "deDE", "Wenn Ihr Eure Brille verliert, kann ich Euch eine neue herstellen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10625 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10625, "deDE", "Blutschatten? T... Teron Blutschatten? Aber... Wie?$B$BWie kann Blutschatten denn hier sein? Das ist nicht möglich!$B$BDie Legende von Teron Blutschatten lässt sogar die Verlassenen vor Angst erzittern. Nach dem, was man hört, war Blutschatten ein $C Gul'dans und sehr mächtig. Als Blutschatten von Orgrim Schicksalhammer erschlagen wurde, nahm Gul'dan die Seele des gefallenen Hexenmeisters und pflanzte sie in die zerschlagene Hülle eines gefallenen Ritters von Sturmwind. Und so wurde der erste Todesritter der Horde geboren.", 26972); + +-- 10626 - Beschafft die Waffen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10626 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10626, "deDE", "Habt Ihr die Prototypen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10626 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10626, "deDE", "Sie sind perfekt. Jetzt wollen wir sie ein eine etwas praktischere Form bringen.", 26972); + +-- 10627 - Beschafft die Waffen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10627 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10627, "deDE", "Habt Ihr die Prototypen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10627 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10627, "deDE", "Sie sind perfekt. Jetzt wollen wir sie ein eine etwas praktischere Form bringen.", 26972); + +-- 10628 - Akama +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10628 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10628, "deDE", "Seid gegrüßt, $N. Wir haben viel zu besprechen.$B$BIch hoffe, Euer Wesen ist aufgeschlossen. Nicht viele Leute verstehen meine Entscheidungen. Nur meine engsten Mitarbeiter wissen von den bösen Omen, die ich sehe, und den Zeichen, auf die ich warte.$B$BAls ich mich mit Illidan zusammenschloss, geschah dies, weil ich vorausgesehen hatte, dass mein Volk sonst vernichtet würde. Ich habe geduldig auf die anderen Zeichen und Visionen gewartet... Velens Auszug... die Öffnung des Dunklen Portals... und nun... Eure Ankunft.", 26972); + +-- 10633 - Teron Blutschatten - Geschichte und Mythos +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10633 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10633, "deDE", "Blutschatten? Diesen Namen habe ich schon seit ewigen Zeiten nicht mehr gehört!$B$BNach dem Zweiten Krieg kehrte Blutschatten mit seinen Todesrittern hierher zurück. Als er nicht mit der Schrecklichkeit seiner neuen Form zurechtkam und ohne die Hilfe seines geliebten Anführers, Gul'dan, hilflos war, nahm Blutschatten sich das Leben.$B$BIch weiß nichts davon, dass er nun als Geist in diesen Weiten herumwandeln soll. Aber vielleicht kann ich das mit Eurer Hilfe herausfinden.", 26972); + +-- 10634 - Hellsicht: Blutschattens Rüstung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10634 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10634, "deDE", "Fliegt zur Netherschwingenscherbe und beschafft die Rüstung.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10634 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10634, "deDE", "Ich muss alle Gegenstände besitzen, bevor ich Blutschattens Schicksal mit Hellsicht herausfinden kann.", 26972); + +-- 10635 - Hellsicht: Blutschattens Umhang +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10635 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10635, "deDE", "Ihr müsst die Geisterbrille benutzen, um die Geister von Schattenmond sehen zu können.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10635 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10635, "deDE", "Wenn ich alle drei Gegenstände in meinem Besitz habe, kann ich mit Hellsicht versuchen, den Aufenthaltsort von Blutschatten zu bestimmen.", 26972); + +-- 10636 - Hellsicht: Blutschattens Schlagstock +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10636 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10636, "deDE", "Ihr müsst die Geisterbrille benutzen, um die Geister von Schattenmond sehen zu können.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10636 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10636, "deDE", "Nur mit allen drei Gegenständen zusammen kann ich versuchen, die Geheimnisse, die Ihr zu lüften wünscht, hellzusehen!", 26972); + +-- 10637 - Eine notwendige Ablenkung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10637 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10637, "deDE", "Wollen wir hoffen, dass diese Ablenkung uns die Zeit verschafft, die wir brauchen, um alles herauszufinden, was wir über die Ausbildungsgelände von Karabor wissen müssen.", 26972); + +-- 10639 - Ich bin Teron Blutschatten... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10639 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10639, "deDE", "Was habt Ihr getan? DUMMKOPF!$B$BIhr müsst dieses Unrecht wieder gutmachen. Schließlich war es Euer Fehler. Nehmt einen dieser Helme. Sie sind mit der Macht der ewig brennenden Asche, die Ihr mir gebracht habt, erfüllt. Viel wichtiger ist jedoch, dass Ihr damit die Geister Schattenmonds sehen könnt, auch Teron Blutschatten.$B$BWenn Ihr ihn jemals findet, vernichtet ihn.", 26972); + +-- 10642 - Spiritus ex machina +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10642 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10642, "deDE", "Ja, es besteht eine Dualität... Ich kann es fühlen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10642 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10642, "deDE", "<Zorus beginnt damit, etwas aus den Aschenproben herzustellen.>$B$BEs ist vollbracht. Seht her, eine Geisterbrille!", 26972); + +-- 10643 - Herolde des Schattenmondklans +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10643 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10643, "deDE", "Wenn Ihr Eure Brille verliert, kann ich Euch eine neue herstellen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10643 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10643, "deDE", "Ihr sagt, Ihr habt die Geister zu Euch flüstern hören? Und sie sprachen über Teron Blutschatten?$B$B<Zorus schaudert.>$B$BJa... Ich kenne Teron Blutschatten. Oder besser gesagt kannte ihn. Er ist schon vor langer Zeit gestorben. Wovon können diese Geister wohl gesprochen haben?", 26972); + +-- 10644 - Teron Blutschatten - Geschichte und Mythos +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10644 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10644, "deDE", "Blutschatten? Diesen Namen habe ich schon seit ewigen Zeiten nicht mehr gehört!$B$BNach dem Zweiten Krieg kehrte Blutschatten mit seinen Todesrittern hierher zurück. Als er nicht mit der Schrecklichkeit seiner neuen Form zurechtkam und ohne die Hilfe seines geliebten Anführers, Gul'dan, hilflos war, nahm Blutschatten sich das Leben.$B$BIch weiß nichts davon, dass er nun als Geist in diesen Weiten herumwandeln soll. Aber vielleicht kann ich das mit Eurer Hilfe herausfinden.", 26972); + +-- 10645 - Ich bin Teron Blutschatten... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10645 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10645, "deDE", "Was habt Ihr getan? DUMMKOPF!$B$BIhr müsst dieses Unrecht wieder gutmachen. Schließlich war es Euer Fehler. Nehmt einen dieser Helme. Sie sind mit der Macht der ewig brennenden Asche, die Ihr mir gebracht habt, erfüllt. Viel wichtiger ist jedoch, dass Ihr damit die Geister Schattenmonds sehen könnt, auch Teron Blutschatten.$B$BWenn Ihr ihn jemals findet, vernichtet ihn.", 26972); + +-- 10647 - GESUCHT: Uvuros, Geißel des Schattenmondtals +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10647 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10647, "deDE", "Willst du die Belohnung kassieren, Mann?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10647 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10647, "deDE", "Du bist echt der Brüller, was? Gut gemacht! Und du kriegst auch deine Belohnung. Is' doch Ehrensache...", 26972); + +-- 10648 - GESUCHT: Uvuros, Geißel des Schattenmondtals +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10648 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10648, "deDE", "Ich hoffe, Ihr habt etwas Großartiges getan, Mädel. Ansonsten macht Euch vom Acker!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10648 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10648, "deDE", "Hier ist Eure Belohnung. Gebt nicht alles auf einmal aus!", 26972); + +-- 10649 - Das Buch der teuflischen Namen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10649 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10649, "deDE", "Habt Ihr das Buch besorgt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10649 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10649, "deDE", "Ich konnte die Macht des Buches schon über Meilen hinweg spüren. Die Versuchung, es einfach zu behalten ist... sehr groß.", 26972); + +-- 10650 - Rückkehr zu den Aldor +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10650 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10650, "deDE", "Ihr bringt diese Abscheulichkeit eines Buches an einen heiligen Ort? Ich hoffe, dass Ihr dafür eine gute Erklärung habt, $N!", 26972); + +-- 10651 - Varedis muss aufgehalten werden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10651 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10651, "deDE", "Habt Ihr erledigt, worum ich Euch gebeten hatte, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10651 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10651, "deDE", "Ausgezeichnete Arbeit, $N! Euer Sieg über Varedis ist ein entscheidender Schritt in unserem Krieg gegen Illidan.$B$BIhr habt Euch nicht nur den Aldor, sondern gegenüber der gesamten Scherbenwelt als würdig erwiesen. Bitte gestattet mir, die Überreste dieses schrecklichen Buchs zu vernichten.", 26972); + +-- 10660 - Welch merkwürdige Wesen... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10660 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10660, "deDE", "Milzen! Ich brauche Milzen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10660 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10660, "deDE", "<Forscher Tiorus nimmt die Milzen an sich und beginnt seine Untersuchung.>$B$BDas dürfte eine Weile dauern. Nehmt dies als Bezahlung für Eure harte Arbeit.", 26972); + +-- 10661 - Demilziös! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10661 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10661, "deDE", "Milzen! Ich brauche Milzen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10661 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10661, "deDE", "<Gnomus reißt die Milzen hungrig an sich.>$B$BHier ist die versprochene Bezahlung. Ich rufe Euch, wenn ich noch mehr Milzen brauche.$B$BSo lecker... Ich würde fast meinen 'demilziös'!", 26972); + +-- 10662 - Der Wanderschmied +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10662 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10662, "deDE", "Was führt Euch hierher, $C? Ich bekomme nicht viel Besuch.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10662 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10662, "deDE", "Ordinn hat Euch damit zu mir geschickt?$B$B<Der Schmied untersucht die Barren.>$B$BEr hatte Recht. Der Großteil der Magie ist verschwunden, aber ich kann noch immer Spuren davon in dem Metall spüren. Mit ein wenig Arbeit und ein paar 'ausgefallenen' Materialien kann ich Euch ein mächtiges antidämonisches Schwert aus diesem Metall schmieden.", 26972); + +-- 10663 - Der Wanderschmied +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10663 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10663, "deDE", "Was führt Euch hierher, $C? Ich bekomme nicht viel Besuch.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10663 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10663, "deDE", "Ordinn hat Euch damit zu mir geschickt?$B$B<Der Schmied untersucht die Barren.>$B$BIch werde ehrlich mit Euch sein, $C. Ich bin in einer Zeit großgeworfen, in der die Kooperation mit der Horde undenkbar war.$B$BIch bin nicht so blind, dass ich nicht sehen würde, dass wir keine gemeinsamen Feinde haben. Ich werde Euch helfen, die antidämonische Waffe umzuschmieden, aber es wird einiges an Arbeit bedürfen und ein paar 'ausgefallene' Materialien.", 26972); + +-- 10664 - Zusätzliche Materialien +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10664 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10664, "deDE", "Habt Ihr die Materialien?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10664 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10664, "deDE", "<Der Schmied nimmt Euch die Materialien ab und nickt zufrieden.>$B$BDie werden reichen. Der Rest der Materialien, die ich benötige, wird jedoch nicht so leicht zu bekommen sein.", 26972); + +-- 10665 - Frisch von der Mechanar +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10665 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10665, "deDE", "Konntet Ihr eine Manazelle aus der Mechanar schmuggeln?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10665 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10665, "deDE", "Sie ist sogar noch mächtiger, als ich erwartet habe! Mit so viel Energie könnte ich ein Dutzend Klingen schmieden!", 26972); + +-- 10666 - Encyclopaedia Daemonica +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10666 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10666, "deDE", "Habt Ihr das Buch besorgt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10666 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10666, "deDE", "<David blättert die Seiten des Buchs durch und schaudert.>$B$BDas ist nichts, mit dem man spielen sollte, $N. Sobald die Waffe fertig ist, werde ich es zerstören. Es gibt schon genug dämonische Macht in dieser Welt.", 26972); + +-- 10667 - Unterweltlehm +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10667 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10667, "deDE", "Habt Ihr den Unterweltlehm bekommen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10667 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10667, "deDE", "Das sollte funktionieren. Ich hatte zwar auf etwas mehr gehofft, aber um ehrlich zu sein können wir uns glücklich schätzen, hier draußen überhaupt etwas davon in die Finger bekommen zu haben.", 26972); + +-- 10670 - Träne der Erdenmutter +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10670 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10670, "deDE", "Konntet Ihr den Edelstein O'mroggs Klauen entreißen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10670 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10670, "deDE", "<David Wayne hält den Edelstein gegen das Licht und bewundert ihn.>$B$BEr ist absolut makellos und genau das, was wir brauchen. Ein fehlerhafter Edelstein würde den Träger der Waffe in Gefahr bringen und die Magie gegen ihn richten.", 26972); + +-- 10672 - Das ergibt echt keinen Sinn... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10672 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10672, "deDE", "Wir haben keine Zeit zu verschwenden. Ich habe die markierten Dimetrodonten beobachtet und herausgefunden, dass sie alle einem riesigen, nein, GIGANTISCHEN Dimetrodon namens Teufelsflosse dem Großen unterstellt sind.", 26972); + +-- 10673 - Teufelsflosse der Große +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10673 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10673, "deDE", "Kommt in die Gänge! Der Appetit dieses Gnoms kennt keine Grenzen!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10673 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10673, "deDE", "Endlich bin ich vollkommen vor der Lava geschützt! Natürlich könnt auch Ihr etwas von dieser Technologie abhaben, $N. Ihr habt es Euch verdient!", 26972); + +-- 10676 - Bann der Illidari +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10676 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10676, "deDE", "<David wischt sich den Schweiß von der Braue.>$B$BDer größte Teil der Arbeit ist getan. Um die Magie jedoch zum Leben zu erwecken, muss das Schwert erst gehärtet werden.", 26972); + +-- 10677 - Der zweite Gang... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10677 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10677, "deDE", "Tagesmenü: Muskelmagen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10677 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10677, "deDE", "Das ist fantastisch! Aber ich habe gerade unglaubliche Nachrichten erhalten!", 26972); + +-- 10678 - Das Hauptgericht! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10678 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10678, "deDE", "Tagesmenü: Teufelsflosses Balg", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10678 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10678, "deDE", "Ich brauche jetzt etwas Zeit für mich, $N. Vielen Dank für Eure Hilfe!", 26972); + +-- 10679 - Die Waffe härten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10679 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10679, "deDE", "Habt Ihr das Schwert in der Lava der Hand von Gul'dan gehärtet?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10679 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10679, "deDE", "Gut gemacht!$B$B<Der Schmied untersucht die Klinge sehr genau.>$B$BIch würde sagen, dass sie deutlich besser ist, als die grobe Waffe der Legion, mit der wir angefangen haben. Diese Klinge wird nicht nur die Dämonen der Illidari erschlagen, sondern auch die Diener der Legion vernichten können.", 26972); + +-- 10680 - Die Hand von Gul'dan +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10680 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10680, "deDE", "Es ist gut, dass Ihr gekommen seid, $R. Wir haben viel zu tun.", 26972); + +-- 10681 - Die Hand von Gul'dan +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10681 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10681, "deDE", "Es ist gut, dass Ihr gekommen seid, $R. Wir haben viel zu tun.", 26972); + +-- 10683 - Schrifttafeln von Baa'ri +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10683 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10683, "deDE", "Habt Ihr die Schrifttafeln schon gefunden, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10683 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10683, "deDE", "Die Schrifttafeln von Baa'ri! Ja, die werden uns sehr wichtige Informationen liefern.", 26972); + +-- 10684 - Oronu der Älteste +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10684 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10684, "deDE", "Gibt es schon Neuigkeiten, $N? Wir haben nicht viel Zeit.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10684 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10684, "deDE", "Akamas Handschrift... wollen wir mal sehen, was wir daraus erfahren können.", 26972); + +-- 10685 - Die Verderber der Aschenzungen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10685 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10685, "deDE", "Habt Ihr die vier Fragmente des Medaillons, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10685 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10685, "deDE", "Ja! Die vier Fragmente des Medaillons. Und nun setzt sie zusammen...", 26972); + +-- 10686 - Der Kerker des Wächters +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10686 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10686, "deDE", "Wir haben Euch erwartet, $N. Akama sagte, dass Ihr früher oder später kommen würdet.", 26972); + +-- 10687 - Ausbildungsgelände von Karabor +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10687 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10687, "deDE", "Habt Ihr die Aufgabe, mit der ich Euch betraut habe, erfüllt, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10687 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10687, "deDE", "Wollen wir uns diese Waffen einmal genauer ansehen, $N. Hmmm... das ist ziemlich beunruhigend.", 26972); + +-- 10688 - Eine notwendige Ablenkung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10688 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10688, "deDE", "Das sollte uns genug Zeit verschaffen... hoffentlich reicht sie aus, um weitere Informationen zu sammeln.", 26972); + +-- 10691 - Rückkehr zu den Sehern +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10691 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10691, "deDE", "Viele würden für das Buch, das Ihr bei Euch tragt, einen hohen Preis bezahlen. Es ist eine Schande, dass wir es zerstören müssen.", 26972); + +-- 10692 - Varedis muss aufgehalten werden +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10692 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10692, "deDE", "Habt Ihr erledigt, worum ich Euch gebeten hatte, $N?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10692 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10692, "deDE", "Ausgezeichnete Arbeit, $N! Euer Sieg über Varedis ist ein entscheidender Schritt in unserem Krieg gegen Illidan.$B$BNach dieser Tat wird euer Name sicher die Runde machen.$B$BBitte erlaubt mir, die Überreste des Buchs der teuflischen Namen an mich zu nehmen. Ich werde dafür sorgen, dass es ordnungsgemäß... entsorgt wird.", 26972); + +-- 10702 - Routinearbeiten +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10702 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10702, "deDE", "Fantastisch! Wenn ich noch mehr Routinearbeiten zu erledigen habe, komme ich auf Euch zurück!", 26972); + +-- 10703 - Zieht Eure Knieschoner an... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10703 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10703, "deDE", "Jep, gute Arbeit! Hier habt Ihr ein wenig Bares für Eure Mühen. Wenn ich noch mehr Drecksarbeit zu erledigen habe, weiß ich ja, wen ich rufen soll.", 26972); + +-- 10705 - Seher Udalo +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10705 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10705, "deDE", "Der Seher der Aschenzungen ist schon lange tot. Als Ihr Euch über seinen Körper beugt, erkennt Ihr, dass auf dem Boden etwas geschrieben steht.", 26972); + +-- 10706 - Ein mysteriöses Omen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10706 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10706, "deDE", "Ja... natürlich! Jetzt wird alles klar.", 26972); + +-- 10707 - Die Terrasse von Ata'mal +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10707 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10707, "deDE", "Ihr seid zurück, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10707 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10707, "deDE", "Der Kristall! Seine Macht... in meinen Händen!", 26972); + +-- 10708 - Akamas Versprechen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10708 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10708, "deDE", "<Als Ihr A'dal das Medaillon übergebt, verschwindet es mit einem Lichtblitz in seinem Geist.>$B$B<Für einen kurzen Moment erscheint eine Szene vor Euch...$B$Bvielleicht aus der Zukunft. Ihr seht, wie Akama und Maiev aus dem Kerker des Wächters heraustreten und sich zum Schwarzen Tempel durchschlagen. Eine dritte, in Schatten gehüllte Gestallt hilft ihnen dabei. Als Ihr genauer hinschaut, erkennt Ihr, dass Ihr diese Gestalt seid.>", 26972); + +-- 10744 - Nachricht vom Sieg +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10744 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10744, "deDE", "<Kurdran hört Euren Bericht an.>$B$BDas sind in der Tat gute Nachrichten! Noch vor ein paar Tagen hätte ich mir nie träumen lassen, dass wir der Belagerung der Legion ein Ende machen könnten.$B$BIhr habt nicht nur ihren Angriff verhindert, sondern auch noch ihre Maschinerie vernichtet! Für diesen Heldenmut habt Ihr den Dank der Wildhämmer, $N.", 26972); + +-- 10745 - Nachricht vom Sieg +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10745 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10745, "deDE", "<Der Oberanführer hört Euren Bericht an.>$B$BAusgezeichnete Nachrichten! Den Angriffen der Legion standzuhalten nahm einfach viel zu viele Leute in Anspruch. Ich habe zwar nie geglaubt, dass meine Leute versagen würden, aber sie standen unter großer Belastung.$B$BIhr habt heute bewiesen, wie wichtig Ihr für die Horde seid. Die Wache der Kor'kron wird sich jederzeit geehrt fühlen, an Eurer Seite zu kämpfen.", 26972); + +-- 10750 - Der Pfad der Eroberung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10750 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10750, "deDE", "Diese lästigen Hunde planen etwas Heimtückisches. Wir müssen weitere Nachforschungen anstellen...", 26972); + +-- 10751 - Den Pfad bereinigen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10751 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10751, "deDE", "Ihr werdet es nicht glauben, Grunzer!", 26972); + +-- 10759 - Findet den Deserteur +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10759 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10759, "deDE", "<Der Arakkoa kichert.>$B$BJa, ich bin der Deserteur, den der Kommandant in seinem Tagebuch erwähnt. Ich habe auf den Tag gewartet, an dem auch andere die Bedrohung erkennen, die von meinen einstigen Brüdern ausgeht.", 26972); + +-- 10760 - Das Wrack der Sketh'lon +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10760 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10760, "deDE", "Was habt Ihr herausgefunden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10760 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10760, "deDE", "<Der Unteroffizier untersucht die Tagebuchseiten.>$B$BHier steht nicht viel Sinnvolles, aber ein paar Einträge könnten sich als nützlich erweisen. Wie es aussieht waren die Arakkoa dabei, ein kompliziertes magisches Ritual vorzubereiten, bis sie starben, aber warum? Hier steht auch etwas Merkwürdiges über einen 'Deserteur'.", 26972); + +-- 10761 - Findet den Deserteur +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10761 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10761, "deDE", "<Der Arakkoa kichert.>$B$BJa, ich bin der Deserteur, den der Kommandant in seinem Tagebuch erwähnt. Ich habe auf den Tag gewartet, an dem auch andere die Bedrohung erkennen, die von meinen einstigen Brüdern ausgeht.", 26972); + +-- 10765 - Wenn Welten kollidieren... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10765 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10765, "deDE", "Was habt Ihr zu berichten, Soldat?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10765 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10765, "deDE", "Sie versuchen also, sich die Gunst der Riesen zu erschleichen, was? Ich habe einen Plan, der diese unheilige Verbindung ganz schnell wieder zerreißen wird.", 26972); + +-- 10766 - Invasionspunkt: Katastrophe +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10766 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10766, "deDE", "Es freut mich, Euch kennen zu lernen, $N. Mein Name ist Plexi.$B$BIch werde Euch nicht mit Höflichkeiten langweilen. Wir wissen beide, warum wir hier sind. Und nun an die Arbeit.", 26972); + +-- 10767 - Invasionspunkt: Katastrophe +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10767 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10767, "deDE", "Ihr müsst derjenige sein, von dem Blutwache Gulmok gesprochen hat. Ich habe bereits einen Plan, aber ich brauche Eure Hilfe, um die Vorbereitungen abzuschließen.", 26972); + +-- 10768 - Wappenröcke der Illidari +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10768 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10768, "deDE", "Was habt Ihr zu berichten, Soldat?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10768 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10768, "deDE", "Aha! Die werden funktionieren.", 26972); + +-- 10769 - Zwietracht in den Rängen... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10769 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10769, "deDE", "Ihr seid zurück!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10769 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10769, "deDE", "Gut, gut, gut... Wenn das nicht der Grunzer ist, den ich zu den Feldern geschickt habe. Ihr seid heil zurück.$B$B<Or'barokh nickt.>$B$BIch wusste, dass Ihr mich nicht enttäuschen würdet, Soldat. Ihr habt ein entscheidendes Vorrücken der Illidari aufgehalten und Euch damit eine Belohnung verdient.", 26972); + +-- 10772 - Der Pfad der Eroberung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10772 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10772, "deDE", "Diese lästigen Hunde planen etwas Heimtückisches. Wir müssen weitere Nachforschungen anstellen...", 26972); + +-- 10773 - Den Pfad bereinigen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10773 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10773, "deDE", "Was habt Ihr zu berichten, Soldat?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10773 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10773, "deDE", "Ihr werdet es nicht glauben, Soldat!", 26972); + +-- 10774 - Blutelf + Riese = ??? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10774 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10774, "deDE", "Was habt Ihr zu berichten, Soldat?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10774 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10774, "deDE", "Sie versuchen also, sich die Gunst der Reisen zu erschleichen, was? Ich habe einen Plan, der diese unheilige Verbindung ganz schnell wieder zerreißen wird.", 26972); + +-- 10775 - Wappenröcke der Illidari +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10775 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10775, "deDE", "Was habt Ihr zu berichten, Soldat?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10775 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10775, "deDE", "Aha! Die werden funktionieren.", 26972); + +-- 10776 - Zwietracht in den Rängen... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10776 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10776, "deDE", "Ihr seid zurück!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10776 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10776, "deDE", "Gut, gut, gut... Wenn das nicht der Soldat ist, den ich zu den Feldern geschickt habe. Ihr seid heil zurück.$B$B<Yoregar nickt.>$B$BIch wusste, dass Ihr mich nicht enttäuschen würdet, Soldat. Ihr habt ein entscheidendes Vorrücken der Illidari aufgehalten und Euch damit eine Belohung verdient.", 26972); + +-- 10777 - Asghars Totem +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10777 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10777, "deDE", "Habt Ihr das Totem von Asghar beschafft?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10777 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10777, "deDE", "<Parshah untersucht das Totem.>$B$BGut. Dieses alte Totem hat seine Macht über die Jahre nicht eingebüßt, doch es alleine reicht noch nicht aus, um den Dunklen Rat aufzuhalten.", 26972); + +-- 10778 - Die Rute von Lianthe +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10778 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10778, "deDE", "Konntet Ihr die Rute beschaffen?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10778 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10778, "deDE", "Gut gemacht. Ein solcher Schatz verdient besseres, als in einer dunklen Kiste weggesperrt zu werden. Wir werden ihn für einen guten Zweck einsetzen.", 26972); + +-- 10780 - Federn der Sketh'lon +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10780 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10780, "deDE", "Habt Ihr die Federn für den Stab schon gesammelt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10780 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10780, "deDE", "<Parshah nimmt Euch die aschebestäubten Federn ab und schüttelt den Kopf.>$B$BEs wäre besser gewesen, wenn ich an diesem Tag gestorben wäre, aber die Dinge sind niemals so einfach. Dass Gul'dans Magie sie in etwas verwandelt hat, das sie aufzuhalten versuchten, ist ein grausames Spiel des Schicksals.", 26972); + +-- 10781 - Die Schlacht an der Purpurwacht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10781 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10781, "deDE", "Wir werden weitere Nachforschungen über das Purpursiegel anstellen. Sie stellen eine Bedrohung für alles Leben in Draenor dar. Ich sehe einen Tag voraus, an dem ihr dunkler Herr für seine Verbrechen geradestehen muss. Vielleicht seid Ihr ja diejenige, der ihn der Gerechtigkeit zuführen wird, $N.", 26972); + +-- 10782 - Das Kopfstück mit Magie erfüllen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10782 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10782, "deDE", "Seid Ihr mit dem magieerfüllten Kopfstück zurück?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10782 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10782, "deDE", "<Parshah nimmt Euch das Kopfstück ab und hält es behutsam in den Händen.>$B$BDieses Kopfstück enthält die Macht, die wir brauchen, um die Pläne des Dunklen Rats im Basislager der Sketh'lon zunichtezumachen.", 26972); + +-- 10793 - Val'zareqs Tagebuch: Vorboten des Krieges +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10793 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10793, "deDE", "<General Auralion schwebt in der Mitte des Kristalls.>$B$BWa... Was tut Ihr hier?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10793 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10793, "deDE", "Ihr habt ihren Eroberer getötet? Dann haben wir nicht viel Zeit...$B$BDas Purpursiegel besteht aus der Elite von Illidans Dienern. Sie stehen am oberen Ende der Befehlskette für Illidans Armeen außerhalb des Schwarzen Tempels. Diese Soldaten stehen in direktem Kontakt mit dem Verräter und führen seine Anweisung ohne Fragen zu stellen aus.$B$BSie sind diejenigen, die ohne mit der Wimper zu zucken einen Angriff auf diese Welt starten und dabei alles, was ihnen in Wege steht, dem Erdboden gleichmachen würden.", 26972); + +-- 10804 - Freundlichkeit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10804 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10804, "deDE", "Ihr seid ein freundlicher und mitfühlender $R, mein Freund.", 26972); + +-- 10807 - Die Aschenzungen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10807 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10807, "deDE", "Ehre den Sehern, $N. Ihr habt den Willen des Lichts ausgeführt und Illidans Anhänger vernichtet.", 26972); + +-- 10808 - Dem Dunklen Rat in die Quere kommen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10808 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10808, "deDE", "Ist es vollbracht, $N? Habt Ihr den Dunklen Rat davon abgehalten, das Ritual zu vollenden?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10808 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10808, "deDE", "Ich habe jahrelang nach einem Weg gesucht, um den Dunklen Rat aufzuhalten. Ihr habt geschafft, wobei ich versagt habe. Die finsteren Rituale des Dunklen Rats werden nie wieder zu einer Bedrohung für uns.$B$BIch fühle mich oft schuldig, weil ich meine Kameraden vor all diesen Jahren verlassen habe, aber nun weiß ich endlich, dass es die richtige Entscheidung war. Hätte mein Gewissen damals nicht zu mir gesprochen, wäre ich nun vielleicht ein Schatten unter ihnen.", 26972); + +-- 10811 - Sucht Neltharaku auf +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10811 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10811, "deDE", "Meine Kinder haben mir von Eurer heldenhaften Tat erzählt, $R. Es gibt noch mehr, was Ihr tun könnt.", 26972); + +-- 10814 - Neltharakus Geschichte +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10814 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10814, "deDE", "Werdet Ihr uns also helfen?", 26972); + +-- 10816 - Rückforderung geheiligten Bodens +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10816 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10816, "deDE", "Ausgezeichnete Arbeit, $C. Möge das Licht Euch beschützen.", 26972); + +-- 10817 - Die große Vergeltung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10817 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10817, "deDE", "Ihr habt meinen höchsten Respekt verdient, $N.$B$BEinen Höllenorc alleine zu töten ist schon keine leichte Aufgabe. Eine ganze Meute von ihnen zu töten ist, nun... heroisch.", 26972); + +-- 10836 - Unterwanderung der Festung des Drachenmals +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10836 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10836, "deDE", "Gut gemacht, $N. Ich habe einen Weg gefunden, wie wir die versklavten Drachen in der Festung des Drachenmals befreien können.", 26972); + +-- 10837 - Zur Netherschwingenscherbe! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10837 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10837, "deDE", "Ich brauche Netherrankenkristalle.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10837 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10837, "deDE", "<Neltharaku nimmt Euch die Kristalle ab.>$B$BIch werde nun die Kristalle mit meiner Magie erfüllen.", 26972); + +-- 10854 - Die Macht Neltharakus +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10854 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10854, "deDE", "Verschwendet keine Zeit, wir haben viel zu tun!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10854 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10854, "deDE", "<Neltharaku lacht.>$B$BDie Orcs müssen einen ganz schönen Schreck bekommen haben, als die Drachen sich plötzlich gegen sie gewendet haben. Gut gemacht, $N. Vielleicht seid Ihr wirklich der Held unseres Schwarms.", 26972); + +-- 10858 - Karynaku +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10858 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10858, "deDE", "Es sind die Ketten. Sie berauben mich meiner Macht. Der einzige Ausweg ist, den Schlüssel von Zuluhed zu beschaffen und mich loszuketten.", 26972); + +-- 10866 - Zuluhed der Geschlagene +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10866 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10866, "deDE", "Ich bin frei! Ihr habt uns gerettet, $N!", 26972); + +-- 10870 - Verbündeter der Netherschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10870 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10870, "deDE", "Ihr habt Euch als Verbündeter der Netherschwingen erwiesen. Meine Mutter ist frei und meine Brüder und Schwestern gerettet!$B$BVielleicht werde ich Euch eines Tages erneut rufen. Wenn dieser Tag kommt, werdet Ihr mit offenen Armen begrüßt werden, als Bruder des Drachenschwarms der Netherschwingen.", 26972); + +-- 10883 - Der Schlüssel der Stürme +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10883 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10883, "deDE", "Die Festung der Stürme ist eine Erfindung der Naaru, Sterbliche. Zutritt zu der Festung zu gewähren lag schon immer alleine im Ermessen der Naaru. Eine Rückkehr zur Festung der Stürme erschien uns jedoch unnötig. Vielleicht mag das für eine Sterbliche Rasse wie Stolz aussehen, doch wir Naaru halten nur wenig von solchen Dingen.$B$BWir gehen nun, weil wir es müssen. Kael'thas darf die Litanei der Verdammnis niemals vorlesen.", 26972); + +-- 10884 - Die Prüfung der Naaru: Erbarmen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10884 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10884, "deDE", "<A'dal grüßt Euch.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10884 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10884, "deDE", "Gut gemacht, $N. Ihr habt die Prüfung des Erbarmens abgeschlossen.", 26972); + +-- 10885 - Die Prüfung der Naaru: Stärke +DELETE FROM `quest_request_items_locale` WHERE `ID` = 10885 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (10885, "deDE", "<A'dal grüßt Euch.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10885 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10885, "deDE", "Gut gemacht, $N. Ihr habt die Prüfung der Stärke abgeschlossen.", 26972); + +-- 10886 - Die Prüfung der Naaru: Zuverlässigkeit +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10886 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10886, "deDE", "Gut gemacht, $N. Ihr habt die Prüfung der Zuverlässigkeit abgeschlossen.", 26972); + +-- 10888 - Die Prüfung der Naaru: Magtheridon +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10888 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10888, "deDE", "Ihr habt Euch als Wesen mit großer Macht bewiesen. Die Naaru gewähren Euch Einlass in die Festung der Stürme.", 26972); + +-- 10944 - Das gefährdete Geheimnis +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10944 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10944, "deDE", "Ich danke Euch, $N. Olum ist einer meiner engsten Freunde und meiner treuesten Anhänger. Sein Beitrag zu unserem Werk ist für unsere Pläne unverzichtbar.", 26972); + +-- 10949 - Zutritt zum Schwarzen Tempel +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10949 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10949, "deDE", "<Xi'ri scheint Eure Anwesenheit zu bemerken. Offensichtlich konzentriert er sich auf die Schlacht in der Umgebung.>", 26972); + +-- 10985 - Ein Ablenkungsmanöver für Akama +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 10985 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (10985, "deDE", "<Xi'ri pulsiert vor Energie, Ihr fühlt, wie ein Gegenstand in Euren Händen Gestalt annimmt. Es ist das Medaillon, das Ihr A'dal im Namen von Akama gegeben habt. Seine Macht hat sich durch die Magie der Naaru noch verstärkt. Die Sha'tar haben Euch das Medaillon von Karabor anvertraut, und damit den Zugang zum Schwarzen Tempel.>", 26972); + +-- 11012 - Der Blutschwur der Netherschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11012 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11012, "deDE", "Unser Land ist verloren. Man entführt unsere Kinder in der Nacht, versklavt sie - oder schlimmer...$B$B<Mordenais Stimme wird angespannt.>$B$BEs ist an der Zeit, mein Freund. Zeit, uns wieder das zu nehmen, was einst unser war! Ihr habt Euch als tapferer Kämpfer und verständnisvolle Seele erwiesen.$B$BWerdet Ihr schwören, dem Drachenschwarm der Netherschwingen beim Kampf um unser Land und den Wiederaufbau unserer Heimstätten zu helfen? Werdet Ihr schwören, über den Schwarm zu wachen, damit unser Fleisch und Blut aufs Neue zum Leben erwachen kann? Schwört und lasst uns im Namen unserer Heimat und unserer Familien kämpfen!", 26972); + +-- 11013 - Im Dienste der Illidari +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11013 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11013, "deDE", "<Mor'ghor grunzt.>$B$BIhr seid spät...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11013 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11013, "deDE", "<Mor'ghor überfliegt das Schreiben und lacht.>$B$BEin Todesritter? Ihr könnt einem Todesritter nicht mal das Wasser reichen, Wurm.$B$B<Mor'ghor mustert Euch scharf.>$B$BNun gut... Ihr könntet es vielleicht noch zum Peon schaffen. Im schlimmsten Fall werfe ich Euch in die Grube und lasse Euch dort verrotten...", 26972); + +-- 11014 - In der Höhle des Löwen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11014 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11014, "deDE", "Varkule findet schon was für Euch, Grunzer. Euch steht eine Aufgabe zu, die Euren Fertigkeiten am besten gerecht wird und unserer Kristallförderung zu Gute kommt. Ihr müsst Euren Arbeitsauftrag einmal am Tag ausfüllen.$B$BJa, es gibt da einen Haufen Drecksarbeit zu erledigen, aber auch die Ahnen haben mal als Peon begonnen.", 26972); + +-- 11015 - Kristalle der Netherschwingen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11015 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11015, "deDE", "Kristalle der Netherschwingen werden für vielerlei Dinge verwendet. Hauptsächlich zur Herstellung von Waffen und Rüstungen...", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11015 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11015, "deDE", "Das war's für heute, Kindchen. Kommt morgen wieder, wenn Ihr noch am Leben seid.", 26972); + +-- 11016 - Balg eines Netherminenschinders +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11016 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11016, "deDE", "Wir verwenden die Bälge von Schindern zum Ausfüttern von Rüstungen und die Herstellung von Planen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11016 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11016, "deDE", "Das war's für heute, Kindchen. Kommt morgen wieder, wenn Ihr noch am Leben seid.", 26972); + +-- 11017 - Netherstaubpollen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11017 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11017, "deDE", "Wie ich schon sagte, Netherstaubpollen werden von unseren Zauberern verwendet.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11017 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11017, "deDE", "Das war's für heute, Kindchen. Kommt morgen wieder, wenn Ihr noch am Leben seid.", 26972); + +-- 11018 - Netheriterz +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11018 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11018, "deDE", "Gug dort drüben verwendet das Erz zum Verstärken unserer Waffen und Rüstungen.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11018 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11018, "deDE", "Das war's für heute, Kindchen. Kommt morgen wieder, wenn Ihr noch am Leben seid.", 26972); + +-- 11019 - Freund unter Feinden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11019 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11019, "deDE", "Ihr habt doch nicht etwa geglaubt, dass wir Euch den Armeen der Höllenorcs ganz alleine überlassen würden, oder?$B$B<Yarzills Augen flackern in einem durchscheinenden Blau.>$B$BGenau, wir sind hier an Eurer Seite, $N. Bei jedem Dienst, den Ihr den Höllenorcs bei Eurem Versuch, die Weiten der Netherschwingen zurückzuerobern, erweist, werden wir dafür sorgen, dass sie einen ausreichenden Rückschlag erleiden.$B$BIhr müsst Euch sehr unauffällig verhalten, um keinerlei Aufmerksamkeit während Euren Sabotageeinsätzen auf Euch zu ziehen.", 26972); + +-- 11020 - Ein langsamer Tod +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11020 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11020, "deDE", "Es ist eine schmutzige Arbeit, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11020 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11020, "deDE", "<Yarzill flüstert ganz leise.>$B$BAusgezeichnete Arbeit, $N. Verhaltet Euch fürs Erste ruhig. Kommt morgen wieder zu mir, dann können wir das Ganze noch einmal machen.", 26972); + +-- 11035 - Ein Schatten am Horizont +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11035 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11035, "deDE", "Tote Orcs singen nicht, $N. Stellt sicher, dass keiner der Transporter des Drachenmals entkommt.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11035 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11035, "deDE", "<Yarzill flüstert.>$B$BIhr habt den Netherschwingen einen großen Dienst erwiesen, $N. Der Fall des Drachenmals rückt in greifbare Nähe. Von innen heraus breitet sich nun eine Krankheit aus - eine unheilbare Krankheit...$B$BSolltet Ihr wieder an Arbeit bei dem Himmelspfads des Drachenmals interessiert sein, so kommt morgen wieder.", 26972); + +-- 11041 - Eine unerledigte Aufgabe... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11041 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11041, "deDE", "Wer wagt es, an Mor'ghor heranzutreten? Ich hoffe für Euch, dass es von Wichtigkeit ist.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11041 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11041, "deDE", "Ihr habt also bei den Überresten einer meiner Aufseher eine Anordnung gefunden und die Sache selbst in die Hand genommen? Ihr habt es geschafft, Mor'ghor zu beeindrucken. Gut gemacht...", 26972); + +-- 11043 - Ein besserer Greif +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11043 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11043, "deDE", "<Brunns Gesicht errötet, bis es nicht länger von seinem Bart zu unterscheiden ist.>$B$BEr möchte WAS mit meinen Greifen anstellen?$B$BWenn diese kleine Ratte auch nur versucht, irgendetwas anderes als einen Sattel auf meinen Greifen zu befestigen, reise ich persönlich zum Schergrat und stopfe ihm mit seinen Raketen das Maul!", 26972); + +-- 11044 - Visionen voller Zerstörung +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11044 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11044, "deDE", "Eine Vision sagt Ihr? Es interessiert mich nicht, ob er es in einer Vision gesehen, in einem Brief gelesen oder es aus dem Mund eines Grubenlords vernommen hat, aber er hat den Nagel auf den Kopf getroffen! Was führt Euch hierher, Freund? Oh, und wir sind für jede Unterstützung dankbar!", 26972); + +-- 11047 - Die Bitte des Gesellen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11047 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11047, "deDE", "<Dama hört sich Agadais Bitte an.>$B$BIch kann nicht dafür garantieren, dass wir über genügend Windreiter verfügen, aber ich werde sehen, was ich tun kann. In der momentanen Situation haben wir Schwierigkeiten, die Nachfrage der verschiedenen Käufer und Außenposten abzudecken.", 26972); + +-- 11048 - Kroghans Bericht +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11048 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11048, "deDE", "<Gulmok beginnt zu murren, als er von Kroghans Entscheidung hört.>$B$BIch verstehe durchaus seinen Standpunkt, doch unsere Schützengräben besetzen sich nicht von selbst! Die Legion bombardiert uns Tag und Nacht mit Höllenbestien. Wenn Kroghan sich verspätet, könnt Ihr ja seinen Platz auf dem Schlachtfeld einnehmen!", 26972); + +-- 11049 - Die große Eierjagd +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11049 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11049, "deDE", "Was macht die Eierjagd?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11049 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11049, "deDE", "Neltharaku wird höchst erfreut sein, $N. Gut gemacht.", 26972); + +-- 11050 - Immer her mit den Eiern +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11050 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11050, "deDE", "Diese Eier dürfen auf keinen Fall in die falschen Hände geraten, $N. Wenn Ihr noch mehr Eier findet, bringt sie mir.$B$BVerhaltet Euch auf jeden Fall unauffällig und erregt bloß keinen Verdacht!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11050 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11050, "deDE", "Ihr seid ein wahrer Held, $N.", 26972); + +-- 11053 - Erhebt Euch, Aufseher! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11053 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11053, "deDE", "Ich habe Eure Handlungen mit einem wachsamen Auge verfolgt, $N. Ihr habt bewiesen, dass Ihr ein unschätzbarer Gewinn für das Drachenmal seid. Daher werde ich Euch zum Aufseher befördern. Ein neuer Rang bedeutet natürlich auch neue Verantwortungen, denen Ihr gerecht werden müsst.$B$BErhebt Euch, Aufseher $N! Erhebt Euch und sucht diejenigen auf, die Eure Hilfe hier im Basislager brauchen.", 26972); + +-- 11054 - Aufsehen und Ihr: Die richtige Wahl treffen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11054 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11054, "deDE", "Es gilt Peons zur Ordnung zu rufen, $N! Beeilt Euch!", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11054 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11054, "deDE", "Ahh! Vielleicht habt Ihr ja doch das Zeug zum Aufseher. Diese übergroße Echse war schon das Leid vieler Orcs!$B$B<Chefvorarbeiter Lehmklump beginnt mit der Herstellung der Waffe.>", 26972); + +-- 11055 - Der Schuhmerang: Das Mittel gegen den wertlosen Peon +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11055 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11055, "deDE", "Der Trick liegt im Handgelenk, $N.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11055 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11055, "deDE", "Ein Tag harter Arbeit! Es zahlt sich aber aus, oder? Beim Anblick der schuftenden Taugenichtse bei den Kristallen wird einem richtig Warm um's Herz... Nun ja, das ist alles für heute. Kommt morgen wieder, dann könnt Ihr ein weiteres Mal den Schuhmerang schwingen.", 26972); + +-- 11063 - Sich Flügel verdienen... +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11063 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11063, "deDE", "Ihr möchtet also zu den Himmelsteilern gehören, ja? Ihr habt Euch mit Sicherheit als fähiger Anhänger des Drachenmals bewiesen, aber in den Lüften der Scherbenwelt ist dies bedeutungslos. Es gibt eine Frage zu klären: KÖNNT IHR FLIEGEN?$B$BUnd ich frage nicht etwa, ob Ihr auf einen Netherdrachen steigen und wie diese Transportertrottel eine Ladung Kristalle zu der Festung liefern könnt. Ich rede davon, der Beste zu sein... der Toporc...$B$BDort drüben im Westen gibt es sechs Reiter. Besiegt sie alle und ich werde Euch Flügel der Himmelsteiler geben.", 26972); + +-- 11064 - Drachenmalrennen: Murg "Grufti" Moorbiss +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11064 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11064, "deDE", "Ein Kinderspiel? Was ist nur aus den Helden geworden... Ich bin mir sicher, dass die anderen Reiter eine größere Herausforderung sein werden.", 26972); + +-- 11067 - Drachenmalrennen: Trope der Rußhuster +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11067 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11067, "deDE", "Interessant... Euer nächstes Rennen wird sich zweifellos als viel schwieriger erweisen. Corlok ist kein Weichei.", 26972); + +-- 11068 - Drachenmalrennen: Corlok der Veteran +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11068 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11068, "deDE", "Die nächsten zwei Reiter sind die besten Piloten, die die Zwerge und Orcs von Azeroth zu bieten hatten. Ihr habt keine Chance!", 26972); + +-- 11069 - Drachenmalrennen: Schwadronskommandant Ichman +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11069 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11069, "deDE", "Ich glaube es nicht! Mulverick ist Eure nächste Herausforderung. Dieses Rennen werdet Ihr auf keinen Fall überleben.", 26972); + +-- 11070 - Drachenmalrennen: Schwadronskommandant Mulverick +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11070 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11070, "deDE", "Nun Grunzer, es sieht ganz so aus, als gäbe es jetzt nur noch Euch und den Hauptmann. Viel Glück! Ihr werdet es brauchen!", 26972); + +-- 11071 - Drachenmalrennen: Hauptmann Himmelsdonner +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11071 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11071, "deDE", "Ich hätte es mir nie träumen lassen, dass es jemanden gibt, der talentiert genug ist und Himmelsdonner besiegen kann. Wisst Ihr was das bedeutet, ja? Ihr seid jetzt der Toporc! Ihr müsst Euren Titel verteidigen.", 26972); + +-- 11075 - Die Netherschwingenminen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11075 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11075, "deDE", "Die Minenarbeiter leisten harte Arbeit, aber keiner von ihnen wagt es, einen Schritt tiefer in die Minen zu setzen. Sie sterben lieber, als dass sie sich tiefer in die Minen zwingen lassen! Es wird Eure Aufgabe sein, die von ihnen vernachlässigten Pflichten zu erfüllen.", 26972); + +-- 11076 - Die Dinge in den Griff bekommen... +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11076 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11076, "deDE", "Habt Ihr die Fracht eingesammelt?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11076 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11076, "deDE", "Gut gemacht, $N. Kommt morgen für einen weiteren Einsatz in den Tiefen der Mine wieder.", 26972); + +-- 11081 - Der große Aufstand der Finsterblut +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11081 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11081, "deDE", "Was ist das?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11081 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11081, "deDE", "Ausgezeichnete Arbeit, Aufseher. Man wird Mor'ghor von Euren herausragenden Taten für das Drachenmal berichten.$B$BLasst uns jetzt wieder auf diese Hunde der Finsterblut zu sprechen kommen. Sie planen ihre Flucht, ja? Sie wagen es, sich dem einzig wahren Fürsten der Scherbenwelt zu widersetzen? Ihre Meister werden dafür bezahlen!", 26972); + +-- 11082 - Suche nach der Wahrheit +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11082 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11082, "deDE", "Nun? Warum dauert das so lange?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11082 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11082, "deDE", "Nichts zu sagen? Vielleicht erinnert er sich ja, wenn er auf dem Boden dieser verfluchten Mine zu Tode blutet... Vergesst nie, was es bedeutet, die Mächte Illidans herauszufordern!", 26972); + +-- 11083 - Verrückt und verwirrt +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11083 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11083, "deDE", "Ja, ich verstehe das nicht... Man würde doch meinen, dass sie nach zwei Tagen nicht derart ausgehungert sein können. Finsterblut...$B$B<Ronag schüttelt den Kopf.>$B$BSo was von dämlich...", 26972); + +-- 11084 - Seid gegrüßt, Hauptmann! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11084 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11084, "deDE", "<Mor'ghor nickt.>$B$BGanz recht, ich habe Hauptmann gesagt. Ihr habt Euch eine weitere Beförderung verdient, $N.$B$BIhr arbeitet wirklich wie keiner der Höllenorcs, die ich bis jetzt gesehen habe. Macht weiter so, dann schafft Ihr es vielleicht eines Tages zum Oberanführer.$B$BZieht jetzt los und übernehmt das Kommando. Ich schlage vor, dass Ihr versucht, Euch Eure Flügel der Himmelsteiler zu verdienen.", 26972); + +-- 11086 - Schwächt das Portal des Zwielichts +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11086 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11086, "deDE", "Ausgezeichnete Arbeit, Hauptmann! Fürst Illidan wird von Euren Heldentaten erfahren!", 26972); + +-- 11089 - Die Seelenkanone Reth'hedrons +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11089 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11089, "deDE", "Habt Ihr die benötigten Bauelemente für die Anfertigung der Seelenkanone?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11089 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11089, "deDE", "<Balthas fügt die Elemente, die Ihr ihm gebracht habt, geschickt zusammen.>$B$BIhr seid jetzt bereit für den zweiten Teil des Plans, Hauptmann.", 26972); + +-- 11090 - Unterdrückt den Unterdrücker +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11090 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11090, "deDE", "Ist es vollbracht?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11090 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11090, "deDE", "Er wird zurückkehren, aber für den Moment hat der Krieg der Legion gegen Fürst Illidan eine Schwäche erfahren. Man wird ihm von Euren Taten berichten, Hauptmann.", 26972); + +-- 11092 - Glück auf, Kommandant! +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11092 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11092, "deDE", "Fürst Illidan hat mich höchstpersönlich mit Eurer Beförderung zum Kommandanten beauftragt! So etwas hat es noch nie gegeben. Ihr seid der Erste des Drachenmals, der solch einen Rang außerhalb des Schwarzen Tempels erlangt hat.", 26972); + +-- 11094 - Tötet sie alle! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11094 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11094, "deDE", "Beruhigt Euch, Kind.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11094 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11094, "deDE", "Es war gut, dass Ihr zu uns gekommen seid. Vielleicht können wir diesen Angriff des Drachenmals zu unserem Vorteil nutzen und den Spieß umdrehen.", 26972); + +-- 11095 - Kommandant Hobb +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11095 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11095, "deDE", "<Hobb nickt.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11095 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11095, "deDE", "<Hobb grinst.>$B$BDie tödlichste Falle aller Zeiten...", 26972); + +-- 11097 - Die tödlichste Falle aller Zeiten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11097 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11097, "deDE", "Habt Ihr sie mit Euren Fäusten zerschmettert, Kommandant?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11097 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11097, "deDE", "<Mor'ghor lacht.>$B$BHAHA! Ich habe gewusst, dass ich auf Euch zählen kann, Kommandant! Ich möchte, dass Ihr das Sanktum der Sterne mindestens einmal pro Tag überfallt. Sie werden keine andere Wahl haben und das Schattenmondtal verlassen müssen!", 26972); + +-- 11099 - Tötet sie alle! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11099 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11099, "deDE", "Beruhigt Euch, Kind.", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11099 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11099, "deDE", "Es war gut, dass Ihr zu uns gekommen seid. Vielleicht können wir diesen Angriff des Drachenmals zu unserem Vorteil nutzen und den Spieß umdrehen.", 26972); + +-- 11100 - Kommandant Arcus +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11100 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11100, "deDE", "<Arcus nickt.>", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11100 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11100, "deDE", "<Arcus grinst.>$B$BDie tödlichste Falle aller Zeiten...", 26972); + +-- 11101 - Die tödlichste Falle aller Zeiten +DELETE FROM `quest_request_items_locale` WHERE `ID` = 11101 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (11101, "deDE", "Habt Ihr sie mit Euren Fäusten zerschmettert, Kommandant?", 26972); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11101 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11101, "deDE", "<Mor'ghor lacht.>$B$BHAHA! Ich habe gewusst, dass ich auf Euch zählen kann, Kommandant! Ich möchte, dass Ihr den Altar der Sha'tar mindestens einmal pro Tag überfallt. Sie werden keine andere Wahl haben und das Schattenmondtal verlassen müssen!", 26972); + +-- 11107 - Verneigt Euch vor dem Hochlord +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11107 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11107, "deDE", "Ihr seid der erste Hochlord des Drachenmals, $N. Der Meister hat beschlossen höchstpersönlich hierher zu kommen, um Euch zu befördern.", 26972); + +-- 11108 - Fürst Illidan Sturmgrimm +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11108 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11108, "deDE", "Ich war der Erste, wisst Ihr. Das verlassene Kind eines Monsters...$B$B<Barthamus schüttelt seinen Kopf.>$B$BWir haben Euch alles zu verdanken, $N. Ganz allein habt Ihr das Reich des Drachenmals zerschmettert und dabei genug Informationen gesammelt, die meine Brüder mehr als ein Leben lang beschäftigen werden.$B$BEs ist zwar nicht viel, aber es gibt da etwas, das wir Euch anbieten können... Ein jeder meines Schwarms hat sich dazu bereit erklärt, Euch bei Euren Abenteuern in der Scherbenwelt zu begleiten. Fragt sie einfach und sie werden mit Euch einen Bund eingehen.", 26972); + +-- 11109 - Jorus, der kobaltblaue Drache der Netherschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11109 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11109, "deDE", "Es ist eine Ehre, Euch zu treffen, $N. Wir alle haben Eure Abenteuer mit großer Aufmerksamkeit verfolgt. Wir sind äußerst dankbar für alles, was Ihr für den Drachenschwarm der Netherschwingen getan habt.$B$BWenn Ihr mich zu Eurem Weggefährten macht, werde ich Euch bis ans Ende dieser Welt und wieder zurück fliegen. Was auch immer Ihr von mir verlangt, ich werde mein Bestes tun, um Euren Wunsch zu befolgen.$B$BIhr sollt jedoch wissen, dass Ihr nur einen von uns für Eure Reisen in der Scherbenwelt erwählen könnt. Habt Ihr Euch einmal entschieden, so könnt Ihr Eure Meinung nicht mehr ändern.", 26972); + +-- 11110 - Malfas, der lila Drache der Netherschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11110 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11110, "deDE", "Es ist eine Ehre, Euch zu treffen, $N. Wir alle haben Eure Abenteuer mit großer Aufmerksamkeit verfolgt. Wir sind äußerst dankbar für alles, was Ihr für den Drachenschwarm der Netherschwingen getan habt.$B$BWenn Ihr mich zu Eurem Weggefährten macht, werde ich Euch bis ans Ende dieser Welt und wieder zurück fliegen. Was auch immer Ihr von mir verlangt, ich werde mein Bestes tun, um Euren Wunsch zu befolgen.$B$BIhr sollt jedoch wissen, dass Ihr nur einen von uns für Eure Reisen in der Scherbenwelt erwählen könnt. Habt Ihr Euch einmal entschieden, so könnt Ihr Eure Meinung nicht mehr ändern.", 26972); + +-- 11111 - Onyxien, der onyxfarbene Drache der Netherschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11111 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11111, "deDE", "Es ist eine Ehre, Euch zu treffen, $N. Wir alle haben Eure Abenteuer mit großer Aufmerksamkeit verfolgt. Wir sind äußerst dankbar für alles, was Ihr für den Drachenschwarm der Netherschwingen getan habt.$B$BWenn Ihr mich zu Eurem Weggefährten macht, werde ich Euch bis ans Ende dieser Welt und wieder zurück fliegen. Was auch immer Ihr von mir verlangt, ich werde mein Bestes tun, um Euren Wunsch zu befolgen.$B$BIhr sollt jedoch wissen, dass Ihr nur einen von uns für Eure Reisen in der Scherbenwelt erwählen könnt. Habt Ihr Euch einmal entschieden, so könnt Ihr Eure Meinung nicht mehr ändern.", 26972); + +-- 11112 - Suraku, der azurblaue Drache der Netherschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11112 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11112, "deDE", "Es ist eine Ehre, Euch zu treffen, $N. Wir alle haben Eure Abenteuer mit großer Aufmerksamkeit verfolgt. Wir sind äußerst dankbar für alles, was Ihr für den Drachenschwarm der Netherschwingen getan habt.$B$BWenn Ihr mich zu Eurem Weggefährten macht, werde ich Euch bis ans Ende dieser Welt und wieder zurück fliegen. Was auch immer Ihr von mir verlangt, ich werde mein Bestes tun, um Euren Wunsch zu befolgen.$B$BIhr sollt jedoch wissen, dass Ihr nur einen von uns für Eure Reisen in der Scherbenwelt erwählen könnt. Habt Ihr Euch einmal entschieden, so könnt Ihr Eure Meinung nicht mehr ändern.", 26972); + +-- 11113 - Voranaku, der violette Drache der Netherschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11113 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11113, "deDE", "Es ist eine Ehre, Euch zu treffen, $N. Wir alle haben Eure Abenteuer mit großer Aufmerksamkeit verfolgt. Wir sind äußerst dankbar für alles, was Ihr für den Drachenschwarm der Netherschwingen getan habt.$B$BWenn Ihr mich zu Eurem Weggefährten macht, werde ich Euch bis ans Ende dieser Welt und wieder zurück fliegen. Was auch immer Ihr von mir verlangt, ich werde mein Bestes tun, um Euren Wunsch zu befolgen.$B$BIhr sollt jedoch wissen, dass Ihr nur einen von uns für Eure Reisen in der Scherbenwelt erwählen könnt. Habt Ihr Euch einmal entschieden, so könnt Ihr Eure Meinung nicht mehr ändern.", 26972); + +-- 11114 - Zoya, der viridiangrüne Drache der Netherschwingen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11114 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11114, "deDE", "Es ist eine Ehre, Euch zu treffen, $N. Wir alle haben Eure Abenteuer mit großer Aufmerksamkeit verfolgt. Wir sind äußerst dankbar für alles, was Ihr für den Drachenschwarm der Netherschwingen getan habt.$B$BWenn Ihr mich zu Eurem Weggefährten macht, werde ich Euch bis ans Ende dieser Welt und wieder zurück fliegen. Was auch immer Ihr von mir verlangt, ich werde mein Bestes tun, um Euren Wunsch zu befolgen.$B$BIhr sollt jedoch wissen, dass Ihr nur einen von uns für Eure Reisen in der Scherbenwelt erwählen könnt. Habt Ihr Euch einmal entschieden, so könnt Ihr Eure Meinung nicht mehr ändern.", 26972); + +-- 11385 - GESUCHT: Kanalisierer der Sonnensucher +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11385 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11385, "deDE", "Mit den Kanalisierern ist es aus. Der, der aus dem Nether zu mir spricht ist zufrieden und Ihr habt Euch Eure Belohnung redlich verdient.$B$BKehrt morgen zu mir zurück, wenn die Winde Mah'duun ihren Willen offenbart haben.", 26972); + +-- 11497 - Fliegen lernen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11497 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11497, "deDE", "So, mein Junge Nutral schickte dich vorbei, stimmts? Guter Mann... Ich muss daran denken ihm einen auszugeben, für all die Geschäfte die er mir vermittelte.$B$BWenn es darum geht wie man richtig und ordnungsgemäß fliegen lernt, bist du hier genau richtig. Niemand fliegt feiner als wir Wildhammer und die, die wir trainieren. Gegen eine Gebühr, die nicht gerade gering ausfällt, werde ich dir lehren wie man durch die Lüfte steigt!$B$BUnd wenn du fertig bist, vergiss nicht mit Brunn dort drüben über den Kauf einer dieser schönen Greifen zu sprechen!", 26972); + +-- 11498 - Fliegen lernen +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 11498 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (11498, "deDE", "Blut und Donner, Nutral hat mir schon wieder einen Boden-Grunzer geschickt! Sehr gut... für einen Draenei.$B$B<Olrokk spuckt auf den Boden neben Euch.>$B$BWenn Ihr wissen wollt, wie man richtig fliegt, dann seid Ihr am richtigen Ort. Für einen großen Sack Gold bringe ich Euch genug bei, um nicht unehrenhaft in den Tod zu stürzen.$B$BUnd wenn Ihr fertig seid, dann vergesst nicht, Dama Wildmähne einen unserer Windreiter abzukaufen!", 26972); + +-- 13429 - Ein Ablenkungsmanöver für Akama +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13429 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13429, "deDE", "<Xi'ri pulsiert vor Energie, Ihr fühlt, wie ein Gegenstand in Euren Händen Gestalt annimmt. Es ist das Medaillon, das Ihr A'dal im Namen von Akama gegeben habt. Seine Macht hat sich durch die Magie der Naaru noch verstärkt. Die Sha'tar haben Euch das Medaillon von Karabor anvertraut, und damit den Zugang zum Schwarzen Tempel.>", 26972); + +-- 13430 - Die Prüfung der Naaru: Magtheridon +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 13430 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (13430, "deDE", "Ihr habt Euch als Wesen mit großer Macht bewiesen. Die Naaru sind sich einig...", 26972); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_20_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_20_world_335.sql new file mode 100644 index 00000000000..463fc6dfa7d --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_20_world_335.sql @@ -0,0 +1,71 @@ +-- Shadowmoon Valley -- Schattenmondtal +-- ObjectiveText -- 3.3.5 + +-- 10458 - Wütende Geister des Feuers und der Erde +UPDATE `quest_template_locale` SET `ObjectiveText1`="Erdenseele gefangen", `ObjectiveText2`="Feuerseele gefangen", `VerifiedBuild`= 18019 WHERE `ID` = 10458 AND `locale` = "deDE"; + +-- 10480 - Wütende Geister des Wassers +UPDATE `quest_template_locale` SET `ObjectiveText1`="Wasserseele gefangen", `VerifiedBuild`= 18019 WHERE `ID` = 10480 AND `locale` = "deDE"; + +-- 10481 - Wütende Geister der Luft +UPDATE `quest_template_locale` SET `ObjectiveText1`="Luftseele gefangen", `VerifiedBuild`= 18019 WHERE `ID` = 10481 AND `locale` = "deDE"; + +-- 10515 - Eine Lektion gelernt +UPDATE `quest_template_locale` SET `ObjectiveText1`="Ei eines gefräßigen Felshetzers zerstört", `VerifiedBuild`= 18019 WHERE `ID` = 10515 AND `locale` = "deDE"; + +-- 10563 - Zur Feste der Legion +UPDATE `quest_template_locale` SET `ObjectiveText3`="Pläne der Legion aufdecken", `VerifiedBuild`= 18019 WHERE `ID` = 10563 AND `locale` = "deDE"; + +-- 10564 - Jagt die Höllenbestien in die Luft! +UPDATE `quest_template_locale` SET `ObjectiveText2`="Zerstört die Höllenbestien der Feste der Legion", `VerifiedBuild`= 18019 WHERE `ID` = 10564 AND `locale` = "deDE"; + +-- 10585 - Die Beschwörungskammer +UPDATE `quest_template_locale` SET `ObjectiveText1`="Teuflisches Beschwörungsritual beendet", `VerifiedBuild`= 18019 WHERE `ID` = 10585 AND `locale` = "deDE"; + +-- 10596 - Zur Feste der Legion +UPDATE `quest_template_locale` SET `ObjectiveText3`="Pläne der Legion aufdecken", `VerifiedBuild`= 18019 WHERE `ID` = 10596 AND `locale` = "deDE"; + +-- 10598 - Jagt die Höllenbestien in die Luft! +UPDATE `quest_template_locale` SET `ObjectiveText2`="Zerstört die Höllenbestien der Feste der Legion", `VerifiedBuild`= 18019 WHERE `ID` = 10598 AND `locale` = "deDE"; + +-- 10602 - Die Beschwörungskammer +UPDATE `quest_template_locale` SET `ObjectiveText1`="Teuflisches Beschwörungsritual beendet", `VerifiedBuild`= 18019 WHERE `ID` = 10602 AND `locale` = "deDE"; + +-- 10612 - Teufelshäscherdrift +UPDATE `quest_template_locale` SET `ObjectiveText1`="Todesgeschmiedete Höllenbestie vernichtet", `VerifiedBuild`= 18019 WHERE `ID` = 10612 AND `locale` = "deDE"; + +-- 10613 - Teufelshäscherdrift +UPDATE `quest_template_locale` SET `ObjectiveText1`="Todesgeschmiedete Höllenbestie vernichtet", `VerifiedBuild`= 18019 WHERE `ID` = 10613 AND `locale` = "deDE"; + +-- 10637 - Eine notwendige Ablenkung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Azaloth befreit", `VerifiedBuild`= 18019 WHERE `ID` = 10637 AND `locale` = "deDE"; + +-- 10672 - Das ergibt echt keinen Sinn... +UPDATE `quest_template_locale` SET `ObjectiveText1`="Großer Teufelsfeuerdimetrodon markiert", `VerifiedBuild`= 18019 WHERE `ID` = 10672 AND `locale` = "deDE"; + +-- 10688 - Eine notwendige Ablenkung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Azaloth befreit", `VerifiedBuild`= 18019 WHERE `ID` = 10688 AND `locale` = "deDE"; + +-- 10769 - Zwietracht in den Rängen... +UPDATE `quest_template_locale` SET `ObjectiveText1`="Wahnsinniger Koloss in Verkleidung erschlagen", `VerifiedBuild`= 18019 WHERE `ID` = 10769 AND `locale` = "deDE"; + +-- 10776 - Zwietracht in den Rängen... +UPDATE `quest_template_locale` SET `ObjectiveText1`="Wahnsinniger Koloss in Verkleidung erschlagen", `VerifiedBuild`= 18019 WHERE `ID` = 10776 AND `locale` = "deDE"; + +-- 10804 - Freundlichkeit +UPDATE `quest_template_locale` SET `ObjectiveText1`="Ausgewachsener Netherschwingendrachen gefüttert", `VerifiedBuild`= 18019 WHERE `ID` = 10804 AND `locale` = "deDE"; + +-- 10808 - Dem Dunklen Rat in die Quere kommen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Beschwörungsritual des Dunklen Rats beendet", `VerifiedBuild`= 18019 WHERE `ID` = 10808 AND `locale` = "deDE"; + +-- 10854 - Die Macht Neltharakus +UPDATE `quest_template_locale` SET `ObjectiveText1`="Versklavter Drache der Netherschwingen befreit", `VerifiedBuild`= 18019 WHERE `ID` = 10854 AND `locale` = "deDE"; + +-- 10866 - Zuluhed der Geschlagene +UPDATE `quest_template_locale` SET `ObjectiveText1`="Karynaku befreit", `VerifiedBuild`= 18019 WHERE `ID` = 10866 AND `locale` = "deDE"; + +-- 11020 - Ein langsamer Tod +UPDATE `quest_template_locale` SET `ObjectiveText1`="Peonlager des Drachenmals vergiftet", `VerifiedBuild`= 18019 WHERE `ID` = 11020 AND `locale` = "deDE"; + +-- 11055 - Der Schuhmerang: Das Mittel gegen den wertlosen Peon +UPDATE `quest_template_locale` SET `ObjectiveText1`="Peon des Drachenmals diszipliniert", `VerifiedBuild`= 18019 WHERE `ID` = 11055 AND `locale` = "deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_21_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_21_world.sql new file mode 100644 index 00000000000..00de0eeba8a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_21_world.sql @@ -0,0 +1,9 @@ +UPDATE `creature_text` SET `BroadcastTextId` = 14639 WHERE `CreatureID` = 17877 AND `GroupID` = 0; +UPDATE `creature_text` SET `BroadcastTextId` = 14640 WHERE `CreatureID` = 17877 AND `GroupID` = 1; +UPDATE `creature_text` SET `BroadcastTextId` = 14641 WHERE `CreatureID` = 17877 AND `GroupID` = 2; +UPDATE `creature_text` SET `BroadcastTextId` = 14642 WHERE `CreatureID` = 17877 AND `GroupID` = 3; +UPDATE `creature_text` SET `BroadcastTextId` = 14643 WHERE `CreatureID` = 17877 AND `GroupID` = 4; +UPDATE `creature_text` SET `BroadcastTextId` = 14644 WHERE `CreatureID` = 17877 AND `GroupID` = 5; +UPDATE `creature_text` SET `BroadcastTextId` = 14645 WHERE `CreatureID` = 17877 AND `GroupID` = 6; +UPDATE `creature_text` SET `BroadcastTextId` = 14646 WHERE `CreatureID` = 17877 AND `GroupID` = 7; +UPDATE `creature_text` SET `Type` = 12 WHERE `CreatureID` = 17877 AND `GroupID` = 7; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_22_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_22_world_335.sql new file mode 100644 index 00000000000..75d0abe28cf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_22_world_335.sql @@ -0,0 +1,159 @@ +-- Add some missing spawns +SET @GUID := 93734; -- Innocuous Townsman +SET @GUID1 := 93762; -- [DND] Stink Bomb Target +SET @GUID2 := 93763; -- [DND] Stink Bomb Target +SET @GUID3 := 93764; -- [DND] Stink Bomb Target +SET @GUID4 := 93913; -- [DND] Stink Bomb Target +SET @GUID5 := 93976; -- [DND] Stink Bomb Target +SET @GUID6 := 94122; -- Traveling Orphan +SET @GUID7 := 94167; -- Traveling Orphan +SET @GUID8 := 94168; -- Traveling Orphan +SET @GUID9 := 94178; -- Traveling Orphan + +DELETE FROM `creature` WHERE `guid` IN (@GUID, @GUID1, @GUID2, @GUID3, @GUID4, @GUID5, @GUID6, @GUID7, @GUID8, @GUID9); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID,34565,0,0,0,1,1,0,0,-859.048,-561.08,11.6928,4.65681,600,0,0,42,0,0,0,0,0,"",0), +(@GUID1,34562,0,0,0,1,1,0,0,-863.817,-536.655,8.65531,4.65681,300,0,0,1,0,0,0,0,0,"",0), +(@GUID2,34562,0,0,0,1,1,0,0,-842.176,-531.514,11.5863,4.65681,300,0,0,1,0,0,0,0,0,"",0), +(@GUID3,34562,0,0,0,1,1,0,0,-837.929,-515.898,11.9974,4.65681,300,0,0,1,0,0,0,0,0,"",0), +(@GUID4,34562,0,0,0,1,1,0,0,-821.754,-533.471,14.9848,4.65681,300,0,0,1,0,0,0,0,0,"",0), +(@GUID5,34562,0,0,0,1,1,0,0,-800.886,-527.838,16.4666,4.65681,300,0,0,1,0,0,0,0,0,"",0), +(@GUID6,23971,1,0,0,1,1,0,0,356.938,-4739.97,9.74088,4.39618,300,0,0,42,0,0,0,0,0,"",0), +(@GUID7,23971,1,0,0,1,1,0,0,358.325,-4741.16,9.68917,3.57544,300,0,0,71,0,0,0,0,0,"",0), +(@GUID8,23971,1,0,0,1,1,0,0,355.094,-4740.15,9.83298,5.26763,300,0,0,42,0,0,0,0,0,"",0), +(@GUID9,23971,1,0,0,1,1,0,0,358.327,-4742.84,9.64674,3.05708,300,0,0,55,0,0,0,0,0,"",0); + +DELETE FROM `game_event_creature` WHERE `guid` IN (@GUID, @GUID1, @GUID2, @GUID3, @GUID4, @GUID5, @GUID6, @GUID7, @GUID8, @GUID9); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(12,@GUID), +(12,@GUID1), +(12,@GUID2), +(12,@GUID3), +(12,@GUID4), +(12,@GUID5), +(12,@GUID6), +(12,@GUID7), +(12,@GUID8), +(12,@GUID9); + +-- Innocuous Townsman +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=34565; +DELETE FROM `smart_scripts` WHERE `entryorguid`=34565 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3456500,3456501) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(34565,0,0,0,11,0,100,0,0,0,0,0,0,80,3456500,0,0,0,0,0,1,0,0,0,0,0,0,0,"Innocuous Townsman - On Spawn - Run Script"), +(34565,0,1,0,11,0,100,0,0,0,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Innocuous Townsman - On Spawn - Set Active On"), +(34565,0,2,0,40,0,100,0,3,34565,0,0,0,80,3456501,0,0,0,0,0,1,0,0,0,0,0,0,0,"Innocuous Townsman - On Waypoint 3 Reached - Run Script"), +(34565,0,3,0,40,0,100,0,16,34565,0,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Innocuous Townsman - On Waypoint 16 Reached - Despawn"), +(3456500,9,0,0,0,0,100,0,5000,5000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Innocuous Townsman - On Script - Say Line 0"), +(3456500,9,1,0,0,0,100,0,6000,6000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Innocuous Townsman - On Script - Say Line 1"), +(3456500,9,2,0,0,0,100,0,8000,8000,0,0,0,53,1,34565,0,0,0,0,1,0,0,0,0,0,0,0,"Innocuous Townsman - On Script - Start Waypoint"), +(3456501,9,0,0,0,0,100,0,0,0,0,0,0,36,34561,0,0,0,0,0,1,0,0,0,0,0,0,0,"Innocuous Townsman - On Script - Update Template To 'Forsaken Prankster'"), +(3456501,9,1,0,0,0,100,0,500,500,0,0,0,11,65653,0,0,0,0,0,10,@GUID1,0,0,0,0,0,0,"Innocuous Townsman - On Script - Cast 'Stink Bomb Missile'"), +(3456501,9,2,0,0,0,100,0,1500,1500,0,0,0,11,65653,0,0,0,0,0,10,@GUID2,0,0,0,0,0,0,"Innocuous Townsman - On Script - Cast 'Stink Bomb Missile'"), +(3456501,9,3,0,0,0,100,0,1500,1500,0,0,0,11,65653,0,0,0,0,0,10,@GUID3,0,0,0,0,0,0,"Innocuous Townsman - On Script - Cast 'Stink Bomb Missile'"), +(3456501,9,4,0,0,0,100,0,1500,1500,0,0,0,11,65653,0,0,0,0,0,10,@GUID4,0,0,0,0,0,0,"Innocuous Townsman - On Script - Cast 'Stink Bomb Missile'"), +(3456501,9,5,0,0,0,100,0,2000,2000,0,0,0,11,65653,0,0,0,0,0,10,@GUID5,0,0,0,0,0,0,"Innocuous Townsman - On Script - Cast 'Stink Bomb Missile'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=34565; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(34565,0,0,"Mmmm... There's nothing like good, home-cooked human food.",12,0,100,1,0,0,34782,0,"Innocuous Townsman"), +(34565,1,0,"I lied. Your miserable food stinks, but not as much as this town is going to stink!",12,0,100,11,0,0,34785,0,"Innocuous Townsman"); + +DELETE FROM `waypoints` WHERE `entry`=34565; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(34565,1,-856.403,-556.971,11.6916,""), +(34565,2,-849.485,-556.458,11.6761,""), +(34565,3,-849.281,-546.345,11.1077,""), +(34565,4,-857.277,-538.122,9.41379,""), +(34565,5,-856.051,-531.245,9.82966,""), +(34565,6,-834.079,-521.891,11.8369,""), +(34565,7,-819.108,-522.562,13.8261,""), +(34565,8,-777.843,-543.874,18.0778,""), +(34565,9,-727.653,-548.472,20.2261,""), +(34565,10,-690.424,-570.772,24.721,""), +(34565,11,-660.324,-558.618,25.6138,""), +(34565,12,-628.487,-565.115,27.7081,""), +(34565,13,-601.935,-575.539,31.3834,""), +(34565,14,-571.293,-570.342,32.7863,""), +(34565,15,-526.728,-558.687,39.0175,""), +(34565,16,-441.357,-582.82,53.3314,""); + +-- Add gossip text for Sergeant Hartman +UPDATE `creature_template` SET `npcflag`=131, `gossip_menu_id`=6538 WHERE `entry`=15199; + +DELETE FROM `gossip_menu` WHERE `MenuID`=6538; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(6538,7741,0); + +-- Add aggro texts for some NPCs in Southshore +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2711,9978,2382,3543,2379,2378,3540,2383,2380,3541,2381) AND `source_type`=0 AND `id`=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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(2711,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Phin Odelic - On Aggro - Say Line 0"), +(9978,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wesley - On Aggro - Say Line 0"), +(2382,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Darren Malvew - On Aggro - Say Line 0"), +(3543,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Robert Aebischer - On Aggro - Say Line 0"), +(2379,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Caretaker Smithers - On Aggro - Say Line 0"), +(2378,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kundric Zanden - On Aggro - Say Line 0"), +(3540,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hal McAllister - On Aggro - Say Line 0"), +(2383,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lindea Rabonne - On Aggro - Say Line 0"), +(2380,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Nandar Branson - On Aggro - Say Line 0"), +(3541,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sarah Raycroft - On Aggro - Say Line 0"), +(2381,0,1,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Micha Yance - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (2711,9978,2382,3543,2379,2378,3540,2383,2380,3541,2381); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2711,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Phin Odelic"), +(9978,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Wesley"), +(2382,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Darren Malvew"), +(3543,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Robert Aebischer"), +(2379,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Caretaker Smithers"), +(2378,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Kundric Zanden"), +(3540,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Hal McAllister"), +(2383,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Lindea Rabonne"), +(2380,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Nandar Branson"), +(3541,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Sarah Raycroft"), +(2381,0,0,"Guards! Help me!",12,7,100,0,0,0,4566,0,"Micha Yance"); + +-- Add some quest emotes +DELETE FROM `quest_details` WHERE `ID` IN (11357,11131,12135,12139,1657,8322); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(11357,1,0,0,0,0,0,0,0,0), -- Quest "Masked Orphan Matron" +(11131,5,0,0,0,0,0,0,0,0), -- Quest "Stop the Fires!" +(12135,5,0,0,0,0,0,0,0,0), -- Quest "Let the Fires Come!" +(12139,5,0,0,0,0,0,0,0,0), -- Quest "Let the Fires Come!" +(1657,5,1,0,0,0,0,0,0,0), -- Quest "Stinking Up Southshore" +(8322,1,1,0,0,0,0,0,0,0); -- Quest "Rotten Eggs" +UPDATE `quest_request_items` SET `EmoteOnIncomplete`=11 WHERE `ID`=1657; -- Quest "Stinking Up Southshore" +UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=12135; -- Quest "Let the Fires Come!" +UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=12139; -- Quest "Let the Fires Come!" +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=8373; -- Quest "The Power of Pine" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=1658; -- Quest "Crashing the Wickerman Festival" +UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=66 WHERE `ID`=1657; -- Quest "Stinking Up Southshore" +UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=11 WHERE `ID`=8409; -- Quest "Ruined Kegs" + +-- Add gossip option for Costumed Orphan Matron & Masked Orphan Matron +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (8763,9470); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(8763,0,0,"Who is the Headless Horseman?",22620,1,1,8880,0,0,0,"",0,0), +(9470,0,0,"Who is the Headless Horseman?",22620,1,1,8880,0,0,0,"",0,0); + +-- Add OOC texts for Touring Orphan & Traveling Orphan +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (23712,23971); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23712,23971) AND `source_type`=0; +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 +(23712,0,0,0,1,0,100,0,1000,120000,180000,300000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Touring Orphan - Out of Combat - Say Line 0"), +(23971,0,0,0,1,0,100,0,1000,120000,180000,300000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Traveling Orphan - Out of Combat - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (23712,23971); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(23712,0,0,"What's happening?",12,7,100,18,0,0,22177,0,"Touring Orphan"), +(23712,0,1,"I want to go back to the orphanage!",12,7,100,18,0,0,22344,0,"Touring Orphan"), +(23712,0,2,"Matron! Is that bad man going to eat us?",12,7,100,18,0,0,22345,0,"Touring Orphan"), +(23712,0,3,"If my dad were alive, he would put out the fires!",12,7,100,18,0,0,22346,0,"Touring Orphan"), +(23712,0,4,"If my mom were alive, she would put out the fires!",12,7,100,18,0,0,22347,0,"Touring Orphan"), +(23971,0,0,"What's happening?",12,1,100,18,0,0,22533,0,"Traveling Orphan"), +(23971,0,1,"I want to go back to the orphanage!",12,1,100,18,0,0,22534,0,"Traveling Orphan"), +(23971,0,2,"Matron! Is that bad man going to eat us?",12,1,100,18,0,0,22535,0,"Traveling Orphan"), +(23971,0,3,"If my dad were alive, he would put out the fires!",12,1,100,18,0,0,22536,0,"Traveling Orphan"), +(23971,0,4,"If my mom were alive, she would put out the fires!",12,1,100,18,0,0,22537,0,"Traveling Orphan"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_23_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_23_world.sql new file mode 100644 index 00000000000..9a153bcdaa9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_23_world.sql @@ -0,0 +1,7 @@ +-- Jammal'an the Prophet +UPDATE `creature_text` SET `Sound`=5861 WHERE `CreatureID`=5710 AND `GroupID`=0; +UPDATE `creature_text` SET `Sound`=5864 WHERE `CreatureID`=5710 AND `GroupID`=1; +UPDATE `creature_text` SET `Sound`=5862 WHERE `CreatureID`=5710 AND `GroupID`=2; +UPDATE `creature_text` SET `Sound`=5865 WHERE `CreatureID`=5710 AND `GroupID`=3; + +UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=5710 AND `source_type`=0 AND `id` IN (2,6); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_24_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_24_world_335.sql new file mode 100644 index 00000000000..fc3af7a41ce --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_24_world_335.sql @@ -0,0 +1,27 @@ +-- Scooty +DELETE FROM `creature_text` WHERE `CreatureID`=7853; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7853,0,0,"Give me a moment while I calibrate the transponder to your height and weight specifications, $n.",12,0,100,0,0,0,3904,0,"Scooty"), +(7853,1,0,"Alright, $n, your transponder is ready!",12,0,100,0,0,0,3905,0,"Scooty"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7853 AND `source_type`=0 AND `id` IN (1,2); +DELETE FROM `smart_scripts` WHERE `entryorguid`=785300 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 +(7853,0,1,0,62,0,100,0,1628,0,0,0,85,13325,2,0,0,0,0,7,0,0,0,0,0,0,0,"Scooty - On Gossip Option 0 Selected - Invoker Cast 'Transponder Summon'"), +(7853,0,2,0,62,0,100,0,1628,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Scooty - On Gossip Option 0 Selected - Close Gossip"), +(785300,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scooty - On Script - Remove Npc Flag Questgiver"), +(785300,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scooty - On Script - Say Line 0"), +(785300,9,2,0,0,0,100,0,3000,3000,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scooty - On Script - Set Emote State 69"), +(785300,9,3,0,0,0,100,0,12000,12000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scooty - On Script - Set Emote State 0"), +(785300,9,4,0,0,0,100,0,0,0,0,0,15,2843,0,0,0,0,0,7,0,0,0,0,0,0,0,"Scooty - On Script - Complete Quest 'Gnomer-gooooone!'"), +(785300,9,5,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scooty - On Script - Say Line 1"), +(785300,9,6,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scooty - On Script - Add Npc Flag Questgiver"); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=1628; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(1628,0,0,"I lost my transponder and need another one, Scooty.",4634,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1628; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,1628,0,0,0,8,0,2843,0,0,0,0,0,"","Show gossip option if quest 'Gnomer-gooooone!' is rewarded"), +(15,1628,0,0,0,2,0,9173,1,1,1,0,0,"","Show gossip option if player does not have item 'Goblin Transponder'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_25_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_25_world_335.sql new file mode 100644 index 00000000000..5676bf920d1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_25_world_335.sql @@ -0,0 +1,21 @@ +-- Sovik +DELETE FROM `gossip_menu_option` WHERE `MenuID`=980; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(980,0,1,"Hello Sovik, I wish to browse your goods.",3902,3,128,0,0,0,0,"",0,0); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3413; +DELETE FROM `smart_scripts` WHERE `entryorguid`=3413 AND `source_type`=0; +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 +(3413,0,0,0,38,0,100,0,1,1,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Sovik - On Data Set - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=3413; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3413,0,0,"Come and have a talk with me if you're going to go to Gnomeregan, $n!",12,0,100,0,0,0,3903,0,"Sovik"); + +-- Nogg +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3412; +DELETE FROM `smart_scripts` WHERE `entryorguid`=3412 AND `source_type`=0; +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 +(3412,0,0,0,19,0,100,0,2841,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Nogg - On Quest 'Rig Wars' Taken - Store Targetlist"), +(3412,0,1,0,19,0,100,0,2841,0,0,0,100,1,0,0,0,0,0,19,3413,0,0,0,0,0,0,"Nogg - On Quest 'Rig Wars' Taken - Send Target to Sovik"), +(3412,0,2,0,19,0,100,0,2841,0,0,0,45,1,1,0,0,0,0,19,3413,0,0,0,0,0,0,"Nogg - On Quest 'Rig Wars' Taken - Set Data to Sovik"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_26_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_26_world_335.sql new file mode 100644 index 00000000000..70fd5ed8866 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_26_world_335.sql @@ -0,0 +1,8 @@ +-- Janice Felstone +DELETE FROM `gossip_menu` WHERE `MenuID`=2961 AND `TextID`=3669; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2961,3669,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2961; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2961,3669,0,0,8,0,5051,0,0,0,0,0,"","Show gossip text 3669 if quest 'Two Halves Become One' is rewarded"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_27_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_27_world_335.sql new file mode 100644 index 00000000000..36be79cca53 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_27_world_335.sql @@ -0,0 +1,4 @@ +-- Quest "An Unholy Alliance (Part 2)" +DELETE FROM `quest_template_addon` WHERE `ID`=14353; +INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES +(14353,0,0,0,14352,0,0,0,0,0,0,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_28_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_28_world_335.sql new file mode 100644 index 00000000000..941a4e85b64 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_28_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099); +DELETE FROM `creature_addon` WHERE `guid` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099); +DELETE FROM `spawn_group` WHERE `spawnId` IN (154,3224,3225,168,1727,153,1730,1731,183,1736,155,2097,1737,2099,2095,4068,158,3647,4094,4099) AND `spawnType`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_29_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_29_world_335.sql new file mode 100644 index 00000000000..789a18ad0b6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_29_world_335.sql @@ -0,0 +1,32 @@ +-- +-- Rabine Saturna +DELETE FROM `gossip_menu` WHERE `MenuID` IN (5764,5765,5766,5767,5768); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(5764,6949,0), +(5765,6950,0), +(5766,6951,0), +(5767,6952,0), +(5768,6953,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (5102,5764,5765,5766,5767,5768); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(5102,0,0,"Have you ever heard of a place called Dire Maul?",9534,1,1,5764,0,0,0,"",0,0), +(5764,0,0,"Why do you say that this is a coincidence, Rabine?",9536,1,1,5765,0,0,0,"",0,0), +(5765,0,0,"The Fruit of Fertility?",9538,1,1,5766,0,0,0,"",0,0), +(5766,0,0,"But something went wrong, didn't it?",9540,1,1,5767,0,0,0,"",0,0), +(5767,0,0,"What would happen if the Fruit of Fertility - or the Felvine - was allowed to be fully corrupted?",9542,1,1,5768,0,0,0,"",0,0), +(5768,0,0,"What would you have me do, Rabine?",6089,1,1,0,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5102; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,5102,0,0,0,14,0,5527,0,0,0,0,0,"","Show gossip option if quest 'A Reliquary of Purity' is not taken"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=11801; +DELETE FROM `smart_scripts` WHERE `entryorguid`=11801 AND `source_type`=0; +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 +(11801,0,0,0,62,0,100,0,5768,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Rabine Saturna - On Gossip Option Selected - Close Gossip"), +(11801,0,1,0,62,0,100,0,5768,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rabine Saturna - On Gossip Option Selected - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=11801; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(11801,0,0,"Speak with me, $n - if you are willing, the Cenarion Circle would eagerly accept your generous offer of aid. The threat posed by the Felvine of Eldre'Thalas is indeed dire.",12,0,100,273,0,0,9545,0,"Rabine Saturna"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_30_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_30_world_335.sql new file mode 100644 index 00000000000..af404f21e6a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_30_world_335.sql @@ -0,0 +1,13 @@ +-- +-- Jorn Skyseer +DELETE FROM `gossip_menu` WHERE `MenuID`=1241; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1241,1874,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=1242; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(1242,0,0,"Where does my path now lead, Jorn?",4348,1,1,1241,0,0,0,"",0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1242; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,1242,0,0,0,8,0,913,0,0,0,0,0,"","Show gossip option if quest 'Cry of the Thunderhawk' is rewarded"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_31_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_31_world_335.sql new file mode 100644 index 00000000000..cc0865f8791 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_31_world_335.sql @@ -0,0 +1,9 @@ +-- +-- Kravel Koalbeard +DELETE FROM `creature_text` WHERE `CreatureID`=4452 AND `GroupID`=6; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(4452,6,0,"Hahah! $n, you make quite a partner!",12,0,100,11,0,0,1481,0,"Kravel Koalbeard"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=4452 AND `source_type`=0 AND `id`=2; +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 +(4452,0,2,0,19,0,100,0,1122,0,0,0,1,6,0,0,0,0,0,7,0,0,0,0,0,0,0,"Kravel Koalbeard - On Quest 'Report Back to Fizzlebub' Taken - Say Line 6"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_32_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_32_world_335.sql new file mode 100644 index 00000000000..c66c030e579 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_32_world_335.sql @@ -0,0 +1,9 @@ +-- +-- Eva Sarkhoff +DELETE FROM `gossip_menu` WHERE `MenuID` IN (3301,3302,3303); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(3303,4048,0), +(3302,4049,0), +(3301,4050,0); + +UPDATE `gossip_menu_option` SET `OptionText`="How can I help?", `OptionBroadcastTextID`=6664 WHERE `MenuID`=3301 AND `OptionID`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_33_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_33_world_335.sql new file mode 100644 index 00000000000..18a1450f8cb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_33_world_335.sql @@ -0,0 +1,6 @@ +-- +-- Chemist Fuely +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2501; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2501,3194,0,0,8,0,4642,0,0,1,0,0,"","Show gossip text 3194 if quest 'Melding of Influences' is not rewarded"), +(14,2501,3194,0,0,27,0,48,3,0,0,0,0,"","Show gossip text 3194 if player is level 48 or higher"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_34_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_34_world_335.sql new file mode 100644 index 00000000000..3d904677501 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_34_world_335.sql @@ -0,0 +1,11 @@ +-- +-- Burning Blade Toxicologist +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid`=12319; +DELETE FROM `smart_scripts` WHERE `entryorguid`=12319 AND `source_type`=0 AND `id` IN (4,5); +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(12319,0,4,0,54,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Burning Blade Toxicologist - Just Summoned - Start Attacking"), +(12319,0,5,0,4,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Burning Blade Toxicologist - On Aggro - Say Line 0"); + +DELETE FROM `creature_text` WHERE `CreatureID`=12319; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(12319,0,0,"You've interfered with our plans for the last time, foolish $c!",12,0,100,0,0,0,7579,0,"Burning Blade Toxicologist"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_35_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_35_world_335.sql new file mode 100644 index 00000000000..9dcff09f830 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_35_world_335.sql @@ -0,0 +1,42 @@ +-- +-- Lotwil Veriatus +UPDATE `creature_template` SET `unit_class`=2 WHERE `entry`=2921; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2921 AND `source_type`=0 AND `id` IN (1,2,3,4,5,6,7); +DELETE FROM `smart_scripts` WHERE `entryorguid`=292100 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 +(2921,0,1,0,25,0,100,0,0,0,0,0,18,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Reset - Add Unit Flags 'Immune to Player' & 'Immune to NPC'"), +(2921,0,2,0,25,0,100,0,0,0,0,0,2,35,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Reset - Set Faction 35"), +(2921,0,3,0,38,0,100,0,1,1,0,0,19,768,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Data Set - Remove Unit Flags 'Immune to Player' & 'Immune to NPC'"), +(2921,0,4,0,38,0,100,0,1,1,0,0,2,113,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Data Set - Set Faction 113"), +(2921,0,5,0,38,0,100,0,1,1,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Data Set - Say Line 2"), +(2921,0,6,0,38,0,100,0,1,1,0,0,49,0,0,0,0,0,0,19,2919,0,0,0,0,0,0,"Lotwil Veriatus - On Data Set - Start Attacking"), +(2921,0,7,0,0,0,100,0,1000,1000,3000,5000,11,13901,64,0,0,0,0,2,0,0,0,0,0,0,0,"Lotwil Veriatus - In Combat - Cast 'Arcane Bolt'"), +(292100,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,"Lotwil Veriatus - On Script - Remove Npc Flag Questgiver"), +(292100,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Script - Say Line 0"), +(292100,9,2,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,19,2920,0,0,0,0,0,0,"Lotwil Veriatus - On Script - Say Line 0 (Lucien Tosselwrench)"), +(292100,9,3,0,0,0,100,0,1000,1000,0,0,11,5001,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Script - Cast 'Lotwil's Summoning'"), +(292100,9,4,0,0,0,100,0,1000,1000,0,0,12,2919,1,240000,0,0,0,8,0,0,0,-6666.27,-2728.12,243.136,6.28,"Lotwil Veriatus - On Script - Summon Creature 'Fam'retor Guardian'"), +(292100,9,5,0,0,0,100,0,0,0,0,0,11,5002,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Script - Cast 'Lotwil's Summon Complete'"), +(292100,9,6,0,0,0,100,0,1000,1000,0,0,45,1,1,0,0,0,0,19,2919,0,0,0,0,0,0,"Lotwil Veriatus - On Script - Set Data to Fam'retor Guardian"), +(292100,9,7,0,0,0,100,0,1000,1000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Script - Say Line 1"), +(292100,9,8,0,0,0,100,0,3000,3000,0,0,1,2,0,0,0,0,0,19,2922,0,0,0,0,0,0,"Lotwil Veriatus - On Script - Say Line 2 (Servo)"), +(292100,9,9,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lotwil Veriatus - On Script - Add Npc Flag Questgiver"); + +-- Fam'retor Guardian +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2919; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2919 AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(2919,0,0,0,38,0,100,0,1,1,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Fam'retor Guardian - On Data Set - Start Attacking"), +(2919,0,1,0,2,0,100,1,0,30,0,0,0,45,1,1,0,0,0,0,19,2921,0,0,0,0,0,0,"Fam'retor Guardian - Between 0-30% Health - Set Data to Lotwil Veriatus"), +(2919,0,2,0,6,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Fam'retor Guardian - On Just Died - Say Line 0"); + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID` IN (2921,2920,2919); +DELETE FROM `creature_text` WHERE `CreatureID`=2922 AND `GroupID`=2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2921,0,0,"Now to test my design!",12,0,100,1,0,0,948,0,"Lotwil Veriatus"), +(2921,1,0,"Oh no! It's out of control! Run!",12,0,100,5,0,0,949,0,"Lotwil Veriatus"), +(2921,2,0,"I guess I'd better do something about this!",12,0,100,0,0,0,950,0,"Lotwil Veriatus"), +(2920,0,0,"%s looks over at Lotwil nervously.",16,0,100,0,0,0,959,0,"Lucien Tosselwrench"), +(2922,2,0,"Protect master!",12,0,100,0,0,0,951,0,"Servo"), +(2919,0,0,"%s is ripped apart as it is banished from this world.",16,0,100,0,0,0,853,0,"Fam'retor Guardian"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_36_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_36_world.sql new file mode 100644 index 00000000000..8d5e7f27796 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_36_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id`=10218 AND `guid` IN (118048, 118049, 118050, 118051, 118052, 118053, 118054, 118056); +DELETE FROM `creature_addon` WHERE `guid` IN (118048, 118049, 118050, 118051, 118052, 118053, 118054, 118056); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_37_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_37_world_335.sql new file mode 100644 index 00000000000..399aff4a8a1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_37_world_335.sql @@ -0,0 +1,48 @@ +-- Quest "The Grateful Dead" +DELETE FROM `quest_details` WHERE `ID` IN (13952,14166,14167,14168,14169,14170,14171,14172,14173,14174,14175,14176,14177); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(13952,1,0,0,0,0,0,0,0,0), +(14166,1,0,0,0,0,0,0,0,0), +(14167,1,0,0,0,0,0,0,0,0), +(14168,1,0,0,0,0,0,0,0,0), +(14169,1,0,0,0,0,0,0,0,0), +(14170,1,0,0,0,0,0,0,0,0), +(14171,1,0,0,0,0,0,0,0,0), +(14172,1,0,0,0,0,0,0,0,0), +(14173,1,0,0,0,0,0,0,0,0), +(14174,1,0,0,0,0,0,0,0,0), +(14175,1,0,0,0,0,0,0,0,0), +(14176,1,0,0,0,0,0,0,0,0), +(14177,1,0,0,0,0,0,0,0,0); + +DELETE FROM `quest_request_items` WHERE `ID` IN (13952,14166,14167,14168,14169,14170,14171,14172,14173,14174,14175,14176,14177); +INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES +(13952,6,6,"You don't have any Bread of the Dead, do you?",0), +(14166,6,6,"You don't have any Bread of the Dead, do you?",0), +(14167,6,6,"You don't have any Bread of the Dead, do you?",0), +(14168,6,6,"You don't have any Bread of the Dead, do you?",0), +(14169,6,6,"You don't have any Bread of the Dead, do you?",0), +(14170,6,6,"You don't have any Bread of the Dead, do you?",0), +(14171,6,6,"You don't have any Bread of the Dead, do you?",0), +(14172,6,6,"You don't have any Bread of the Dead, do you?",0), +(14173,6,6,"You don't have any Bread of the Dead, do you?",0), +(14174,6,6,"You don't have any Bread of the Dead, do you?",0), +(14175,6,6,"You don't have any Bread of the Dead, do you?",0), +(14176,6,6,"You don't have any Bread of the Dead, do you?",0), +(14177,6,6,"You don't have any Bread of the Dead, do you?",0); + +DELETE FROM `quest_offer_reward` WHERE `ID` IN (13952,14166,14167,14168,14169,14170,14171,14172,14173,14174,14175,14176,14177); +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(13952,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14166,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14167,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14168,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14169,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14170,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14171,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14172,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14173,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14174,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14175,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14176,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0), +(14177,2,0,0,0,0,0,0,0,"Ah, more delicious Bread of the Dead, thank you!$B$BPlease, take this in return... a little something fun for the holiday.",0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_38_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_38_world.sql new file mode 100644 index 00000000000..1ca1ac0854e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_38_world.sql @@ -0,0 +1,32 @@ +-- Brokentoe +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18398 AND `source_type` = 0 AND `id` = 1; +-- Murkblood Twin +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18399 AND `source_type` = 0 AND `id` = 4; +-- Rokdar the Sundered Lord +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18400 AND `source_type` = 0 AND `id` = 5; +-- Skra'gath +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18401 AND `source_type` = 0 AND `id` = 3; +-- Warmaul Champion +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18402 AND `source_type` = 0 AND `id` = 5; +-- Mogor +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 18069 AND `source_type` = 0 AND `id` = 14; +-- Quel'dorei Magewraith +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 17612 AND `source_type` = 0 AND `id` = 5; +-- Yggdras +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30014 AND `source_type` = 0 AND `id` IN (4,5); +-- Stinkbeard +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30017 AND `source_type` = 0 AND `id` = 7; +-- Gargoral the Water Lord +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30024 AND `source_type` = 0 AND `id` = 2; +-- Az'Barin, Prince of the Gust +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30026 AND `source_type` = 0 AND `id` = 2; +-- Duke Singen +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30019 AND `source_type` = 0 AND `id` = 2; +-- Erathius, King of Dirt +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30025 AND `source_type` = 0 AND `id` = 2; +-- Orinoko Tuskbreaker +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30020 AND `source_type` = 0 AND `id` = 7; +-- Korrak the Bloodrager +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30023 AND `source_type` = 0 AND `id` = 8; +-- Vladof the Butcher +UPDATE `smart_scripts` SET `target_type` = 27 WHERE `entryorguid` = 30022 AND `source_type` = 0 AND `id` = 6; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_39_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_39_world.sql new file mode 100644 index 00000000000..8acaf650bcb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_39_world.sql @@ -0,0 +1,73 @@ +DELETE FROM `creature_text` WHERE `creatureID` IN (24051, 23658, 23660, 23651, 24635); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(24051,0,0,"Suffer, insect!",12,0,100,0,0,0,22701,0,"Dragonflayer Invader"), +(24051,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,"Dragonflayer Invader"), +(24051,0,2,"For Ymiron!",12,0,100,0,0,0,22697,0,"Dragonflayer Invader"), +(24051,0,3,"Beg for your life...",12,0,100,0,0,0,22698,0,"Dragonflayer Invader"), +(24051,0,4,"Your end draws closer!",12,0,100,0,0,0,22699,0,"Dragonflayer Invader"), +(24051,0,5,"YAAARRRGH!",12,0,100,0,0,0,22700,0,"Dragonflayer Invader"), +(23658,0,0,"Suffer, insect!",12,0,100,0,0,0,22701,0,"Dragonflayer Death Weaver"), +(23658,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,"Dragonflayer Death Weaver"), +(23658,0,2,"For Ymiron!",12,0,100,0,0,0,22697,0,"Dragonflayer Death Weaver"), +(23658,0,3,"Beg for your life...",12,0,100,0,0,0,22698,0,"Dragonflayer Death Weaver"), +(23658,0,4,"Your end draws closer!",12,0,100,0,0,0,22699,0,"Dragonflayer Death Weaver"), +(23658,0,5,"YAAARRRGH!",12,0,100,0,0,0,22700,0,"Dragonflayer Death Weaver"), +(23660,0,0,"Suffer, insect!",12,0,100,0,0,0,22701,0,"Dragonflayer Thane"), +(23660,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,"Dragonflayer Thane"), +(23660,0,2,"For Ymiron!",12,0,100,0,0,0,22697,0,"Dragonflayer Thane"), +(23660,0,3,"Beg for your life...",12,0,100,0,0,0,22698,0,"Dragonflayer Thane"), +(23660,0,4,"Your end draws closer!",12,0,100,0,0,0,22699,0,"Dragonflayer Thane"), +(23660,0,5,"YAAARRRGH!",12,0,100,0,0,0,22700,0,"Dragonflayer Thane"), +(23651,0,0,"Suffer, insect!",12,0,100,0,0,0,22701,0,"Dragonflayer Tribesman"), +(23651,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,"Dragonflayer Tribesman"), +(23651,0,2,"For Ymiron!",12,0,100,0,0,0,22697,0,"Dragonflayer Tribesman"), +(23651,0,3,"Beg for your life...",12,0,100,0,0,0,22698,0,"Dragonflayer Tribesman"), +(23651,0,4,"Your end draws closer!",12,0,100,0,0,0,22699,0,"Dragonflayer Tribesman"), +(23651,0,5,"YAAARRRGH!",12,0,100,0,0,0,22700,0,"Dragonflayer Tribesman"), +(24635,0,0,"Suffer, insect!",12,0,100,0,0,0,22701,0,"Dragonflayer Harpooner"), +(24635,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,"Dragonflayer Harpooner"), +(24635,0,2,"For Ymiron!",12,0,100,0,0,0,22697,0,"Dragonflayer Harpooner"), +(24635,0,3,"Beg for your life...",12,0,100,0,0,0,22698,0,"Dragonflayer Harpooner"), +(24635,0,4,"Your end draws closer!",12,0,100,0,0,0,22699,0,"Dragonflayer Harpooner"), +(24635,0,5,"YAAARRRGH!",12,0,100,0,0,0,22700,0,"Dragonflayer Harpooner"); + +-- Table creature_template +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (23658, 23660, 23651, 24635); + +-- Table smart_scripts Dragonflayer Death Weaver +DELETE FROM `smart_scripts` WHERE (source_type = 0 AND entryorguid = 23658); +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 +(23658, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 1000, 1000, 11, 43159, 0, 0, 0, 0, 0, 19, 24158, 30, 0, 0, 0, 0, 0, 'Dragonflayer Death Weaver - Out of Combat - Cast \'Soul Siphon\''), +(23658, 0, 1, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Death Weaver - On Aggro - Say Line 0'), +(23658, 0, 2, 0, 2, 0, 100, 0, 0, 30, 10000, 60000, 11, 43417, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Death Weaver - Between 0-30% Health - Cast \'Drain Life\''), +(23658, 0, 3, 0, 0, 0, 100, 0, 1000, 10000, 10000, 10000, 11, 9613, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Death Weaver - In Combat - Cast \'Shadow Bolt\''); + +-- Table creature_template +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 24635; + +-- Table smart_scripts +DELETE FROM `smart_scripts` WHERE (source_type = 0 AND entryorguid = 24635); +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 +(24635, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Harpooner - On Aggro - Say Line 0'), +(24635, 0, 1, 0, 0, 0, 100, 0, 1000, 20000, 15000, 15000, 11, 43325, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Harpooner - In Combat - Cast \'Oluf\'s Harpoon\''), +(24635, 0, 2, 0, 2, 0, 100, 0, 0, 50, 1000, 30000, 11, 48193, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Harpooner - Between 0-50% Health - Cast \'Enrage\''); + +-- Table creature_template +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 24051; + +-- Table smart_scripts +DELETE FROM `smart_scripts` WHERE (source_type = 0 AND entryorguid = 24051); +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 +(24051, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Invader - On Aggro - Say Line 0'), +(24051, 0, 1, 0, 4, 0, 100, 1, 0, 0, 0, 0, 11, 58747, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Invader - On Aggro - Cast \'Intercept\''), +(24051, 0, 2, 0, 0, 0, 100, 0, 3000, 15000, 15000, 15000, 11, 42870, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Invader - In Combat - Cast \'Throw Dragonflayer Harpoon\''); + +-- Table creature_template +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 23660; + +-- Table smart_scripts +DELETE FROM `smart_scripts` WHERE (source_type = 0 AND entryorguid = 23660); +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 +(23660, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Thane - On Aggro - Say Line 0'), +(23660, 0, 1, 0, 0, 0, 100, 0, 10000, 20000, 10000, 10000, 11, 9080, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Thane - In Combat - Cast \'Hamstring\''), +(23660, 0, 2, 0, 0, 0, 100, 0, 1000, 30000, 25000, 25000, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Dragonflayer Thane - In Combat - Cast \'Sunder Armor\''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_40_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_40_world.sql new file mode 100644 index 00000000000..85083a831b2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_40_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `reference_loot_template` SET `Item`=40848 WHERE `entry`=34204 AND `Item`=41848; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_41_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_41_world.sql new file mode 100644 index 00000000000..6f63983e206 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_41_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x` = 2995.33, `position_y` = -3286.46, `position_z` = 158.186, `orientation` = 3.14159 WHERE `id` = 17303; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_42_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_42_world.sql new file mode 100644 index 00000000000..7319f0b8839 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_42_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE `ID` = 9564; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup` = 17475 AND `SourceEntry`=23850; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(1, 17475, 23850, 0, 0, 8, 0, 9562, 0, 0, 0, 0, 0, "", 'Item "Gurf\'s Dignity" can be looted if quest "Murlocs... Why Here? Why Now?" is rewarded'), +(1, 17475, 23850, 0, 1, 9, 0, 9562, 0, 0, 0, 0, 0, "", 'Item "Gurf\'s Dignity" can be looted if quest "Murlocs... Why Here? Why Now?" is taken'), +(1, 17475, 23850, 0, 2, 28, 0, 9562, 0, 0, 0, 0, 0, "", 'Item "Gurf\'s Dignity" can be looted if quest "Murlocs... Why Here? Why Now?" is completed'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_43_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_43_world.sql new file mode 100644 index 00000000000..6f5da87b739 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_43_world.sql @@ -0,0 +1,31 @@ +-- +DELETE FROM `gossip_menu_option` WHERE (`MenuId`=6644 AND `OptionId`=1) OR (`MenuId`=6644 AND `OptionId`=0); +INSERT INTO `gossip_menu_option` (`MenuId`, `OptionId`, `OptionIcon`, `OptionText`, `OptionBroadcastTextId`, `VerifiedBuild`) VALUES +-- Gossip Menu Options for Andorgos +-- Needs Ouro Dead to show. Teleport destination xyzo Mapid: -8632.802, 2055.835, 108.859, 1.024, 531 +(6644, 1, 0, 'Please teleport me to the final chamber.', 12851, 28153), +-- Needs the Twin Emporers Dead to show. Teleport destination xyzo Mapid: -8971.805, 1321.432, -104.249, 0.845, 531 +(6644, 0, 0, 'Teleport me to the lair of the Twin Emperors, please.', 12849, 28153); + +DELETE FROM `gossip_menu` WHERE (`MenuId`=6766 AND `TextId`=8079) OR (`MenuId`=6765 AND `TextId`=8078) OR (`MenuId`=6767 AND `TextId`=8080) OR (`MenuId`=6644 AND `TextId`=8701); +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +-- Gossip Menu that should be shown on Andorgos with Twin Emporers Dead. +(6644, 8701, 28153), -- 15502 Note:Npctext 7899 is for when the Twin Emporers and Ouro are alive, 8702 is with Ouro dead. + +-- Gossip Menus on Arygos, Caelestrasz, Merithra of the Dream when C'Thun is alive. +(6766, 8079, 28153), -- 15378 When dead uses Gossip Menu id 6795 +(6765, 8078, 28153), -- 15379 When dead uses Gossip Menu id 6794 +(6767, 8080, 28153); -- 15380 When dead uses Gossip Menu id 6793 + +-- C'thuns Grasp objects around Arygos, Caelestrasz, Merithra of the Dream (Blue Rings). Note: These should activate and dissapear upon C'thuns death, but do 'appear' again after the spawntimesecs. +DELETE FROM `gameobject` WHERE `guid` IN (6660,6663,6665); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`,`position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(6660, 180745, 531, 0, 0, 1, 1, -8660.628, 2022.399, 108.5774, 3.647741, 0, 0, -0.9681473, 0.2503814, 7200, 255, 1, 28153), +(6663, 180745, 531, 0, 0, 1, 1, -8652.204, 2020.923, 108.5774, 0.2443456, 0, 0, 0.1218691, 0.9925462, 7200, 255, 1, 28153), +(6665, 180745, 531, 0, 0, 1, 1, -8663.34, 2029.898, 108.5774, 4.450591, 0, 0, -0.7933531, 0.6087617, 7200, 255, 1, 28153); + +-- https://wow.gamepedia.com/File:Kandrostrasz_AQ.JPG +-- Kandrostrasz has weapon sheathed +DELETE FROM `creature_addon` WHERE `guid` = 87529; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(87529, 0, 0, 0, 0, 0, ''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_44_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_44_world.sql new file mode 100644 index 00000000000..45bfa9a6b1c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_44_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` IN (36310); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 36310, 0, 0, 31, 1, 3, 20058, 0, 0, 0, 0, '', 'Spell "Rina\'s Diminution Powder" can only be used on Bloodmaul Dire Wolf'), +(17, 0, 36310, 0, 0, 1, 1, 36310, 0, 0, 1, 0, 0, '', 'Spell "Rina\'s Diminution Powder" can not be reapplied.'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_45_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_45_world.sql new file mode 100644 index 00000000000..d475df8792a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_45_world.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (6673,6674,6675,6677,6679); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6673, 184689, 530, 1, 1, 1319.47, 6672.38, -19.1232, -1.48353, 0, 0, -0.67559, 0.737277, 300, 255, 1), +(6674, 184689, 530, 1, 1, 1310.23, 6705.16, -18.4085, -0.017452, 0, 0, -0.00872589, 0.999962, 300, 255, 1), +(6675, 184689, 530, 1, 1, 1368.66, 6687.15, -21.0585, -0.942477, 0, 0, -0.45399, 0.891007, 300, 255, 1), +(6677, 184689, 530, 1, 1, 1392.39, 6637.55, -15.6358, 1.55334, 0, 0, 0.700908, 0.713252, 300, 255, 1), +(6679, 184689, 530, 1, 1, 1395.99, 6693.23, -18.1502, 0.122173, 0, 0, 0.0610485, 0.998135, 300, 255, 1); + +DELETE FROM `creature` WHERE `guid` IN (154,3224,3225,168,1727); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(154, 21238, 530, 0, 0, 1, 1, 0, 1, 1390.72, 6685.59, -17.414, 0.837758, 600, 5, 0, 5914, 0, 1, 0, 0, 0, 0), +(3224, 21238, 530, 0, 0, 1, 1, 0, 1, 1367.9, 6675.38, -19.5506, 2.41902, 600, 5, 0, 5914, 0, 1, 0, 0, 0, 0), +(3225, 21238, 530, 0, 0, 1, 1, 0, 1, 1321.46, 6680.95, -19.6069, 0.698132, 600, 5, 0, 5914, 0, 1, 0, 0, 0, 0), +(168, 21238, 530, 0, 0, 1, 1, 0, 1, 1387.14, 6643.17, -15.315, 5.77704, 600, 5, 0, 5914, 0, 1, 0, 0, 0, 0), +(1727, 21238, 530, 0, 0, 1, 1, 0, 1, 1342.002, 6585.488, -7.348, 5.056723, 600, 5, 0, 5914, 0, 1, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_46_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_46_world_335.sql new file mode 100644 index 00000000000..3eddd3a7b4a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_46_world_335.sql @@ -0,0 +1,38 @@ +-- Pilgrim's Bounty -- Die Pilgerfreuden +-- ObjectiveText -- 3.3.5 + +-- 14023 - Gewürzbrotfüllung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gewürzbrotfüllung zubereitet", `VerifiedBuild`= 28153 WHERE `ID` = 14023 AND `locale` = "deDE"; + +-- 14024 - Kürbiskuchen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Kürbiskuchen zubereiten", `VerifiedBuild`= 28153 WHERE `ID` = 14024 AND `locale` = "deDE"; + +-- 14028 - Moosbeerenchutney +UPDATE `quest_template_locale` SET `ObjectiveText1`="Bereitet Moosbeerenchutney zu", `VerifiedBuild`= 28153 WHERE `ID` = 14028 AND `locale` = "deDE"; + +-- 14033 - Kandierte Süßkartoffeln +UPDATE `quest_template_locale` SET `ObjectiveText1`="Kandierte Süßkartoffeln zubereitet", `VerifiedBuild`= 28153 WHERE `ID` = 14033 AND `locale` = "deDE"; + +-- 14035 - Langsam gerösteter Truthahn +UPDATE `quest_template_locale` SET `ObjectiveText1`="Langsam gerösteten Truthahn zubereitet", `VerifiedBuild`= 28153 WHERE `ID` = 14035 AND `locale` = "deDE"; + +-- 14037 - Gewürzbrotfüllung +UPDATE `quest_template_locale` SET `ObjectiveText1`="Gewürzbrotfüllung zubereitet", `VerifiedBuild`= 28153 WHERE `ID` = 14037 AND `locale` = "deDE"; + +-- 14040 - Kürbiskuchen +UPDATE `quest_template_locale` SET `ObjectiveText1`="Kürbiskuchen zubereitet", `VerifiedBuild`= 28153 WHERE `ID` = 14040 AND `locale` = "deDE"; + +-- 14041 - Moosbeerenchutney +UPDATE `quest_template_locale` SET `ObjectiveText1`="Bereitet Moosbeerenchutney zu", `VerifiedBuild`= 28153 WHERE `ID` = 14041 AND `locale` = "deDE"; + +-- 14043 - Kandierte Süßkartoffeln +UPDATE `quest_template_locale` SET `ObjectiveText1`="Kandierte Süßkartoffeln zubereitet", `VerifiedBuild`= 28153 WHERE `ID` = 14043 AND `locale` = "deDE"; + +-- 14047 - Langsam gerösteter Truthahn +UPDATE `quest_template_locale` SET `ObjectiveText1`="Langsam gerösteten Truthahn zubereitet", `VerifiedBuild`= 28153 WHERE `ID` = 14047 AND `locale` = "deDE"; + +-- 14064 - Teilen an der Festtafel +UPDATE `quest_template_locale` SET `ObjectiveText1`="Teilen macht Freude", `VerifiedBuild`= 28153 WHERE `ID` = 14064 AND `locale` = "deDE"; + +-- 14065 - Teilen an der Festtafel +UPDATE `quest_template_locale` SET `ObjectiveText1`="Teilen macht Freude", `VerifiedBuild`= 28153 WHERE `ID` = 14065 AND `locale` = "deDE"; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_47_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_47_world.sql new file mode 100644 index 00000000000..0cc030fd1be --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_47_world.sql @@ -0,0 +1,154 @@ +-- Pilgrim's Bounty -- Die Pilgerfreuden +-- RequestItems, OfferReward -- master, 3.3.5 + +-- 14022 - Pilgerfreuden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14022 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14022, "deDE", "Wenn Ihr an der Zubereitung traditioneller Pilgerfreudengerichte interessiert seid, kann ich Euch helfen. Falls Ihr noch keine Kochkenntnisse besitzt, braucht ihr nur ein wenig zu üben und im Nu seid Ihr ein richtiger Koch!", 28153); + +-- 14023 - Gewürzbrotfüllung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14023 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14023, "deDE", "Wir können immer etwas von der köstlichen Gewürzbrotfüllung gebrauchen, sie ist ausgesprochen beliebt.", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14023 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14023, "deDE", "Ausgezeichnet. Genau was wir brauchen! Es ist harte Arbeit, dafür zu sorgen, dass die Tische niemals leer werden, doch es lohnt sich!", 28153); + +-- 14024 - Kürbiskuchen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14024 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14024, "deDE", "Mehr Kürbiskuchen? Genau rechtzeitig.", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14024 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14024, "deDE", "Der Kürbiskuchen ist hier oben ausgesprochen beliebt. Ich habe noch nie zuvor gesehen, dass Zwerge über ein Gemüsegericht so aus dem Häuschen geraten!", 28153); + +-- 14028 - Moosbeerenchutney +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14028 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14028, "deDE", "Rieche ich da etwa Moosbeerenchutney?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14028 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14028, "deDE", "Endlich, das versprochene Moosbeerenchutney! Ihr glaubt ja nicht, wie schnell die Feiernden das immer verputzen!", 28153); + +-- 14030 - Darnassus darbt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14030 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14030, "deDE", "Seid Ihr gekommen, um am Pilgerfreudenfestmahl teilzunehmen?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14030 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14030, "deDE", "Vielen Dank für alles! Ich hatte schon begonnen, mir Sorgen zu machen.$B$BDa Ihr schon mal hier seid, könntet Ihr gleich auch noch Euer Glück mit der Zubereitung kandierter Süßkartoffeln versuchen.", 28153); + +-- 14033 - Kandierte Süßkartoffeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14033 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14033, "deDE", "$N, wie schön, Euch zu sehen.", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14033 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14033, "deDE", "Aaah, kandierte Süßkartoffeln! Meine Leibspeise! Hat Isaac Euch davon erzählt?", 28153); + +-- 14035 - Langsam gerösteter Truthahn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14035 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14035, "deDE", "Was hat Euch denn wieder nach Darnassus verschlagen, $N?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14035 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14035, "deDE", "Die sind grandios! Und sie kommen genau rechtzeitig, um hungrige Mäuler zu stopfen. Danke, $N! Ihr habt wahrlich alle Gänge eines traditionellen Pilgerfestmahls gemeistert.", 28153); + +-- 14036 - Pilgerfreuden +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14036 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14036, "deDE", "Wenn Ihr an der Zubereitung traditioneller Pilgerfreudengerichte interessiert seid, kann ich Euch helfen. Falls Ihr noch keine Kochkenntnisse besitzt, braucht ihr nur ein wenig zu üben und im Nu seid Ihr ein richtiger Koch!", 28153); + +-- 14037 - Gewürzbrotfüllung +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14037 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14037, "deDE", "Die Tafel könnte wirklich noch etwas mehr Gewürzbrotfüllung vertragen.", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14037 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14037, "deDE", "Dafür zu sorgen, dass die ganze Festtafel immer schön gefüllt bleibt, ist keine einfache Aufgabe. Und wenn man bedenkt, dass wir eigentlich gar nicht mehr zu essen brauchen, kommt es einem besonders eigenartig vor.$B$B<William zuckt mit den Achseln.>$B$BTradition ist Tradition.", 28153); + +-- 14040 - Kürbiskuchen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14040 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14040, "deDE", "Wir können immer frischen Kürbiskuchen gebrauchen.", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14040 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14040, "deDE", "Der Kuchen geht weg wie warme Semmeln. Ich glaube ja, die Leute halten sich gar nicht erst mit dem Hauptgericht auf, sondern gehen gleich über zum Nachtisch. Habt Ihr den Kuchen denn schon selbst einmal versucht?", 28153); + +-- 14041 - Moosbeerenchutney +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14041 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14041, "deDE", "Wie gefallen Euch die Pilgerfreuden, $C?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14041 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14041, "deDE", "Ah, endlich, mehr Moosbeerenchutney! Es ist unfassbar, wie schnell die Feiernden es vertilgen.", 28153); + +-- 14043 - Kandierte Süßkartoffeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14043 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14043, "deDE", "Willkommen zurück, $N.", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14043 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14043, "deDE", "Dokin hat Euch also dazu überredet, mit den kandierten Süßkartoffeln auszuhelfen?$B$B<Francis lächelt.>$B$BEs ist der einzige Weg, wie er mithalten kann. Danke, dass Ihr sie gebracht habt.", 28153); + +-- 14044 - Unterstadt ist unterversorgt +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14044 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14044, "deDE", "Wie gut, Euch wiederzusehen, $N.", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14044 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14044, "deDE", "Vielen Dank für alles, was Ihr gebracht habt. Einige der Tische machen schon langsam einen etwas kahlen Eindruck.", 28153); + +-- 14047 - Langsam gerösteter Truthahn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14047 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14047, "deDE", "Was hat Euch denn wieder nach Orgrimmar verschlagen, $N?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14047 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14047, "deDE", "Die sehen köstlich aus. Vielen Dank, $N. Ihr habt wahrlich alle Gänge eines traditionellen Pilgerfestmahls gemeistert.", 28153); + +-- 14048 - Ich krieg einfach nicht genug… Truthahn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14048 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14048, "deDE", "Habt Ihr ein paar Truthähne aufgespürt?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14048 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14048, "deDE", "Genau das Richtige, vielen Dank, $N. Ihr habt es genau getroffen.", 28153); + +-- 14051 - Die Füllung ist alles! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14051 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14051, "deDE", "Wie sieht es mit der Füllung aus?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14051 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14051, "deDE", "Ein Glück, Ihr habt es geschafft! Ohne Gewürzbrotfüllung wäre das ganze Festmahl ein einziger Reinfall.", 28153); + +-- 14053 - Schon wieder kein Moosbeerenchutney mehr? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14053 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14053, "deDE", "Konntet Ihr etwas Moosbeerenchutney auftreiben?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14053 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14053, "deDE", "Danke. Das sieht wirklich köstlich aus, und Ihr seid ein ganzes Stück schneller als Jasper - aber verratet Ihm nicht, dass ich das gesagt habe.", 28153); + +-- 14054 - Kuchen versuchen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14054 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14054, "deDE", "Wie geht es mit dem Kuchen voran?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14054 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14054, "deDE", "Die sind wunderbar. Isaac wird begeistert sein, und nicht nur er!", 28153); + +-- 14055 - Rein in die Kartoffeln, raus aus den Kartoffeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14055 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14055, "deDE", "Habt ihr die kandierten Süßkartoffeln dabei?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14055 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14055, "deDE", "Die sind genau richtig! Vielen Dank für Eure Hilfe, $N. Das Festmahl wird rechtzeitig fertig sein, und Ellen wird sich sicher freuen!", 28153); + +-- 14058 - Rein in die Kartoffeln, raus aus den Kartoffeln +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14058 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14058, "deDE", "Habt Ihr die kandierten Süßkartoffeln?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14058 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14058, "deDE", "Vielen Dank, $N. Ich kann der Gastgeberin helfen und brauche Roberta dennoch nicht zu enttäuschen!", 28153); + +-- 14059 - Schon wieder kein Moosbeerenchutney mehr? +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14059 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14059, "deDE", "Konntet Ihr etwas Moosbeerenchutney auftreiben?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14059 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14059, "deDE", "Vielen Dank für Eure Hilfe, und gebt mir Bescheid, falls Ihr jemals hinter das Geheimnis des ständig verschwindenden Chutneys kommen solltet!", 28153); + +-- 14060 - Kuchen versuchen +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14060 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14060, "deDE", "Wie steht es mit dem Kuchen?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14060 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14060, "deDE", "Die sind fantastisch. Danke für Eure Hilfe, $N.", 28153); + +-- 14061 - Ich krieg einfach nicht genug… Truthahn +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14061 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14061, "deDE", "Wie steht's mit der Truthahnjagd?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14061 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14061, "deDE", "Prächtige Truthähne, genau was ich brauche! Ihr habt mir wirklich aus der Klemme geholfen.", 28153); + +-- 14062 - Die Füllung ist alles! +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14062 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14062, "deDE", "Wie sieht es mit der Füllung aus?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14062 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14062, "deDE", "Gerade rechtzeitig! Ich hätte das Festmahl ohne Gewürzbrotfüllung gar nicht auftischen können.", 28153); + +-- 14064 - Teilen an der Festtafel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14064 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14064, "deDE", "Habt Ihr ausreichend an einem reich gedeckten Tisch gespeist?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14064 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14064, "deDE", "Was für ein Festmahl, hm?$B$BEs freut mich, dass Ihr zusammen mit uns die Bedeutung des Pilgerfreudenfests zelebrieren konntet.", 28153); + +-- 14065 - Teilen an der Festtafel +DELETE FROM `quest_request_items_locale` WHERE `ID` = 14065 AND `locale` = "deDE"; +INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES (14065, "deDE", "Habt Ihr ausreichend an einem reich gedeckten Tisch gespeist?", 28153); +DELETE FROM `quest_offer_reward_locale` WHERE `ID` = 14065 AND `locale` = "deDE"; +INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES (14065, "deDE", "Was für ein Festmahl, hm?$B$BEs freut mich, dass Ihr zusammen mit uns die Bedeutung des Pilgerfreudenfests zelebrieren konntet.", 28153); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_48_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_48_world.sql new file mode 100644 index 00000000000..12201e0c358 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_48_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-70140,-28657,-28656,-28655,-28654) AND `source_type` = 0; +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 +(-70140, 0, 0, 0, 1, 0, 100, 0, 5000, 5000, 5000, 5000, 85, 31902, 0, 0, 0, 0, 0, 11, 17147, 8, 0, 0, 0, 0, 0, 'Invisible Location Trigger - Ooc - Self cast'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_49_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_49_world.sql new file mode 100644 index 00000000000..8e540ef0c5c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_08_49_world.sql @@ -0,0 +1,75 @@ +-- 13 - Stufe 80 +DELETE FROM `achievement_reward_locale` WHERE `ID` = 13 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (13, "deDE", "Glückwunsch", "Viele Glückwunsche bezüglich eurer Überzeugung, auch die 80. Saison der Abenteurer zu erreichen. Ihr seit zweifellos dem Ziel ergben, Azeroth vom Bösen zu befreien.$B$BObwohl der Weg hierher keine Kleinigkeit war, steht der wahre Kampf erst noch bevor.$B$BKämpft weiter!$B$BRhonin"); + +-- 45 - Erforscht Nordend +DELETE FROM `achievement_reward_locale` WHERE `ID` = 45 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (45, "deDE", "Ihr seid rumgekommen!", "Nun seht Euch mal an!$B$BUnd ich dachte, ich hätte hier an diesem eisigen Ort schon einiges gesehen! Diesem Zwerg scheint es offensichtlich, dass das Feuer eines Forschers in Euren Augen brennt.$B$BTrage diesen Wappenrock mit Stolz, dann wissen Eure Freunde, wem sie nach dem Weg fragen müssen, wenn die Zeit gekommen ist!$B$BMacht weiter so!$B$BBrann Bronzebart"); + +-- 614 - Für die Allianz! +DELETE FROM `achievement_reward_locale` WHERE `ID` = 614 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (614, "deDE", "Für die Allianz!", "Krieg überzieht unsere Länder. Nur die tapfersten aller Helden wagen es, der Horde dort einen Schlag zu versetzen, wo es wehtut. Ihr gehört zu eben diesen Helden.$B$BDer Schlag, den Ihr der Führung der Horde versetzt habt, bereitet unseren Weg für den finalen Angriff. Die Horde wird sich vor der Macht der Allianz verbeugen.$B$BEure Taten bleiben nicht ungewürdigt. Reitet mit Stolz!$B$B--Euer König"); + +-- 1021 - 25 Wappenröcke +DELETE FROM `achievement_reward_locale` WHERE `ID` = 1021 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (1021, "deDE", "Ganz schön erfolgreich", "Mir ist aufgefallen, was für eine eindrucksvolle Sammlung an Wappenröcken Ihr mit der Zeit gesammelt habt. Ihr könnt diesen hier genauso gut Eurer Sammlung hinzufügen. Er hat in meinem Schrank nur Staub angesetzt."); + +-- 1250 - Haustierepidemie +DELETE FROM `achievement_reward_locale` WHERE `ID` = 1250 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (1250, "deDE", "Stinkis neues Zuhause", "Ich habe gehört, wie gut Ihr Euch um unsere pelzigen Freunde kümmert. Ich hoffe, es macht Euch nichts aus, aber ich muss Stinki ein neues Zuhause verschaffen. Er weigert sich einfach, friedlich mit den Anderen zu spielen.$B$BBitte stellt sicher, dass er zweimal täglich gefüttert wird. Und, ähm... er hat eine Schwäche für schwarze Katzen.$B$B--Breanni"); + +-- 1682 - Der Meister der Lehren +DELETE FROM `achievement_reward_locale` WHERE `ID` = 1682 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (1682, "deDE", "Grüße aus Donnerfels", "Eure Erfolge waren tiefgreifend und weitreichend. Azeroth profitiert bei den jüngsten Tumulten in großem Maße von jenen, die das Land vom Bösen zu befreien suchen.$B$BNur diejenigen, die sich die Zeit nehmen, unser Land kennen zu lernen, verstehen das Opfer der Gefallenen und den Wert unserer Helden. Ihr seid ein solcher Held. Hoffentlich werdet Ihr Euch noch in vielen Jahren an die Geschichten Eurer Abenteuer erinnern können.$B$BHabt Dank, Meister der Lehren.$B$BFür die Horde!$B$B--Cairne Bluthuf"); + +-- 1956 - Höheres Studium +DELETE FROM `achievement_reward_locale` WHERE `ID` = 1956 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (1956, "deDE", "Hohe Schule", "Herzlichen Glückwunsch zu Eurem Abschluss in den Schulen der arkanen Magie. In Anerkennung Eurer Hingabe lege ich diesen speziellen Buchband bei, der die Serie vervollständigt.$B$BIch denke, dass Ihr diesen Folianten sehr unterhaltsam finden werdet. Doch das dürft Ihr selbst entscheiden.$B$BHochachtungsvoll,$B$BRhonin"); + +-- 2096 - Der Münzmeister +DELETE FROM `achievement_reward_locale` WHERE `ID` = 2096 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (2096, "deDE", "Ruhm des Helden", "Held,$B$BErzählungen der großen taten, die Ihr seit eurem Eintreffen in Nordend vollbracht habt, sind bis zum Wyrmruhtempel vorgedrungen.$B$BEure Tapferkeit soll nicht unbemerkt bleiben. Bitte aktzeptiert dieses Geschenk im Namen der Aspekte. Mögen wir zusammen Azeroth ein für alle Mal vom Bösen befreien.$B$BAlexstrasza, die Lebensbinderin"); + +-- 2143 - Vorreiter der Kavallerie +DELETE FROM `achievement_reward_locale` WHERE `ID` = 2143 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (2143, "deDE", "Führen der Kavalerie", "Ich konnte nicht umhin, zu sehen wie gut Ihr mit Tieren umgeht. Bei allem was hier vorgeht, laufen meine Geschäfte besser denn je.$B$BIch nehme nicht an, dass es Euch etwas ausmacht, für mich auf diesen Albinodrachen aufzupassen. Ich habe einfach nicht genug Zeit, mich um all diese Tiere zu kümmern.$B$BViele Grüße.$B$BMei"); + +-- 2144 - Was für eine lange, seltsame Reise... +DELETE FROM `achievement_reward_locale` WHERE `ID` = 2144 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (2144, "deDE", "Ein ums andere Mal", "Dadurch, dass in der Ferne immer die Kriegstrommeln ertönen, vergessen die Bewohner Azeroths nur allzu leicht all die Dinge, die das Leben zu bieten hat.$B$BIhr habt hingegen mit Eurer Fähigkeit, Euch daran zu erinnern, wofür wir letztlich kämpfen, die Erhabenheit der guten Völker Azeroths bewahrt. Unsere Siege nicht zu feiern wäre eine weitere Form der Niederlage. Denkt immer daran, Feiernder.$B$BMögen andere von Eurem Frohsinn inspiriert werden.$B$BAlextrasza, die Lebensbinderin"); + +-- 2145 - Was für eine lange, seltsame Reise... +DELETE FROM `achievement_reward_locale` WHERE `ID` = 2145 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (2145, "deDE", "Ein ums andere Mal", "Dadurch, dass in der Ferne immer die Kriegstrommeln ertönen, vergessen die Bewohner Azeroths nur allzu leicht all die Dinge, die das Leben zu bieten hat.$B$BIhr habt hingegen mit Eurer Fähigkeit, Euch daran zu erinnern, wofür wir letztlich kämpfen, die Erhabenheit der guten Völker Azeroths bewahrt. Unsere Siege nicht zu feiern wäre eine weitere Form der Niederlage. Denkt immer daran, Feiernder.$B$BMögen andere von Eurem Frohsinn inspiriert werden.$B$BAlextrasza, die Lebensbinderin"); + +-- 2516 - Kleinwildjäger +DELETE FROM `achievement_reward_locale` WHERE `ID` = 2516 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (2516, "deDE", "Wie man sich Freunde macht", "Hallo!$B$BWie ich gehört habe, habt Ihr dem kleinen Stinker ein warmes und liebevolles Zuhause geschaffen... Ich frage mich nun, ob Ihr vielleicht Interesse daran hättet, ein weiteres, eigensinniges Waisenkind aufzunehmen?$B$BDieses kleine Kitz ist zwar ein wenig schüchtern, doch sollte es Euch dank des mitgesandten Gegenstandes ein leichtes sein, seine Freundschaft zu gewinnen: seinem Lieblingsleckstein!$B$B--Breanni"); + +-- 2536 - Tierisch viele Reittiere +DELETE FROM `achievement_reward_locale` WHERE `ID` = 2536 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (2536, "deDE", "Tierisch viele Reittiere", "Ich habe gehört, dass Eure Ställe inzwischen fast so groß sind wie meine. Beeindruckend! Vielleicht könnten wir einander aushelfen...$B$BIch habe einen Drachenfalken zuviel und hoffe, dass Ihr ihm ein neues Zuhause geben könnt. Natürlich ist es zum Reittier und nicht zum Jagdtier ausgebildet worden und Ihr werdet sehen, dass es Euch genauso loyal und unermüdlich wie jedes meiner anderen Tiere zur Seite stehen wird.$B$BMit freundlichen Grüßen.$B$BMei"); + +-- 2537 - Tierisch viele Reittiere +DELETE FROM `achievement_reward_locale` WHERE `ID` = 2537 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (2537, "deDE", "Tierisch viele Reittiere", "Ich habe gehört, dass Eure Ställe inzwischen fast so groß sind wie meine. Beeindruckend! Vielleicht könnten wir einander aushelfen...$B$BIch habe einen Drachenfalken zuviel und hoffe, dass Ihr ihm ein neues Zuhause geben könnt. Natürlich ist es zum Reittier und nicht zum Jagdtier ausgebildet worden und Ihr werdet sehen, dass es Euch genauso loyal und unermüdlich wie jedes meiner anderen Tiere zur Seite stehen wird.$B$BMit freundlichen Grüßen.$B$BMei"); + +-- 3478 - Pilger +DELETE FROM `achievement_reward_locale` WHERE `ID` = 3478 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (3478, "deDE", "Der vergessene Puter", "Könnt Ihr begreifen, wie es dieser fette Truthahn es lebendig durch den November geschaft hat?!$B$BAlle seine Freunde sind auf den reich gedeckten Tischen serviert worden. Mit Moosbeerenchutney und Gewürzbrotfüllung und... OOOH... jetzt bekomme ich Hunger. Egal! Er ist jetzt ganz allein. Deswegen habe ich überlegt, ob Ihr Euch vielleicht um Ihn kümmern würdet. In meinem Laden ist einfach nicht mehr genug Platz für ihn!$B$BHaltet ihn nur bitte von Kochstellen fern. Er bekommt in ihrer Nähe immer so einen merkwürdigen Blick...$B$B--Breanni"); + +-- 3656 - Pilger +DELETE FROM `achievement_reward_locale` WHERE `ID` = 3656 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (3656, "deDE", "Der vergessene Puter", "Könnt Ihr begreifen, wie es dieser fette Truthahn es lebendig durch den November geschaft hat?!$B$BAlle seine Freunde sind auf den reich gedeckten Tischen serviert worden. Mit Moosbeerenchutney und Gewürzbrotfüllung und... OOOH... jetzt bekomme ich Hunger. Egal! Er ist jetzt ganz allein. Deswegen habe ich überlegt, ob Ihr Euch vielleicht um Ihn kümmern würdet. In meinem Laden ist einfach nicht mehr genug Platz für ihn!$B$BHaltet ihn nur bitte von Kochstellen fern. Er bekommt in ihrer Nähe immer so einen merkwürdigen Blick...$B$B--Breanni"); + +-- 4478 - Suche nach Mehrererereren +DELETE FROM `achievement_reward_locale` WHERE `ID` = 4478 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (4478, "deDE", "Streuner", "Werter Meister der Geduld, wir möchten Eure Beharrlichkeit belohnen, mit der Ihr immer wieder Dungeons mit Leuten betretet, die Ihr wahrscheinlich noch nie zuvor getroffen habt. Hoffentlich habt Ihr ein paar Jungspunden zeigen können, wie der Hase läuft.$B$BLange Rede, kurzer Sinn. Wir haben zufällig gehört, dass Ihr mit Zufallsgruppen herumstreunt. Und wie der Zufall so will ist hier also ein kleiner Streuner, den wir Euch zufallen lassen, um mit Euch zu streunen, während Ihr zufälligen Zufällen zufallt, oder so.$B$BKnuddels.$B$BDas Entwickler-Team von WoW"); + +-- 4784 - Emblematisch +DELETE FROM `achievement_reward_locale` WHERE `ID` = 4784 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (4784, "deDE", "Emblem Rüstmeister in Dalaran's Silbernen Enklave", "Eure Erfolge in Nordend sind nicht unbemerkt geblieben, Freund.$B$BDie verdienten Embleme können benutzt werden, um Gegenstände bei den verschiedenen Rüstmeistern für Embleme zu kaufen.$B$BIhr findet uns in der Silbernen Enklave, wo jede Emblemart einen eigenen Rüstmeister hat.$B$BWir freuen uns auf Eure Ankunft!"); + +-- 4785 - Emblematisch +DELETE FROM `achievement_reward_locale` WHERE `ID` = 4785 AND `Locale` = "deDE"; +INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Body`) VALUES (4785, "deDE", "Emblem Rüstmeister in Dalaran's Sonnenhäschers Zuflucht", "Eure Erfolge in Nordend sind nicht unbemerkt geblieben, Freund.$B$BDie verdienten Embleme können benutzt werden, um Gegenstände bei den verschiedenen Rüstmeistern für Embleme zu kaufen.$B$BIhr findet uns in Sonnenhäschers Zuflucht, wo jede Emblemart einen eigenen Rüstmeister hat.$B$BWir freuen uns auf Eure Ankunft!"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_00_world.sql new file mode 100644 index 00000000000..0b137345512 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_00_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (6680,6683,6686); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`,`position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(6680, 180634, 531, 0, 0, 1, 1, -8929.61, 1344.38, -104.211, -2.43473, 0, 0, -0.938191, 0.346119, 604800, 100, 1, 0), +(6683, 180635, 531, 0, 0, 1, 1, -9016.36, 1330.68, -104.211, 2.80125, 0, 0, 0.985556, 0.169351, 604800, 100, 1, 0), +(6686, 180636, 531, 0, 0, 1, 1, -8429.59, 2048.81, 153.309, -2.76634, 0, 0, -0.98245, 0.186527, 604800, 100, 1, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_01_world.sql new file mode 100644 index 00000000000..c5159b3bd5f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=12932; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19, 0, 12932, 0, 0, 8, 0, 9977, 0, 0, 1, 0, 0, '', 'Quest "The Amphitheater of Anguish: Yggdras!" non-champion version can only be taken if "The Ring of Blood: The Final Challenge" is not rewarded'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_02_world.sql new file mode 100644 index 00000000000..e16244f16db --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `item` = 40970; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_03_world.sql new file mode 100644 index 00000000000..f645cea17f2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_09_03_world.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (153,155); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(153,30272,571,0,0,1,1,0,0,7819.851074, 3738.652588, 653.378479, 1.181855,300,0,0,37800,0,0,0,0,0,"",0), +(155,30272,571,0,0,1,1,0,0,7793.105469, 3739.857178, 653.982361, 1.743578,300,0,0,37800,0,0,0,0,0,"",0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 18 AND `SourceGroup` = 30272 AND `SourceEntry` = 57401; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18, 30272, 57401, 0, 0, 9, 0, 13071, 0, 0, 0, 0, 0, "", 'spellclick "Njorndar Proto-Drake" requires quest "Vile Like Fire!" active'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=16 AND `SourceEntry`=30564 AND `ConditionTypeOrReference`=23; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(16,0,30564,0,0,23,0,4526,0,0,0,0,0,'','Dismount player in not intended area'), +(16,0,30564,0,1,23,0,4496,0,0,0,0,0,'','Dismount player in not intended area'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_17_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_17_00_world.sql new file mode 100644 index 00000000000..2460e776f61 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_17_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`= `flags_extra`|1073741824 WHERE `entry` IN (36789,38174); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_00_world.sql new file mode 100644 index 00000000000..7611440683a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_00_world.sql @@ -0,0 +1,73 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (158,183,1730,1731,1736,1737); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(158, 27213, 571, 0, 0, 1, 1, 0, 0, 3108.18, -554.998, 118.26, 5.33756, 300, 0, 0, 11614, 0, 0, 0, 0, 0, "", 0), +(183, 27213, 571, 0, 0, 1, 1, 0, 0, 3133.18, -543.726, 121.418, 0.530924, 300, 0, 0, 11614, 0, 0, 0, 0, 0, "", 0), +(1730, 27213, 571, 0, 0, 1, 1, 0, 0, 2984.51, -423.93, 123.224, 5.70277, 300, 0, 0, 11614, 0, 2, 0, 0, 0, "", 0), +(1731, 27213, 571, 0, 0, 1, 1, 0, 0, 3129.03, -570.809, 115.711, 1.94386, 300, 0, 0, 12013, 0, 2, 0, 0, 0, "", 0), +(1736, 28014, 571, 0, 0, 1, 1, 0, 0, 3263.77, -629.451, 165.484, 3.12117, 300, 0, 0, 4050, 0, 0, 0, 0, 0, "", 0), +(1737, 27213, 571, 0, 0, 1, 1, 0, 0, 2893.53, -382.92, 112.461, 5.45183, 300, 0, 0, 12013, 0, 0, 0, 0, 0, "", 0); + + DELETE FROM `creature_addon` WHERE `guid` IN (1730,1731); + INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES + (1730,17300,0,0,0,0,""), + (1731,17310,0,0,0,0,""); + + DELETE FROM `waypoint_data` WHERE `id` IN (17300,17310); + INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(17300, 1, 2984.509, -423.930, 123.22404, 0, 0, 0, 100, 0), +(17300, 2, 3000.062, -426.271, 123.34905, 0, 0, 0, 100, 0), +(17300, 3, 3010.303, -436.453, 123.26693, 0, 0, 0, 100, 0), +(17300, 4, 3017.674, -443.929, 123.25847, 0, 0, 0, 100, 0), +(17300, 5, 3027.812, -453.585, 123.23341, 0, 0, 0, 100, 0), +(17300, 6, 3037.949, -463.240, 123.16862, 0, 0, 0, 100, 0), +(17300, 7, 3045.731, -472.101, 122.98542, 0, 0, 0, 100, 0), +(17300, 8, 3057.241, -483.007, 122.81584, 0, 0, 0, 100, 0), +(17300, 9, 3067.224, -492.821, 122.79897, 0, 0, 0, 100, 0), +(17300, 10, 3079.742, -505.049, 122.07685, 0, 0, 0, 100, 0), +(17300, 11, 3089.917, -514.665, 121.37952, 0, 0, 0, 100, 0), +(17300, 12, 3103.551, -528.854, 119.91824, 0, 0, 0, 100, 0), +(17300, 13, 3111.064, -543.581, 118.27360, 0, 0, 0, 100, 0), +(17300, 14, 3118.162, -559.575, 116.79916, 0, 0, 0, 100, 0), +(17300, 15, 3124.188, -573.252, 115.41168, 5000, 0, 0, 100, 0), +(17300, 16, 3118.162, -559.575, 116.79916, 0, 0, 0, 100, 0), +(17300, 17, 3111.064, -543.581, 118.27360, 0, 0, 0, 100, 0), +(17300, 18, 3103.551, -528.854, 119.91824, 0, 0, 0, 100, 0), +(17300, 19, 3089.917, -514.665, 121.37952, 0, 0, 0, 100, 0), +(17300, 20, 3079.742, -505.049, 122.07685, 0, 0, 0, 100, 0), +(17300, 21, 3067.224, -492.821, 122.79897, 0, 0, 0, 100, 0), +(17300, 22, 3057.241, -483.007, 122.81584, 0, 0, 0, 100, 0), +(17300, 23, 3045.731, -472.101, 122.98542, 0, 0, 0, 100, 0), +(17300, 24, 3037.949, -463.240, 123.16862, 0, 0, 0, 100, 0), +(17300, 25, 3027.812, -453.585, 123.23341, 0, 0, 0, 100, 0), +(17300, 26, 3017.674, -443.929, 123.25847, 0, 0, 0, 100, 0), +(17300, 27, 3010.303, -436.453, 123.26693, 0, 0, 0, 100, 0), +(17300, 28, 3000.062, -426.271, 123.34905, 0, 0, 0, 100, 0), +(17300, 29, 2984.509, -423.930, 123.22404, 5000, 0, 0, 100, 0), +(17310, 1, 3129.034, -570.809, 115.71011, 5000, 0, 0, 100, 0), +(17310, 2, 3125.869, -563.250, 116.52859, 0, 0, 0, 100, 0), +(17310, 3, 3119.029, -544.310, 118.42372, 0, 0, 0, 100, 0), +(17310, 4, 3112.628, -533.246, 119.40752, 0, 0, 0, 100, 0), +(17310, 5, 3106.946, -524.416, 120.37529, 0, 0, 0, 100, 0), +(17310, 6, 3086.578, -504.918, 121.97250, 0, 0, 0, 100, 0), +(17310, 7, 3071.785, -491.184, 122.73079, 0, 0, 0, 100, 0), +(17310, 8, 3058.888, -479.356, 123.06646, 0, 0, 0, 100, 0), +(17310, 9, 3045.990, -467.528, 123.07573, 0, 0, 0, 100, 0), +(17310, 10, 3035.673, -458.065, 123.20112, 0, 0, 0, 100, 0), +(17310, 11, 3019.243, -441.917, 123.27584, 0, 0, 0, 100, 0), +(17310, 12, 3007.599, -429.769, 123.26791, 0, 0, 0, 100, 0), +(17310, 13, 2995.924, -424.297, 123.33580, 0, 0, 0, 100, 0), +(17310, 14, 2982.658, -420.311, 123.22533, 5000, 0, 0, 100, 0), +(17310, 15, 2995.924, -424.297, 123.33580, 0, 0, 0, 100, 0), +(17310, 16, 3007.599, -429.769, 123.26791, 0, 0, 0, 100, 0), +(17310, 17, 3019.243, -441.917, 123.27584, 0, 0, 0, 100, 0), +(17310, 18, 3035.673, -458.065, 123.20112, 0, 0, 0, 100, 0), +(17310, 19, 3045.990, -467.528, 123.07573, 0, 0, 0, 100, 0), +(17310, 20, 3058.888, -479.356, 123.06646, 0, 0, 0, 100, 0), +(17310, 21, 3071.785, -491.184, 122.73079, 0, 0, 0, 100, 0), +(17310, 22, 3086.578, -504.918, 121.97250, 0, 0, 0, 100, 0), +(17310, 23, 3106.946, -524.416, 120.37529, 0, 0, 0, 100, 0), +(17310, 24, 3112.628, -533.246, 119.40752, 0, 0, 0, 100, 0), +(17310, 25, 3119.029, -544.310, 118.42372, 0, 0, 0, 100, 0), +(17310, 26, 3125.869, -563.250, 116.52859, 0, 0, 0, 100, 0), +(17310, 27, 3129.034, -570.809, 115.71011, 0, 0, 0, 100, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_01_world.sql new file mode 100644 index 00000000000..3426e788a80 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `quest_template` SET `RewardNextQuest`=0 WHERE `ID`=10135; +UPDATE `quest_template_addon` SET `NextQuestID`=0 WHERE `ID`=10135; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_02_world.sql new file mode 100644 index 00000000000..8a9149b10a5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `spell_id`=63233 AND `ScriptName`="spell_gen_break_shield"; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(63233, "spell_gen_break_shield"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_03_world.sql new file mode 100644 index 00000000000..8a9149b10a5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `spell_id`=63233 AND `ScriptName`="spell_gen_break_shield"; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(63233, "spell_gen_break_shield"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_04_world.sql new file mode 100644 index 00000000000..8f41fa8a81f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_19_04_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `quest_template_addon` WHERE `ID` IN (12598, 12553, 12584, 12583, 12555, 12552, 12554, 12606); +INSERT INTO `quest_template_addon` (`ID`,`PrevQuestID`,`NextQuestID`,`ExclusiveGroup`,`ProvidedItemCount`,`SpecialFlags`) VALUES +(12598, -12596, 0, 0, 1, 32), +(12553, 12598, 0, 0, 0, 0), +(12584, 12552, 0, 0, 0, 0), +(12583, 12553, 0, 0, 0, 0), +(12555, 12583, 0, 0, 1, 0), +(12552, 12598, 0, 0, 0, 0), +(12554, 12552, 0, 0, 0, 0), +(12606, 12598, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_00_world.sql new file mode 100644 index 00000000000..1c631c51166 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `spell_id`=63215 AND `ScriptName`="spell_gen_summon_tournament_mount"; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(63215, "spell_gen_summon_tournament_mount"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_01_world.sql new file mode 100644 index 00000000000..f411982de7b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_01_world.sql @@ -0,0 +1,20 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (6687,6688,6689); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6687, 188019, 571, 0, 0, 1, 1, 3739.25, 5047.19, 2.57367, 2.70438, -0, -0, -0.9762, -0.21687, 300, 255, 1), +(6688, 188019, 571, 0, 0, 1, 1, 3390.51, 5137.37, 16.1839, 2.64766, -0, -0, -0.969659, -0.244463, 300, 255, 1), +(6689, 188019, 571, 0, 0, 1, 1, 3515.22, 5017.28, 1.93156, 1.74533, -0, -0, -0.766045, -0.642787, 300, 255, 1); + +DELETE FROM `creature_text` WHERE `CreatureID`=25807; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(25807,0,0,"Are you crazy? You're about to blow us sky high! I'll take care of this wreck once everything else is finished.",12,0,100,0,0,0,25043,0,"Iggy Tailspin Cogtoggle"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=-119150 AND `source_type`=0; +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 +(-119150,0,0,0,8,0,100,512,46171,0,0,0,1,0,0,0,0,0,0,19,25807,20,0,0,0,0,0,"East Crash - On Spellhit - say text"); + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25845, 25847, 25846) AND `source_type`=0 AND `id`=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 +(25845,0,1,0,8,0,100,512,46171,0,0,0,11,34521,0,0,0,0,0,1,0,0,0,0,0,0,0,"Northwest Crash - On Spellhit - cast Serverside - Summon Fire"), +(25846,0,1,0,8,0,100,512,46171,0,0,0,11,34521,0,0,0,0,0,1,0,0,0,0,0,0,0,"South Crash - On Spellhit - cast Serverside - Summon Fire"), +(25847,0,1,0,8,0,100,512,46171,0,0,0,11,34521,0,0,0,0,0,1,0,0,0,0,0,0,0,"East Crash - On Spellhit - cast Serverside - Summon Fire"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_02_world.sql new file mode 100644 index 00000000000..09fd6ee6231 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_26_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText`= "Aw, so you must be the so-called King Mrgl-Mrgl's lackey. I suppose that night elf has sent you to appease me?$b$bGood, I have just the thing that needs doing for someone as powerful as you!" WHERE `ID`=11562; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_30_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_30_00_world_335.sql new file mode 100644 index 00000000000..c52f24de76a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_30_00_world_335.sql @@ -0,0 +1,7427 @@ +-- +-- Table structure for table `trainer` +-- +DROP TABLE IF EXISTS `trainer`; +CREATE TABLE IF NOT EXISTS `trainer` ( + `Id` int(10) unsigned NOT NULL DEFAULT '0', + `Type` tinyint(2) unsigned NOT NULL DEFAULT '2', + `Requirement` mediumint(8) unsigned NOT NULL DEFAULT '0', + `Greeting` text, + `VerifiedBuild` smallint(5) DEFAULT '0', + PRIMARY KEY (`Id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- Dumping data for table `trainer` +-- +INSERT INTO `trainer` (`Id`,`Type`,`Requirement`,`Greeting`,`VerifiedBuild`) VALUES +(1,0,1,NULL,0), +(2,0,1,NULL,0), +(3,0,2,NULL,0), +(4,0,2,NULL,0), +(5,0,2,NULL,0), +(6,0,2,NULL,0), +(7,0,3,NULL,0), +(8,0,3,NULL,0), +(9,0,4,NULL,0), +(10,0,4,NULL,0), +(11,0,5,NULL,0), +(12,0,5,NULL,0), +(13,0,6,NULL,0), +(14,0,7,NULL,0), +(15,0,7,NULL,0), +(16,0,8,NULL,0), +(17,0,8,NULL,0), +(18,0,8,NULL,0), +(19,0,8,NULL,0), +(20,0,8,NULL,0), +(21,0,8,NULL,0), +(22,0,8,NULL,0), +(23,0,8,NULL,0), +(24,0,8,NULL,0), +(25,0,8,NULL,0), +(26,0,8,NULL,0), +(27,0,8,NULL,0), +(28,0,8,NULL,0), +(29,0,8,NULL,0), +(30,0,8,NULL,0), +(31,0,9,NULL,0), +(32,0,9,NULL,0), +(33,0,11,NULL,0), +(34,0,11,NULL,0), +(35,1,0,NULL,0), +(36,1,0,NULL,0), +(37,1,1,NULL,0), +(38,1,2,NULL,0), +(39,1,3,NULL,0), +(40,1,4,NULL,0), +(41,1,5,NULL,0), +(42,1,6,NULL,0), +(43,1,7,NULL,0), +(44,1,8,NULL,0), +(45,1,10,NULL,0), +(46,1,11,NULL,0), +(47,2,0,NULL,0), +(48,2,0,NULL,0), +(49,2,0,NULL,0), +(50,2,0,NULL,0), +(51,2,0,NULL,0), +(52,2,0,NULL,0), +(53,2,0,NULL,0), +(54,2,0,NULL,0), +(55,2,0,NULL,0), +(56,2,0,NULL,0), +(57,2,0,NULL,0), +(58,2,0,NULL,0), +(59,2,0,NULL,0), +(60,2,0,NULL,0), +(61,2,0,NULL,0), +(62,2,0,NULL,0), +(63,2,0,NULL,0), +(64,2,0,NULL,0), +(65,2,0,NULL,0), +(66,2,0,NULL,0), +(67,2,0,NULL,0), +(68,2,0,NULL,0), +(69,2,0,NULL,0), +(70,2,0,NULL,0), +(71,2,0,NULL,0), +(72,2,0,NULL,0), +(73,2,0,NULL,0), +(74,2,0,NULL,0), +(75,2,0,NULL,0), +(76,2,0,NULL,0), +(77,2,0,NULL,0), +(78,2,0,NULL,0), +(79,2,0,NULL,0), +(80,2,0,NULL,0), +(81,2,0,NULL,0), +(82,2,0,NULL,0), +(83,2,0,NULL,0), +(84,2,0,NULL,0), +(85,2,0,NULL,0), +(86,2,0,NULL,0), +(87,2,0,NULL,0), +(88,2,0,NULL,0), +(89,2,0,NULL,0), +(90,2,0,NULL,0), +(91,2,0,NULL,0), +(92,2,0,NULL,0), +(93,2,0,NULL,0), +(94,2,0,NULL,0), +(95,2,0,NULL,0), +(96,2,0,NULL,0), +(97,2,0,NULL,0), +(98,2,0,NULL,0), +(99,2,0,NULL,0), +(100,2,0,NULL,0), +(101,2,0,NULL,0), +(102,2,0,NULL,0), +(103,2,0,NULL,0), +(104,2,0,NULL,0), +(105,2,0,NULL,0), +(106,2,0,NULL,0), +(107,2,0,NULL,0), +(108,2,0,NULL,0), +(109,2,0,NULL,0), +(110,2,0,NULL,0), +(111,2,0,NULL,0), +(112,2,0,NULL,0), +(113,2,0,NULL,0), +(114,2,0,NULL,0), +(115,2,0,NULL,0), +(116,2,0,NULL,0), +(117,2,0,NULL,0), +(118,2,0,NULL,0), +(119,2,0,NULL,0), +(120,2,0,NULL,0), +(121,2,0,NULL,0), +(122,2,0,NULL,0), +(123,2,9787,NULL,0), +(124,2,9788,NULL,0), +(125,3,0,NULL,0), +(126,3,0,NULL,0); + +-- +-- Table structure for table `trainer_locale` +-- +DROP TABLE IF EXISTS `trainer_locale`; +CREATE TABLE IF NOT EXISTS `trainer_locale` ( + `Id` int(10) unsigned NOT NULL DEFAULT '0', + `locale` varchar(4) NOT NULL, + `Greeting_lang` text, + `VerifiedBuild` smallint(5) DEFAULT '0', + PRIMARY KEY (`Id`,`locale`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- Table structure for table `trainer_spell` +-- +DROP TABLE IF EXISTS `trainer_spell`; +CREATE TABLE IF NOT EXISTS `trainer_spell` ( + `TrainerId` int(10) unsigned NOT NULL DEFAULT '0', + `SpellId` int(10) unsigned NOT NULL DEFAULT '0', + `MoneyCost` int(10) unsigned NOT NULL DEFAULT '0', + `ReqSkillLine` int(10) unsigned NOT NULL DEFAULT '0', + `ReqSkillRank` int(10) unsigned NOT NULL DEFAULT '0', + `ReqAbility1` int(10) unsigned NOT NULL DEFAULT '0', + `ReqAbility2` int(10) unsigned NOT NULL DEFAULT '0', + `ReqAbility3` int(10) unsigned NOT NULL DEFAULT '0', + `ReqLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', + `VerifiedBuild` smallint(5) DEFAULT '0', + PRIMARY KEY (`TrainerId`,`SpellId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- Dumping data for table `trainer_spell` +-- +INSERT INTO `trainer_spell` (`TrainerId`,`SpellId`,`MoneyCost`,`ReqSkillLine`,`ReqSkillRank`,`ReqAbility1`,`ReqAbility2`,`ReqAbility3`,`ReqLevel`,`VerifiedBuild`) VALUES +(1,72,1000,0,0,0,0,0,12,0), +(1,100,100,0,0,0,0,0,4,0), +(1,284,200,0,0,78,0,0,8,0), +(1,285,2000,0,0,284,0,0,16,0), +(1,469,65000,0,0,0,0,0,68,0), +(1,674,4000,0,0,0,0,0,20,0), +(1,676,3000,0,0,0,0,0,18,0), +(1,694,2000,0,0,0,0,0,16,0), +(1,750,22000,0,0,0,0,0,40,0), +(1,772,100,0,0,0,0,0,4,0), +(1,845,4000,0,0,0,0,0,20,0), +(1,871,11000,0,0,0,0,0,28,0), +(1,1160,1500,0,0,0,0,0,14,0), +(1,1161,10000,0,0,0,0,0,26,0), +(1,1464,12000,0,0,0,0,0,30,0), +(1,1608,8000,0,0,285,0,0,24,0), +(1,1680,18000,0,0,0,0,0,36,0), +(1,1715,200,0,0,0,0,0,8,0), +(1,1719,42000,0,0,0,0,0,50,0), +(1,2048,71000,0,0,25289,0,0,69,0), +(1,2565,2000,0,0,0,0,0,16,0), +(1,2687,600,0,0,0,0,0,10,0), +(1,3127,100,0,0,0,0,0,6,0), +(1,3411,65000,0,0,0,0,0,70,0), +(1,5242,1000,0,0,6673,0,0,12,0), +(1,5246,6000,0,0,0,0,0,22,0), +(1,5308,8000,0,0,0,0,0,24,0), +(1,6178,10000,0,0,100,0,0,26,0), +(1,6190,8000,0,0,1160,0,0,24,0), +(1,6192,6000,0,0,5242,0,0,22,0), +(1,6343,100,0,0,0,0,0,6,0), +(1,6546,600,0,0,772,0,0,10,0), +(1,6547,4000,0,0,6546,0,0,20,0), +(1,6548,12000,0,0,6547,0,0,30,0), +(1,6552,20000,0,0,0,0,0,38,0), +(1,6572,1500,0,0,0,0,0,14,0), +(1,6574,8000,0,0,6572,0,0,24,0), +(1,6673,10,0,0,0,0,0,1,0), +(1,7369,12000,0,0,845,0,0,30,0), +(1,7379,16000,0,0,6574,0,0,34,0), +(1,7384,1000,0,0,0,0,0,12,0), +(1,8198,3000,0,0,6343,0,0,18,0), +(1,8204,11000,0,0,8198,0,0,28,0), +(1,8205,20000,0,0,8204,0,0,38,0), +(1,8820,20000,0,0,1464,0,0,38,0), +(1,11549,14000,0,0,6192,0,0,32,0), +(1,11550,32000,0,0,11549,0,0,42,0), +(1,11551,54000,0,0,11550,0,0,52,0), +(1,11554,16000,0,0,6190,0,0,34,0), +(1,11555,34000,0,0,11554,0,0,44,0), +(1,11556,56000,0,0,11555,0,0,54,0), +(1,11564,14000,0,0,1608,0,0,32,0), +(1,11565,22000,0,0,11564,0,0,40,0), +(1,11566,40000,0,0,11565,0,0,48,0), +(1,11567,58000,0,0,11566,0,0,56,0), +(1,11572,22000,0,0,6548,0,0,40,0), +(1,11573,42000,0,0,11572,0,0,50,0), +(1,11574,62000,0,0,11573,0,0,60,0), +(1,11578,36000,0,0,6178,0,0,46,0), +(1,11580,40000,0,0,8205,0,0,48,0), +(1,11581,60000,0,0,11580,0,0,58,0), +(1,11600,34000,0,0,7379,0,0,44,0), +(1,11601,56000,0,0,11600,0,0,54,0), +(1,11604,36000,0,0,8820,0,0,46,0), +(1,11605,56000,0,0,11604,0,0,54,0), +(1,11608,22000,0,0,7369,0,0,40,0), +(1,11609,42000,0,0,11608,0,0,50,0), +(1,12678,4000,0,0,0,0,0,20,0), +(1,18499,14000,0,0,0,0,0,32,0), +(1,20230,4000,0,0,0,0,0,20,0), +(1,20252,12000,0,0,0,0,0,30,0), +(1,20569,62000,0,0,11609,0,0,60,0), +(1,20658,14000,0,0,5308,0,0,32,0), +(1,20660,22000,0,0,20658,0,0,40,0), +(1,20661,40000,0,0,20660,0,0,48,0), +(1,20662,58000,0,0,20661,0,0,56,0), +(1,21551,2000,0,0,12294,0,0,48,0), +(1,21552,2800,0,0,21551,0,0,54,0), +(1,21553,3100,0,0,21552,0,0,60,0), +(1,23920,65000,0,0,0,0,0,64,0), +(1,23922,22000,0,0,0,0,0,40,0), +(1,23923,40000,0,0,23922,0,0,48,0), +(1,23924,56000,0,0,23923,0,0,54,0), +(1,23925,62000,0,0,23924,0,0,60,0), +(1,25202,65000,0,0,11556,0,0,62,0), +(1,25203,71000,0,0,25202,0,0,70,0), +(1,25208,65000,0,0,11574,0,0,68,0), +(1,25231,65000,0,0,20569,0,0,68,0), +(1,25234,65000,0,0,20662,0,0,65,0), +(1,25236,71000,0,0,25234,0,0,70,0), +(1,25241,65000,0,0,11605,0,0,61,0), +(1,25242,71000,0,0,25241,0,0,69,0), +(1,25248,3250,0,0,21553,0,0,66,0), +(1,25258,65000,0,0,23925,0,0,66,0), +(1,25264,65000,0,0,11581,0,0,67,0), +(1,25269,65000,0,0,25288,0,0,63,0), +(1,25286,60000,0,0,11567,0,0,60,0), +(1,25288,60000,0,0,11601,0,0,60,0), +(1,25289,65000,0,0,11551,0,0,60,0), +(1,29707,65000,0,0,25286,0,0,66,0), +(1,30016,3100,0,0,20243,0,0,60,0), +(1,30022,3250,0,0,30016,0,0,70,0), +(1,30324,100000,0,0,29707,0,0,70,0), +(1,30330,3500,0,0,25248,0,0,70,0), +(1,30356,71000,0,0,25258,0,0,70,0), +(1,30357,260000,0,0,25269,0,0,70,0), +(1,34428,100,0,0,0,0,0,6,0), +(1,46845,260000,0,0,25208,0,0,71,0), +(1,47436,260000,0,0,2048,0,0,78,0), +(1,47437,260000,0,0,25203,0,0,79,0), +(1,47439,100000,0,0,469,0,0,74,0), +(1,47440,260000,0,0,47439,0,0,80,0), +(1,47449,260000,0,0,30324,0,0,72,0), +(1,47450,260000,0,0,47449,0,0,76,0), +(1,47465,260000,0,0,46845,0,0,76,0), +(1,47470,260000,0,0,25236,0,0,73,0), +(1,47471,260000,0,0,47470,0,0,80,0), +(1,47474,260000,0,0,25242,0,0,74,0), +(1,47475,260000,0,0,47474,0,0,79,0), +(1,47485,13000,0,0,30330,0,0,75,0), +(1,47486,13000,0,0,47485,0,0,80,0), +(1,47487,260000,0,0,30356,0,0,75,0), +(1,47488,260000,0,0,47487,0,0,80,0), +(1,47497,5000,0,0,30022,0,0,75,0), +(1,47498,5000,0,0,47497,0,0,80,0), +(1,47501,260000,0,0,25264,0,0,73,0), +(1,47502,26000,0,0,47501,0,0,78,0), +(1,47519,260000,0,0,25231,0,0,72,0), +(1,47520,260000,0,0,47519,0,0,77,0), +(1,55694,100000,0,0,0,0,0,75,0), +(1,57755,100000,0,0,0,0,0,80,0), +(1,57823,260000,0,0,30357,0,0,80,0), +(1,64382,260000,0,0,0,0,0,71,0), +(2,100,100,0,0,0,0,0,4,0), +(2,772,100,0,0,0,0,0,4,0), +(2,3127,100,0,0,0,0,0,6,0), +(2,6343,100,0,0,0,0,0,6,0), +(2,6673,10,0,0,0,0,0,1,0), +(2,34428,100,0,0,0,0,0,6,0), +(3,465,10,0,0,0,0,0,1,0), +(3,498,100,0,0,0,0,0,6,0), +(3,633,300,0,0,0,0,0,10,0), +(3,639,100,0,0,635,0,0,6,0), +(3,642,13000,0,0,0,0,0,34,0), +(3,643,4000,0,0,10290,0,0,20,0), +(3,647,2000,0,0,639,0,0,14,0), +(3,750,20000,0,0,0,0,0,40,0), +(3,853,100,0,0,0,0,0,8,0), +(3,879,4000,0,0,0,0,0,20,0), +(3,1022,300,0,0,0,0,0,10,0), +(3,1026,4000,0,0,647,0,0,22,0), +(3,1032,20000,0,0,10291,0,0,40,0), +(3,1038,6000,0,0,0,0,0,26,0), +(3,1042,11000,0,0,1026,0,0,30,0), +(3,1044,3500,0,0,0,0,0,18,0), +(3,1152,100,0,0,0,0,0,8,0), +(3,2800,11000,0,0,633,0,0,30,0), +(3,2812,28000,0,0,0,0,0,50,0), +(3,3127,100,0,0,0,0,0,8,0), +(3,3472,16000,0,0,1042,0,0,38,0), +(3,4987,21000,0,0,0,0,0,42,0), +(3,5502,4000,0,0,0,0,0,20,0), +(3,5588,5000,0,0,853,0,0,24,0), +(3,5589,20000,0,0,5588,0,0,40,0), +(3,5599,5000,0,0,1022,0,0,24,0), +(3,5614,9000,0,0,879,0,0,28,0), +(3,5615,14000,0,0,5614,0,0,36,0), +(3,6940,24000,0,0,0,0,0,46,0), +(3,7294,3000,0,0,0,0,0,16,0), +(3,10278,16000,0,0,5599,0,0,38,0), +(3,10290,300,0,0,465,0,0,10,0), +(3,10291,11000,0,0,643,0,0,30,0), +(3,10292,28000,0,0,1032,0,0,50,0), +(3,10293,46000,0,0,10292,0,0,60,0), +(3,10298,6000,0,0,7294,0,0,26,0), +(3,10299,14000,0,0,10298,0,0,36,0), +(3,10300,24000,0,0,10299,0,0,46,0), +(3,10301,42000,0,0,10300,0,0,56,0), +(3,10308,40000,0,0,5589,0,0,54,0), +(3,10310,28000,0,0,2800,0,0,50,0), +(3,10312,22000,0,0,5615,0,0,44,0), +(3,10313,34000,0,0,10312,0,0,52,0), +(3,10314,46000,0,0,10313,0,0,60,0), +(3,10318,46000,0,0,2812,0,0,60,0), +(3,10322,5000,0,0,7328,0,0,24,0), +(3,10324,14000,0,0,10322,0,0,36,0), +(3,10326,5000,0,0,0,0,0,24,0), +(3,10328,24000,0,0,3472,0,0,46,0), +(3,10329,40000,0,0,10328,0,0,54,0), +(3,13820,3500,0,0,0,0,0,20,0), +(3,19740,100,0,0,0,0,0,4,0), +(3,19742,2000,0,0,0,0,0,14,0), +(3,19746,4000,0,0,0,0,0,22,0), +(3,19750,4000,0,0,0,0,0,20,0), +(3,19752,11000,0,0,0,0,0,30,0), +(3,19834,1000,0,0,19740,0,0,12,0), +(3,19835,4000,0,0,19834,0,0,22,0), +(3,19836,12000,0,0,19835,0,0,32,0), +(3,19837,21000,0,0,19836,0,0,42,0), +(3,19838,34000,0,0,19837,0,0,52,0), +(3,19850,5000,0,0,19742,0,0,24,0), +(3,19852,13000,0,0,19850,0,0,34,0), +(3,19853,22000,0,0,19852,0,0,44,0), +(3,19854,40000,0,0,19853,0,0,54,0), +(3,19876,9000,0,0,0,0,0,28,0), +(3,19888,12000,0,0,0,0,0,32,0), +(3,19891,14000,0,0,0,0,0,36,0), +(3,19895,20000,0,0,19876,0,0,40,0), +(3,19896,34000,0,0,19895,0,0,52,0), +(3,19897,22000,0,0,19888,0,0,44,0), +(3,19898,42000,0,0,19897,0,0,56,0), +(3,19899,26000,0,0,19891,0,0,48,0), +(3,19900,46000,0,0,19899,0,0,60,0), +(3,19939,6000,0,0,19750,0,0,26,0), +(3,19940,13000,0,0,19939,0,0,34,0), +(3,19941,21000,0,0,19940,0,0,42,0), +(3,19942,28000,0,0,19941,0,0,50,0), +(3,19943,44000,0,0,19942,0,0,58,0), +(3,20116,11000,0,0,26573,0,0,30,0), +(3,20164,4000,0,0,0,0,0,22,0), +(3,20165,11000,0,0,0,0,0,30,0), +(3,20166,16000,0,0,0,0,0,38,0), +(3,20217,4000,0,0,0,0,0,20,0), +(3,20271,100,0,0,0,0,0,4,0), +(3,20772,26000,0,0,10324,0,0,48,0), +(3,20773,46000,0,0,20772,0,0,60,0), +(3,20922,20000,0,0,20116,0,0,40,0), +(3,20923,28000,0,0,20922,0,0,50,0), +(3,20924,46000,0,0,20923,0,0,60,0), +(3,20927,1400,0,0,20925,0,0,50,0), +(3,20928,2300,0,0,20927,0,0,60,0), +(3,20929,1300,0,0,20473,0,0,48,0), +(3,20930,2100,0,0,20929,0,0,56,0), +(3,23214,3500,0,0,13819,33391,0,40,0), +(3,24239,46000,0,0,24274,0,0,60,0), +(3,24274,34000,0,0,24275,0,0,52,0), +(3,24275,22000,0,0,0,0,0,44,0), +(3,25290,50000,0,0,19854,0,0,60,0), +(3,25291,50000,0,0,19838,0,0,60,0), +(3,25292,46000,0,0,10329,0,0,60,0), +(3,25780,3000,0,0,0,0,0,16,0), +(3,25782,46000,0,0,19838,0,0,52,0), +(3,25894,46000,0,0,19854,0,0,54,0), +(3,25898,2300,0,0,0,0,0,60,0), +(3,25899,2300,0,0,20911,0,0,60,0), +(3,25916,46000,0,0,25782,25291,0,60,0), +(3,25918,46000,0,0,25894,25290,0,60,0), +(3,26573,4000,0,0,0,0,0,20,0), +(3,27135,55000,0,0,25292,0,0,62,0), +(3,27136,130000,0,0,27135,0,0,70,0), +(3,27137,83000,0,0,19943,0,0,66,0), +(3,27138,100000,0,0,10314,0,0,68,0), +(3,27139,110000,0,0,10318,0,0,69,0), +(3,27140,200000,0,0,25291,0,0,70,0), +(3,27141,100000,0,0,25916,27140,0,70,0), +(3,27142,75000,0,0,25290,0,0,65,0), +(3,27143,75000,0,0,25918,27142,0,65,0), +(3,27149,130000,0,0,10293,0,0,70,0), +(3,27150,83000,0,0,10301,0,0,66,0), +(3,27151,61000,0,0,19896,0,0,63,0), +(3,27152,100000,0,0,19898,0,0,68,0), +(3,27153,130000,0,0,19900,0,0,70,0), +(3,27154,110000,0,0,10310,0,0,69,0), +(3,27173,130000,0,0,20924,0,0,70,0), +(3,27174,3348,0,0,20930,0,0,64,0), +(3,27179,6500,0,0,20928,0,0,70,0), +(3,27180,100000,0,0,24239,0,0,68,0), +(3,31789,4000,0,0,0,0,0,14,0), +(3,31801,67000,0,0,0,0,0,64,0), +(3,31884,130000,0,0,0,0,0,70,0), +(3,32223,55000,0,0,0,0,0,62,0), +(3,32699,2300,0,0,31935,0,0,60,0), +(3,32700,5000,0,0,32699,0,0,70,0), +(3,33072,6500,0,0,27174,0,0,70,0), +(3,48781,200000,0,0,27136,0,0,75,0), +(3,48782,200000,0,0,48781,0,0,80,0), +(3,48784,200000,0,0,27137,0,0,74,0), +(3,48785,200000,0,0,48784,0,0,79,0), +(3,48788,200000,0,0,27154,0,0,78,0), +(3,48800,200000,0,0,27138,0,0,73,0), +(3,48801,200000,0,0,48800,0,0,79,0), +(3,48805,200000,0,0,27180,0,0,74,0), +(3,48806,200000,0,0,48805,0,0,80,0), +(3,48816,200000,0,0,27139,0,0,72,0), +(3,48817,200000,0,0,48816,0,0,78,0), +(3,48818,200000,0,0,27173,0,0,75,0), +(3,48819,200000,0,0,48818,0,0,80,0), +(3,48824,10000,0,0,33072,0,0,75,0), +(3,48825,10000,0,0,48824,0,0,80,0), +(3,48826,10000,0,0,32700,0,0,75,0), +(3,48827,10000,0,0,48826,0,0,80,0), +(3,48931,200000,0,0,27140,0,0,73,0), +(3,48932,200000,0,0,48931,0,0,79,0), +(3,48933,200000,0,0,27141,48931,0,73,0), +(3,48934,200000,0,0,48933,48932,0,79,0), +(3,48935,200000,0,0,27142,0,0,71,0), +(3,48936,200000,0,0,48935,0,0,77,0), +(3,48937,200000,0,0,27143,48935,0,71,0), +(3,48938,200000,0,0,48937,48936,0,77,0), +(3,48941,200000,0,0,27149,0,0,74,0), +(3,48942,200000,0,0,48941,0,0,79,0), +(3,48943,200000,0,0,27151,0,0,76,0), +(3,48945,200000,0,0,27152,0,0,77,0), +(3,48947,200000,0,0,27153,0,0,78,0), +(3,48949,200000,0,0,20773,0,0,72,0), +(3,48950,200000,0,0,48949,0,0,79,0), +(3,48951,10000,0,0,27179,0,0,75,0), +(3,48952,10000,0,0,48951,0,0,80,0), +(3,53407,9000,0,0,0,0,0,28,0), +(3,53408,1000,0,0,0,0,0,12,0), +(3,53600,200000,0,0,0,0,0,75,0), +(3,53601,100000,0,0,0,0,0,80,0), +(3,54043,200000,0,0,27150,0,0,76,0), +(3,54428,100000,0,0,0,0,0,71,0), +(3,61411,200000,0,0,53600,0,0,80,0), +(3,62124,3000,0,0,0,0,0,16,0), +(4,465,10,0,0,0,0,0,1,0), +(4,498,100,0,0,0,0,0,6,0), +(4,633,300,0,0,0,0,0,10,0), +(4,639,100,0,0,635,0,0,6,0), +(4,642,13000,0,0,0,0,0,34,0), +(4,643,4000,0,0,10290,0,0,20,0), +(4,647,2000,0,0,639,0,0,14,0), +(4,750,20000,0,0,0,0,0,40,0), +(4,853,100,0,0,0,0,0,8,0), +(4,879,4000,0,0,0,0,0,20,0), +(4,1022,300,0,0,0,0,0,10,0), +(4,1026,4000,0,0,647,0,0,22,0), +(4,1032,20000,0,0,10291,0,0,40,0), +(4,1038,6000,0,0,0,0,0,26,0), +(4,1042,11000,0,0,1026,0,0,30,0), +(4,1044,3500,0,0,0,0,0,18,0), +(4,1152,100,0,0,0,0,0,8,0), +(4,2800,11000,0,0,633,0,0,30,0), +(4,2812,28000,0,0,0,0,0,50,0), +(4,3127,100,0,0,0,0,0,8,0), +(4,3472,16000,0,0,1042,0,0,38,0), +(4,4987,21000,0,0,0,0,0,42,0), +(4,5502,4000,0,0,0,0,0,20,0), +(4,5588,5000,0,0,853,0,0,24,0), +(4,5589,20000,0,0,5588,0,0,40,0), +(4,5599,5000,0,0,1022,0,0,24,0), +(4,5614,9000,0,0,879,0,0,28,0), +(4,5615,14000,0,0,5614,0,0,36,0), +(4,6940,24000,0,0,0,0,0,46,0), +(4,7294,3000,0,0,0,0,0,16,0), +(4,10278,16000,0,0,5599,0,0,38,0), +(4,10290,300,0,0,465,0,0,10,0), +(4,10291,11000,0,0,643,0,0,30,0), +(4,10292,28000,0,0,1032,0,0,50,0), +(4,10293,46000,0,0,10292,0,0,60,0), +(4,10298,6000,0,0,7294,0,0,26,0), +(4,10299,14000,0,0,10298,0,0,36,0), +(4,10300,24000,0,0,10299,0,0,46,0), +(4,10301,42000,0,0,10300,0,0,56,0), +(4,10308,40000,0,0,5589,0,0,54,0), +(4,10310,28000,0,0,2800,0,0,50,0), +(4,10312,22000,0,0,5615,0,0,44,0), +(4,10313,34000,0,0,10312,0,0,52,0), +(4,10314,46000,0,0,10313,0,0,60,0), +(4,10318,46000,0,0,2812,0,0,60,0), +(4,10322,5000,0,0,7328,0,0,24,0), +(4,10324,14000,0,0,10322,0,0,36,0), +(4,10326,5000,0,0,0,0,0,24,0), +(4,10328,24000,0,0,3472,0,0,46,0), +(4,10329,40000,0,0,10328,0,0,54,0), +(4,19740,100,0,0,0,0,0,4,0), +(4,19742,2000,0,0,0,0,0,14,0), +(4,19746,4000,0,0,0,0,0,22,0), +(4,19750,4000,0,0,0,0,0,20,0), +(4,19752,11000,0,0,0,0,0,30,0), +(4,19834,1000,0,0,19740,0,0,12,0), +(4,19835,4000,0,0,19834,0,0,22,0), +(4,19836,12000,0,0,19835,0,0,32,0), +(4,19837,21000,0,0,19836,0,0,42,0), +(4,19838,34000,0,0,19837,0,0,52,0), +(4,19850,5000,0,0,19742,0,0,24,0), +(4,19852,13000,0,0,19850,0,0,34,0), +(4,19853,22000,0,0,19852,0,0,44,0), +(4,19854,40000,0,0,19853,0,0,54,0), +(4,19876,9000,0,0,0,0,0,28,0), +(4,19888,12000,0,0,0,0,0,32,0), +(4,19891,14000,0,0,0,0,0,36,0), +(4,19895,20000,0,0,19876,0,0,40,0), +(4,19896,34000,0,0,19895,0,0,52,0), +(4,19897,22000,0,0,19888,0,0,44,0), +(4,19898,42000,0,0,19897,0,0,56,0), +(4,19899,26000,0,0,19891,0,0,48,0), +(4,19900,46000,0,0,19899,0,0,60,0), +(4,19939,6000,0,0,19750,0,0,26,0), +(4,19940,13000,0,0,19939,0,0,34,0), +(4,19941,21000,0,0,19940,0,0,42,0), +(4,19942,28000,0,0,19941,0,0,50,0), +(4,19943,44000,0,0,19942,0,0,58,0), +(4,20116,11000,0,0,26573,0,0,30,0), +(4,20164,4000,0,0,0,0,0,22,0), +(4,20165,11000,0,0,0,0,0,30,0), +(4,20166,16000,0,0,0,0,0,38,0), +(4,20217,4000,0,0,0,0,0,20,0), +(4,20271,100,0,0,0,0,0,4,0), +(4,20772,26000,0,0,10324,0,0,48,0), +(4,20773,46000,0,0,20772,0,0,60,0), +(4,20922,20000,0,0,20116,0,0,40,0), +(4,20923,28000,0,0,20922,0,0,50,0), +(4,20924,46000,0,0,20923,0,0,60,0), +(4,20927,1400,0,0,20925,0,0,50,0), +(4,20928,2300,0,0,20927,0,0,60,0), +(4,20929,1300,0,0,20473,0,0,48,0), +(4,20930,2100,0,0,20929,0,0,56,0), +(4,24239,46000,0,0,24274,0,0,60,0), +(4,24274,34000,0,0,24275,0,0,52,0), +(4,24275,22000,0,0,0,0,0,44,0), +(4,25290,50000,0,0,19854,0,0,60,0), +(4,25291,50000,0,0,19838,0,0,60,0), +(4,25292,46000,0,0,10329,0,0,60,0), +(4,25780,3000,0,0,0,0,0,16,0), +(4,25782,46000,0,0,19838,0,0,52,0), +(4,25894,46000,0,0,19854,0,0,54,0), +(4,25898,2300,0,0,0,0,0,60,0), +(4,25899,2300,0,0,20911,0,0,60,0), +(4,25916,46000,0,0,25782,25291,0,60,0), +(4,25918,46000,0,0,25894,25290,0,60,0), +(4,26573,4000,0,0,0,0,0,20,0), +(4,27135,55000,0,0,25292,0,0,62,0), +(4,27136,130000,0,0,27135,0,0,70,0), +(4,27137,83000,0,0,19943,0,0,66,0), +(4,27138,100000,0,0,10314,0,0,68,0), +(4,27139,110000,0,0,10318,0,0,69,0), +(4,27140,200000,0,0,25291,0,0,70,0), +(4,27141,100000,0,0,25916,27140,0,70,0), +(4,27142,75000,0,0,25290,0,0,65,0), +(4,27143,75000,0,0,25918,27142,0,65,0), +(4,27149,130000,0,0,10293,0,0,70,0), +(4,27150,83000,0,0,10301,0,0,66,0), +(4,27151,61000,0,0,19896,0,0,63,0), +(4,27152,100000,0,0,19898,0,0,68,0), +(4,27153,130000,0,0,19900,0,0,70,0), +(4,27154,110000,0,0,10310,0,0,69,0), +(4,27173,130000,0,0,20924,0,0,70,0), +(4,27174,3348,0,0,20930,0,0,64,0), +(4,27179,6500,0,0,20928,0,0,70,0), +(4,27180,100000,0,0,24239,0,0,68,0), +(4,31789,4000,0,0,0,0,0,14,0), +(4,31884,130000,0,0,0,0,0,70,0), +(4,32223,55000,0,0,0,0,0,62,0), +(4,32699,2300,0,0,31935,0,0,60,0), +(4,32700,5000,0,0,32699,0,0,70,0), +(4,33072,6500,0,0,27174,0,0,70,0), +(4,34767,3500,0,0,33391,34769,0,40,0), +(4,34768,3500,0,0,0,0,0,20,0), +(4,48781,200000,0,0,27136,0,0,75,0), +(4,48782,200000,0,0,48781,0,0,80,0), +(4,48784,200000,0,0,27137,0,0,74,0), +(4,48785,200000,0,0,48784,0,0,79,0), +(4,48788,200000,0,0,27154,0,0,78,0), +(4,48800,200000,0,0,27138,0,0,73,0), +(4,48801,200000,0,0,48800,0,0,79,0), +(4,48805,200000,0,0,27180,0,0,74,0), +(4,48806,200000,0,0,48805,0,0,80,0), +(4,48816,200000,0,0,27139,0,0,72,0), +(4,48817,200000,0,0,48816,0,0,78,0), +(4,48818,200000,0,0,27173,0,0,75,0), +(4,48819,200000,0,0,48818,0,0,80,0), +(4,48824,10000,0,0,33072,0,0,75,0), +(4,48825,10000,0,0,48824,0,0,80,0), +(4,48826,10000,0,0,32700,0,0,75,0), +(4,48827,10000,0,0,48826,0,0,80,0), +(4,48931,200000,0,0,27140,0,0,73,0), +(4,48932,200000,0,0,48931,0,0,79,0), +(4,48933,200000,0,0,27141,48931,0,73,0), +(4,48934,200000,0,0,48933,48932,0,79,0), +(4,48935,200000,0,0,27142,0,0,71,0), +(4,48936,200000,0,0,48935,0,0,77,0), +(4,48937,200000,0,0,27143,48935,0,71,0), +(4,48938,200000,0,0,48937,48936,0,77,0), +(4,48941,200000,0,0,27149,0,0,74,0), +(4,48942,200000,0,0,48941,0,0,79,0), +(4,48943,200000,0,0,27151,0,0,76,0), +(4,48945,200000,0,0,27152,0,0,77,0), +(4,48947,200000,0,0,27153,0,0,78,0), +(4,48949,200000,0,0,20773,0,0,72,0), +(4,48950,200000,0,0,48949,0,0,79,0), +(4,48951,10000,0,0,27179,0,0,75,0), +(4,48952,10000,0,0,48951,0,0,80,0), +(4,53407,9000,0,0,0,0,0,28,0), +(4,53408,1000,0,0,0,0,0,12,0), +(4,53600,200000,0,0,0,0,0,75,0), +(4,53601,100000,0,0,0,0,0,80,0), +(4,53736,100000,0,0,0,0,0,66,0), +(4,54043,200000,0,0,27150,0,0,76,0), +(4,54428,100000,0,0,0,0,0,71,0), +(4,61411,200000,0,0,53600,0,0,80,0), +(4,62124,3000,0,0,0,0,0,16,0), +(5,465,10,0,0,0,0,0,1,0), +(5,498,100,0,0,0,0,0,6,0), +(5,633,300,0,0,0,0,0,10,0), +(5,639,100,0,0,635,0,0,6,0), +(5,642,13000,0,0,0,0,0,34,0), +(5,643,4000,0,0,10290,0,0,20,0), +(5,647,2000,0,0,639,0,0,14,0), +(5,750,20000,0,0,0,0,0,40,0), +(5,853,100,0,0,0,0,0,8,0), +(5,879,4000,0,0,0,0,0,20,0), +(5,1022,300,0,0,0,0,0,10,0), +(5,1026,4000,0,0,647,0,0,22,0), +(5,1032,20000,0,0,10291,0,0,40,0), +(5,1038,6000,0,0,0,0,0,26,0), +(5,1042,11000,0,0,1026,0,0,30,0), +(5,1044,3500,0,0,0,0,0,18,0), +(5,1152,100,0,0,0,0,0,8,0), +(5,2800,11000,0,0,633,0,0,30,0), +(5,2812,28000,0,0,0,0,0,50,0), +(5,3127,100,0,0,0,0,0,8,0), +(5,3472,16000,0,0,1042,0,0,38,0), +(5,4987,21000,0,0,0,0,0,42,0), +(5,5502,4000,0,0,0,0,0,20,0), +(5,5588,5000,0,0,853,0,0,24,0), +(5,5589,20000,0,0,5588,0,0,40,0), +(5,5599,5000,0,0,1022,0,0,24,0), +(5,5614,9000,0,0,879,0,0,28,0), +(5,5615,14000,0,0,5614,0,0,36,0), +(5,6940,24000,0,0,0,0,0,46,0), +(5,7294,3000,0,0,0,0,0,16,0), +(5,10278,16000,0,0,5599,0,0,38,0), +(5,10290,300,0,0,465,0,0,10,0), +(5,10291,11000,0,0,643,0,0,30,0), +(5,10292,28000,0,0,1032,0,0,50,0), +(5,10293,46000,0,0,10292,0,0,60,0), +(5,10298,6000,0,0,7294,0,0,26,0), +(5,10299,14000,0,0,10298,0,0,36,0), +(5,10300,24000,0,0,10299,0,0,46,0), +(5,10301,42000,0,0,10300,0,0,56,0), +(5,10308,40000,0,0,5589,0,0,54,0), +(5,10310,28000,0,0,2800,0,0,50,0), +(5,10312,22000,0,0,5615,0,0,44,0), +(5,10313,34000,0,0,10312,0,0,52,0), +(5,10314,46000,0,0,10313,0,0,60,0), +(5,10318,46000,0,0,2812,0,0,60,0), +(5,10322,5000,0,0,7328,0,0,24,0), +(5,10324,14000,0,0,10322,0,0,36,0), +(5,10326,5000,0,0,0,0,0,24,0), +(5,10328,24000,0,0,3472,0,0,46,0), +(5,10329,40000,0,0,10328,0,0,54,0), +(5,19740,100,0,0,0,0,0,4,0), +(5,19742,2000,0,0,0,0,0,14,0), +(5,19746,4000,0,0,0,0,0,22,0), +(5,19750,4000,0,0,0,0,0,20,0), +(5,19752,11000,0,0,0,0,0,30,0), +(5,19834,1000,0,0,19740,0,0,12,0), +(5,19835,4000,0,0,19834,0,0,22,0), +(5,19836,12000,0,0,19835,0,0,32,0), +(5,19837,21000,0,0,19836,0,0,42,0), +(5,19838,34000,0,0,19837,0,0,52,0), +(5,19850,5000,0,0,19742,0,0,24,0), +(5,19852,13000,0,0,19850,0,0,34,0), +(5,19853,22000,0,0,19852,0,0,44,0), +(5,19854,40000,0,0,19853,0,0,54,0), +(5,19876,9000,0,0,0,0,0,28,0), +(5,19888,12000,0,0,0,0,0,32,0), +(5,19891,14000,0,0,0,0,0,36,0), +(5,19895,20000,0,0,19876,0,0,40,0), +(5,19896,34000,0,0,19895,0,0,52,0), +(5,19897,22000,0,0,19888,0,0,44,0), +(5,19898,42000,0,0,19897,0,0,56,0), +(5,19899,26000,0,0,19891,0,0,48,0), +(5,19900,46000,0,0,19899,0,0,60,0), +(5,19939,6000,0,0,19750,0,0,26,0), +(5,19940,13000,0,0,19939,0,0,34,0), +(5,19941,21000,0,0,19940,0,0,42,0), +(5,19942,28000,0,0,19941,0,0,50,0), +(5,19943,44000,0,0,19942,0,0,58,0), +(5,20116,11000,0,0,26573,0,0,30,0), +(5,20164,4000,0,0,0,0,0,22,0), +(5,20165,11000,0,0,0,0,0,30,0), +(5,20166,16000,0,0,0,0,0,38,0), +(5,20217,4000,0,0,0,0,0,20,0), +(5,20271,100,0,0,0,0,0,4,0), +(5,20772,26000,0,0,10324,0,0,48,0), +(5,20773,46000,0,0,20772,0,0,60,0), +(5,20922,20000,0,0,20116,0,0,40,0), +(5,20923,28000,0,0,20922,0,0,50,0), +(5,20924,46000,0,0,20923,0,0,60,0), +(5,20927,1400,0,0,20925,0,0,50,0), +(5,20928,2300,0,0,20927,0,0,60,0), +(5,20929,1300,0,0,20473,0,0,48,0), +(5,20930,2100,0,0,20929,0,0,56,0), +(5,24239,46000,0,0,24274,0,0,60,0), +(5,24274,34000,0,0,24275,0,0,52,0), +(5,24275,22000,0,0,0,0,0,44,0), +(5,25290,50000,0,0,19854,0,0,60,0), +(5,25291,50000,0,0,19838,0,0,60,0), +(5,25292,46000,0,0,10329,0,0,60,0), +(5,25780,3000,0,0,0,0,0,16,0), +(5,25782,46000,0,0,19838,0,0,52,0), +(5,25894,46000,0,0,19854,0,0,54,0), +(5,25898,2300,0,0,0,0,0,60,0), +(5,25899,2300,0,0,20911,0,0,60,0), +(5,25916,46000,0,0,25782,25291,0,60,0), +(5,25918,46000,0,0,25894,25290,0,60,0), +(5,26573,4000,0,0,0,0,0,20,0), +(5,27135,55000,0,0,25292,0,0,62,0), +(5,27136,130000,0,0,27135,0,0,70,0), +(5,27137,83000,0,0,19943,0,0,66,0), +(5,27138,100000,0,0,10314,0,0,68,0), +(5,27139,110000,0,0,10318,0,0,69,0), +(5,27140,200000,0,0,25291,0,0,70,0), +(5,27141,100000,0,0,25916,27140,0,70,0), +(5,27142,75000,0,0,25290,0,0,65,0), +(5,27143,75000,0,0,25918,27142,0,65,0), +(5,27149,130000,0,0,10293,0,0,70,0), +(5,27150,83000,0,0,10301,0,0,66,0), +(5,27151,61000,0,0,19896,0,0,63,0), +(5,27152,100000,0,0,19898,0,0,68,0), +(5,27153,130000,0,0,19900,0,0,70,0), +(5,27154,110000,0,0,10310,0,0,69,0), +(5,27173,130000,0,0,20924,0,0,70,0), +(5,27174,3348,0,0,20930,0,0,64,0), +(5,27179,6500,0,0,20928,0,0,70,0), +(5,27180,100000,0,0,24239,0,0,68,0), +(5,31789,4000,0,0,0,0,0,14,0), +(5,31884,130000,0,0,0,0,0,70,0), +(5,32223,55000,0,0,0,0,0,62,0), +(5,32699,2300,0,0,31935,0,0,60,0), +(5,32700,5000,0,0,32699,0,0,70,0), +(5,33072,6500,0,0,27174,0,0,70,0), +(5,48781,200000,0,0,27136,0,0,75,0), +(5,48782,200000,0,0,48781,0,0,80,0), +(5,48784,200000,0,0,27137,0,0,74,0), +(5,48785,200000,0,0,48784,0,0,79,0), +(5,48788,200000,0,0,27154,0,0,78,0), +(5,48800,200000,0,0,27138,0,0,73,0), +(5,48801,200000,0,0,48800,0,0,79,0), +(5,48805,200000,0,0,27180,0,0,74,0), +(5,48806,200000,0,0,48805,0,0,80,0), +(5,48816,200000,0,0,27139,0,0,72,0), +(5,48817,200000,0,0,48816,0,0,78,0), +(5,48818,200000,0,0,27173,0,0,75,0), +(5,48819,200000,0,0,48818,0,0,80,0), +(5,48824,10000,0,0,33072,0,0,75,0), +(5,48825,10000,0,0,48824,0,0,80,0), +(5,48826,10000,0,0,32700,0,0,75,0), +(5,48827,10000,0,0,48826,0,0,80,0), +(5,48931,200000,0,0,27140,0,0,73,0), +(5,48932,200000,0,0,48931,0,0,79,0), +(5,48933,200000,0,0,27141,48931,0,73,0), +(5,48934,200000,0,0,48933,48932,0,79,0), +(5,48935,200000,0,0,27142,0,0,71,0), +(5,48936,200000,0,0,48935,0,0,77,0), +(5,48937,200000,0,0,27143,48935,0,71,0), +(5,48938,200000,0,0,48937,48936,0,77,0), +(5,48941,200000,0,0,27149,0,0,74,0), +(5,48942,200000,0,0,48941,0,0,79,0), +(5,48943,200000,0,0,27151,0,0,76,0), +(5,48945,200000,0,0,27152,0,0,77,0), +(5,48947,200000,0,0,27153,0,0,78,0), +(5,48949,200000,0,0,20773,0,0,72,0), +(5,48950,200000,0,0,48949,0,0,79,0), +(5,48951,10000,0,0,27179,0,0,75,0), +(5,48952,10000,0,0,48951,0,0,80,0), +(5,53407,9000,0,0,0,0,0,28,0), +(5,53408,1000,0,0,0,0,0,12,0), +(5,53600,200000,0,0,0,0,0,75,0), +(5,53601,100000,0,0,0,0,0,80,0), +(5,54043,200000,0,0,27150,0,0,76,0), +(5,54428,100000,0,0,0,0,0,71,0), +(5,61411,200000,0,0,53600,0,0,80,0), +(5,62124,3000,0,0,0,0,0,16,0), +(6,465,10,0,0,0,0,0,1,0), +(6,498,100,0,0,0,0,0,6,0), +(6,639,100,0,0,635,0,0,6,0), +(6,19740,100,0,0,0,0,0,4,0), +(6,20271,100,0,0,0,0,0,4,0), +(7,136,600,0,0,0,0,0,12,0), +(7,674,2200,0,0,0,0,0,20,0), +(7,781,2200,0,0,0,0,0,20,0), +(7,1002,1200,0,0,0,0,0,14,0), +(7,1130,100,0,0,0,0,0,6,0), +(7,1462,7000,0,0,0,0,0,24,0), +(7,1494,10,0,0,0,0,0,2,0), +(7,1495,1800,0,0,0,0,0,16,0), +(7,1499,2200,0,0,0,0,0,20,0), +(7,1510,18000,0,0,0,0,0,40,0), +(7,1513,1200,0,0,0,0,0,14,0), +(7,1543,10000,0,0,0,0,0,32,0), +(7,1978,100,0,0,0,0,0,4,0), +(7,2643,2000,0,0,0,0,0,18,0), +(7,2974,600,0,0,0,0,0,12,0), +(7,3034,14000,0,0,0,0,0,36,0), +(7,3043,6000,0,0,0,0,0,22,0), +(7,3044,100,0,0,0,0,0,6,0), +(7,3045,7000,0,0,0,0,0,26,0), +(7,3111,2200,0,0,136,0,0,20,0), +(7,3127,200,0,0,0,0,0,8,0), +(7,3661,8000,0,0,3111,0,0,28,0), +(7,3662,14000,0,0,3661,0,0,36,0), +(7,5116,200,0,0,0,0,0,8,0), +(7,5118,2200,0,0,0,0,0,16,0), +(7,5384,8000,0,0,0,0,0,30,0), +(7,6197,1200,0,0,0,0,0,14,0), +(7,8737,18000,0,0,0,0,0,40,0), +(7,13159,18000,0,0,0,0,0,40,0), +(7,13161,8000,0,0,0,0,0,30,0), +(7,13163,100,0,0,0,0,0,4,0), +(7,13165,400,0,0,0,0,0,10,0), +(7,13542,26000,0,0,3662,0,0,44,0), +(7,13543,40000,0,0,13542,0,0,52,0), +(7,13544,50000,0,0,13543,0,0,60,0), +(7,13549,400,0,0,1978,0,0,10,0), +(7,13550,2000,0,0,13549,0,0,18,0), +(7,13551,7000,0,0,13550,0,0,26,0), +(7,13552,12000,0,0,13551,0,0,34,0), +(7,13553,24000,0,0,13552,0,0,42,0), +(7,13554,36000,0,0,13553,0,0,50,0), +(7,13555,48000,0,0,13554,0,0,58,0), +(7,13795,1800,0,0,0,0,0,16,0), +(7,13809,8000,0,0,0,0,0,28,0), +(7,13813,12000,0,0,0,0,0,34,0), +(7,14260,200,0,0,2973,0,0,8,0), +(7,14261,1800,0,0,14260,0,0,16,0), +(7,14262,7000,0,0,14261,0,0,24,0), +(7,14263,10000,0,0,14262,0,0,32,0), +(7,14264,18000,0,0,14263,0,0,40,0), +(7,14265,32000,0,0,14264,0,0,48,0), +(7,14266,46000,0,0,14265,0,0,56,0), +(7,14269,8000,0,0,1495,0,0,30,0), +(7,14270,26000,0,0,14269,0,0,44,0), +(7,14271,48000,0,0,14270,0,0,58,0), +(7,14281,600,0,0,3044,0,0,12,0), +(7,14282,2200,0,0,14281,0,0,20,0), +(7,14283,8000,0,0,14282,0,0,28,0), +(7,14284,14000,0,0,14283,0,0,36,0), +(7,14285,26000,0,0,14284,0,0,44,0), +(7,14286,40000,0,0,14285,0,0,52,0), +(7,14287,50000,0,0,14286,0,0,60,0), +(7,14288,8000,0,0,2643,0,0,30,0), +(7,14289,24000,0,0,14288,0,0,42,0), +(7,14290,42000,0,0,14289,0,0,54,0), +(7,14294,36000,0,0,1510,0,0,50,0), +(7,14295,48000,0,0,14294,0,0,58,0), +(7,14302,7000,0,0,13795,0,0,26,0), +(7,14303,14000,0,0,14302,0,0,36,0), +(7,14304,28000,0,0,14303,0,0,46,0), +(7,14305,46000,0,0,14304,0,0,56,0), +(7,14310,18000,0,0,1499,0,0,40,0), +(7,14311,50000,0,0,14310,0,0,60,0), +(7,14316,26000,0,0,13813,0,0,44,0), +(7,14317,42000,0,0,14316,0,0,54,0), +(7,14318,2000,0,0,13165,0,0,18,0), +(7,14319,8000,0,0,14318,0,0,28,0), +(7,14320,16000,0,0,14319,0,0,38,0), +(7,14321,32000,0,0,14320,0,0,48,0), +(7,14322,48000,0,0,14321,0,0,58,0), +(7,14323,6000,0,0,1130,0,0,22,0), +(7,14324,18000,0,0,14323,0,0,40,0), +(7,14325,48000,0,0,14324,0,0,58,0), +(7,14326,8000,0,0,1513,0,0,30,0), +(7,14327,28000,0,0,14326,0,0,46,0), +(7,19263,2200,0,0,0,0,0,60,0), +(7,19801,50000,0,0,0,0,0,60,0), +(7,19878,10000,0,0,0,0,0,32,0), +(7,19879,36000,0,0,0,0,0,50,0), +(7,19880,7000,0,0,0,0,0,26,0), +(7,19882,18000,0,0,0,0,0,40,0), +(7,19883,400,0,0,0,0,0,10,0), +(7,19884,2000,0,0,0,0,0,18,0), +(7,19885,7000,0,0,0,0,0,24,0), +(7,20043,28000,0,0,0,0,0,46,0), +(7,20190,46000,0,0,20043,0,0,56,0), +(7,20736,600,0,0,0,0,0,12,0), +(7,20900,400,0,0,19434,0,0,28,0), +(7,20901,700,0,0,20900,0,0,36,0), +(7,20902,1300,0,0,20901,0,0,44,0), +(7,20903,2000,0,0,20902,0,0,52,0), +(7,20904,2500,0,0,20903,0,0,60,0), +(7,20909,1200,0,0,19306,0,0,42,0), +(7,20910,2100,0,0,20909,0,0,54,0), +(7,24132,1800,0,0,19386,0,0,50,0), +(7,24133,2500,0,0,24132,0,0,60,0), +(7,25294,50000,0,0,14290,0,0,60,0), +(7,25295,50000,0,0,13555,0,0,60,0), +(7,25296,50000,0,0,14322,0,0,60,0), +(7,27014,87000,0,0,14266,0,0,63,0), +(7,27016,140000,0,0,25295,0,0,67,0), +(7,27019,170000,0,0,14287,0,0,69,0), +(7,27021,140000,0,0,25294,0,0,67,0), +(7,27022,140000,0,0,14295,0,0,67,0), +(7,27023,110000,0,0,14305,0,0,65,0), +(7,27025,68000,0,0,14317,0,0,61,0), +(7,27044,150000,0,0,25296,0,0,68,0), +(7,27045,150000,0,0,20190,0,0,68,0), +(7,27046,150000,0,0,13544,0,0,68,0), +(7,27065,10000,0,0,20904,0,0,70,0), +(7,27067,2500,0,0,20910,0,0,66,0), +(7,27068,5000,0,0,24133,0,0,70,0), +(7,34026,120000,0,0,0,0,0,66,0), +(7,34074,2200,0,0,0,0,0,20,0), +(7,34120,70000,0,0,56641,0,0,62,0), +(7,34477,190000,0,0,0,0,0,70,0), +(7,34600,150000,0,0,0,0,0,68,0), +(7,36916,300000,0,0,14271,0,0,70,0), +(7,48989,300000,0,0,27046,0,0,74,0), +(7,48990,300000,0,0,48989,0,0,80,0), +(7,48995,300000,0,0,27014,0,0,71,0), +(7,48996,300000,0,0,48995,0,0,77,0), +(7,48998,15000,0,0,27067,0,0,72,0), +(7,48999,15000,0,0,48998,0,0,78,0), +(7,49000,300000,0,0,27016,0,0,73,0), +(7,49001,300000,0,0,49000,0,0,79,0), +(7,49011,100000,0,0,27068,0,0,75,0), +(7,49012,100000,0,0,49011,0,0,80,0), +(7,49044,300000,0,0,27019,0,0,73,0), +(7,49045,300000,0,0,49044,0,0,79,0), +(7,49047,300000,0,0,27021,0,0,74,0), +(7,49048,300000,0,0,49047,0,0,80,0), +(7,49049,10000,0,0,27065,0,0,75,0), +(7,49050,10000,0,0,49049,0,0,80,0), +(7,49051,300000,0,0,34120,0,0,71,0), +(7,49052,300000,0,0,49051,0,0,77,0), +(7,49055,300000,0,0,27023,0,0,72,0), +(7,49056,300000,0,0,49055,0,0,78,0), +(7,49066,300000,0,0,27025,0,0,71,0), +(7,49067,300000,0,0,49066,0,0,77,0), +(7,49071,300000,0,0,27045,0,0,76,0), +(7,53271,10000,0,0,0,0,0,75,0), +(7,53338,10000,0,0,14325,0,0,76,0), +(7,53339,300000,0,0,36916,0,0,80,0), +(7,53351,300000,0,0,0,0,0,71,0), +(7,56641,36000,0,0,0,0,0,50,0), +(7,58431,300000,0,0,27022,0,0,74,0), +(7,58434,300000,0,0,58431,0,0,80,0), +(7,60051,400,0,0,53301,0,0,70,0), +(7,60052,400,0,0,60051,0,0,75,0), +(7,60053,100000,0,0,60052,0,0,80,0), +(7,60192,100000,0,0,0,0,0,80,0), +(7,61005,300000,0,0,53351,0,0,75,0), +(7,61006,300000,0,0,61005,0,0,80,0), +(7,61846,300000,0,0,0,0,0,74,0), +(7,61847,300000,0,0,61846,0,0,80,0), +(7,62757,300000,0,0,0,0,0,80,0), +(7,63668,1800,0,0,3674,0,0,57,0), +(7,63669,7000,0,0,63668,0,0,63,0), +(7,63670,10000,0,0,63669,0,0,69,0), +(7,63671,10000,0,0,63670,0,0,75,0), +(7,63672,10000,0,0,63671,0,0,80,0), +(8,1130,100,0,0,0,0,0,6,0), +(8,1494,10,0,0,0,0,0,2,0), +(8,1978,100,0,0,0,0,0,4,0), +(8,3044,100,0,0,0,0,0,6,0), +(8,13163,100,0,0,0,0,0,4,0), +(9,53,100,0,0,0,0,0,4,0), +(9,408,10000,0,0,0,0,0,30,0), +(9,674,300,0,0,0,0,0,10,0), +(9,703,1200,0,0,0,0,0,14,0), +(9,921,100,0,0,0,0,0,4,0), +(9,1725,4000,0,0,0,0,0,22,0), +(9,1757,100,0,0,1752,0,0,6,0), +(9,1758,1200,0,0,1757,0,0,14,0), +(9,1759,4000,0,0,1758,0,0,22,0), +(9,1760,10000,0,0,1759,0,0,30,0), +(9,1766,800,0,0,0,0,0,12,0), +(9,1776,100,0,0,0,0,0,6,0), +(9,1784,10,0,0,0,0,0,1,0), +(9,1804,1800,0,0,0,0,0,16,0), +(9,1833,6000,0,0,0,0,0,26,0), +(9,1842,10000,0,0,0,0,0,30,0), +(9,1856,4000,0,0,0,0,0,22,0), +(9,1857,27000,0,0,1856,0,0,42,0), +(9,1860,20000,0,0,0,0,0,40,0), +(9,1943,3000,0,0,0,0,0,20,0), +(9,1966,1800,0,0,0,0,0,16,0), +(9,2070,8000,0,0,6770,0,0,28,0), +(9,2094,14000,0,0,0,0,0,34,0), +(9,2589,800,0,0,53,0,0,12,0), +(9,2590,3000,0,0,2589,0,0,20,0), +(9,2591,8000,0,0,2590,0,0,28,0), +(9,2836,5000,0,0,0,0,0,24,0), +(9,2983,300,0,0,0,0,0,10,0), +(9,3127,800,0,0,0,0,0,12,0), +(9,5171,300,0,0,0,0,0,10,0), +(9,5277,200,0,0,0,0,0,8,0), +(9,5938,100000,0,0,0,0,0,70,0), +(9,6760,200,0,0,2098,0,0,8,0), +(9,6761,1800,0,0,6760,0,0,16,0), +(9,6762,5000,0,0,6761,0,0,24,0), +(9,6768,8000,0,0,1966,0,0,28,0), +(9,6770,300,0,0,0,0,0,10,0), +(9,6774,27000,0,0,5171,0,0,42,0), +(9,8621,18000,0,0,1760,0,0,38,0), +(9,8623,12000,0,0,6762,0,0,32,0), +(9,8624,20000,0,0,8623,0,0,40,0), +(9,8631,4000,0,0,703,0,0,22,0), +(9,8632,10000,0,0,8631,0,0,30,0), +(9,8633,18000,0,0,8632,0,0,38,0), +(9,8637,20000,0,0,6768,0,0,40,0), +(9,8639,8000,0,0,1943,0,0,28,0), +(9,8640,16000,0,0,8639,0,0,36,0), +(9,8643,35000,0,0,408,0,0,50,0), +(9,8647,1200,0,0,0,0,0,14,0), +(9,8676,2900,0,0,0,0,0,18,0), +(9,8696,14000,0,0,2983,0,0,34,0), +(9,8721,16000,0,0,2591,0,0,36,0), +(9,8724,6000,0,0,8676,0,0,26,0), +(9,8725,14000,0,0,8724,0,0,34,0), +(9,11267,27000,0,0,8725,0,0,42,0), +(9,11268,35000,0,0,11267,0,0,50,0), +(9,11269,52000,0,0,11268,0,0,58,0), +(9,11273,29000,0,0,8640,0,0,44,0), +(9,11274,46000,0,0,11273,0,0,52,0), +(9,11275,54000,0,0,11274,0,0,60,0), +(9,11279,29000,0,0,8721,0,0,44,0), +(9,11280,46000,0,0,11279,0,0,52,0), +(9,11281,54000,0,0,11280,0,0,60,0), +(9,11289,31000,0,0,8633,0,0,46,0), +(9,11290,48000,0,0,11289,0,0,54,0), +(9,11293,31000,0,0,8621,0,0,46,0), +(9,11294,48000,0,0,11293,0,0,54,0), +(9,11297,33000,0,0,2070,0,0,48,0), +(9,11299,33000,0,0,8624,0,0,48,0), +(9,11300,50000,0,0,11299,0,0,56,0), +(9,11303,46000,0,0,8637,0,0,52,0), +(9,11305,52000,0,0,8696,0,0,58,0), +(9,17347,384,0,0,16511,0,0,46,0), +(9,17348,650,0,0,17347,0,0,58,0), +(9,25300,72000,0,0,11281,0,0,60,0), +(9,25302,50000,0,0,11303,0,0,60,0), +(9,26669,35000,0,0,5277,0,0,50,0), +(9,26679,72000,0,0,0,0,0,64,0), +(9,26839,50000,0,0,11290,0,0,61,0), +(9,26861,50000,0,0,11294,0,0,62,0), +(9,26862,100000,0,0,26861,0,0,70,0), +(9,26863,110000,0,0,25300,0,0,68,0), +(9,26864,2700,0,0,17348,0,0,70,0), +(9,26865,140000,0,0,31016,0,0,64,0), +(9,26867,120000,0,0,11275,0,0,68,0), +(9,26884,100000,0,0,26839,0,0,70,0), +(9,26889,59000,0,0,1857,0,0,62,0), +(9,27441,80000,0,0,11269,0,0,66,0), +(9,27448,72000,0,0,25302,0,0,64,0), +(9,31016,65000,0,0,11300,0,0,60,0), +(9,31224,89000,0,0,0,0,0,66,0), +(9,32645,59000,0,0,0,0,0,62,0), +(9,32684,100000,0,0,32645,0,0,69,0), +(9,34411,5500,0,0,1329,0,0,50,0), +(9,34412,6500,0,0,34411,0,0,60,0), +(9,34413,7500,0,0,34412,0,0,70,0), +(9,48637,300000,0,0,26862,0,0,76,0), +(9,48638,300000,0,0,48637,0,0,80,0), +(9,48656,300000,0,0,26863,0,0,74,0), +(9,48657,300000,0,0,48656,0,0,80,0), +(9,48658,300000,0,0,27448,0,0,72,0), +(9,48659,300000,0,0,48658,0,0,78,0), +(9,48660,15000,0,0,26864,0,0,80,0), +(9,48663,15000,0,0,34413,0,0,75,0), +(9,48666,15000,0,0,48663,0,0,80,0), +(9,48667,300000,0,0,26865,0,0,73,0), +(9,48668,300000,0,0,48667,0,0,79,0), +(9,48671,300000,0,0,26867,0,0,74,0), +(9,48672,300000,0,0,48671,0,0,79,0), +(9,48673,100000,0,0,26679,0,0,70,0), +(9,48674,300000,0,0,48673,0,0,76,0), +(9,48675,300000,0,0,26884,0,0,75,0), +(9,48676,300000,0,0,48675,0,0,80,0), +(9,48689,140000,0,0,27441,0,0,70,0), +(9,48690,300000,0,0,48689,0,0,75,0), +(9,48691,300000,0,0,48690,0,0,80,0), +(9,51722,3000,0,0,0,0,0,20,0), +(9,51723,300000,0,0,0,0,0,80,0), +(9,51724,300000,0,0,11297,0,0,71,0), +(9,57934,300000,0,0,0,0,0,75,0), +(9,57992,300000,0,0,32684,0,0,74,0), +(9,57993,300000,0,0,57992,0,0,80,0), +(10,53,100,0,0,0,0,0,4,0), +(10,921,100,0,0,0,0,0,4,0), +(10,1757,100,0,0,1752,0,0,6,0), +(10,1776,100,0,0,0,0,0,6,0), +(10,1784,10,0,0,0,0,0,1,0), +(11,17,100,0,0,0,0,0,6,0), +(11,139,200,0,0,0,0,0,8,0), +(11,453,3000,0,0,0,0,0,20,0), +(11,527,2000,0,0,0,0,0,18,0), +(11,528,1200,0,0,0,0,0,14,0), +(11,552,11000,0,0,0,0,0,32,0), +(11,586,200,0,0,0,0,0,8,0), +(11,588,800,0,0,0,0,0,12,0), +(11,589,100,0,0,0,0,0,4,0), +(11,591,100,0,0,585,0,0,6,0), +(11,592,800,0,0,17,0,0,12,0), +(11,594,300,0,0,589,0,0,10,0), +(11,596,10000,0,0,0,0,0,30,0), +(11,598,1200,0,0,591,0,0,14,0), +(11,600,2000,0,0,592,0,0,18,0), +(11,602,10000,0,0,7128,0,0,30,0), +(11,605,10000,0,0,0,0,0,30,0), +(11,970,2000,0,0,594,0,0,18,0), +(11,976,10000,0,0,0,0,0,30,0), +(11,984,4000,0,0,598,0,0,22,0), +(11,988,14000,0,0,527,0,0,36,0), +(11,992,6000,0,0,970,0,0,26,0), +(11,996,18000,0,0,596,0,0,40,0), +(11,1004,10000,0,0,984,0,0,30,0), +(11,1006,18000,0,0,602,0,0,40,0), +(11,1243,10,0,0,0,0,0,1,0), +(11,1244,800,0,0,1243,0,0,12,0), +(11,1245,5000,0,0,1244,0,0,24,0), +(11,1706,12000,0,0,0,0,0,34,0), +(11,2006,300,0,0,0,0,0,10,0), +(11,2010,4000,0,0,2006,0,0,22,0), +(11,2052,100,0,0,2050,0,0,4,0), +(11,2053,300,0,0,2052,0,0,10,0), +(11,2054,1600,0,0,0,0,0,16,0), +(11,2055,4000,0,0,2054,0,0,22,0), +(11,2060,18000,0,0,0,0,0,40,0), +(11,2061,3000,0,0,0,0,0,20,0), +(11,2096,4000,0,0,0,0,0,22,0), +(11,2767,12000,0,0,992,0,0,34,0), +(11,2791,14000,0,0,1245,0,0,36,0), +(11,2944,3000,0,0,0,0,0,20,0), +(11,3747,5000,0,0,600,0,0,24,0), +(11,6060,16000,0,0,1004,0,0,38,0), +(11,6063,8000,0,0,2055,0,0,28,0), +(11,6064,12000,0,0,6063,0,0,34,0), +(11,6065,10000,0,0,3747,0,0,30,0), +(11,6066,14000,0,0,6065,0,0,36,0), +(11,6074,1200,0,0,139,0,0,14,0), +(11,6075,3000,0,0,6074,0,0,20,0), +(11,6076,6000,0,0,6075,0,0,26,0), +(11,6077,11000,0,0,6076,0,0,32,0), +(11,6078,16000,0,0,6077,0,0,38,0), +(11,6346,800,0,0,0,0,0,20,0), +(11,7128,3000,0,0,588,0,0,20,0), +(11,8092,300,0,0,0,0,0,10,0), +(11,8102,1600,0,0,8092,0,0,16,0), +(11,8103,4000,0,0,8102,0,0,22,0), +(11,8104,8000,0,0,8103,0,0,28,0), +(11,8105,12000,0,0,8104,0,0,34,0), +(11,8106,18000,0,0,8105,0,0,40,0), +(11,8122,1200,0,0,0,0,0,14,0), +(11,8124,8000,0,0,8122,0,0,28,0), +(11,8129,5000,0,0,0,0,0,24,0), +(11,9472,6000,0,0,2061,0,0,26,0), +(11,9473,11000,0,0,9472,0,0,32,0), +(11,9474,16000,0,0,9473,0,0,38,0), +(11,9484,3000,0,0,0,0,0,20,0), +(11,9485,18000,0,0,9484,0,0,40,0), +(11,10880,12000,0,0,2010,0,0,34,0), +(11,10881,26000,0,0,10880,0,0,46,0), +(11,10888,22000,0,0,8124,0,0,42,0), +(11,10890,42000,0,0,10888,0,0,56,0), +(11,10892,22000,0,0,2767,0,0,42,0), +(11,10893,30000,0,0,10892,0,0,50,0), +(11,10894,44000,0,0,10893,0,0,58,0), +(11,10898,22000,0,0,6066,0,0,42,0), +(11,10899,28000,0,0,10898,0,0,48,0), +(11,10900,40000,0,0,10899,0,0,54,0), +(11,10901,46000,0,0,10900,0,0,60,0), +(11,10909,24000,0,0,2096,0,0,44,0), +(11,10915,24000,0,0,9474,0,0,44,0), +(11,10916,30000,0,0,10915,0,0,50,0), +(11,10917,42000,0,0,10916,0,0,56,0), +(11,10927,24000,0,0,6078,0,0,44,0), +(11,10928,30000,0,0,10927,0,0,50,0), +(11,10929,42000,0,0,10928,0,0,56,0), +(11,10933,26000,0,0,6060,0,0,46,0), +(11,10934,40000,0,0,10933,0,0,54,0), +(11,10937,28000,0,0,2791,0,0,48,0), +(11,10938,46000,0,0,10937,0,0,60,0), +(11,10945,26000,0,0,8106,0,0,46,0), +(11,10946,38000,0,0,10945,0,0,52,0), +(11,10947,44000,0,0,10946,0,0,58,0), +(11,10951,30000,0,0,1006,0,0,50,0), +(11,10952,46000,0,0,10951,0,0,60,0), +(11,10955,46000,0,0,9485,0,0,60,0), +(11,10957,22000,0,0,976,0,0,42,0), +(11,10958,42000,0,0,10957,0,0,56,0), +(11,10960,30000,0,0,996,0,0,50,0), +(11,10961,46000,0,0,10960,0,0,60,0), +(11,10963,26000,0,0,2060,0,0,46,0), +(11,10964,38000,0,0,10963,0,0,52,0), +(11,10965,44000,0,0,10964,0,0,58,0), +(11,14752,600,0,0,0,0,0,30,0), +(11,14818,900,0,0,14752,0,0,40,0), +(11,14819,1500,0,0,14818,0,0,50,0), +(11,14914,3000,0,0,0,0,0,20,0), +(11,15237,3000,0,0,0,0,0,20,0), +(11,15261,46000,0,0,15267,0,0,60,0), +(11,15262,5000,0,0,14914,0,0,24,0), +(11,15263,10000,0,0,15262,0,0,30,0), +(11,15264,14000,0,0,15263,0,0,36,0), +(11,15265,22000,0,0,15264,0,0,42,0), +(11,15266,28000,0,0,15265,0,0,48,0), +(11,15267,40000,0,0,15266,0,0,54,0), +(11,15430,8000,0,0,15237,0,0,28,0), +(11,15431,14000,0,0,15430,0,0,36,0), +(11,17311,400,0,0,15407,0,0,28,0), +(11,17312,700,0,0,17311,0,0,36,0), +(11,17313,1200,0,0,17312,0,0,44,0), +(11,17314,1900,0,0,17313,0,0,52,0), +(11,18807,2300,0,0,17314,0,0,60,0), +(11,19238,60,0,0,19236,0,0,26,0), +(11,19240,300,0,0,19238,0,0,34,0), +(11,19241,600,0,0,19240,0,0,42,0), +(11,19242,1100,0,0,19241,0,0,50,0), +(11,19243,1500,0,0,19242,0,0,58,0), +(11,19276,8000,0,0,2944,0,0,28,0), +(11,19277,14000,0,0,19276,0,0,36,0), +(11,19278,24000,0,0,19277,0,0,44,0), +(11,19279,38000,0,0,19278,0,0,52,0), +(11,19280,46000,0,0,19279,0,0,60,0), +(11,20770,44000,0,0,10881,0,0,58,0), +(11,21562,28000,0,0,0,0,0,48,0), +(11,21564,46000,0,0,21562,0,0,60,0), +(11,25210,65000,0,0,25314,0,0,63,0), +(11,25213,110000,0,0,25210,0,0,68,0), +(11,25217,80000,0,0,10901,0,0,65,0), +(11,25218,140000,0,0,25217,0,0,70,0), +(11,25221,80000,0,0,25315,0,0,65,0), +(11,25222,140000,0,0,25221,0,0,70,0), +(11,25233,53000,0,0,10917,0,0,61,0), +(11,25235,99000,0,0,25233,0,0,67,0), +(11,25308,110000,0,0,25316,0,0,68,0), +(11,25312,2300,0,0,27841,0,0,70,0), +(11,25314,65000,0,0,10965,0,0,60,0), +(11,25315,6500,0,0,10929,0,0,60,0), +(11,25316,6500,0,0,10961,0,0,60,0), +(11,25331,110000,0,0,27801,0,0,68,0), +(11,25363,53000,0,0,10934,0,0,61,0), +(11,25364,65000,0,0,25363,0,0,69,0), +(11,25367,80000,0,0,10894,0,0,65,0), +(11,25368,140000,0,0,25367,0,0,70,0), +(11,25372,65000,0,0,10947,0,0,63,0), +(11,25375,65000,0,0,25372,0,0,69,0), +(11,25384,65000,0,0,15261,0,0,66,0), +(11,25387,6500,0,0,18807,0,0,68,0), +(11,25389,65000,0,0,10938,0,0,70,0), +(11,25392,100000,0,0,21564,0,0,70,0), +(11,25431,65000,0,0,10952,0,0,69,0), +(11,25433,110000,0,0,10958,0,0,68,0), +(11,25435,110000,0,0,20770,0,0,68,0), +(11,25437,2200,0,0,19243,0,0,66,0), +(11,25467,110000,0,0,19280,0,0,68,0), +(11,27681,2300,0,0,14752,0,0,60,0), +(11,27683,42000,0,0,0,0,0,56,0), +(11,27799,24000,0,0,15431,0,0,44,0), +(11,27800,38000,0,0,27799,0,0,52,0), +(11,27801,46000,0,0,27800,0,0,60,0), +(11,27841,2300,0,0,14819,0,0,60,0), +(11,27870,1200,0,0,724,0,0,50,0), +(11,27871,1500,0,0,27870,0,0,60,0), +(11,28275,1500,0,0,27871,0,0,70,0), +(11,32375,110000,0,0,0,0,0,70,0), +(11,32379,59000,0,0,0,0,0,62,0), +(11,32546,72000,0,0,0,0,0,64,0), +(11,32996,110000,0,0,32379,0,0,70,0), +(11,32999,3400,0,0,27681,0,0,70,0), +(11,33076,110000,0,0,0,0,0,68,0), +(11,34433,89000,0,0,0,0,0,66,0), +(11,34863,2100,0,0,34861,0,0,56,0), +(11,34864,2300,0,0,34863,0,0,60,0), +(11,34865,4000,0,0,34864,0,0,65,0), +(11,34866,7000,0,0,34865,0,0,70,0), +(11,34916,2300,0,0,34914,0,0,60,0), +(11,34917,2300,0,0,34916,0,0,70,0), +(11,39374,100000,0,0,27683,0,0,70,0), +(11,48040,180000,0,0,25431,0,0,71,0), +(11,48045,10000,0,0,0,0,0,75,0), +(11,48062,180000,0,0,25213,0,0,73,0), +(11,48063,180000,0,0,48062,0,0,78,0), +(11,48065,180000,0,0,25218,0,0,75,0), +(11,48066,180000,0,0,48065,0,0,80,0), +(11,48067,180000,0,0,25222,0,0,75,0), +(11,48068,180000,0,0,48067,0,0,80,0), +(11,48070,180000,0,0,25235,0,0,73,0), +(11,48071,180000,0,0,48070,0,0,79,0), +(11,48072,180000,0,0,25308,0,0,76,0), +(11,48073,9000,0,0,25312,0,0,80,0), +(11,48074,9000,0,0,32999,0,0,80,0), +(11,48077,180000,0,0,25331,0,0,75,0), +(11,48078,180000,0,0,48077,0,0,80,0), +(11,48086,9000,0,0,28275,0,0,75,0), +(11,48087,9000,0,0,48086,0,0,80,0), +(11,48088,9000,0,0,34866,0,0,75,0), +(11,48089,9000,0,0,48088,0,0,80,0), +(11,48112,100000,0,0,33076,0,0,74,0), +(11,48113,180000,0,0,48112,0,0,79,0), +(11,48119,180000,0,0,32546,0,0,72,0), +(11,48120,180000,0,0,48119,0,0,78,0), +(11,48122,180000,0,0,25364,0,0,74,0), +(11,48123,180000,0,0,48122,0,0,79,0), +(11,48124,180000,0,0,25368,0,0,75,0), +(11,48125,180000,0,0,48124,0,0,80,0), +(11,48126,180000,0,0,25375,0,0,74,0), +(11,48127,180000,0,0,48126,0,0,79,0), +(11,48134,180000,0,0,25384,0,0,72,0), +(11,48135,180000,0,0,48134,0,0,78,0), +(11,48155,9000,0,0,25387,0,0,74,0), +(11,48156,9000,0,0,48155,0,0,80,0), +(11,48157,180000,0,0,32996,0,0,75,0), +(11,48158,180000,0,0,48157,0,0,80,0), +(11,48159,9000,0,0,34917,0,0,75,0), +(11,48160,9000,0,0,48159,0,0,80,0), +(11,48161,180000,0,0,25389,0,0,80,0), +(11,48162,180000,0,0,25392,0,0,80,0), +(11,48168,180000,0,0,48040,0,0,77,0), +(11,48169,180000,0,0,25433,0,0,76,0), +(11,48170,180000,0,0,39374,0,0,77,0), +(11,48171,180000,0,0,25435,0,0,78,0), +(11,48172,3250,0,0,25437,0,0,73,0), +(11,48173,9000,0,0,48172,0,0,80,0), +(11,48299,180000,0,0,25467,0,0,73,0), +(11,48300,180000,0,0,48299,0,0,79,0), +(11,53005,5000,0,0,47540,0,0,70,0), +(11,53006,9000,0,0,53005,0,0,75,0), +(11,53007,9000,0,0,53006,0,0,80,0), +(11,53023,100000,0,0,48045,0,0,80,0), +(11,64843,180000,0,0,0,0,0,80,0), +(11,64901,65000,0,0,0,0,0,80,0), +(12,17,100,0,0,0,0,0,6,0), +(12,589,100,0,0,0,0,0,4,0), +(12,591,100,0,0,585,0,0,6,0), +(12,1243,10,0,0,0,0,0,1,0), +(12,2052,100,0,0,2050,0,0,4,0), +(13,3714,61000,0,0,0,0,0,61,0), +(13,42650,360000,0,0,0,0,0,80,0), +(13,43265,6000,0,0,0,0,0,60,0), +(13,45463,63000,0,0,49999,0,0,70,0), +(13,45524,5800,0,0,0,0,0,58,0), +(13,45529,64000,0,0,0,0,0,64,0), +(13,46584,5600,0,0,0,0,0,56,0), +(13,47476,5900,0,0,0,0,0,59,0), +(13,47528,5700,0,0,0,0,0,57,0), +(13,47568,360000,0,0,0,0,0,75,0), +(13,48263,5700,0,0,0,0,0,57,0), +(13,48265,360000,0,0,0,0,0,70,0), +(13,48707,68000,0,0,0,0,0,68,0), +(13,48721,5800,0,0,0,0,0,58,0), +(13,48743,66000,0,0,0,0,0,66,0), +(13,48792,62000,0,0,0,0,0,62,0), +(13,49020,61000,0,0,0,0,0,61,0), +(13,49892,59000,0,0,47541,0,0,62,0), +(13,49893,68000,0,0,49892,0,0,68,0), +(13,49894,360000,0,0,49893,0,0,76,0), +(13,49895,360000,0,0,49894,0,0,80,0), +(13,49896,61000,0,0,45477,0,0,61,0), +(13,49903,67000,0,0,49896,0,0,67,0), +(13,49904,360000,0,0,49903,0,0,73,0), +(13,49909,360000,0,0,49904,0,0,78,0), +(13,49917,5800,0,0,45462,0,0,60,0), +(13,49918,65000,0,0,49917,0,0,65,0), +(13,49919,360000,0,0,49918,0,0,70,0), +(13,49920,360000,0,0,49919,0,0,75,0), +(13,49921,360000,0,0,49920,0,0,80,0), +(13,49923,360000,0,0,45463,0,0,75,0), +(13,49924,360000,0,0,49923,0,0,80,0), +(13,49926,5900,0,0,45902,0,0,59,0), +(13,49927,64000,0,0,49926,0,0,64,0), +(13,49928,69000,0,0,49927,0,0,69,0), +(13,49929,360000,0,0,49928,0,0,74,0), +(13,49930,360000,0,0,49929,0,0,80,0), +(13,49936,68000,0,0,43265,0,0,67,0), +(13,49937,360000,0,0,49936,0,0,73,0), +(13,49938,360000,0,0,49937,0,0,80,0), +(13,49939,66000,0,0,48721,0,0,66,0), +(13,49940,360000,0,0,49939,0,0,72,0), +(13,49941,360000,0,0,49940,0,0,78,0), +(13,49998,5600,0,0,0,0,0,56,0), +(13,49999,65000,0,0,49998,0,0,63,0), +(13,50842,5600,0,0,0,0,0,56,0), +(13,51325,300,0,0,49158,0,0,60,0), +(13,51326,18000,0,0,51325,0,0,70,0), +(13,51327,18000,0,0,51326,0,0,75,0), +(13,51328,18000,0,0,51327,0,0,80,0), +(13,51409,6500,0,0,49184,0,0,70,0), +(13,51410,10000,0,0,51409,0,0,75,0), +(13,51411,10000,0,0,51410,0,0,80,0), +(13,51416,6200,0,0,49143,0,0,60,0), +(13,51417,3250,0,0,51416,0,0,65,0), +(13,51418,18000,0,0,51417,0,0,70,0), +(13,51419,18000,0,0,51418,0,0,75,0), +(13,51423,67000,0,0,49020,0,0,67,0), +(13,51424,360000,0,0,51423,0,0,73,0), +(13,51425,360000,0,0,51424,0,0,79,0), +(13,53323,63000,0,0,0,0,0,63,0), +(13,53331,6000,0,0,0,0,0,60,0), +(13,53341,55000,0,0,0,0,0,55,0), +(13,53342,5700,0,0,0,0,0,57,0), +(13,53343,55000,0,0,0,0,0,55,0), +(13,53344,360000,0,0,0,0,0,70,0), +(13,54446,68000,0,0,0,0,0,63,0), +(13,54447,5700,0,0,0,0,0,57,0), +(13,55258,5900,0,0,55050,0,0,59,0), +(13,55259,3200,0,0,55258,0,0,64,0), +(13,55260,3450,0,0,55259,0,0,69,0), +(13,55261,18000,0,0,55260,0,0,74,0), +(13,55262,18000,0,0,55261,0,0,80,0), +(13,55265,18000,0,0,55090,0,0,67,0), +(13,55268,18000,0,0,51419,0,0,80,0), +(13,55270,18000,0,0,55265,0,0,73,0), +(13,55271,18000,0,0,55270,0,0,79,0), +(13,56222,65000,0,0,0,0,0,65,0), +(13,56815,67000,0,0,0,0,0,67,0), +(13,57330,65000,0,0,0,0,0,65,0), +(13,57623,360000,0,0,57330,0,0,75,0), +(13,61999,360000,0,0,0,0,0,72,0), +(13,62158,360000,0,0,0,0,0,72,0), +(13,70164,360000,0,0,0,0,0,72,0), +(14,131,3000,0,0,0,0,0,22,0), +(14,324,100,0,0,0,0,0,8,0), +(14,325,1800,0,0,324,0,0,16,0), +(14,332,100,0,0,331,0,0,6,0), +(14,370,800,0,0,0,0,0,12,0), +(14,421,8000,0,0,0,0,0,32,0), +(14,526,1800,0,0,0,0,0,16,0), +(14,529,100,0,0,403,0,0,8,0), +(14,546,6000,0,0,0,0,0,28,0), +(14,547,800,0,0,332,0,0,12,0), +(14,548,900,0,0,529,0,0,14,0), +(14,556,7000,0,0,0,0,0,30,0), +(14,905,3500,0,0,325,0,0,24,0), +(14,913,2000,0,0,547,0,0,18,0), +(14,915,2200,0,0,548,0,0,20,0), +(14,930,12000,0,0,421,0,0,40,0), +(14,939,3500,0,0,913,0,0,24,0), +(14,943,4000,0,0,915,0,0,26,0), +(14,945,8000,0,0,905,0,0,32,0), +(14,959,8000,0,0,939,0,0,32,0), +(14,1064,12000,0,0,0,0,0,40,0), +(14,1535,800,0,0,0,0,0,12,0), +(14,2008,800,0,0,0,0,0,12,0), +(14,2062,58000,0,0,0,0,0,66,0), +(14,2484,100,0,0,0,0,0,6,0), +(14,2645,2200,0,0,0,0,0,16,0), +(14,2825,88000,0,0,0,0,0,70,0), +(14,2860,22000,0,0,930,0,0,48,0), +(14,2894,71000,0,0,0,0,0,68,0), +(14,3738,47000,0,0,0,0,0,64,0), +(14,5675,4000,0,0,0,0,0,26,0), +(14,5730,100,0,0,0,0,0,8,0), +(14,6041,8000,0,0,943,0,0,32,0), +(14,6196,4000,0,0,0,0,0,26,0), +(14,6363,2200,0,0,3599,0,0,20,0), +(14,6364,7000,0,0,6363,0,0,30,0), +(14,6365,12000,0,0,6364,0,0,40,0), +(14,6375,7000,0,0,5394,0,0,30,0), +(14,6377,12000,0,0,6375,0,0,40,0), +(14,6390,2000,0,0,5730,0,0,18,0), +(14,6391,6000,0,0,6390,0,0,28,0), +(14,6392,11000,0,0,6391,0,0,38,0), +(14,6495,9000,0,0,0,0,0,34,0), +(14,8004,2200,0,0,0,0,0,20,0), +(14,8005,12000,0,0,959,0,0,40,0), +(14,8008,6000,0,0,8004,0,0,28,0), +(14,8010,10000,0,0,8008,0,0,36,0), +(14,8012,8000,0,0,370,0,0,32,0), +(14,8017,10,0,0,0,0,0,1,0), +(14,8018,100,0,0,8017,0,0,8,0), +(14,8019,1800,0,0,8018,0,0,16,0), +(14,8024,400,0,0,0,0,0,10,0), +(14,8027,2000,0,0,8024,0,0,18,0), +(14,8030,4000,0,0,8027,0,0,26,0), +(14,8033,2200,0,0,0,0,0,20,0), +(14,8038,6000,0,0,8033,0,0,28,0), +(14,8042,100,0,0,0,0,0,4,0), +(14,8044,100,0,0,8042,0,0,8,0), +(14,8045,900,0,0,8044,0,0,14,0), +(14,8046,3500,0,0,8045,0,0,24,0), +(14,8050,400,0,0,0,0,0,10,0), +(14,8052,2000,0,0,8050,0,0,18,0), +(14,8053,6000,0,0,8052,0,0,28,0), +(14,8056,2200,0,0,0,0,0,20,0), +(14,8058,9000,0,0,8056,0,0,34,0), +(14,8075,400,0,0,0,0,0,10,0), +(14,8134,12000,0,0,945,0,0,40,0), +(14,8143,2000,0,0,0,0,0,18,0), +(14,8154,900,0,0,8071,0,0,14,0), +(14,8155,3500,0,0,8154,0,0,24,0), +(14,8160,3500,0,0,8075,0,0,24,0), +(14,8161,11000,0,0,8160,0,0,38,0), +(14,8170,11000,0,0,0,0,0,38,0), +(14,8177,7000,0,0,0,0,0,30,0), +(14,8181,3500,0,0,0,0,0,24,0), +(14,8184,6000,0,0,0,0,0,28,0), +(14,8190,4000,0,0,0,0,0,26,0), +(14,8227,6000,0,0,0,0,0,28,0), +(14,8232,7000,0,0,0,0,0,30,0), +(14,8235,12000,0,0,8232,0,0,40,0), +(14,8249,11000,0,0,8227,0,0,38,0), +(14,8498,3000,0,0,1535,0,0,22,0), +(14,8499,8000,0,0,8498,0,0,32,0), +(14,8512,8000,0,0,0,0,0,32,0), +(14,8737,12000,0,0,0,0,0,40,0), +(14,10391,11000,0,0,6041,0,0,38,0), +(14,10392,18000,0,0,10391,0,0,44,0), +(14,10395,22000,0,0,8005,0,0,48,0), +(14,10396,30000,0,0,10395,0,0,56,0), +(14,10399,3500,0,0,8019,0,0,24,0), +(14,10406,9000,0,0,8155,0,0,34,0), +(14,10407,18000,0,0,10406,0,0,44,0), +(14,10408,29000,0,0,10407,0,0,54,0), +(14,10412,10000,0,0,8046,0,0,36,0), +(14,10413,22000,0,0,10412,0,0,48,0), +(14,10414,34000,0,0,10413,0,0,60,0), +(14,10427,22000,0,0,6392,0,0,48,0), +(14,10428,32000,0,0,10427,0,0,58,0), +(14,10431,22000,0,0,8134,0,0,48,0), +(14,10432,30000,0,0,10431,0,0,56,0), +(14,10437,24000,0,0,6365,0,0,50,0), +(14,10438,34000,0,0,10437,0,0,60,0), +(14,10442,27000,0,0,8161,0,0,52,0), +(14,10447,12000,0,0,8053,0,0,40,0), +(14,10448,27000,0,0,10447,0,0,52,0), +(14,10456,11000,0,0,8038,0,0,38,0), +(14,10462,24000,0,0,6377,0,0,50,0), +(14,10463,34000,0,0,10462,0,0,60,0), +(14,10466,18000,0,0,8010,0,0,44,0), +(14,10467,27000,0,0,10466,0,0,52,0), +(14,10468,34000,0,0,10467,0,0,60,0), +(14,10472,20000,0,0,8058,0,0,46,0), +(14,10473,32000,0,0,10472,0,0,58,0), +(14,10478,11000,0,0,8181,0,0,38,0), +(14,10479,29000,0,0,10478,0,0,54,0), +(14,10486,24000,0,0,8235,0,0,50,0), +(14,10495,10000,0,0,5675,0,0,36,0), +(14,10496,20000,0,0,10495,0,0,46,0), +(14,10497,30000,0,0,10496,0,0,56,0), +(14,10526,22000,0,0,8249,0,0,48,0), +(14,10537,16000,0,0,8184,0,0,42,0), +(14,10538,32000,0,0,10537,0,0,58,0), +(14,10585,10000,0,0,8190,0,0,36,0), +(14,10586,20000,0,0,10585,0,0,46,0), +(14,10587,30000,0,0,10586,0,0,56,0), +(14,10595,7000,0,0,0,0,0,30,0), +(14,10600,18000,0,0,10595,0,0,44,0), +(14,10601,34000,0,0,10600,0,0,60,0), +(14,10605,30000,0,0,2860,0,0,56,0), +(14,10622,20000,0,0,1064,0,0,46,0), +(14,10623,29000,0,0,10622,0,0,54,0), +(14,11314,16000,0,0,8499,0,0,42,0), +(14,11315,27000,0,0,11314,0,0,52,0), +(14,15207,24000,0,0,10392,0,0,50,0), +(14,15208,30000,0,0,15207,0,0,56,0), +(14,16339,10000,0,0,8030,0,0,36,0), +(14,16341,20000,0,0,16339,0,0,46,0), +(14,16342,30000,0,0,16341,0,0,56,0), +(14,16355,22000,0,0,10456,0,0,48,0), +(14,16356,32000,0,0,16355,0,0,58,0), +(14,16362,34000,0,0,10486,0,0,60,0), +(14,16387,32000,0,0,10526,0,0,58,0), +(14,20608,7000,0,0,0,0,0,30,0), +(14,20609,3500,0,0,2008,0,0,24,0), +(14,20610,10000,0,0,20609,0,0,36,0), +(14,20776,22000,0,0,20610,0,0,48,0), +(14,20777,34000,0,0,20776,0,0,60,0), +(14,24398,38000,0,0,52138,0,0,62,0), +(14,25357,6500,0,0,10396,0,0,60,0), +(14,25361,34000,0,0,10442,0,0,60,0), +(14,25391,42000,0,0,25357,0,0,63,0), +(14,25396,88000,0,0,25391,0,0,70,0), +(14,25420,58000,0,0,10468,0,0,66,0), +(14,25422,34000,0,0,10623,0,0,61,0), +(14,25423,71000,0,0,25422,0,0,68,0), +(14,25439,42000,0,0,10605,0,0,63,0), +(14,25442,88000,0,0,25439,0,0,70,0), +(14,25448,38000,0,0,15208,0,0,62,0), +(14,25449,64000,0,0,25448,0,0,67,0), +(14,25454,79000,0,0,10414,0,0,69,0), +(14,25457,88000,0,0,29228,0,0,70,0), +(14,25464,71000,0,0,10473,0,0,68,0), +(14,25469,42000,0,0,10432,0,0,63,0), +(14,25472,88000,0,0,25469,0,0,70,0), +(14,25489,47000,0,0,16342,0,0,64,0), +(14,25500,58000,0,0,16356,0,0,66,0), +(14,25505,71000,0,0,16362,0,0,68,0), +(14,25508,42000,0,0,10408,0,0,63,0), +(14,25509,88000,0,0,25508,0,0,70,0), +(14,25525,64000,0,0,10428,0,0,67,0), +(14,25528,52000,0,0,25361,0,0,65,0), +(14,25533,79000,0,0,10438,0,0,69,0), +(14,25546,34000,0,0,11315,0,0,61,0), +(14,25547,88000,0,0,25546,0,0,70,0), +(14,25552,52000,0,0,10587,0,0,65,0), +(14,25557,64000,0,0,16387,0,0,67,0), +(14,25560,64000,0,0,10479,0,0,67,0), +(14,25563,71000,0,0,10538,0,0,68,0), +(14,25567,79000,0,0,10463,0,0,69,0), +(14,25570,52000,0,0,10497,0,0,65,0), +(14,25574,79000,0,0,10601,0,0,69,0), +(14,25590,79000,0,0,20777,0,0,69,0), +(14,29228,65000,0,0,10448,0,0,60,0), +(14,32182,88000,0,0,0,0,0,70,0), +(14,32593,1700,0,0,974,0,0,60,0), +(14,32594,5000,0,0,32593,0,0,70,0), +(14,33736,79000,0,0,24398,0,0,69,0), +(14,36936,7000,0,0,0,0,0,30,0), +(14,49230,180000,0,0,25454,0,0,74,0), +(14,49231,180000,0,0,49230,0,0,79,0), +(14,49232,180000,0,0,25457,0,0,75,0), +(14,49233,180000,0,0,49232,0,0,80,0), +(14,49235,180000,0,0,25464,0,0,73,0), +(14,49236,180000,0,0,49235,0,0,78,0), +(14,49237,180000,0,0,25449,0,0,73,0), +(14,49238,180000,0,0,49237,0,0,79,0), +(14,49270,180000,0,0,25442,0,0,74,0), +(14,49271,180000,0,0,49270,0,0,80,0), +(14,49272,180000,0,0,25396,0,0,75,0), +(14,49273,180000,0,0,49272,0,0,80,0), +(14,49275,180000,0,0,25420,0,0,72,0), +(14,49276,180000,0,0,49275,0,0,77,0), +(14,49277,180000,0,0,25590,0,0,80,0), +(14,49280,180000,0,0,25472,0,0,75,0), +(14,49281,180000,0,0,49280,0,0,80,0), +(14,49283,9000,0,0,32594,0,0,75,0), +(14,49284,9000,0,0,49283,0,0,80,0), +(14,51505,180000,0,0,0,0,0,75,0), +(14,51514,180000,0,0,0,0,0,80,0), +(14,51730,7000,0,0,0,0,0,30,0), +(14,51988,12000,0,0,51730,0,0,40,0), +(14,51991,24000,0,0,51988,0,0,50,0), +(14,51992,34000,0,0,51991,0,0,60,0), +(14,51993,71000,0,0,51992,0,0,70,0), +(14,51994,180000,0,0,51993,0,0,80,0), +(14,52127,2200,0,0,0,0,0,20,0), +(14,52129,6000,0,0,52127,0,0,28,0), +(14,52131,9000,0,0,52129,0,0,34,0), +(14,52134,12000,0,0,52131,0,0,41,0), +(14,52136,22000,0,0,52134,0,0,48,0), +(14,52138,29000,0,0,52136,0,0,55,0), +(14,55458,180000,0,0,25423,0,0,74,0), +(14,55459,180000,0,0,55458,0,0,80,0), +(14,57622,180000,0,0,25528,0,0,75,0), +(14,57720,3400,0,0,30706,0,0,60,0), +(14,57721,5200,0,0,57720,0,0,70,0), +(14,57722,10000,0,0,57721,0,0,80,0), +(14,57960,180000,0,0,33736,0,0,76,0), +(14,57994,2500,0,0,0,0,0,16,0), +(14,58580,180000,0,0,25525,0,0,71,0), +(14,58581,180000,0,0,58580,0,0,75,0), +(14,58582,180000,0,0,58581,0,0,78,0), +(14,58643,180000,0,0,57622,0,0,80,0), +(14,58649,180000,0,0,25557,0,0,71,0), +(14,58652,180000,0,0,58649,0,0,75,0), +(14,58656,180000,0,0,58652,0,0,80,0), +(14,58699,180000,0,0,25533,0,0,71,0), +(14,58703,180000,0,0,58699,0,0,75,0), +(14,58704,180000,0,0,58703,0,0,80,0), +(14,58731,180000,0,0,25552,0,0,73,0), +(14,58734,180000,0,0,58731,0,0,78,0), +(14,58737,180000,0,0,25563,0,0,75,0), +(14,58739,180000,0,0,58737,0,0,80,0), +(14,58741,180000,0,0,25560,0,0,75,0), +(14,58745,180000,0,0,58741,0,0,80,0), +(14,58746,180000,0,0,25574,0,0,75,0), +(14,58749,180000,0,0,58746,0,0,80,0), +(14,58751,180000,0,0,25509,0,0,73,0), +(14,58753,180000,0,0,58751,0,0,78,0), +(14,58755,180000,0,0,25567,0,0,71,0), +(14,58756,180000,0,0,58755,0,0,76,0), +(14,58757,180000,0,0,58756,0,0,80,0), +(14,58771,180000,0,0,25570,0,0,71,0), +(14,58773,180000,0,0,58771,0,0,76,0), +(14,58774,180000,0,0,58773,0,0,80,0), +(14,58785,180000,0,0,25489,0,0,71,0), +(14,58789,180000,0,0,58785,0,0,76,0), +(14,58790,180000,0,0,58789,0,0,80,0), +(14,58794,180000,0,0,25500,0,0,71,0), +(14,58795,180000,0,0,58794,0,0,76,0), +(14,58796,180000,0,0,58795,0,0,80,0), +(14,58801,180000,0,0,25505,0,0,71,0), +(14,58803,180000,0,0,58801,0,0,76,0), +(14,58804,180000,0,0,58803,0,0,80,0), +(14,59156,88000,0,0,51490,0,0,70,0), +(14,59158,180000,0,0,59156,0,0,75,0), +(14,59159,180000,0,0,59158,0,0,80,0), +(14,60043,180000,0,0,51505,0,0,80,0), +(14,61299,9000,0,0,61295,0,0,70,0), +(14,61300,9000,0,0,61299,0,0,75,0), +(14,61301,9000,0,0,61300,0,0,80,0), +(14,61649,180000,0,0,25547,0,0,75,0), +(14,61657,180000,0,0,61649,0,0,80,0), +(14,66842,700,0,0,0,0,0,30,0), +(14,66843,700,0,0,0,0,0,40,0), +(14,66844,700,0,0,0,0,0,50,0), +(15,332,100,0,0,331,0,0,6,0), +(15,2484,100,0,0,0,0,0,6,0), +(15,8017,10,0,0,0,0,0,1,0), +(15,8042,100,0,0,0,0,0,4,0), +(16,10,2000,0,0,0,0,0,20,0), +(16,66,96000,0,0,0,0,0,68,0), +(16,116,100,0,0,0,0,0,4,0), +(16,118,200,0,0,0,0,0,8,0), +(16,120,5000,0,0,0,0,0,26,0), +(16,122,400,0,0,0,0,0,10,0), +(16,130,600,0,0,0,0,0,12,0), +(16,143,100,0,0,133,0,0,6,0), +(16,145,600,0,0,143,0,0,12,0), +(16,205,200,0,0,116,0,0,8,0), +(16,475,1800,0,0,0,0,0,18,0), +(16,543,2000,0,0,0,0,0,20,0), +(16,587,100,0,0,0,0,0,6,0), +(16,597,600,0,0,587,0,0,12,0), +(16,604,600,0,0,0,0,0,12,0), +(16,759,7000,0,0,0,0,0,28,0), +(16,837,900,0,0,205,0,0,14,0), +(16,865,5000,0,0,122,0,0,26,0), +(16,990,3000,0,0,597,0,0,22,0), +(16,1008,1800,0,0,0,0,0,18,0), +(16,1449,900,0,0,0,0,0,14,0), +(16,1459,10,0,0,0,0,0,1,0), +(16,1460,900,0,0,1459,0,0,14,0), +(16,1461,7000,0,0,1460,0,0,28,0), +(16,1463,2000,0,0,0,0,0,20,0), +(16,1953,2000,0,0,0,0,0,20,0), +(16,2120,1500,0,0,0,0,0,16,0), +(16,2121,4000,0,0,2120,0,0,24,0), +(16,2136,100,0,0,0,0,0,6,0), +(16,2137,900,0,0,2136,0,0,14,0), +(16,2138,3000,0,0,2137,0,0,22,0), +(16,2139,4000,0,0,0,0,0,24,0), +(16,2948,3000,0,0,0,0,0,22,0), +(16,3140,1800,0,0,145,0,0,18,0), +(16,3552,14000,0,0,759,0,0,38,0), +(16,5143,200,0,0,0,0,0,8,0), +(16,5144,1500,0,0,5143,0,0,16,0), +(16,5145,4000,0,0,5144,0,0,24,0), +(16,5504,100,0,0,0,0,0,4,0), +(16,5505,400,0,0,5504,0,0,10,0), +(16,5506,2000,0,0,5505,0,0,20,0), +(16,6117,13000,0,0,0,0,0,34,0), +(16,6127,8000,0,0,5506,0,0,30,0), +(16,6129,10000,0,0,990,0,0,32,0), +(16,6131,15000,0,0,865,0,0,40,0), +(16,6141,7000,0,0,10,0,0,28,0), +(16,6143,3000,0,0,0,0,0,22,0), +(16,7300,400,0,0,168,0,0,10,0), +(16,7301,2000,0,0,7300,0,0,20,0), +(16,7302,8000,0,0,0,0,0,30,0), +(16,7320,15000,0,0,7302,0,0,40,0), +(16,7322,2000,0,0,837,0,0,20,0), +(16,8400,4000,0,0,3140,0,0,24,0), +(16,8401,8000,0,0,8400,0,0,30,0), +(16,8402,13000,0,0,8401,0,0,36,0), +(16,8406,5000,0,0,7322,0,0,26,0), +(16,8407,10000,0,0,8406,0,0,32,0), +(16,8408,14000,0,0,8407,0,0,38,0), +(16,8412,8000,0,0,2138,0,0,30,0), +(16,8413,14000,0,0,8412,0,0,38,0), +(16,8416,10000,0,0,5145,0,0,32,0), +(16,8417,15000,0,0,8416,0,0,40,0), +(16,8422,10000,0,0,2121,0,0,32,0), +(16,8423,15000,0,0,8422,0,0,40,0), +(16,8427,13000,0,0,6141,0,0,36,0), +(16,8437,3000,0,0,1449,0,0,22,0), +(16,8438,8000,0,0,8437,0,0,30,0), +(16,8439,14000,0,0,8438,0,0,38,0), +(16,8444,7000,0,0,2948,0,0,28,0), +(16,8445,12000,0,0,8444,0,0,34,0), +(16,8446,15000,0,0,8445,0,0,40,0), +(16,8450,4000,0,0,604,0,0,24,0), +(16,8451,13000,0,0,8450,0,0,36,0), +(16,8455,8000,0,0,1008,0,0,30,0), +(16,8457,8000,0,0,543,0,0,30,0), +(16,8458,15000,0,0,8457,0,0,40,0), +(16,8461,10000,0,0,6143,0,0,32,0), +(16,8462,18000,0,0,8461,0,0,42,0), +(16,8492,12000,0,0,120,0,0,34,0), +(16,8494,7000,0,0,1463,0,0,28,0), +(16,8495,13000,0,0,8494,0,0,36,0), +(16,10053,28000,0,0,3552,0,0,48,0), +(16,10054,40000,0,0,10053,0,0,58,0), +(16,10138,15000,0,0,6127,0,0,40,0), +(16,10139,32000,0,0,10138,0,0,50,0), +(16,10140,42000,0,0,10139,0,0,60,0), +(16,10144,18000,0,0,6129,0,0,42,0), +(16,10145,35000,0,0,10144,0,0,52,0), +(16,10148,18000,0,0,8402,0,0,42,0), +(16,10149,28000,0,0,10148,0,0,48,0), +(16,10150,36000,0,0,10149,0,0,54,0), +(16,10151,42000,0,0,10150,0,0,60,0), +(16,10156,18000,0,0,1461,0,0,42,0), +(16,10157,38000,0,0,10156,0,0,56,0), +(16,10159,18000,0,0,8492,0,0,42,0), +(16,10160,32000,0,0,10159,0,0,50,0), +(16,10161,40000,0,0,10160,0,0,58,0), +(16,10169,18000,0,0,8455,0,0,42,0), +(16,10170,36000,0,0,10169,0,0,54,0), +(16,10173,28000,0,0,8451,0,0,48,0), +(16,10174,42000,0,0,10173,0,0,60,0), +(16,10177,35000,0,0,8462,0,0,52,0), +(16,10179,23000,0,0,8408,0,0,44,0), +(16,10180,32000,0,0,10179,0,0,50,0), +(16,10181,38000,0,0,10180,0,0,56,0), +(16,10185,23000,0,0,8427,0,0,44,0), +(16,10186,35000,0,0,10185,0,0,52,0), +(16,10187,42000,0,0,10186,0,0,60,0), +(16,10191,23000,0,0,8495,0,0,44,0), +(16,10192,35000,0,0,10191,0,0,52,0), +(16,10193,42000,0,0,10192,0,0,60,0), +(16,10197,26000,0,0,8413,0,0,46,0), +(16,10199,36000,0,0,10197,0,0,54,0), +(16,10201,26000,0,0,8439,0,0,46,0), +(16,10202,36000,0,0,10201,0,0,54,0), +(16,10205,26000,0,0,8446,0,0,46,0), +(16,10206,35000,0,0,10205,0,0,52,0), +(16,10207,40000,0,0,10206,0,0,58,0), +(16,10211,28000,0,0,8417,0,0,48,0), +(16,10212,38000,0,0,10211,0,0,56,0), +(16,10215,28000,0,0,8423,0,0,48,0), +(16,10216,38000,0,0,10215,0,0,56,0), +(16,10219,32000,0,0,7320,0,0,50,0), +(16,10220,42000,0,0,10219,0,0,60,0), +(16,10223,32000,0,0,8458,0,0,50,0), +(16,10225,42000,0,0,10223,0,0,60,0), +(16,10230,36000,0,0,6131,0,0,54,0), +(16,12051,2000,0,0,0,0,0,20,0), +(16,12505,100,0,0,11366,0,0,24,0), +(16,12522,400,0,0,12505,0,0,30,0), +(16,12523,650,0,0,12522,0,0,36,0), +(16,12524,900,0,0,12523,0,0,42,0), +(16,12525,1400,0,0,12524,0,0,48,0), +(16,12526,1800,0,0,12525,0,0,54,0), +(16,12824,2000,0,0,118,0,0,20,0), +(16,12825,15000,0,0,12824,0,0,40,0), +(16,12826,42000,0,0,12825,0,0,60,0), +(16,13018,400,0,0,11113,0,0,36,0), +(16,13019,1148,0,0,13018,0,0,44,0), +(16,13020,1748,0,0,13019,0,0,52,0), +(16,13021,2100,0,0,13020,0,0,60,0), +(16,13031,1700,0,0,11426,0,0,46,0), +(16,13032,1748,0,0,13031,0,0,52,0), +(16,13033,2000,0,0,13032,0,0,58,0), +(16,18809,2100,0,0,12526,0,0,60,0), +(16,22782,1400,0,0,6117,0,0,46,0), +(16,22783,40000,0,0,22782,0,0,58,0), +(16,23028,38000,0,0,0,0,0,56,0), +(16,25304,42000,0,0,10181,0,0,60,0), +(16,25306,42000,0,0,10151,0,0,62,0), +(16,25345,42000,0,0,10212,0,0,60,0), +(16,27070,78000,0,0,25306,0,0,66,0), +(16,27071,57000,0,0,25304,0,0,63,0), +(16,27072,110000,0,0,27071,0,0,69,0), +(16,27073,70000,0,0,10207,0,0,65,0), +(16,27074,120000,0,0,27073,0,0,70,0), +(16,27075,57000,0,0,25345,0,0,63,0), +(16,27078,46000,0,0,10199,0,0,61,0), +(16,27079,120000,0,0,27078,0,0,70,0), +(16,27080,51000,0,0,10202,0,0,62,0), +(16,27082,120000,0,0,27080,0,0,70,0), +(16,27085,96000,0,0,10187,0,0,68,0), +(16,27086,63000,0,0,10216,0,0,64,0), +(16,27087,70000,0,0,10161,0,0,65,0), +(16,27088,87000,0,0,10230,0,0,67,0), +(16,27090,150000,0,0,37420,0,0,70,0), +(16,27101,96000,0,0,10054,0,0,68,0), +(16,27124,110000,0,0,10220,0,0,69,0), +(16,27125,110000,0,0,22783,0,0,69,0), +(16,27126,120000,0,0,10157,0,0,70,0), +(16,27127,100000,0,0,23028,0,0,70,0), +(16,27128,110000,0,0,10225,0,0,69,0), +(16,27130,57000,0,0,10170,0,0,63,0), +(16,27131,96000,0,0,10193,0,0,68,0), +(16,27132,3900,0,0,18809,0,0,66,0), +(16,27133,3500,0,0,13021,0,0,65,0), +(16,27134,2500,0,0,13033,0,0,64,0), +(16,28609,42000,0,0,10177,0,0,60,0), +(16,28612,42000,0,0,10145,0,0,60,0), +(16,30449,120000,0,0,0,0,0,70,0), +(16,30451,63000,0,0,0,0,0,64,0), +(16,30455,78000,0,0,0,0,0,66,0), +(16,30482,51000,0,0,0,0,0,62,0), +(16,32796,120000,0,0,28609,0,0,70,0), +(16,33041,1900,0,0,31661,0,0,56,0), +(16,33042,2200,0,0,33041,0,0,64,0), +(16,33043,2500,0,0,33042,0,0,70,0), +(16,33405,6000,0,0,27134,0,0,70,0), +(16,33717,150000,0,0,28612,0,0,70,0), +(16,33933,6000,0,0,27133,0,0,70,0), +(16,33938,7500,0,0,27132,0,0,70,0), +(16,33944,100000,0,0,10174,0,0,67,0), +(16,33946,110000,0,0,27130,0,0,69,0), +(16,37420,70000,0,0,10140,0,0,65,0), +(16,38692,150000,0,0,27070,0,0,70,0), +(16,38697,150000,0,0,27072,0,0,70,0), +(16,38699,87000,0,0,27075,0,0,69,0), +(16,38704,100000,0,0,38699,0,0,70,0), +(16,42832,150000,0,0,38692,0,0,74,0), +(16,42833,150000,0,0,42832,0,0,78,0), +(16,42841,150000,0,0,38697,0,0,75,0), +(16,42842,150000,0,0,42841,0,0,79,0), +(16,42843,150000,0,0,38704,0,0,75,0), +(16,42846,150000,0,0,42843,0,0,79,0), +(16,42858,150000,0,0,27074,0,0,73,0), +(16,42859,150000,0,0,42858,0,0,78,0), +(16,42872,150000,0,0,27079,0,0,74,0), +(16,42873,150000,0,0,42872,0,0,80,0), +(16,42890,7500,0,0,33938,0,0,73,0), +(16,42891,7500,0,0,42890,0,0,77,0), +(16,42894,150000,0,0,30451,0,0,71,0), +(16,42896,150000,0,0,42894,0,0,76,0), +(16,42897,150000,0,0,42896,0,0,80,0), +(16,42913,150000,0,0,30455,0,0,72,0), +(16,42914,150000,0,0,42913,0,0,78,0), +(16,42917,150000,0,0,27088,0,0,75,0), +(16,42920,150000,0,0,27082,0,0,76,0), +(16,42921,150000,0,0,42920,0,0,80,0), +(16,42925,150000,0,0,27086,0,0,72,0), +(16,42926,150000,0,0,42925,0,0,79,0), +(16,42930,150000,0,0,27087,0,0,72,0), +(16,42931,150000,0,0,42930,0,0,79,0), +(16,42939,150000,0,0,27085,0,0,74,0), +(16,42940,150000,0,0,42939,0,0,80,0), +(16,42944,7500,0,0,33933,0,0,75,0), +(16,42945,7500,0,0,42944,0,0,80,0), +(16,42949,7500,0,0,33043,0,0,75,0), +(16,42950,7500,0,0,42949,0,0,80,0), +(16,42955,150000,0,0,0,0,0,75,0), +(16,42956,150000,0,0,42955,0,0,80,0), +(16,42985,150000,0,0,27101,0,0,77,0), +(16,42995,150000,0,0,27126,0,0,80,0), +(16,43002,150000,0,0,27127,0,0,80,0), +(16,43008,150000,0,0,27124,0,0,79,0), +(16,43010,150000,0,0,27128,0,0,78,0), +(16,43012,150000,0,0,32796,0,0,79,0), +(16,43015,150000,0,0,33944,0,0,76,0), +(16,43017,150000,0,0,33946,0,0,77,0), +(16,43019,150000,0,0,27131,0,0,73,0), +(16,43020,150000,0,0,43019,0,0,79,0), +(16,43023,150000,0,0,27125,0,0,71,0), +(16,43024,150000,0,0,43023,0,0,79,0), +(16,43038,7500,0,0,33405,0,0,75,0), +(16,43039,7500,0,0,43038,0,0,80,0), +(16,43045,150000,0,0,30482,0,0,71,0), +(16,43046,150000,0,0,43045,0,0,79,0), +(16,43987,120000,0,0,0,0,0,70,0), +(16,44614,150000,0,0,0,0,0,75,0), +(16,44780,10000,0,0,44425,0,0,70,0), +(16,44781,15000,0,0,44780,0,0,80,0), +(16,45438,8000,0,0,0,0,0,30,0), +(16,47610,150000,0,0,44614,0,0,80,0), +(16,55342,150000,0,0,0,0,0,80,0), +(16,55359,5000,0,0,44457,0,0,70,0), +(16,55360,7500,0,0,55359,0,0,80,0), +(16,58659,150000,0,0,43987,0,0,80,0), +(17,116,100,0,0,0,0,0,4,0), +(17,143,100,0,0,133,0,0,6,0), +(17,587,100,0,0,0,0,0,6,0), +(17,1459,10,0,0,0,0,0,1,0), +(17,2136,100,0,0,0,0,0,6,0), +(17,5504,100,0,0,0,0,0,4,0), +(18,3561,2000,0,0,0,0,0,20,0), +(18,10059,15000,0,0,0,0,0,40,0), +(19,3562,2000,0,0,0,0,0,20,0), +(19,11416,15000,0,0,0,0,0,40,0), +(20,3563,2000,0,0,0,0,0,20,0), +(20,11418,15000,0,0,0,0,0,40,0), +(21,3565,8000,0,0,0,0,0,20,0), +(21,11419,32000,0,0,0,0,0,40,0), +(22,3566,8000,0,0,0,0,0,20,0), +(22,11420,32000,0,0,0,0,0,40,0), +(23,3567,2000,0,0,0,0,0,20,0), +(23,11417,15000,0,0,0,0,0,40,0), +(24,32266,15000,0,0,0,0,0,40,0), +(24,32271,2000,0,0,0,0,0,20,0), +(25,32267,15000,0,0,0,0,0,40,0), +(25,32272,2000,0,0,0,0,0,20,0), +(26,33690,20000,0,0,0,0,0,60,0), +(26,33691,150000,0,0,0,0,0,65,0), +(26,35715,20000,0,0,0,0,0,60,0), +(26,35717,150000,0,0,0,0,0,65,0), +(27,35715,20000,0,0,0,0,0,60,0), +(27,35717,150000,0,0,0,0,0,65,0), +(28,49358,2000,0,0,0,0,0,20,0), +(28,49361,15000,0,0,0,0,0,40,0), +(29,49359,2000,0,0,0,0,0,20,0), +(29,49360,15000,0,0,0,0,0,40,0), +(30,53140,100000,0,0,0,0,0,71,0), +(30,53142,100000,0,0,0,0,0,74,0), +(31,126,2500,0,0,0,0,0,22,0), +(31,132,4000,0,0,0,0,0,26,0), +(31,172,100,0,0,0,0,0,4,0), +(31,348,10,0,0,0,0,0,3,0), +(31,603,26000,0,0,0,0,0,60,0), +(31,688,100,0,0,0,0,0,1,0), +(31,689,900,0,0,0,0,0,14,0), +(31,693,1500,0,0,0,0,0,18,0), +(31,695,100,0,0,686,0,0,6,0), +(31,696,300,0,0,687,0,0,10,0), +(31,698,2000,0,0,0,0,0,20,0), +(31,699,2500,0,0,689,0,0,22,0), +(31,702,100,0,0,0,0,0,4,0), +(31,705,600,0,0,695,0,0,12,0), +(31,706,2000,0,0,0,0,0,20,0), +(31,707,300,0,0,348,0,0,10,0), +(31,709,6000,0,0,699,0,0,30,0), +(31,710,5000,0,0,0,0,0,28,0), +(31,755,600,0,0,0,0,0,12,0), +(31,980,200,0,0,0,0,0,8,0), +(31,1014,1500,0,0,980,0,0,18,0), +(31,1086,6000,0,0,706,0,0,30,0), +(31,1088,2000,0,0,705,0,0,20,0), +(31,1094,2000,0,0,707,0,0,20,0), +(31,1098,6000,0,0,0,0,0,30,0), +(31,1106,5000,0,0,1088,0,0,28,0), +(31,1108,600,0,0,702,0,0,12,0), +(31,1120,300,0,0,0,0,0,10,0), +(31,1454,100,0,0,0,0,0,6,0), +(31,1455,1080,0,0,1454,0,0,16,0), +(31,1456,3600,0,0,1455,0,0,26,0), +(31,1490,7000,0,0,0,0,0,32,0), +(31,1710,10000,0,0,0,0,0,20,0), +(31,1714,4000,0,0,0,0,0,26,0), +(31,1949,6000,0,0,0,0,0,30,0), +(31,2362,9000,0,0,0,0,0,36,0), +(31,2941,6000,0,0,1094,0,0,30,0), +(31,3698,2000,0,0,755,0,0,20,0), +(31,3699,5000,0,0,3698,0,0,28,0), +(31,3700,9000,0,0,3699,0,0,36,0), +(31,5138,3000,0,0,0,0,0,24,0), +(31,5484,11000,0,0,0,0,0,40,0), +(31,5500,3000,0,0,0,0,0,24,0), +(31,5676,1500,0,0,0,0,0,18,0), +(31,5697,1200,0,0,0,0,0,16,0), +(31,5699,8000,0,0,6202,0,0,34,0), +(31,5740,2000,0,0,0,0,0,20,0), +(31,5782,200,0,0,0,0,0,8,0), +(31,6201,300,0,0,0,0,0,10,0), +(31,6202,2500,0,0,6201,0,0,22,0), +(31,6205,2500,0,0,1108,0,0,22,0), +(31,6213,7000,0,0,5782,0,0,32,0), +(31,6215,22000,0,0,6213,0,0,56,0), +(31,6217,5000,0,0,1014,0,0,28,0), +(31,6219,8000,0,0,5740,0,0,34,0), +(31,6222,900,0,0,172,0,0,14,0), +(31,6223,3000,0,0,6222,0,0,24,0), +(31,6229,7000,0,0,0,0,0,32,0), +(31,6353,14000,0,0,0,0,0,48,0), +(31,6366,5000,0,0,0,0,0,28,0), +(31,6789,11000,0,0,0,0,0,42,0), +(31,7641,9000,0,0,1106,0,0,36,0), +(31,7646,7000,0,0,6205,0,0,32,0), +(31,7648,8000,0,0,6223,0,0,34,0), +(31,7651,10000,0,0,709,0,0,38,0), +(31,8288,3000,0,0,1120,0,0,24,0), +(31,8289,10000,0,0,8288,0,0,38,0), +(31,11659,12000,0,0,7641,0,0,44,0), +(31,11660,18000,0,0,11659,0,0,52,0), +(31,11661,26000,0,0,11660,0,0,60,0), +(31,11665,11000,0,0,2941,0,0,40,0), +(31,11667,15000,0,0,11665,0,0,50,0), +(31,11668,26000,0,0,11667,0,0,60,0), +(31,11671,12000,0,0,7648,0,0,44,0), +(31,11672,20000,0,0,11671,0,0,54,0), +(31,11675,18000,0,0,8289,0,0,52,0), +(31,11677,13000,0,0,6219,0,0,46,0), +(31,11678,24000,0,0,11677,0,0,58,0), +(31,11683,11000,0,0,1949,0,0,42,0), +(31,11684,20000,0,0,11683,0,0,54,0), +(31,11687,8100,0,0,1456,0,0,36,0), +(31,11688,11700,0,0,11687,0,0,46,0), +(31,11689,19800,0,0,11688,0,0,56,0), +(31,11693,12000,0,0,3700,0,0,44,0), +(31,11694,18000,0,0,11693,0,0,52,0), +(31,11695,26000,0,0,11694,0,0,60,0), +(31,11699,13000,0,0,7651,0,0,46,0), +(31,11700,20000,0,0,11699,0,0,54,0), +(31,11707,11000,0,0,7646,0,0,42,0), +(31,11708,18000,0,0,11707,0,0,52,0), +(31,11711,10000,0,0,6217,0,0,38,0), +(31,11712,14000,0,0,11711,0,0,48,0), +(31,11713,24000,0,0,11712,0,0,58,0), +(31,11719,15000,0,0,1714,0,0,50,0), +(31,11721,13000,0,0,1490,0,0,46,0), +(31,11722,26000,0,0,11721,0,0,60,0), +(31,11725,12000,0,0,1098,0,0,44,0), +(31,11726,24000,0,0,11725,0,0,58,0), +(31,11729,13000,0,0,5699,0,0,46,0), +(31,11730,24000,0,0,11729,0,0,58,0), +(31,11733,11000,0,0,1086,0,0,40,0), +(31,11734,15000,0,0,11733,0,0,50,0), +(31,11735,26000,0,0,11734,0,0,60,0), +(31,11739,11000,0,0,6229,0,0,42,0), +(31,11740,18000,0,0,11739,0,0,52,0), +(31,17727,14000,0,0,2362,0,0,48,0), +(31,17728,26000,0,0,17727,0,0,60,0), +(31,17919,4000,0,0,5676,0,0,26,0), +(31,17920,8000,0,0,17919,0,0,34,0), +(31,17921,11000,0,0,17920,0,0,42,0), +(31,17922,15000,0,0,17921,0,0,50,0), +(31,17923,24000,0,0,17922,0,0,58,0), +(31,17924,22000,0,0,6353,0,0,56,0), +(31,17925,15000,0,0,6789,0,0,50,0), +(31,17926,24000,0,0,17925,0,0,58,0), +(31,17928,20000,0,0,5484,0,0,54,0), +(31,17951,9000,0,0,6366,0,0,36,0), +(31,17952,13000,0,0,17951,0,0,46,0), +(31,17953,22000,0,0,17952,0,0,56,0), +(31,18647,14000,0,0,710,0,0,48,0), +(31,18867,148,0,0,17877,0,0,24,0), +(31,18868,348,0,0,18867,0,0,32,0), +(31,18869,548,0,0,18868,0,0,40,0), +(31,18870,700,0,0,18869,0,0,48,0), +(31,18871,1100,0,0,18870,0,0,56,0), +(31,18937,748,0,0,18220,0,0,50,0), +(31,18938,1300,0,0,18937,0,0,60,0), +(31,20752,6000,0,0,693,0,0,30,0), +(31,20755,11000,0,0,20752,0,0,40,0), +(31,20756,15000,0,0,20755,0,0,50,0), +(31,20757,26000,0,0,20756,0,0,60,0), +(31,23161,100000,0,0,5784,33391,0,40,0), +(31,25307,26000,0,0,11661,0,0,62,0), +(31,25309,26000,0,0,11668,0,0,60,0), +(31,25311,26000,0,0,11672,0,0,60,0), +(31,27209,70000,0,0,25307,0,0,69,0), +(31,27210,46000,0,0,17923,0,0,65,0), +(31,27211,42000,0,0,17924,0,0,64,0), +(31,27212,70000,0,0,11678,0,0,69,0), +(31,27213,63000,0,0,11684,0,0,68,0), +(31,27215,70000,0,0,25309,0,0,69,0), +(31,27216,46000,0,0,25311,0,0,65,0), +(31,27217,57000,0,0,11675,0,0,67,0), +(31,27218,57000,0,0,11713,0,0,67,0), +(31,27219,30000,0,0,11700,0,0,62,0), +(31,27220,70000,0,0,27219,0,0,69,0), +(31,27222,56700,0,0,11689,0,0,68,0), +(31,27223,63000,0,0,17926,0,0,68,0), +(31,27224,30000,0,0,11708,0,0,61,0), +(31,27228,70000,0,0,11722,0,0,69,0), +(31,27230,63000,0,0,11730,0,0,68,0), +(31,27238,78000,0,0,20757,0,0,70,0), +(31,27243,78000,0,0,0,0,0,70,0), +(31,27250,51000,0,0,17953,0,0,66,0), +(31,27259,57000,0,0,11695,0,0,67,0), +(31,27260,78000,0,0,11735,0,0,70,0), +(31,27263,1300,0,0,18871,0,0,63,0), +(31,27265,1300,0,0,18938,0,0,70,0), +(31,28172,51000,0,0,17728,0,0,66,0), +(31,28176,34000,0,0,0,0,0,62,0), +(31,28189,70000,0,0,28176,0,0,69,0), +(31,28610,34000,0,0,11740,0,0,60,0), +(31,29722,42000,0,0,0,0,0,64,0), +(31,29858,51000,0,0,0,0,0,66,0), +(31,29893,63000,0,0,0,0,0,68,0), +(31,30404,2500,0,0,30108,0,0,60,0), +(31,30405,2500,0,0,30404,0,0,70,0), +(31,30413,2500,0,0,30283,0,0,60,0), +(31,30414,2500,0,0,30413,0,0,70,0), +(31,30459,78000,0,0,27210,0,0,70,0), +(31,30545,78000,0,0,27211,0,0,70,0), +(31,30546,3900,0,0,27263,0,0,70,0), +(31,30909,70000,0,0,27224,0,0,69,0), +(31,30910,78000,0,0,603,0,0,70,0), +(31,32231,78000,0,0,29722,0,0,70,0), +(31,47793,160000,0,0,27260,0,0,76,0), +(31,47808,160000,0,0,27209,0,0,74,0), +(31,47809,160000,0,0,47808,0,0,79,0), +(31,47810,160000,0,0,27215,0,0,75,0), +(31,47811,160000,0,0,47810,0,0,80,0), +(31,47812,160000,0,0,27216,0,0,71,0), +(31,47813,160000,0,0,47812,0,0,77,0), +(31,47814,160000,0,0,30459,0,0,74,0), +(31,47815,160000,0,0,47814,0,0,79,0), +(31,47819,160000,0,0,27212,0,0,72,0), +(31,47820,160000,0,0,47819,0,0,79,0), +(31,47823,160000,0,0,27213,0,0,78,0), +(31,47824,160000,0,0,30545,0,0,75,0), +(31,47825,160000,0,0,47824,0,0,80,0), +(31,47826,8000,0,0,30546,0,0,75,0), +(31,47827,8000,0,0,47826,0,0,80,0), +(31,47835,160000,0,0,27243,0,0,75,0), +(31,47836,160000,0,0,47835,0,0,80,0), +(31,47837,100000,0,0,32231,0,0,74,0), +(31,47838,100000,0,0,47837,0,0,80,0), +(31,47841,8000,0,0,30405,0,0,75,0), +(31,47843,8000,0,0,47841,0,0,80,0), +(31,47846,8000,0,0,30414,0,0,75,0), +(31,47847,8000,0,0,47846,0,0,80,0), +(31,47855,160000,0,0,27217,0,0,77,0), +(31,47856,160000,0,0,27259,0,0,76,0), +(31,47857,160000,0,0,27220,0,0,78,0), +(31,47859,160000,0,0,27223,0,0,73,0), +(31,47860,160000,0,0,47859,0,0,78,0), +(31,47863,160000,0,0,27218,0,0,73,0), +(31,47864,160000,0,0,47863,0,0,79,0), +(31,47865,160000,0,0,27228,0,0,78,0), +(31,47867,160000,0,0,30910,0,0,80,0), +(31,47871,160000,0,0,27230,0,0,73,0), +(31,47878,160000,0,0,47871,0,0,79,0), +(31,47884,160000,0,0,27238,0,0,76,0), +(31,47886,160000,0,0,28172,0,0,72,0), +(31,47888,160000,0,0,47886,0,0,78,0), +(31,47889,160000,0,0,47793,0,0,80,0), +(31,47890,160000,0,0,28610,0,0,72,0), +(31,47891,160000,0,0,47890,0,0,78,0), +(31,47892,160000,0,0,28189,0,0,74,0), +(31,47893,160000,0,0,47892,0,0,79,0), +(31,47897,10000,0,0,0,0,0,75,0), +(31,48018,160000,0,0,0,0,0,80,0), +(31,48020,160000,0,0,0,0,0,80,0), +(31,50511,160000,0,0,30909,0,0,71,0), +(31,57946,160000,0,0,27222,0,0,80,0), +(31,58887,160000,0,0,29893,0,0,80,0), +(31,59092,160000,0,0,27265,0,0,80,0), +(31,59161,2500,0,0,48181,0,0,70,0), +(31,59163,8000,0,0,59161,0,0,75,0), +(31,59164,8000,0,0,59163,0,0,80,0), +(31,59170,2500,0,0,50796,0,0,70,0), +(31,59171,8000,0,0,59170,0,0,75,0), +(31,59172,8000,0,0,59171,0,0,80,0), +(31,60219,160000,0,0,27250,0,0,74,0), +(31,60220,160000,0,0,60219,0,0,80,0), +(31,61191,70000,0,0,11726,0,0,72,0), +(31,61290,10000,0,0,47897,0,0,80,0), +(32,172,100,0,0,0,0,0,4,0), +(32,348,10,0,0,0,0,0,3,0), +(32,688,100,0,0,0,0,0,1,0), +(32,695,100,0,0,686,0,0,6,0), +(32,702,100,0,0,0,0,0,4,0), +(32,1454,100,0,0,0,0,0,6,0), +(33,99,300,0,0,0,0,0,10,0), +(33,339,200,0,0,0,0,0,8,0), +(33,467,100,0,0,0,0,0,6,0), +(33,740,6000,0,0,0,0,0,30,0), +(33,768,2000,0,0,0,0,0,20,0), +(33,769,10000,0,0,780,0,0,34,0), +(33,770,1900,0,0,0,0,0,18,0), +(33,774,100,0,0,0,0,0,4,0), +(33,779,1800,0,0,0,0,0,16,0), +(33,780,4000,0,0,779,0,0,24,0), +(33,782,900,0,0,467,0,0,14,0), +(33,783,6000,0,0,0,0,0,16,0), +(33,1058,300,0,0,774,0,0,10,0), +(33,1062,1900,0,0,339,0,0,18,0), +(33,1066,900,0,0,0,0,0,16,0), +(33,1075,4000,0,0,782,0,0,24,0), +(33,1079,2000,0,0,0,0,0,20,0), +(33,1082,2000,0,0,0,0,0,20,0), +(33,1126,10,0,0,0,0,0,1,0), +(33,1430,1800,0,0,1058,0,0,16,0), +(33,1735,2000,0,0,99,0,0,20,0), +(33,1822,4000,0,0,0,0,0,24,0), +(33,1823,10000,0,0,1822,0,0,34,0), +(33,1824,18000,0,0,1823,0,0,44,0), +(33,1850,4500,0,0,0,0,0,26,0), +(33,2090,3000,0,0,1430,0,0,22,0), +(33,2091,5000,0,0,2090,0,0,28,0), +(33,2637,1900,0,0,0,0,0,18,0), +(33,2782,4000,0,0,0,0,0,24,0), +(33,2893,4500,0,0,0,0,0,26,0), +(33,2908,3000,0,0,0,0,0,22,0), +(33,2912,2000,0,0,0,0,0,20,0), +(33,3029,5000,0,0,1082,0,0,28,0), +(33,3627,10000,0,0,2091,0,0,34,0), +(33,5177,100,0,0,5176,0,0,6,0), +(33,5178,900,0,0,5177,0,0,14,0), +(33,5179,3000,0,0,5178,0,0,22,0), +(33,5180,6000,0,0,5179,0,0,30,0), +(33,5186,200,0,0,5185,0,0,8,0), +(33,5187,900,0,0,5186,0,0,14,0), +(33,5188,2000,0,0,5187,0,0,20,0), +(33,5189,4500,0,0,5188,0,0,26,0), +(33,5195,5000,0,0,1062,0,0,28,0), +(33,5196,12000,0,0,5195,0,0,38,0), +(33,5201,12000,0,0,3029,0,0,38,0), +(33,5209,5000,0,0,0,0,0,28,0), +(33,5211,900,0,0,0,0,0,14,0), +(33,5215,2000,0,0,0,0,0,20,0), +(33,5217,4000,0,0,0,0,0,24,0), +(33,5221,3000,0,0,0,0,0,22,0), +(33,5225,8000,0,0,0,0,0,32,0), +(33,5229,800,0,0,0,0,0,12,0), +(33,5232,300,0,0,1126,0,0,10,0), +(33,5234,6000,0,0,6756,0,0,30,0), +(33,6756,2000,0,0,5232,0,0,20,0), +(33,6778,8000,0,0,5189,0,0,32,0), +(33,6780,12000,0,0,5180,0,0,38,0), +(33,6785,8000,0,0,0,0,0,32,0), +(33,6787,16000,0,0,6785,0,0,42,0), +(33,6793,11000,0,0,5217,0,0,36,0), +(33,6798,6000,0,0,5211,0,0,30,0), +(33,6800,6000,0,0,5221,0,0,30,0), +(33,6808,1900,0,0,6807,0,0,18,0), +(33,6809,4500,0,0,6808,0,0,26,0), +(33,8903,12000,0,0,6778,0,0,38,0), +(33,8905,20000,0,0,6780,0,0,46,0), +(33,8907,14000,0,0,5234,0,0,40,0), +(33,8910,14000,0,0,3627,0,0,40,0), +(33,8914,10000,0,0,1075,0,0,34,0), +(33,8918,14000,0,0,740,0,0,40,0), +(33,8921,100,0,0,0,0,0,4,0), +(33,8924,300,0,0,8921,0,0,10,0), +(33,8925,1800,0,0,8924,0,0,16,0), +(33,8926,3000,0,0,8925,0,0,22,0), +(33,8927,5000,0,0,8926,0,0,28,0), +(33,8928,10000,0,0,8927,0,0,34,0), +(33,8929,14000,0,0,8928,0,0,40,0), +(33,8936,800,0,0,0,0,0,12,0), +(33,8938,1900,0,0,8936,0,0,18,0), +(33,8939,4000,0,0,8938,0,0,24,0), +(33,8940,6000,0,0,8939,0,0,30,0), +(33,8941,11000,0,0,8940,0,0,36,0), +(33,8949,4500,0,0,2912,0,0,26,0), +(33,8950,10000,0,0,8949,0,0,34,0), +(33,8951,16000,0,0,8950,0,0,42,0), +(33,8955,12000,0,0,2908,0,0,38,0), +(33,8972,10000,0,0,6809,0,0,34,0), +(33,8983,20000,0,0,6798,0,0,46,0), +(33,8992,12000,0,0,6800,0,0,38,0), +(33,8998,5000,0,0,0,0,0,28,0), +(33,9000,14000,0,0,8998,0,0,40,0), +(33,9005,11000,0,0,0,0,0,36,0), +(33,9490,8000,0,0,1735,0,0,32,0), +(33,9492,5000,0,0,1079,0,0,28,0), +(33,9493,11000,0,0,9492,0,0,36,0), +(33,9634,14000,0,0,5487,0,0,40,0), +(33,9745,16000,0,0,8972,0,0,42,0), +(33,9747,16000,0,0,9490,0,0,42,0), +(33,9750,16000,0,0,8941,0,0,42,0), +(33,9752,18000,0,0,9493,0,0,44,0), +(33,9754,18000,0,0,769,0,0,44,0), +(33,9756,18000,0,0,8914,0,0,44,0), +(33,9758,18000,0,0,8903,0,0,44,0), +(33,9821,20000,0,0,1850,0,0,46,0), +(33,9823,20000,0,0,9005,0,0,46,0), +(33,9827,30000,0,0,9823,0,0,56,0), +(33,9829,20000,0,0,8992,0,0,46,0), +(33,9830,28000,0,0,9829,0,0,54,0), +(33,9833,20000,0,0,8929,0,0,46,0), +(33,9834,26000,0,0,9833,0,0,52,0), +(33,9835,32000,0,0,9834,0,0,58,0), +(33,9839,20000,0,0,8910,0,0,46,0), +(33,9840,26000,0,0,9839,0,0,52,0), +(33,9841,32000,0,0,9840,0,0,58,0), +(33,9845,22000,0,0,6793,0,0,48,0), +(33,9846,34000,0,0,9845,0,0,60,0), +(33,9849,22000,0,0,5201,0,0,48,0), +(33,9850,32000,0,0,9849,0,0,58,0), +(33,9852,22000,0,0,5196,0,0,48,0), +(33,9853,32000,0,0,9852,0,0,58,0), +(33,9856,22000,0,0,9750,0,0,48,0), +(33,9857,28000,0,0,9856,0,0,54,0), +(33,9858,34000,0,0,9857,0,0,60,0), +(33,9862,23000,0,0,8918,0,0,50,0), +(33,9863,34000,0,0,9862,0,0,60,0), +(33,9866,23000,0,0,6787,0,0,50,0), +(33,9867,32000,0,0,9866,0,0,58,0), +(33,9875,23000,0,0,8951,0,0,50,0), +(33,9876,32000,0,0,9875,0,0,58,0), +(33,9880,23000,0,0,9745,0,0,50,0), +(33,9881,32000,0,0,9880,0,0,58,0), +(33,9884,23000,0,0,8907,0,0,50,0), +(33,9885,34000,0,0,9884,0,0,60,0), +(33,9888,23000,0,0,9758,0,0,50,0), +(33,9889,30000,0,0,9888,0,0,56,0), +(33,9892,26000,0,0,9000,0,0,52,0), +(33,9894,26000,0,0,9752,0,0,52,0), +(33,9896,34000,0,0,9894,0,0,60,0), +(33,9898,26000,0,0,9747,0,0,52,0), +(33,9901,28000,0,0,8955,0,0,54,0), +(33,9904,28000,0,0,1824,0,0,54,0), +(33,9908,28000,0,0,9754,0,0,54,0), +(33,9910,28000,0,0,9756,0,0,54,0), +(33,9912,28000,0,0,8905,0,0,54,0), +(33,16689,300,0,0,339,0,0,10,0), +(33,16810,1900,0,0,16689,1062,0,18,0), +(33,16811,5000,0,0,16810,5195,0,28,0), +(33,16812,12000,0,0,16811,5196,0,38,0), +(33,16813,22000,0,0,16812,9852,0,48,0), +(33,16857,1900,0,0,0,0,0,18,0), +(33,16914,14000,0,0,0,0,0,40,0), +(33,17329,32000,0,0,16813,9853,0,58,0), +(33,17401,23000,0,0,16914,0,0,50,0), +(33,17402,34000,0,0,17401,0,0,60,0), +(33,18657,12000,0,0,2637,0,0,38,0), +(33,18658,32000,0,0,18657,0,0,58,0), +(33,20484,2000,0,0,0,0,0,20,0), +(33,20719,14000,0,0,0,0,0,40,0), +(33,20739,6000,0,0,20484,0,0,30,0), +(33,20742,14000,0,0,20739,0,0,40,0), +(33,20747,23000,0,0,20742,0,0,50,0), +(33,20748,34000,0,0,20747,0,0,60,0), +(33,21849,23000,0,0,0,0,0,50,0), +(33,21850,34000,0,0,21849,0,0,60,0), +(33,22568,8000,0,0,0,0,0,32,0), +(33,22570,43000,0,0,0,0,0,62,0), +(33,22812,18000,0,0,0,0,0,44,0), +(33,22827,14000,0,0,22568,0,0,40,0), +(33,22828,22000,0,0,22827,0,0,48,0), +(33,22829,30000,0,0,22828,0,0,56,0), +(33,22842,11000,0,0,0,0,0,36,0), +(33,24248,48000,0,0,31018,0,0,63,0), +(33,24974,6000,0,0,5570,0,0,30,0), +(33,24975,14000,0,0,24974,0,0,40,0), +(33,24976,12000,0,0,24975,0,0,50,0), +(33,24977,34000,0,0,24976,0,0,60,0), +(33,25297,34000,0,0,9889,0,0,60,0), +(33,25298,34000,0,0,9876,0,0,60,0), +(33,25299,34000,0,0,9841,0,0,60,0), +(33,26978,43000,0,0,25297,0,0,62,0), +(33,26979,90000,0,0,26978,0,0,69,0), +(33,26980,59000,0,0,9858,0,0,65,0), +(33,26981,48000,0,0,25299,0,0,63,0), +(33,26982,90000,0,0,26981,0,0,69,0), +(33,26983,100000,0,0,9863,0,0,70,0), +(33,26984,39000,0,0,9912,0,0,61,0), +(33,26985,90000,0,0,26984,0,0,69,0), +(33,26986,73000,0,0,25298,0,0,67,0), +(33,26987,48000,0,0,9835,0,0,63,0), +(33,26988,100000,0,0,26987,0,0,70,0), +(33,26989,81000,0,0,9853,0,0,68,0), +(33,26990,100000,0,0,9885,0,0,70,0), +(33,26991,100000,0,0,21850,0,0,70,0), +(33,26992,53000,0,0,9910,0,0,64,0), +(33,26994,90000,0,0,20748,0,0,69,0), +(33,26995,100000,0,0,9901,0,0,70,0), +(33,26996,73000,0,0,9881,0,0,67,0), +(33,26997,53000,0,0,9908,0,0,64,0), +(33,26998,43000,0,0,9898,0,0,62,0), +(33,27000,73000,0,0,9850,0,0,67,0), +(33,27001,39000,0,0,9830,0,0,61,0), +(33,27002,100000,0,0,27001,0,0,70,0), +(33,27003,53000,0,0,9904,0,0,64,0), +(33,27004,90000,0,0,31709,0,0,69,0), +(33,27005,66000,0,0,9867,0,0,66,0), +(33,27006,66000,0,0,9827,0,0,66,0), +(33,27008,73000,0,0,9896,0,0,67,0), +(33,27009,81000,0,0,17329,26989,0,68,0), +(33,27012,100000,0,0,17402,0,0,70,0), +(33,27013,200000,0,0,24977,0,0,70,0), +(33,29166,14000,0,0,0,0,0,40,0), +(33,31018,30000,0,0,22829,0,0,60,0), +(33,31709,34000,0,0,9892,0,0,60,0), +(33,33357,59000,0,0,9821,0,0,65,0), +(33,33745,66000,0,0,0,0,0,66,0), +(33,33763,53000,0,0,0,0,0,64,0), +(33,33786,100000,0,0,0,0,0,70,0), +(33,33950,34000,0,0,33391,0,0,60,0), +(33,33982,1700,0,0,33876,0,0,58,0), +(33,33983,1700,0,0,33982,0,0,68,0), +(33,33986,1700,0,0,33878,0,0,58,0), +(33,33987,1900,0,0,33986,0,0,68,0), +(33,40120,200000,762,300,33943,0,0,71,0), +(33,48377,200000,0,0,26979,0,0,74,0), +(33,48378,200000,0,0,48377,0,0,79,0), +(33,48440,200000,0,0,26982,0,0,75,0), +(33,48441,200000,0,0,48440,0,0,80,0), +(33,48442,200000,0,0,26980,0,0,71,0), +(33,48443,200000,0,0,48442,0,0,77,0), +(33,48446,200000,0,0,26983,0,0,75,0), +(33,48447,200000,0,0,48446,0,0,80,0), +(33,48450,200000,0,0,33763,0,0,72,0), +(33,48451,200000,0,0,48450,0,0,80,0), +(33,48459,200000,0,0,26985,0,0,74,0), +(33,48461,200000,0,0,48459,0,0,79,0), +(33,48462,200000,0,0,26988,0,0,75,0), +(33,48463,200000,0,0,48462,0,0,80,0), +(33,48464,200000,0,0,26986,0,0,72,0), +(33,48465,200000,0,0,48464,0,0,78,0), +(33,48467,200000,0,0,27012,0,0,80,0), +(33,48468,200000,0,0,27013,0,0,80,0), +(33,48469,200000,0,0,26990,0,0,80,0), +(33,48470,200000,0,0,26991,0,0,80,0), +(33,48477,200000,0,0,26994,0,0,79,0), +(33,48479,200000,0,0,26996,0,0,73,0), +(33,48480,200000,0,0,48479,0,0,79,0), +(33,48559,200000,0,0,26998,0,0,71,0), +(33,48560,200000,0,0,48559,0,0,77,0), +(33,48561,200000,0,0,26997,0,0,72,0), +(33,48562,200000,0,0,48561,0,0,77,0), +(33,48563,10000,0,0,33987,0,0,75,0), +(33,48564,10000,0,0,48563,0,0,80,0), +(33,48565,10000,0,0,33983,0,0,75,0), +(33,48566,10000,0,0,48565,0,0,80,0), +(33,48567,200000,0,0,33745,0,0,73,0), +(33,48568,200000,0,0,48567,0,0,80,0), +(33,48569,200000,0,0,27000,0,0,73,0), +(33,48570,200000,0,0,48569,0,0,79,0), +(33,48571,200000,0,0,27002,0,0,75,0), +(33,48572,200000,0,0,48571,0,0,80,0), +(33,48573,200000,0,0,27003,0,0,72,0), +(33,48574,200000,0,0,48573,0,0,78,0), +(33,48575,200000,0,0,27004,0,0,76,0), +(33,48576,200000,0,0,24248,0,0,72,0), +(33,48577,200000,0,0,48576,0,0,78,0), +(33,48578,200000,0,0,27005,0,0,73,0), +(33,48579,200000,0,0,48578,0,0,79,0), +(33,49799,200000,0,0,27008,0,0,71,0), +(33,49800,200000,0,0,49799,0,0,80,0), +(33,49802,200000,0,0,22570,0,0,74,0), +(33,49803,200000,0,0,27006,0,0,77,0), +(33,50212,200000,0,0,9846,0,0,71,0), +(33,50213,200000,0,0,50212,0,0,79,0), +(33,50464,200000,0,0,0,0,0,80,0), +(33,50763,200000,0,0,50764,0,0,80,0), +(33,50764,90000,0,0,50765,0,0,69,0), +(33,50765,34000,0,0,50766,0,0,60,0), +(33,50766,22000,0,0,50767,0,0,48,0), +(33,50767,11000,0,0,50768,0,0,36,0), +(33,50768,4000,0,0,50769,0,0,24,0), +(33,50769,800,0,0,0,0,0,12,0), +(33,52610,200000,0,0,0,0,0,75,0), +(33,53199,10000,0,0,48505,0,0,70,0), +(33,53200,10000,0,0,53199,0,0,75,0), +(33,53201,10000,0,0,53200,0,0,80,0), +(33,53223,600,0,0,50516,0,0,60,0), +(33,53225,1700,0,0,53223,0,0,70,0), +(33,53226,10000,0,0,53225,0,0,75,0), +(33,53248,1700,0,0,48438,0,0,70,0), +(33,53249,10000,0,0,53248,0,0,75,0), +(33,53251,10000,0,0,53249,0,0,80,0), +(33,53307,200000,0,0,26992,0,0,74,0), +(33,53308,200000,0,0,26989,0,0,78,0), +(33,53312,200000,0,0,27009,53308,0,78,0), +(33,61384,10000,0,0,53226,0,0,80,0), +(33,62078,200000,0,0,0,0,0,71,0), +(33,62600,4500,0,0,0,0,0,40,0), +(34,467,100,0,0,0,0,0,6,0), +(34,774,100,0,0,0,0,0,4,0), +(34,1126,10,0,0,0,0,0,1,0), +(34,5177,100,0,0,5176,0,0,6,0), +(34,8921,100,0,0,0,0,0,4,0), +(35,33388,40000,762,0,0,0,0,20,0), +(35,33391,500000,762,75,33388,0,0,40,0), +(35,34090,2500000,762,150,33391,0,0,60,0), +(35,34091,50000000,762,225,34090,0,0,70,0), +(36,33388,40000,762,0,0,0,0,20,0), +(36,33391,500000,762,75,33388,0,0,40,0), +(36,34090,2500000,762,150,33391,0,0,60,0), +(36,34091,50000000,762,225,34090,0,0,70,0), +(36,54197,10000000,762,225,0,0,0,77,0), +(37,33388,40000,762,0,0,0,0,20,0), +(37,33391,500000,762,75,33388,0,0,40,0), +(38,33388,40000,762,0,0,0,0,20,0), +(38,33391,500000,762,75,33388,0,0,40,0), +(39,33388,40000,762,0,0,0,0,20,0), +(39,33391,500000,762,75,33388,0,0,40,0), +(40,33388,40000,762,0,0,0,0,20,0), +(40,33391,500000,762,75,33388,0,0,40,0), +(41,33388,40000,762,0,0,0,0,20,0), +(41,33391,500000,762,75,33388,0,0,40,0), +(42,33388,40000,762,0,0,0,0,20,0), +(42,33391,500000,762,75,33388,0,0,40,0), +(43,33388,40000,762,0,0,0,0,20,0), +(43,33391,500000,762,75,33388,0,0,40,0), +(44,33388,40000,762,0,0,0,0,20,0), +(44,33391,500000,762,75,33388,0,0,40,0), +(45,33388,40000,762,0,0,0,0,20,0), +(45,33391,500000,762,75,33388,0,0,40,0), +(46,33388,40000,762,0,0,0,0,20,0), +(46,33391,500000,762,75,33388,0,0,40,0), +(47,196,1000,0,0,0,0,0,0,0), +(47,197,1000,0,0,0,0,0,0,0), +(47,198,1000,0,0,0,0,0,0,0), +(47,199,1000,0,0,0,0,0,0,0), +(47,266,1000,0,0,0,0,0,0,0), +(47,15590,1000,0,0,0,0,0,0,0), +(48,196,1000,0,0,0,0,0,0,0), +(48,197,1000,0,0,0,0,0,0,0), +(48,227,1000,0,0,0,0,0,0,0), +(48,264,1000,0,0,0,0,0,0,0), +(48,2567,1000,0,0,0,0,0,0,0), +(49,196,1000,0,0,0,0,0,0,0), +(49,197,1000,0,0,0,0,0,0,0), +(49,264,1000,0,0,0,0,0,0,0), +(49,1180,1000,0,0,0,0,0,0,0), +(49,2567,1000,0,0,0,0,0,0,0), +(49,15590,1000,0,0,0,0,0,0,0), +(50,197,1000,0,0,0,0,0,0,0), +(51,198,1000,0,0,0,0,0,0,0), +(51,199,1000,0,0,0,0,0,0,0), +(51,201,1000,0,0,0,0,0,0,0), +(51,202,1000,0,0,0,0,0,0,0), +(51,1180,1000,0,0,0,0,0,0,0), +(51,5011,1000,0,0,0,0,0,0,0), +(52,198,1000,0,0,0,0,0,0,0), +(52,199,1000,0,0,0,0,0,0,0), +(52,227,1000,0,0,0,0,0,0,0), +(52,266,1000,0,0,0,0,0,0,0), +(53,200,10000,0,0,0,0,0,0,0), +(53,201,1000,0,0,0,0,0,0,0), +(53,202,1000,0,0,0,0,0,0,0), +(53,227,1000,0,0,0,0,0,0,0), +(53,1180,1000,0,0,0,0,0,0,0), +(53,5011,1000,0,0,0,0,0,0,0), +(54,200,10000,0,0,0,0,0,20,0), +(54,201,1000,0,0,0,0,0,0,0), +(54,202,1000,0,0,0,0,0,0,0), +(54,264,1000,0,0,0,0,0,0,0), +(54,1180,1000,0,0,0,0,0,0,0), +(54,2567,1000,0,0,0,0,0,0,0), +(55,200,10000,0,0,0,0,0,20,0), +(55,201,1000,0,0,0,0,0,0,0), +(55,202,1000,0,0,0,0,0,0,0), +(55,1180,1000,0,0,0,0,0,0,0), +(55,5011,1000,0,0,0,0,0,0,0), +(56,227,1000,0,0,0,0,0,0,0), +(56,264,1000,0,0,0,0,0,0,0), +(56,1180,1000,0,0,0,0,0,0,0), +(56,2567,1000,0,0,0,0,0,0,0), +(56,15590,1000,0,0,0,0,0,0,0), +(57,1180,1000,0,0,0,0,0,0,0), +(57,2567,1000,0,0,0,0,0,0,0), +(57,5011,1000,0,0,0,0,0,0,0), +(58,2020,10,0,0,0,0,0,5,0), +(58,2021,500,164,50,2018,0,0,10,0), +(58,2661,100,164,35,0,0,0,0,0), +(58,2662,50,164,1,0,0,0,0,0), +(58,2664,500,164,90,0,0,0,0,0), +(58,2665,100,164,65,0,0,0,0,0), +(58,2666,200,164,70,0,0,0,0,0), +(58,2668,300,164,105,0,0,0,0,0), +(58,2670,500,164,105,0,0,0,0,0), +(58,2672,500,164,120,0,0,0,0,0), +(58,2674,1000,164,125,0,0,0,0,0), +(58,2675,1000,164,145,0,0,0,0,0), +(58,2737,50,164,15,0,0,0,0,0), +(58,2738,50,164,20,0,0,0,0,0), +(58,2739,50,164,25,0,0,0,0,0), +(58,2740,200,164,110,0,0,0,0,0), +(58,2741,200,164,115,0,0,0,0,0), +(58,2742,200,164,120,0,0,0,0,0), +(58,3116,100,164,65,0,0,0,0,0), +(58,3117,1000,164,125,0,0,0,0,0), +(58,3292,500,164,95,0,0,0,0,0), +(58,3293,250,164,35,0,0,0,0,0), +(58,3294,500,164,70,0,0,0,0,0), +(58,3296,1000,164,130,0,0,0,0,0), +(58,3319,50,164,20,0,0,0,0,0), +(58,3320,100,164,25,0,0,0,0,0), +(58,3323,100,164,40,0,0,0,0,0), +(58,3324,200,164,45,0,0,0,0,0), +(58,3326,250,164,75,0,0,0,0,0), +(58,3328,500,164,110,0,0,0,0,0), +(58,3331,500,164,130,0,0,0,0,0), +(58,3333,1000,164,135,0,0,0,0,0), +(58,3337,1000,164,125,0,0,0,0,0), +(58,3491,600,164,105,0,0,0,0,0), +(58,3501,1000,164,165,0,0,0,0,0), +(58,3502,1250,164,170,0,0,0,0,0), +(58,3506,5000,164,155,0,0,0,0,0), +(58,3508,7500,164,180,0,0,0,0,0), +(58,3539,5000,164,125,3100,0,0,20,0), +(58,6517,800,164,110,0,0,0,0,0), +(58,7223,1000,164,185,0,0,0,0,0), +(58,7408,300,164,65,0,0,0,0,0), +(58,7817,200,164,95,0,0,0,0,0), +(58,7818,100,164,100,0,0,0,0,0), +(58,8768,250,164,150,0,0,0,0,0), +(58,8880,100,164,30,0,0,0,0,0), +(58,9786,50000,164,200,3538,0,0,35,0), +(58,9916,2500,164,200,0,0,0,0,0), +(58,9918,2500,164,200,0,0,0,0,0), +(58,9920,2500,164,200,0,0,0,0,0), +(58,9921,2500,164,200,0,0,0,0,0), +(58,9926,5000,164,205,0,0,0,0,0), +(58,9928,5000,164,205,0,0,0,0,0), +(58,9931,5000,164,210,0,0,0,0,0), +(58,9935,5000,164,215,0,0,0,0,0), +(58,9959,15000,164,230,0,0,0,0,0), +(58,9961,15000,164,230,0,0,0,0,0), +(58,9968,20000,164,235,0,0,0,0,0), +(58,9983,100,164,30,0,0,0,0,0), +(58,9985,250,164,125,0,0,0,0,0), +(58,9986,500,164,130,0,0,0,0,0), +(58,9987,500,164,135,0,0,0,0,0), +(58,9993,10000,164,210,0,0,0,0,0), +(58,10001,15000,164,230,0,0,0,0,0), +(58,14379,250,164,150,0,0,0,0,0), +(58,14380,2500,164,200,0,0,0,0,0), +(58,15972,7500,164,180,0,0,0,0,0), +(58,16639,10000,164,250,0,0,0,0,0), +(58,16640,10000,164,250,0,0,0,0,0), +(58,16641,10000,164,250,0,0,0,0,0), +(58,16642,10000,164,250,0,0,0,0,0), +(58,16643,10000,164,250,0,0,0,0,0), +(58,16644,10000,164,255,0,0,0,0,0), +(58,16652,10000,164,280,0,0,0,0,0), +(58,16653,10000,164,280,0,0,0,0,0), +(58,16662,12000,164,300,0,0,0,0,0), +(58,16969,15000,164,275,0,0,0,0,0), +(58,16971,15000,164,280,0,0,0,0,0), +(58,19666,100,164,100,0,0,0,0,0), +(58,19667,250,164,150,0,0,0,0,0), +(58,19668,2500,164,200,0,0,0,0,0), +(58,19669,10000,164,275,0,0,0,0,0), +(58,20201,10000,164,275,0,0,0,0,0), +(58,29545,15000,164,300,0,0,0,0,0), +(58,29547,15000,164,305,0,0,0,0,0), +(58,29548,20000,164,315,0,0,0,0,0), +(58,29549,20000,164,315,0,0,0,0,0), +(58,29550,25000,164,325,0,0,0,0,0), +(58,29551,15000,164,300,0,0,0,0,0), +(58,29552,18000,164,310,0,0,0,0,0), +(58,29553,20000,164,315,0,0,0,0,0), +(58,29556,22000,164,320,0,0,0,0,0), +(58,29557,18000,164,310,0,0,0,0,0), +(58,29558,20000,164,315,0,0,0,0,0), +(58,29565,22000,164,320,0,0,0,0,0), +(58,29654,15000,164,300,0,0,0,0,0), +(58,29845,100000,164,275,9785,0,0,50,0), +(58,32284,25000,164,325,0,0,0,0,0), +(58,32655,10000,164,300,0,0,0,0,0), +(58,34607,15000,164,300,0,0,0,0,0), +(58,34979,600,164,100,0,0,0,0,0), +(58,34981,7500,164,200,0,0,0,0,0), +(58,34982,10000,164,300,0,0,0,0,0), +(58,34983,50000,164,350,0,0,0,0,0), +(59,2020,10,0,0,0,0,0,5,0), +(59,2021,500,164,50,2018,0,0,10,0), +(59,2661,100,164,35,0,0,0,0,0), +(59,2662,50,164,1,0,0,0,0,0), +(59,2664,500,164,90,0,0,0,0,0), +(59,2665,100,164,65,0,0,0,0,0), +(59,2666,200,164,70,0,0,0,0,0), +(59,2668,300,164,105,0,0,0,0,0), +(59,2670,500,164,105,0,0,0,0,0), +(59,2672,500,164,120,0,0,0,0,0), +(59,2674,1000,164,125,0,0,0,0,0), +(59,2675,1000,164,145,0,0,0,0,0), +(59,2737,50,164,15,0,0,0,0,0), +(59,2738,50,164,20,0,0,0,0,0), +(59,2739,50,164,25,0,0,0,0,0), +(59,2740,200,164,110,0,0,0,0,0), +(59,2741,200,164,115,0,0,0,0,0), +(59,2742,200,164,120,0,0,0,0,0), +(59,3116,100,164,65,0,0,0,0,0), +(59,3117,1000,164,125,0,0,0,0,0), +(59,3292,500,164,95,0,0,0,0,0), +(59,3293,250,164,35,0,0,0,0,0), +(59,3294,500,164,70,0,0,0,0,0), +(59,3296,1000,164,130,0,0,0,0,0), +(59,3319,50,164,20,0,0,0,0,0), +(59,3320,100,164,25,0,0,0,0,0), +(59,3323,100,164,40,0,0,0,0,0), +(59,3324,200,164,45,0,0,0,0,0), +(59,3326,250,164,75,0,0,0,0,0), +(59,3328,500,164,110,0,0,0,0,0), +(59,3331,500,164,130,0,0,0,0,0), +(59,3333,1000,164,135,0,0,0,0,0), +(59,3337,1000,164,125,0,0,0,0,0), +(59,3491,600,164,105,0,0,0,0,0), +(59,3501,1000,164,165,0,0,0,0,0), +(59,3502,1250,164,170,0,0,0,0,0), +(59,3506,5000,164,155,0,0,0,0,0), +(59,3508,7500,164,180,0,0,0,0,0), +(59,3539,5000,164,125,3100,0,0,20,0), +(59,6517,800,164,110,0,0,0,0,0), +(59,7223,1000,164,185,0,0,0,0,0), +(59,7408,300,164,65,0,0,0,0,0), +(59,7817,200,164,95,0,0,0,0,0), +(59,7818,100,164,100,0,0,0,0,0), +(59,8768,250,164,150,0,0,0,0,0), +(59,8880,100,164,30,0,0,0,0,0), +(59,9786,50000,164,200,3538,0,0,35,0), +(59,9916,2500,164,200,0,0,0,0,0), +(59,9918,2500,164,200,0,0,0,0,0), +(59,9920,2500,164,200,0,0,0,0,0), +(59,9921,2500,164,200,0,0,0,0,0), +(59,9926,5000,164,205,0,0,0,0,0), +(59,9928,5000,164,205,0,0,0,0,0), +(59,9931,5000,164,210,0,0,0,0,0), +(59,9935,5000,164,215,0,0,0,0,0), +(59,9959,15000,164,230,0,0,0,0,0), +(59,9961,15000,164,230,0,0,0,0,0), +(59,9968,20000,164,235,0,0,0,0,0), +(59,9983,100,164,30,0,0,0,0,0), +(59,9985,250,164,125,0,0,0,0,0), +(59,9986,500,164,130,0,0,0,0,0), +(59,9987,500,164,135,0,0,0,0,0), +(59,9993,10000,164,210,0,0,0,0,0), +(59,10001,15000,164,230,0,0,0,0,0), +(59,14379,250,164,150,0,0,0,0,0), +(59,14380,2500,164,200,0,0,0,0,0), +(59,15972,7500,164,180,0,0,0,0,0), +(59,16639,10000,164,250,0,0,0,0,0), +(59,16640,10000,164,250,0,0,0,0,0), +(59,16641,10000,164,250,0,0,0,0,0), +(59,16642,10000,164,250,0,0,0,0,0), +(59,16643,10000,164,250,0,0,0,0,0), +(59,16644,10000,164,255,0,0,0,0,0), +(59,16652,10000,164,280,0,0,0,0,0), +(59,16653,10000,164,280,0,0,0,0,0), +(59,16662,12000,164,300,0,0,0,0,0), +(59,16969,15000,164,275,0,0,0,0,0), +(59,16971,15000,164,280,0,0,0,0,0), +(59,19666,100,164,100,0,0,0,0,0), +(59,19667,250,164,150,0,0,0,0,0), +(59,19668,2500,164,200,0,0,0,0,0), +(59,19669,10000,164,275,0,0,0,0,0), +(59,20201,10000,164,275,0,0,0,0,0), +(59,29545,15000,164,300,0,0,0,0,0), +(59,29547,15000,164,305,0,0,0,0,0), +(59,29548,20000,164,315,0,0,0,0,0), +(59,29549,20000,164,315,0,0,0,0,0), +(59,29550,25000,164,325,0,0,0,0,0), +(59,29551,15000,164,300,0,0,0,0,0), +(59,29552,18000,164,310,0,0,0,0,0), +(59,29553,20000,164,315,0,0,0,0,0), +(59,29556,22000,164,320,0,0,0,0,0), +(59,29557,18000,164,310,0,0,0,0,0), +(59,29558,20000,164,315,0,0,0,0,0), +(59,29565,22000,164,320,0,0,0,0,0), +(59,29654,15000,164,300,0,0,0,0,0), +(59,29845,100000,164,275,9785,0,0,50,0), +(59,32284,25000,164,325,0,0,0,0,0), +(59,32655,10000,164,300,0,0,0,0,0), +(59,34607,15000,164,300,0,0,0,0,0), +(59,34979,600,164,100,0,0,0,0,0), +(59,34981,7500,164,200,0,0,0,0,0), +(59,34982,10000,164,300,0,0,0,0,0), +(59,34983,50000,164,350,0,0,0,0,0), +(59,51298,350000,164,350,29844,0,0,60,0), +(59,52567,30000,164,370,0,0,0,0,0), +(59,52568,30000,164,350,0,0,0,0,0), +(59,52569,30000,164,350,0,0,0,0,0), +(59,52570,30000,164,375,0,0,0,0,0), +(59,52571,30000,164,370,0,0,0,0,0), +(59,52572,30000,164,360,0,0,0,0,0), +(59,54550,30000,164,360,0,0,0,0,0), +(59,54551,40000,164,395,0,0,0,0,0), +(59,54552,40000,164,400,0,0,0,0,0), +(59,54553,40000,164,400,0,0,0,0,0), +(59,54554,40000,164,395,0,0,0,0,0), +(59,54555,40000,164,405,0,0,0,0,0), +(59,54556,40000,164,405,0,0,0,0,0), +(59,54557,40000,164,390,0,0,0,0,0), +(59,54917,30000,164,375,0,0,0,0,0), +(59,54918,30000,164,380,0,0,0,0,0), +(59,54941,30000,164,385,0,0,0,0,0), +(59,54944,30000,164,385,0,0,0,0,0), +(59,54945,35000,164,390,0,0,0,0,0), +(59,54946,30000,164,395,0,0,0,0,0), +(59,54947,35000,164,395,0,0,0,0,0), +(59,54948,30000,164,400,0,0,0,0,0), +(59,54949,30000,164,400,0,0,0,0,0), +(59,55013,40000,164,390,0,0,0,0,0), +(59,55014,35000,164,410,0,0,0,0,0), +(59,55015,40000,164,415,0,0,0,0,0), +(59,55017,40000,164,410,0,0,0,0,0), +(59,55055,40000,164,395,0,0,0,0,0), +(59,55056,40000,164,400,0,0,0,0,0), +(59,55057,40000,164,405,0,0,0,0,0), +(59,55058,45000,164,415,0,0,0,0,0), +(59,55174,50000,164,390,0,0,0,0,0), +(59,55177,50000,164,395,0,0,0,0,0), +(59,55179,50000,164,400,0,0,0,0,0), +(59,55181,50000,164,405,0,0,0,0,0), +(59,55182,40000,164,410,0,0,0,0,0), +(59,55200,35000,164,380,0,0,0,0,0), +(59,55201,35000,164,380,0,0,0,0,0), +(59,55202,35000,164,385,0,0,0,0,0), +(59,55203,35000,164,385,0,0,0,0,0), +(59,55204,35000,164,390,0,0,0,0,0), +(59,55206,40000,164,405,0,0,0,0,0), +(59,55298,45000,164,420,0,0,0,0,0), +(59,55300,45000,164,420,0,0,0,0,0), +(59,55301,45000,164,420,0,0,0,0,0), +(59,55302,45000,164,425,0,0,0,0,0), +(59,55303,45000,164,425,0,0,0,0,0), +(59,55304,45000,164,425,0,0,0,0,0), +(59,55305,45000,164,420,0,0,0,0,0), +(59,55306,45000,164,420,0,0,0,0,0), +(59,55307,45000,164,420,0,0,0,0,0), +(59,55308,45000,164,420,0,0,0,0,0), +(59,55309,45000,164,420,0,0,0,0,0), +(59,55310,45000,164,425,0,0,0,0,0), +(59,55311,45000,164,425,0,0,0,0,0), +(59,55312,45000,164,425,0,0,0,0,0), +(59,55369,180000,164,440,0,0,0,0,0), +(59,55370,150000,164,440,0,0,0,0,0), +(59,55371,150000,164,440,0,0,0,0,0), +(59,55372,120000,164,440,0,0,0,0,0), +(59,55373,120000,164,440,0,0,0,0,0), +(59,55374,120000,164,440,0,0,0,0,0), +(59,55375,120000,164,440,0,0,0,0,0), +(59,55376,120000,164,440,0,0,0,0,0), +(59,55377,120000,164,440,0,0,0,0,0), +(59,55628,45000,164,400,0,0,0,0,0), +(59,55641,45000,164,400,0,0,0,0,0), +(59,55656,50000,164,415,0,0,0,0,0), +(59,55732,42000,164,420,0,0,0,0,0), +(59,55834,30000,164,360,0,0,0,0,0), +(59,55835,30000,164,370,0,0,0,0,0), +(59,55839,42000,164,420,0,0,0,0,0), +(59,56234,150000,164,440,0,0,0,0,0), +(59,56280,40000,164,410,0,0,0,0,0), +(59,56357,42000,164,420,0,0,0,0,0), +(59,56400,150000,164,440,0,0,0,0,0), +(59,56549,45000,164,420,0,0,0,0,0), +(59,56550,45000,164,420,0,0,0,0,0), +(59,56551,45000,164,420,0,0,0,0,0), +(59,56552,45000,164,420,0,0,0,0,0), +(59,56553,45000,164,420,0,0,0,0,0), +(59,56554,45000,164,425,0,0,0,0,0), +(59,56555,45000,164,425,0,0,0,0,0), +(59,56556,45000,164,425,0,0,0,0,0), +(59,59405,30000,164,350,0,0,0,0,0), +(59,59406,45000,164,430,0,0,0,0,0), +(59,59436,40000,164,395,0,0,0,0,0), +(59,59438,40000,164,400,0,0,0,0,0), +(59,59440,40000,164,405,0,0,0,0,0), +(59,59441,45000,164,415,0,0,0,0,0), +(59,59442,40000,164,410,0,0,0,0,0), +(59,61008,120000,164,425,0,0,0,0,0), +(59,61009,120000,164,420,0,0,0,0,0), +(59,61010,120000,164,420,0,0,0,0,0), +(59,63182,150000,164,440,0,0,0,0,0), +(60,2020,10,0,0,0,0,0,5,0), +(60,2021,500,164,50,2018,0,0,10,0), +(60,2661,100,164,35,0,0,0,0,0), +(60,2662,50,164,1,0,0,0,0,0), +(60,2664,500,164,90,0,0,0,0,0), +(60,2665,100,164,65,0,0,0,0,0), +(60,2666,200,164,70,0,0,0,0,0), +(60,2668,300,164,105,0,0,0,0,0), +(60,2670,500,164,105,0,0,0,0,0), +(60,2672,500,164,120,0,0,0,0,0), +(60,2674,1000,164,125,0,0,0,0,0), +(60,2675,1000,164,145,0,0,0,0,0), +(60,2737,50,164,15,0,0,0,0,0), +(60,2738,50,164,20,0,0,0,0,0), +(60,2739,50,164,25,0,0,0,0,0), +(60,2740,200,164,110,0,0,0,0,0), +(60,2741,200,164,115,0,0,0,0,0), +(60,2742,200,164,120,0,0,0,0,0), +(60,3116,100,164,65,0,0,0,0,0), +(60,3117,1000,164,125,0,0,0,0,0), +(60,3292,500,164,95,0,0,0,0,0), +(60,3293,250,164,35,0,0,0,0,0), +(60,3294,500,164,70,0,0,0,0,0), +(60,3296,1000,164,130,0,0,0,0,0), +(60,3319,50,164,20,0,0,0,0,0), +(60,3320,100,164,25,0,0,0,0,0), +(60,3323,100,164,40,0,0,0,0,0), +(60,3324,200,164,45,0,0,0,0,0), +(60,3326,250,164,75,0,0,0,0,0), +(60,3328,500,164,110,0,0,0,0,0), +(60,3331,500,164,130,0,0,0,0,0), +(60,3333,1000,164,135,0,0,0,0,0), +(60,3337,1000,164,125,0,0,0,0,0), +(60,3491,600,164,105,0,0,0,0,0), +(60,3501,1000,164,165,0,0,0,0,0), +(60,3502,1250,164,170,0,0,0,0,0), +(60,3506,5000,164,155,0,0,0,0,0), +(60,3508,7500,164,180,0,0,0,0,0), +(60,3539,5000,164,125,3100,0,0,20,0), +(60,6517,800,164,110,0,0,0,0,0), +(60,7223,1000,164,185,0,0,0,0,0), +(60,7408,300,164,65,0,0,0,0,0), +(60,7817,200,164,95,0,0,0,0,0), +(60,7818,100,164,100,0,0,0,0,0), +(60,8768,250,164,150,0,0,0,0,0), +(60,8880,100,164,30,0,0,0,0,0), +(60,9786,50000,164,200,3538,0,0,35,0), +(60,9916,2500,164,200,0,0,0,0,0), +(60,9918,2500,164,200,0,0,0,0,0), +(60,9920,2500,164,200,0,0,0,0,0), +(60,9921,2500,164,200,0,0,0,0,0), +(60,9926,5000,164,205,0,0,0,0,0), +(60,9928,5000,164,205,0,0,0,0,0), +(60,9931,5000,164,210,0,0,0,0,0), +(60,9935,5000,164,215,0,0,0,0,0), +(60,9959,15000,164,230,0,0,0,0,0), +(60,9961,15000,164,230,0,0,0,0,0), +(60,9968,20000,164,235,0,0,0,0,0), +(60,9983,100,164,30,0,0,0,0,0), +(60,9985,250,164,125,0,0,0,0,0), +(60,9986,500,164,130,0,0,0,0,0), +(60,9987,500,164,135,0,0,0,0,0), +(60,9993,10000,164,210,0,0,0,0,0), +(60,10001,15000,164,230,0,0,0,0,0), +(60,14379,250,164,150,0,0,0,0,0), +(60,14380,2500,164,200,0,0,0,0,0), +(60,15972,7500,164,180,0,0,0,0,0), +(60,16639,10000,164,250,0,0,0,0,0), +(60,16640,10000,164,250,0,0,0,0,0), +(60,16641,10000,164,250,0,0,0,0,0), +(60,16642,10000,164,250,0,0,0,0,0), +(60,16643,10000,164,250,0,0,0,0,0), +(60,16644,10000,164,255,0,0,0,0,0), +(60,16652,10000,164,280,0,0,0,0,0), +(60,16653,10000,164,280,0,0,0,0,0), +(60,16662,12000,164,300,0,0,0,0,0), +(60,16969,15000,164,275,0,0,0,0,0), +(60,16971,15000,164,280,0,0,0,0,0), +(60,19666,100,164,100,0,0,0,0,0), +(60,19667,250,164,150,0,0,0,0,0), +(60,19668,2500,164,200,0,0,0,0,0), +(60,19669,10000,164,275,0,0,0,0,0), +(60,20201,10000,164,275,0,0,0,0,0), +(60,34979,600,164,100,0,0,0,0,0), +(60,34981,7500,164,200,0,0,0,0,0), +(60,34982,10000,164,300,0,0,0,0,0), +(61,2153,50,165,15,0,0,0,0,0), +(61,2154,500,165,50,2108,0,0,10,0), +(61,2155,10,0,0,0,0,0,5,0), +(61,2159,250,165,85,0,0,0,0,0), +(61,2160,100,165,40,0,0,0,0,0), +(61,2161,100,165,55,0,0,0,0,0), +(61,2162,100,165,60,0,0,0,0,0), +(61,2165,250,165,100,0,0,0,0,0), +(61,2166,450,165,120,0,0,0,0,0), +(61,2167,350,165,100,0,0,0,0,0), +(61,2168,350,165,110,0,0,0,0,0), +(61,3753,75,165,25,0,0,0,0,0), +(61,3756,150,165,55,0,0,0,0,0), +(61,3759,200,165,75,0,0,0,0,0), +(61,3760,600,165,150,0,0,0,0,0), +(61,3761,350,165,85,0,0,0,0,0), +(61,3763,300,165,80,0,0,0,0,0), +(61,3764,500,165,145,0,0,0,0,0), +(61,3766,400,165,125,0,0,0,0,0), +(61,3768,500,165,130,0,0,0,0,0), +(61,3770,500,165,135,0,0,0,0,0), +(61,3774,1000,165,160,0,0,0,0,0), +(61,3776,1200,165,180,0,0,0,0,0), +(61,3780,750,165,150,0,0,0,0,0), +(61,3812,5000,165,125,3104,0,0,20,0), +(61,3816,50,165,35,0,0,0,0,0), +(61,3817,200,165,100,0,0,0,0,0), +(61,3818,500,165,150,0,0,0,0,0), +(61,6661,2000,165,190,0,0,0,0,0), +(61,7135,400,165,115,0,0,0,0,0), +(61,7147,1000,165,160,0,0,0,0,0), +(61,7151,1200,165,175,0,0,0,0,0), +(61,7156,2400,165,190,0,0,0,0,0), +(61,9060,100,165,30,0,0,0,0,0), +(61,9062,100,165,30,0,0,0,0,0), +(61,9065,150,165,70,0,0,0,0,0), +(61,9068,400,165,95,0,0,0,0,0), +(61,9074,500,165,120,0,0,0,0,0), +(61,9145,500,165,125,0,0,0,0,0), +(61,9193,500,165,150,0,0,0,0,0), +(61,9194,500,165,150,0,0,0,0,0), +(61,9196,1500,165,175,0,0,0,0,0), +(61,9198,2000,165,180,0,0,0,0,0), +(61,9201,2000,165,185,0,0,0,0,0), +(61,9206,2500,165,195,0,0,0,0,0), +(61,10482,2000,165,200,0,0,0,0,0), +(61,10487,2000,165,200,0,0,0,0,0), +(61,10499,3000,165,205,0,0,0,0,0), +(61,10507,3000,165,205,0,0,0,0,0), +(61,10511,3000,165,210,0,0,0,0,0), +(61,10518,3500,165,210,0,0,0,0,0), +(61,10548,4000,165,230,0,0,0,0,0), +(61,10552,4000,165,230,0,0,0,0,0), +(61,10556,4500,165,235,0,0,0,0,0), +(61,10558,4500,165,235,0,0,0,0,0), +(61,10663,50000,165,200,3811,0,0,35,0), +(61,14930,4000,165,225,0,0,0,0,0), +(61,14932,4000,165,225,0,0,0,0,0), +(61,19047,5000,165,250,0,0,0,0,0), +(61,19052,10000,165,265,0,0,0,0,0), +(61,19055,10000,165,270,0,0,0,0,0), +(61,19058,5000,165,250,0,0,0,0,0), +(61,19065,10000,165,275,0,0,0,0,0), +(61,19071,10000,165,280,0,0,0,0,0), +(61,19072,10000,165,280,0,0,0,0,0), +(61,19082,15000,165,290,0,0,0,0,0), +(61,19083,15000,165,290,0,0,0,0,0), +(61,19091,15000,165,300,0,0,0,0,0), +(61,19092,15000,165,300,0,0,0,0,0), +(61,19098,15000,165,300,0,0,0,0,0), +(61,19102,15000,165,300,0,0,0,0,0), +(61,19103,15000,165,300,0,0,0,0,0), +(61,20648,500,165,100,0,0,0,0,0), +(61,20649,1000,165,150,0,0,0,0,0), +(61,20650,4000,165,200,0,0,0,0,0), +(61,22331,5000,165,250,0,0,0,0,0), +(62,2153,50,165,15,0,0,0,0,0), +(62,2154,500,165,50,2108,0,0,10,0), +(62,2155,10,0,0,0,0,0,5,0), +(62,2159,250,165,85,0,0,0,0,0), +(62,2160,100,165,40,0,0,0,0,0), +(62,2161,100,165,55,0,0,0,0,0), +(62,2162,100,165,60,0,0,0,0,0), +(62,2165,250,165,100,0,0,0,0,0), +(62,2166,450,165,120,0,0,0,0,0), +(62,2167,350,165,100,0,0,0,0,0), +(62,2168,350,165,110,0,0,0,0,0), +(62,3753,75,165,25,0,0,0,0,0), +(62,3756,150,165,55,0,0,0,0,0), +(62,3759,200,165,75,0,0,0,0,0), +(62,3760,600,165,150,0,0,0,0,0), +(62,3761,350,165,85,0,0,0,0,0), +(62,3763,300,165,80,0,0,0,0,0), +(62,3764,500,165,145,0,0,0,0,0), +(62,3766,400,165,125,0,0,0,0,0), +(62,3768,500,165,130,0,0,0,0,0), +(62,3770,500,165,135,0,0,0,0,0), +(62,3774,1000,165,160,0,0,0,0,0), +(62,3776,1200,165,180,0,0,0,0,0), +(62,3780,750,165,150,0,0,0,0,0), +(62,3812,5000,165,125,3104,0,0,20,0), +(62,3816,50,165,35,0,0,0,0,0), +(62,3817,200,165,100,0,0,0,0,0), +(62,3818,500,165,150,0,0,0,0,0), +(62,6661,2000,165,190,0,0,0,0,0), +(62,7135,400,165,115,0,0,0,0,0), +(62,7147,1000,165,160,0,0,0,0,0), +(62,7151,1200,165,175,0,0,0,0,0), +(62,7156,2400,165,190,0,0,0,0,0), +(62,9060,100,165,30,0,0,0,0,0), +(62,9062,100,165,30,0,0,0,0,0), +(62,9065,150,165,70,0,0,0,0,0), +(62,9068,400,165,95,0,0,0,0,0), +(62,9074,500,165,120,0,0,0,0,0), +(62,9145,500,165,125,0,0,0,0,0), +(62,9193,500,165,150,0,0,0,0,0), +(62,9194,500,165,150,0,0,0,0,0), +(62,9196,1500,165,175,0,0,0,0,0), +(62,9198,2000,165,180,0,0,0,0,0), +(62,9201,2000,165,185,0,0,0,0,0), +(62,9206,2500,165,195,0,0,0,0,0), +(62,10482,2000,165,200,0,0,0,0,0), +(62,10487,2000,165,200,0,0,0,0,0), +(62,10499,3000,165,205,0,0,0,0,0), +(62,10507,3000,165,205,0,0,0,0,0), +(62,10511,3000,165,210,0,0,0,0,0), +(62,10518,3500,165,210,0,0,0,0,0), +(62,10548,4000,165,230,0,0,0,0,0), +(62,10552,4000,165,230,0,0,0,0,0), +(62,10556,4500,165,235,0,0,0,0,0), +(62,10558,4500,165,235,0,0,0,0,0), +(62,10663,50000,165,200,3811,0,0,35,0), +(62,14930,4000,165,225,0,0,0,0,0), +(62,14932,4000,165,225,0,0,0,0,0), +(62,19047,5000,165,250,0,0,0,0,0), +(62,19052,10000,165,265,0,0,0,0,0), +(62,19055,10000,165,270,0,0,0,0,0), +(62,19058,5000,165,250,0,0,0,0,0), +(62,19065,10000,165,275,0,0,0,0,0), +(62,19071,10000,165,280,0,0,0,0,0), +(62,19072,10000,165,280,0,0,0,0,0), +(62,19082,15000,165,290,0,0,0,0,0), +(62,19083,15000,165,290,0,0,0,0,0), +(62,19091,15000,165,300,0,0,0,0,0), +(62,19092,15000,165,300,0,0,0,0,0), +(62,19098,15000,165,300,0,0,0,0,0), +(62,19102,15000,165,300,0,0,0,0,0), +(62,19103,15000,165,300,0,0,0,0,0), +(62,20648,500,165,100,0,0,0,0,0), +(62,20649,1000,165,150,0,0,0,0,0), +(62,20650,4000,165,200,0,0,0,0,0), +(62,22331,5000,165,250,0,0,0,0,0), +(62,32454,10000,165,300,0,0,0,0,0), +(62,32455,20000,165,325,0,0,0,0,0), +(62,32456,15000,165,300,0,0,0,0,0), +(62,32462,15000,165,300,0,0,0,0,0), +(62,32463,20000,165,310,0,0,0,0,0), +(62,32464,20000,165,320,0,0,0,0,0), +(62,32465,25000,165,335,0,0,0,0,0), +(62,32466,15000,165,300,0,0,0,0,0), +(62,32467,20000,165,310,0,0,0,0,0), +(62,32468,20000,165,325,0,0,0,0,0), +(62,32469,25000,165,335,0,0,0,0,0), +(62,32470,15000,165,300,0,0,0,0,0), +(62,32471,20000,165,315,0,0,0,0,0), +(62,32472,20000,165,320,0,0,0,0,0), +(62,32473,25000,165,330,0,0,0,0,0), +(62,32478,15000,165,300,0,0,0,0,0), +(62,32479,20000,165,310,0,0,0,0,0), +(62,32480,20000,165,320,0,0,0,0,0), +(62,32481,25000,165,330,0,0,0,0,0), +(62,32550,100000,165,275,10662,0,0,50,0), +(62,35540,20000,165,340,0,0,0,0,0), +(62,44343,18000,165,315,0,0,0,0,0), +(62,44344,18000,165,315,0,0,0,0,0), +(62,44770,50000,165,350,0,0,0,0,0), +(62,44970,50000,165,350,0,0,0,0,0), +(62,45100,15000,165,300,0,0,0,0,0), +(63,2153,50,165,15,0,0,0,0,0), +(63,2154,500,165,50,2108,0,0,10,0), +(63,2155,10,0,0,0,0,0,5,0), +(63,2159,250,165,85,0,0,0,0,0), +(63,2160,100,165,40,0,0,0,0,0), +(63,2161,100,165,55,0,0,0,0,0), +(63,2162,100,165,60,0,0,0,0,0), +(63,2165,250,165,100,0,0,0,0,0), +(63,2166,450,165,120,0,0,0,0,0), +(63,2167,350,165,100,0,0,0,0,0), +(63,2168,350,165,110,0,0,0,0,0), +(63,3753,75,165,25,0,0,0,0,0), +(63,3756,150,165,55,0,0,0,0,0), +(63,3759,200,165,75,0,0,0,0,0), +(63,3760,600,165,150,0,0,0,0,0), +(63,3761,350,165,85,0,0,0,0,0), +(63,3763,300,165,80,0,0,0,0,0), +(63,3764,500,165,145,0,0,0,0,0), +(63,3766,400,165,125,0,0,0,0,0), +(63,3768,500,165,130,0,0,0,0,0), +(63,3770,500,165,135,0,0,0,0,0), +(63,3774,1000,165,160,0,0,0,0,0), +(63,3776,1200,165,180,0,0,0,0,0), +(63,3780,750,165,150,0,0,0,0,0), +(63,3812,5000,165,125,3104,0,0,20,0), +(63,3816,50,165,35,0,0,0,0,0), +(63,3817,200,165,100,0,0,0,0,0), +(63,3818,500,165,150,0,0,0,0,0), +(63,6661,2000,165,190,0,0,0,0,0), +(63,7135,400,165,115,0,0,0,0,0), +(63,7147,1000,165,160,0,0,0,0,0), +(63,7151,1200,165,175,0,0,0,0,0), +(63,7156,2400,165,190,0,0,0,0,0), +(63,9060,100,165,30,0,0,0,0,0), +(63,9062,100,165,30,0,0,0,0,0), +(63,9065,150,165,70,0,0,0,0,0), +(63,9068,400,165,95,0,0,0,0,0), +(63,9074,500,165,120,0,0,0,0,0), +(63,9145,500,165,125,0,0,0,0,0), +(63,9193,500,165,150,0,0,0,0,0), +(63,9194,500,165,150,0,0,0,0,0), +(63,9196,1500,165,175,0,0,0,0,0), +(63,9198,2000,165,180,0,0,0,0,0), +(63,9201,2000,165,185,0,0,0,0,0), +(63,9206,2500,165,195,0,0,0,0,0), +(63,10482,2000,165,200,0,0,0,0,0), +(63,10487,2000,165,200,0,0,0,0,0), +(63,10499,3000,165,205,0,0,0,0,0), +(63,10507,3000,165,205,0,0,0,0,0), +(63,10511,3000,165,210,0,0,0,0,0), +(63,10518,3500,165,210,0,0,0,0,0), +(63,10548,4000,165,230,0,0,0,0,0), +(63,10552,4000,165,230,0,0,0,0,0), +(63,10556,4500,165,235,0,0,0,0,0), +(63,10558,4500,165,235,0,0,0,0,0), +(63,10663,50000,165,200,3811,0,0,35,0), +(63,14930,4000,165,225,0,0,0,0,0), +(63,14932,4000,165,225,0,0,0,0,0), +(63,19047,5000,165,250,0,0,0,0,0), +(63,19052,10000,165,265,0,0,0,0,0), +(63,19055,10000,165,270,0,0,0,0,0), +(63,19058,5000,165,250,0,0,0,0,0), +(63,19065,10000,165,275,0,0,0,0,0), +(63,19071,10000,165,280,0,0,0,0,0), +(63,19072,10000,165,280,0,0,0,0,0), +(63,19082,15000,165,290,0,0,0,0,0), +(63,19083,15000,165,290,0,0,0,0,0), +(63,19091,15000,165,300,0,0,0,0,0), +(63,19092,15000,165,300,0,0,0,0,0), +(63,19098,15000,165,300,0,0,0,0,0), +(63,19102,15000,165,300,0,0,0,0,0), +(63,19103,15000,165,300,0,0,0,0,0), +(63,20648,500,165,100,0,0,0,0,0), +(63,20649,1000,165,150,0,0,0,0,0), +(63,20650,4000,165,200,0,0,0,0,0), +(63,22331,5000,165,250,0,0,0,0,0), +(63,32454,10000,165,300,0,0,0,0,0), +(63,32455,20000,165,325,0,0,0,0,0), +(63,32456,15000,165,300,0,0,0,0,0), +(63,32462,15000,165,300,0,0,0,0,0), +(63,32463,20000,165,310,0,0,0,0,0), +(63,32464,20000,165,320,0,0,0,0,0), +(63,32465,25000,165,335,0,0,0,0,0), +(63,32466,15000,165,300,0,0,0,0,0), +(63,32467,20000,165,310,0,0,0,0,0), +(63,32468,20000,165,325,0,0,0,0,0), +(63,32469,25000,165,335,0,0,0,0,0), +(63,32470,15000,165,300,0,0,0,0,0), +(63,32471,20000,165,315,0,0,0,0,0), +(63,32472,20000,165,320,0,0,0,0,0), +(63,32473,25000,165,330,0,0,0,0,0), +(63,32478,15000,165,300,0,0,0,0,0), +(63,32479,20000,165,310,0,0,0,0,0), +(63,32480,20000,165,320,0,0,0,0,0), +(63,32481,25000,165,330,0,0,0,0,0), +(63,32550,100000,165,275,10662,0,0,50,0), +(63,35540,20000,165,340,0,0,0,0,0), +(63,44343,18000,165,315,0,0,0,0,0), +(63,44344,18000,165,315,0,0,0,0,0), +(63,44770,50000,165,350,0,0,0,0,0), +(63,44970,50000,165,350,0,0,0,0,0), +(63,45100,15000,165,300,0,0,0,0,0), +(63,50936,80000,165,390,0,0,0,0,0), +(63,50938,30000,165,375,0,0,0,0,0), +(63,50939,30000,165,370,0,0,0,0,0), +(63,50940,30000,165,380,0,0,0,0,0), +(63,50941,30000,165,370,0,0,0,0,0), +(63,50942,30000,165,375,0,0,0,0,0), +(63,50943,30000,165,380,0,0,0,0,0), +(63,50944,30000,165,370,0,0,0,0,0), +(63,50945,30000,165,375,0,0,0,0,0), +(63,50946,30000,165,380,0,0,0,0,0), +(63,50947,30000,165,375,0,0,0,0,0), +(63,50948,30000,165,370,0,0,0,0,0), +(63,50949,30000,165,380,0,0,0,0,0), +(63,50950,30000,165,375,0,0,0,0,0), +(63,50951,30000,165,370,0,0,0,0,0), +(63,50952,30000,165,375,0,0,0,0,0), +(63,50953,30000,165,380,0,0,0,0,0), +(63,50954,30000,165,380,0,0,0,0,0), +(63,50955,30000,165,370,0,0,0,0,0), +(63,50956,30000,165,375,0,0,0,0,0), +(63,50957,30000,165,370,0,0,0,0,0), +(63,50958,30000,165,380,0,0,0,0,0), +(63,50959,30000,165,370,0,0,0,0,0), +(63,50960,30000,165,380,0,0,0,0,0), +(63,50961,30000,165,375,0,0,0,0,0), +(63,50962,50000,165,350,0,0,0,0,0), +(63,50963,80000,165,395,0,0,0,0,0), +(63,50964,50000,165,405,0,0,0,0,0), +(63,50965,80000,165,425,0,0,0,0,0), +(63,50966,50000,165,400,0,0,0,0,0), +(63,50967,80000,165,425,0,0,0,0,0), +(63,51301,350000,165,350,32549,0,0,65,0), +(63,51568,100000,165,400,0,0,0,0,0), +(63,51569,80000,165,395,0,0,0,0,0), +(63,51570,80000,165,395,0,0,0,0,0), +(63,51571,30000,165,385,0,0,0,0,0), +(63,51572,30000,165,385,0,0,0,0,0), +(63,55199,80000,165,395,0,0,0,0,0), +(63,57683,70000,165,400,0,0,0,0,0), +(63,57690,70000,165,400,0,0,0,0,0), +(63,57691,70000,165,400,0,0,0,0,0), +(63,60583,50000,165,405,0,0,0,0,0), +(63,60584,50000,165,400,0,0,0,0,0), +(63,60599,30000,165,385,0,0,0,0,0), +(63,60600,30000,165,385,0,0,0,0,0), +(63,60601,80000,165,395,0,0,0,0,0), +(63,60604,80000,165,395,0,0,0,0,0), +(63,60605,100000,165,400,0,0,0,0,0), +(63,60607,30000,165,385,0,0,0,0,0), +(63,60608,30000,165,385,0,0,0,0,0), +(63,60611,80000,165,395,0,0,0,0,0), +(63,60613,80000,165,395,0,0,0,0,0), +(63,60620,100000,165,400,0,0,0,0,0), +(63,60622,30000,165,385,0,0,0,0,0), +(63,60624,30000,165,385,0,0,0,0,0), +(63,60627,80000,165,395,0,0,0,0,0), +(63,60629,80000,165,395,0,0,0,0,0), +(63,60630,80000,165,400,0,0,0,0,0), +(63,60631,80000,165,380,0,0,0,0,0), +(63,60637,200000,165,440,0,0,0,0,0), +(63,60640,200000,165,440,0,0,0,0,0), +(63,60643,50000,165,415,0,0,0,0,0), +(63,60649,100000,165,425,0,0,0,0,0), +(63,60651,100000,165,420,0,0,0,0,0), +(63,60652,100000,165,420,0,0,0,0,0), +(63,60655,200000,165,425,0,0,0,0,0), +(63,60658,200000,165,420,0,0,0,0,0), +(63,60660,100000,165,425,0,0,0,0,0), +(63,60665,100000,165,420,0,0,0,0,0), +(63,60666,80000,165,420,0,0,0,0,0), +(63,60669,100000,165,425,0,0,0,0,0), +(63,60671,100000,165,420,0,0,0,0,0), +(63,62448,80000,165,425,0,0,0,0,0), +(63,64661,50000,165,350,0,0,0,0,0), +(63,69386,200000,165,450,0,0,0,0,0), +(63,69388,200000,165,450,0,0,0,0,0), +(64,2154,500,165,50,2108,0,0,10,0), +(64,2155,10,0,0,0,0,0,5,0), +(64,3812,5000,165,125,3104,0,0,20,0), +(64,10663,50000,165,200,3811,0,0,35,0), +(64,32550,100000,165,275,10662,0,0,50,0), +(64,50936,80000,165,390,0,0,0,0,0), +(64,50938,30000,165,375,0,0,0,0,0), +(64,50939,30000,165,370,0,0,0,0,0), +(64,50940,30000,165,380,0,0,0,0,0), +(64,50941,30000,165,370,0,0,0,0,0), +(64,50942,30000,165,375,0,0,0,0,0), +(64,50943,30000,165,380,0,0,0,0,0), +(64,50944,30000,165,370,0,0,0,0,0), +(64,50945,30000,165,375,0,0,0,0,0), +(64,50946,30000,165,380,0,0,0,0,0), +(64,50947,30000,165,375,0,0,0,0,0), +(64,50948,30000,165,370,0,0,0,0,0), +(64,50949,30000,165,380,0,0,0,0,0), +(64,50950,30000,165,375,0,0,0,0,0), +(64,50951,30000,165,370,0,0,0,0,0), +(64,50952,30000,165,375,0,0,0,0,0), +(64,50953,30000,165,380,0,0,0,0,0), +(64,50954,30000,165,380,0,0,0,0,0), +(64,50955,30000,165,370,0,0,0,0,0), +(64,50956,30000,165,375,0,0,0,0,0), +(64,50957,30000,165,370,0,0,0,0,0), +(64,50958,30000,165,380,0,0,0,0,0), +(64,50959,30000,165,370,0,0,0,0,0), +(64,50960,30000,165,380,0,0,0,0,0), +(64,50961,30000,165,375,0,0,0,0,0), +(64,50962,50000,165,350,0,0,0,0,0), +(64,50963,80000,165,395,0,0,0,0,0), +(64,50964,50000,165,405,0,0,0,0,0), +(64,50965,80000,165,425,0,0,0,0,0), +(64,50966,50000,165,400,0,0,0,0,0), +(64,50967,80000,165,425,0,0,0,0,0), +(64,51301,350000,165,350,32549,0,0,65,0), +(64,51568,100000,165,400,0,0,0,0,0), +(64,51569,80000,165,395,0,0,0,0,0), +(64,51570,80000,165,395,0,0,0,0,0), +(64,51571,30000,165,385,0,0,0,0,0), +(64,51572,30000,165,385,0,0,0,0,0), +(64,55199,80000,165,395,0,0,0,0,0), +(64,57683,70000,165,400,0,0,0,0,0), +(64,57690,70000,165,400,0,0,0,0,0), +(64,57691,70000,165,400,0,0,0,0,0), +(64,60583,50000,165,405,0,0,0,0,0), +(64,60584,50000,165,400,0,0,0,0,0), +(64,60599,30000,165,385,0,0,0,0,0), +(64,60600,30000,165,385,0,0,0,0,0), +(64,60601,80000,165,395,0,0,0,0,0), +(64,60604,80000,165,395,0,0,0,0,0), +(64,60605,100000,165,400,0,0,0,0,0), +(64,60607,30000,165,385,0,0,0,0,0), +(64,60608,30000,165,385,0,0,0,0,0), +(64,60611,80000,165,395,0,0,0,0,0), +(64,60613,80000,165,395,0,0,0,0,0), +(64,60620,100000,165,400,0,0,0,0,0), +(64,60622,30000,165,385,0,0,0,0,0), +(64,60624,30000,165,385,0,0,0,0,0), +(64,60627,80000,165,395,0,0,0,0,0), +(64,60629,80000,165,395,0,0,0,0,0), +(64,60630,80000,165,400,0,0,0,0,0), +(64,60631,80000,165,380,0,0,0,0,0), +(64,60637,200000,165,440,0,0,0,0,0), +(64,60640,200000,165,440,0,0,0,0,0), +(64,60643,50000,165,415,0,0,0,0,0), +(64,60649,100000,165,425,0,0,0,0,0), +(64,60651,100000,165,420,0,0,0,0,0), +(64,60652,100000,165,420,0,0,0,0,0), +(64,60655,200000,165,425,0,0,0,0,0), +(64,60658,200000,165,420,0,0,0,0,0), +(64,60660,100000,165,425,0,0,0,0,0), +(64,60665,100000,165,420,0,0,0,0,0), +(64,60666,80000,165,420,0,0,0,0,0), +(64,60669,100000,165,425,0,0,0,0,0), +(64,60671,100000,165,420,0,0,0,0,0), +(64,62448,80000,165,425,0,0,0,0,0), +(64,64661,50000,165,350,0,0,0,0,0), +(64,69386,200000,165,450,0,0,0,0,0), +(64,69388,200000,165,450,0,0,0,0,0), +(65,2275,10,0,0,0,0,0,5,0), +(65,2280,500,171,50,2259,0,0,10,0), +(65,2331,100,171,25,0,0,0,0,0), +(65,2332,150,171,40,0,0,0,0,0), +(65,2334,250,171,50,0,0,0,0,0), +(65,2337,1000,171,55,0,0,0,0,0), +(65,3170,50,171,15,0,0,0,0,0), +(65,3171,500,171,90,0,0,0,0,0), +(65,3173,1500,171,120,0,0,0,0,0), +(65,3176,1500,171,125,0,0,0,0,0), +(65,3177,2000,171,130,0,0,0,0,0), +(65,3447,4000,171,110,0,0,0,0,0), +(65,3448,5000,171,165,0,0,0,0,0), +(65,3450,6000,171,175,0,0,0,0,0), +(65,3452,5000,171,160,0,0,0,0,0), +(65,3465,5000,171,125,3101,0,0,20,0), +(65,7179,450,171,90,0,0,0,0,0), +(65,7181,5000,171,155,0,0,0,0,0), +(65,7836,250,171,80,0,0,0,0,0), +(65,7837,1000,171,130,0,0,0,0,0), +(65,7841,1000,171,100,0,0,0,0,0), +(65,7845,3000,171,140,0,0,0,0,0), +(65,11448,9000,171,205,0,0,0,0,0), +(65,11449,6500,171,185,0,0,0,0,0), +(65,11450,7500,171,195,0,0,0,0,0), +(65,11451,8000,171,205,0,0,0,0,0), +(65,11457,10000,171,215,0,0,0,0,0), +(65,11460,5000,171,230,0,0,0,0,0), +(65,11461,10000,171,235,0,0,0,0,0), +(65,11465,12000,171,235,0,0,0,0,0), +(65,11467,12000,171,240,0,0,0,0,0), +(65,11478,14000,171,250,0,0,0,0,0), +(65,11612,50000,171,200,3464,0,0,35,0), +(65,12609,8000,171,200,0,0,0,0,0), +(65,15833,10000,171,230,0,0,0,0,0), +(65,17551,15000,171,250,0,0,0,0,0), +(65,17552,15000,171,255,0,0,0,0,0), +(65,17553,15000,171,260,0,0,0,0,0), +(65,17555,15000,171,270,0,0,0,0,0), +(65,17556,20000,171,275,0,0,0,0,0), +(65,17557,20000,171,275,0,0,0,0,0), +(65,17572,20000,171,285,0,0,0,0,0), +(65,17573,20000,171,285,0,0,0,0,0), +(65,22808,10000,171,215,0,0,0,0,0), +(65,28544,25000,171,305,0,0,0,0,0), +(65,28545,25000,171,310,0,0,0,0,0), +(65,28551,50000,171,325,0,0,0,0,0), +(65,28597,100000,171,275,11611,0,0,50,0), +(65,33732,20000,171,300,0,0,0,0,0), +(65,33733,25000,171,310,0,0,0,0,0), +(65,33738,20000,171,300,0,0,0,0,0), +(65,33740,20000,171,300,0,0,0,0,0), +(65,33741,30000,171,315,0,0,0,0,0), +(65,38070,20000,171,325,0,0,0,0,0), +(65,39636,25000,171,310,0,0,0,0,0), +(65,39638,30000,171,320,0,0,0,0,0), +(65,45061,30000,171,325,0,0,0,0,0), +(65,51303,350000,171,350,28596,0,0,65,0), +(65,53042,10000,171,50,0,0,0,0,0), +(65,53812,60000,171,375,0,0,0,0,0), +(65,53836,150000,171,405,0,0,0,0,0), +(65,53837,150000,171,410,0,0,0,0,0), +(65,53838,40000,171,350,0,0,0,0,0), +(65,53839,40000,171,360,0,0,0,0,0), +(65,53840,120000,171,395,0,0,0,0,0), +(65,53841,40000,171,355,0,0,0,0,0), +(65,53842,40000,171,365,0,0,0,0,0), +(65,53847,65000,171,385,0,0,0,0,0), +(65,53848,60000,171,375,0,0,0,0,0), +(65,53898,120000,171,390,0,0,0,0,0), +(65,53899,60000,171,375,0,0,0,0,0), +(65,53900,120000,171,380,0,0,0,0,0), +(65,53901,180000,171,435,0,0,0,0,0), +(65,53902,150000,171,435,0,0,0,0,0), +(65,53903,180000,171,435,0,0,0,0,0), +(65,53905,120000,171,395,0,0,0,0,0), +(65,54213,150000,171,435,0,0,0,0,0), +(65,54218,120000,171,385,0,0,0,0,0), +(65,57425,150000,171,430,0,0,0,0,0), +(65,57427,150000,171,425,0,0,0,0,0), +(65,58868,150000,171,410,0,0,0,0,0), +(65,58871,150000,171,410,0,0,0,0,0), +(65,60350,150000,171,395,0,0,0,0,0), +(65,60367,120000,171,395,0,0,0,0,0), +(65,60396,200000,171,400,0,0,0,0,0), +(65,60403,200000,171,400,0,0,0,0,0), +(65,60405,200000,171,400,0,0,0,0,0), +(65,60893,200000,171,400,0,0,0,0,0), +(65,62213,120000,171,385,0,0,0,0,0), +(65,62409,60000,171,375,0,0,0,0,0), +(65,63732,2000,171,135,0,0,0,0,0), +(65,66658,150000,171,450,0,0,0,0,0), +(65,66660,150000,171,450,0,0,0,0,0), +(65,66662,150000,171,450,0,0,0,0,0), +(65,66663,150000,171,450,0,0,0,0,0), +(65,66664,150000,171,450,0,0,0,0,0), +(65,67025,100000,171,425,0,0,0,0,0), +(66,2275,10,0,0,0,0,0,5,0), +(66,2280,500,171,50,2259,0,0,10,0), +(66,2331,100,171,25,0,0,0,0,0), +(66,2332,150,171,40,0,0,0,0,0), +(66,2334,250,171,50,0,0,0,0,0), +(66,2337,1000,171,55,0,0,0,0,0), +(66,3170,50,171,15,0,0,0,0,0), +(66,3171,500,171,90,0,0,0,0,0), +(66,3173,1500,171,120,0,0,0,0,0), +(66,3176,1500,171,125,0,0,0,0,0), +(66,3177,2000,171,130,0,0,0,0,0), +(66,3447,4000,171,110,0,0,0,0,0), +(66,3448,5000,171,165,0,0,0,0,0), +(66,3450,6000,171,175,0,0,0,0,0), +(66,3452,5000,171,160,0,0,0,0,0), +(66,3465,5000,171,125,3101,0,0,20,0), +(66,7179,450,171,90,0,0,0,0,0), +(66,7181,5000,171,155,0,0,0,0,0), +(66,7836,250,171,80,0,0,0,0,0), +(66,7837,1000,171,130,0,0,0,0,0), +(66,7841,1000,171,100,0,0,0,0,0), +(66,7845,3000,171,140,0,0,0,0,0), +(66,11448,9000,171,205,0,0,0,0,0), +(66,11449,6500,171,185,0,0,0,0,0), +(66,11450,7500,171,195,0,0,0,0,0), +(66,11451,8000,171,205,0,0,0,0,0), +(66,11457,10000,171,215,0,0,0,0,0), +(66,11460,5000,171,230,0,0,0,0,0), +(66,11461,10000,171,235,0,0,0,0,0), +(66,11465,12000,171,235,0,0,0,0,0), +(66,11467,12000,171,240,0,0,0,0,0), +(66,11478,14000,171,250,0,0,0,0,0), +(66,11612,50000,171,200,3464,0,0,35,0), +(66,12609,8000,171,200,0,0,0,0,0), +(66,15833,10000,171,230,0,0,0,0,0), +(66,17551,15000,171,250,0,0,0,0,0), +(66,17552,15000,171,255,0,0,0,0,0), +(66,17553,15000,171,260,0,0,0,0,0), +(66,17555,15000,171,270,0,0,0,0,0), +(66,17556,20000,171,275,0,0,0,0,0), +(66,17557,20000,171,275,0,0,0,0,0), +(66,17572,20000,171,285,0,0,0,0,0), +(66,17573,20000,171,285,0,0,0,0,0), +(66,22808,10000,171,215,0,0,0,0,0), +(66,28544,25000,171,305,0,0,0,0,0), +(66,28545,25000,171,310,0,0,0,0,0), +(66,28551,50000,171,325,0,0,0,0,0), +(66,28597,100000,171,275,11611,0,0,50,0), +(66,33732,20000,171,300,0,0,0,0,0), +(66,33733,25000,171,310,0,0,0,0,0), +(66,33738,20000,171,300,0,0,0,0,0), +(66,33740,20000,171,300,0,0,0,0,0), +(66,33741,30000,171,315,0,0,0,0,0), +(66,38070,20000,171,325,0,0,0,0,0), +(66,39636,25000,171,310,0,0,0,0,0), +(66,39638,30000,171,320,0,0,0,0,0), +(66,45061,30000,171,325,0,0,0,0,0), +(66,53042,10000,171,50,0,0,0,0,0), +(66,63732,2000,171,135,0,0,0,0,0), +(67,2275,10,0,0,0,0,0,5,0), +(67,2280,500,171,50,2259,0,0,10,0), +(67,2331,100,171,25,0,0,0,0,0), +(67,2332,150,171,40,0,0,0,0,0), +(67,2334,250,171,50,0,0,0,0,0), +(67,2337,1000,171,55,0,0,0,0,0), +(67,3170,50,171,15,0,0,0,0,0), +(67,3171,500,171,90,0,0,0,0,0), +(67,3173,1500,171,120,0,0,0,0,0), +(67,3176,1500,171,125,0,0,0,0,0), +(67,3177,2000,171,130,0,0,0,0,0), +(67,3447,4000,171,110,0,0,0,0,0), +(67,3448,5000,171,165,0,0,0,0,0), +(67,3450,6000,171,175,0,0,0,0,0), +(67,3452,5000,171,160,0,0,0,0,0), +(67,3465,5000,171,125,3101,0,0,20,0), +(67,7179,450,171,90,0,0,0,0,0), +(67,7181,5000,171,155,0,0,0,0,0), +(67,7836,250,171,80,0,0,0,0,0), +(67,7837,1000,171,130,0,0,0,0,0), +(67,7841,1000,171,100,0,0,0,0,0), +(67,7845,3000,171,140,0,0,0,0,0), +(67,11448,9000,171,205,0,0,0,0,0), +(67,11449,6500,171,185,0,0,0,0,0), +(67,11450,7500,171,195,0,0,0,0,0), +(67,11451,8000,171,205,0,0,0,0,0), +(67,11457,10000,171,215,0,0,0,0,0), +(67,11460,5000,171,230,0,0,0,0,0), +(67,11461,10000,171,235,0,0,0,0,0), +(67,11465,12000,171,235,0,0,0,0,0), +(67,11467,12000,171,240,0,0,0,0,0), +(67,11478,14000,171,250,0,0,0,0,0), +(67,11612,50000,171,200,3464,0,0,35,0), +(67,12609,8000,171,200,0,0,0,0,0), +(67,15833,10000,171,230,0,0,0,0,0), +(67,17551,15000,171,250,0,0,0,0,0), +(67,17552,15000,171,255,0,0,0,0,0), +(67,17553,15000,171,260,0,0,0,0,0), +(67,17555,15000,171,270,0,0,0,0,0), +(67,17556,20000,171,275,0,0,0,0,0), +(67,17557,20000,171,275,0,0,0,0,0), +(67,17572,20000,171,285,0,0,0,0,0), +(67,17573,20000,171,285,0,0,0,0,0), +(67,22808,10000,171,215,0,0,0,0,0), +(67,53042,10000,171,50,0,0,0,0,0), +(67,63732,2000,171,135,0,0,0,0,0), +(68,2275,10,0,0,0,0,0,5,0), +(68,2331,100,171,25,0,0,0,0,0), +(68,2332,150,171,40,0,0,0,0,0), +(68,2334,250,171,50,0,0,0,0,0), +(68,2337,1000,171,55,0,0,0,0,0), +(68,3170,50,171,15,0,0,0,0,0), +(68,53042,10000,171,50,0,0,0,0,0), +(69,2372,10,0,0,0,0,0,5,0), +(69,2373,500,182,50,2366,0,0,10,0), +(69,3571,5000,182,125,2368,0,0,10,0), +(69,11994,50000,182,200,3570,0,0,25,0), +(70,2372,10,0,0,0,0,0,5,0), +(70,2373,500,182,50,2366,0,0,10,0), +(70,3571,5000,182,125,2368,0,0,10,0), +(70,11994,50000,182,200,3570,0,0,25,0), +(70,28696,100000,182,275,11993,0,0,50,0), +(71,2372,10,0,0,0,0,0,5,0), +(71,2373,500,182,50,2366,0,0,10,0), +(71,3571,5000,182,125,2368,0,0,10,0), +(71,11994,50000,182,200,3570,0,0,25,0), +(71,28696,100000,182,275,11993,0,0,50,0), +(71,50301,350000,182,350,28695,0,0,55,0), +(72,2385,50,197,10,0,0,0,0,0), +(72,2386,200,197,65,0,0,0,0,0), +(72,2392,50,197,40,0,0,0,0,0), +(72,2393,25,197,1,0,0,0,0,0), +(72,2394,50,197,40,0,0,0,0,0), +(72,2395,300,197,70,0,0,0,0,0), +(72,2396,200,197,70,0,0,0,0,0), +(72,2397,200,197,60,0,0,0,0,0), +(72,2399,300,197,85,0,0,0,0,0), +(72,2401,300,197,95,0,0,0,0,0), +(72,2402,250,197,75,0,0,0,0,0), +(72,2406,200,197,100,0,0,0,0,0), +(72,2964,100,197,75,0,0,0,0,0), +(72,3755,100,197,45,0,0,0,0,0), +(72,3757,200,197,80,0,0,0,0,0), +(72,3813,800,197,150,0,0,0,0,0), +(72,3839,500,197,125,0,0,0,0,0), +(72,3840,100,197,35,0,0,0,0,0), +(72,3841,200,197,60,0,0,0,0,0), +(72,3842,300,197,70,0,0,0,0,0), +(72,3843,400,197,85,0,0,0,0,0), +(72,3845,300,197,80,0,0,0,0,0), +(72,3848,500,197,110,0,0,0,0,0), +(72,3850,500,197,110,0,0,0,0,0), +(72,3852,750,197,130,0,0,0,0,0), +(72,3855,750,197,125,0,0,0,0,0), +(72,3859,750,197,150,0,0,0,0,0), +(72,3861,1000,197,185,0,0,0,0,0), +(72,3865,1000,197,175,0,0,0,0,0), +(72,3866,250,197,110,0,0,0,0,0), +(72,3871,500,197,170,0,0,0,0,0), +(72,3911,10,0,0,0,0,0,5,0), +(72,3912,500,197,50,3908,0,0,10,0), +(72,3913,5000,197,125,3909,0,0,20,0), +(72,3914,50,197,30,0,0,0,0,0), +(72,3915,25,197,1,0,0,0,0,0), +(72,6521,400,197,90,0,0,0,0,0), +(72,6690,1000,197,135,0,0,0,0,0), +(72,7623,50,197,30,0,0,0,0,0), +(72,7624,50,197,30,0,0,0,0,0), +(72,8465,50,197,40,0,0,0,0,0), +(72,8467,250,197,110,0,0,0,0,0), +(72,8483,500,197,160,0,0,0,0,0), +(72,8489,750,197,175,0,0,0,0,0), +(72,8758,600,197,140,0,0,0,0,0), +(72,8760,600,197,145,0,0,0,0,0), +(72,8762,750,197,160,0,0,0,0,0), +(72,8764,900,197,170,0,0,0,0,0), +(72,8766,1000,197,175,0,0,0,0,0), +(72,8770,1000,197,190,0,0,0,0,0), +(72,8772,1000,197,175,0,0,0,0,0), +(72,8774,1000,197,180,0,0,0,0,0), +(72,8776,50,197,15,0,0,0,0,0), +(72,8791,2500,197,185,0,0,0,0,0), +(72,8799,3000,197,195,0,0,0,0,0), +(72,8804,5000,197,210,0,0,0,0,0), +(72,12045,50,197,20,0,0,0,0,0), +(72,12046,300,197,75,0,0,0,0,0), +(72,12048,4000,197,205,0,0,0,0,0), +(72,12049,4000,197,205,0,0,0,0,0), +(72,12050,4000,197,210,0,0,0,0,0), +(72,12053,5000,197,215,0,0,0,0,0), +(72,12061,2500,197,215,0,0,0,0,0), +(72,12065,5000,197,225,0,0,0,0,0), +(72,12067,5000,197,225,0,0,0,0,0), +(72,12069,5000,197,225,0,0,0,0,0), +(72,12070,5000,197,225,0,0,0,0,0), +(72,12072,6000,197,230,0,0,0,0,0), +(72,12073,6000,197,230,0,0,0,0,0), +(72,12074,6000,197,230,0,0,0,0,0), +(72,12077,5000,197,235,0,0,0,0,0), +(72,12079,6500,197,235,0,0,0,0,0), +(72,12088,7500,197,245,0,0,0,0,0), +(72,12092,7500,197,250,0,0,0,0,0), +(72,12181,50000,197,200,3910,0,0,35,0), +(72,18401,10000,197,250,0,0,0,0,0), +(72,18402,10000,197,255,0,0,0,0,0), +(72,18403,10000,197,255,0,0,0,0,0), +(72,18406,10000,197,260,0,0,0,0,0), +(72,18407,10000,197,260,0,0,0,0,0), +(72,18409,10000,197,265,0,0,0,0,0), +(72,18410,10000,197,265,0,0,0,0,0), +(72,18411,10000,197,265,0,0,0,0,0), +(72,18413,10000,197,270,0,0,0,0,0), +(72,18414,10000,197,270,0,0,0,0,0), +(72,18415,10000,197,270,0,0,0,0,0), +(72,18416,12500,197,275,0,0,0,0,0), +(72,18417,12500,197,275,0,0,0,0,0), +(72,18420,12500,197,275,0,0,0,0,0), +(72,18421,12500,197,275,0,0,0,0,0), +(72,18423,15000,197,280,0,0,0,0,0), +(72,18424,15000,197,280,0,0,0,0,0), +(72,18437,15000,197,285,0,0,0,0,0), +(72,18438,15000,197,285,0,0,0,0,0), +(72,18441,15000,197,290,0,0,0,0,0), +(72,18442,15000,197,290,0,0,0,0,0), +(72,18444,15000,197,295,0,0,0,0,0), +(72,18446,15000,197,300,0,0,0,0,0), +(72,18449,15000,197,300,0,0,0,0,0), +(72,18450,15000,197,300,0,0,0,0,0), +(72,18451,15000,197,300,0,0,0,0,0), +(72,18453,15000,197,300,0,0,0,0,0), +(72,26745,20000,197,300,0,0,0,0,0), +(72,26746,15000,197,315,0,0,0,0,0), +(72,26764,15000,197,310,0,0,0,0,0), +(72,26765,15000,197,310,0,0,0,0,0), +(72,26770,20000,197,320,0,0,0,0,0), +(72,26771,20000,197,325,0,0,0,0,0), +(72,26772,20000,197,335,0,0,0,0,0), +(72,26791,100000,197,275,12180,0,0,50,0), +(72,31460,20000,197,300,0,0,0,0,0), +(72,51308,350000,197,350,26790,0,0,65,0), +(72,55642,125000,197,420,0,0,0,0,0), +(72,55769,125000,197,420,0,0,0,0,0), +(72,55777,125000,197,420,0,0,0,0,0), +(72,55898,50000,197,360,0,0,0,0,0), +(72,55899,50000,197,350,0,0,0,0,0), +(72,55900,125000,197,400,0,0,0,0,0), +(72,55901,50000,197,395,0,0,0,0,0), +(72,55902,50000,197,350,0,0,0,0,0), +(72,55903,50000,197,360,0,0,0,0,0), +(72,55904,50000,197,360,0,0,0,0,0), +(72,55906,50000,197,375,0,0,0,0,0), +(72,55907,50000,197,380,0,0,0,0,0), +(72,55908,50000,197,370,0,0,0,0,0), +(72,55910,80000,197,385,0,0,0,0,0), +(72,55911,80000,197,390,0,0,0,0,0), +(72,55913,80000,197,385,0,0,0,0,0), +(72,55914,50000,197,395,0,0,0,0,0), +(72,55919,100000,197,395,0,0,0,0,0), +(72,55920,50000,197,400,0,0,0,0,0), +(72,55921,100000,197,405,0,0,0,0,0), +(72,55922,100000,197,405,0,0,0,0,0), +(72,55923,100000,197,410,0,0,0,0,0), +(72,55924,125000,197,410,0,0,0,0,0), +(72,55925,125000,197,415,0,0,0,0,0), +(72,55941,125000,197,420,0,0,0,0,0), +(72,55943,125000,197,415,0,0,0,0,0), +(72,55995,50000,197,400,0,0,0,0,0), +(72,56000,50000,197,400,0,0,0,0,0), +(72,56001,100000,197,415,0,0,0,0,0), +(72,56002,100000,197,415,0,0,0,0,0), +(72,56003,100000,197,415,0,0,0,0,0), +(72,56007,80000,197,410,0,0,0,0,0), +(72,56008,100000,197,400,0,0,0,0,0), +(72,56010,100000,197,400,0,0,0,0,0), +(72,56014,100000,197,390,0,0,0,0,0), +(72,56015,100000,197,395,0,0,0,0,0), +(72,56018,100000,197,425,0,0,0,0,0), +(72,56019,100000,197,420,0,0,0,0,0), +(72,56020,100000,197,420,0,0,0,0,0), +(72,56021,100000,197,425,0,0,0,0,0), +(72,56022,100000,197,420,0,0,0,0,0), +(72,56023,100000,197,420,0,0,0,0,0), +(72,56024,200000,197,440,0,0,0,0,0), +(72,56025,200000,197,435,0,0,0,0,0), +(72,56026,200000,197,440,0,0,0,0,0), +(72,56027,200000,197,435,0,0,0,0,0), +(72,56028,200000,197,440,0,0,0,0,0), +(72,56029,200000,197,435,0,0,0,0,0), +(72,56030,50000,197,380,0,0,0,0,0), +(72,56031,50000,197,350,0,0,0,0,0), +(72,56034,100000,197,405,0,0,0,0,0), +(72,56039,100000,197,405,0,0,0,0,0), +(72,59582,100000,197,415,0,0,0,0,0), +(72,59583,100000,197,415,0,0,0,0,0), +(72,59584,100000,197,420,0,0,0,0,0), +(72,59585,100000,197,420,0,0,0,0,0), +(72,59586,100000,197,420,0,0,0,0,0), +(72,59587,100000,197,420,0,0,0,0,0), +(72,59588,120000,197,420,0,0,0,0,0), +(72,59589,120000,197,420,0,0,0,0,0), +(72,60969,105000,197,300,0,0,0,0,0), +(72,60971,150000,197,425,0,0,0,0,0), +(72,60990,180000,197,420,0,0,0,0,0), +(72,60993,180000,197,425,0,0,0,0,0), +(72,60994,180000,197,420,0,0,0,0,0), +(72,63742,750,197,125,0,0,0,0,0), +(72,64729,100000,197,400,0,0,0,0,0), +(72,64730,100000,197,405,0,0,0,0,0), +(73,2385,50,197,10,0,0,0,0,0), +(73,2386,200,197,65,0,0,0,0,0), +(73,2392,50,197,40,0,0,0,0,0), +(73,2393,25,197,1,0,0,0,0,0), +(73,2394,50,197,40,0,0,0,0,0), +(73,2395,300,197,70,0,0,0,0,0), +(73,2396,200,197,70,0,0,0,0,0), +(73,2397,200,197,60,0,0,0,0,0), +(73,2399,300,197,85,0,0,0,0,0), +(73,2401,300,197,95,0,0,0,0,0), +(73,2402,250,197,75,0,0,0,0,0), +(73,2406,200,197,100,0,0,0,0,0), +(73,2964,100,197,75,0,0,0,0,0), +(73,3755,100,197,45,0,0,0,0,0), +(73,3757,200,197,80,0,0,0,0,0), +(73,3813,800,197,150,0,0,0,0,0), +(73,3839,500,197,125,0,0,0,0,0), +(73,3840,100,197,35,0,0,0,0,0), +(73,3841,200,197,60,0,0,0,0,0), +(73,3842,300,197,70,0,0,0,0,0), +(73,3843,400,197,85,0,0,0,0,0), +(73,3845,300,197,80,0,0,0,0,0), +(73,3848,500,197,110,0,0,0,0,0), +(73,3850,500,197,110,0,0,0,0,0), +(73,3852,750,197,130,0,0,0,0,0), +(73,3855,750,197,125,0,0,0,0,0), +(73,3859,750,197,150,0,0,0,0,0), +(73,3861,1000,197,185,0,0,0,0,0), +(73,3865,1000,197,175,0,0,0,0,0), +(73,3866,250,197,110,0,0,0,0,0), +(73,3871,500,197,170,0,0,0,0,0), +(73,3911,10,0,0,0,0,0,5,0), +(73,3912,500,197,50,3908,0,0,10,0), +(73,3913,5000,197,125,3909,0,0,20,0), +(73,3914,50,197,30,0,0,0,0,0), +(73,3915,25,197,1,0,0,0,0,0), +(73,6521,400,197,90,0,0,0,0,0), +(73,6690,1000,197,135,0,0,0,0,0), +(73,7623,50,197,30,0,0,0,0,0), +(73,7624,50,197,30,0,0,0,0,0), +(73,8465,50,197,40,0,0,0,0,0), +(73,8467,250,197,110,0,0,0,0,0), +(73,8483,500,197,160,0,0,0,0,0), +(73,8489,750,197,175,0,0,0,0,0), +(73,8758,600,197,140,0,0,0,0,0), +(73,8760,600,197,145,0,0,0,0,0), +(73,8762,750,197,160,0,0,0,0,0), +(73,8764,900,197,170,0,0,0,0,0), +(73,8766,1000,197,175,0,0,0,0,0), +(73,8770,1000,197,190,0,0,0,0,0), +(73,8772,1000,197,175,0,0,0,0,0), +(73,8774,1000,197,180,0,0,0,0,0), +(73,8776,50,197,15,0,0,0,0,0), +(73,8791,2500,197,185,0,0,0,0,0), +(73,8799,3000,197,195,0,0,0,0,0), +(73,8804,5000,197,210,0,0,0,0,0), +(73,12045,50,197,20,0,0,0,0,0), +(73,12046,300,197,75,0,0,0,0,0), +(73,12048,4000,197,205,0,0,0,0,0), +(73,12049,4000,197,205,0,0,0,0,0), +(73,12050,4000,197,210,0,0,0,0,0), +(73,12053,5000,197,215,0,0,0,0,0), +(73,12061,2500,197,215,0,0,0,0,0), +(73,12065,5000,197,225,0,0,0,0,0), +(73,12067,5000,197,225,0,0,0,0,0), +(73,12069,5000,197,225,0,0,0,0,0), +(73,12070,5000,197,225,0,0,0,0,0), +(73,12072,6000,197,230,0,0,0,0,0), +(73,12073,6000,197,230,0,0,0,0,0), +(73,12074,6000,197,230,0,0,0,0,0), +(73,12077,5000,197,235,0,0,0,0,0), +(73,12079,6500,197,235,0,0,0,0,0), +(73,12088,7500,197,245,0,0,0,0,0), +(73,12092,7500,197,250,0,0,0,0,0), +(73,12181,50000,197,200,3910,0,0,35,0), +(73,18401,10000,197,250,0,0,0,0,0), +(73,18402,10000,197,255,0,0,0,0,0), +(73,18403,10000,197,255,0,0,0,0,0), +(73,18406,10000,197,260,0,0,0,0,0), +(73,18407,10000,197,260,0,0,0,0,0), +(73,18409,10000,197,265,0,0,0,0,0), +(73,18410,10000,197,265,0,0,0,0,0), +(73,18411,10000,197,265,0,0,0,0,0), +(73,18413,10000,197,270,0,0,0,0,0), +(73,18414,10000,197,270,0,0,0,0,0), +(73,18415,10000,197,270,0,0,0,0,0), +(73,18416,12500,197,275,0,0,0,0,0), +(73,18417,12500,197,275,0,0,0,0,0), +(73,18420,12500,197,275,0,0,0,0,0), +(73,18421,12500,197,275,0,0,0,0,0), +(73,18423,15000,197,280,0,0,0,0,0), +(73,18424,15000,197,280,0,0,0,0,0), +(73,18437,15000,197,285,0,0,0,0,0), +(73,18438,15000,197,285,0,0,0,0,0), +(73,18441,15000,197,290,0,0,0,0,0), +(73,18442,15000,197,290,0,0,0,0,0), +(73,18444,15000,197,295,0,0,0,0,0), +(73,18446,15000,197,300,0,0,0,0,0), +(73,18449,15000,197,300,0,0,0,0,0), +(73,18450,15000,197,300,0,0,0,0,0), +(73,18451,15000,197,300,0,0,0,0,0), +(73,18453,15000,197,300,0,0,0,0,0), +(73,26745,20000,197,300,0,0,0,0,0), +(73,26746,15000,197,315,0,0,0,0,0), +(73,26764,15000,197,310,0,0,0,0,0), +(73,26765,15000,197,310,0,0,0,0,0), +(73,26770,20000,197,320,0,0,0,0,0), +(73,26771,20000,197,325,0,0,0,0,0), +(73,26772,20000,197,335,0,0,0,0,0), +(73,26791,100000,197,275,12180,0,0,50,0), +(73,31460,20000,197,300,0,0,0,0,0), +(73,63742,750,197,125,0,0,0,0,0), +(74,2385,50,197,10,0,0,0,0,0), +(74,2386,200,197,65,0,0,0,0,0), +(74,2392,50,197,40,0,0,0,0,0), +(74,2393,25,197,1,0,0,0,0,0), +(74,2394,50,197,40,0,0,0,0,0), +(74,2395,300,197,70,0,0,0,0,0), +(74,2396,200,197,70,0,0,0,0,0), +(74,2397,200,197,60,0,0,0,0,0), +(74,2399,300,197,85,0,0,0,0,0), +(74,2401,300,197,95,0,0,0,0,0), +(74,2402,250,197,75,0,0,0,0,0), +(74,2406,200,197,100,0,0,0,0,0), +(74,2964,100,197,75,0,0,0,0,0), +(74,3755,100,197,45,0,0,0,0,0), +(74,3757,200,197,80,0,0,0,0,0), +(74,3813,800,197,150,0,0,0,0,0), +(74,3839,500,197,125,0,0,0,0,0), +(74,3840,100,197,35,0,0,0,0,0), +(74,3841,200,197,60,0,0,0,0,0), +(74,3842,300,197,70,0,0,0,0,0), +(74,3843,400,197,85,0,0,0,0,0), +(74,3845,300,197,80,0,0,0,0,0), +(74,3848,500,197,110,0,0,0,0,0), +(74,3850,500,197,110,0,0,0,0,0), +(74,3852,750,197,130,0,0,0,0,0), +(74,3855,750,197,125,0,0,0,0,0), +(74,3859,750,197,150,0,0,0,0,0), +(74,3861,1000,197,185,0,0,0,0,0), +(74,3865,1000,197,175,0,0,0,0,0), +(74,3866,250,197,110,0,0,0,0,0), +(74,3871,500,197,170,0,0,0,0,0), +(74,3911,10,0,0,0,0,0,5,0), +(74,3912,500,197,50,3908,0,0,10,0), +(74,3913,5000,197,125,3909,0,0,20,0), +(74,3914,50,197,30,0,0,0,0,0), +(74,3915,25,197,1,0,0,0,0,0), +(74,6521,400,197,90,0,0,0,0,0), +(74,6690,1000,197,135,0,0,0,0,0), +(74,7623,50,197,30,0,0,0,0,0), +(74,7624,50,197,30,0,0,0,0,0), +(74,8465,50,197,40,0,0,0,0,0), +(74,8467,250,197,110,0,0,0,0,0), +(74,8483,500,197,160,0,0,0,0,0), +(74,8489,750,197,175,0,0,0,0,0), +(74,8758,600,197,140,0,0,0,0,0), +(74,8760,600,197,145,0,0,0,0,0), +(74,8762,750,197,160,0,0,0,0,0), +(74,8764,900,197,170,0,0,0,0,0), +(74,8766,1000,197,175,0,0,0,0,0), +(74,8770,1000,197,190,0,0,0,0,0), +(74,8772,1000,197,175,0,0,0,0,0), +(74,8774,1000,197,180,0,0,0,0,0), +(74,8776,50,197,15,0,0,0,0,0), +(74,8791,2500,197,185,0,0,0,0,0), +(74,8799,3000,197,195,0,0,0,0,0), +(74,8804,5000,197,210,0,0,0,0,0), +(74,12045,50,197,20,0,0,0,0,0), +(74,12046,300,197,75,0,0,0,0,0), +(74,12048,4000,197,205,0,0,0,0,0), +(74,12049,4000,197,205,0,0,0,0,0), +(74,12050,4000,197,210,0,0,0,0,0), +(74,12053,5000,197,215,0,0,0,0,0), +(74,12061,2500,197,215,0,0,0,0,0), +(74,12065,5000,197,225,0,0,0,0,0), +(74,12067,5000,197,225,0,0,0,0,0), +(74,12069,5000,197,225,0,0,0,0,0), +(74,12070,5000,197,225,0,0,0,0,0), +(74,12072,6000,197,230,0,0,0,0,0), +(74,12073,6000,197,230,0,0,0,0,0), +(74,12074,6000,197,230,0,0,0,0,0), +(74,12077,5000,197,235,0,0,0,0,0), +(74,12079,6500,197,235,0,0,0,0,0), +(74,12088,7500,197,245,0,0,0,0,0), +(74,12092,7500,197,250,0,0,0,0,0), +(74,12181,50000,197,200,3910,0,0,35,0), +(74,18401,10000,197,250,0,0,0,0,0), +(74,18402,10000,197,255,0,0,0,0,0), +(74,18403,10000,197,255,0,0,0,0,0), +(74,18406,10000,197,260,0,0,0,0,0), +(74,18407,10000,197,260,0,0,0,0,0), +(74,18409,10000,197,265,0,0,0,0,0), +(74,18410,10000,197,265,0,0,0,0,0), +(74,18411,10000,197,265,0,0,0,0,0), +(74,18413,10000,197,270,0,0,0,0,0), +(74,18414,10000,197,270,0,0,0,0,0), +(74,18415,10000,197,270,0,0,0,0,0), +(74,18416,12500,197,275,0,0,0,0,0), +(74,18417,12500,197,275,0,0,0,0,0), +(74,18420,12500,197,275,0,0,0,0,0), +(74,18421,12500,197,275,0,0,0,0,0), +(74,18423,15000,197,280,0,0,0,0,0), +(74,18424,15000,197,280,0,0,0,0,0), +(74,18437,15000,197,285,0,0,0,0,0), +(74,18438,15000,197,285,0,0,0,0,0), +(74,18441,15000,197,290,0,0,0,0,0), +(74,18442,15000,197,290,0,0,0,0,0), +(74,18444,15000,197,295,0,0,0,0,0), +(74,18446,15000,197,300,0,0,0,0,0), +(74,18449,15000,197,300,0,0,0,0,0), +(74,18450,15000,197,300,0,0,0,0,0), +(74,18451,15000,197,300,0,0,0,0,0), +(74,18453,15000,197,300,0,0,0,0,0), +(74,63742,750,197,125,0,0,0,0,0), +(75,2539,50,185,10,0,0,0,0,0), +(75,2541,100,185,50,0,0,0,0,0), +(75,2544,200,185,75,0,0,0,0,0), +(75,2546,150,185,80,0,0,0,0,0), +(75,2551,100,0,0,0,0,0,0,0), +(75,3412,500,185,50,2550,0,0,0,0), +(75,6499,100,185,50,0,0,0,0,0), +(75,6500,300,185,125,0,0,0,0,0), +(75,18261,25000,185,200,3413,0,0,0,0), +(75,21175,4000,185,200,0,0,0,0,0), +(75,37836,10,185,1,0,0,0,0,0), +(75,45549,20000,185,350,0,0,0,0,0), +(75,45550,20000,185,350,0,0,0,0,0), +(75,45551,20000,185,350,0,0,0,0,0), +(75,45552,20000,185,350,0,0,0,0,0), +(75,45553,20000,185,350,0,0,0,0,0), +(75,45554,50000,185,375,0,0,0,0,0), +(75,45560,10000,185,350,0,0,0,0,0), +(75,45561,10000,185,350,0,0,0,0,0), +(75,45562,10000,185,350,0,0,0,0,0), +(75,45563,20000,185,350,0,0,0,0,0), +(75,45564,20000,185,350,0,0,0,0,0), +(75,45565,20000,185,350,0,0,0,0,0), +(75,45566,20000,185,350,0,0,0,0,0), +(75,45569,20000,185,350,0,0,0,0,0), +(75,51295,350000,185,350,33359,0,0,0,0), +(75,54256,100000,185,275,18260,0,0,0,0), +(75,54257,1000,185,125,3102,0,0,0,0), +(75,58065,20000,185,350,0,0,0,0,0), +(75,64358,50000,185,400,0,0,0,0,0), +(76,2539,50,185,10,0,0,0,0,0), +(76,2541,100,185,50,0,0,0,0,0), +(76,2544,200,185,75,0,0,0,0,0), +(76,2546,150,185,80,0,0,0,0,0), +(76,2551,100,0,0,0,0,0,0,0), +(76,3412,500,185,50,2550,0,0,0,0), +(76,6499,100,185,50,0,0,0,0,0), +(76,6500,300,185,125,0,0,0,0,0), +(76,18261,25000,185,200,3413,0,0,0,0), +(76,21175,4000,185,200,0,0,0,0,0), +(76,37836,10,185,1,0,0,0,0,0), +(76,54256,100000,185,275,18260,0,0,0,0), +(76,54257,1000,185,125,3102,0,0,0,0), +(77,2539,50,185,10,0,0,0,0,0), +(77,2541,100,185,50,0,0,0,0,0), +(77,2544,200,185,75,0,0,0,0,0), +(77,2546,150,185,80,0,0,0,0,0), +(77,2551,100,0,0,0,0,0,0,0), +(77,3412,500,185,50,2550,0,0,0,0), +(77,6499,100,185,50,0,0,0,0,0), +(77,6500,300,185,125,0,0,0,0,0), +(77,18261,25000,185,200,3413,0,0,0,0), +(77,21175,4000,185,200,0,0,0,0,0), +(77,37836,10,185,1,0,0,0,0,0), +(77,54257,1000,185,125,3102,0,0,0,0), +(78,2581,10,186,0,0,0,0,5,0), +(78,2582,500,186,50,2575,0,0,10,0), +(78,2658,200,186,75,0,0,0,0,0), +(78,2659,200,186,65,0,0,0,0,0), +(78,3304,50,186,65,0,0,0,0,0), +(78,3307,500,186,125,0,0,0,0,0), +(78,3308,2500,186,155,0,0,0,0,0), +(78,3568,5000,186,125,2576,0,0,10,0), +(78,3569,2500,186,165,0,0,0,0,0), +(78,10097,5000,186,175,0,0,0,0,0), +(78,10098,10000,186,230,0,0,0,0,0), +(78,10249,50000,186,200,3564,0,0,25,0), +(78,16153,20000,186,250,0,0,0,0,0), +(78,29355,100000,186,275,10248,0,0,0,0), +(78,29356,40000,186,300,0,0,0,0,0), +(78,29358,40000,186,325,0,0,0,0,0), +(78,29359,40000,186,350,0,0,0,0,0), +(78,29360,40000,186,350,0,0,0,0,0), +(78,29361,100000,186,350,0,0,0,0,0), +(78,29686,100000,186,375,0,0,0,0,0), +(78,35750,10000,186,300,0,0,0,0,0), +(78,35751,10000,186,300,0,0,0,0,0), +(78,49252,100000,186,350,0,0,0,0,0), +(78,49258,150000,186,400,0,0,0,0,0), +(78,50309,350000,186,350,29354,0,0,0,0), +(78,55208,200000,186,450,0,0,0,0,0), +(78,55211,200000,186,450,0,0,0,0,0), +(78,70524,10000,186,250,0,0,0,0,0), +(79,2581,10,186,0,0,0,0,5,0), +(79,2582,500,186,50,2575,0,0,10,0), +(79,2658,200,186,75,0,0,0,0,0), +(79,2659,200,186,65,0,0,0,0,0), +(79,3304,50,186,65,0,0,0,0,0), +(79,3307,500,186,125,0,0,0,0,0), +(79,3308,2500,186,155,0,0,0,0,0), +(79,3568,5000,186,125,2576,0,0,10,0), +(79,3569,2500,186,165,0,0,0,0,0), +(79,10097,5000,186,175,0,0,0,0,0), +(79,10098,10000,186,230,0,0,0,0,0), +(79,10249,50000,186,200,3564,0,0,25,0), +(79,16153,20000,186,250,0,0,0,0,0), +(79,29355,100000,186,275,10248,0,0,0,0), +(79,29356,40000,186,300,0,0,0,0,0), +(79,29358,40000,186,325,0,0,0,0,0), +(79,29359,40000,186,350,0,0,0,0,0), +(79,29360,40000,186,350,0,0,0,0,0), +(79,29361,100000,186,350,0,0,0,0,0), +(79,29686,100000,186,375,0,0,0,0,0), +(79,35750,10000,186,300,0,0,0,0,0), +(79,35751,10000,186,300,0,0,0,0,0), +(79,70524,10000,186,250,0,0,0,0,0), +(80,2581,10,186,0,0,0,0,5,0), +(80,2582,500,186,50,2575,0,0,10,0), +(80,2658,200,186,75,0,0,0,0,0), +(80,2659,200,186,65,0,0,0,0,0), +(80,3304,50,186,65,0,0,0,0,0), +(80,3307,500,186,125,0,0,0,0,0), +(80,3308,2500,186,155,0,0,0,0,0), +(80,3568,5000,186,125,2576,0,0,10,0), +(80,3569,2500,186,165,0,0,0,0,0), +(80,10097,5000,186,175,0,0,0,0,0), +(80,10098,10000,186,230,0,0,0,0,0), +(80,10249,50000,186,200,3564,0,0,25,0), +(80,16153,20000,186,250,0,0,0,0,0), +(80,70524,10000,186,250,0,0,0,0,0), +(81,3276,100,129,40,0,0,0,0,0), +(81,3277,250,129,80,0,0,0,0,0), +(81,3278,1000,129,115,0,0,0,0,0), +(81,3279,100,0,0,0,0,0,0,0), +(81,3280,500,129,50,3273,0,0,0,0), +(81,7928,5000,129,150,0,0,0,0,0), +(81,7929,5000,129,180,0,0,0,0,0), +(81,7934,250,129,80,0,0,0,0,0), +(81,10840,10000,129,210,0,0,0,0,0), +(81,10841,10000,129,240,0,0,0,0,0), +(81,10847,25000,129,200,7924,0,0,35,0), +(81,18629,20000,129,260,0,0,0,0,0), +(81,18630,20000,129,290,0,0,0,0,0), +(81,27032,20000,129,300,0,0,0,0,0), +(81,27033,20000,129,330,0,0,0,0,0), +(81,45545,40000,129,350,0,0,0,0,0), +(81,50299,350000,129,350,27028,0,0,0,0), +(81,54254,1000,129,125,3274,0,0,0,0), +(81,54255,20000,129,275,10846,0,0,0,0), +(82,3276,100,129,40,0,0,0,0,0), +(82,3277,250,129,80,0,0,0,0,0), +(82,3278,1000,129,115,0,0,0,0,0), +(82,3279,100,0,0,0,0,0,0,0), +(82,3280,500,129,50,3273,0,0,0,0), +(82,7928,5000,129,150,0,0,0,0,0), +(82,7929,5000,129,180,0,0,0,0,0), +(82,7934,250,129,80,0,0,0,0,0), +(82,10840,10000,129,210,0,0,0,0,0), +(82,10841,10000,129,240,0,0,0,0,0), +(82,10847,25000,129,200,7924,0,0,35,0), +(82,18629,20000,129,260,0,0,0,0,0), +(82,18630,20000,129,290,0,0,0,0,0), +(82,27032,20000,129,300,0,0,0,0,0), +(82,27033,20000,129,330,0,0,0,0,0), +(82,54254,1000,129,125,3274,0,0,0,0), +(82,54255,20000,129,275,10846,0,0,0,0), +(83,3276,100,129,40,0,0,0,0,0), +(83,3277,250,129,80,0,0,0,0,0), +(83,3278,1000,129,115,0,0,0,0,0), +(83,3279,100,0,0,0,0,0,0,0), +(83,3280,500,129,50,3273,0,0,0,0), +(83,7928,5000,129,150,0,0,0,0,0), +(83,7929,5000,129,180,0,0,0,0,0), +(83,7934,250,129,80,0,0,0,0,0), +(83,10840,10000,129,210,0,0,0,0,0), +(83,10841,10000,129,240,0,0,0,0,0), +(83,10847,25000,129,200,7924,0,0,35,0), +(83,18629,20000,129,260,0,0,0,0,0), +(83,18630,20000,129,290,0,0,0,0,0), +(83,54254,1000,129,125,3274,0,0,0,0), +(84,3922,115,202,30,0,0,0,0,0), +(84,3923,130,202,30,0,0,0,0,0), +(84,3924,150,202,50,0,0,0,0,0), +(84,3925,150,202,50,0,0,0,0,0), +(84,3926,225,202,65,0,0,0,0,0), +(84,3929,250,202,75,0,0,0,0,0), +(84,3930,250,202,75,0,0,0,0,0), +(84,3931,250,202,75,0,0,0,0,0), +(84,3932,300,202,85,0,0,0,0,0), +(84,3934,400,202,100,0,0,0,0,0), +(84,3936,420,202,105,0,0,0,0,0), +(84,3937,450,202,105,0,0,0,0,0), +(84,3938,450,202,105,0,0,0,0,0), +(84,3941,500,202,120,0,0,0,0,0), +(84,3942,500,202,125,0,0,0,0,0), +(84,3945,500,202,125,0,0,0,0,0), +(84,3946,500,202,125,0,0,0,0,0), +(84,3947,300,202,125,0,0,0,0,0), +(84,3949,550,202,130,0,0,0,0,0), +(84,3950,600,202,140,0,0,0,0,0), +(84,3953,600,202,145,0,0,0,0,0), +(84,3955,750,202,150,0,0,0,0,0), +(84,3956,450,202,150,0,0,0,0,0), +(84,3958,800,202,160,0,0,0,0,0), +(84,3961,900,202,170,0,0,0,0,0), +(84,3962,1000,202,175,0,0,0,0,0), +(84,3963,1000,202,175,0,0,0,0,0), +(84,3965,1200,202,185,0,0,0,0,0), +(84,3967,1400,202,190,0,0,0,0,0), +(84,3973,300,202,90,0,0,0,0,0), +(84,3977,200,202,60,0,0,0,0,0), +(84,3978,475,202,110,0,0,0,0,0), +(84,4039,10,0,0,0,0,0,5,0), +(84,4040,500,202,50,4036,0,0,10,0), +(84,4041,5000,202,125,4037,0,0,20,0), +(84,6458,400,202,135,0,0,0,0,0), +(84,7430,150,202,50,0,0,0,0,0), +(84,8334,300,202,100,0,0,0,0,0), +(84,9271,500,202,150,0,0,0,0,0), +(84,12584,1000,202,150,0,0,0,0,0), +(84,12585,1000,202,175,0,0,0,0,0), +(84,12586,1000,202,175,0,0,0,0,0), +(84,12589,1300,202,195,0,0,0,0,0), +(84,12590,1000,202,175,0,0,0,0,0), +(84,12591,1500,202,200,0,0,0,0,0), +(84,12594,1600,202,205,0,0,0,0,0), +(84,12595,1600,202,205,0,0,0,0,0), +(84,12596,1700,202,210,0,0,0,0,0), +(84,12599,1800,202,215,0,0,0,0,0), +(84,12603,1800,202,215,0,0,0,0,0), +(84,12615,2500,202,225,0,0,0,0,0), +(84,12618,2200,202,230,0,0,0,0,0), +(84,12619,2400,202,235,0,0,0,0,0), +(84,12621,2800,202,245,0,0,0,0,0), +(84,12622,2800,202,245,0,0,0,0,0), +(84,12657,50000,202,200,4038,0,0,35,0), +(84,15255,1500,202,200,0,0,0,0,0), +(84,19567,4000,202,250,0,0,0,0,0), +(84,19788,4000,202,250,0,0,0,0,0), +(84,19790,10000,202,260,0,0,0,0,0), +(84,19791,5000,202,260,0,0,0,0,0), +(84,19792,10000,202,260,0,0,0,0,0), +(84,19794,20000,202,270,0,0,0,0,0), +(84,19795,10000,202,275,0,0,0,0,0), +(84,19800,10000,202,285,0,0,0,0,0), +(84,19825,20000,202,290,0,0,0,0,0), +(84,23070,5000,202,250,0,0,0,0,0), +(84,23071,5000,202,260,0,0,0,0,0), +(84,30303,10000,202,300,0,0,0,0,0), +(84,30304,10000,202,300,0,0,0,0,0), +(84,30305,10000,202,300,0,0,0,0,0), +(84,30306,20000,202,325,0,0,0,0,0), +(84,30307,50000,202,340,0,0,0,0,0), +(84,30308,50000,202,340,0,0,0,0,0), +(84,30309,50000,202,340,0,0,0,0,0), +(84,30310,15000,202,300,0,0,0,0,0), +(84,30311,25000,202,325,0,0,0,0,0), +(84,30312,20000,202,320,0,0,0,0,0), +(84,30346,15000,202,310,0,0,0,0,0), +(84,30351,100000,202,275,12656,0,0,50,0), +(84,39971,20000,202,335,0,0,0,0,0), +(84,39973,50000,202,335,0,0,0,0,0), +(84,40274,50000,202,350,0,0,0,0,0), +(84,41307,50000,202,375,0,0,0,0,0), +(84,41311,50000,202,350,0,0,0,0,0), +(84,41312,50000,202,350,0,0,0,0,0), +(84,41314,50000,202,350,0,0,0,0,0), +(84,41315,50000,202,350,0,0,0,0,0), +(84,41316,50000,202,350,0,0,0,0,0), +(84,41317,50000,202,350,0,0,0,0,0), +(84,41318,50000,202,350,0,0,0,0,0), +(84,41319,50000,202,350,0,0,0,0,0), +(84,41320,50000,202,350,0,0,0,0,0), +(84,44155,50000,202,300,0,0,0,60,0), +(84,63750,5000,202,250,0,0,0,0,0), +(85,3922,115,202,30,0,0,0,0,0), +(85,3923,130,202,30,0,0,0,0,0), +(85,3924,150,202,50,0,0,0,0,0), +(85,3925,150,202,50,0,0,0,0,0), +(85,3926,225,202,65,0,0,0,0,0), +(85,3929,250,202,75,0,0,0,0,0), +(85,3930,250,202,75,0,0,0,0,0), +(85,3931,250,202,75,0,0,0,0,0), +(85,3932,300,202,85,0,0,0,0,0), +(85,3934,400,202,100,0,0,0,0,0), +(85,3936,420,202,105,0,0,0,0,0), +(85,3937,450,202,105,0,0,0,0,0), +(85,3938,450,202,105,0,0,0,0,0), +(85,3941,500,202,120,0,0,0,0,0), +(85,3942,500,202,125,0,0,0,0,0), +(85,3945,500,202,125,0,0,0,0,0), +(85,3946,500,202,125,0,0,0,0,0), +(85,3947,300,202,125,0,0,0,0,0), +(85,3949,550,202,130,0,0,0,0,0), +(85,3950,600,202,140,0,0,0,0,0), +(85,3953,600,202,145,0,0,0,0,0), +(85,3955,750,202,150,0,0,0,0,0), +(85,3956,450,202,150,0,0,0,0,0), +(85,3958,800,202,160,0,0,0,0,0), +(85,3961,900,202,170,0,0,0,0,0), +(85,3962,1000,202,175,0,0,0,0,0), +(85,3963,1000,202,175,0,0,0,0,0), +(85,3965,1200,202,185,0,0,0,0,0), +(85,3967,1400,202,190,0,0,0,0,0), +(85,3973,300,202,90,0,0,0,0,0), +(85,3977,200,202,60,0,0,0,0,0), +(85,3978,475,202,110,0,0,0,0,0), +(85,4039,10,0,0,0,0,0,5,0), +(85,4040,500,202,50,4036,0,0,10,0), +(85,4041,5000,202,125,4037,0,0,20,0), +(85,6458,400,202,135,0,0,0,0,0), +(85,7430,150,202,50,0,0,0,0,0), +(85,8334,300,202,100,0,0,0,0,0), +(85,9271,500,202,150,0,0,0,0,0), +(85,12584,1000,202,150,0,0,0,0,0), +(85,12585,1000,202,175,0,0,0,0,0), +(85,12586,1000,202,175,0,0,0,0,0), +(85,12589,1300,202,195,0,0,0,0,0), +(85,12590,1000,202,175,0,0,0,0,0), +(85,12591,1500,202,200,0,0,0,0,0), +(85,12594,1600,202,205,0,0,0,0,0), +(85,12595,1600,202,205,0,0,0,0,0), +(85,12596,1700,202,210,0,0,0,0,0), +(85,12599,1800,202,215,0,0,0,0,0), +(85,12603,1800,202,215,0,0,0,0,0), +(85,12615,2500,202,225,0,0,0,0,0), +(85,12618,2200,202,230,0,0,0,0,0), +(85,12619,2400,202,235,0,0,0,0,0), +(85,12621,2800,202,245,0,0,0,0,0), +(85,12622,2800,202,245,0,0,0,0,0), +(85,12657,50000,202,200,4038,0,0,35,0), +(85,15255,1500,202,200,0,0,0,0,0), +(85,19567,4000,202,250,0,0,0,0,0), +(85,19788,4000,202,250,0,0,0,0,0), +(85,19790,10000,202,260,0,0,0,0,0), +(85,19791,5000,202,260,0,0,0,0,0), +(85,19792,10000,202,260,0,0,0,0,0), +(85,19794,20000,202,270,0,0,0,0,0), +(85,19795,10000,202,275,0,0,0,0,0), +(85,19800,10000,202,285,0,0,0,0,0), +(85,19825,20000,202,290,0,0,0,0,0), +(85,23070,5000,202,250,0,0,0,0,0), +(85,23071,5000,202,260,0,0,0,0,0), +(85,30303,10000,202,300,0,0,0,0,0), +(85,30304,10000,202,300,0,0,0,0,0), +(85,30305,10000,202,300,0,0,0,0,0), +(85,30306,20000,202,325,0,0,0,0,0), +(85,30307,50000,202,340,0,0,0,0,0), +(85,30308,50000,202,340,0,0,0,0,0), +(85,30309,50000,202,340,0,0,0,0,0), +(85,30310,15000,202,300,0,0,0,0,0), +(85,30311,25000,202,325,0,0,0,0,0), +(85,30312,20000,202,320,0,0,0,0,0), +(85,30346,15000,202,310,0,0,0,0,0), +(85,30351,100000,202,275,12656,0,0,50,0), +(85,39971,20000,202,335,0,0,0,0,0), +(85,39973,50000,202,335,0,0,0,0,0), +(85,40274,50000,202,350,0,0,0,0,0), +(85,41307,50000,202,375,0,0,0,0,0), +(85,41311,50000,202,350,0,0,0,0,0), +(85,41312,50000,202,350,0,0,0,0,0), +(85,41314,50000,202,350,0,0,0,0,0), +(85,41315,50000,202,350,0,0,0,0,0), +(85,41316,50000,202,350,0,0,0,0,0), +(85,41317,50000,202,350,0,0,0,0,0), +(85,41320,50000,202,350,0,0,0,0,0), +(85,44155,50000,202,300,0,0,0,60,0), +(85,63750,5000,202,250,0,0,0,0,0), +(86,3922,115,202,30,0,0,0,0,0), +(86,3923,130,202,30,0,0,0,0,0), +(86,3924,150,202,50,0,0,0,0,0), +(86,3925,150,202,50,0,0,0,0,0), +(86,3926,225,202,65,0,0,0,0,0), +(86,3929,250,202,75,0,0,0,0,0), +(86,3930,250,202,75,0,0,0,0,0), +(86,3931,250,202,75,0,0,0,0,0), +(86,3932,300,202,85,0,0,0,0,0), +(86,3934,400,202,100,0,0,0,0,0), +(86,3936,420,202,105,0,0,0,0,0), +(86,3937,450,202,105,0,0,0,0,0), +(86,3938,450,202,105,0,0,0,0,0), +(86,3941,500,202,120,0,0,0,0,0), +(86,3942,500,202,125,0,0,0,0,0), +(86,3945,500,202,125,0,0,0,0,0), +(86,3946,500,202,125,0,0,0,0,0), +(86,3947,300,202,125,0,0,0,0,0), +(86,3949,550,202,130,0,0,0,0,0), +(86,3950,600,202,140,0,0,0,0,0), +(86,3953,600,202,145,0,0,0,0,0), +(86,3955,750,202,150,0,0,0,0,0), +(86,3956,450,202,150,0,0,0,0,0), +(86,3958,800,202,160,0,0,0,0,0), +(86,3961,900,202,170,0,0,0,0,0), +(86,3962,1000,202,175,0,0,0,0,0), +(86,3963,1000,202,175,0,0,0,0,0), +(86,3965,1200,202,185,0,0,0,0,0), +(86,3967,1400,202,190,0,0,0,0,0), +(86,3973,300,202,90,0,0,0,0,0), +(86,3977,200,202,60,0,0,0,0,0), +(86,3978,475,202,110,0,0,0,0,0), +(86,4039,10,0,0,0,0,0,5,0), +(86,4040,500,202,50,4036,0,0,10,0), +(86,4041,5000,202,125,4037,0,0,20,0), +(86,6458,400,202,135,0,0,0,0,0), +(86,7430,150,202,50,0,0,0,0,0), +(86,8334,300,202,100,0,0,0,0,0), +(86,9271,500,202,150,0,0,0,0,0), +(86,12584,1000,202,150,0,0,0,0,0), +(86,12585,1000,202,175,0,0,0,0,0), +(86,12586,1000,202,175,0,0,0,0,0), +(86,12589,1300,202,195,0,0,0,0,0), +(86,12590,1000,202,175,0,0,0,0,0), +(86,12591,1500,202,200,0,0,0,0,0), +(86,12594,1600,202,205,0,0,0,0,0), +(86,12595,1600,202,205,0,0,0,0,0), +(86,12596,1700,202,210,0,0,0,0,0), +(86,12599,1800,202,215,0,0,0,0,0), +(86,12603,1800,202,215,0,0,0,0,0), +(86,12615,2500,202,225,0,0,0,0,0), +(86,12618,2200,202,230,0,0,0,0,0), +(86,12619,2400,202,235,0,0,0,0,0), +(86,12621,2800,202,245,0,0,0,0,0), +(86,12622,2800,202,245,0,0,0,0,0), +(86,12657,50000,202,200,4038,0,0,35,0), +(86,15255,1500,202,200,0,0,0,0,0), +(86,19567,4000,202,250,0,0,0,0,0), +(86,19788,4000,202,250,0,0,0,0,0), +(86,19790,10000,202,260,0,0,0,0,0), +(86,19791,5000,202,260,0,0,0,0,0), +(86,19792,10000,202,260,0,0,0,0,0), +(86,19794,20000,202,270,0,0,0,0,0), +(86,19795,10000,202,275,0,0,0,0,0), +(86,19800,10000,202,285,0,0,0,0,0), +(86,19825,20000,202,290,0,0,0,0,0), +(86,23070,5000,202,250,0,0,0,0,0), +(86,23071,5000,202,260,0,0,0,0,0), +(86,30303,10000,202,300,0,0,0,0,0), +(86,30304,10000,202,300,0,0,0,0,0), +(86,30305,10000,202,300,0,0,0,0,0), +(86,30306,20000,202,325,0,0,0,0,0), +(86,30307,50000,202,340,0,0,0,0,0), +(86,30308,50000,202,340,0,0,0,0,0), +(86,30309,50000,202,340,0,0,0,0,0), +(86,30310,15000,202,300,0,0,0,0,0), +(86,30311,25000,202,325,0,0,0,0,0), +(86,30312,20000,202,320,0,0,0,0,0), +(86,30346,15000,202,310,0,0,0,0,0), +(86,30351,100000,202,275,12656,0,0,50,0), +(86,39971,20000,202,335,0,0,0,0,0), +(86,39973,50000,202,335,0,0,0,0,0), +(86,40274,50000,202,350,0,0,0,0,0), +(86,41307,50000,202,375,0,0,0,0,0), +(86,41311,50000,202,350,0,0,0,0,0), +(86,41312,50000,202,350,0,0,0,0,0), +(86,41314,50000,202,350,0,0,0,0,0), +(86,41317,50000,202,350,0,0,0,0,0), +(86,41320,50000,202,350,0,0,0,0,0), +(86,44155,50000,202,300,0,0,0,60,0), +(86,63750,5000,202,250,0,0,0,0,0), +(87,3922,115,202,30,0,0,0,0,0), +(87,3923,130,202,30,0,0,0,0,0), +(87,3924,150,202,50,0,0,0,0,0), +(87,3925,150,202,50,0,0,0,0,0), +(87,3926,225,202,65,0,0,0,0,0), +(87,3929,250,202,75,0,0,0,0,0), +(87,3930,250,202,75,0,0,0,0,0), +(87,3931,250,202,75,0,0,0,0,0), +(87,3932,300,202,85,0,0,0,0,0), +(87,3934,400,202,100,0,0,0,0,0), +(87,3936,420,202,105,0,0,0,0,0), +(87,3937,450,202,105,0,0,0,0,0), +(87,3938,450,202,105,0,0,0,0,0), +(87,3941,500,202,120,0,0,0,0,0), +(87,3942,500,202,125,0,0,0,0,0), +(87,3945,500,202,125,0,0,0,0,0), +(87,3946,500,202,125,0,0,0,0,0), +(87,3947,300,202,125,0,0,0,0,0), +(87,3949,550,202,130,0,0,0,0,0), +(87,3950,600,202,140,0,0,0,0,0), +(87,3953,600,202,145,0,0,0,0,0), +(87,3955,750,202,150,0,0,0,0,0), +(87,3956,450,202,150,0,0,0,0,0), +(87,3958,800,202,160,0,0,0,0,0), +(87,3961,900,202,170,0,0,0,0,0), +(87,3962,1000,202,175,0,0,0,0,0), +(87,3963,1000,202,175,0,0,0,0,0), +(87,3965,1200,202,185,0,0,0,0,0), +(87,3967,1400,202,190,0,0,0,0,0), +(87,3973,300,202,90,0,0,0,0,0), +(87,3977,200,202,60,0,0,0,0,0), +(87,3978,475,202,110,0,0,0,0,0), +(87,4039,10,0,0,0,0,0,5,0), +(87,4040,500,202,50,4036,0,0,10,0), +(87,4041,5000,202,125,4037,0,0,20,0), +(87,6458,400,202,135,0,0,0,0,0), +(87,7430,150,202,50,0,0,0,0,0), +(87,8334,300,202,100,0,0,0,0,0), +(87,9271,500,202,150,0,0,0,0,0), +(87,12584,1000,202,150,0,0,0,0,0), +(87,12585,1000,202,175,0,0,0,0,0), +(87,12586,1000,202,175,0,0,0,0,0), +(87,12589,1300,202,195,0,0,0,0,0), +(87,12590,1000,202,175,0,0,0,0,0), +(87,12591,1500,202,200,0,0,0,0,0), +(87,12594,1600,202,205,0,0,0,0,0), +(87,12595,1600,202,205,0,0,0,0,0), +(87,12596,1700,202,210,0,0,0,0,0), +(87,12599,1800,202,215,0,0,0,0,0), +(87,12603,1800,202,215,0,0,0,0,0), +(87,12615,2500,202,225,0,0,0,0,0), +(87,12618,2200,202,230,0,0,0,0,0), +(87,12619,2400,202,235,0,0,0,0,0), +(87,12621,2800,202,245,0,0,0,0,0), +(87,12622,2800,202,245,0,0,0,0,0), +(87,12657,50000,202,200,4038,0,0,35,0), +(87,15255,1500,202,200,0,0,0,0,0), +(87,19567,4000,202,250,0,0,0,0,0), +(87,19788,4000,202,250,0,0,0,0,0), +(87,19790,10000,202,260,0,0,0,0,0), +(87,19791,5000,202,260,0,0,0,0,0), +(87,19792,10000,202,260,0,0,0,0,0), +(87,19794,20000,202,270,0,0,0,0,0), +(87,19795,10000,202,275,0,0,0,0,0), +(87,19800,10000,202,285,0,0,0,0,0), +(87,19825,20000,202,290,0,0,0,0,0), +(87,23070,5000,202,250,0,0,0,0,0), +(87,23071,5000,202,260,0,0,0,0,0), +(87,30303,10000,202,300,0,0,0,0,0), +(87,30304,10000,202,300,0,0,0,0,0), +(87,30305,10000,202,300,0,0,0,0,0), +(87,30306,20000,202,325,0,0,0,0,0), +(87,30307,50000,202,340,0,0,0,0,0), +(87,30308,50000,202,340,0,0,0,0,0), +(87,30309,50000,202,340,0,0,0,0,0), +(87,30310,15000,202,300,0,0,0,0,0), +(87,30311,25000,202,325,0,0,0,0,0), +(87,30312,20000,202,320,0,0,0,0,0), +(87,30346,15000,202,310,0,0,0,0,0), +(87,30351,100000,202,275,12656,0,0,50,0), +(87,39971,20000,202,335,0,0,0,0,0), +(87,39973,50000,202,335,0,0,0,0,0), +(87,40274,50000,202,350,0,0,0,0,0), +(87,41307,50000,202,375,0,0,0,0,0), +(87,41312,50000,202,350,0,0,0,0,0), +(87,41314,50000,202,350,0,0,0,0,0), +(87,41317,50000,202,350,0,0,0,0,0), +(87,41320,50000,202,350,0,0,0,0,0), +(87,44155,50000,202,300,0,0,0,60,0), +(87,63750,5000,202,250,0,0,0,0,0), +(88,3922,115,202,30,0,0,0,0,0), +(88,3923,130,202,30,0,0,0,0,0), +(88,3924,150,202,50,0,0,0,0,0), +(88,3925,150,202,50,0,0,0,0,0), +(88,3926,225,202,65,0,0,0,0,0), +(88,3929,250,202,75,0,0,0,0,0), +(88,3930,250,202,75,0,0,0,0,0), +(88,3931,250,202,75,0,0,0,0,0), +(88,3932,300,202,85,0,0,0,0,0), +(88,3934,400,202,100,0,0,0,0,0), +(88,3936,420,202,105,0,0,0,0,0), +(88,3937,450,202,105,0,0,0,0,0), +(88,3938,450,202,105,0,0,0,0,0), +(88,3941,500,202,120,0,0,0,0,0), +(88,3942,500,202,125,0,0,0,0,0), +(88,3945,500,202,125,0,0,0,0,0), +(88,3946,500,202,125,0,0,0,0,0), +(88,3947,300,202,125,0,0,0,0,0), +(88,3949,550,202,130,0,0,0,0,0), +(88,3950,600,202,140,0,0,0,0,0), +(88,3953,600,202,145,0,0,0,0,0), +(88,3955,750,202,150,0,0,0,0,0), +(88,3956,450,202,150,0,0,0,0,0), +(88,3958,800,202,160,0,0,0,0,0), +(88,3961,900,202,170,0,0,0,0,0), +(88,3962,1000,202,175,0,0,0,0,0), +(88,3963,1000,202,175,0,0,0,0,0), +(88,3965,1200,202,185,0,0,0,0,0), +(88,3967,1400,202,190,0,0,0,0,0), +(88,3973,300,202,90,0,0,0,0,0), +(88,3977,200,202,60,0,0,0,0,0), +(88,3978,475,202,110,0,0,0,0,0), +(88,4039,10,0,0,0,0,0,5,0), +(88,4040,500,202,50,4036,0,0,10,0), +(88,4041,5000,202,125,4037,0,0,20,0), +(88,6458,400,202,135,0,0,0,0,0), +(88,7430,150,202,50,0,0,0,0,0), +(88,8334,300,202,100,0,0,0,0,0), +(88,9271,500,202,150,0,0,0,0,0), +(88,12584,1000,202,150,0,0,0,0,0), +(88,12585,1000,202,175,0,0,0,0,0), +(88,12586,1000,202,175,0,0,0,0,0), +(88,12589,1300,202,195,0,0,0,0,0), +(88,12590,1000,202,175,0,0,0,0,0), +(88,12591,1500,202,200,0,0,0,0,0), +(88,12594,1600,202,205,0,0,0,0,0), +(88,12595,1600,202,205,0,0,0,0,0), +(88,12596,1700,202,210,0,0,0,0,0), +(88,12599,1800,202,215,0,0,0,0,0), +(88,12603,1800,202,215,0,0,0,0,0), +(88,12615,2500,202,225,0,0,0,0,0), +(88,12618,2200,202,230,0,0,0,0,0), +(88,12619,2400,202,235,0,0,0,0,0), +(88,12621,2800,202,245,0,0,0,0,0), +(88,12622,2800,202,245,0,0,0,0,0), +(88,12657,50000,202,200,4038,0,0,35,0), +(88,15255,1500,202,200,0,0,0,0,0), +(88,19567,4000,202,250,0,0,0,0,0), +(88,19788,4000,202,250,0,0,0,0,0), +(88,19790,10000,202,260,0,0,0,0,0), +(88,19791,5000,202,260,0,0,0,0,0), +(88,19792,10000,202,260,0,0,0,0,0), +(88,19794,20000,202,270,0,0,0,0,0), +(88,19795,10000,202,275,0,0,0,0,0), +(88,19800,10000,202,285,0,0,0,0,0), +(88,19825,20000,202,290,0,0,0,0,0), +(88,23070,5000,202,250,0,0,0,0,0), +(88,23071,5000,202,260,0,0,0,0,0), +(88,30303,10000,202,300,0,0,0,0,0), +(88,30304,10000,202,300,0,0,0,0,0), +(88,30305,10000,202,300,0,0,0,0,0), +(88,30306,20000,202,325,0,0,0,0,0), +(88,30307,50000,202,340,0,0,0,0,0), +(88,30308,50000,202,340,0,0,0,0,0), +(88,30309,50000,202,340,0,0,0,0,0), +(88,30310,15000,202,300,0,0,0,0,0), +(88,30311,25000,202,325,0,0,0,0,0), +(88,30312,20000,202,320,0,0,0,0,0), +(88,30346,15000,202,310,0,0,0,0,0), +(88,30351,100000,202,275,12656,0,0,50,0), +(88,39971,20000,202,335,0,0,0,0,0), +(88,39973,50000,202,335,0,0,0,0,0), +(88,41307,50000,202,375,0,0,0,0,0), +(88,41317,50000,202,350,0,0,0,0,0), +(88,41320,50000,202,350,0,0,0,0,0), +(88,44155,50000,202,300,0,0,0,60,0), +(88,63750,5000,202,250,0,0,0,0,0), +(89,3922,115,202,30,0,0,0,0,0), +(89,3923,130,202,30,0,0,0,0,0), +(89,3924,150,202,50,0,0,0,0,0), +(89,3925,150,202,50,0,0,0,0,0), +(89,3926,225,202,65,0,0,0,0,0), +(89,3929,250,202,75,0,0,0,0,0), +(89,3930,250,202,75,0,0,0,0,0), +(89,3931,250,202,75,0,0,0,0,0), +(89,3932,300,202,85,0,0,0,0,0), +(89,3934,400,202,100,0,0,0,0,0), +(89,3936,420,202,105,0,0,0,0,0), +(89,3937,450,202,105,0,0,0,0,0), +(89,3938,450,202,105,0,0,0,0,0), +(89,3941,500,202,120,0,0,0,0,0), +(89,3942,500,202,125,0,0,0,0,0), +(89,3945,500,202,125,0,0,0,0,0), +(89,3946,500,202,125,0,0,0,0,0), +(89,3947,300,202,125,0,0,0,0,0), +(89,3949,550,202,130,0,0,0,0,0), +(89,3950,600,202,140,0,0,0,0,0), +(89,3953,600,202,145,0,0,0,0,0), +(89,3955,750,202,150,0,0,0,0,0), +(89,3956,450,202,150,0,0,0,0,0), +(89,3958,800,202,160,0,0,0,0,0), +(89,3961,900,202,170,0,0,0,0,0), +(89,3962,1000,202,175,0,0,0,0,0), +(89,3963,1000,202,175,0,0,0,0,0), +(89,3965,1200,202,185,0,0,0,0,0), +(89,3967,1400,202,190,0,0,0,0,0), +(89,3973,300,202,90,0,0,0,0,0), +(89,3977,200,202,60,0,0,0,0,0), +(89,3978,475,202,110,0,0,0,0,0), +(89,4039,10,0,0,0,0,0,5,0), +(89,4040,500,202,50,4036,0,0,10,0), +(89,4041,5000,202,125,4037,0,0,20,0), +(89,6458,400,202,135,0,0,0,0,0), +(89,7430,150,202,50,0,0,0,0,0), +(89,8334,300,202,100,0,0,0,0,0), +(89,9271,500,202,150,0,0,0,0,0), +(89,12584,1000,202,150,0,0,0,0,0), +(89,12585,1000,202,175,0,0,0,0,0), +(89,12586,1000,202,175,0,0,0,0,0), +(89,12589,1300,202,195,0,0,0,0,0), +(89,12590,1000,202,175,0,0,0,0,0), +(89,12591,1500,202,200,0,0,0,0,0), +(89,12594,1600,202,205,0,0,0,0,0), +(89,12595,1600,202,205,0,0,0,0,0), +(89,12596,1700,202,210,0,0,0,0,0), +(89,12599,1800,202,215,0,0,0,0,0), +(89,12603,1800,202,215,0,0,0,0,0), +(89,12615,2500,202,225,0,0,0,0,0), +(89,12618,2200,202,230,0,0,0,0,0), +(89,12619,2400,202,235,0,0,0,0,0), +(89,12621,2800,202,245,0,0,0,0,0), +(89,12622,2800,202,245,0,0,0,0,0), +(89,12657,50000,202,200,4038,0,0,35,0), +(89,15255,1500,202,200,0,0,0,0,0), +(89,19567,4000,202,250,0,0,0,0,0), +(89,19788,4000,202,250,0,0,0,0,0), +(89,19790,10000,202,260,0,0,0,0,0), +(89,19791,5000,202,260,0,0,0,0,0), +(89,19792,10000,202,260,0,0,0,0,0), +(89,19794,20000,202,270,0,0,0,0,0), +(89,19795,10000,202,275,0,0,0,0,0), +(89,19800,10000,202,285,0,0,0,0,0), +(89,19825,20000,202,290,0,0,0,0,0), +(89,23070,5000,202,250,0,0,0,0,0), +(89,23071,5000,202,260,0,0,0,0,0), +(89,30303,10000,202,300,0,0,0,0,0), +(89,30304,10000,202,300,0,0,0,0,0), +(89,30305,10000,202,300,0,0,0,0,0), +(89,30306,20000,202,325,0,0,0,0,0), +(89,30307,50000,202,340,0,0,0,0,0), +(89,30308,50000,202,340,0,0,0,0,0), +(89,30309,50000,202,340,0,0,0,0,0), +(89,30310,15000,202,300,0,0,0,0,0), +(89,30311,25000,202,325,0,0,0,0,0), +(89,30312,20000,202,320,0,0,0,0,0), +(89,30346,15000,202,310,0,0,0,0,0), +(89,30351,100000,202,275,12656,0,0,50,0), +(89,39971,20000,202,335,0,0,0,0,0), +(89,40274,50000,202,350,0,0,0,0,0), +(89,41307,50000,202,375,0,0,0,0,0), +(89,41311,50000,202,350,0,0,0,0,0), +(89,41312,50000,202,350,0,0,0,0,0), +(89,41314,50000,202,350,0,0,0,0,0), +(89,41315,50000,202,350,0,0,0,0,0), +(89,41316,50000,202,350,0,0,0,0,0), +(89,41317,50000,202,350,0,0,0,0,0), +(89,41318,50000,202,350,0,0,0,0,0), +(89,41319,50000,202,350,0,0,0,0,0), +(89,41320,50000,202,350,0,0,0,0,0), +(89,41321,50000,202,350,0,0,0,0,0), +(89,44155,50000,202,300,0,0,0,60,0), +(89,53281,50000,202,350,0,0,0,0,0), +(89,54353,125000,202,400,0,0,0,0,0), +(89,54736,100000,202,390,0,0,0,0,0), +(89,54793,100000,202,380,0,0,0,0,0), +(89,54998,125000,202,400,0,0,0,0,0), +(89,54999,125000,202,400,0,0,0,0,0), +(89,55002,100000,202,380,0,0,0,0,0), +(89,55016,125000,202,405,0,0,0,0,0), +(89,56349,50000,202,350,0,0,0,0,0), +(89,56459,100000,202,375,0,0,0,0,0), +(89,56460,50000,202,350,0,0,0,0,0), +(89,56461,50000,202,375,0,0,0,0,0), +(89,56462,150000,202,435,0,0,0,0,0), +(89,56463,100000,202,375,0,0,0,0,0), +(89,56464,100000,202,375,0,0,0,0,0), +(89,56465,125000,202,420,0,0,0,0,0), +(89,56466,125000,202,420,0,0,0,0,0), +(89,56467,125000,202,420,0,0,0,0,0), +(89,56468,125000,202,405,0,0,0,0,0), +(89,56469,150000,202,425,0,0,0,0,0), +(89,56470,150000,202,425,0,0,0,0,0), +(89,56471,100000,202,390,0,0,0,0,0), +(89,56472,150000,202,425,0,0,0,0,0), +(89,56474,125000,202,410,0,0,0,0,0), +(89,56475,125000,202,415,0,0,0,0,0), +(89,56476,125000,202,410,0,0,0,0,0), +(89,56477,125000,202,415,0,0,0,0,0), +(89,56478,200000,202,430,0,0,0,0,0), +(89,56479,200000,202,450,0,0,0,0,0), +(89,56480,150000,202,440,0,0,0,0,0), +(89,56481,150000,202,440,0,0,0,0,0), +(89,56483,150000,202,440,0,0,0,0,0), +(89,56484,150000,202,440,0,0,0,0,0), +(89,56486,150000,202,440,0,0,0,0,0), +(89,56487,150000,202,440,0,0,0,0,0), +(89,56574,150000,202,440,0,0,0,0,0), +(89,60874,200000,202,450,0,0,0,0,0), +(89,61464,350000,202,350,30350,0,0,65,0), +(89,61471,100000,202,390,0,0,0,0,0), +(89,61481,125000,202,420,0,0,0,0,0), +(89,61482,125000,202,420,0,0,0,0,0), +(89,61483,125000,202,420,0,0,0,0,0), +(89,62271,150000,202,440,0,0,0,0,0), +(89,63750,5000,202,250,0,0,0,0,0), +(89,63765,100000,202,380,0,0,0,0,0), +(89,63770,125000,202,400,0,0,0,0,0), +(89,67326,100000,202,410,0,0,0,0,0), +(89,67839,100000,202,410,0,0,0,0,0), +(89,67920,150000,202,435,0,0,0,0,0), +(90,3922,115,202,30,0,0,0,0,0), +(90,3923,130,202,30,0,0,0,0,0), +(90,3924,150,202,50,0,0,0,0,0), +(90,3925,150,202,50,0,0,0,0,0), +(90,3926,225,202,65,0,0,0,0,0), +(90,3929,250,202,75,0,0,0,0,0), +(90,3930,250,202,75,0,0,0,0,0), +(90,3931,250,202,75,0,0,0,0,0), +(90,3932,300,202,85,0,0,0,0,0), +(90,3934,400,202,100,0,0,0,0,0), +(90,3936,420,202,105,0,0,0,0,0), +(90,3937,450,202,105,0,0,0,0,0), +(90,3938,450,202,105,0,0,0,0,0), +(90,3941,500,202,120,0,0,0,0,0), +(90,3942,500,202,125,0,0,0,0,0), +(90,3945,500,202,125,0,0,0,0,0), +(90,3946,500,202,125,0,0,0,0,0), +(90,3947,300,202,125,0,0,0,0,0), +(90,3949,550,202,130,0,0,0,0,0), +(90,3950,600,202,140,0,0,0,0,0), +(90,3953,600,202,145,0,0,0,0,0), +(90,3955,750,202,150,0,0,0,0,0), +(90,3956,450,202,150,0,0,0,0,0), +(90,3958,800,202,160,0,0,0,0,0), +(90,3961,900,202,170,0,0,0,0,0), +(90,3962,1000,202,175,0,0,0,0,0), +(90,3963,1000,202,175,0,0,0,0,0), +(90,3965,1200,202,185,0,0,0,0,0), +(90,3967,1400,202,190,0,0,0,0,0), +(90,3973,300,202,90,0,0,0,0,0), +(90,3977,200,202,60,0,0,0,0,0), +(90,3978,475,202,110,0,0,0,0,0), +(90,4039,10,0,0,0,0,0,5,0), +(90,4040,500,202,50,4036,0,0,10,0), +(90,4041,5000,202,125,4037,0,0,20,0), +(90,6458,400,202,135,0,0,0,0,0), +(90,7430,150,202,50,0,0,0,0,0), +(90,8334,300,202,100,0,0,0,0,0), +(90,9271,500,202,150,0,0,0,0,0), +(90,12584,1000,202,150,0,0,0,0,0), +(90,12585,1000,202,175,0,0,0,0,0), +(90,12586,1000,202,175,0,0,0,0,0), +(90,12589,1300,202,195,0,0,0,0,0), +(90,12590,1000,202,175,0,0,0,0,0), +(90,12591,1500,202,200,0,0,0,0,0), +(90,12594,1600,202,205,0,0,0,0,0), +(90,12595,1600,202,205,0,0,0,0,0), +(90,12596,1700,202,210,0,0,0,0,0), +(90,12599,1800,202,215,0,0,0,0,0), +(90,12603,1800,202,215,0,0,0,0,0), +(90,12615,2500,202,225,0,0,0,0,0), +(90,12618,2200,202,230,0,0,0,0,0), +(90,12619,2400,202,235,0,0,0,0,0), +(90,12621,2800,202,245,0,0,0,0,0), +(90,12622,2800,202,245,0,0,0,0,0), +(90,12657,50000,202,200,4038,0,0,35,0), +(90,15255,1500,202,200,0,0,0,0,0), +(90,19567,4000,202,250,0,0,0,0,0), +(90,19788,4000,202,250,0,0,0,0,0), +(90,19790,10000,202,260,0,0,0,0,0), +(90,19791,5000,202,260,0,0,0,0,0), +(90,19792,10000,202,260,0,0,0,0,0), +(90,19794,20000,202,270,0,0,0,0,0), +(90,19795,10000,202,275,0,0,0,0,0), +(90,19800,10000,202,285,0,0,0,0,0), +(90,19825,20000,202,290,0,0,0,0,0), +(90,23070,5000,202,250,0,0,0,0,0), +(90,23071,5000,202,260,0,0,0,0,0), +(90,30303,10000,202,300,0,0,0,0,0), +(90,30304,10000,202,300,0,0,0,0,0), +(90,30305,10000,202,300,0,0,0,0,0), +(90,30306,20000,202,325,0,0,0,0,0), +(90,30307,50000,202,340,0,0,0,0,0), +(90,30308,50000,202,340,0,0,0,0,0), +(90,30309,50000,202,340,0,0,0,0,0), +(90,30310,15000,202,300,0,0,0,0,0), +(90,30311,25000,202,325,0,0,0,0,0), +(90,30312,20000,202,320,0,0,0,0,0), +(90,30346,15000,202,310,0,0,0,0,0), +(90,30351,100000,202,275,12656,0,0,50,0), +(90,39971,20000,202,335,0,0,0,0,0), +(90,40274,50000,202,350,0,0,0,0,0), +(90,41307,50000,202,375,0,0,0,0,0), +(90,41312,50000,202,350,0,0,0,0,0), +(90,44155,50000,202,300,0,0,0,60,0), +(90,63750,5000,202,250,0,0,0,0,0), +(91,3922,115,202,30,0,0,0,0,0), +(91,3923,130,202,30,0,0,0,0,0), +(91,3924,150,202,50,0,0,0,0,0), +(91,3925,150,202,50,0,0,0,0,0), +(91,3926,225,202,65,0,0,0,0,0), +(91,3929,250,202,75,0,0,0,0,0), +(91,3930,250,202,75,0,0,0,0,0), +(91,3931,250,202,75,0,0,0,0,0), +(91,3932,300,202,85,0,0,0,0,0), +(91,3934,400,202,100,0,0,0,0,0), +(91,3936,420,202,105,0,0,0,0,0), +(91,3937,450,202,105,0,0,0,0,0), +(91,3938,450,202,105,0,0,0,0,0), +(91,3941,500,202,120,0,0,0,0,0), +(91,3942,500,202,125,0,0,0,0,0), +(91,3945,500,202,125,0,0,0,0,0), +(91,3946,500,202,125,0,0,0,0,0), +(91,3947,300,202,125,0,0,0,0,0), +(91,3949,550,202,130,0,0,0,0,0), +(91,3950,600,202,140,0,0,0,0,0), +(91,3953,600,202,145,0,0,0,0,0), +(91,3955,750,202,150,0,0,0,0,0), +(91,3956,450,202,150,0,0,0,0,0), +(91,3958,800,202,160,0,0,0,0,0), +(91,3961,900,202,170,0,0,0,0,0), +(91,3962,1000,202,175,0,0,0,0,0), +(91,3963,1000,202,175,0,0,0,0,0), +(91,3965,1200,202,185,0,0,0,0,0), +(91,3967,1400,202,190,0,0,0,0,0), +(91,3973,300,202,90,0,0,0,0,0), +(91,3977,200,202,60,0,0,0,0,0), +(91,3978,475,202,110,0,0,0,0,0), +(91,4039,10,0,0,0,0,0,5,0), +(91,4040,500,202,50,4036,0,0,10,0), +(91,4041,5000,202,125,4037,0,0,20,0), +(91,6458,400,202,135,0,0,0,0,0), +(91,7430,150,202,50,0,0,0,0,0), +(91,8334,300,202,100,0,0,0,0,0), +(91,9271,500,202,150,0,0,0,0,0), +(91,12584,1000,202,150,0,0,0,0,0), +(91,12585,1000,202,175,0,0,0,0,0), +(91,12586,1000,202,175,0,0,0,0,0), +(91,12589,1300,202,195,0,0,0,0,0), +(91,12590,1000,202,175,0,0,0,0,0), +(91,12591,1500,202,200,0,0,0,0,0), +(91,12594,1600,202,205,0,0,0,0,0), +(91,12595,1600,202,205,0,0,0,0,0), +(91,12596,1700,202,210,0,0,0,0,0), +(91,12599,1800,202,215,0,0,0,0,0), +(91,12603,1800,202,215,0,0,0,0,0), +(91,12615,2500,202,225,0,0,0,0,0), +(91,12618,2200,202,230,0,0,0,0,0), +(91,12619,2400,202,235,0,0,0,0,0), +(91,12621,2800,202,245,0,0,0,0,0), +(91,12622,2800,202,245,0,0,0,0,0), +(91,12657,50000,202,200,4038,0,0,35,0), +(91,15255,1500,202,200,0,0,0,0,0), +(91,19567,4000,202,250,0,0,0,0,0), +(91,19788,4000,202,250,0,0,0,0,0), +(91,19790,10000,202,260,0,0,0,0,0), +(91,19791,5000,202,260,0,0,0,0,0), +(91,19792,10000,202,260,0,0,0,0,0), +(91,19794,20000,202,270,0,0,0,0,0), +(91,19795,10000,202,275,0,0,0,0,0), +(91,19800,10000,202,285,0,0,0,0,0), +(91,19825,20000,202,290,0,0,0,0,0), +(91,23070,5000,202,250,0,0,0,0,0), +(91,23071,5000,202,260,0,0,0,0,0), +(91,30303,10000,202,300,0,0,0,0,0), +(91,30304,10000,202,300,0,0,0,0,0), +(91,30305,10000,202,300,0,0,0,0,0), +(91,30306,20000,202,325,0,0,0,0,0), +(91,30307,50000,202,340,0,0,0,0,0), +(91,30308,50000,202,340,0,0,0,0,0), +(91,30309,50000,202,340,0,0,0,0,0), +(91,30310,15000,202,300,0,0,0,0,0), +(91,30311,25000,202,325,0,0,0,0,0), +(91,30312,20000,202,320,0,0,0,0,0), +(91,30346,15000,202,310,0,0,0,0,0), +(91,30351,100000,202,275,12656,0,0,50,0), +(91,39971,20000,202,335,0,0,0,0,0), +(91,41307,50000,202,375,0,0,0,0,0), +(91,44155,50000,202,300,0,0,0,60,0), +(91,63750,5000,202,250,0,0,0,0,0), +(92,3922,115,202,30,0,0,0,0,0), +(92,3923,130,202,30,0,0,0,0,0), +(92,3924,150,202,50,0,0,0,0,0), +(92,3925,150,202,50,0,0,0,0,0), +(92,3926,225,202,65,0,0,0,0,0), +(92,3929,250,202,75,0,0,0,0,0), +(92,3930,250,202,75,0,0,0,0,0), +(92,3931,250,202,75,0,0,0,0,0), +(92,3932,300,202,85,0,0,0,0,0), +(92,3934,400,202,100,0,0,0,0,0), +(92,3936,420,202,105,0,0,0,0,0), +(92,3937,450,202,105,0,0,0,0,0), +(92,3938,450,202,105,0,0,0,0,0), +(92,3941,500,202,120,0,0,0,0,0), +(92,3942,500,202,125,0,0,0,0,0), +(92,3945,500,202,125,0,0,0,0,0), +(92,3946,500,202,125,0,0,0,0,0), +(92,3947,300,202,125,0,0,0,0,0), +(92,3949,550,202,130,0,0,0,0,0), +(92,3950,600,202,140,0,0,0,0,0), +(92,3953,600,202,145,0,0,0,0,0), +(92,3955,750,202,150,0,0,0,0,0), +(92,3956,450,202,150,0,0,0,0,0), +(92,3958,800,202,160,0,0,0,0,0), +(92,3961,900,202,170,0,0,0,0,0), +(92,3962,1000,202,175,0,0,0,0,0), +(92,3963,1000,202,175,0,0,0,0,0), +(92,3965,1200,202,185,0,0,0,0,0), +(92,3967,1400,202,190,0,0,0,0,0), +(92,3973,300,202,90,0,0,0,0,0), +(92,3977,200,202,60,0,0,0,0,0), +(92,3978,475,202,110,0,0,0,0,0), +(92,4039,10,0,0,0,0,0,5,0), +(92,4040,500,202,50,4036,0,0,10,0), +(92,4041,5000,202,125,4037,0,0,20,0), +(92,6458,400,202,135,0,0,0,0,0), +(92,7430,150,202,50,0,0,0,0,0), +(92,8334,300,202,100,0,0,0,0,0), +(92,9271,500,202,150,0,0,0,0,0), +(92,12584,1000,202,150,0,0,0,0,0), +(92,12585,1000,202,175,0,0,0,0,0), +(92,12586,1000,202,175,0,0,0,0,0), +(92,12589,1300,202,195,0,0,0,0,0), +(92,12590,1000,202,175,0,0,0,0,0), +(92,12591,1500,202,200,0,0,0,0,0), +(92,12594,1600,202,205,0,0,0,0,0), +(92,12595,1600,202,205,0,0,0,0,0), +(92,12596,1700,202,210,0,0,0,0,0), +(92,12599,1800,202,215,0,0,0,0,0), +(92,12603,1800,202,215,0,0,0,0,0), +(92,12615,2500,202,225,0,0,0,0,0), +(92,12618,2200,202,230,0,0,0,0,0), +(92,12619,2400,202,235,0,0,0,0,0), +(92,12621,2800,202,245,0,0,0,0,0), +(92,12622,2800,202,245,0,0,0,0,0), +(92,12657,50000,202,200,4038,0,0,35,0), +(92,15255,1500,202,200,0,0,0,0,0), +(92,19567,4000,202,250,0,0,0,0,0), +(92,19788,4000,202,250,0,0,0,0,0), +(92,19790,10000,202,260,0,0,0,0,0), +(92,19791,5000,202,260,0,0,0,0,0), +(92,19792,10000,202,260,0,0,0,0,0), +(92,19794,20000,202,270,0,0,0,0,0), +(92,19795,10000,202,275,0,0,0,0,0), +(92,19800,10000,202,285,0,0,0,0,0), +(92,19825,20000,202,290,0,0,0,0,0), +(92,23070,5000,202,250,0,0,0,0,0), +(92,23071,5000,202,260,0,0,0,0,0), +(92,63750,5000,202,250,0,0,0,0,0), +(93,4094,500,185,175,0,0,0,25,0), +(94,7414,10,0,0,0,0,0,5,0), +(94,7415,500,333,50,7411,0,0,10,0), +(94,7416,5000,333,125,7412,0,0,20,0), +(94,7420,50,333,15,0,0,0,0,0), +(94,7426,100,333,40,0,0,0,0,0), +(94,7428,100,333,20,0,0,0,0,0), +(94,7454,100,333,45,0,0,0,0,0), +(94,7457,250,333,50,0,0,0,0,0), +(94,7745,500,333,100,0,0,0,0,0), +(94,7748,250,333,60,0,0,0,0,0), +(94,7771,200,333,70,0,0,0,0,0), +(94,7779,400,333,80,0,0,0,0,0), +(94,7788,500,333,90,0,0,0,0,0), +(94,7795,1000,333,100,0,0,0,0,0), +(94,7857,1000,333,120,0,0,0,0,0), +(94,7861,1250,333,125,0,0,0,0,0), +(94,7863,1400,333,125,0,0,0,0,0), +(94,13378,600,333,105,0,0,0,0,0), +(94,13421,800,333,115,0,0,0,0,0), +(94,13485,1500,333,130,0,0,0,0,0), +(94,13501,1500,333,130,0,0,0,0,0), +(94,13503,2000,333,140,0,0,0,0,0), +(94,13529,2400,333,145,0,0,0,0,0), +(94,13538,2500,333,140,0,0,0,0,0), +(94,13607,2400,333,145,0,0,0,0,0), +(94,13622,2500,333,150,0,0,0,0,0), +(94,13626,2500,333,150,0,0,0,0,0), +(94,13628,2500,333,150,0,0,0,0,0), +(94,13631,2600,333,155,0,0,0,0,0), +(94,13635,2600,333,155,0,0,0,0,0), +(94,13637,2800,333,160,0,0,0,0,0), +(94,13640,2700,333,160,0,0,0,0,0), +(94,13642,2800,333,165,0,0,0,0,0), +(94,13644,2800,333,170,0,0,0,0,0), +(94,13648,2800,333,170,0,0,0,0,0), +(94,13657,3000,333,175,0,0,0,0,0), +(94,13659,3200,333,180,0,0,0,0,0), +(94,13661,3600,333,180,0,0,0,0,0), +(94,13663,3800,333,185,0,0,0,0,0), +(94,13693,4000,333,195,0,0,0,0,0), +(94,13695,4000,333,200,0,0,0,0,0), +(94,13700,4000,333,200,0,0,0,0,0), +(94,13702,4000,333,200,0,0,0,0,0), +(94,13746,4200,333,205,0,0,0,0,0), +(94,13794,4200,333,205,0,0,0,0,0), +(94,13815,4400,333,210,0,0,0,0,0), +(94,13822,4400,333,210,0,0,0,0,0), +(94,13836,4600,333,215,0,0,0,0,0), +(94,13858,4800,333,220,0,0,0,0,0), +(94,13887,5000,333,225,0,0,0,0,0), +(94,13890,5000,333,225,0,0,0,0,0), +(94,13905,5400,333,230,0,0,0,0,0), +(94,13917,5400,333,230,0,0,0,0,0), +(94,13921,50000,333,200,7413,0,0,35,0), +(94,13935,5800,333,235,0,0,0,0,0), +(94,13937,6200,333,240,0,0,0,0,0), +(94,13939,6200,333,240,0,0,0,0,0), +(94,13941,6200,333,245,0,0,0,0,0), +(94,13943,6200,333,245,0,0,0,0,0), +(94,13948,6500,333,250,0,0,0,0,0), +(94,14293,50,333,10,0,0,0,0,0), +(94,14807,200,333,70,0,0,0,0,0), +(94,14809,2600,333,155,0,0,0,0,0), +(94,14810,3000,333,175,0,0,0,0,0), +(94,17180,10000,333,250,0,0,0,0,0), +(94,17181,10000,333,250,0,0,0,0,0), +(94,20008,10000,333,255,0,0,0,0,0), +(94,20012,10000,333,270,0,0,0,0,0), +(94,20013,20000,333,295,0,0,0,0,0), +(94,20014,10000,333,265,0,0,0,0,0), +(94,20016,15000,333,280,0,0,0,0,0), +(94,20023,20000,333,295,0,0,0,0,0), +(94,20028,15000,333,290,0,0,0,0,0), +(94,27899,15000,333,305,0,0,0,0,0), +(94,27905,15000,333,315,0,0,0,0,0), +(94,27944,15000,333,310,0,0,0,0,0), +(94,27957,17500,333,315,0,0,0,0,0), +(94,27958,50000,333,350,0,0,0,60,0), +(94,27961,15000,333,310,0,0,0,0,0), +(94,28027,40000,333,325,0,0,0,0,0), +(94,28028,80000,333,350,0,0,0,0,0), +(94,28030,100000,333,275,13920,0,0,50,0), +(94,32664,10000,333,300,0,0,0,0,0), +(94,32667,50000,333,375,0,0,0,35,0), +(94,33990,20000,333,320,0,0,0,0,0), +(94,33991,12500,333,300,0,0,0,0,0), +(94,33993,15000,333,305,0,0,0,0,0), +(94,33995,25000,333,340,0,0,0,0,0), +(94,33996,15000,333,310,0,0,0,0,0), +(94,34001,15000,333,305,0,0,0,0,0), +(94,34002,15000,333,300,0,0,0,0,0), +(94,34004,15000,333,310,0,0,0,0,0), +(94,42613,1000,333,300,0,0,0,0,0), +(94,42615,40000,333,335,0,0,0,0,0), +(94,44383,30000,333,330,0,0,0,0,0), +(94,44484,150000,333,405,0,0,0,60,0), +(94,44488,150000,333,410,0,0,0,60,0), +(94,44489,150000,333,420,0,0,0,60,0), +(94,44492,100000,333,395,0,0,0,60,0), +(94,44500,100000,333,395,0,0,0,60,0), +(94,44506,50000,333,375,0,0,0,60,0), +(94,44508,150000,333,410,0,0,0,60,0), +(94,44509,150000,333,420,0,0,0,60,0), +(94,44510,150000,333,410,0,0,0,60,0), +(94,44513,100000,333,395,0,0,0,60,0), +(94,44528,90000,333,385,0,0,0,60,0), +(94,44529,150000,333,415,0,0,0,60,0), +(94,44555,50000,333,375,0,0,0,60,0), +(94,44582,100000,333,395,0,0,0,60,0), +(94,44584,150000,333,405,0,0,0,60,0), +(94,44589,150000,333,415,0,0,0,60,0), +(94,44592,50000,333,360,0,0,0,60,0), +(94,44593,150000,333,420,0,0,0,60,0), +(94,44598,150000,333,415,0,0,0,60,0), +(94,44616,100000,333,400,0,0,0,60,0), +(94,44623,50000,333,370,0,0,0,60,0), +(94,44629,100000,333,395,0,0,0,60,0), +(94,44630,80000,333,390,0,0,0,60,0), +(94,44633,150000,333,410,0,0,0,60,0), +(94,44635,100000,333,395,0,0,0,60,0), +(94,44636,100000,333,400,0,0,0,60,0), +(94,44645,100000,333,400,0,0,0,60,0), +(94,47766,100000,333,400,0,0,0,60,0), +(94,47900,150000,333,425,0,0,0,60,0), +(94,51312,350000,333,350,28029,0,0,65,0), +(94,59636,100000,333,400,0,0,0,60,0), +(94,60606,50000,333,375,0,0,0,60,0), +(94,60609,50000,333,350,0,0,0,60,0), +(94,60616,50000,333,360,0,0,0,60,0), +(94,60619,150000,333,425,0,0,0,0,0), +(94,60621,80000,333,380,0,0,0,60,0), +(94,60623,90000,333,385,0,0,0,60,0), +(94,60653,100000,333,395,0,0,0,60,0), +(94,60663,150000,333,420,0,0,0,60,0), +(94,60668,150000,333,425,0,0,0,60,0), +(94,62959,90000,333,385,0,0,0,60,0), +(94,63746,5000,333,225,0,0,0,0,0), +(94,69412,150000,333,445,0,0,0,60,0), +(95,7414,10,0,0,0,0,0,5,0), +(95,7415,500,333,50,7411,0,0,10,0), +(95,7416,5000,333,125,7412,0,0,20,0), +(95,7420,50,333,15,0,0,0,0,0), +(95,7426,100,333,40,0,0,0,0,0), +(95,7428,100,333,20,0,0,0,0,0), +(95,7454,100,333,45,0,0,0,0,0), +(95,7457,250,333,50,0,0,0,0,0), +(95,7745,500,333,100,0,0,0,0,0), +(95,7748,250,333,60,0,0,0,0,0), +(95,7771,200,333,70,0,0,0,0,0), +(95,7779,400,333,80,0,0,0,0,0), +(95,7788,500,333,90,0,0,0,0,0), +(95,7795,1000,333,100,0,0,0,0,0), +(95,7857,1000,333,120,0,0,0,0,0), +(95,7861,1250,333,125,0,0,0,0,0), +(95,7863,1400,333,125,0,0,0,0,0), +(95,13378,600,333,105,0,0,0,0,0), +(95,13421,800,333,115,0,0,0,0,0), +(95,13485,1500,333,130,0,0,0,0,0), +(95,13501,1500,333,130,0,0,0,0,0), +(95,13503,2000,333,140,0,0,0,0,0), +(95,13529,2400,333,145,0,0,0,0,0), +(95,13538,2500,333,140,0,0,0,0,0), +(95,13607,2400,333,145,0,0,0,0,0), +(95,13622,2500,333,150,0,0,0,0,0), +(95,13626,2500,333,150,0,0,0,0,0), +(95,13628,2500,333,150,0,0,0,0,0), +(95,13631,2600,333,155,0,0,0,0,0), +(95,13635,2600,333,155,0,0,0,0,0), +(95,13637,2800,333,160,0,0,0,0,0), +(95,13640,2700,333,160,0,0,0,0,0), +(95,13642,2800,333,165,0,0,0,0,0), +(95,13644,2800,333,170,0,0,0,0,0), +(95,13648,2800,333,170,0,0,0,0,0), +(95,13657,3000,333,175,0,0,0,0,0), +(95,13659,3200,333,180,0,0,0,0,0), +(95,13661,3600,333,180,0,0,0,0,0), +(95,13663,3800,333,185,0,0,0,0,0), +(95,13693,4000,333,195,0,0,0,0,0), +(95,13695,4000,333,200,0,0,0,0,0), +(95,13700,4000,333,200,0,0,0,0,0), +(95,13702,4000,333,200,0,0,0,0,0), +(95,13746,4200,333,205,0,0,0,0,0), +(95,13794,4200,333,205,0,0,0,0,0), +(95,13815,4400,333,210,0,0,0,0,0), +(95,13822,4400,333,210,0,0,0,0,0), +(95,13836,4600,333,215,0,0,0,0,0), +(95,13858,4800,333,220,0,0,0,0,0), +(95,13887,5000,333,225,0,0,0,0,0), +(95,13890,5000,333,225,0,0,0,0,0), +(95,13905,5400,333,230,0,0,0,0,0), +(95,13917,5400,333,230,0,0,0,0,0), +(95,13921,50000,333,200,7413,0,0,35,0), +(95,13935,5800,333,235,0,0,0,0,0), +(95,13937,6200,333,240,0,0,0,0,0), +(95,13939,6200,333,240,0,0,0,0,0), +(95,13941,6200,333,245,0,0,0,0,0), +(95,13943,6200,333,245,0,0,0,0,0), +(95,13948,6500,333,250,0,0,0,0,0), +(95,14293,50,333,10,0,0,0,0,0), +(95,14807,200,333,70,0,0,0,0,0), +(95,14809,2600,333,155,0,0,0,0,0), +(95,14810,3000,333,175,0,0,0,0,0), +(95,17180,10000,333,250,0,0,0,0,0), +(95,17181,10000,333,250,0,0,0,0,0), +(95,20008,10000,333,255,0,0,0,0,0), +(95,20012,10000,333,270,0,0,0,0,0), +(95,20013,20000,333,295,0,0,0,0,0), +(95,20014,10000,333,265,0,0,0,0,0), +(95,20016,15000,333,280,0,0,0,0,0), +(95,20023,20000,333,295,0,0,0,0,0), +(95,20028,15000,333,290,0,0,0,0,0), +(95,27899,15000,333,305,0,0,0,0,0), +(95,27905,15000,333,315,0,0,0,0,0), +(95,27944,15000,333,310,0,0,0,0,0), +(95,27957,17500,333,315,0,0,0,0,0), +(95,27961,15000,333,310,0,0,0,0,0), +(95,28027,40000,333,325,0,0,0,0,0), +(95,28028,80000,333,350,0,0,0,0,0), +(95,28030,100000,333,275,13920,0,0,50,0), +(95,32664,10000,333,300,0,0,0,0,0), +(95,33990,20000,333,320,0,0,0,0,0), +(95,33991,12500,333,300,0,0,0,0,0), +(95,33993,15000,333,305,0,0,0,0,0), +(95,33995,25000,333,340,0,0,0,0,0), +(95,33996,15000,333,310,0,0,0,0,0), +(95,34001,15000,333,305,0,0,0,0,0), +(95,34002,15000,333,300,0,0,0,0,0), +(95,34004,15000,333,310,0,0,0,0,0), +(95,42613,1000,333,300,0,0,0,0,0), +(95,42615,40000,333,335,0,0,0,0,0), +(95,44383,30000,333,330,0,0,0,0,0), +(95,63746,5000,333,225,0,0,0,0,0), +(96,7414,10,0,0,0,0,0,5,0), +(96,7415,500,333,50,7411,0,0,10,0), +(96,7416,5000,333,125,7412,0,0,20,0), +(96,7420,50,333,15,0,0,0,0,0), +(96,7426,100,333,40,0,0,0,0,0), +(96,7428,100,333,20,0,0,0,0,0), +(96,7454,100,333,45,0,0,0,0,0), +(96,7457,250,333,50,0,0,0,0,0), +(96,7745,500,333,100,0,0,0,0,0), +(96,7748,250,333,60,0,0,0,0,0), +(96,7771,200,333,70,0,0,0,0,0), +(96,7779,400,333,80,0,0,0,0,0), +(96,7788,500,333,90,0,0,0,0,0), +(96,7795,1000,333,100,0,0,0,0,0), +(96,7857,1000,333,120,0,0,0,0,0), +(96,7861,1250,333,125,0,0,0,0,0), +(96,7863,1400,333,125,0,0,0,0,0), +(96,13378,600,333,105,0,0,0,0,0), +(96,13421,800,333,115,0,0,0,0,0), +(96,13485,1500,333,130,0,0,0,0,0), +(96,13501,1500,333,130,0,0,0,0,0), +(96,13503,2000,333,140,0,0,0,0,0), +(96,13529,2400,333,145,0,0,0,0,0), +(96,13538,2500,333,140,0,0,0,0,0), +(96,13607,2400,333,145,0,0,0,0,0), +(96,13622,2500,333,150,0,0,0,0,0), +(96,13626,2500,333,150,0,0,0,0,0), +(96,13628,2500,333,150,0,0,0,0,0), +(96,13631,2600,333,155,0,0,0,0,0), +(96,13635,2600,333,155,0,0,0,0,0), +(96,13637,2800,333,160,0,0,0,0,0), +(96,13640,2700,333,160,0,0,0,0,0), +(96,13642,2800,333,165,0,0,0,0,0), +(96,13644,2800,333,170,0,0,0,0,0), +(96,13648,2800,333,170,0,0,0,0,0), +(96,13657,3000,333,175,0,0,0,0,0), +(96,13659,3200,333,180,0,0,0,0,0), +(96,13661,3600,333,180,0,0,0,0,0), +(96,13663,3800,333,185,0,0,0,0,0), +(96,13693,4000,333,195,0,0,0,0,0), +(96,13695,4000,333,200,0,0,0,0,0), +(96,13700,4000,333,200,0,0,0,0,0), +(96,13702,4000,333,200,0,0,0,0,0), +(96,13746,4200,333,205,0,0,0,0,0), +(96,13794,4200,333,205,0,0,0,0,0), +(96,13815,4400,333,210,0,0,0,0,0), +(96,13822,4400,333,210,0,0,0,0,0), +(96,13836,4600,333,215,0,0,0,0,0), +(96,13858,4800,333,220,0,0,0,0,0), +(96,13887,5000,333,225,0,0,0,0,0), +(96,13890,5000,333,225,0,0,0,0,0), +(96,13905,5400,333,230,0,0,0,0,0), +(96,13917,5400,333,230,0,0,0,0,0), +(96,13921,50000,333,200,7413,0,0,35,0), +(96,13935,5800,333,235,0,0,0,0,0), +(96,13937,6200,333,240,0,0,0,0,0), +(96,13939,6200,333,240,0,0,0,0,0), +(96,13941,6200,333,245,0,0,0,0,0), +(96,13943,6200,333,245,0,0,0,0,0), +(96,13948,6500,333,250,0,0,0,0,0), +(96,14293,50,333,10,0,0,0,0,0), +(96,14807,200,333,70,0,0,0,0,0), +(96,14809,2600,333,155,0,0,0,0,0), +(96,14810,3000,333,175,0,0,0,0,0), +(96,17180,10000,333,250,0,0,0,0,0), +(96,17181,10000,333,250,0,0,0,0,0), +(96,20008,10000,333,255,0,0,0,0,0), +(96,20012,10000,333,270,0,0,0,0,0), +(96,20013,20000,333,295,0,0,0,0,0), +(96,20014,10000,333,265,0,0,0,0,0), +(96,20016,15000,333,280,0,0,0,0,0), +(96,20023,20000,333,295,0,0,0,0,0), +(96,20028,15000,333,290,0,0,0,0,0), +(96,63746,5000,333,225,0,0,0,0,0), +(97,7733,100,0,0,0,0,0,5,0), +(97,7734,500,356,50,7620,0,0,10,0), +(97,18249,25000,356,200,7732,0,0,10,0), +(97,51293,350000,356,350,33095,0,0,10,0), +(97,54083,10000,356,125,7731,0,0,10,0), +(97,54084,100000,356,275,18248,0,0,10,0), +(98,7733,100,0,0,0,0,0,5,0), +(98,7734,500,356,50,7620,0,0,10,0), +(98,18249,25000,356,200,7732,0,0,10,0), +(98,54083,10000,356,125,7731,0,0,10,0), +(99,7733,100,0,0,0,0,0,5,0), +(99,7734,500,356,50,7620,0,0,10,0), +(99,18249,25000,356,200,7732,0,0,10,0), +(99,54083,10000,356,125,7731,0,0,10,0), +(99,54084,100000,356,275,18248,0,0,10,0), +(100,8615,10,0,0,0,0,0,0,0), +(100,8619,500,393,50,8613,0,0,0,0), +(100,8620,5000,393,125,8617,0,0,10,0), +(100,10769,50000,393,200,8618,0,0,25,0), +(101,8615,10,0,0,0,0,0,0,0), +(101,8619,500,393,50,8613,0,0,0,0), +(101,8620,5000,393,125,8617,0,0,10,0), +(101,10769,50000,393,200,8618,0,0,25,0), +(101,32679,100000,393,275,10768,0,0,40,0), +(102,8615,10,0,0,0,0,0,0,0), +(102,8619,500,393,50,8613,0,0,0,0), +(102,8620,5000,393,125,8617,0,0,10,0), +(102,10769,50000,393,200,8618,0,0,25,0), +(102,32679,100000,393,275,10768,0,0,40,0), +(102,50307,350000,393,350,32678,0,0,55,0), +(103,8895,2200,202,225,0,0,0,0,0), +(103,12715,1500,202,205,0,0,0,0,0), +(103,12717,1500,202,205,0,0,0,0,0), +(103,12718,1500,202,205,0,0,0,0,0), +(103,12754,2250,202,235,0,0,0,0,0), +(103,12755,2400,202,230,0,0,0,0,0), +(103,12758,2600,202,245,0,0,0,0,0), +(103,12760,1500,202,205,0,0,0,0,0), +(103,12908,2800,202,240,0,0,0,0,0), +(103,30558,25000,202,325,0,0,0,65,0), +(103,30560,35000,202,340,0,0,0,0,0), +(103,30563,50000,202,350,0,0,0,70,0), +(103,30565,100000,202,375,0,0,0,70,0), +(103,30566,100000,202,375,0,0,0,70,0), +(103,56514,150000,202,425,0,0,0,70,0), +(104,9954,10000,164,225,0,0,0,0,0), +(104,9974,10000,164,245,0,0,0,0,0), +(104,34529,100000,164,350,0,0,0,0,0), +(104,34530,250000,164,375,0,0,0,0,0), +(104,34533,100000,164,350,0,0,0,0,0), +(104,34534,250000,164,375,0,0,0,0,0), +(104,36122,10000,164,260,0,0,0,0,0), +(104,36124,10000,164,260,0,0,0,0,0), +(104,36129,40000,164,330,0,0,0,0,0), +(104,36130,40000,164,330,0,0,0,0,0), +(104,36256,500000,164,375,0,0,0,0,0), +(104,36257,500000,164,375,0,0,0,0,0), +(104,55186,50000,164,415,0,0,0,0,0), +(104,55187,50000,164,415,0,0,0,0,0), +(105,10619,10000,165,225,0,0,0,0,0), +(105,10650,10000,165,255,0,0,0,0,0), +(105,24654,50000,165,300,0,0,0,0,0), +(105,24655,30000,165,280,0,0,0,0,0), +(105,35575,100000,165,375,0,0,0,0,0), +(105,35576,100000,165,375,0,0,0,0,0), +(105,35577,100000,165,375,0,0,0,0,0), +(105,35580,100000,165,375,0,0,0,0,0), +(105,35582,100000,165,375,0,0,0,0,0), +(105,35584,100000,165,375,0,0,0,0,0), +(105,36076,10000,165,260,0,0,0,0,0), +(105,36079,40000,165,330,0,0,0,0,0), +(106,10621,10000,165,225,0,0,0,0,0), +(106,10647,10000,165,250,0,0,0,0,0), +(106,35585,100000,165,375,0,0,0,0,0), +(106,35587,100000,165,375,0,0,0,0,0), +(106,35588,100000,165,375,0,0,0,0,0), +(106,36075,10000,165,260,0,0,0,0,0), +(106,36078,20000,165,330,0,0,0,0,0), +(107,10630,10000,165,230,0,0,0,0,0), +(107,10632,10000,165,250,0,0,0,0,0), +(107,35589,100000,165,375,0,0,0,0,0), +(107,35590,100000,165,375,0,0,0,0,0), +(107,35591,100000,165,375,0,0,0,0,0), +(107,36074,10000,165,260,0,0,0,0,0), +(107,36077,20000,165,330,0,0,0,0,0), +(108,12052,5000,197,210,0,0,0,0,0), +(108,12055,5500,197,215,0,0,0,0,0), +(108,12071,6000,197,225,0,0,0,0,0), +(108,12076,6500,197,235,0,0,0,0,0), +(108,12082,7000,197,240,0,0,0,0,0), +(109,12759,2800,202,240,0,0,0,0,0), +(109,12895,1500,202,200,0,0,0,0,0), +(109,12897,1500,202,210,0,0,0,0,0), +(109,12899,1500,202,205,0,0,0,0,0), +(109,12902,1800,202,210,0,0,0,0,0), +(109,12903,2000,202,215,0,0,0,0,0), +(109,12905,2200,202,225,0,0,0,0,0), +(109,12906,2400,202,230,0,0,0,0,0), +(109,12907,2600,202,235,0,0,0,0,0), +(109,30568,25000,202,325,0,0,0,0,0), +(109,30569,35000,202,340,0,0,0,0,0), +(109,30570,50000,202,350,0,0,0,0,0), +(109,30574,100000,202,375,0,0,0,0,0), +(109,30575,100000,202,375,0,0,0,0,0), +(109,56473,150000,202,425,0,0,0,0,0), +(110,22968,1000,186,300,0,0,0,60,0), +(111,25245,10,0,0,0,0,0,5,0), +(111,25246,500,755,50,25229,0,0,10,0), +(111,25278,200,755,50,0,0,0,0,0), +(111,25280,200,755,50,0,0,0,0,0), +(111,25283,100,755,30,0,0,0,0,0), +(111,25284,400,755,60,0,0,0,0,0), +(111,25287,400,755,70,0,0,0,0,0), +(111,25305,1000,755,90,0,0,0,0,0), +(111,25317,600,755,80,0,0,0,0,0), +(111,25318,800,755,100,0,0,0,0,0), +(111,25321,1500,755,120,0,0,0,0,0), +(111,25490,300,755,50,0,0,0,0,0), +(111,25498,600,755,110,0,0,0,0,0), +(111,25613,1200,755,135,0,0,0,0,0), +(111,25615,1500,755,150,0,0,0,0,0), +(111,25620,2000,755,170,0,0,0,0,0), +(111,25621,2000,755,180,0,0,0,0,0), +(111,26872,2500,755,200,0,0,0,0,0), +(111,26874,5000,755,210,0,0,0,0,0), +(111,26876,3000,755,220,0,0,0,0,0), +(111,26880,3500,755,225,0,0,0,0,0), +(111,26883,4000,755,235,0,0,0,0,0), +(111,26885,5000,755,240,0,0,0,0,0), +(111,26902,10000,755,260,0,0,0,0,0), +(111,26903,10000,755,275,0,0,0,0,0), +(111,26907,10000,755,280,0,0,0,0,0), +(111,26908,12000,755,280,0,0,0,0,0), +(111,26911,15000,755,290,0,0,0,0,0), +(111,26916,20000,755,310,0,0,0,0,0), +(111,26926,50,755,5,0,0,0,0,0), +(111,26927,300,755,50,0,0,0,0,0), +(111,26928,100,755,30,0,0,0,0,0), +(111,28896,5000,755,125,25230,0,0,20,0), +(111,28899,50000,755,200,28894,0,0,35,0), +(111,28901,100000,755,275,28895,0,0,50,0), +(111,28903,10000,755,300,0,0,0,0,0), +(111,28905,10000,755,305,0,0,0,0,0), +(111,28910,10000,755,300,0,0,0,0,0), +(111,28914,10000,755,315,0,0,0,0,0), +(111,28916,10000,755,300,0,0,0,0,0), +(111,28917,10000,755,305,0,0,0,0,0), +(111,28925,10000,755,300,0,0,0,0,0), +(111,28936,10000,755,325,0,0,0,0,0), +(111,28938,10000,755,300,0,0,0,0,0), +(111,28948,10000,755,325,0,0,0,0,0), +(111,28950,10000,755,300,0,0,0,0,0), +(111,28953,10000,755,305,0,0,0,0,0), +(111,31048,20000,755,310,0,0,0,0,0), +(111,31049,20000,755,310,0,0,0,0,0), +(111,31050,25000,755,320,0,0,0,0,0), +(111,31051,30000,755,335,0,0,0,0,0), +(111,31052,30000,755,335,0,0,0,0,0), +(111,31252,100,755,20,0,0,0,5,0), +(111,32178,100,755,20,0,0,0,0,0), +(111,32179,100,755,20,0,0,0,0,0), +(111,32801,200,755,50,0,0,0,0,0), +(111,32807,600,755,110,0,0,0,0,0), +(111,32808,2000,755,175,0,0,0,0,0), +(111,32809,3500,755,225,0,0,0,0,0), +(111,34069,10000,755,325,0,0,0,0,0), +(111,34590,10000,755,305,0,0,0,0,0), +(111,34955,2500,755,180,0,0,0,0,0), +(111,34959,3000,755,200,0,0,0,0,0), +(111,34960,10000,755,280,0,0,0,0,0), +(111,34961,10000,755,290,0,0,0,0,0), +(111,36523,600,755,75,0,0,0,0,0), +(111,36524,800,755,105,0,0,0,0,0), +(111,36525,4000,755,230,0,0,0,0,0), +(111,36526,10000,755,265,0,0,0,0,0), +(111,37818,500,755,65,0,0,0,0,0), +(111,38068,20000,755,325,0,0,0,0,0), +(111,38175,650,755,80,0,0,0,0,0), +(111,40514,8500,755,340,0,0,0,0,0), +(111,41414,10000,755,325,0,0,0,0,0), +(111,41415,10000,755,330,0,0,0,0,0), +(111,41418,30000,755,365,0,0,0,0,0), +(111,41420,8500,755,325,0,0,0,0,0), +(111,41429,10000,755,350,0,0,0,0,0), +(111,47280,30000,755,350,0,0,0,0,0), +(111,51310,350000,755,350,28897,0,0,60,0), +(111,53831,10000,755,350,0,0,0,0,0), +(111,53832,10000,755,350,0,0,0,0,0), +(111,53834,10000,755,350,0,0,0,0,0), +(111,53835,10000,755,350,0,0,0,0,0), +(111,53843,10000,755,360,0,0,0,0,0), +(111,53844,10000,755,350,0,0,0,0,0), +(111,53845,10000,755,350,0,0,0,0,0), +(111,53852,10000,755,350,0,0,0,0,0), +(111,53853,10000,755,350,0,0,0,0,0), +(111,53854,10000,755,350,0,0,0,0,0), +(111,53855,10000,755,350,0,0,0,0,0), +(111,53856,10000,755,350,0,0,0,0,0), +(111,53859,10000,755,350,0,0,0,0,0), +(111,53860,10000,755,350,0,0,0,0,0), +(111,53861,10000,755,350,0,0,0,0,0), +(111,53862,10000,755,350,0,0,0,0,0), +(111,53863,10000,755,350,0,0,0,0,0), +(111,53864,10000,755,350,0,0,0,0,0), +(111,53866,10000,755,350,0,0,0,0,0), +(111,53867,10000,755,350,0,0,0,0,0), +(111,53868,10000,755,360,0,0,0,0,0), +(111,53870,10000,755,350,0,0,0,0,0), +(111,53871,10000,755,350,0,0,0,0,0), +(111,53872,10000,755,350,0,0,0,0,0), +(111,53873,10000,755,350,0,0,0,0,0), +(111,53874,10000,755,350,0,0,0,0,0), +(111,53876,10000,755,350,0,0,0,0,0), +(111,53878,10000,755,350,0,0,0,0,0), +(111,53880,10000,755,350,0,0,0,0,0), +(111,53881,10000,755,350,0,0,0,0,0), +(111,53882,10000,755,350,0,0,0,0,0), +(111,53883,10000,755,350,0,0,0,0,0), +(111,53886,10000,755,350,0,0,0,0,0), +(111,53887,10000,755,350,0,0,0,0,0), +(111,53889,10000,755,350,0,0,0,0,0), +(111,53890,10000,755,350,0,0,0,0,0), +(111,53891,10000,755,360,0,0,0,0,0), +(111,53892,10000,755,350,0,0,0,0,0), +(111,53893,10000,755,350,0,0,0,0,0), +(111,53894,10000,755,350,0,0,0,0,0), +(111,53916,10000,755,350,0,0,0,0,0), +(111,53918,10000,755,350,0,0,0,0,0), +(111,53920,10000,755,350,0,0,0,0,0), +(111,53922,10000,755,350,0,0,0,0,0), +(111,53923,10000,755,350,0,0,0,0,0), +(111,53925,10000,755,350,0,0,0,0,0), +(111,53926,10000,755,350,0,0,0,0,0), +(111,53927,10000,755,350,0,0,0,0,0), +(111,53928,10000,755,350,0,0,0,0,0), +(111,53930,10000,755,350,0,0,0,0,0), +(111,53931,10000,755,350,0,0,0,0,0), +(111,53934,10000,755,350,0,0,0,0,0), +(111,53940,10000,755,350,0,0,0,0,0), +(111,53941,10000,755,350,0,0,0,0,0), +(111,53947,100000,755,390,0,0,0,0,0), +(111,53953,100000,755,390,0,0,0,0,0), +(111,53956,100000,755,390,0,0,0,0,0), +(111,53969,100000,755,390,0,0,0,0,0), +(111,53989,100000,755,390,0,0,0,0,0), +(111,54007,100000,755,390,0,0,0,0,0), +(111,54017,10000,755,350,0,0,0,0,0), +(111,55386,120000,755,420,0,0,0,0,0), +(111,55394,120000,755,420,0,0,0,0,0), +(111,55399,120000,755,420,0,0,0,0,0), +(111,55402,120000,755,420,0,0,0,0,0), +(111,56193,30000,755,350,0,0,0,0,0), +(111,56194,30000,755,350,0,0,0,0,0), +(111,56195,120000,755,380,0,0,0,0,0), +(111,56196,80000,755,380,0,0,0,0,0), +(111,56197,100000,755,420,0,0,0,0,0), +(111,56199,150000,755,400,0,0,0,0,0), +(111,56201,150000,755,400,0,0,0,0,0), +(111,56202,150000,755,400,0,0,0,0,0), +(111,56203,150000,755,400,0,0,0,0,0), +(111,56205,10000,755,350,0,0,0,0,0), +(111,56206,20000,755,360,0,0,0,0,0), +(111,56208,20000,755,370,0,0,0,0,0), +(111,56530,20000,755,360,0,0,0,0,0), +(111,56531,100000,755,390,0,0,0,0,0), +(111,58141,30000,755,350,0,0,0,0,0), +(111,58142,30000,755,350,0,0,0,0,0), +(111,58143,30000,755,370,0,0,0,0,0), +(111,58144,30000,755,370,0,0,0,0,0), +(111,58145,50000,755,390,0,0,0,0,0), +(111,58146,50000,755,390,0,0,0,0,0), +(111,59759,150000,755,400,0,0,0,0,0), +(111,62242,150000,755,425,0,0,0,0,0), +(111,62941,10000,755,300,0,0,0,0,0), +(111,63743,3000,755,200,0,0,0,0,0), +(111,64725,100000,755,420,0,0,0,0,0), +(111,64726,100000,755,420,0,0,0,0,0), +(111,64727,100000,755,420,0,0,0,0,0), +(111,64728,100000,755,420,0,0,0,0,0), +(112,25245,10,0,0,0,0,0,5,0), +(112,25246,500,755,50,25229,0,0,10,0), +(112,25278,200,755,50,0,0,0,0,0), +(112,25280,200,755,50,0,0,0,0,0), +(112,25283,100,755,30,0,0,0,0,0), +(112,25284,400,755,60,0,0,0,0,0), +(112,25287,400,755,70,0,0,0,0,0), +(112,25305,1000,755,90,0,0,0,0,0), +(112,25317,600,755,80,0,0,0,0,0), +(112,25318,800,755,100,0,0,0,0,0), +(112,25321,1500,755,120,0,0,0,0,0), +(112,25490,300,755,50,0,0,0,0,0), +(112,25498,600,755,110,0,0,0,0,0), +(112,25613,1200,755,135,0,0,0,0,0), +(112,25615,1500,755,150,0,0,0,0,0), +(112,25620,2000,755,170,0,0,0,0,0), +(112,25621,2000,755,180,0,0,0,0,0), +(112,26872,2500,755,200,0,0,0,0,0), +(112,26874,5000,755,210,0,0,0,0,0), +(112,26876,3000,755,220,0,0,0,0,0), +(112,26880,3500,755,225,0,0,0,0,0), +(112,26883,4000,755,235,0,0,0,0,0), +(112,26885,5000,755,240,0,0,0,0,0), +(112,26902,10000,755,260,0,0,0,0,0), +(112,26903,10000,755,275,0,0,0,0,0), +(112,26907,10000,755,280,0,0,0,0,0), +(112,26908,12000,755,280,0,0,0,0,0), +(112,26911,15000,755,290,0,0,0,0,0), +(112,26916,20000,755,310,0,0,0,0,0), +(112,26926,50,755,5,0,0,0,0,0), +(112,26927,300,755,50,0,0,0,0,0), +(112,26928,100,755,30,0,0,0,0,0), +(112,28896,5000,755,125,25230,0,0,20,0), +(112,28899,50000,755,200,28894,0,0,35,0), +(112,28901,100000,755,275,28895,0,0,50,0), +(112,28903,10000,755,300,0,0,0,0,0), +(112,28905,10000,755,305,0,0,0,0,0), +(112,28910,10000,755,300,0,0,0,0,0), +(112,28914,10000,755,315,0,0,0,0,0), +(112,28916,10000,755,300,0,0,0,0,0), +(112,28917,10000,755,305,0,0,0,0,0), +(112,28925,10000,755,300,0,0,0,0,0), +(112,28936,10000,755,325,0,0,0,0,0), +(112,28938,10000,755,300,0,0,0,0,0), +(112,28948,10000,755,325,0,0,0,0,0), +(112,28950,10000,755,300,0,0,0,0,0), +(112,28953,10000,755,305,0,0,0,0,0), +(112,31048,20000,755,310,0,0,0,0,0), +(112,31049,20000,755,310,0,0,0,0,0), +(112,31050,25000,755,320,0,0,0,0,0), +(112,31051,30000,755,335,0,0,0,0,0), +(112,31052,30000,755,335,0,0,0,0,0), +(112,31252,100,755,20,0,0,0,5,0), +(112,32178,100,755,20,0,0,0,0,0), +(112,32179,100,755,20,0,0,0,0,0), +(112,32801,200,755,50,0,0,0,0,0), +(112,32807,600,755,110,0,0,0,0,0), +(112,32808,2000,755,175,0,0,0,0,0), +(112,32809,3500,755,225,0,0,0,0,0), +(112,34069,10000,755,325,0,0,0,0,0), +(112,34590,10000,755,305,0,0,0,0,0), +(112,34955,2500,755,180,0,0,0,0,0), +(112,34959,3000,755,200,0,0,0,0,0), +(112,34960,10000,755,280,0,0,0,0,0), +(112,34961,10000,755,290,0,0,0,0,0), +(112,36523,600,755,75,0,0,0,0,0), +(112,36524,800,755,105,0,0,0,0,0), +(112,36525,4000,755,230,0,0,0,0,0), +(112,36526,10000,755,265,0,0,0,0,0), +(112,37818,500,755,65,0,0,0,0,0), +(112,38068,20000,755,325,0,0,0,0,0), +(112,38175,650,755,80,0,0,0,0,0), +(112,40514,8500,755,340,0,0,0,0,0), +(112,41414,10000,755,325,0,0,0,0,0), +(112,41415,10000,755,330,0,0,0,0,0), +(112,41418,30000,755,365,0,0,0,0,0), +(112,41420,8500,755,325,0,0,0,0,0), +(112,41429,10000,755,350,0,0,0,0,0), +(112,47280,30000,755,350,0,0,0,0,0), +(112,62941,10000,755,300,0,0,0,0,0), +(112,63743,3000,755,200,0,0,0,0,0), +(113,25245,10,0,0,0,0,0,5,0), +(113,25246,500,755,50,25229,0,0,10,0), +(113,25278,200,755,50,0,0,0,0,0), +(113,25280,200,755,50,0,0,0,0,0), +(113,25283,100,755,30,0,0,0,0,0), +(113,25284,400,755,60,0,0,0,0,0), +(113,25287,400,755,70,0,0,0,0,0), +(113,25305,1000,755,90,0,0,0,0,0), +(113,25317,600,755,80,0,0,0,0,0), +(113,25318,800,755,100,0,0,0,0,0), +(113,25321,1500,755,120,0,0,0,0,0), +(113,25490,300,755,50,0,0,0,0,0), +(113,25498,600,755,110,0,0,0,0,0), +(113,25613,1200,755,135,0,0,0,0,0), +(113,25615,1500,755,150,0,0,0,0,0), +(113,25620,2000,755,170,0,0,0,0,0), +(113,25621,2000,755,180,0,0,0,0,0), +(113,26872,2500,755,200,0,0,0,0,0), +(113,26874,5000,755,210,0,0,0,0,0), +(113,26876,3000,755,220,0,0,0,0,0), +(113,26880,3500,755,225,0,0,0,0,0), +(113,26883,4000,755,235,0,0,0,0,0), +(113,26885,5000,755,240,0,0,0,0,0), +(113,26902,10000,755,260,0,0,0,0,0), +(113,26903,10000,755,275,0,0,0,0,0), +(113,26907,10000,755,280,0,0,0,0,0), +(113,26908,12000,755,280,0,0,0,0,0), +(113,26911,15000,755,290,0,0,0,0,0), +(113,26926,50,755,5,0,0,0,0,0), +(113,26927,300,755,50,0,0,0,0,0), +(113,26928,100,755,30,0,0,0,0,0), +(113,28896,5000,755,125,25230,0,0,20,0), +(113,28899,50000,755,200,28894,0,0,35,0), +(113,31252,100,755,20,0,0,0,5,0), +(113,32178,100,755,20,0,0,0,0,0), +(113,32179,100,755,20,0,0,0,0,0), +(113,32801,200,755,50,0,0,0,0,0), +(113,32807,600,755,110,0,0,0,0,0), +(113,32808,2000,755,175,0,0,0,0,0), +(113,32809,3500,755,225,0,0,0,0,0), +(113,34955,2500,755,180,0,0,0,0,0), +(113,34959,3000,755,200,0,0,0,0,0), +(113,34960,10000,755,280,0,0,0,0,0), +(113,34961,10000,755,290,0,0,0,0,0), +(113,36523,600,755,75,0,0,0,0,0), +(113,36524,800,755,105,0,0,0,0,0), +(113,36525,4000,755,230,0,0,0,0,0), +(113,36526,10000,755,265,0,0,0,0,0), +(113,37818,500,755,65,0,0,0,0,0), +(113,38175,650,755,80,0,0,0,0,0), +(113,63743,3000,755,200,0,0,0,0,0), +(114,27958,50000,333,350,0,0,0,60,0), +(114,32667,50000,333,375,0,0,0,35,0), +(114,44484,150000,333,405,0,0,0,60,0), +(114,44488,150000,333,410,0,0,0,60,0), +(114,44489,150000,333,420,0,0,0,60,0), +(114,44492,100000,333,395,0,0,0,60,0), +(114,44500,100000,333,395,0,0,0,60,0), +(114,44506,50000,333,375,0,0,0,60,0), +(114,44508,150000,333,410,0,0,0,60,0), +(114,44509,150000,333,420,0,0,0,60,0), +(114,44510,150000,333,410,0,0,0,60,0), +(114,44513,100000,333,395,0,0,0,60,0), +(114,44528,90000,333,385,0,0,0,60,0), +(114,44529,150000,333,415,0,0,0,60,0), +(114,44555,50000,333,375,0,0,0,60,0), +(114,44582,100000,333,395,0,0,0,60,0), +(114,44584,150000,333,405,0,0,0,60,0), +(114,44589,150000,333,415,0,0,0,60,0), +(114,44592,50000,333,360,0,0,0,60,0), +(114,44593,150000,333,420,0,0,0,60,0), +(114,44598,150000,333,415,0,0,0,60,0), +(114,44616,100000,333,400,0,0,0,60,0), +(114,44623,50000,333,370,0,0,0,60,0), +(114,44629,100000,333,395,0,0,0,60,0), +(114,44630,80000,333,390,0,0,0,60,0), +(114,44633,150000,333,410,0,0,0,60,0), +(114,44635,100000,333,395,0,0,0,60,0), +(114,44636,100000,333,400,0,0,0,60,0), +(114,44645,100000,333,400,0,0,0,60,0), +(114,47766,100000,333,400,0,0,0,60,0), +(114,47900,150000,333,425,0,0,0,60,0), +(114,51312,350000,333,350,28029,0,0,65,0), +(114,59636,100000,333,400,0,0,0,60,0), +(114,60606,50000,333,375,0,0,0,60,0), +(114,60609,50000,333,350,0,0,0,60,0), +(114,60616,50000,333,360,0,0,0,60,0), +(114,60619,150000,333,425,0,0,0,0,0), +(114,60621,80000,333,380,0,0,0,60,0), +(114,60623,90000,333,385,0,0,0,60,0), +(114,60653,100000,333,395,0,0,0,60,0), +(114,60663,150000,333,420,0,0,0,60,0), +(114,60668,150000,333,425,0,0,0,60,0), +(114,62959,90000,333,385,0,0,0,60,0), +(114,69412,150000,333,445,0,0,0,60,0), +(115,36954,1050,202,350,0,0,0,0,0), +(116,36955,1050,202,350,0,0,0,0,0), +(117,42296,42000,185,320,0,0,0,0,0), +(117,42302,60000,185,350,0,0,0,0,0), +(117,42305,60000,185,350,0,0,0,0,0), +(118,44155,60000,202,300,0,0,0,60,0), +(118,44157,180000,202,375,0,0,0,70,0), +(119,45375,10,0,0,0,0,0,5,0), +(119,45376,950,773,50,45357,0,0,10,0), +(119,45377,4750,773,125,45358,0,0,20,0), +(119,45378,47500,773,200,45359,0,0,35,0), +(119,45379,100000,773,275,45360,0,0,50,0), +(119,45380,350000,773,350,45361,0,0,65,0), +(119,48121,380,773,100,0,0,0,0,0), +(119,48247,475,773,110,0,0,0,0,0), +(119,48248,47,773,35,0,0,0,0,0), +(119,50598,380,773,75,0,0,0,0,0), +(119,50599,712,773,165,0,0,0,0,0), +(119,50600,4275,773,215,0,0,0,0,0), +(119,50601,9500,773,260,0,0,0,0,0), +(119,50602,19000,773,310,0,0,0,0,0), +(119,50603,50000,773,360,0,0,0,0,0), +(119,50604,60000,773,410,0,0,0,0,0), +(119,50605,380,773,75,0,0,0,0,0), +(119,50606,712,773,160,0,0,0,0,0), +(119,50607,4275,773,210,0,0,0,0,0), +(119,50608,9500,773,255,0,0,0,0,0), +(119,50609,19000,773,295,0,0,0,0,0), +(119,50610,50000,773,355,0,0,0,0,0), +(119,50611,60000,773,405,0,0,0,0,0), +(119,50612,380,773,75,0,0,0,0,0), +(119,50614,712,773,155,0,0,0,0,0), +(119,50616,4275,773,205,0,0,0,0,0), +(119,50617,9500,773,250,0,0,0,0,0), +(119,50618,19000,773,290,0,0,0,0,0), +(119,50619,50000,773,350,0,0,0,0,0), +(119,50620,60000,773,400,0,0,0,0,0), +(119,52739,142,773,35,0,0,0,0,0), +(119,52840,380,773,75,0,0,0,0,0), +(119,52843,47,773,35,0,0,0,0,0), +(119,53462,285,773,75,0,0,0,0,0), +(119,56943,30000,773,350,0,0,0,0,0), +(119,56945,475,773,115,0,0,0,0,0), +(119,56948,712,773,150,0,0,0,0,0), +(119,56951,712,773,130,0,0,0,0,0), +(119,56952,20000,773,310,0,0,0,0,0), +(119,56953,950,773,170,0,0,0,0,0), +(119,56955,285,773,80,0,0,0,0,0), +(119,56956,2850,773,200,0,0,0,0,0), +(119,56957,9500,773,260,0,0,0,0,0), +(119,56959,4275,773,220,0,0,0,0,0), +(119,56961,380,773,90,0,0,0,0,0), +(119,56963,285,773,85,0,0,0,0,0), +(119,56968,380,773,100,0,0,0,0,0), +(119,56971,475,773,115,0,0,0,0,0), +(119,56972,30000,773,335,0,0,0,0,0), +(119,56973,712,773,130,0,0,0,0,0), +(119,56974,712,773,155,0,0,0,0,0), +(119,56976,285,773,80,0,0,0,0,0), +(119,56978,380,773,90,0,0,0,0,0), +(119,56979,5700,773,225,0,0,0,0,0), +(119,56980,50000,773,375,0,0,0,0,0), +(119,56981,950,773,175,0,0,0,0,0), +(119,56982,4275,773,205,0,0,0,0,0), +(119,56984,30000,773,325,0,0,0,0,0), +(119,56985,9500,773,280,0,0,0,0,0), +(119,56987,125000,773,400,0,0,0,0,0), +(119,56991,20000,773,315,0,0,0,0,0), +(119,56994,950,773,175,0,0,0,0,0), +(119,56995,380,773,100,0,0,0,0,0), +(119,56997,475,773,115,0,0,0,0,0), +(119,57000,2850,773,200,0,0,0,0,0), +(119,57001,5700,773,225,0,0,0,0,0), +(119,57002,9500,773,260,0,0,0,0,0), +(119,57003,30000,773,350,0,0,0,0,0), +(119,57004,285,773,80,0,0,0,0,0), +(119,57005,712,773,130,0,0,0,0,0), +(119,57006,50000,773,375,0,0,0,0,0), +(119,57007,712,773,150,0,0,0,0,0), +(119,57008,20000,773,315,0,0,0,0,0), +(119,57009,380,773,90,0,0,0,0,0), +(119,57020,950,773,180,0,0,0,0,0), +(119,57022,285,773,80,0,0,0,0,0), +(119,57023,4275,773,205,0,0,0,0,0), +(119,57024,5700,773,230,0,0,0,0,0), +(119,57025,9500,773,265,0,0,0,0,0), +(119,57026,20000,773,300,0,0,0,0,0), +(119,57027,380,773,90,0,0,0,0,0), +(119,57029,475,773,105,0,0,0,0,0), +(119,57030,475,773,120,0,0,0,0,0), +(119,57031,712,773,135,0,0,0,0,0), +(119,57032,712,773,155,0,0,0,0,0), +(119,57033,30000,773,335,0,0,0,0,0), +(119,57036,50000,773,375,0,0,0,0,0), +(119,57113,30000,773,340,0,0,0,0,0), +(119,57114,285,773,80,0,0,0,0,0), +(119,57119,380,773,95,0,0,0,0,0), +(119,57120,475,773,105,0,0,0,0,0), +(119,57121,475,773,120,0,0,0,0,0), +(119,57122,20000,773,305,0,0,0,0,0), +(119,57123,712,773,135,0,0,0,0,0), +(119,57125,712,773,160,0,0,0,0,0), +(119,57129,2850,773,185,0,0,0,0,0), +(119,57131,4275,773,210,0,0,0,0,0), +(119,57132,5700,773,235,0,0,0,0,0), +(119,57133,14250,773,285,0,0,0,0,0), +(119,57151,4275,773,220,0,0,0,0,0), +(119,57154,7125,773,240,0,0,0,0,0), +(119,57156,14250,773,285,0,0,0,0,0), +(119,57157,712,773,125,0,0,0,0,0), +(119,57158,380,773,95,0,0,0,0,0), +(119,57161,950,773,170,0,0,0,0,0), +(119,57162,285,773,85,0,0,0,0,0), +(119,57163,475,773,110,0,0,0,0,0), +(119,57165,2850,773,190,0,0,0,0,0), +(119,57167,712,773,140,0,0,0,0,0), +(119,57168,20000,773,320,0,0,0,0,0), +(119,57172,30000,773,345,0,0,0,0,0), +(119,57183,5700,773,230,0,0,0,0,0), +(119,57184,475,773,105,0,0,0,0,0), +(119,57185,9500,773,270,0,0,0,0,0), +(119,57186,475,773,120,0,0,0,0,0), +(119,57187,20000,773,315,0,0,0,0,0), +(119,57188,712,773,135,0,0,0,0,0), +(119,57192,30000,773,350,0,0,0,0,0), +(119,57194,285,773,80,0,0,0,0,0), +(119,57196,380,773,95,0,0,0,0,0), +(119,57197,712,773,160,0,0,0,0,0), +(119,57198,50000,773,375,0,0,0,0,0), +(119,57200,950,773,180,0,0,0,0,0), +(119,57201,4275,773,210,0,0,0,0,0), +(119,57210,9500,773,265,0,0,0,0,0), +(119,57213,14250,773,285,0,0,0,0,0), +(119,57216,9500,773,270,0,0,0,0,0), +(119,57219,9500,773,280,0,0,0,0,0), +(119,57221,20000,773,300,0,0,0,0,0), +(119,57222,30000,773,350,0,0,0,0,0), +(119,57224,30000,773,330,0,0,0,0,0), +(119,57225,50000,773,375,0,0,0,0,0), +(119,57226,20000,773,305,0,0,0,0,0), +(119,57227,30000,773,345,0,0,0,0,0), +(119,57236,20000,773,300,0,0,0,0,0), +(119,57238,475,773,110,0,0,0,0,0), +(119,57239,285,773,85,0,0,0,0,0), +(119,57240,712,773,125,0,0,0,0,0), +(119,57241,2850,773,185,0,0,0,0,0), +(119,57242,4275,773,215,0,0,0,0,0), +(119,57244,5700,773,235,0,0,0,0,0), +(119,57245,712,773,140,0,0,0,0,0), +(119,57246,380,773,95,0,0,0,0,0), +(119,57248,50000,773,375,0,0,0,0,0), +(119,57249,712,773,165,0,0,0,0,0), +(119,57251,9500,773,275,0,0,0,0,0), +(119,57252,30000,773,330,0,0,0,0,0), +(119,57257,30000,773,350,0,0,0,0,0), +(119,57259,285,773,85,0,0,0,0,0), +(119,57262,712,773,125,0,0,0,0,0), +(119,57265,475,773,110,0,0,0,0,0), +(119,57266,380,773,95,0,0,0,0,0), +(119,57269,712,773,140,0,0,0,0,0), +(119,57270,4275,773,215,0,0,0,0,0), +(119,57271,712,773,165,0,0,0,0,0), +(119,57272,9500,773,275,0,0,0,0,0), +(119,57274,7125,773,240,0,0,0,0,0), +(119,57275,30000,773,325,0,0,0,0,0), +(119,57277,2850,773,190,0,0,0,0,0), +(119,57703,380,773,85,0,0,0,0,0), +(119,57704,380,773,100,0,0,0,0,0), +(119,57706,712,773,125,0,0,0,0,0), +(119,57707,712,773,150,0,0,0,0,0), +(119,57708,712,773,175,0,0,0,0,0), +(119,57709,2850,773,200,0,0,0,0,0), +(119,57710,5700,773,225,0,0,0,0,0), +(119,57711,9500,773,250,0,0,0,0,0), +(119,57712,9500,773,275,0,0,0,0,0), +(119,57713,19000,773,290,0,0,0,0,0), +(119,57714,20000,773,325,0,0,0,0,0), +(119,57715,50000,773,350,0,0,0,0,0), +(119,57716,50000,773,375,0,0,0,0,0), +(119,58472,47,773,15,0,0,0,0,0), +(119,58473,380,773,85,0,0,0,0,0), +(119,58476,712,773,175,0,0,0,0,0), +(119,58478,4275,773,225,0,0,0,0,0), +(119,58480,9500,773,270,0,0,0,0,0), +(119,58481,19000,773,310,0,0,0,0,0), +(119,58482,50000,773,370,0,0,0,0,0), +(119,58483,60000,773,420,0,0,0,0,0), +(119,58484,47,773,15,0,0,0,0,0), +(119,58485,380,773,80,0,0,0,0,0), +(119,58486,712,773,170,0,0,0,0,0), +(119,58487,4275,773,220,0,0,0,0,0), +(119,58488,9500,773,265,0,0,0,0,0), +(119,58489,19000,773,305,0,0,0,0,0), +(119,58490,50000,773,365,0,0,0,0,0), +(119,58491,60000,773,415,0,0,0,0,0), +(119,58565,475,773,110,0,0,0,0,0), +(119,59338,20000,773,310,0,0,0,0,0), +(119,59339,20000,773,320,0,0,0,0,0), +(119,59340,30000,773,340,0,0,0,0,0), +(119,59387,2850,773,200,0,0,0,0,0), +(119,59475,712,773,125,0,0,0,0,0), +(119,59478,712,773,125,0,0,0,0,0), +(119,59480,712,773,125,0,0,0,0,0), +(119,59484,712,773,175,0,0,0,0,0), +(119,59486,712,773,175,0,0,0,0,0), +(119,59487,712,773,175,0,0,0,0,0), +(119,59488,5700,773,235,0,0,0,0,0), +(119,59489,5700,773,225,0,0,0,0,0), +(119,59490,5700,773,225,0,0,0,0,0), +(119,59491,5700,773,225,0,0,0,0,0), +(119,59493,9500,773,275,0,0,0,0,0), +(119,59494,9500,773,275,0,0,0,0,0), +(119,59495,20000,773,325,0,0,0,0,0), +(119,59496,20000,773,325,0,0,0,0,0), +(119,59497,50000,773,400,0,0,0,0,0), +(119,59498,50000,773,400,0,0,0,0,0), +(119,59499,2850,773,200,0,0,0,0,0), +(119,59500,50000,773,350,0,0,0,0,0), +(119,59501,100000,773,400,0,0,0,0,0), +(119,59502,9500,773,275,0,0,0,0,0), +(119,59503,20000,773,325,0,0,0,0,0), +(119,59504,50000,773,400,0,0,0,0,0), +(119,60336,2850,773,200,0,0,0,0,0), +(119,60337,50000,773,350,0,0,0,0,0), +(119,61117,75000,773,400,0,0,0,35,0), +(119,61118,75000,773,400,0,0,0,35,0), +(119,61119,75000,773,400,0,0,0,35,0), +(119,61120,75000,773,400,0,0,0,35,0), +(119,61177,100000,773,385,0,0,0,0,0), +(119,61288,950,773,75,0,0,0,0,0), +(119,62162,50000,773,375,0,0,0,0,0), +(119,64053,50000,773,350,0,0,0,0,0), +(119,64258,10000,773,250,0,0,0,0,0), +(119,64259,10000,773,255,0,0,0,0,0), +(119,64260,10000,773,255,0,0,0,0,0), +(119,64261,10000,773,250,0,0,0,0,0), +(119,64262,10000,773,255,0,0,0,0,0), +(119,64266,10000,773,275,0,0,0,0,0), +(119,64267,10000,773,280,0,0,0,0,0), +(119,67600,400,773,100,0,0,0,0,0), +(119,69385,200000,773,440,0,0,0,0,0), +(120,45375,10,0,0,0,0,0,5,0), +(120,45376,950,773,50,45357,0,0,10,0), +(120,45377,4750,773,125,45358,0,0,20,0), +(120,45378,47500,773,200,45359,0,0,35,0), +(120,45379,100000,773,275,45360,0,0,50,0), +(120,48121,380,773,100,0,0,0,0,0), +(120,48247,475,773,110,0,0,0,0,0), +(120,48248,47,773,35,0,0,0,0,0), +(120,50598,380,773,75,0,0,0,0,0), +(120,50599,712,773,165,0,0,0,0,0), +(120,50600,4275,773,215,0,0,0,0,0), +(120,50601,9500,773,260,0,0,0,0,0), +(120,50602,19000,773,310,0,0,0,0,0), +(120,50605,380,773,75,0,0,0,0,0), +(120,50606,712,773,160,0,0,0,0,0), +(120,50607,4275,773,210,0,0,0,0,0), +(120,50608,9500,773,255,0,0,0,0,0), +(120,50609,19000,773,295,0,0,0,0,0), +(120,50612,380,773,75,0,0,0,0,0), +(120,50614,712,773,155,0,0,0,0,0), +(120,50616,4275,773,205,0,0,0,0,0), +(120,50617,9500,773,250,0,0,0,0,0), +(120,50618,19000,773,290,0,0,0,0,0), +(120,52739,142,773,35,0,0,0,0,0), +(120,52840,380,773,75,0,0,0,0,0), +(120,52843,47,773,35,0,0,0,0,0), +(120,53462,285,773,75,0,0,0,0,0), +(120,56943,30000,773,350,0,0,0,0,0), +(120,56945,475,773,115,0,0,0,0,0), +(120,56948,712,773,150,0,0,0,0,0), +(120,56951,712,773,130,0,0,0,0,0), +(120,56952,20000,773,310,0,0,0,0,0), +(120,56953,950,773,170,0,0,0,0,0), +(120,56955,285,773,80,0,0,0,0,0), +(120,56956,2850,773,200,0,0,0,0,0), +(120,56957,9500,773,260,0,0,0,0,0), +(120,56959,4275,773,220,0,0,0,0,0), +(120,56961,380,773,90,0,0,0,0,0), +(120,56963,285,773,85,0,0,0,0,0), +(120,56968,380,773,100,0,0,0,0,0), +(120,56971,475,773,115,0,0,0,0,0), +(120,56972,30000,773,335,0,0,0,0,0), +(120,56973,712,773,130,0,0,0,0,0), +(120,56974,712,773,155,0,0,0,0,0), +(120,56976,285,773,80,0,0,0,0,0), +(120,56978,380,773,90,0,0,0,0,0), +(120,56979,5700,773,225,0,0,0,0,0), +(120,56981,950,773,175,0,0,0,0,0), +(120,56982,4275,773,205,0,0,0,0,0), +(120,56984,30000,773,325,0,0,0,0,0), +(120,56985,9500,773,280,0,0,0,0,0), +(120,56991,20000,773,315,0,0,0,0,0), +(120,56994,950,773,175,0,0,0,0,0), +(120,56995,380,773,100,0,0,0,0,0), +(120,56997,475,773,115,0,0,0,0,0), +(120,57000,2850,773,200,0,0,0,0,0), +(120,57001,5700,773,225,0,0,0,0,0), +(120,57002,9500,773,260,0,0,0,0,0), +(120,57003,30000,773,350,0,0,0,0,0), +(120,57004,285,773,80,0,0,0,0,0), +(120,57005,712,773,130,0,0,0,0,0), +(120,57007,712,773,150,0,0,0,0,0), +(120,57008,20000,773,315,0,0,0,0,0), +(120,57009,380,773,90,0,0,0,0,0), +(120,57020,950,773,180,0,0,0,0,0), +(120,57022,285,773,80,0,0,0,0,0), +(120,57023,4275,773,205,0,0,0,0,0), +(120,57024,5700,773,230,0,0,0,0,0), +(120,57025,9500,773,265,0,0,0,0,0), +(120,57026,20000,773,300,0,0,0,0,0), +(120,57027,380,773,90,0,0,0,0,0), +(120,57029,475,773,105,0,0,0,0,0), +(120,57030,475,773,120,0,0,0,0,0), +(120,57031,712,773,135,0,0,0,0,0), +(120,57032,712,773,155,0,0,0,0,0), +(120,57033,30000,773,335,0,0,0,0,0), +(120,57113,30000,773,340,0,0,0,0,0), +(120,57114,285,773,80,0,0,0,0,0), +(120,57119,380,773,95,0,0,0,0,0), +(120,57120,475,773,105,0,0,0,0,0), +(120,57121,475,773,120,0,0,0,0,0), +(120,57122,20000,773,305,0,0,0,0,0), +(120,57123,712,773,135,0,0,0,0,0), +(120,57125,712,773,160,0,0,0,0,0), +(120,57129,2850,773,185,0,0,0,0,0), +(120,57131,4275,773,210,0,0,0,0,0), +(120,57132,5700,773,235,0,0,0,0,0), +(120,57133,14250,773,285,0,0,0,0,0), +(120,57151,4275,773,220,0,0,0,0,0), +(120,57154,7125,773,240,0,0,0,0,0), +(120,57156,14250,773,285,0,0,0,0,0), +(120,57157,712,773,125,0,0,0,0,0), +(120,57158,380,773,95,0,0,0,0,0), +(120,57161,950,773,170,0,0,0,0,0), +(120,57162,285,773,85,0,0,0,0,0), +(120,57163,475,773,110,0,0,0,0,0), +(120,57165,2850,773,190,0,0,0,0,0), +(120,57167,712,773,140,0,0,0,0,0), +(120,57168,20000,773,320,0,0,0,0,0), +(120,57172,30000,773,345,0,0,0,0,0), +(120,57183,5700,773,230,0,0,0,0,0), +(120,57184,475,773,105,0,0,0,0,0), +(120,57185,9500,773,270,0,0,0,0,0), +(120,57186,475,773,120,0,0,0,0,0), +(120,57187,20000,773,315,0,0,0,0,0), +(120,57188,712,773,135,0,0,0,0,0), +(120,57192,30000,773,350,0,0,0,0,0), +(120,57194,285,773,80,0,0,0,0,0), +(120,57196,380,773,95,0,0,0,0,0), +(120,57197,712,773,160,0,0,0,0,0), +(120,57200,950,773,180,0,0,0,0,0), +(120,57201,4275,773,210,0,0,0,0,0), +(120,57210,9500,773,265,0,0,0,0,0), +(120,57213,14250,773,285,0,0,0,0,0), +(120,57216,9500,773,270,0,0,0,0,0), +(120,57219,9500,773,280,0,0,0,0,0), +(120,57221,20000,773,300,0,0,0,0,0), +(120,57222,30000,773,350,0,0,0,0,0), +(120,57224,30000,773,330,0,0,0,0,0), +(120,57226,20000,773,305,0,0,0,0,0), +(120,57227,30000,773,345,0,0,0,0,0), +(120,57236,20000,773,300,0,0,0,0,0), +(120,57238,475,773,110,0,0,0,0,0), +(120,57239,285,773,85,0,0,0,0,0), +(120,57240,712,773,125,0,0,0,0,0), +(120,57241,2850,773,185,0,0,0,0,0), +(120,57242,4275,773,215,0,0,0,0,0), +(120,57244,5700,773,235,0,0,0,0,0), +(120,57245,712,773,140,0,0,0,0,0), +(120,57246,380,773,95,0,0,0,0,0), +(120,57249,712,773,165,0,0,0,0,0), +(120,57251,9500,773,275,0,0,0,0,0), +(120,57252,30000,773,330,0,0,0,0,0), +(120,57257,30000,773,350,0,0,0,0,0), +(120,57259,285,773,85,0,0,0,0,0), +(120,57262,712,773,125,0,0,0,0,0), +(120,57265,475,773,110,0,0,0,0,0), +(120,57266,380,773,95,0,0,0,0,0), +(120,57269,712,773,140,0,0,0,0,0), +(120,57270,4275,773,215,0,0,0,0,0), +(120,57271,712,773,165,0,0,0,0,0), +(120,57272,9500,773,275,0,0,0,0,0), +(120,57274,7125,773,240,0,0,0,0,0), +(120,57275,30000,773,325,0,0,0,0,0), +(120,57277,2850,773,190,0,0,0,0,0), +(120,57703,380,773,85,0,0,0,0,0), +(120,57704,380,773,100,0,0,0,0,0), +(120,57706,712,773,125,0,0,0,0,0), +(120,57707,712,773,150,0,0,0,0,0), +(120,57708,712,773,175,0,0,0,0,0), +(120,57709,2850,773,200,0,0,0,0,0), +(120,57710,5700,773,225,0,0,0,0,0), +(120,57711,9500,773,250,0,0,0,0,0), +(120,57712,9500,773,275,0,0,0,0,0), +(120,57713,19000,773,290,0,0,0,0,0), +(120,57714,20000,773,325,0,0,0,0,0), +(120,58472,47,773,15,0,0,0,0,0), +(120,58473,380,773,85,0,0,0,0,0), +(120,58476,712,773,175,0,0,0,0,0), +(120,58478,4275,773,225,0,0,0,0,0), +(120,58480,9500,773,270,0,0,0,0,0), +(120,58481,19000,773,310,0,0,0,0,0), +(120,58484,47,773,15,0,0,0,0,0), +(120,58485,380,773,80,0,0,0,0,0), +(120,58486,712,773,170,0,0,0,0,0), +(120,58487,4275,773,220,0,0,0,0,0), +(120,58488,9500,773,265,0,0,0,0,0), +(120,58489,19000,773,305,0,0,0,0,0), +(120,58565,475,773,110,0,0,0,0,0), +(120,59338,20000,773,310,0,0,0,0,0), +(120,59339,20000,773,320,0,0,0,0,0), +(120,59340,30000,773,340,0,0,0,0,0), +(120,59387,2850,773,200,0,0,0,0,0), +(120,59475,712,773,125,0,0,0,0,0), +(120,59478,712,773,125,0,0,0,0,0), +(120,59480,712,773,125,0,0,0,0,0), +(120,59484,712,773,175,0,0,0,0,0), +(120,59486,712,773,175,0,0,0,0,0), +(120,59487,712,773,175,0,0,0,0,0), +(120,59488,5700,773,235,0,0,0,0,0), +(120,59489,5700,773,225,0,0,0,0,0), +(120,59490,5700,773,225,0,0,0,0,0), +(120,59491,5700,773,225,0,0,0,0,0), +(120,59493,9500,773,275,0,0,0,0,0), +(120,59494,9500,773,275,0,0,0,0,0), +(120,59495,20000,773,325,0,0,0,0,0), +(120,59496,20000,773,325,0,0,0,0,0), +(120,59499,2850,773,200,0,0,0,0,0), +(120,59502,9500,773,275,0,0,0,0,0), +(120,59503,20000,773,325,0,0,0,0,0), +(120,60336,2850,773,200,0,0,0,0,0), +(120,61288,950,773,75,0,0,0,0,0), +(120,64258,10000,773,250,0,0,0,0,0), +(120,64259,10000,773,255,0,0,0,0,0), +(120,64260,10000,773,255,0,0,0,0,0), +(120,64261,10000,773,250,0,0,0,0,0), +(120,64262,10000,773,255,0,0,0,0,0), +(120,64266,10000,773,275,0,0,0,0,0), +(120,64267,10000,773,280,0,0,0,0,0), +(120,67600,400,773,100,0,0,0,0,0), +(121,45375,10,0,0,0,0,0,5,0), +(121,45376,950,773,50,45357,0,0,10,0), +(121,45377,4750,773,125,45358,0,0,20,0), +(121,45378,47500,773,200,45359,0,0,35,0), +(121,48121,380,773,100,0,0,0,0,0), +(121,48247,475,773,110,0,0,0,0,0), +(121,48248,47,773,35,0,0,0,0,0), +(121,50598,380,773,75,0,0,0,0,0), +(121,50599,712,773,165,0,0,0,0,0), +(121,50600,4275,773,215,0,0,0,0,0), +(121,50601,9500,773,260,0,0,0,0,0), +(121,50602,19000,773,310,0,0,0,0,0), +(121,50605,380,773,75,0,0,0,0,0), +(121,50606,712,773,160,0,0,0,0,0), +(121,50607,4275,773,210,0,0,0,0,0), +(121,50608,9500,773,255,0,0,0,0,0), +(121,50609,19000,773,295,0,0,0,0,0), +(121,50612,380,773,75,0,0,0,0,0), +(121,50614,712,773,155,0,0,0,0,0), +(121,50616,4275,773,205,0,0,0,0,0), +(121,50617,9500,773,250,0,0,0,0,0), +(121,50618,19000,773,290,0,0,0,0,0), +(121,52739,142,773,35,0,0,0,0,0), +(121,52840,380,773,75,0,0,0,0,0), +(121,52843,47,773,35,0,0,0,0,0), +(121,53462,285,773,75,0,0,0,0,0), +(121,56945,475,773,115,0,0,0,0,0), +(121,56948,712,773,150,0,0,0,0,0), +(121,56951,712,773,130,0,0,0,0,0), +(121,56953,950,773,170,0,0,0,0,0), +(121,56955,285,773,80,0,0,0,0,0), +(121,56956,2850,773,200,0,0,0,0,0), +(121,56957,9500,773,260,0,0,0,0,0), +(121,56959,4275,773,220,0,0,0,0,0), +(121,56961,380,773,90,0,0,0,0,0), +(121,56963,285,773,85,0,0,0,0,0), +(121,56968,380,773,100,0,0,0,0,0), +(121,56971,475,773,115,0,0,0,0,0), +(121,56973,712,773,130,0,0,0,0,0), +(121,56974,712,773,155,0,0,0,0,0), +(121,56976,285,773,80,0,0,0,0,0), +(121,56978,380,773,90,0,0,0,0,0), +(121,56979,5700,773,225,0,0,0,0,0), +(121,56981,950,773,175,0,0,0,0,0), +(121,56982,4275,773,205,0,0,0,0,0), +(121,56985,9500,773,280,0,0,0,0,0), +(121,56991,20000,773,315,0,0,0,0,0), +(121,56994,950,773,175,0,0,0,0,0), +(121,56995,380,773,100,0,0,0,0,0), +(121,56997,475,773,115,0,0,0,0,0), +(121,57000,2850,773,200,0,0,0,0,0), +(121,57001,5700,773,225,0,0,0,0,0), +(121,57002,9500,773,260,0,0,0,0,0), +(121,57004,285,773,80,0,0,0,0,0), +(121,57005,712,773,130,0,0,0,0,0), +(121,57007,712,773,150,0,0,0,0,0), +(121,57009,380,773,90,0,0,0,0,0), +(121,57020,950,773,180,0,0,0,0,0), +(121,57022,285,773,80,0,0,0,0,0), +(121,57023,4275,773,205,0,0,0,0,0), +(121,57024,5700,773,230,0,0,0,0,0), +(121,57025,9500,773,265,0,0,0,0,0), +(121,57027,380,773,90,0,0,0,0,0), +(121,57029,475,773,105,0,0,0,0,0), +(121,57030,475,773,120,0,0,0,0,0), +(121,57031,712,773,135,0,0,0,0,0), +(121,57032,712,773,155,0,0,0,0,0), +(121,57114,285,773,80,0,0,0,0,0), +(121,57119,380,773,95,0,0,0,0,0), +(121,57120,475,773,105,0,0,0,0,0), +(121,57121,475,773,120,0,0,0,0,0), +(121,57123,712,773,135,0,0,0,0,0), +(121,57125,712,773,160,0,0,0,0,0), +(121,57129,2850,773,185,0,0,0,0,0), +(121,57131,4275,773,210,0,0,0,0,0), +(121,57132,5700,773,235,0,0,0,0,0), +(121,57133,14250,773,285,0,0,0,0,0), +(121,57151,4275,773,220,0,0,0,0,0), +(121,57154,7125,773,240,0,0,0,0,0), +(121,57156,14250,773,285,0,0,0,0,0), +(121,57157,712,773,125,0,0,0,0,0), +(121,57158,380,773,95,0,0,0,0,0), +(121,57161,950,773,170,0,0,0,0,0), +(121,57162,285,773,85,0,0,0,0,0), +(121,57163,475,773,110,0,0,0,0,0), +(121,57165,2850,773,190,0,0,0,0,0), +(121,57167,712,773,140,0,0,0,0,0), +(121,57183,5700,773,230,0,0,0,0,0), +(121,57184,475,773,105,0,0,0,0,0), +(121,57185,9500,773,270,0,0,0,0,0), +(121,57186,475,773,120,0,0,0,0,0), +(121,57188,712,773,135,0,0,0,0,0), +(121,57194,285,773,80,0,0,0,0,0), +(121,57196,380,773,95,0,0,0,0,0), +(121,57197,712,773,160,0,0,0,0,0), +(121,57200,950,773,180,0,0,0,0,0), +(121,57201,4275,773,210,0,0,0,0,0), +(121,57210,9500,773,265,0,0,0,0,0), +(121,57213,14250,773,285,0,0,0,0,0), +(121,57216,9500,773,270,0,0,0,0,0), +(121,57219,9500,773,280,0,0,0,0,0), +(121,57238,475,773,110,0,0,0,0,0), +(121,57239,285,773,85,0,0,0,0,0), +(121,57240,712,773,125,0,0,0,0,0), +(121,57241,2850,773,185,0,0,0,0,0), +(121,57242,4275,773,215,0,0,0,0,0), +(121,57244,5700,773,235,0,0,0,0,0), +(121,57245,712,773,140,0,0,0,0,0), +(121,57246,380,773,95,0,0,0,0,0), +(121,57249,712,773,165,0,0,0,0,0), +(121,57251,9500,773,275,0,0,0,0,0), +(121,57259,285,773,85,0,0,0,0,0), +(121,57262,712,773,125,0,0,0,0,0), +(121,57265,475,773,110,0,0,0,0,0), +(121,57266,380,773,95,0,0,0,0,0), +(121,57269,712,773,140,0,0,0,0,0), +(121,57270,4275,773,215,0,0,0,0,0), +(121,57271,712,773,165,0,0,0,0,0), +(121,57272,9500,773,275,0,0,0,0,0), +(121,57274,7125,773,240,0,0,0,0,0), +(121,57277,2850,773,190,0,0,0,0,0), +(121,57703,380,773,85,0,0,0,0,0), +(121,57704,380,773,100,0,0,0,0,0), +(121,57706,712,773,125,0,0,0,0,0), +(121,57707,712,773,150,0,0,0,0,0), +(121,57708,712,773,175,0,0,0,0,0), +(121,57709,2850,773,200,0,0,0,0,0), +(121,57710,5700,773,225,0,0,0,0,0), +(121,57711,9500,773,250,0,0,0,0,0), +(121,57712,9500,773,275,0,0,0,0,0), +(121,57713,19000,773,290,0,0,0,0,0), +(121,58472,47,773,15,0,0,0,0,0), +(121,58473,380,773,85,0,0,0,0,0), +(121,58476,712,773,175,0,0,0,0,0), +(121,58478,4275,773,225,0,0,0,0,0), +(121,58480,9500,773,270,0,0,0,0,0), +(121,58481,19000,773,310,0,0,0,0,0), +(121,58484,47,773,15,0,0,0,0,0), +(121,58485,380,773,80,0,0,0,0,0), +(121,58486,712,773,170,0,0,0,0,0), +(121,58487,4275,773,220,0,0,0,0,0), +(121,58488,9500,773,265,0,0,0,0,0), +(121,58489,19000,773,305,0,0,0,0,0), +(121,58565,475,773,110,0,0,0,0,0), +(121,59387,2850,773,200,0,0,0,0,0), +(121,59475,712,773,125,0,0,0,0,0), +(121,59478,712,773,125,0,0,0,0,0), +(121,59480,712,773,125,0,0,0,0,0), +(121,59484,712,773,175,0,0,0,0,0), +(121,59486,712,773,175,0,0,0,0,0), +(121,59487,712,773,175,0,0,0,0,0), +(121,59488,5700,773,235,0,0,0,0,0), +(121,59489,5700,773,225,0,0,0,0,0), +(121,59490,5700,773,225,0,0,0,0,0), +(121,59491,5700,773,225,0,0,0,0,0), +(121,59493,9500,773,275,0,0,0,0,0), +(121,59494,9500,773,275,0,0,0,0,0), +(121,59499,2850,773,200,0,0,0,0,0), +(121,59502,9500,773,275,0,0,0,0,0), +(121,60336,2850,773,200,0,0,0,0,0), +(121,61288,950,773,75,0,0,0,0,0), +(121,64258,10000,773,250,0,0,0,0,0), +(121,64259,10000,773,255,0,0,0,0,0), +(121,64260,10000,773,255,0,0,0,0,0), +(121,64261,10000,773,250,0,0,0,0,0), +(121,64262,10000,773,255,0,0,0,0,0), +(121,64266,10000,773,275,0,0,0,0,0), +(121,64267,10000,773,280,0,0,0,0,0), +(121,67600,400,773,100,0,0,0,0,0), +(122,51303,350000,171,350,28596,0,0,65,0), +(122,53042,10000,171,50,0,0,0,0,0), +(122,53812,60000,171,375,0,0,0,0,0), +(122,53836,150000,171,405,0,0,0,0,0), +(122,53837,150000,171,410,0,0,0,0,0), +(122,53838,40000,171,350,0,0,0,0,0), +(122,53839,40000,171,360,0,0,0,0,0), +(122,53840,120000,171,395,0,0,0,0,0), +(122,53841,40000,171,355,0,0,0,0,0), +(122,53842,40000,171,365,0,0,0,0,0), +(122,53847,65000,171,385,0,0,0,0,0), +(122,53848,60000,171,375,0,0,0,0,0), +(122,53898,120000,171,390,0,0,0,0,0), +(122,53899,60000,171,375,0,0,0,0,0), +(122,53900,120000,171,380,0,0,0,0,0), +(122,53901,180000,171,435,0,0,0,0,0), +(122,53902,150000,171,435,0,0,0,0,0), +(122,53903,180000,171,435,0,0,0,0,0), +(122,53905,120000,171,395,0,0,0,0,0), +(122,54213,150000,171,435,0,0,0,0,0), +(122,54218,120000,171,385,0,0,0,0,0), +(122,57425,150000,171,430,0,0,0,0,0), +(122,57427,150000,171,425,0,0,0,0,0), +(122,58868,150000,171,410,0,0,0,0,0), +(122,58871,150000,171,410,0,0,0,0,0), +(122,60350,150000,171,395,0,0,0,0,0), +(122,60367,120000,171,395,0,0,0,0,0), +(122,60396,200000,171,400,0,0,0,0,0), +(122,60403,200000,171,400,0,0,0,0,0), +(122,60405,200000,171,400,0,0,0,0,0), +(122,60893,200000,171,400,0,0,0,0,0), +(122,62213,120000,171,385,0,0,0,0,0), +(122,62409,60000,171,375,0,0,0,0,0), +(122,66658,150000,171,450,0,0,0,0,0), +(122,66660,150000,171,450,0,0,0,0,0), +(122,66662,150000,171,450,0,0,0,0,0), +(122,66663,150000,171,450,0,0,0,0,0), +(122,66664,150000,171,450,0,0,0,0,0), +(122,67025,100000,171,425,0,0,0,0,0), +(123,10003,15000,164,235,0,0,0,0,0), +(123,10007,15000,164,245,0,0,0,0,0), +(123,10011,15000,164,250,0,0,0,0,0), +(123,10015,15000,164,260,0,0,0,0,0), +(123,34535,100000,164,350,0,0,0,0,0), +(123,34537,250000,164,375,0,0,0,0,0), +(123,34538,100000,164,350,0,0,0,0,0), +(123,34540,250000,164,375,0,0,0,0,0), +(123,34541,100000,164,350,0,0,0,0,0), +(123,34542,250000,164,375,0,0,0,0,0), +(123,34543,100000,164,350,0,0,0,0,0), +(123,34544,250000,164,375,0,0,0,0,0), +(123,34545,100000,164,350,0,0,0,0,0), +(123,34546,250000,164,375,0,0,0,0,0), +(123,34547,500000,164,350,0,0,0,0,0), +(123,34548,250000,164,375,0,0,0,0,0), +(123,36125,10000,164,260,0,0,0,0,0), +(123,36126,10000,164,260,0,0,0,0,0), +(123,36128,10000,164,260,0,0,0,0,0), +(123,36131,40000,164,330,0,0,0,0,0), +(123,36133,40000,164,330,0,0,0,0,0), +(123,36134,40000,164,330,0,0,0,0,0), +(123,36135,40000,164,330,0,0,0,0,0), +(123,36136,40000,164,330,0,0,0,0,0), +(123,36137,40000,164,330,0,0,0,0,0), +(123,36258,500000,164,375,0,0,0,0,0), +(123,36259,500000,164,375,0,0,0,0,0), +(123,36260,500000,164,375,0,0,0,0,0), +(123,36261,500000,164,375,0,0,0,0,0), +(123,36262,500000,164,375,0,0,0,0,0), +(123,36263,500000,164,375,0,0,0,0,0), +(123,55183,50000,164,415,0,0,0,0,0), +(123,55184,50000,164,415,0,0,0,0,0), +(123,55185,50000,164,415,0,0,0,0,0), +(124,9954,8000,164,245,0,0,0,0,0), +(124,9974,1000,164,245,0,0,0,0,0), +(124,34529,100000,164,350,0,0,0,0,0), +(124,34530,250000,164,375,0,0,0,0,0), +(124,34533,100000,164,350,0,0,0,0,0), +(124,34534,250000,164,375,0,0,0,0,0), +(124,36122,10000,164,260,0,0,0,0,0), +(124,36124,10000,164,260,0,0,0,0,0), +(124,36129,40000,164,330,0,0,0,0,0), +(124,36130,40000,164,330,0,0,0,0,0), +(124,36256,500000,164,375,0,0,0,0,0), +(124,36257,500000,164,375,0,0,0,0,0), +(124,55186,50000,164,415,0,0,0,0,0), +(124,55187,50000,164,415,0,0,0,0,0), +(125,530,4000,0,0,0,0,0,20,0), +(126,2795,240,185,25,0,0,0,0,0); + +-- +-- Table structure for table `creature_default_trainer` +-- +DROP TABLE IF EXISTS `creature_default_trainer`; +CREATE TABLE IF NOT EXISTS `creature_default_trainer` ( + `CreatureId` int(11) unsigned NOT NULL, + `TrainerId` int(11) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`CreatureId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- Dumping data for table `creature_default_trainer` +-- +INSERT INTO `creature_default_trainer` (`CreatureId`,`TrainerId`) VALUES +(913,1), +(914,1), +(985,1), +(1229,1), +(1901,1), +(2131,1), +(3041,1), +(3042,1), +(3043,1), +(3063,1), +(3169,1), +(3353,1), +(3354,1), +(3408,1), +(3598,1), +(4087,1), +(4089,1), +(4593,1), +(4594,1), +(4595,1), +(5113,1), +(5114,1), +(5479,1), +(5480,1), +(7315,1), +(8141,1), +(16771,1), +(17120,1), +(17480,1), +(17504,1), +(26332,1), +(911,2), +(912,2), +(2119,2), +(3059,2), +(3153,2), +(3593,2), +(16503,2), +(927,3), +(928,3), +(1232,3), +(5147,3), +(5148,3), +(5149,3), +(5491,3), +(5492,3), +(8140,3), +(16761,3), +(17121,3), +(17483,3), +(17509,3), +(17844,3), +(35281,3), +(16275,4), +(16679,4), +(16680,4), +(16681,4), +(20406,4), +(23128,4), +(26327,5), +(925,6), +(926,6), +(15280,6), +(16501,6), +(987,7), +(1231,7), +(1404,7), +(3038,7), +(3039,7), +(3040,7), +(3065,7), +(3171,7), +(3352,7), +(3406,7), +(3407,7), +(3601,7), +(3963,7), +(4138,7), +(4146,7), +(4205,7), +(5115,7), +(5116,7), +(5117,7), +(5501,7), +(5515,7), +(5516,7), +(5517,7), +(8308,7), +(10930,7), +(16270,7), +(16672,7), +(16673,7), +(16674,7), +(16738,7), +(17110,7), +(17122,7), +(17505,7), +(26325,7), +(895,8), +(3061,8), +(3154,8), +(3596,8), +(15513,8), +(16499,8), +(917,9), +(918,9), +(1234,9), +(1411,9), +(2130,9), +(3170,9), +(3327,9), +(3328,9), +(3401,9), +(3599,9), +(4163,9), +(4214,9), +(4215,9), +(4582,9), +(4583,9), +(4584,9), +(5165,9), +(5166,9), +(5167,9), +(6707,9), +(13283,9), +(16279,9), +(16684,9), +(16685,9), +(16686,9), +(26329,9), +(915,10), +(916,10), +(2122,10), +(3155,10), +(3594,10), +(15285,10), +(376,11), +(377,11), +(1226,11), +(2129,11), +(3044,11), +(3045,11), +(3046,11), +(3595,11), +(3600,11), +(3706,11), +(4090,11), +(4091,11), +(4092,11), +(4606,11), +(4607,11), +(4608,11), +(5141,11), +(5142,11), +(5143,11), +(5484,11), +(5489,11), +(5994,11), +(6014,11), +(6018,11), +(11397,11), +(11401,11), +(11406,11), +(16276,11), +(16658,11), +(16659,11), +(16660,11), +(16756,11), +(17510,11), +(17511,11), +(26328,11), +(375,12), +(837,12), +(2123,12), +(3707,12), +(15284,12), +(16502,12), +(17482,12), +(28471,13), +(28472,13), +(28474,13), +(29194,13), +(29195,13), +(29196,13), +(31084,13), +(986,14), +(3030,14), +(3031,14), +(3032,14), +(3066,14), +(3173,14), +(3344,14), +(3403,14), +(13417,14), +(17204,14), +(17212,14), +(17219,14), +(17519,14), +(17520,14), +(20407,14), +(23127,14), +(26330,14), +(3062,15), +(3157,15), +(17089,15), +(328,16), +(331,16), +(1228,16), +(2128,16), +(3047,16), +(3048,16), +(3049,16), +(4566,16), +(4567,16), +(4568,16), +(5144,16), +(5145,16), +(5146,16), +(5497,16), +(5498,16), +(5880,16), +(5882,16), +(5883,16), +(5884,16), +(5885,16), +(7311,16), +(7312,16), +(16269,16), +(16651,16), +(16652,16), +(16653,16), +(16749,16), +(17105,16), +(17481,16), +(17513,16), +(17514,16), +(23103,16), +(26326,16), +(27704,16), +(28956,16), +(28958,16), +(198,17), +(944,17), +(2124,17), +(15279,17), +(16500,17), +(2485,18), +(2489,19), +(2492,20), +(4165,21), +(5957,22), +(5958,23), +(16755,24), +(16654,25), +(20791,26), +(19340,27), +(27705,28), +(27703,29), +(29156,30), +(461,31), +(906,31), +(988,31), +(2127,31), +(3172,31), +(3324,31), +(3325,31), +(3326,31), +(4563,31), +(4564,31), +(4565,31), +(5171,31), +(5172,31), +(5173,31), +(5495,31), +(5496,31), +(5612,31), +(16266,31), +(16646,31), +(16647,31), +(16648,31), +(23534,31), +(26331,31), +(459,32), +(460,32), +(2126,32), +(3156,32), +(15283,32), +(3033,33), +(3034,33), +(3036,33), +(3064,33), +(3602,33), +(4217,33), +(4218,33), +(4219,33), +(5504,33), +(5505,33), +(5506,33), +(8142,33), +(9465,33), +(12042,33), +(16655,33), +(16721,33), +(26324,33), +(3060,34), +(3597,34), +(20500,35), +(20511,35), +(35093,35), +(35100,35), +(35133,35), +(35135,35), +(28746,36), +(31238,36), +(31247,36), +(4732,37), +(4752,38), +(4772,39), +(4753,40), +(4773,41), +(3690,42), +(7954,43), +(7953,44), +(16280,45), +(20914,46), +(11865,47), +(2704,48), +(11868,49), +(10370,50), +(16773,51), +(11869,52), +(11867,53), +(16621,54), +(17005,54), +(11870,55), +(11866,56), +(13084,57), +(16583,58), +(16823,58), +(19341,58), +(33631,58), +(33675,58), +(26564,59), +(26904,59), +(26952,59), +(26981,59), +(26988,59), +(27034,59), +(28694,59), +(29924,59), +(33591,59), +(33609,59), +(514,60), +(1241,60), +(2836,60), +(2998,60), +(3136,60), +(3174,60), +(3355,60), +(3478,60), +(3557,60), +(4258,60), +(4596,60), +(5511,60), +(6299,60), +(15400,60), +(16669,60), +(16724,60), +(17245,60), +(21209,60), +(1385,61), +(1632,61), +(3007,61), +(3069,61), +(3365,61), +(3549,61), +(3605,61), +(3703,61), +(3967,61), +(4212,61), +(4588,61), +(5127,61), +(5564,61), +(5784,61), +(8153,61), +(11097,61), +(11098,61), +(16278,61), +(16688,61), +(16728,61), +(17442,61), +(18754,62), +(18771,62), +(19187,62), +(21087,62), +(33635,62), +(33681,62), +(26996,63), +(33612,63), +(26911,64), +(26961,64), +(26998,64), +(28700,64), +(33581,64), +(33608,65), +(16588,66), +(18802,66), +(19052,66), +(27023,66), +(27029,66), +(33630,66), +(33674,66), +(1215,67), +(1386,67), +(1470,67), +(2132,67), +(2391,67), +(2837,67), +(3009,67), +(3184,67), +(3347,67), +(3603,67), +(3964,67), +(4160,67), +(4611,67), +(4900,67), +(5177,67), +(5499,67), +(7948,67), +(16161,67), +(16642,67), +(16723,67), +(17215,68), +(812,69), +(908,69), +(1218,69), +(1458,69), +(1473,69), +(2114,69), +(2390,69), +(2856,69), +(3013,69), +(3185,69), +(3404,69), +(3604,69), +(3965,69), +(4204,69), +(4614,69), +(4898,69), +(5137,69), +(5502,69), +(5566,69), +(8146,69), +(12025,69), +(16367,69), +(16644,69), +(16736,69), +(17434,69), +(17983,69), +(33996,69), +(18748,70), +(18776,70), +(33639,70), +(33678,70), +(26910,71), +(26958,71), +(26974,71), +(26994,71), +(28704,71), +(33616,71), +(26914,72), +(26964,72), +(26969,72), +(27001,72), +(28699,72), +(33580,72), +(33613,72), +(18749,73), +(18772,73), +(33636,73), +(33684,73), +(1103,74), +(1346,74), +(2399,74), +(2627,74), +(3004,74), +(3363,74), +(3484,74), +(3523,74), +(3704,74), +(4159,74), +(4193,74), +(4576,74), +(5153,74), +(11052,74), +(11557,74), +(16366,74), +(16640,74), +(16729,74), +(17487,74), +(26905,75), +(26953,75), +(26972,75), +(26989,75), +(28705,75), +(29631,75), +(33587,75), +(33619,75), +(18987,76), +(18988,76), +(18993,76), +(1355,77), +(1382,77), +(1430,77), +(1699,77), +(3026,77), +(3067,77), +(3087,77), +(3399,77), +(4210,77), +(4552,77), +(5159,77), +(5482,77), +(6286,77), +(8306,77), +(16253,77), +(16277,77), +(16676,77), +(16719,77), +(17246,77), +(19185,77), +(19369,77), +(34708,77), +(34710,77), +(34711,77), +(34712,77), +(34713,77), +(34714,77), +(34785,77), +(34786,77), +(26912,78), +(26962,78), +(26976,78), +(26999,78), +(28698,78), +(33617,78), +(18747,79), +(18779,79), +(33640,79), +(33682,79), +(1681,80), +(1701,80), +(3001,80), +(3137,80), +(3175,80), +(3357,80), +(3555,80), +(4254,80), +(4598,80), +(5392,80), +(5513,80), +(6297,80), +(8128,80), +(16663,80), +(16752,80), +(17488,80), +(18804,80), +(23734,81), +(26956,81), +(26992,81), +(28706,81), +(29233,81), +(33589,81), +(33621,81), +(18990,82), +(18991,82), +(2326,83), +(2327,83), +(2329,83), +(2798,83), +(3181,83), +(3373,83), +(4211,83), +(4591,83), +(5150,83), +(5759,83), +(5939,83), +(5943,83), +(6094,83), +(16272,83), +(16662,83), +(16731,83), +(17214,83), +(17424,83), +(19184,83), +(19478,83), +(22477,83), +(17634,84), +(18752,85), +(18775,86), +(19576,87), +(17637,88), +(25277,89), +(26907,89), +(26955,89), +(26991,89), +(28697,89), +(33586,89), +(33611,89), +(33677,90), +(33634,91), +(1676,92), +(1702,92), +(3290,92), +(3494,92), +(5174,92), +(5518,92), +(8736,92), +(10993,92), +(11017,92), +(11025,92), +(11031,92), +(11037,92), +(16667,92), +(16726,92), +(17222,92), +(2818,93), +(33610,94), +(18753,95), +(18773,95), +(19251,95), +(19252,95), +(19540,95), +(33633,95), +(33676,95), +(1317,96), +(3011,96), +(3345,96), +(3606,96), +(4213,96), +(4616,96), +(5157,96), +(5695,96), +(7949,96), +(11072,96), +(11073,96), +(11074,96), +(16160,96), +(16633,96), +(16725,96), +(26909,97), +(26957,97), +(26993,97), +(28742,97), +(32474,97), +(33623,97), +(1651,98), +(1680,98), +(1683,98), +(1700,98), +(2367,98), +(2834,98), +(3028,98), +(3179,98), +(3332,98), +(3607,98), +(4156,98), +(4573,98), +(5161,98), +(5493,98), +(5690,98), +(5938,98), +(5941,98), +(7946,98), +(12032,98), +(12961,98), +(14740,98), +(16774,98), +(16780,98), +(17101,98), +(18018,98), +(18911,99), +(1292,100), +(6287,100), +(6288,100), +(6289,100), +(6290,100), +(6291,100), +(6292,100), +(6295,100), +(6306,100), +(6387,100), +(7087,100), +(7088,100), +(7089,100), +(8144,100), +(12030,100), +(16273,100), +(16692,100), +(16763,100), +(17441,100), +(18755,101), +(18777,101), +(19180,101), +(33641,101), +(33683,101), +(26913,102), +(26963,102), +(26986,102), +(27000,102), +(28696,102), +(33618,102), +(8126,103), +(8738,103), +(29513,103), +(29506,104), +(7866,105), +(7867,105), +(29508,105), +(7870,106), +(7871,106), +(29509,106), +(7868,107), +(7869,107), +(29507,107), +(4578,108), +(9584,108), +(7406,109), +(7944,109), +(29514,109), +(14401,110), +(19063,111), +(26915,111), +(26960,111), +(26982,111), +(26997,111), +(28701,111), +(33590,111), +(33614,111), +(18751,112), +(18774,112), +(19539,112), +(33637,112), +(33680,112), +(15501,113), +(19775,113), +(19778,113), +(26906,114), +(26954,114), +(26980,114), +(26990,114), +(28693,114), +(33583,114), +(21493,115), +(21494,116), +(19186,117), +(24868,118), +(25099,118), +(26916,119), +(26959,119), +(26977,119), +(26995,119), +(28702,119), +(33603,119), +(33615,119), +(30721,120), +(30722,120), +(33638,120), +(33679,120), +(30706,121), +(30709,121), +(30710,121), +(30711,121), +(30713,121), +(30715,121), +(30716,121), +(30717,121), +(26903,122), +(26951,122), +(26975,122), +(26987,122), +(28703,122), +(33588,122), +(7231,123), +(7232,123), +(11146,123), +(11178,123), +(20124,123), +(29505,123), +(5164,124), +(7230,124), +(11177,124), +(20125,124), +(543,125), +(2878,125), +(2879,125), +(3306,125), +(3545,125), +(3620,125), +(3622,125), +(3624,125), +(3698,125), +(4320,125), +(10086,125), +(10088,125), +(2880,126); + +DELETE FROM `command` WHERE `permission`=672; +INSERT INTO `command` (`name`,`permission`,`help`) VALUES ('reload trainer',672,'Syntax: .reload trainer\nReloads trainer,trainer_locale,trainer_spell and creature_default_trainer tables.'); + +-- Drop unused table +DROP TABLE IF EXISTS `npc_trainer`; + +-- Drop removed columns +ALTER TABLE `creature_template` + DROP `trainer_type`, + DROP `trainer_spell`, + DROP `trainer_class`, + DROP `trainer_race`; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_31_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_31_00_world.sql new file mode 100644 index 00000000000..18c31031fb2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_31_00_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 54089; + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_stratholme_haunting_phantoms', 'spell_scourge_disguise', 'spell_scourge_disguise_instability', 'spell_scourge_disguise_expiring', 'spell_drop_disguise'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(16336, 'spell_stratholme_haunting_phantoms'), +(51966, 'spell_scourge_disguise'), +(51971, 'spell_scourge_disguise_instability'), +(52010, 'spell_scourge_disguise_expiring'), +(54089, 'spell_drop_disguise'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2018_12_31_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_31_01_world_335.sql new file mode 100644 index 00000000000..5d0def5c80b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2018_12_31_01_world_335.sql @@ -0,0 +1,48 @@ +-- +UPDATE `trainer` SET `Greeting`='Hello, warrior! Ready for some training?' WHERE `Id`=1; +UPDATE `trainer` SET `Greeting`='Hello, warrior! Ready for some training?' WHERE `Id`=2; +UPDATE `trainer` SET `Greeting`='Hello, paladin! Ready for some training?' WHERE `Id`=3; +UPDATE `trainer` SET `Greeting`='Hello, paladin! Ready for some training?' WHERE `Id`=4; +UPDATE `trainer` SET `Greeting`='Hello, paladin! Ready for some training?' WHERE `Id`=5; +UPDATE `trainer` SET `Greeting`='Hello, paladin! Ready for some training?' WHERE `Id`=6; +UPDATE `trainer` SET `Greeting`='Hello, hunter! Ready for some training?' WHERE `Id`=7; +UPDATE `trainer` SET `Greeting`='Hello, hunter! Ready for some training?' WHERE `Id`=8; +UPDATE `trainer` SET `Greeting`='Hello, rogue! Ready for some training?' WHERE `Id`=9; +UPDATE `trainer` SET `Greeting`='Hello, rogue! Ready for some training?' WHERE `Id`=10; +UPDATE `trainer` SET `Greeting`='Hello, priest! Ready for some training?' WHERE `Id`=11; +UPDATE `trainer` SET `Greeting`='Hello, priest! Ready for some training?' WHERE `Id`=12; +UPDATE `trainer` SET `Greeting`='Well met, Death Knight. Ready for some training?' WHERE `Id`=13; +UPDATE `trainer` SET `Greeting`='Hello, shaman! Ready for some training?' WHERE `Id`=14; +UPDATE `trainer` SET `Greeting`='Hello, shaman! Ready for some training?' WHERE `Id`=15; +UPDATE `trainer` SET `Greeting`='Hello, mage! Ready for some training?' WHERE `Id`=16; +UPDATE `trainer` SET `Greeting`='Hello, mage! Ready for some training?' WHERE `Id`=17; +UPDATE `trainer` SET `Greeting`='Welcome!' WHERE `Id` IN (18,19,20,21,22,23,24,25,26,27,28,29,30); +UPDATE `trainer` SET `Greeting`='Hello, warlock! Ready for some training?' WHERE `Id`=31; +UPDATE `trainer` SET `Greeting`='Hello, warlock! Ready for some training?' WHERE `Id`=32; +UPDATE `trainer` SET `Greeting`='Hello, druid! Ready for some training?' WHERE `Id`=33; +UPDATE `trainer` SET `Greeting`='Hello, druid! Ready for some training?' WHERE `Id`=34; +UPDATE `trainer` SET `Greeting`='Hello! Can I teach you something?' WHERE `Id` IN (35,36,37,38,39,40,41,42,43,44,45,46); +UPDATE `trainer` SET `Greeting`="Hello! Ready for some training?" WHERE `Id` IN (47,48,49,50,51,52,53,54,55,56,57); +UPDATE `trainer` SET `Greeting`='Care to learn how to turn the ore that you find into weapons and metal armor?' WHERE `Id` IN (58,59,60); +UPDATE `trainer` SET `Greeting`='Greetings! Can I teach you how to turn beast hides into armor?' WHERE `Id` IN (61,62,63,64); +UPDATE `trainer` SET `Greeting`='With alchemy you can turn found herbs into healing and other types of potions.' WHERE `Id` IN (65,66,67,68); +UPDATE `trainer` SET `Greeting`='Searching for herbs requires both knowledge and instinct.' WHERE `Id` IN (69,70,71); +UPDATE `trainer` SET `Greeting`='Greetings! Can I teach you how to turn found cloth into cloth armor?' WHERE `Id` IN (72,73, 74); +UPDATE `trainer` SET `Greeting`='Can I teach you how to turn the meat you find on beasts into a feast?' WHERE `Id` IN (75,76,77,93); +UPDATE `trainer` SET `Greeting`='You have not lived until you have dug deep into the earth.' WHERE `Id` IN (78,79,80); +UPDATE `trainer` SET `Greeting`='Here, let me show you how to bind those wounds....' WHERE `Id` IN (81,82,83); +UPDATE `trainer` SET `Greeting`='Engineering is very simple once you grasp the basics.' WHERE `Id` IN (84,85,86,87,88,89,90,91,92); +UPDATE `trainer` SET `Greeting`='Greetings! Can I teach you how to cut precious gems and craft jewelry?' WHERE `Id` IN (94,95,96); +UPDATE `trainer` SET `Greeting`='I can teach you how to use a fishing pole to catch fish.' WHERE `Id` IN (97,98,99); +UPDATE `trainer` SET `Greeting`='It requires a steady hand to remove the leather from a slain beast.' WHERE `Id` IN (100,101,102); +UPDATE `trainer` SET `Greeting`='Engineering is very simple once you grasp the basics.' WHERE `Id` IN (103,109,115,116,118); +UPDATE `trainer` SET `Greeting`='Care to learn how to turn the ore that you find into weapons and metal armor?' WHERE `Id` IN (104,123,124); +UPDATE `trainer` SET `Greeting`='Greetings! Can I teach you how to turn beast hides into armor?' WHERE `Id` IN (105,106,107); +UPDATE `trainer` SET `Greeting`='Greetings! Can I teach you how to turn found cloth into cloth armor?' WHERE `Id` IN (108); +UPDATE `trainer` SET `Greeting`='You have not lived until you have dug deep into the earth.' WHERE `Id` IN (110); +UPDATE `trainer` SET `Greeting`='Greetings! Can I teach you how to cut precious gems and craft jewelry?' WHERE `Id` IN (111,112,113); +UPDATE `trainer` SET `Greeting`='Enchanting is the art of improving existing items through magic.' WHERE `Id` IN (114); +UPDATE `trainer` SET `Greeting`='Can I teach you how to turn the meat you find on beasts into a feast?' WHERE `Id` IN (117,126); +UPDATE `trainer` SET `Greeting`='Would you like to learn the intricacies of inscription?' WHERE `Id` IN (119,120,121); +UPDATE `trainer` SET `Greeting`='With alchemy you can turn found herbs into healing and other types of potions.' WHERE `Id` IN (122); +UPDATE `trainer` SET `Greeting`='' WHERE `Id`=125; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_01_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_01_00_world_335.sql new file mode 100644 index 00000000000..c05360193cd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_01_00_world_335.sql @@ -0,0 +1,60 @@ +-- +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 34529; -- 23563; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 34530; -- 23564; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 36256; -- 23565; +UPDATE `trainer_spell` SET `ReqAbility1`=20219 WHERE `SpellId`= 30574; -- 23828; +UPDATE `trainer_spell` SET `ReqAbility1`=20219 WHERE `SpellId`= 30575; -- 23829; +UPDATE `trainer_spell` SET `ReqAbility1`=20219 WHERE `SpellId`= 30569; -- 23835; +UPDATE `trainer_spell` SET `ReqAbility1`=20222 WHERE `SpellId`= 30563; -- 23836; +UPDATE `trainer_spell` SET `ReqAbility1`=20222 WHERE `SpellId`= 30565; -- 23838; +UPDATE `trainer_spell` SET `ReqAbility1`=20222 WHERE `SpellId`= 30566; -- 23839; +UPDATE `trainer_spell` SET `ReqAbility1`=17039 WHERE `SpellId`= 34535; -- 28425; +UPDATE `trainer_spell` SET `ReqAbility1`=17039 WHERE `SpellId`= 34537; -- 28426; +UPDATE `trainer_spell` SET `ReqAbility1`=17039 WHERE `SpellId`= 36258; -- 28427; +UPDATE `trainer_spell` SET `ReqAbility1`=17039 WHERE `SpellId`= 34538; -- 28428; +UPDATE `trainer_spell` SET `ReqAbility1`=17039 WHERE `SpellId`= 34540; -- 28429; +UPDATE `trainer_spell` SET `ReqAbility1`=17039 WHERE `SpellId`= 36259; -- 28430; +UPDATE `trainer_spell` SET `ReqAbility1`=17041 WHERE `SpellId`= 34541; -- 28431; +UPDATE `trainer_spell` SET `ReqAbility1`=17041 WHERE `SpellId`= 34542; -- 28432; +UPDATE `trainer_spell` SET `ReqAbility1`=17041 WHERE `SpellId`= 36260; -- 28433; +UPDATE `trainer_spell` SET `ReqAbility1`=17041 WHERE `SpellId`= 34543; -- 28434; +UPDATE `trainer_spell` SET `ReqAbility1`=17041 WHERE `SpellId`= 34544; -- 28435; +UPDATE `trainer_spell` SET `ReqAbility1`=17041 WHERE `SpellId`= 36261; -- 28436; +UPDATE `trainer_spell` SET `ReqAbility1`=17040 WHERE `SpellId`= 34545; -- 28437; +UPDATE `trainer_spell` SET `ReqAbility1`=17040 WHERE `SpellId`= 34546; -- 28438; +UPDATE `trainer_spell` SET `ReqAbility1`=17040 WHERE `SpellId`= 36262; -- 28439; +UPDATE `trainer_spell` SET `ReqAbility1`=17040 WHERE `SpellId`= 34547; -- 28440; +UPDATE `trainer_spell` SET `ReqAbility1`=17040 WHERE `SpellId`= 34548; -- 28441; +UPDATE `trainer_spell` SET `ReqAbility1`=17040 WHERE `SpellId`= 36263; -- 28442; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 34533; -- 28483; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 34534; -- 28484; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 36257; -- 28485; +UPDATE `trainer_spell` SET `ReqAbility1`=10656 WHERE `SpellId`= 35575; -- 29515; +UPDATE `trainer_spell` SET `ReqAbility1`=10656 WHERE `SpellId`= 35576; -- 29516; +UPDATE `trainer_spell` SET `ReqAbility1`=10656 WHERE `SpellId`= 35577; -- 29517; +UPDATE `trainer_spell` SET `ReqAbility1`=10656 WHERE `SpellId`= 35580; -- 29519; +UPDATE `trainer_spell` SET `ReqAbility1`=10656 WHERE `SpellId`= 35582; -- 29520; +UPDATE `trainer_spell` SET `ReqAbility1`=10656 WHERE `SpellId`= 35584; -- 29521; +UPDATE `trainer_spell` SET `ReqAbility1`=10660 WHERE `SpellId`= 35585; -- 29522; +UPDATE `trainer_spell` SET `ReqAbility1`=10660 WHERE `SpellId`= 35588; -- 29523; +UPDATE `trainer_spell` SET `ReqAbility1`=10660 WHERE `SpellId`= 35587; -- 29524; +UPDATE `trainer_spell` SET `ReqAbility1`=10658 WHERE `SpellId`= 35589; -- 29525; +UPDATE `trainer_spell` SET `ReqAbility1`=10658 WHERE `SpellId`= 35590; -- 29526; +UPDATE `trainer_spell` SET `ReqAbility1`=10658 WHERE `SpellId`= 35591; -- 29527; +UPDATE `trainer_spell` SET `ReqAbility1`=10658 WHERE `SpellId`= 36074; -- 29964; +UPDATE `trainer_spell` SET `ReqAbility1`=10660 WHERE `SpellId`= 36075; -- 29970; +UPDATE `trainer_spell` SET `ReqAbility1`=10656 WHERE `SpellId`= 36076; -- 29971; +UPDATE `trainer_spell` SET `ReqAbility1`=10658 WHERE `SpellId`= 36077; -- 29973; +UPDATE `trainer_spell` SET `ReqAbility1`=10660 WHERE `SpellId`= 36078; -- 29974; +UPDATE `trainer_spell` SET `ReqAbility1`=10656 WHERE `SpellId`= 36079; -- 29975; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 36122; -- 30069; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 36124; -- 30070; +UPDATE `trainer_spell` SET `ReqAbility1`=9787 WHERE `SpellId`= 36125; -- 30071; +UPDATE `trainer_spell` SET `ReqAbility1`=9787 WHERE `SpellId`= 36126; -- 30072; +UPDATE `trainer_spell` SET `ReqAbility1`=9787 WHERE `SpellId`= 36128; -- 30073; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 36129; -- 30074; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 36130; -- 30076; +UPDATE `trainer_spell` SET `ReqAbility1`=17039 WHERE `SpellId`= 36131; -- 30077; +UPDATE `trainer_spell` SET `ReqAbility1`=17039 WHERE `SpellId`= 36133; -- 30086; +UPDATE `trainer_spell` SET `ReqAbility1`=17041 WHERE `SpellId`= 36134; -- 30087; +UPDATE `trainer_spell` SET `ReqAbility1`=17041 WHERE `SpellId`= 36135; -- 30088; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_01_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_01_01_world_335.sql new file mode 100644 index 00000000000..d6545492bc5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_01_01_world_335.sql @@ -0,0 +1,16 @@ +-- +UPDATE `trainer_spell` SET `ReqAbility1`=17040 WHERE `SpellId`= 36136; -- 30089; +UPDATE `trainer_spell` SET `ReqAbility1`=17040 WHERE `SpellId`= 36137; -- 30093; +UPDATE `trainer_spell` SET `ReqAbility1`=20222 WHERE `SpellId`= 36954; -- 30542; +UPDATE `trainer_spell` SET `ReqAbility1`=20219 WHERE `SpellId`= 36955; -- 30544; +UPDATE `trainer_spell` SET `ReqAbility1`=34090 WHERE `SpellId`= 44155; -- 34060; +UPDATE `trainer_spell` SET `ReqAbility1`=34091 WHERE `SpellId`= 44157; -- 34061; +UPDATE `trainer_spell` SET `ReqAbility1`=20219 WHERE `SpellId`= 56473; -- 40895; +UPDATE `trainer_spell` SET `ReqAbility1`=9787 WHERE `SpellId`= 55183; -- 41186; +UPDATE `trainer_spell` SET `ReqAbility1`=9787 WHERE `SpellId`= 55184; -- 41187; +UPDATE `trainer_spell` SET `ReqAbility1`=9787 WHERE `SpellId`= 55185; -- 41188; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 55186; -- 41189; +UPDATE `trainer_spell` SET `ReqAbility1`=9788 WHERE `SpellId`= 55187; -- 41190; +UPDATE `trainer_spell` SET `ReqAbility1`=20222 WHERE `SpellId`= 56514; -- 42641; +UPDATE `trainer_spell` SET `ReqAbility1`=34090 WHERE `SpellId`= 60969; -- 44554; +UPDATE `trainer_spell` SET `ReqAbility1`=34091 WHERE `SpellId`= 60971; -- 44558; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_02_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_02_00_world.sql new file mode 100644 index 00000000000..ba1a87eef80 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_02_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `creature_text` WHERE `CreatureID`=20926 AND `GroupID` IN (0,1); +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(20926,0,0,'You hear a faint echo....',16,0,100,0,0,0,18599,3,'When Access Panel is used'), +(20926,1,0,'You hear a loud rumble of metal grinding on stone...',16,0,100,0,0,0,18600,3,'When main door open'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_04_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_04_00_world.sql new file mode 100644 index 00000000000..1e68a24376c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_04_00_world.sql @@ -0,0 +1,50 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (2095,2097,2099,3647,4068,4094,4099,94196,94198,94359,94360,94361,94476,94478,94482,94507,94508,94551,94553,94554,94555,94556,94557,94579,94605,94649,94700,94704,94711,94716,94733,94734,94735,94738,94797,94798,94799,94800,94862,94863,95037,95038,95039,95040,95041,95042,95043); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(2095, 22180, 530, 1, 1, 0, 0, 1916.01, 7282.84, 363.792, 1.22627, 300, 15, 1), +(2097, 22180, 530, 1, 1, 0, 0, 1868.19, 7130.46, 360.428, 5.80059, 300, 15, 1), +(2099, 22180, 530, 1, 1, 0, 0, 1814.63, 7113.21, 359.284, 1.81263, 300, 15, 1), +(3647, 22180, 530, 1, 1, 0, 0, 1785.15, 7150.76, 363.934, 4.28223, 300, 15, 1), +(4068, 22180, 530, 1, 1, 0, 0, 1749.17, 7184.04, 364.024, 6.02426, 300, 15, 1), +(4094, 22180, 530, 1, 1, 0, 0, 1847.84, 7217.73, 363.916, 3.28954, 300, 15, 1), +(4099, 22180, 530, 1, 1, 0, 0, 1883.84, 7249.94, 365.267, 2.58255, 300, 15, 1), +(94196, 22180, 530, 1, 1, 0, 0, 1817.67, 7250.64, 364.312, 3.0771, 300, 15, 1), +(94198, 22180, 530, 1, 1, 0, 0, 1719.96, 7217.31, 364.465, 2.07565, 300, 15, 1), +(94359, 22180, 530, 1, 1, 0, 0, 1752.32, 7316.12, 363.812, 2.1553, 300, 15, 1), +(94360, 22180, 530, 1, 1, 0, 0, 1784.46, 7347.84, 363.931, 2.61293, 300, 15, 1), +(94361, 22180, 530, 1, 1, 0, 0, 2007.42, 7319.34, 363.827, 5.49353, 300, 15, 1), +(94476, 22180, 530, 1, 1, 0, 0, 1982.6, 7280.85, 363.843, 3.40916, 300, 15, 1), +(94478, 22180, 530, 1, 1, 0, 0, 2100.18, 7280.79, 364.35, 0.28962, 300, 15, 1), +(94482, 22180, 530, 1, 1, 0, 0, 2615.16, 7280.68, 366.134, 0.549848, 300, 15, 1), +(94507, 22180, 530, 1, 1, 0, 0, 2647.88, 7317.21, 364.062, 2.13548, 300, 15, 1), +(94508, 22180, 530, 1, 1, 0, 0, 2648.42, 7249, 364.276, 0.648382, 300, 15, 1), +(94551, 22180, 530, 1, 1, 0, 0, 2580.74, 7117.69, 364.844, 0.278904, 300, 15, 1), +(94553, 22180, 530, 1, 1, 0, 0, 2518.84, 7116.01, 365.284, 3.42194, 300, 15, 1), +(94554, 22180, 530, 1, 1, 0, 0, 2437.54, 7094.57, 365.314, 5.06692, 300, 15, 1), +(94555, 22180, 530, 1, 1, 0, 0, 2278.19, 7113.95, 365.786, 1.10657, 300, 15, 1), +(94556, 22180, 530, 1, 1, 0, 0, 2182.27, 7148.82, 364.009, 2.71397, 300, 15, 1), +(94557, 22180, 530, 1, 1, 0, 0, 2001.43, 7232.3, 363.866, 5.10495, 300, 15, 1), +(94579, 22180, 530, 1, 1, 0, 0, 2085.24, 7244.93, 364.133, 1.11851, 300, 15, 1), +(94605, 22180, 530, 1, 1, 0, 0, 2110.98, 7215.75, 364.609, 5.45526, 300, 15, 1), +(94649, 22180, 530, 1, 1, 0, 0, 2549.02, 7147.97, 364.52, 2.40577, 300, 15, 1), +(94700, 22180, 530, 1, 1, 0, 0, 2518.73, 7185.17, 364.77, 3.18273, 300, 15, 1), +(94704, 22180, 530, 1, 1, 0, 0, 2618.99, 7148.38, 364.95, 1.11815, 300, 15, 1), +(94711, 22180, 530, 1, 1, 0, 0, 3916.93, 5849.42, 266.018, 5.62945, 300, 15, 1), +(94716, 22180, 530, 1, 1, 0, 0, 3951.31, 5817.37, 264.973, 5.22001, 300, 15, 1), +(94733, 22180, 530, 1, 1, 0, 0, 3983.69, 5783.77, 265.288, 6.27689, 300, 15, 1), +(94734, 22180, 530, 1, 1, 0, 0, 3882.47, 5819.08, 264.754, 5.25327, 300, 15, 1), +(94735, 22180, 530, 1, 1, 0, 0, 3931.02, 5686.46, 267.835, 2.92855, 300, 15, 1), +(94738, 22180, 530, 1, 1, 0, 0, 3953.47, 5513.67, 267.993, 0.960086, 300, 15, 1), +(94797, 22180, 530, 1, 1, 0, 0, 3969.28, 5432.41, 267.429, 5.46927, 300, 15, 1), +(94798, 22180, 530, 1, 1, 0, 0, 4029.92, 5430, 267.424, 3.92461, 300, 15, 1), +(94799, 22180, 530, 1, 1, 0, 0, 1784.68, 7216.72, 364.005, 3.81258, 300, 15, 1), +(94800, 22180, 530, 1, 1, 0, 0, 1784.87, 7282.45, 364.661, 2.27091, 300, 15, 1), +(94862, 22180, 530, 1, 1, 0, 0, 1884.25, 7184.34, 364.181, 6.26632, 300, 15, 1), +(94863, 22180, 530, 1, 1, 0, 0, 1816.83, 7185.15, 365.234, 3.43653, 300, 15, 1), +(95037, 22180, 530, 1, 1, 0, 0, 2216.75, 7182.9, 364.292, 4.5181, 300, 15, 1), +(95038, 22180, 530, 1, 1, 0, 0, 1751.57, 7249.6, 364.179, 2.05982, 300, 15, 1), +(95039, 22180, 530, 1, 1, 0, 0, 4112.27, 5548.79, 266.511, 2.01708, 300, 15, 1), +(95040, 22180, 530, 1, 1, 0, 0, 4016.67, 5515.74, 266.88, 2.13197, 300, 15, 1), +(95041, 22180, 530, 1, 1, 0, 0, 4020.76, 5651.26, 267.027, 4.27965, 300, 15, 1), +(95042, 22180, 530, 1, 1, 0, 0, 4049.53, 5716.78, 266.542, 2.36919, 300, 15, 1), +(95043, 22180, 530, 1, 1, 0, 0, 4050.11, 5782.68, 265.395, 3.0414, 300, 15, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_00_world.sql new file mode 100644 index 00000000000..49c15097f7b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_00_world.sql @@ -0,0 +1,27 @@ +UPDATE `spell_script_names` SET `ScriptName`='spell_q13264_q13276_q13288_q13289_burst_at_the_seams_59576' WHERE `spell_id` = 59576; +UPDATE `spell_script_names` SET `ScriptName`='spell_q12690_burst_at_the_seams_52510' WHERE `spell_id` = 52510; + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_q13264_q13276_q13288_q13289_bloated_abom_feign_death', 'spell_q13264_q13276_q13288_q13289_burst_at_the_seams_59579', 'spell_q13264_q13276_q13288_q13289_area_restrict_abom', 'spell_q13264_q13276_q13288_q13289_assign_credit_to_master'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(52593, 'spell_q13264_q13276_q13288_q13289_bloated_abom_feign_death'), +(59579, 'spell_q13264_q13276_q13288_q13289_burst_at_the_seams_59579'), +(76245, 'spell_q13264_q13276_q13288_q13289_area_restrict_abom'), +(59590, 'spell_q13264_q13276_q13288_q13289_assign_credit_to_master'), +(60039, 'spell_q13264_q13276_q13288_q13289_assign_credit_to_master'), +(60041, 'spell_q13264_q13276_q13288_q13289_assign_credit_to_master'); + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (31692); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (31692) AND `source_type`=0; +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 +(31692,0,0,0, 54,0,100,0,0,0,0,0, 11,76244,2,0,0,0,0, 1,0,0,0,0,0,0,0, 'Reanimated Abomination - On Summoned - Cast "Reanimated Abomination Script"'); + +DELETE FROM `conditions` WHERE `SourceEntry` IN (59576,59579) AND `SourceTypeOrReferenceId` = 13; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 2, 59576, 0, 0, 31, 0, 3, 31142, 0, 0, 0, 0, '', 'Spell "Burst at the Seams" targets Icy Ghoul'), +(13, 2, 59576, 0, 1, 31, 0, 3, 31147, 0, 0, 0, 0, '', 'Spell "Burst at the Seams" targets Vicious Geist'), +(13, 2, 59576, 0, 2, 31, 0, 3, 31205, 0, 0, 0, 0, '', 'Spell "Burst at the Seams" targets Risen Alliance Soldier'), +(13, 2, 59576, 0, 3, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Spell "Burst at the Seams" targets Players'), +(13, 1, 59579, 0, 0, 31, 0, 3, 31142, 0, 0, 0, 0, '', 'Spell "Burst at the Seams" targets Icy Ghoul'), +(13, 1, 59579, 0, 1, 31, 0, 3, 31147, 0, 0, 0, 0, '', 'Spell "Burst at the Seams" targets Vicious Geist'), +(13, 1, 59579, 0, 2, 31, 0, 3, 31205, 0, 0, 0, 0, '', 'Spell "Burst at the Seams" targets Risen Alliance Soldier'); + diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_01_world.sql new file mode 100644 index 00000000000..4c497f058ca --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_01_world.sql @@ -0,0 +1,12 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN +('spell_four_horsemen_consumption', +'spell_rajaxx_thundercrash', +'spell_gen_arcane_charge', +'spell_pet_dk_gargoyle_strike'); + +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(28865, 'spell_four_horsemen_consumption'), +(25599, 'spell_rajaxx_thundercrash'), +(45072, 'spell_gen_arcane_charge'), +(51963, 'spell_pet_dk_gargoyle_strike'); + diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_02_world.sql new file mode 100644 index 00000000000..32e98f1fed0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_02_world.sql @@ -0,0 +1,17 @@ +-- Valithria Dreamwalker fixes +DELETE FROM `creature` WHERE `id`=37868; +DELETE FROM `creature_summon_groups` WHERE `summonerId`=38752; +INSERT INTO `creature_summon_groups` (`summonerId`,`summonerType`,`groupId`,`entry`,`position_x`,`position_y`,`position_z`,`orientation`,`summonType`,`summonTime`) VALUES +-- Group All Difficulty +(38752,0,1,37868,4222.86,2504.58,364.96,3.90954,8,0), -- Risen Archmage +(38752,0,1,37868,4223.4 ,2465.11,364.952,2.3911,8,0), -- Risen Archmage +-- Group 10 Man +(38752,0,2,37868,4230.44,2478.56,364.953,2.93215,8,0), -- Risen Archmage +(38752,0,2,37868,4230.53,2490.22,364.957,3.36849,8,0), -- Risen Archmage +-- Group 25 man +(38752,0,3,37868,4185.29,2464.01,364.87,0.798137,8,0), -- Risen Archmage +(38752,0,3,37868,4183.7 ,2503.93,364.879,5.50843,8,0); -- Risen Archmage + +UPDATE `creature` SET `phaseMask`=20 WHERE `id` IN(38421,37950); +UPDATE `creature_template` SET `flags_extra`=2 WHERE `entry`=37950; +UPDATE `conditions` SET `ConditionValue2`=37950 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN(72031,72032,72033,71946); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_03_world.sql new file mode 100644 index 00000000000..ee734187dc2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_03_world.sql @@ -0,0 +1 @@ +DELETE FROM `linked_respawn` WHERE `guid` IN (137748,137749,137750,137751); -- Risen Archmage (Valithria) diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_04_world.sql new file mode 100644 index 00000000000..fa19fa8b8fe --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_04_world.sql @@ -0,0 +1,2 @@ +-- Risen Ghoul +UPDATE `pet_levelstats` SET `hp`=5338,`str`=331,`agi`=856,`sta`=361,`inte`=65, `spi`=109 WHERE `creature_entry`=26125 AND `level`=80; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_05_world_335.sql new file mode 100644 index 00000000000..1c8f56f0dc9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_05_05_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `ExperienceModifier`=0.005 WHERE `entry`=10925; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_00_world.sql new file mode 100644 index 00000000000..06d06e0ed18 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_00_world.sql @@ -0,0 +1,374 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (40454); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,40454,0,0,31,0,3,22175,0,0,0,0,'',''), +(13,1,40454,0,0,31,0,3,22180,0,0,0,0,'',''); + +DELETE FROM `creature_text` WHERE `CreatureID`=22304; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(22304,0,0,"Get to work on those crystals!",12,0,100,0,0,0,21112,0,"Mo''arg Extractor"), +(22304,0,1,"Move it! These crystals aren't going to collect themselves.",12,0,100,0,0,0,21114,0,"Mo''arg Extractor"), +(22304,0,2,"These crystals will work. Get them!",12,0,100,0,0,0,21113,0,"Mo''arg Extractor"), +(22304,1,0,"At least you didn''t screw this batch up.",12,0,100,0,0,0,21116,0,"Mo''arg Extractor"), +(22304,1,1,"I can''t believe you''ve actually done something right for once.",12,0,100,0,0,0,21117,0,"Mo''arg Extractor"), +(22304,1,2,"You''ve ruined this batch! Why must I work with you worthless Gan''arg.",12,0,100,0,0,0,21115,0,"Mo''arg Extractor"); + +SET @GUID := 97833; +DELETE FROM `creature` WHERE `id` IN(22304,23174); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(@GUID+0,22304,530,1,0,0,1333.794,7198.299,377.9623,0.3662618,1800,0,0,0,0,2), +(@GUID+1,23174,530,1,0,0,1333.145,7197.777,377.9623,3.874631,1800,0,0,0,0,0), +(@GUID+2,23174,530,1,0,0,1332.737,7198.952,377.9623,3.228859,1800,0,0,0,0,0), +(@GUID+3,22304,530,1,0,0,1333.794,7198.299,377.9623,0.3662618,1800,0,0,0,0,2), +(@GUID+4,23174,530,1,0,0,1333.145,7197.777,377.9623,3.874631,1800,0,0,0,0,0), +(@GUID+5,23174,530,1,0,0,1332.737,7198.952,377.9623,3.228859,1800,0,0,0,0,0), +(@GUID+6,22304,530,1,0,0,2988.309,6847.49,376.6118,1.582121,1800,0,0,0,0,2), +(@GUID+7,23174,530,1,0,0,2987.717,6848.119,376.6118,5.88176,1800,0,0,0,0,0), +(@GUID+8,23174,530,1,0,0,2988.185,6847.605,376.6118,1.27409,1800,0,0,0,0,0), +(@GUID+9,22304,530,1,0,0,2988.309,6847.49,376.6118,1.582121,1800,0,0,0,0,2), +(@GUID+10,23174,530,1,0,0,2987.717,6848.119,376.6118,5.88176,1800,0,0,0,0,0), +(@GUID+11,23174,530,1,0,0,2988.185,6847.605,376.6118,1.27409,1800,0,0,0,0,0); + +DELETE FROM `pool_template` WHERE entry BETWEEN 496 AND 500; +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(496, 3, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174) 1'), +(497, 3, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174) 2'), +(498, 3, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174) 3'), +(499, 3, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174) 4'), +(500, 1, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174) Mother Pool'); + +DELETE FROM `pool_creature` WHERE `pool_entry` BETWEEN 496 AND 499; +INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(@GUID+0, 496, 0, 'Mo''arg Extractor (22304)'), +(@GUID+1, 496, 0, 'Crystalfused Miner (23174)'), +(@GUID+2, 496, 0, 'Crystalfused Miner (23174)'), +(@GUID+3, 497, 0, 'Mo''arg Extractor (22304)'), +(@GUID+4, 497, 0, 'Crystalfused Miner (23174)'), +(@GUID+5, 497, 0, 'Crystalfused Miner (23174)'), +(@GUID+6, 498, 0, 'Mo''arg Extractor (22304)'), +(@GUID+7, 498, 0, 'Crystalfused Miner (23174)'), +(@GUID+8, 498, 0, 'Crystalfused Miner (23174)'), +(@GUID+9, 499, 0, 'Mo''arg Extractor (22304)'), +(@GUID+10, 499, 0, 'Crystalfused Miner (23174)'), +(@GUID+11, 499, 0, 'Crystalfused Miner (23174)'); + +DELETE FROM `pool_pool` WHERE `mother_pool`=500; +INSERT INTO `pool_pool` (`pool_id`, `mother_pool`, `chance`, `description`) VALUES +(496, 500, 0, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174)'), +(497, 500, 0, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174)'), +(498, 500, 0, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174)'), +(499, 500, 0, 'Ogri\'la - Mo''arg Extractor (22304) and Crystalfused Miner (23174)'); + +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (@GUID+0,@GUID+3,@GUID+6,@GUID+9); +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(@GUID+0, @GUID+0,0,0,515,0,0), +(@GUID+0, @GUID+1,4,60,515,0,0), +(@GUID+0, @GUID+2,4,330,515,0,0), +(@GUID+3, @GUID+3,0,0,515,0,0), +(@GUID+3, @GUID+4,4,60,515,0,0), +(@GUID+3, @GUID+5,4,330,515,0,0), +(@GUID+6, @GUID+6,0,0,515,0,0), +(@GUID+6, @GUID+7,4,60,515,0,0), +(@GUID+6, @GUID+8,4,330,515,0,0), +(@GUID+9, @GUID+9,0,0,515,0,0), +(@GUID+9, @GUID+10,4,60,515,0,0), +(@GUID+9, @GUID+11,4,330,515,0,0); + +DELETE FROM `creature_addon` WHERE `guid` IN (@GUID+0,@GUID+3,@GUID+6,@GUID+9); +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES +(@GUID+0,(@GUID+0)*10,0), +(@GUID+3,(@GUID+3)*10,0), +(@GUID+6,(@GUID+6)*10,0), +(@GUID+9,(@GUID+9)*10,0); + +UPDATE `creature_template` SET `speed_walk`=1.2, `AIName`="SmartAI" WHERE `Entry` IN (22304,23174); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-(@GUID+0), -(@GUID+3), -(@GUID+6),-(@GUID+9), 23174) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2230400 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 +(23174,0, 0,0,0,0,100,0,2000,4000,6000,8000, 11,32614,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Crystalfused Miner - IC - Cast Arcane Explosion'), +(-(@GUID+0),0, 0,0,34,0,100,0,2,16,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Random Say'), +(-(@GUID+0),0, 1,0,34,0,100,0,2,16,0,0, 11,40454,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast Frighten'), +(-(@GUID+0),0, 2,0,34,0,100,0,2,17,0,0, 80,2230400,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - action list'), +(-(@GUID+0),0, 3,0,34,0,100,0,2,24,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Random Say'), +(-(@GUID+0),0, 4,0,34,0,100,0,2,24,0,0, 11,40454,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast Frighten'), +(-(@GUID+0),0, 5,0,34,0,100,0,2,25,0,0, 80,2230400,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - action list'), +(2230400,9, 0,0,0,0,100,0,1000,1000,0,0, 66,0,0,0,0,0,0,19,21203,20,0,0,0,0,0, 'Mo''arg Extractor - action list - Set orientation'), +(2230400,9, 1,0,0,0,100,0,0,0,0,0, 11,43831,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - action list - cast Emote State Work'), +(2230400,9, 2,0,0,0,100,0,0,0,0,0, 85,43831,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - action list - cast Emote State Work'), +(2230400,9, 3,0,0,0,100,0,7000,7000,0,0, 1,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - action list - say text'), +(2230400,9, 4,0,0,0,100,0,0,0,0,0, 28,43831,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - action list - remove Emote State Work'), +(2230400,9, 5,0,0,0,100,0,0,0,0,0, 28,43831,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - action list - remove Emote State Work'), +(-(@GUID+0),0, 6,7,34,0,100,0,2,51,0,0, 66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.3678647, 'Mo''arg Extractor - action list - Set orientation'), +(-(@GUID+0),0, 7,8,61,0,100,0,0,0,0,0, 11,40163,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast teleport'), +(-(@GUID+0),0, 8,9,61,0,100,0,0,0,0,0, 85,40163,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast teleport'), +(-(@GUID+0),0, 9,10,61,0,100,0,0,0,0,0, 41,0,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Despawn'), +(-(@GUID+0),0, 10,0,61,0,100,0,0,0,0,0, 41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Despawn'), +(-(@GUID+0),0, 11,0,0,0,100,0,2000,4000,6000,8000, 11,40818,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Mo''arg Extractor - IC - Cast Toxic Slime'), +(-(@GUID+0),0, 12,0,0,0,100,0,1000,7000,5000,9000, 11,40839,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Mo''arg Extractor - IC - Cast drill'), +(-(@GUID+3),0, 0,0,34,0,100,0,2,28,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Random Say'), +(-(@GUID+3),0, 1,0,34,0,100,0,2,28,0,0, 11,40454,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast Frighten'), +(-(@GUID+3),0, 2,0,34,0,100,0,2,29,0,0, 80,2230400,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - action list'), +(-(@GUID+3),0, 3,0,34,0,100,0,2,34,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Random Say'), +(-(@GUID+3),0, 4,0,34,0,100,0,2,34,0,0, 11,40454,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast Frighten'), +(-(@GUID+3),0, 5,0,34,0,100,0,2,35,0,0, 80,2230400,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - action list'), +(-(@GUID+3),0, 6,7,34,0,100,0,2,67,0,0, 66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.753767, 'Mo''arg Extractor - action list - Set orientation'), +(-(@GUID+3),0, 7,8,61,0,100,0,0,0,0,0, 11,40163,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast teleport'), +(-(@GUID+3),0, 8,9,61,0,100,0,0,0,0,0, 85,40163,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast teleport'), +(-(@GUID+3),0, 9,10,61,0,100,0,0,0,0,0, 41,0,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Despawn'), +(-(@GUID+3),0, 10,0,61,0,100,0,0,0,0,0, 41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Despawn'), +(-(@GUID+3),0, 11,0,0,0,100,0,2000,4000,6000,8000, 11,40818,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Mo''arg Extractor - IC - Cast Toxic Slime'), +(-(@GUID+3),0, 12,0,0,0,100,0,1000,7000,5000,9000, 11,40839,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Mo''arg Extractor - IC - Cast drill'), +(-(@GUID+6),0, 0,0,34,0,100,0,2,19,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Random Say'), +(-(@GUID+6),0, 1,0,34,0,100,0,2,19,0,0, 11,40454,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast Frighten'), +(-(@GUID+6),0, 2,0,34,0,100,0,2,20,0,0, 80,2230400,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - action list'), +(-(@GUID+6),0, 3,0,34,0,100,0,2,23,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Random Say'), +(-(@GUID+6),0, 4,0,34,0,100,0,2,23,0,0, 11,40454,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast Frighten'), +(-(@GUID+6),0, 5,0,34,0,100,0,2,24,0,0, 80,2230400,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - action list'), +(-(@GUID+6),0, 6,7,34,0,100,0,2,47,0,0, 66,0,0,0,0,0,0,8,0,0,0,0,0,0,1.870469, 'Mo''arg Extractor - action list - Set orientation'), +(-(@GUID+6),0, 7,8,61,0,100,0,0,0,0,0, 11,40163,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast teleport'), +(-(@GUID+6),0, 8,9,61,0,100,0,0,0,0,0, 85,40163,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast teleport'), +(-(@GUID+6),0, 9,10,61,0,100,0,0,0,0,0, 41,0,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Despawn'), +(-(@GUID+6),0, 10,0,61,0,100,0,0,0,0,0, 41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Despawn'), +(-(@GUID+6),0, 11,0,0,0,100,0,2000,4000,6000,8000, 11,40818,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Mo''arg Extractor - IC - Cast Toxic Slime'), +(-(@GUID+6),0, 12,0,0,0,100,0,1000,7000,5000,9000, 11,40839,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Mo''arg Extractor - IC - Cast drill'), +(-(@GUID+9),0, 0,0,34,0,100,0,2,15,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Random Say'), +(-(@GUID+9),0, 1,0,34,0,100,0,2,15,0,0, 11,40454,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast Frighten'), +(-(@GUID+9),0, 2,0,34,0,100,0,2,16,0,0, 80,2230400,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - action list'), +(-(@GUID+9),0, 3,0,34,0,100,0,2,28,0,0, 1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Random Say'), +(-(@GUID+9),0, 4,0,34,0,100,0,2,28,0,0, 11,40454,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast Frighten'), +(-(@GUID+9),0, 5,0,34,0,100,0,2,29,0,0, 80,2230400,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - action list'), +(-(@GUID+9),0, 6,7,34,0,100,0,2,50,0,0, 66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.900096, 'Mo''arg Extractor - action list - Set orientation'), +(-(@GUID+9),0, 7,8,61,0,100,0,0,0,0,0, 11,40163,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast teleport'), +(-(@GUID+9),0, 8,9,61,0,100,0,0,0,0,0, 85,40163,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Cast teleport'), +(-(@GUID+9),0, 9,10,61,0,100,0,0,0,0,0, 41,0,0,0,0,0,0,11,23174,20,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Despawn'), +(-(@GUID+9),0, 10,0,61,0,100,0,0,0,0,0, 41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Mo''arg Extractor - movement informer - Despawn'), +(-(@GUID+9),0, 11,0,0,0,100,0,2000,4000,6000,8000, 11,40818,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Mo''arg Extractor - IC - Cast Toxic Slime'), +(-(@GUID+9),0, 12,0,0,0,100,0,1000,7000,5000,9000, 11,40839,0,0,0,0,0,2,0,0,0,0,0,0,0, 'Mo''arg Extractor - IC - Cast drill'); + +DELETE FROM `waypoint_data` WHERE `id`=(@GUID+0)*10; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES +((@GUID+0)*10,1,1333.794,7198.299,377.9623,0,0,100), +((@GUID+0)*10,2,1352.207,7177.568,374.4292,0,0,100), +((@GUID+0)*10,3,1369.199,7162.584,368.1855,0,0,100), +((@GUID+0)*10,4,1397.805,7165.11,364.0969,0,0,100), +((@GUID+0)*10,5,1432.902,7164.527,364.2644,0,0,100), +((@GUID+0)*10,6,1466.651,7176.955,364.3687,0,0,100), +((@GUID+0)*10,7,1501.128,7181.692,364.1604,0,0,100), +((@GUID+0)*10,8,1541.447,7199.521,364.441,0,0,100), +((@GUID+0)*10,9,1564.304,7233.853,364.3589,0,0,100), +((@GUID+0)*10,10,1594.451,7266.771,363.971,0,0,100), +((@GUID+0)*10,11,1633.8,7293.655,364.2258,0,0,100), +((@GUID+0)*10,12,1668.306,7295.19,364.3731,0,0,100), +((@GUID+0)*10,13,1701.24,7298.311,364.2257,0,0,100), +((@GUID+0)*10,14,1733.943,7304.182,364.4064,0,0,100), +((@GUID+0)*10,15,1766.995,7308.861,364.3481,0,0,100), +((@GUID+0)*10,16,1800.474,7313.118,364.5564,0,0,100), +((@GUID+0)*10,17,1829.237,7315.301,364.6031,0,0,100), +((@GUID+0)*10,18,1834.228,7306.844,365.5598,9000,0,100), +((@GUID+0)*10,19,1834.89,7285.279,364.4822,0,0,100), +((@GUID+0)*10,20,1866.9,7268.073,364.5251,0,0,100), +((@GUID+0)*10,21,1900.444,7261.554,363.7378,0,0,100), +((@GUID+0)*10,22,1934.605,7257.432,363.877,0,0,100), +((@GUID+0)*10,23,1966.901,7251.573,364.3642,0,0,100), +((@GUID+0)*10,24,1981.68,7234.784,365.2723,0,0,100), +((@GUID+0)*10,25,2014.927,7199.792,364.2273,0,0,100), +((@GUID+0)*10,26,2015.96,7184.507,367.2914,9000,0,100), +((@GUID+0)*10,27,1984.979,7193.082,364.2758,0,0,100), +((@GUID+0)*10,28,1946.86,7171.133,364.9248,0,0,100), +((@GUID+0)*10,29,1901.056,7175.637,363.8658,0,0,100), +((@GUID+0)*10,30,1863.894,7162.611,364.1334,0,0,100), +((@GUID+0)*10,31,1827.315,7158.519,364.0176,0,0,100), +((@GUID+0)*10,32,1788.246,7160.703,364.6905,0,0,100), +((@GUID+0)*10,33,1740.581,7173.68,364.4621,0,0,100), +((@GUID+0)*10,34,1703.915,7185.555,363.8774,0,0,100), +((@GUID+0)*10,35,1683.517,7217.534,364.041,0,0,100), +((@GUID+0)*10,36,1658.156,7254.389,364.1964,0,0,100), +((@GUID+0)*10,37,1623.9,7280.928,364.4727,0,0,100), +((@GUID+0)*10,38,1584.667,7294.161,364.221,0,0,100), +((@GUID+0)*10,39,1553.749,7313.188,363.6398,0,0,100), +((@GUID+0)*10,40,1520.444,7324.26,364.5057,0,0,100), +((@GUID+0)*10,41,1488.373,7322.266,364.3845,0,0,100), +((@GUID+0)*10,42,1456.885,7321.089,364.7519,0,0,100), +((@GUID+0)*10,43,1418.969,7314.063,364.131,0,0,100), +((@GUID+0)*10,44,1384.969,7285.088,364.2979,0,0,100), +((@GUID+0)*10,45,1355.857,7274.738,364.3527,0,0,100), +((@GUID+0)*10,46,1312.41,7259.698,364.7269,0,0,100), +((@GUID+0)*10,47,1292.5,7239.034,371.0819,0,0,100), +((@GUID+0)*10,48,1292.879,7215.903,371.1742,0,0,100), +((@GUID+0)*10,49,1293.59,7187.902,371.3775,0,0,100), +((@GUID+0)*10,50,1316.707,7190.799,377.1363,0,0,100), +((@GUID+0)*10,51,1330.88,7197.301,377.8786,0,0,100), +((@GUID+0)*10,52,1330.88,7197.301,377.8786,10000,0,100); -- 0.3678647 + +DELETE FROM `waypoint_data` WHERE `id`=(@GUID+3)*10; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`,`orientation`) VALUES +((@GUID+3)*10,1,1352.27,7205.376,375.5285,0,0,100), +((@GUID+3)*10,2,1317.375,7223.247,373.1652,0,0,100), +((@GUID+3)*10,3,1305.864,7232.024,372.008,0,0,100), +((@GUID+3)*10,4,1297.632,7249.916,366.928,0,0,100), +((@GUID+3)*10,5,1332.461,7268.104,364.071,0,0,100), +((@GUID+3)*10,6,1369.47,7265.005,364.2116,0,0,100), +((@GUID+3)*10,7,1404.754,7258.489,365.122,0,0,100), +((@GUID+3)*10,8,1443.597,7252.691,367.0457,0,0,100), +((@GUID+3)*10,9,1471.717,7224.143,369.8176,0,0,100), +((@GUID+3)*10,10,1498.68,7228.192,370.0919,0,0,100), +((@GUID+3)*10,11,1533.695,7237.303,365.6569,0,0,100), +((@GUID+3)*10,12,1572.449,7261.974,364.2824,0,0,100), +((@GUID+3)*10,13,1610.717,7280.378,364.1713,0,0,100), +((@GUID+3)*10,14,1656.066,7283.626,364.5228,0,0,100), +((@GUID+3)*10,15,1695.341,7288.199,364.0323,0,0,100), +((@GUID+3)*10,16,1719.671,7290.995,364.6718,0,0,100), +((@GUID+3)*10,17,1762.815,7309.629,364.46,0,0,100), +((@GUID+3)*10,18,1792.446,7307.219,364.2318,0,0,100), +((@GUID+3)*10,19,1825.498,7286.349,364.0811,0,0,100), +((@GUID+3)*10,20,1863.018,7276.792,364.1865,0,0,100), +((@GUID+3)*10,21,1898.954,7276.558,364.0069,0,0,100), +((@GUID+3)*10,22,1924.492,7278.195,364.2383,0,0,100), +((@GUID+3)*10,23,1963.658,7274.074,364.454,0,0,100), +((@GUID+3)*10,24,1985.649,7290.89,364.6496,0,0,100), +((@GUID+3)*10,25,2014.467,7311.188,364.2452,0,0,100), +((@GUID+3)*10,26,2053.065,7317.732,364.5898,0,0,100), +((@GUID+3)*10,27,2083.554,7308.962,363.9205,0,0,100), +((@GUID+3)*10,28,2108.769,7279.646,363.9041,0,0,100), +((@GUID+3)*10,29,2129.874,7273.706,364.2212,0,0,100), +((@GUID+3)*10,30,2139.84,7265.365,364.3918,9000,0,100), +((@GUID+3)*10,31,2137.232,7218.135,364.8422,0,0,100), +((@GUID+3)*10,32,2155.057,7188.235,364.6596,0,0,100), +((@GUID+3)*10,33,2182.819,7172.838,364.3092,0,0,100), +((@GUID+3)*10,34,2217.613,7177.053,364.237,0,0,100), +((@GUID+3)*10,35,2261.527,7174.432,365.6865,0,0,100), +((@GUID+3)*10,36,2281.069,7185.895,370.8352,9000,0,100), +((@GUID+3)*10,37,2211.63,7174.366,364.1538,0,0,100), +((@GUID+3)*10,38,2172.21,7174.03,365.1311,0,0,100), +((@GUID+3)*10,39,2139.132,7189.358,364.329,0,0,100), +((@GUID+3)*10,40,2110.835,7199.826,364.2914,0,0,100), +((@GUID+3)*10,41,2082.458,7199.113,364.0281,0,0,100), +((@GUID+3)*10,42,2048.034,7203.927,364.0234,0,0,100), +((@GUID+3)*10,43,2019.655,7224.118,363.7486,0,0,100), +((@GUID+3)*10,44,1992.415,7236.767,363.8997,0,0,100), +((@GUID+3)*10,45,1955.7,7256.403,363.752,0,0,100), +((@GUID+3)*10,46,1914.455,7274.453,363.9151,0,0,100), +((@GUID+3)*10,47,1892.771,7305.978,365.0747,0,0,100), +((@GUID+3)*10,48,1876.736,7343.512,363.7322,0,0,100), +((@GUID+3)*10,49,1840.431,7351.17,363.7942,0,0,100), +((@GUID+3)*10,50,1809.11,7353.613,364.9366,0,0,100), +((@GUID+3)*10,51,1771.884,7344.952,363.7461,0,0,100), +((@GUID+3)*10,52,1744.44,7330.072,363.8812,0,0,100), +((@GUID+3)*10,53,1714.679,7318.155,364.2879,0,0,100), +((@GUID+3)*10,54,1677.074,7313.408,364.0386,0,0,100), +((@GUID+3)*10,55,1651.91,7287.932,364.1179,0,0,100), +((@GUID+3)*10,56,1617.844,7267.452,364.2543,0,0,100), +((@GUID+3)*10,57,1585.969,7247.088,365.2455,0,0,100), +((@GUID+3)*10,58,1572.555,7222.417,364.5026,0,0,100), +((@GUID+3)*10,59,1538.291,7194.614,363.8998,0,0,100), +((@GUID+3)*10,60,1512.845,7185.069,364.0571,0,0,100), +((@GUID+3)*10,61,1479.416,7179.616,364.534,0,0,100), +((@GUID+3)*10,62,1448.908,7175.925,364.8201,0,0,100), +((@GUID+3)*10,63,1404.351,7180.591,363.9406,0,0,100), +((@GUID+3)*10,64,1366.46,7187.11,364.2783,0,0,100), +((@GUID+3)*10,65,1355.251,7188.826,374.7939,0,0,100), +((@GUID+3)*10,66,1357.565,7188.473,372.6792,0,0,100), +((@GUID+3)*10,67,1334.139,7198.889,377.8786,0,0,100), +((@GUID+3)*10,68,1334.139,7198.889,377.8786,10000,0,100); -- 3.753767 + +DELETE FROM `waypoint_data` WHERE `id`=(@GUID+6)*10; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`,`orientation`) VALUES +((@GUID+6)*10,1,2988.13,6863.28,375.9545,0,0,100), +((@GUID+6)*10,2,2982.187,6879.217,370.3757,0,0,100), +((@GUID+6)*10,3,2965.37,6904.061,368.6737,0,0,100), +((@GUID+6)*10,4,2945.367,6919.39,364.1671,0,0,100), +((@GUID+6)*10,5,2917.686,6950.35,364.3199,0,0,100), +((@GUID+6)*10,6,2890.161,6973.25,365.6523,0,0,100), +((@GUID+6)*10,7,2861.867,7012.708,364.2707,0,0,100), +((@GUID+6)*10,8,2852.184,7048.313,365.7022,0,0,100), +((@GUID+6)*10,9,2825.852,7075.247,364.7102,0,0,100), +((@GUID+6)*10,10,2813.019,7117.895,364.4277,0,0,100), +((@GUID+6)*10,11,2811.052,7153.111,365.3325,0,0,100), +((@GUID+6)*10,12,2784.119,7177.707,365.3062,0,0,100), +((@GUID+6)*10,13,2749.209,7189.238,364.8308,0,0,100), +((@GUID+6)*10,14,2706.064,7209.212,367.2397,0,0,100), +((@GUID+6)*10,15,2666.481,7204.142,365.0525,0,0,100), +((@GUID+6)*10,16,2644.415,7188.809,365.5439,0,0,100), +((@GUID+6)*10,17,2617.335,7168.768,365.0201,0,0,100), +((@GUID+6)*10,18,2573.378,7166.748,365.9398,0,0,100), +((@GUID+6)*10,19,2546.457,7164.718,364.8625,0,0,100), +((@GUID+6)*10,20,2502.064,7167.237,365.6653,0,0,100), +((@GUID+6)*10,21,2486.097,7156.59,375.4796,9000,0,100), +((@GUID+6)*10,22,2510.147,7183.034,364.4835,0,0,100), +((@GUID+6)*10,23,2491.97,7214.959,364.1606,0,0,100), +((@GUID+6)*10,24,2479.56,7246.1,365.5766,0,0,100), +((@GUID+6)*10,25,2487.778,7257.81,365.6388,9000,0,100), +((@GUID+6)*10,26,2550.777,7222.863,364.7687,0,0,100), +((@GUID+6)*10,27,2576.457,7241.635,365.0492,0,0,100), +((@GUID+6)*10,28,2621.099,7253.687,365.0514,0,0,100), +((@GUID+6)*10,29,2656.336,7230.631,365.1657,0,0,100), +((@GUID+6)*10,30,2690.099,7217.15,365.5091,0,0,100), +((@GUID+6)*10,31,2720.737,7208.398,367.2506,0,0,100), +((@GUID+6)*10,32,2761.569,7195.032,365.401,0,0,100), +((@GUID+6)*10,33,2792.928,7184.984,365.4549,0,0,100), +((@GUID+6)*10,34,2827.187,7165.651,366.5958,0,0,100), +((@GUID+6)*10,35,2837.081,7131.506,365.7268,0,0,100), +((@GUID+6)*10,36,2841.363,7097.931,367.0297,0,0,100), +((@GUID+6)*10,37,2849.089,7065.09,365.8369,0,0,100), +((@GUID+6)*10,38,2852.413,7033.049,364.5335,0,0,100), +((@GUID+6)*10,39,2849.583,6993.604,363.8603,0,0,100), +((@GUID+6)*10,40,2854.475,6962.759,364.3975,0,0,100), +((@GUID+6)*10,41,2876.336,6920.534,364.9657,0,0,100), +((@GUID+6)*10,42,2887.976,6890.917,364.1094,0,0,100), +((@GUID+6)*10,43,2913.909,6856.312,364.4159,0,0,100), +((@GUID+6)*10,44,2938.403,6825.553,367.3507,0,0,100), +((@GUID+6)*10,45,2967.726,6816.784,369.4832,0,0,100), +((@GUID+6)*10,46,2993.627,6825.559,369.7497,0,0,100), +((@GUID+6)*10,47,2988.459,6846.539,376.5275,0,0,100), +((@GUID+6)*10,48,2988.459,6846.539,376.5275,10000,0,100); -- 1.870469 + +DELETE FROM `waypoint_data` WHERE `id`=(@GUID+9)*10; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`,`orientation`) VALUES +((@GUID+9)*10,1,2988.13,6863.28,375.9545,0,0,100), +((@GUID+9)*10,2,2992.726,6895.1,365.5517,0,0,100), +((@GUID+9)*10,3,2992.265,6891.968,366.3757,0,0,100), +((@GUID+9)*10,4,2989.961,6961.477,364.8179,0,0,100), +((@GUID+9)*10,5,2985.509,6997.022,364.5116,0,0,100), +((@GUID+9)*10,6,2984.054,7031.387,365.3501,0,0,100), +((@GUID+9)*10,7,2993.656,7059.643,368.9382,0,0,100), +((@GUID+9)*10,8,2984.732,7083.445,363.981,0,0,100), +((@GUID+9)*10,9,2970.897,7108.631,365.2723,0,0,100), +((@GUID+9)*10,10,2970.897,7108.631,365.2723,0,0,100), +((@GUID+9)*10,11,2907.483,7141.881,365.0929,0,0,100), +((@GUID+9)*10,12,2868.677,7163.06,365.4425,0,0,100), +((@GUID+9)*10,13,2835.554,7179.168,365.9366,0,0,100), +((@GUID+9)*10,14,2801.482,7182.202,365.9344,0,0,100), +((@GUID+9)*10,15,2801.688,7182.189,365.8926,0,0,100), +((@GUID+9)*10,16,2765.938,7187.932,364.5597,0,0,100), +((@GUID+9)*10,17,2743.313,7219.739,366.8819,9000,0,100), +((@GUID+9)*10,21,2682.883,7205.929,364.783,0,0,100), +((@GUID+9)*10,22,2651.08,7185,364.8195,0,0,100), +((@GUID+9)*10,23,2618.724,7156.641,365.5,0,0,100), +((@GUID+9)*10,24,2583.327,7149.052,364.3838,0,0,100), +((@GUID+9)*10,25,2549.887,7141.536,366.6125,0,0,100), +((@GUID+9)*10,26,2521.043,7122.26,365.9124,0,0,100), +((@GUID+9)*10,27,2486.825,7108.168,365.609,0,0,100), +((@GUID+9)*10,28,2453.876,7090.37,365.6112,0,0,100), +((@GUID+9)*10,29,2408.96,7080.868,366.5668,0,0,100), +((@GUID+9)*10,30,2390.1,7084.899,369.3671,9000,0,100), +((@GUID+9)*10,31,2442.537,7082.254,365.7336,0,0,100), +((@GUID+9)*10,32,2483.175,7101.028,366.109,0,0,100), +((@GUID+9)*10,33,2515.234,7110.096,364.6655,0,0,100), +((@GUID+9)*10,34,2548.75,7088.299,365.6632,0,0,100), +((@GUID+9)*10,35,2578.361,7056.144,364.687,0,0,100), +((@GUID+9)*10,36,2592.16,7029.513,362.5629,0,0,100), +((@GUID+9)*10,37,2628.004,7028.662,370.3814,0,0,100), +((@GUID+9)*10,38,2661.612,7033.239,365.6435,0,0,100), +((@GUID+9)*10,39,2701.727,7057.749,364.2419,0,0,100), +((@GUID+9)*10,40,2733.51,7033.505,364.8325,0,0,100), +((@GUID+9)*10,41,2765.445,7000.165,365.118,0,0,100), +((@GUID+9)*10,42,2800.981,6979.603,365.2207,0,0,100), +((@GUID+9)*10,43,2834.311,6969.397,364.2201,0,0,100), +((@GUID+9)*10,44,2864.97,6951.328,365.2757,0,0,100), +((@GUID+9)*10,45,2911.983,6945.313,364.4002,0,0,100), +((@GUID+9)*10,46,2945.765,6943.887,364.2199,0,0,100), +((@GUID+9)*10,47,2963.815,6905.819,366.568,0,0,100), +((@GUID+9)*10,48,2980.54,6883.809,370.239,0,0,100), +((@GUID+9)*10,49,2986.779,6863.069,375.7235,0,0,100), +((@GUID+9)*10,50,2988.446,6848.862,376.5275,0,0,100), +((@GUID+9)*10,51,2988.446,6848.862,376.5275,10000,0,100); -- 4.900096 diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_01_world_335.sql new file mode 100644 index 00000000000..3ec9ca1d57c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `trainer` SET `Requirement`=0 WHERE `Type`=1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_02_world_335.sql new file mode 100644 index 00000000000..4f4792d2cf3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_06_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `rotation0`=0.68659,`rotation1`=0.001571,`rotation2`=0.72691,`rotation3`=0.013906 WHERE `id`=1692 AND `guid`=33326 ; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_07_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_07_00_world.sql new file mode 100644 index 00000000000..9c3c10107c3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_07_00_world.sql @@ -0,0 +1,12 @@ +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (733,3079,3139,3881,5875,7772,9540,13257,14358,14381,14382,14383,15708,16261,16443,16480,18530,19471,20494,20500,21112,21950,22433,22823,23103,23140,23144,23145,23149,23291,23316,23895,24037,25697,26218,26664,27215,27216,28042,28044,28099,28283,28621,29396,29804,30295,30401,30596,30677,30708,30944,31044,31261,32301,33630,33639,33648,35068,35093,36517,37369,37483,37592,37607,37675,37688,37696,37997,37998,37999,38054,38182,38283,38295,38840); +UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag`=4224 WHERE `entry` IN (5119); +UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` IN (5637); + +DELETE FROM `gossip_menu` WHERE `MenuID`=50000; -- npc 2993 +DELETE FROM `npc_text` WHERE `id`=50000; + +DELETE FROM `gossip_menu` WHERE `MenuID`=9856 AND `TextID`=10887; +INSERT INTO `gossip_menu` (`MenuID`,`TextID`) VALUES (9856,10887); + +UPDATE `creature_template` SET `gossip_menu_id`=5021, `npcflag`=3 WHERE `entry` IN (13257,22567,32048,37369); +UPDATE `creature_template` SET `gossip_menu_id`=5148, `npcflag`=3 WHERE `entry` IN (13438,22698,31824,37483); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_07_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_07_01_world.sql new file mode 100644 index 00000000000..d397d39d273 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_07_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` IN (2993); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_00_world.sql new file mode 100644 index 00000000000..6a892978156 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_00_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (4794,5190,5191,6626,7937,9598,14368,16610,23139,23376,25841,26666,28284,29319,29327,30007,30631,33956,33957); +UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` IN (2080,2501); + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (2080,2502); +DELETE FROM `npc_text` WHERE `id` IN (2080,2505); + +DELETE FROM `quest_greeting` WHERE `Id` IN (2501); +INSERT INTO `quest_greeting` (`Id`, `Type`, `GreetEmoteType`, `GreetEmoteDelay`, `Greeting`, `VerifiedBuild`) VALUES +(2501, 0, 0, 0, 'Oy! You here for a game of knuckles?', 0); + +UPDATE `smart_scripts` SET `action_param1`=3 WHERE `entryorguid`=3395700 AND `source_type`=9 AND `id`=13; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_01_world.sql new file mode 100644 index 00000000000..72363552125 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_01_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (21685,24788); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (21685) AND `source_type`=0 AND `id`=19; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (24788) AND `source_type`=0 AND `id`=10; +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 +(21685,0, 19,0,63,0,100,0,0,0,0,0, 81,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Oronok Torn-heart - On just created - Remove NPC Flags Gossip'), +(24788,0, 10,0,63,0,100,0,0,0,0,0, 81,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Jack Adams - On just created - Remove NPC Flags Gossip'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_02_world_335.sql new file mode 100644 index 00000000000..90f3880d9d8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (11627); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_03_world.sql new file mode 100644 index 00000000000..81c44f8eefb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_09_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (10162,25754,23143,31115); +UPDATE `creature_template` SET `gossip_menu_id`=8310, `npcflag`=`npcflag`|1 WHERE `entry` IN (20977,21602); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_00_world.sql new file mode 100644 index 00000000000..a60804323a2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_bonus_data` SET `ap_bonus`=0, `ap_dot_bonus`=0 WHERE `entry`=64569; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_01_world.sql new file mode 100644 index 00000000000..815d5b25459 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_01_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `npc_text` WHERE `ID` IN (773,737,733,2498); +DELETE FROM `gossip_menu` WHERE `MenuID` IN (773,737,733,2498); + +UPDATE `creature_template` SET `npcflag` = `npcflag`&~1 WHERE `entry` = 733; + +DELETE FROM `quest_greeting` WHERE `Id` = 733; +INSERT INTO `quest_greeting` (`Id`, `Type`, `GreetEmoteType`, `GreetEmoteDelay`, `Greeting`, `VerifiedBuild`) VALUES +(733, 0, 0, 0, 'You watch where you step around here, $Glad:lass;. You might not be a part of our outfit, but that doesn\'t mean I won\'t take a cane to you if you fall out of line!', 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_02_world_335.sql new file mode 100644 index 00000000000..81c5683d96a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText`="To'gun was here earlier giving me his report. He should have stayed with you to help!$B$BI sent him back out there to assist Grik'tha. I think they make a cute couple.$B$BSo, these are the soul devices that the Shadow Council were using to enhance their summoning power? They look dangerous to me - maybe the Scryers will know what to do with them?$B$BPlease, take one of these as a reward for crippling the Shadow Council's operation in the labyrinth." WHERE `ID`=10091; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_03_world.sql new file mode 100644 index 00000000000..fcd7ac5c05a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` = 733; +UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag` = `npcflag`&~1 WHERE `entry` = 3139; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_04_world_335.sql new file mode 100644 index 00000000000..f680af167c2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_04_world_335.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (48306); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(48306, 11285, 0, 1, 1, 0, 0, 1194.061, -2310.092, 57.172, 2.902832, 600, 0, 0); + +UPDATE `creature_template` SET `npcflag`=`npcflag`|1, `gossip_menu_id`=3361 WHERE `entry`=11285; +DELETE FROM `creature_template_addon` WHERE `entry`=11285; +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `auras`) VALUES (11285, 1, "17622"); + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (3361); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (3361,4117); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_05_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_05_world_335.sql new file mode 100644 index 00000000000..06bc0777db5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_05_world_335.sql @@ -0,0 +1,13 @@ +-- +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=11936; +DELETE FROM `smart_scripts` WHERE `entryorguid`=11936 AND `source_type`=0; +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 +(11936, 0, 0, 0, 1, 0, 100, 0, 6000, 15000, 60000, 65000, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Artist Renfray - OOC - Say text'), +(11936, 0, 1, 0, 20, 0, 100, 0, 5846, 0, 0, 0, 85, 18347, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Artist Renfray - On quest rewarded - Cast Haunted'); + +DELETE FROM `creature_text` WHERE `CreatureID`=11936; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(11936,0,0,"Are they all...dead?",12,0,100,0,0,0,7274,0,"Artist Renfray"), +(11936,0,1,"Is someone there? Tirion my old friend, is that you? have you come to save us?",12,0,100,0,0,0,7273,0,"Artist Renfray"), +(11936,0,2,"So dark...",12,0,100,0,0,0,7272,0,"Artist Renfray"), +(11936,0,3,"The Sarkhoff's... sometimes the Sarkhoff's visit. They are good people.",12,0,100,0,0,0,7275,0,"Artist Renfray"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_06_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_06_world_335.sql new file mode 100644 index 00000000000..4e9960a3e6e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_06_world_335.sql @@ -0,0 +1,24 @@ +-- +DELETE FROM `pool_template` WHERE entry IN (501,502,503,504,505,506); +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(501, 1, 'Water Barrel and Food Crate1'), +(502, 1, 'Water Barrel and Food Crate2'), +(503, 1, 'Water Barrel and Food Crate3'), +(504, 1, 'Water Barrel and Food Crate4'), +(505, 1, 'Water Barrel and Food Crate5'), +(506, 1, 'Water Barrel and Food Crate6'); + +DELETE FROM `pool_gameobject` WHERE pool_entry IN (501,502,503,504,505,506); +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(29275,501, 0, 'Water Barrel and Food Crate - Spawn 1'), +(30758,501, 0, 'Water Barrel and Food Crate - Spawn 1'), +(32754,502, 0, 'Water Barrel and Food Crate - Spawn 2'), +(32313,502, 0, 'Water Barrel and Food Crate - Spawn 2'), +(30839,503, 0, 'Water Barrel and Food Crate - Spawn 3'), +(30677,503, 0, 'Water Barrel and Food Crate - Spawn 3'), +(29276,504, 0, 'Water Barrel and Food Crate - Spawn 4'), +(30687,504, 0, 'Water Barrel and Food Crate - Spawn 4'), +(10677,505, 0, 'Water Barrel and Food Crate - Spawn 5'), +(1462, 505, 0, 'Water Barrel and Food Crate - Spawn 5'), +(29609,506, 0, 'Water Barrel and Food Crate - Spawn 6'), +(29306,506, 0, 'Water Barrel and Food Crate - Spawn 6'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_07_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_07_world_335.sql new file mode 100644 index 00000000000..f65427c8363 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_07_world_335.sql @@ -0,0 +1,148 @@ +-- +UPDATE `gossip_menu_option` SET `OptionText`="May I have it, please.", `OptionBroadcastTextID`=8548 WHERE `MenuID` IN (85, 141, 381, 410, 411, 436,3984,4502,4512,4513,4540,4541,4542,4561,4562,4575,4576,4577,4658,4659,4676,4690,5061,6650) AND `OptionID`=4; + +DELETE FROM `gossip_menu` WHERE `MenuID` IN (85,141,381,410,411,436,3984,4502,4512,4513,4540,4541,4542,4561,4562,4575,4576,4577,4658,4659,4676,4690,5061,6650) AND `TextID`=5996; +INSERT INTO `gossip_menu` (`MenuID`,TextID) VALUES (85,5996),(141,5996),(381,5996),(410,5996),(411,5996),(436,5996),(3984,5996),(4502,5996),(4512,5996),(4513,5996),(4540,5996),(4541,5996),(4542,5996),(4561,5996),(4562,5996),(4575,5996),(4576,5996),(4577,5996),(4658,5996),(4659,5996),(4676,5996),(4690,5996),(5061,5996),(6650,5996); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (85, 141, 381, 410, 411, 436,3984,4502,4512,4513,4540,4541,4542,4561,4562,4575,4576,4577,4658,4659,4676,4690,5061,6650) AND `SourceEntry`=5996; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 85, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 85, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 85, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 85, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 85, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 85, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 141, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 141, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 141, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 141, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 141, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 141, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 381, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 381, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 381, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 381, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 381, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 381, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 410, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 410, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 410, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 410, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 410, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 410, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 411, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 411, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 411, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 411, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 411, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 411, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 436, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 436, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 436, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 436, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 436, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 436, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4502, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4502, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4502, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4502, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4502, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4502, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4512, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4512, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4512, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4512, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4512, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4512, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4513, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4513, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4513, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4513, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4513, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4513, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4540, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4540, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4540, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4540, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4540, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4540, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4541, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4541, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4541, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4541, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4541, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4541, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4542, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4542, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4542, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4542, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4542, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4542, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4561, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4561, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4561, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4561, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4561, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4561, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4562, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4562, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4562, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4562, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4562, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4562, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4575, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4575, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4575, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4575, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4575, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4575, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4576, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4576, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4576, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4576, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4576, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4576, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4577, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4577, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4577, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4577, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4577, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4577, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4658, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4658, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4658, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4658, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4658, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4658, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4659, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4659, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4659, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4659, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4659, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4659, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4676, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4676, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4676, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4676, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4676, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4676, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 4690, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 4690, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 4690, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 4690, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 4690, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 4690, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 5061, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 5061, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 5061, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 5061, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 5061, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 5061, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"), +(14, 6650, 5996, 0, 0, 9, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 taken"), +(14, 6650, 5996, 0, 0, 28, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player does not have quest 6681 complete"), +(14, 6650, 5996, 0, 0, 8, 0, 6681, 0, 0, 1, 0, 0, "", "Show gossip text if player is not rewarded for quest 6681"), +(14, 6650, 5996, 0, 0, 27, 0, 24, 3, 0, 0, 0, 0, "", "Show gossip text if player is at least level 24"), +(14, 6650, 5996, 0, 0, 2, 0, 17126, 1, 0, 1, 0, 0, "", "Show gossip text if player does not have Elegant Letter"), +(14, 6650, 5996, 0, 0, 15, 0, 8, 0, 0, 0, 0, 0, "", "Show gossip text if player is a rogue"); + +UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag` = `npcflag`&~1 WHERE `entry` = 4794; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_08_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_08_world_335.sql new file mode 100644 index 00000000000..6d4965b0a57 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_08_world_335.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `reference_loot_template` WHERE `Entry` IN (11009,11105) AND `Item`=13755; +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(11009, 13755, 0, 15, 0, 1, 1, 1, 1, ""), +(11105, 13755, 0, 20, 0, 1, 1, 1, 1, ""); + +DELETE FROM `game_event` WHERE `eventEntry`=78; +INSERT INTO `game_event` (`eventEntry`,`start_time`,`end_time`,`occurence`,`length`,`holiday`,`description`,`world_event`, announce) VALUES +(78, '2019-03-20 06:00:00', '2019-09-22 05:00:00',525600,262800,0, 'Summer seasonal fish',0,2); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup` IN (11009,11105) AND `SourceEntry` IN (13755,13756); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(10, 11009, 13756, 0, 0, 12, 0, 78, 0, 0, 0, 0, 0, "", "Raw Summer Bass during Summer seasonal fish only"), +(10, 11105, 13756, 0, 0, 12, 0, 78, 0, 0, 0, 0, 0, "", "Raw Summer Bass during Summer seasonal fish only"), +(10, 11009, 13755, 0, 0, 12, 0, 78, 0, 0, 1, 0, 0, "", "Winter Squid only when Summer seasonal fish is off"), +(10, 11105, 13755, 0, 0, 12, 0, 78, 0, 0, 1, 0, 0, "", "Winter Squid only when Summer seasonal fish is off"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_09_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_09_world.sql new file mode 100644 index 00000000000..e836999b028 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_10_09_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id`=22281 AND `guid`= 78316; +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId`=78316; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_00_world_335.sql new file mode 100644 index 00000000000..dbaf61b6c17 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_00_world_335.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `game_event` WHERE `eventEntry` IN (79,80); +INSERT INTO `game_event` (`eventEntry`,`start_time`,`end_time`,`occurence`,`length`,`holiday`,`description`,`world_event`, announce) VALUES +(79, '2018-10-28 12:00:00', '2020-12-31 18:00:00',1440,360,0, 'Diurnal fishing event',0,2), +(80, '2018-10-28 00:00:00', '2020-12-31 06:00:00',1440,360,0, 'Nocturnal fishing event',0,2); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup` IN (11010,11008) AND `SourceEntry` IN (13760,13759); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(10, 11010, 13760, 0, 0, 12, 0, 80, 0, 0, 1, 0, 0, "", "Raw Sunscale Salmon only when Nocturnal fishing event is off"), +(10, 11010, 13759, 0, 0, 12, 0, 79, 0, 0, 1, 0, 0, "", "Raw Nightfin Snapper only when Diurnal fishing event is off"), +(10, 11008, 13760, 0, 0, 12, 0, 80, 0, 0, 1, 0, 0, "", "Raw Sunscale Salmon only when Nocturnal fishing event is off"), +(10, 11008, 13759, 0, 0, 12, 0, 79, 0, 0, 1, 0, 0, "", "Raw Nightfin Snapper only when Diurnal fishing event is off"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_01_world.sql new file mode 100644 index 00000000000..acfa2165df2 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_01_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `gameobject_template` SET `ScriptName`="go_fel_crystalforge" WHERE `entry` IN (185920); +DELETE FROM `gameobject` WHERE `guid` IN (6691,6692); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6691, 185924, 530, 1, 1, 1476.589, 7244.074, 374.3083, 4.4855000, 0, 0, -0.7826071, 0.6225160, 300, 255, 1), +(6692, 185923, 530, 1, 1, 2943.139, 7064.306, 370.4980, 3.5342910, 0, 0, -0.9807854, 0.1950899, 300, 255, 1); + +UPDATE `gameobject` SET `id`=185920, `position_x`=1476.498, `position_y`=7247.337, `position_z`=374.3120, `orientation`=4.1538850, `rotation0`=0, `rotation1`=0,`rotation2`=-0.8746195, `rotation3`=0.4848101 WHERE `guid`=150113; +UPDATE `gameobject` SET `position_x`=2944.871, `position_y`=7067.285, `position_z`=370.3803, `orientation`=3.5081170, `rotation0`=0, `rotation1`=0,`rotation2`=-0.9832544, `rotation3`=0.1822380 WHERE `guid`=150112; + +UPDATE `creature` SET `position_x`=1476.431, `position_y`=7247.260, `position_z`=376.4296, `orientation`=4.15388300 WHERE `guid`=80435; +UPDATE `creature` SET `position_x`=2944.764, `position_y`=7067.285, `position_z`=372.1829, `orientation`=3.45575200 WHERE `guid`=80436; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_02_world.sql new file mode 100644 index 00000000000..13afbc62fa1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_11_02_world.sql @@ -0,0 +1,185 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (78189, 78190, 78191, 78192, 78193, 78194, 78195, 78196, 78197, 78198, 78199, 78200, 78201, 78202, 78203, 78204, 78205, 78206) AND `id` = 22254; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(78189, 22254, 530, 1, 1, 0, 1, 2983.507, 6824.114, 369.2811, 2.8405350, 300, 0, 0, 5903, 3309, 2), +(78190, 22254, 530, 1, 1, 0, 1, 2981.978, 6822.621, 369.3859, 1.3268870, 300, 0, 0, 5903, 3309, 0), +(78191, 22254, 530, 1, 1, 0, 1, 2990.593, 7066.013, 369.9622, 1.7575140, 300, 0, 0, 5903, 3309, 2), +(78192, 22254, 530, 1, 1, 0, 1, 2987.222, 7066.950, 370.6992, 6.0254560, 300, 0, 0, 5903, 3309, 0), +(78193, 22254, 530, 1, 1, 0, 1, 2531.223, 7227.482, 365.3047, 0.4196028, 300, 0, 0, 5903, 3309, 2), +(78194, 22254, 530, 1, 1, 0, 1, 2529.155, 7230.796, 365.0515, 5.4708870, 300, 0, 0, 5903, 3309, 0), +(78195, 22254, 530, 1, 1, 0, 1, 2978.465, 6836.519, 374.5891, 0.9250245, 300, 0, 0, 5903, 3309, 0), +(78196, 22254, 530, 1, 1, 0, 1, 2977.197, 6857.269, 374.7943, 5.6374140, 300, 0, 0, 5903, 3309, 0), +(78197, 22254, 530, 1, 1, 0, 1, 2997.831, 6857.983, 374.1696, 3.8746310, 300, 0, 0, 5903, 3309, 0), +(78198, 22254, 530, 1, 1, 0, 1, 2999.865, 6838.990, 374.6720, 2.4260080, 300, 0, 0, 5903, 3309, 0); + +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (78189,78191,78193); +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(78189, 78189,0,0,515,0,0), +(78189, 78190,4,90,515,0,0), +(78191, 78191,0,0,515,0,0), +(78191, 78192,4,90,515,0,0), +(78193, 78193,0,0,515,0,0), +(78193, 78194,4,90,515,0,0); + +UPDATE `creature_template_addon` SET `auras`="40349" WHERE `entry` = 22254; +DELETE FROM `creature_addon` WHERE guid IN (78195,78196,78197,78198, 78189,78191,78193); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(78195, 0, 8, 16, 0, "40349"), +(78196, 0, 8, 16, 0, "40349"), +(78197, 0, 8, 16, 0, "40349"), +(78198, 0, 8, 16, 0, "40349"), +(78189, 781890, 0, 4097, 0, "40349"), +(78191, 781910, 0, 4097, 0, "40349"), +(78193, 781930, 0, 4097, 0, "40349"); + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_corrupting_plague_aura'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(40349,'spell_corrupting_plague_aura'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (13) AND `SourceEntry` IN (40350); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,40350,0,0,31,0,3,22175,0,0,0,0,'',''), +(13,1,40350,0,0,1,0,40350,0,0,1,0,0,'',''), +(13,1,40350,0,1,31,0,3,22180,0,0,0,0,'',''), +(13,1,40350,0,1,1,0,40350,0,0,1,0,0,'',''), +(13,1,40350,0,2,31,0,3,22181,0,0,0,0,'',''), +(13,1,40350,0,2,1,0,40350,0,0,1,0,0,'',''); + +UPDATE `creature_addon` SET `auras`="" WHERE `auras`="36274"; + +DELETE FROM `waypoint_data` WHERE `id` IN (781890,781910,781930); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES +(781890, 1, 2963.150, 6830.435, 369.3087, 0, 0, 100), +(781890, 2, 2953.963, 6852.830, 370.1349, 0, 0, 100), +(781890, 3, 2929.518, 6866.475, 364.4159, 0, 0, 100), +(781890, 4, 2922.781, 6895.402, 363.9766, 0, 0, 100), +(781890, 5, 2909.803, 6933.845, 364.6512, 0, 0, 100), +(781890, 6, 2909.183, 6966.321, 366.3395, 0, 0, 100), +(781890, 7, 2890.743, 6995.777, 364.9575, 0, 0, 100), +(781890, 8, 2883.787, 7019.513, 363.9031, 0, 0, 100), +(781890, 9, 2873.593, 7052.575, 364.5892, 0, 0, 100), +(781890, 10, 2841.949, 7078.371, 365.9940, 0, 0, 100), +(781890, 11, 2832.980, 7083.752, 365.7486, 0, 0, 100), +(781890, 12, 2799.281, 7070.557, 364.5858, 0, 0, 100), +(781890, 13, 2766.768, 7043.603, 364.6199, 0, 0, 100), +(781890, 14, 2732.575, 7032.596, 364.8039, 0, 0, 100), +(781890, 15, 2690.031, 7039.660, 365.4325, 0, 0, 100), +(781890, 16, 2651.026, 7027.421, 366.9853, 0, 0, 100), +(781890, 17, 2615.132, 7024.608, 366.9565, 0, 0, 100), +(781890, 18, 2585.892, 7045.931, 363.1883, 0, 0, 100), +(781890, 19, 2557.309, 7086.285, 365.9778, 0, 0, 100), +(781890, 20, 2515.624, 7113.438, 365.0044, 0, 0, 100), +(781890, 21, 2557.309, 7086.285, 365.9778, 0, 0, 100), +(781890, 22, 2585.892, 7045.931, 363.1883, 0, 0, 100), +(781890, 23, 2614.931, 7024.662, 366.9565, 0, 0, 100), +(781890, 24, 2651.026, 7027.421, 366.9853, 0, 0, 100), +(781890, 25, 2690.031, 7039.660, 365.4325, 0, 0, 100), +(781890, 26, 2732.443, 7032.605, 364.7753, 0, 0, 100), +(781890, 27, 2766.768, 7043.603, 364.6199, 0, 0, 100), +(781890, 28, 2799.281, 7070.557, 364.5858, 0, 0, 100), +(781890, 29, 2832.980, 7083.752, 365.7486, 0, 0, 100), +(781890, 30, 2841.949, 7078.371, 365.9940, 0, 0, 100), +(781890, 31, 2873.593, 7052.575, 364.5892, 0, 0, 100), +(781890, 32, 2883.787, 7019.513, 363.9031, 0, 0, 100), +(781890, 33, 2890.743, 6995.777, 364.9575, 0, 0, 100), +(781890, 34, 2909.183, 6966.321, 366.3395, 0, 0, 100), +(781890, 35, 2909.803, 6933.845, 364.6512, 0, 0, 100), +(781890, 36, 2922.781, 6895.402, 363.9766, 0, 0, 100), +(781890, 37, 2929.265, 6866.625, 364.3651, 0, 0, 100), +(781890, 38, 2953.710, 6852.980, 370.0587, 0, 0, 100), +(781890, 39, 2963.150, 6830.435, 369.3087, 0, 0, 100), +(781890, 40, 2985.457, 6809.223, 369.9144, 0, 0, 100), +(781910, 1, 2985.815, 7091.293, 364.5135, 0, 0, 100), +(781910, 2, 2973.732, 7122.678, 364.5023, 0, 0, 100), +(781910, 3, 2955.025, 7158.275, 365.1906, 0, 0, 100), +(781910, 4, 2930.228, 7183.777, 365.9407, 0, 0, 100), +(781910, 5, 2899.416, 7200.719, 365.5310, 0, 0, 100), +(781910, 6, 2854.457, 7221.858, 365.7168, 0, 0, 100), +(781910, 7, 2816.835, 7215.760, 364.7676, 0, 0, 100), +(781910, 8, 2774.666, 7210.746, 364.7010, 0, 0, 100), +(781910, 9, 2750.288, 7205.353, 366.4631, 0, 0, 100), +(781910, 10, 2717.749, 7208.184, 366.8920, 0, 0, 100), +(781910, 11, 2686.218, 7221.362, 365.6332, 0, 0, 100), +(781910, 12, 2654.142, 7247.975, 364.3701, 0, 0, 100), +(781910, 13, 2638.510, 7274.054, 365.9920, 0, 0, 100), +(781910, 14, 2615.733, 7282.465, 366.1052, 0, 0, 100), +(781910, 15, 2592.192, 7276.831, 364.5811, 0, 0, 100), +(781910, 16, 2561.649, 7251.987, 365.4376, 0, 0, 100), +(781910, 17, 2540.061, 7221.737, 364.3556, 0, 0, 100), +(781910, 18, 2523.986, 7182.577, 366.0188, 0, 0, 100), +(781910, 19, 2521.091, 7153.860, 366.3603, 0, 0, 100), +(781910, 20, 2499.516, 7118.607, 364.6090, 0, 0, 100), +(781910, 21, 2471.216, 7099.712, 366.6841, 0, 0, 100), +(781910, 22, 2440.282, 7097.773, 365.6713, 0, 0, 100), +(781910, 23, 2405.179, 7108.188, 365.3792, 0, 0, 100), +(781910, 24, 2377.440, 7121.208, 365.7415, 0, 0, 100), +(781910, 25, 2338.094, 7119.541, 366.8724, 0, 0, 100), +(781910, 26, 2303.734, 7118.038, 367.3164, 0, 0, 100), +(781910, 27, 2257.890, 7121.696, 365.9841, 0, 0, 100), +(781910, 28, 2303.734, 7118.038, 367.3164, 0, 0, 100), +(781910, 29, 2338.094, 7119.541, 366.8724, 0, 0, 100), +(781910, 30, 2377.440, 7121.208, 365.7415, 0, 0, 100), +(781910, 31, 2405.179, 7108.188, 365.3792, 0, 0, 100), +(781910, 32, 2440.282, 7097.773, 365.6713, 0, 0, 100), +(781910, 33, 2471.216, 7099.712, 366.6841, 0, 0, 100), +(781910, 34, 2499.516, 7118.607, 364.6090, 0, 0, 100), +(781910, 35, 2521.091, 7153.860, 366.3603, 0, 0, 100), +(781910, 36, 2523.986, 7182.577, 366.0188, 0, 0, 100), +(781910, 37, 2540.061, 7221.737, 364.3556, 0, 0, 100), +(781910, 38, 2561.560, 7251.871, 365.3753, 0, 0, 100), +(781910, 39, 2592.192, 7276.831, 364.5811, 0, 0, 100), +(781910, 40, 2615.733, 7282.465, 366.1052, 0, 0, 100), +(781910, 41, 2638.510, 7274.054, 365.9920, 0, 0, 100), +(781910, 42, 2654.142, 7247.975, 364.3701, 0, 0, 100), +(781910, 43, 2686.218, 7221.362, 365.6332, 0, 0, 100), +(781910, 44, 2717.749, 7208.184, 366.8920, 0, 0, 100), +(781910, 45, 2750.288, 7205.353, 366.4631, 0, 0, 100), +(781910, 46, 2774.666, 7210.746, 364.7010, 0, 0, 100), +(781910, 47, 2816.835, 7215.760, 364.7676, 0, 0, 100), +(781910, 48, 2854.457, 7221.858, 365.7168, 0, 0, 100), +(781910, 49, 2899.416, 7200.719, 365.5310, 0, 0, 100), +(781910, 50, 2930.228, 7183.777, 365.9407, 0, 0, 100), +(781910, 51, 2955.025, 7158.275, 365.1906, 0, 0, 100), +(781910, 52, 2973.732, 7122.678, 364.5023, 0, 0, 100), +(781910, 53, 2985.815, 7091.293, 364.5135, 0, 0, 100), +(781910, 54, 2988.009, 7067.975, 370.1714, 0, 0, 100), +(781930, 1, 2551.950, 7236.730, 365.2060, 0, 0, 100), +(781930, 2, 2582.511, 7238.973, 364.5285, 0, 0, 100), +(781930, 3, 2620.844, 7240.963, 365.8404, 0, 0, 100), +(781930, 4, 2662.356, 7224.830, 365.3051, 0, 0, 100), +(781930, 5, 2680.453, 7217.741, 365.7260, 0, 0, 100), +(781930, 6, 2714.159, 7206.555, 366.9237, 0, 0, 100), +(781930, 7, 2754.975, 7199.355, 365.9347, 0, 0, 100), +(781930, 8, 2784.556, 7191.539, 366.0374, 0, 0, 100), +(781930, 9, 2822.937, 7184.592, 367.8196, 0, 0, 100), +(781930, 10, 2850.751, 7149.822, 365.3051, 0, 0, 100), +(781930, 11, 2886.284, 7120.578, 364.8075, 0, 0, 100), +(781930, 12, 2903.895, 7088.472, 365.5616, 0, 0, 100), +(781930, 13, 2936.490, 7054.680, 369.7681, 0, 0, 100), +(781930, 14, 2966.528, 7018.436, 365.3738, 0, 0, 100), +(781930, 15, 2987.958, 6988.604, 364.5453, 0, 0, 100), +(781930, 16, 3009.749, 6950.587, 364.4463, 0, 0, 100), +(781930, 17, 2995.554, 6924.010, 366.0017, 0, 0, 100), +(781930, 18, 2998.594, 6879.295, 370.1325, 0, 0, 100), +(781930, 19, 3013.016, 6849.270, 369.1555, 0, 0, 100), +(781930, 20, 3002.351, 6817.592, 372.1701, 0, 0, 100), +(781930, 21, 3013.016, 6849.270, 369.1555, 0, 0, 100), +(781930, 22, 2998.739, 6879.015, 370.1257, 0, 0, 100), +(781930, 23, 2995.554, 6924.010, 366.0017, 0, 0, 100), +(781930, 24, 3009.749, 6950.587, 364.4463, 0, 0, 100), +(781930, 25, 2987.958, 6988.604, 364.5453, 0, 0, 100), +(781930, 26, 2966.528, 7018.436, 365.3738, 0, 0, 100), +(781930, 27, 2936.490, 7054.680, 369.7681, 0, 0, 100), +(781930, 28, 2903.895, 7088.472, 365.5616, 0, 0, 100), +(781930, 29, 2886.306, 7120.557, 364.8368, 0, 0, 100), +(781930, 30, 2850.751, 7149.822, 365.3051, 0, 0, 100), +(781930, 31, 2822.937, 7184.592, 367.8196, 0, 0, 100), +(781930, 32, 2784.556, 7191.539, 366.0374, 0, 0, 100), +(781930, 33, 2754.975, 7199.355, 365.9347, 0, 0, 100), +(781930, 34, 2714.159, 7206.555, 366.9237, 0, 0, 100), +(781930, 35, 2680.453, 7217.741, 365.7260, 0, 0, 100), +(781930, 36, 2662.356, 7224.830, 365.3051, 0, 0, 100), +(781930, 37, 2620.844, 7240.963, 365.8404, 0, 0, 100), +(781930, 38, 2582.511, 7238.973, 364.5285, 0, 0, 100), +(781930, 39, 2551.950, 7236.730, 365.2060, 0, 0, 100), +(781930, 40, 2526.504, 7228.834, 365.5722, 0, 0, 100); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_00_world.sql new file mode 100644 index 00000000000..a5baed5d3bd --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_00_world.sql @@ -0,0 +1,124 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (48307,78199,78200,78201,78202,78203,78204,78205); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(48307, 22982, 530, 1, 1, 0, 1, 2522.85, 7322.39, 373.437, 6.27002, 300, 0, 0, 6986, 0, 0), +(78199, 22982, 530, 1, 1, 0, 1, 2514.37, 7354.88, 380.734, 2.950928, 300, 0, 0, 6986, 0, 0), +(78200, 22982, 530, 1, 1, 0, 1, 2530.93, 7333.36, 373.445, 4.722, 300, 0, 0, 6986, 0, 0), +(78201, 23257, 530, 1, 1, 0, 1, 2496.04711, 7353.0825, 380.2784, 5.570216, 300, 0, 0, 0, 0, 0), +(78202, 23257, 530, 1, 1, 0, 1, 2512.2768, 7360.9584, 380.725, 4.072401, 300, 0, 0, 0, 0, 0), +(78203, 23257, 530, 1, 1, 0, 1, 2544.3986, 7335.6625, 373.4241, 4.288366, 300, 0, 0, 0, 0, 0), +(78204, 23257, 530, 1, 1, 0, 1, 2538.2683, 7312.6347, 373.4573, 2.076854, 300, 0, 0, 0, 0, 0), +(78205, 23257, 530, 1, 1, 0, 1, 2509.468, 7337.314, 376.872, 5.519256, 300, 0, 0, 0, 0, 0); + +UPDATE `creature` SET `position_x`=2507.118, `position_y`=7363.662, `position_z`=380.368, `orientation`=5.350242 WHERE `guid`=48166; +UPDATE `creature` SET `position_x`=2547.075, `position_y`=7330.514, `position_z`=373.422, `orientation`=3.956510 WHERE `guid`=44255; +UPDATE `creature` SET `position_x`=2494.301, `position_y`=7350.166, `position_z`=380.239, `orientation`=5.814281 WHERE `guid`=44256; +UPDATE `creature` SET `position_x`=2492.5161, `position_y`=7316.512, `position_z`=369.3635, `orientation`=3.225905 WHERE `guid`=79497; + +DELETE FROM `gameobject_addon` WHERE `guid` IN (27738,27739,27740,27741,27746,27747,27748,27749,27758,27759,27760,27761,27774,27775,27776,27777); +DELETE FROM `gameobject` WHERE `id` IN (185872,185948,185873,185949,185874,185950,185951,185875); +DELETE FROM `gameobject` WHERE `guid` IN (6693,6695,6697,6698,6702,6703,6706,6707,6709,6711,6713,6714,6715,6723,6724,6727,6729,6732,6733,6738,6739,6746,6747,6750,6752,6754,6756,6757,6763,6764,6765,6766,6774,6775,6780,6787,6789,6791,6795,6798,6799,6801,6804,6806,6807,6812,6814,6815,6817,6820,6822,6826,6834,6838,6839,6840,6850,6861,6863,6869,6874,6876,6878,6879,6884,6886,6894,6895,6897,6899,6901,6905,6907,6912,6914,6918,6919,6922,6924,6926,6931,6934,6939,6949,6953,6958,6961,6966,6967,6968,6972,6977,6980,6982,6984,6986,6996,6998,7000,7007,7008,7022,7025); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(6693,185965, 530, 1, 1, 2511.03, 7346.34, 380.742, -2.69653, 0, 0, -0.975342, 0.220699, 300, 100, 1), +(6695,185609, 530, 1, 1, 4079.428, 5601.353, 267.2757, 3.159062, 0, 0,-0.9999619,0.008734641,180,100,1), +(6697,185656,530,1,1,3922.746,5120.594,270.0932,3.115388,0,0,0.9999142,0.01310196,180,100,1), +(6698,185657,530,1,1,3917.041,5120.815,270.0932,3.115388,0,0,0.9999142,0.01310196,180,100,1), +(6702,185659,530,1,1,3919.882,5117.944,270.0932,3.115388,0,0,0.9999142,0.01310196,180,100,1), +(6703,185660,530,1,1,3905.977,5091.081,270.0932,3.141593,0,0,-1,0,180,100,1), +(6706,185661,530,1,1,3905.984,5112.641,270.0932,3.141593,0,0,-1,0,180,100,1), +(6707,185662,530,1,1,3895.228,5101.894,270.0932,3.141593,0,0,-1,0,180,100,1), +(6709,185663,530,1,1,3916.698,5101.879,270.0932,3.132858,0,0,0.9999905,0.00436732,180,100,1), +(6711,185664,530,1,1,3922.599,5083.263,270.0493,3.167798,0,0,-0.9999142,0.01310196,180,100,1), +(6713,185665,530,1,1,3919.906,5080.514,270.0932,3.167798,0,0,-0.9999142,0.01310196,180,100,1), +(6714,185666,530,1,1,3916.903,5083.174,270.0932,3.167798,0,0,-0.9999142,0.01310196,180,100,1), +(6715,185667,530,1,1,3919.724,5086.026,270.0932,3.167798,0,0,-0.9999142,0.01310196,180,100,1), +(6723,185669,530,1,1,3892.333,5118.136,270.0932,3.159062,0,0,-0.9999619,0.008734641,180,100,1), +(6724,185672,530,1,1,3895.595,5083.278,270.0947,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6727,185673,530,1,1,3892.809,5080.631,270.0932,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6729,185674,530,1,1,3889.918,5083.437,270.0932,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6732,185675,530,1,1,3892.858,5086.093,270.0932,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6733,185692,530,1,1,3919.978,5120.773,270.1487,3.115388,0,0,0.9999142,0.01310196,180,100,1), +(6738,185693,530,1,1,3919.954,5120.77,270.1487,3.115388,0,0,0.9999142,0.01310196,180,100,1), +(6739,185694,530,1,1,3919.949,5120.733,270.1487,3.115388,0,0,0.9999142,0.01310196,180,100,1), +(6746,185695,530,1,1,3919.971,5120.729,270.1487,3.115388,0,0,0.9999142,0.01310196,180,100,1), +(6747,185696,530,1,1,3919.824,5083.256,270.1487,3.167798,0,0,-0.9999142,0.01310196,180,100,1), +(6750,185697,530,1,1,3919.827,5083.292,270.1487,3.167798,0,0,-0.9999142,0.01310196,180,100,1), +(6752,185698,530,1,1,3919.85,5083.297,270.1487,3.167798,0,0,-0.9999142,0.01310196,180,100,1), +(6754,185699,530,1,1,3919.847,5083.252,270.1487,3.167798,0,0,-0.9999142,0.01310196,180,100,1), +(6756,185704,530,1,1,3892.833,5083.41,270.1491,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6757,185705,530,1,1,3892.838,5083.446,270.1491,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6763,185706,530,1,1,3892.861,5083.45,270.1491,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6764,185707,530,1,1,3892.855,5083.406,270.1492,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6765,185708,530,1,1,2708.332,7269.913,368.6403,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6766,185709,530,1,1,2708.338,7269.897,368.6403,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6774,185710,530,1,1,2708.333,7269.906,368.6403,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6775,185711,530,1,1,2708.339,7269.901,368.6403,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6780,185712,530,1,1,2743.271,7269.906,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6787,185713,530,1,1,2743.271,7269.903,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6789,185714,530,1,1,2743.267,7269.911,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6791,185715,530,1,1,2743.265,7269.918,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6795,185716,530,1,1,2708.459,7299.037,368.6403,3.141593,0,0,-1,0,180,100,1), +(6798,185717,530,1,1,2708.464,7299.03,368.6403,3.141593,0,0,-1,0,180,100,1), +(6799,185718,530,1,1,2708.464,7299.032,368.6403,3.141593,0,0,-1,0,180,100,1), +(6801,185719,530,1,1,2708.457,7299.044,368.6403,3.141593,0,0,-1,0,180,100,1), +(6804,185720,530,1,1,2744.124,7298.321,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6806,185721,530,1,1,2744.128,7298.313,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6807,185722,530,1,1,2744.128,7298.317,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6812,185723,530,1,1,2744.122,7298.329,368.6403,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6814,185756,530,1,1,1911.712,7344.854,364.526,3.141593,0,0,-1,0,180,100,1), +(6815,185757,530,1,1,1911.714,7344.846,364.526,3.141593,0,0,-1,0,180,100,1), +(6817,185758,530,1,1,1911.719,7344.838,364.526,3.141593,0,0,-1,0,180,100,1), +(6820,185759,530,1,1,1911.719,7344.841,364.526,3.141593,0,0,-1,0,180,100,1), +(6822,185760,530,1,1,1911.618,7374.952,364.526,3.141593,0,0,-1,0,180,100,1), +(6826,185761,530,1,1,1911.618,7374.949,364.526,3.141593,0,0,-1,0,180,100,1), +(6834,185762,530,1,1,1911.615,7374.957,364.526,3.141593,0,0,-1,0,180,100,1), +(6838,185763,530,1,1,1911.613,7374.963,364.526,3.141593,0,0,-1,0,180,100,1), +(6839,185768,530,1,1,2743.309,7272.672,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6840,185769,530,1,1,2746.143,7269.749,368.5846,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6850,185770,530,1,1,2743.182,7267.116,368.5846,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6861,185771,530,1,1,2740.33,7269.976,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6863,185772,530,1,1,2744.037,7295.491,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6869,185773,530,1,1,2741.243,7298.374,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6874,185774,530,1,1,2744.155,7301.037,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6876,185775,530,1,1,2746.963,7298.202,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6878,185776,530,1,1,2726.33,7272.519,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6879,185777,530,1,1,2726.333,7294.026,368.5847,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6884,185778,530,1,1,2715.562,7283.284,368.5847,3.141593,0,0,-1,0,180,100,1), +(6886,185779,530,1,1,2737.08,7283.279,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6894,185780,530,1,1,2708.329,7267.175,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6895,185781,530,1,1,2708.3,7272.667,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6897,185782,530,1,1,2705.443,7269.857,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6899,185783,530,1,1,2711.197,7269.831,368.5847,3.150327,0,0,-0.9999905,0.00436732,180,100,1), +(6901,185784,530,1,1,2708.452,7296.221,368.5847,3.141593,0,0,-1,0,180,100,1), +(6905,185785,530,1,1,2705.423,7299.012,368.5847,3.141593,0,0,-1,0,180,100,1), +(6907,185786,530,1,1,2708.461,7301.881,368.5847,3.141593,0,0,-1,0,180,100,1), +(6912,185787,530,1,1,2711.246,7298.944,368.5847,3.141593,0,0,-1,0,180,100,1), +(6914,185840,530,1,1,1911.584,7372.166,364.4705,3.141593,0,0,-1,0,180,100,1), +(6918,185841,530,1,1,1914.501,7374.847,364.4705,3.141593,0,0,-1,0,180,100,1), +(6919,185842,530,1,1,1911.589,7377.68,364.4705,3.141593,0,0,-1,0,180,100,1), +(6922,185843,530,1,1,1908.737,7374.955,364.4705,3.141593,0,0,-1,0,180,100,1), +(6924,185845,530,1,1,1917.965,7359.596,364.4705,3.124123,0,0,0.9999619,0.008734641,180,100,1), +(6926,185848,530,1,1,1911.687,7342.105,364.4705,3.141593,0,0,-1,0,180,100,1), +(6931,185849,530,1,1,1914.487,7344.733,364.4705,3.141593,0,0,-1,0,180,100,1), +(6934,185850,530,1,1,1911.694,7347.616,364.4705,3.141593,0,0,-1,0,180,100,1), +(6939,185851,530,1,1,1908.854,7344.85,364.4705,3.141593,0,0,-1,0,180,100,1), +(6949,185890,530,1,1,3892.868,5083.418,272.6703,0,0,0,0,1,180,100,1), +(6953,185890,530,1,1,3919.894,5083.261,272.8798,0,0,0,0,1,180,100,1), +(6958,185890,530,1,1,3920.004,5120.736,272.8854,0,0,0,0,1,180,100,1), +(6961,185890,530,1,1,2744.201,7298.368,371.2186,0,0,0,0,1,180,100,1), +(6966,185890,530,1,1,2743.262,7269.939,371.058,0,0,0,0,1,180,100,1), +(6967,185890,530,1,1,2708.465,7299.038,371.08,1.291542,0,0,0.6018143,0.7986361,180,100,1), +(6968,185890,530,1,1,2708.292,7269.946,371.2373,0,0,0,0,1,180,100,1), +(6972,185890,530,1,1,1911.583,7375.013,366.5278,0,0,0,0,1,180,100,1), +(6977,185890,530,1,1,1911.729,7344.864,366.806,0,0,0,0,1,180,100,1), +(6980,185894,530,1,1,3892.922,5083.477,270.2625,0,0,0,0,1,180,100,1), +(6982,185894,530,1,1,3919.897,5083.31,270.2648,0,0,0,0,1,180,100,1), +(6984,185894,530,1,1,3920.004,5120.736,270.2465,0,0,0,0,1,180,100,1), +(6986,185894,530,1,1,2744.141,7298.334,368.7359,0,0,0,0,1,180,100,1), +(6996,185894,530,1,1,2743.326,7269.905,368.7564,0,0,0,0,1,180,100,1), +(6998,185894,530,1,1,2708.466,7299.038,368.7328,5.218536,0,0,-0.5075378,0.8616294,180,100,1), +(7000,185894,530,1,1,2708.321,7269.908,368.735,0,0,0,0,1,180,100,1), +(7007,185894,530,1,1,1911.633,7374.966,364.6176,0,0,0,0,1,180,100,1), +(7008,185894,530,1,1,1911.676,7344.884,364.6153,0,0,0,0,1,180,100,1), +(7022,185945,530,1,1,3906.149,5101.911,270.3746,0,0,0,0,1,180,100,1), +(7025,185945,530,1,1,2726.421,7283.327,368.8086,0,0,0,0,1,180,100,1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_01_world.sql new file mode 100644 index 00000000000..18a890d9370 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_01_world.sql @@ -0,0 +1,49 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (77761,77762,77763,77764,77765,77766,77767,77768,77769,77770,77771,77772,77773,77774,77775,77776,77777,77778,77779,77780,77781,77782,77783,77784,77785,77786); +DELETE FROM `creature_addon` WHERE `guid` IN (77761,77762,77763,77764,77765,77766,77767,77768,77769,77770,77771,77772,77773,77774,77775,77776,77777,77778,77779,77780,77781,77782,77783,77784,77785,77786); +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (77761,77762,77763,77764,77765,77766,77767,77768,77769,77770,77771,77772,77773,77774,77775,77776,77777,77778,77779,77780,77781,77782,77783,77784,77785,77786); +DELETE FROM `creature` WHERE `guid` IN (78206, 77790,77789,77788,77787, 77791,78247,78248,78249,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260,78261); +DELETE FROM `creature_addon` WHERE `guid` IN (78206, 77790,77789,77788,77787, 77791,78247,78248,78249,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260,78261); +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (78206, 77790,77789,77788,77787, 77791,78247,78248,78249,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260,78261); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(77761, 22180, 530, 1, 1, 0, 0, 3981.956, 5249.081, 264.6908, 1.1774140, 300, 15, 0, 7181, 0, 1), +(77762, 22180, 530, 1, 1, 0, 0, 3916.724, 5249.964, 266.5047, 5.4910770, 300, 15, 0, 7181, 0, 1), +(77763, 22180, 530, 1, 1, 0, 0, 3948.115, 5215.917, 264.4878, 6.1804580, 300, 15, 0, 7181, 0, 1), +(77764, 22180, 530, 1, 1, 0, 0, 3981.652, 5184.359, 265.1032, 0.2977977, 300, 15, 0, 7181, 0, 1), +(77765, 22180, 530, 1, 1, 0, 0, 3980.714, 5100.546, 267.2501, 1.4148750, 300, 15, 0, 7181, 0, 1), +(77766, 22180, 530, 1, 1, 0, 0, 3949.159, 4948.539, 267.8004, 0.3183079, 300, 15, 0, 7181, 0, 1), +(77767, 22180, 530, 1, 1, 0, 0, 4015.229, 4985.836, 266.7146, 4.1626240, 300, 15, 0, 7181, 0, 1), +(77768, 22180, 530, 1, 1, 0, 0, 3979.582, 4853.900, 267.2379, 6.2098660, 300, 15, 0, 7181, 0, 1), +(77769, 22180, 530, 1, 1, 0, 0, 4015.782, 4885.833, 266.1422, 4.1786310, 300, 15, 0, 7181, 0, 1), +(77770, 22180, 530, 1, 1, 0, 0, 4080.435, 5043.157, 266.2294, 2.8894350, 300, 15, 0, 7181, 0, 1), +(77771, 22180, 530, 1, 1, 0, 0, 4015.329, 5049.436, 268.3489, 0.7155850, 300, 15, 0, 7181, 0, 1), +(77772, 22180, 530, 1, 1, 0, 0, 4090.619, 5213.258, 265.0390, 2.2775740, 300, 15, 0, 7181, 0, 1), +(77773, 22180, 530, 1, 1, 0, 0, 4083.265, 5382.761, 264.8060, 2.6575580, 300, 15, 0, 7181, 0, 1), +(77774, 22181, 530, 1, 1, 0, 0, 3964.200, 5277.536, 284.495, 1.34883, 300, 10, 0, 0, 0, 1), +(77775, 22181, 530, 1, 1, 0, 0, 3914.42, 4963.17, 278.11, 4.54688, 300, 10, 0, 0, 0, 1), +(77776, 22181, 530, 1, 1, 0, 0, 3921.46, 4859.61, 268.40, 0.94403, 300, 10, 0, 0, 0, 1), +(77777, 22181, 530, 1, 1, 0, 0, 4070.218, 5169.972, 297.128, 1.66695, 300, 10, 0, 0, 0, 1), +(77778, 22181, 530, 1, 1, 0, 0, 4001.26, 5181.49, 281.25, 4.39857, 300, 10, 0, 0, 0, 1), +(77779, 22181, 530, 1, 1, 0, 0, 3957.707, 5090.804, 298.836, 1.92479, 300, 10, 0, 0, 0, 1), +(77780, 22181, 530, 1, 1, 0, 0, 4003.33, 5072.77, 299.66, 3.08282, 300, 10, 0, 0, 0, 1), +(77781, 22181, 530, 1, 1, 0, 0, 4004.93, 4868.43, 279.12, 0.23275, 300, 10, 0, 0, 0, 1), +(77782, 22181, 530, 1, 1, 0, 0, 4028.27, 5017.34, 272.31, 2.56337, 300, 10, 0, 0, 0, 1), +(77783, 22181, 530, 1, 1, 0, 0, 4074.06, 5080.125, 302.859, 3.07678, 300, 10, 0, 0, 0, 1), +(77784, 22181, 530, 1, 1, 0, 0, 4002.284, 5425.788, 287.479, 3.353, 300, 10, 0, 0, 0, 1), +(77785, 22181, 530, 1, 1, 0, 0, 4065.752, 5531.675, 282.261, 0.589, 300, 10, 0, 0, 0, 1), +(77786, 22181, 530, 1, 1, 0, 0, 3998.506, 5580.593, 300.837, 2.674, 300, 10, 0, 0, 0, 1), +(77787, 22181, 530, 1, 1, 0, 0, 3993.243, 5694.740, 293.714, 2.587, 300, 10, 0, 0, 0, 1), +(77788, 22181, 530, 1, 1, 0, 0, 3933.252, 5745.506, 288.675, 2.972, 300, 10, 0, 0, 0, 1), +(77789, 22175, 530, 1, 1, 0, 0, 3921.162, 5035.858, 300.770, 3.569613, 300, 0, 0, 0, 0, 0), +(77790, 22175, 530, 1, 1, 0, 0, 4033.197, 5195.042, 278.525, 5.270002, 300, 0, 0, 0, 0, 0), +(77791, 22175, 530, 1, 1, 0, 0, 3968.708, 5295.452, 274.819, 6.098598, 300, 0, 0, 0, 0, 0), +(78206, 22175, 530, 1, 1, 0, 0, 3904.207, 5366.365, 278.272, 1.150588, 300, 0, 0, 0, 0, 0), +(78247, 22175, 530, 1, 1, 0, 0, 3998.913, 5466.808, 274.713, 1.229128, 300, 0, 0, 0, 0, 0), +(78248, 22175, 530, 1, 1, 0, 0, 4069.118, 5657.789, 271.636, 1.401916, 300, 0, 0, 0, 0, 0), +(78249, 22175, 530, 1, 1, 0, 0, 3987.810, 5707.203, 273.632, 2.300256, 300, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_addon` WHERE entry = 22180; +INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES +(22180, 0, 0, 0, "40773"); + +UPDATE `creature` SET `position_x`=4031.834, `position_y`=5100.4785, `position_z`=272.756, `orientation`=5.350242 WHERE `guid`=144807; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_02_world.sql new file mode 100644 index 00000000000..3ed71aab673 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_02_world.sql @@ -0,0 +1,69 @@ +-- +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=18692; +DELETE FROM `smart_scripts` WHERE `entryorguid`=18692 AND `source_type`=0; +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 +(18692, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 5000, 10000, 11, 9573, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Hemathion - IC - cast Flame Breath'), +(18692, 0, 1, 0, 0, 0, 100, 0, 6000, 12000, 12000, 15000, 11, 14100, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Hemathion - IC - cast Terrifying Roar'); + +UPDATE `creature` SET `position_x`=2807.900, `position_y`=7239.049, `position_z`=365.2419,`MovementType`=2 WHERE `guid` IN (151919); +UPDATE `creature` SET `position_x`=1837.670, `position_y`=7158.534, `position_z`=364.3977,`MovementType`=2 WHERE `guid` IN (151920); +DELETE FROM `creature_addon` WHERE guid IN (151919,151920); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(151919, 1519190, 0, 0, 0, ""), +(151920, 1519200, 0, 0, 0, ""); + +DELETE FROM `waypoint_data` WHERE `id` IN (1519190,1519200); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES +(1519190, 1, 2808.937, 7233.487, 365.1280, 0, 0, 100), +(1519190, 2, 2779.206, 7215.696, 365.2142, 0, 0, 100), +(1519190, 3, 2743.240, 7205.846, 366.0741, 0, 0, 100), +(1519190, 4, 2716.312, 7203.940, 366.7350, 0, 0, 100), +(1519190, 5, 2682.064, 7222.730, 365.6341, 0, 0, 100), +(1519190, 6, 2650.470, 7236.354, 365.0051, 0, 0, 100), +(1519190, 7, 2616.386, 7251.049, 364.5808, 0, 0, 100), +(1519190, 8, 2582.671, 7240.968, 364.7489, 0, 0, 100), +(1519190, 9, 2555.349, 7214.797, 366.1460, 0, 0, 100), +(1519190, 10, 2539.965, 7186.032, 364.5946, 0, 0, 100), +(1519190, 11, 2522.817, 7155.446, 366.4109, 0, 0, 100), +(1519190, 12, 2494.828, 7120.387, 364.4929, 0, 0, 100), +(1519190, 13, 2464.073, 7095.245, 364.7017, 0, 0, 100), +(1519190, 14, 2422.045, 7101.150, 365.7449, 0, 0, 100), +(1519190, 15, 2378.711, 7121.377, 365.6288, 0, 0, 100), +(1519190, 16, 2422.045, 7101.150, 365.7449, 0, 0, 100), +(1519190, 17, 2464.073, 7095.245, 364.7017, 0, 0, 100), +(1519190, 18, 2494.828, 7120.387, 364.4929, 0, 0, 100), +(1519190, 19, 2522.817, 7155.446, 366.4109, 0, 0, 100), +(1519190, 20, 2539.965, 7186.032, 364.5946, 0, 0, 100), +(1519190, 21, 2555.349, 7214.797, 366.1460, 0, 0, 100), +(1519190, 22, 2582.671, 7240.968, 364.7489, 0, 0, 100), +(1519190, 23, 2616.386, 7251.049, 364.5808, 0, 0, 100), +(1519190, 24, 2650.470, 7236.354, 365.0051, 0, 0, 100), +(1519190, 25, 2682.064, 7222.730, 365.6341, 0, 0, 100), +(1519190, 26, 2716.312, 7203.940, 366.7350, 0, 0, 100), +(1519190, 27, 2743.240, 7205.846, 366.0741, 0, 0, 100), +(1519190, 28, 2779.206, 7215.696, 365.2142, 0, 0, 100), +(1519190, 29, 2808.937, 7233.487, 365.1280, 0, 0, 100), +(1519190, 30, 2837.030, 7252.176, 364.4406, 0, 0, 100), +(1519200, 1, 1809.325, 7172.158, 364.5686, 0, 0, 100), +(1519200, 2, 1815.444, 7204.853, 364.6613, 0, 0, 100), +(1519200, 3, 1842.546, 7242.146, 364.5812, 0, 0, 100), +(1519200, 4, 1879.159, 7258.352, 363.8606, 0, 0, 100), +(1519200, 5, 1915.919, 7275.401, 364.0877, 0, 0, 100), +(1519200, 6, 1943.618, 7285.081, 364.2040, 0, 0, 100), +(1519200, 7, 1976.632, 7309.147, 364.5445, 0, 0, 100), +(1519200, 8, 2014.215, 7319.441, 364.4143, 0, 0, 100), +(1519200, 9, 2045.852, 7317.113, 364.7148, 0, 0, 100), +(1519200, 10, 2081.956, 7308.120, 363.9342, 0, 0, 100), +(1519200, 11, 2098.479, 7283.070, 364.5551, 0, 0, 100), +(1519200, 12, 2110.944, 7263.135, 364.3823, 0, 0, 100), +(1519200, 13, 2088.668, 7240.715, 364.6110, 0, 0, 100), +(1519200, 14, 2083.661, 7218.630, 364.0789, 0, 0, 100), +(1519200, 15, 2051.243, 7208.448, 363.9794, 0, 0, 100), +(1519200, 16, 2021.537, 7208.532, 364.3810, 0, 0, 100), +(1519200, 17, 1995.106, 7195.223, 364.1332, 0, 0, 100), +(1519200, 18, 1970.707, 7173.648, 364.2836, 0, 0, 100), +(1519200, 19, 1943.431, 7162.605, 364.5651, 0, 0, 100), +(1519200, 20, 1918.514, 7157.143, 364.2846, 0, 0, 100), +(1519200, 21, 1883.808, 7154.668, 364.4753, 0, 0, 100), +(1519200, 22, 1850.349, 7146.592, 364.0842, 0, 0, 100), +(1519200, 23, 1835.888, 7151.592, 364.6274, 0, 0, 100); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_03_world.sql new file mode 100644 index 00000000000..6c704729e0e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_03_world.sql @@ -0,0 +1,48 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (77867,77868,77869,77870,77871,77872,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260); +DELETE FROM `creature_addon` WHERE `guid` IN (77867,77868,77869,77870,77871,77872,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260); +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (77867,77868,77869,77870,77871,77872,78250,78251,78252,78253,78254,78255,78256,78257,78258,78259,78260); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(77867, 22204, 530, 1, 1, 0, 0, 1323.410, 7214.823, 375.9625, 3.4196240, 300, 0, 0, 7181, 0, 2), +(77868, 22204, 530, 1, 1, 0, 0, 1482.765, 7281.249, 369.7231, 5.9280690, 300, 0, 0, 7181, 0, 2), +(77869, 22204, 530, 1, 1, 0, 0, 1708.409, 7377.730, 370.8972, 5.8992130, 300, 0, 0, 7181, 0, 0), +(77870, 22204, 530, 1, 1, 0, 0, 1686.952, 7344.332, 370.1348, 5.5676000, 300, 0, 0, 7181, 0, 0), +(77871, 22204, 530, 1, 1, 0, 0, 1627.412, 7241.339, 369.1410, 0.6632251, 300, 0, 0, 7181, 0, 0), +(77872, 22204, 530, 1, 1, 0, 0, 1523.365, 7300.664, 367.4539, 0.7679449, 300, 0, 0, 7181, 0, 0), +(78250, 22204, 530, 1, 1, 0, 0, 1445.035, 7292.289, 374.6195, 2.3038350, 300, 0, 0, 7181, 0, 0), +(78251, 22204, 530, 1, 1, 0, 0, 1417.439, 7363.144, 370.8791, 2.3911010, 300, 0, 0, 7181, 0, 0), +(78252, 22204, 530, 1, 1, 0, 0, 1345.571, 7305.839, 369.2062, 3.1939530, 300, 0, 0, 7181, 0, 0), +(78253, 22204, 530, 1, 1, 0, 0, 1330.575, 7364.441, 367.8244, 3.1415930, 300, 0, 0, 7181, 0, 0), +(78254, 22204, 530, 1, 1, 0, 0, 1345.022, 7210.953, 375.6053, 1.0122910, 300, 0, 0, 7181, 0, 0), +(78255, 22204, 530, 1, 1, 0, 0, 1318.107, 7177.963, 375.4083, 3.5430180, 300, 0, 0, 7181, 0, 0), +(78256, 22204, 530, 1, 1, 0, 0, 1355.457, 7167.923, 371.4182, 5.8817600, 300, 0, 0, 7181, 0, 0), +(78257, 22204, 530, 1, 1, 0, 0, 1275.307, 7158.457, 374.2249, 0.9424778, 300, 0, 0, 7181, 0, 0), +(78258, 22204, 530, 1, 1, 0, 0, 1450.731, 7220.193, 371.3026, 2.9670600, 300, 0, 0, 7181, 0, 0), +(78259, 22204, 530, 1, 1, 0, 0, 1518.461, 7217.136, 370.4280, 5.5676000, 300, 0, 0, 7181, 0, 0), +(78260, 22204, 530, 1, 1, 0, 0, 1649.613, 7198.792, 369.7657, 0.1396263, 300, 0, 0, 7181, 0, 0); + +DELETE FROM `creature_addon` WHERE guid IN (77867,77868); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(77867, 778670, 0, 0, 0, ""), +(77868, 778680, 0, 0, 0, ""); + +DELETE FROM `waypoint_data` WHERE `id` IN (778670,778680); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES +(778670, 1, 1293.462, 7206.271, 371.2353, 0, 0, 100), +(778670, 2, 1291.552, 7185.870, 371.7606, 0, 0, 100), +(778670, 3, 1298.961, 7160.909, 371.4702, 0, 0, 100), +(778670, 4, 1324.143, 7153.461, 370.9697, 0, 0, 100), +(778670, 5, 1341.092, 7171.108, 373.4405, 0, 0, 100), +(778670, 6, 1324.143, 7153.461, 370.9697, 0, 0, 100), +(778670, 7, 1298.961, 7160.909, 371.4702, 0, 0, 100), +(778670, 8, 1291.552, 7185.870, 371.7606, 0, 0, 100), +(778670, 9, 1293.462, 7206.271, 371.2353, 0, 0, 100), +(778670, 10, 1320.157, 7220.999, 374.6070, 0, 0, 100), +(778680, 1, 1505.330, 7272.882, 369.0820, 0, 0, 100), +(778680, 2, 1506.815, 7255.070, 370.5767, 0, 0, 100), +(778680, 3, 1494.323, 7229.001, 369.8154, 0, 0, 100), +(778680, 4, 1467.942, 7225.300, 370.6503, 0, 0, 100), +(778680, 5, 1453.913, 7238.100, 369.8799, 0, 0, 100), +(778680, 6, 1448.150, 7257.373, 369.0083, 0, 0, 100), +(778680, 7, 1455.776, 7274.988, 373.0260, 0, 0, 100), +(778680, 8, 1481.676, 7281.820, 369.8588, 0, 0, 100); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_04_world.sql new file mode 100644 index 00000000000..29a11455f43 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_04_world.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (78261,78316,95044,95045,95046,95047,95048,95050,95054,95055,95075,95095,95096); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(78261, 23076, 530, 1, 1, 0, 0, 1715.417, 7374.241, 370.0128, 5.81194600, 300, 0, 0, 22140, 0, 0), +(78316, 23076, 530, 1, 1, 0, 0, 1694.253, 7338.044, 369.5446, 5.65486700, 300, 0, 0, 22140, 0, 0), +(95044, 23076, 530, 1, 1, 0, 0, 1636.504, 7245.440, 369.8836, 0.50614550, 300, 0, 0, 22140, 0, 0), +(95045, 23076, 530, 1, 1, 0, 0, 1656.308, 7199.548, 368.9315, 6.26573200, 300, 0, 0, 22140, 0, 0), +(95046, 23076, 530, 1, 1, 0, 0, 1528.355, 7304.675, 367.1246, 0.80285140, 300, 0, 0, 22140, 0, 0), +(95047, 23076, 530, 1, 1, 0, 0, 1523.460, 7212.831, 370.0293, 5.65486700, 300, 0, 0, 22140, 0, 0), +(95048, 23076, 530, 1, 1, 0, 0, 1442.228, 7297.830, 374.5757, 2.19911500, 300, 0, 0, 22140, 0, 0), +(95050, 23076, 530, 1, 1, 0, 0, 1443.995, 7222.110, 369.9049, 2.94960600, 300, 0, 0, 22140, 0, 0), +(95054, 23076, 530, 1, 1, 0, 0, 1412.815, 7367.326, 370.1187, 2.42600800, 300, 0, 0, 22140, 0, 0), +(95055, 23076, 530, 1, 1, 0, 0, 1339.129, 7305.414, 369.4936, 3.17649900, 300, 0, 0, 22140, 0, 0), +(95075, 23076, 530, 1, 1, 0, 0, 1348.385, 7216.743, 375.0200, 1.04719800, 300, 0, 0, 22140, 0, 0), +(95095, 23076, 530, 1, 1, 0, 0, 1362.472, 7166.314, 371.3114, 5.96902600, 300, 0, 0, 22140, 0, 0), +(95096, 23076, 530, 1, 1, 0, 0, 1311.723, 7175.860, 371.9400, 3.57792500, 300, 0, 0, 22140, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_05_world.sql new file mode 100644 index 00000000000..9612e37fa7e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_05_world.sql @@ -0,0 +1,165 @@ +-- +UPDATE `creature_template` SET `DmgSchool`=2,`AIName`='SmartAI' WHERE `entry`=22298; +DELETE FROM `smart_scripts` WHERE `entryorguid`=22298 AND `source_type`=0; +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 +(22298, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 4000, 6000, 11, 9053, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Vile Fire-Soul - IC - cast Fireball'); + +DELETE FROM `creature` WHERE `guid` IN (78376,78377,78378,78379,78380,95097,95098,95099); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(78376, 22298, 530, 1, 1, 0, 0, 1665.164, 7379.932, 371.3260, 1.9711670, 300, 0, 0, 5744, 3155, 2), +(78377, 22298, 530, 1, 1, 0, 0, 1300.547, 7265.371, 365.3977, 0.2636836, 300, 0, 0, 5744, 3155, 2), +(78378, 22298, 530, 1, 1, 0, 0, 1553.611, 7337.983, 364.5789, 4.7328720, 300, 0, 0, 5744, 3155, 2), +(78379, 22298, 530, 1, 1, 0, 0, 1394.671, 7342.206, 364.3341, 2.0554120, 300, 0, 0, 5744, 3155, 2), +(78380, 22298, 530, 1, 1, 0, 0, 1340.532, 7145.310, 370.9655, 3.2989070, 300, 0, 0, 5744, 3155, 2), +(95097, 22298, 530, 1, 1, 0, 0, 1638.535, 7274.386, 363.9085, 3.5216810, 300, 0, 0, 5744, 3155, 2), +(95098, 22298, 530, 1, 1, 0, 0, 1443.807, 7154.815, 365.1341, 2.7720390, 300, 0, 0, 5744, 3155, 2), +(95099, 22298, 530, 1, 1, 0, 0, 1614.450, 7190.510, 369.1107, 4.4261390, 300, 0, 0, 5744, 3155, 2); + +DELETE FROM `creature_addon` WHERE `guid` IN (78376,78377,78378,78379,78380,95097,95098,95099); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(78376, 783760, 0, 0, 0, ""), +(78377, 783770, 0, 0, 0, ""), +(78378, 783780, 0, 0, 0, ""), +(78379, 783790, 0, 0, 0, ""), +(78380, 783800, 0, 0, 0, ""), +(95097, 950970, 0, 0, 0, ""), +(95098, 950980, 0, 0, 0, ""), +(95099, 950990, 0, 0, 0, ""); + +DELETE FROM `waypoint_data` WHERE `id` IN (783760,783770,783780,783790,783800,950970,950980,950990); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES +(783760, 1, 1656.773, 7399.774, 364.5957, 0, 0, 100), +(783760, 2, 1618.392, 7388.847, 364.0782, 0, 0, 100), +(783760, 3, 1596.787, 7372.172, 364.3177, 0, 0, 100), +(783760, 4, 1583.301, 7349.601, 364.2329, 0, 0, 100), +(783760, 5, 1576.120, 7321.715, 364.0074, 0, 0, 100), +(783760, 6, 1578.735, 7300.728, 364.2141, 0, 0, 100), +(783760, 7, 1601.686, 7289.063, 364.2542, 0, 0, 100), +(783760, 8, 1620.862, 7306.874, 363.7522, 0, 0, 100), +(783760, 9, 1649.990, 7330.174, 364.4892, 0, 0, 100), +(783760, 10, 1667.378, 7344.556, 364.6805, 0, 0, 100), +(783760, 11, 1689.027, 7363.251, 369.1746, 0, 0, 100), +(783760, 12, 1693.287, 7378.132, 370.1225, 0, 0, 100), +(783760, 13, 1679.789, 7397.393, 370.2475, 0, 0, 100), +(783770, 1, 1344.036, 7277.105, 364.3158, 0, 0, 100), +(783770, 2, 1388.763, 7285.612, 364.1070, 0, 0, 100), +(783770, 3, 1420.870, 7274.422, 368.4656, 0, 0, 100), +(783770, 4, 1462.819, 7282.841, 372.8281, 0, 0, 100), +(783770, 5, 1498.383, 7284.034, 369.5018, 0, 0, 100), +(783770, 6, 1520.351, 7276.621, 366.9545, 0, 0, 100), +(783770, 7, 1545.125, 7284.149, 363.8119, 0, 0, 100), +(783770, 8, 1583.165, 7294.112, 364.1786, 0, 0, 100), +(783770, 9, 1615.823, 7304.567, 364.1540, 0, 0, 100), +(783770, 10, 1660.279, 7321.174, 364.2937, 0, 0, 100), +(783770, 11, 1615.823, 7304.567, 364.1540, 0, 0, 100), +(783770, 12, 1583.165, 7294.112, 364.1786, 0, 0, 100), +(783770, 13, 1545.125, 7284.149, 363.8119, 0, 0, 100), +(783770, 14, 1520.351, 7276.621, 366.9545, 0, 0, 100), +(783770, 15, 1498.383, 7284.034, 369.5018, 0, 0, 100), +(783770, 16, 1462.819, 7282.841, 372.8281, 0, 0, 100), +(783770, 17, 1421.132, 7274.339, 368.1682, 0, 0, 100), +(783770, 18, 1388.763, 7285.612, 364.1070, 0, 0, 100), +(783770, 19, 1344.036, 7277.105, 364.3158, 0, 0, 100), +(783770, 20, 1303.846, 7266.940, 365.1007, 0, 0, 100), +(783780, 1, 1554.584, 7290.185, 364.1391, 0, 0, 100), +(783780, 2, 1525.778, 7277.848, 367.1777, 0, 0, 100), +(783780, 3, 1498.065, 7278.037, 369.8182, 0, 0, 100), +(783780, 4, 1483.567, 7292.287, 369.9046, 0, 0, 100), +(783780, 5, 1466.943, 7322.390, 364.8974, 0, 0, 100), +(783780, 6, 1440.097, 7330.051, 363.3341, 0, 0, 100), +(783780, 7, 1419.282, 7321.108, 364.1296, 0, 0, 100), +(783780, 8, 1411.500, 7296.578, 364.1481, 0, 0, 100), +(783780, 9, 1410.777, 7272.359, 364.5040, 0, 0, 100), +(783780, 10, 1434.672, 7273.251, 373.3117, 0, 0, 100), +(783780, 11, 1471.087, 7283.519, 369.7131, 0, 0, 100), +(783780, 12, 1480.808, 7302.141, 367.6188, 0, 0, 100), +(783780, 13, 1515.857, 7328.195, 364.9102, 0, 0, 100), +(783780, 14, 1549.773, 7320.827, 364.2833, 0, 0, 100), +(783790, 1, 1377.954, 7373.933, 364.5356, 0, 0, 100), +(783790, 2, 1359.949, 7381.602, 364.4118, 0, 0, 100), +(783790, 3, 1341.117, 7362.622, 367.4298, 0, 0, 100), +(783790, 4, 1323.984, 7337.061, 364.1812, 0, 0, 100), +(783790, 5, 1321.021, 7306.510, 364.1526, 0, 0, 100), +(783790, 6, 1327.383, 7281.461, 364.0710, 0, 0, 100), +(783790, 7, 1343.056, 7258.956, 364.0087, 0, 0, 100), +(783790, 8, 1376.387, 7225.261, 363.3726, 0, 0, 100), +(783790, 9, 1380.471, 7192.426, 365.0630, 0, 0, 100), +(783790, 10, 1374.793, 7147.526, 364.8091, 0, 0, 100), +(783790, 11, 1380.471, 7192.426, 365.0630, 0, 0, 100), +(783790, 12, 1376.387, 7225.261, 363.3726, 0, 0, 100), +(783790, 13, 1343.056, 7258.956, 364.0087, 0, 0, 100), +(783790, 14, 1327.383, 7281.461, 364.0710, 0, 0, 100), +(783790, 15, 1321.021, 7306.510, 364.1526, 0, 0, 100), +(783790, 16, 1323.984, 7337.061, 364.1812, 0, 0, 100), +(783790, 17, 1341.117, 7362.622, 367.4298, 0, 0, 100), +(783790, 18, 1359.949, 7381.602, 364.4118, 0, 0, 100), +(783790, 19, 1377.954, 7373.933, 364.5356, 0, 0, 100), +(783790, 20, 1392.906, 7344.292, 364.2321, 0, 0, 100), +(783800, 1, 1327.511, 7143.245, 371.3334, 0, 0, 100), +(783800, 2, 1304.279, 7149.792, 370.8072, 0, 0, 100), +(783800, 3, 1293.159, 7174.249, 371.4051, 0, 0, 100), +(783800, 4, 1283.558, 7206.416, 371.2104, 0, 0, 100), +(783800, 5, 1304.064, 7246.037, 366.1053, 0, 0, 100), +(783800, 6, 1324.706, 7259.761, 364.0050, 0, 0, 100), +(783800, 7, 1353.680, 7279.329, 363.8527, 0, 0, 100), +(783800, 8, 1379.141, 7296.346, 364.3794, 0, 0, 100), +(783800, 9, 1353.680, 7279.329, 363.8527, 0, 0, 100), +(783800, 10, 1324.706, 7259.761, 364.0050, 0, 0, 100), +(783800, 11, 1304.064, 7246.037, 366.1053, 0, 0, 100), +(783800, 12, 1283.558, 7206.416, 371.2104, 0, 0, 100), +(783800, 13, 1293.159, 7174.249, 371.4051, 0, 0, 100), +(783800, 14, 1304.279, 7149.792, 370.8072, 0, 0, 100), +(783800, 15, 1327.511, 7143.245, 371.3334, 0, 0, 100), +(783800, 16, 1352.581, 7149.935, 371.0145, 0, 0, 100), +(950970, 1, 1611.359, 7263.525, 364.6029, 0, 0, 100), +(950970, 2, 1580.662, 7250.049, 364.7177, 0, 0, 100), +(950970, 3, 1546.296, 7240.428, 364.2438, 0, 0, 100), +(950970, 4, 1510.422, 7231.355, 370.7528, 0, 0, 100), +(950970, 5, 1484.828, 7221.558, 370.2086, 0, 0, 100), +(950970, 6, 1452.361, 7198.633, 368.9296, 0, 0, 100), +(950970, 7, 1413.485, 7188.418, 364.1214, 0, 0, 100), +(950970, 8, 1381.860, 7152.774, 363.8575, 0, 0, 100), +(950970, 9, 1340.350, 7150.415, 370.8895, 0, 0, 100), +(950970, 10, 1312.100, 7151.096, 371.1092, 0, 0, 100), +(950970, 11, 1270.860, 7138.866, 371.6308, 0, 0, 100), +(950970, 12, 1312.100, 7151.096, 371.1092, 0, 0, 100), +(950970, 13, 1340.350, 7150.415, 370.8895, 0, 0, 100), +(950970, 14, 1381.860, 7152.774, 363.8575, 0, 0, 100), +(950970, 15, 1413.485, 7188.418, 364.1214, 0, 0, 100), +(950970, 16, 1452.157, 7198.574, 368.9937, 0, 0, 100), +(950970, 17, 1484.828, 7221.558, 370.2086, 0, 0, 100), +(950970, 18, 1510.422, 7231.355, 370.7528, 0, 0, 100), +(950970, 19, 1546.296, 7240.428, 364.2438, 0, 0, 100), +(950970, 20, 1580.662, 7250.049, 364.7177, 0, 0, 100), +(950970, 21, 1611.359, 7263.525, 364.6029, 0, 0, 100), +(950970, 22, 1643.517, 7270.127, 364.1072, 0, 0, 100), +(950980, 1, 1419.505, 7164.240, 364.4756, 0, 0, 100), +(950980, 2, 1402.671, 7184.678, 364.2086, 0, 0, 100), +(950980, 3, 1400.633, 7203.377, 363.9698, 0, 0, 100), +(950980, 4, 1409.790, 7229.050, 363.9241, 0, 0, 100), +(950980, 5, 1426.006, 7237.803, 363.8538, 0, 0, 100), +(950980, 6, 1445.413, 7236.438, 370.0939, 0, 0, 100), +(950980, 7, 1475.855, 7214.994, 368.9968, 0, 0, 100), +(950980, 8, 1500.265, 7192.905, 365.7592, 0, 0, 100), +(950980, 9, 1513.472, 7180.257, 364.7081, 0, 0, 100), +(950980, 10, 1555.877, 7178.830, 365.0292, 0, 0, 100), +(950980, 11, 1552.187, 7214.417, 363.7809, 0, 0, 100), +(950980, 12, 1531.199, 7230.337, 364.7152, 0, 0, 100), +(950980, 13, 1508.693, 7232.303, 370.4947, 0, 0, 100), +(950980, 14, 1482.025, 7210.260, 369.3679, 0, 0, 100), +(950980, 15, 1468.256, 7190.412, 363.8764, 0, 0, 100), +(950980, 16, 1463.677, 7167.428, 365.2648, 0, 0, 100), +(950980, 17, 1450.946, 7154.204, 364.9455, 0, 0, 100), +(950990, 1, 1611.515, 7180.544, 369.7453, 0, 0, 100), +(950990, 2, 1595.189, 7181.851, 364.2325, 0, 0, 100), +(950990, 3, 1576.305, 7182.418, 363.0301, 0, 0, 100), +(950990, 4, 1551.096, 7188.584, 364.3322, 0, 0, 100), +(950990, 5, 1543.399, 7204.917, 364.7606, 0, 0, 100), +(950990, 6, 1546.314, 7228.875, 365.0632, 0, 0, 100), +(950990, 7, 1552.296, 7252.303, 364.4031, 0, 0, 100), +(950990, 8, 1576.719, 7259.852, 364.3064, 0, 0, 100), +(950990, 9, 1600.801, 7268.596, 364.1293, 0, 0, 100), +(950990, 10, 1610.080, 7244.772, 364.5979, 0, 0, 100), +(950990, 11, 1622.727, 7225.670, 368.7903, 0, 0, 100), +(950990, 12, 1638.417, 7212.743, 368.9995, 0, 0, 100), +(950990, 13, 1630.473, 7189.032, 369.5075, 0, 0, 100); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_06_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_06_world.sql new file mode 100644 index 00000000000..6d6e9902cd3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_06_world.sql @@ -0,0 +1,70 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (78317,78318,78319,78320,78321,78322,78323); +DELETE FROM `creature_addon` WHERE `guid` IN (78317,78318,78319,78320,78321,78322,78323); +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (78317,78318,78319,78320,78321,78322,78323); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(78317, 22282, 530, 1, 1, 0, 0, 2806.079, 7076.457, 365.5324, 5.671391, 300, 0, 0, 349, 0, 2), +(78318, 22282, 530, 1, 1, 0, 0, 2990.224, 6785.195, 364.8759, 6.074828, 300, 0, 0, 349, 0, 2), +(78319, 22282, 530, 1, 1, 0, 0, 2910.094, 7068.237, 364.9525, 1.489692, 300, 0, 0, 349, 0, 2); + +DELETE FROM `creature_addon` WHERE `guid` IN (78317,78318,78319); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(78317, 783170, 0, 0, 0, "8278 8279"), +(78318, 783180, 0, 0, 0, "8278 8279"), +(78319, 783190, 0, 0, 0, "8278 8279"); + +DELETE FROM `waypoint_data` WHERE `id` IN (783170,783180,783190); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES +(783170, 1, 2852.453, 7043.906, 364.9724, 0, 0, 100), +(783170, 2, 2851.765, 7012.301, 364.6559, 0, 0, 100), +(783170, 3, 2829.326, 6977.799, 364.4576, 0, 0, 100), +(783170, 4, 2801.134, 6979.436, 365.2224, 0, 0, 100), +(783170, 5, 2778.260, 6996.175, 363.9151, 0, 0, 100), +(783170, 6, 2762.791, 7004.948, 365.7821, 0, 0, 100), +(783170, 7, 2747.056, 7022.587, 364.3496, 0, 0, 100), +(783170, 8, 2758.387, 7045.114, 365.2759, 0, 0, 100), +(783170, 9, 2785.369, 7059.199, 365.5059, 0, 0, 100), +(783170, 10, 2806.417, 7073.966, 365.1748, 0, 0, 100), +(783170, 11, 2826.553, 7073.792, 364.4439, 0, 0, 100), +(783170, 12, 2839.854, 7063.182, 364.3952, 0, 0, 100), +(783180, 1, 3004.284, 6782.222, 364.5349, 0, 0, 100), +(783180, 2, 3027.782, 6782.367, 364.5132, 0, 0, 100), +(783180, 3, 3046.018, 6798.135, 364.0664, 0, 0, 100), +(783180, 4, 3053.277, 6812.616, 363.8491, 0, 0, 100), +(783180, 5, 3047.935, 6837.430, 364.5686, 0, 0, 100), +(783180, 6, 3038.779, 6852.491, 364.0435, 0, 0, 100), +(783180, 7, 3037.607, 6879.542, 365.1363, 0, 0, 100), +(783180, 8, 3027.673, 6905.063, 363.9569, 0, 0, 100), +(783180, 9, 3004.303, 6913.749, 364.1187, 0, 0, 100), +(783180, 10, 2980.841, 6915.414, 364.1449, 0, 0, 100), +(783180, 11, 2954.499, 6915.431, 364.1512, 0, 0, 100), +(783180, 12, 2934.219, 6898.214, 363.9237, 0, 0, 100), +(783180, 13, 2927.351, 6874.112, 364.6876, 0, 0, 100), +(783180, 14, 2936.430, 6849.208, 364.0913, 0, 0, 100), +(783180, 15, 2927.728, 6827.473, 364.3772, 0, 0, 100), +(783180, 16, 2928.914, 6804.495, 364.5570, 0, 0, 100), +(783180, 17, 2942.147, 6790.945, 367.7448, 0, 0, 100), +(783180, 18, 2970.093, 6787.654, 366.9110, 0, 0, 100), +(783180, 19, 2993.219, 6783.612, 364.5096, 0, 0, 100), +(783190, 1, 2912.509, 7098.010, 366.5352, 0, 0, 100), +(783190, 2, 2917.027, 7111.693, 365.4970, 0, 0, 100), +(783190, 3, 2931.005, 7119.402, 365.3638, 0, 0, 100), +(783190, 4, 2955.236, 7115.543, 365.7521, 0, 0, 100), +(783190, 5, 2965.510, 7102.121, 365.2693, 0, 0, 100), +(783190, 6, 2970.492, 7091.273, 365.5998, 0, 0, 100), +(783190, 7, 3009.455, 7077.002, 363.8786, 0, 0, 100), +(783190, 8, 3017.801, 7054.702, 364.5884, 0, 0, 100), +(783190, 9, 3010.720, 7028.245, 364.7604, 0, 0, 100), +(783190, 10, 2995.655, 7015.955, 364.8122, 0, 0, 100), +(783190, 11, 2969.312, 7020.586, 365.2711, 0, 0, 100), +(783190, 12, 2956.298, 7005.951, 364.1656, 0, 0, 100), +(783190, 13, 2939.820, 6990.127, 364.7526, 0, 0, 100), +(783190, 14, 2912.716, 6998.517, 366.2108, 0, 0, 100), +(783190, 15, 2900.004, 7025.863, 365.1796, 0, 0, 100), +(783190, 16, 2904.133, 7044.475, 365.6597, 0, 0, 100), +(783190, 17, 2909.150, 7063.064, 365.5295, 0, 0, 100), +(783190, 18, 2917.076, 7082.824, 364.2726, 0, 0, 100); + +DELETE FROM `creature_template_addon` WHERE entry = 22282; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(22282, "8278 8279"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_07_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_07_world.sql new file mode 100644 index 00000000000..c5983461bb3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_07_world.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (78359,78360,78361,78362,78363,78364,78365,78366,78320,78321,78322); +DELETE FROM `creature_addon` WHERE `guid` IN (78359,78360,78361,78362,78363,78364,78365,78366); +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (78359,78360,78361,78362,78363,78364,78365,78366); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(78359, 22291, 530, 1, 1, 0, 0, 2774.522, 7020.976, 370.8136, 2.12930200, 300, 0, 0, 7380, 0, 0), +(78360, 22291, 530, 1, 1, 0, 0, 2818.670, 7049.295, 370.3463, 1.95476900, 300, 0, 0, 7380, 0, 0), +(78361, 22291, 530, 1, 1, 0, 0, 2824.512, 7017.276, 370.0880, 5.74213300, 300, 0, 0, 7380, 0, 0), +(78362, 22291, 530, 1, 1, 0, 0, 2931.092, 7026.913, 367.9164, 3.64773800, 300, 0, 0, 7380, 0, 0), +(78363, 22291, 530, 1, 1, 0, 0, 2981.310, 6879.979, 370.3918, 1.53589000, 300, 0, 0, 7380, 0, 0), +(78364, 22291, 530, 1, 1, 0, 0, 2944.612, 6819.599, 366.6967, 3.80481800, 300, 0, 0, 7380, 0, 0), +(78365, 22291, 530, 1, 1, 0, 0, 2953.470, 6870.954, 370.7219, 3.10668600, 300, 0, 0, 7380, 0, 0), +(78366, 22291, 530, 1, 1, 0, 0, 3016.538, 6863.845, 370.0450, 0.05235988, 300, 0, 0, 7380, 0, 0), +(78320, 22291, 530, 1, 1, 0, 0, 3023.406, 6810.775, 374.3828, 5.96902600, 300, 0, 0, 7380, 0, 0), +(78321, 22291, 530, 1, 1, 0, 0, 2992.254, 7045.759, 369.6008, 5.34070700, 300, 0, 0, 7380, 0, 0), +(78322, 22291, 530, 1, 1, 0, 0, 2938.332, 7097.362, 370.2270, 2.49582100, 300, 0, 0, 7380, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_08_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_08_world.sql new file mode 100644 index 00000000000..9b47d485e8c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_08_world.sql @@ -0,0 +1,205 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (72680,72681,72682,72683,72684,72685,72686,72687,72688,72689,72690,72691,72692); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(72680, 20557, 530, 1, 1, 0, 0, 2838.165, 7074.903, 365.8945, 0.1715328, 300, 0, 0, 7181, 0, 2), +(72681, 20557, 530, 1, 1, 0, 0, 2842.261, 6902.901, 363.2647, 0.7992094, 300, 0, 0, 7181, 0, 2), +(72682, 20557, 530, 1, 1, 0, 0, 2920.676, 7068.314, 365.3216, 4.2203280, 300, 0, 0, 7181, 0, 2), +(72683, 20557, 530, 1, 1, 0, 0, 2772.758, 6985.622, 364.4864, 5.9456690, 300, 0, 0, 7181, 0, 2), +(72684, 20557, 530, 1, 1, 0, 0, 3044.654, 7037.556, 364.1739, 3.4676890, 300, 0, 0, 7181, 0, 2), +(72685, 20557, 530, 1, 1, 0, 0, 2925.073, 6933.827, 366.7077, 0.1519892, 300, 0, 0, 7181, 0, 2), +(72686, 20557, 530, 1, 1, 0, 0, 2979.515, 6775.853, 364.9106, 3.4206140, 300, 0, 0, 7181, 0, 2), +(72687, 20557, 530, 1, 1, 0, 0, 3055.043, 6975.298, 365.2459, 3.8626440, 300, 0, 0, 7181, 0, 2), +(72688, 20557, 530, 1, 1, 0, 0, 3012.340, 6776.294, 365.3947, 0.2156671, 300, 0, 0, 7181, 0, 2), +(72689, 20557, 530, 1, 1, 0, 0, 2872.627, 6877.586, 364.2757, 0.6837065, 300, 0, 0, 7181, 0, 2), +(72690, 20557, 530, 1, 1, 0, 0, 2986.388, 7111.833, 364.8571, 3.8502830, 300, 0, 0, 7181, 0, 2), +(72691, 20557, 530, 1, 1, 0, 0, 2890.417, 7154.899, 365.0332, 4.3647220, 300, 0, 0, 7181, 0, 2), +(72692, 20557, 530, 1, 1, 0, 0, 2944.051, 7158.121, 365.5524, 2.6713950, 300, 0, 0, 7181, 0, 2); + +DELETE FROM `creature_addon` WHERE `guid` IN (72680,72681,72682,72683,72684,72685,72686,72687,72688,72689,72690,72691,72692); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(72680, 726800, 0, 0, 0, ""), +(72681, 726810, 0, 0, 0, ""), +(72682, 726820, 0, 0, 0, ""), +(72683, 726830, 0, 0, 0, ""), +(72684, 726840, 0, 0, 0, ""), +(72685, 726850, 0, 0, 0, ""), +(72686, 726860, 0, 0, 0, ""), +(72687, 726870, 0, 0, 0, ""), +(72688, 726880, 0, 0, 0, ""), +(72689, 726890, 0, 0, 0, ""), +(72690, 726900, 0, 0, 0, ""), +(72691, 726910, 0, 0, 0, ""), +(72692, 726920, 0, 0, 0, ""); + +DELETE FROM `waypoint_data` WHERE `id` IN (726800,726810,726820,726830,726840,726850,726860,726870,726880,726890,726900,726910,726920); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES +(726800, 1, 2855.671, 7077.936, 365.5835, 0, 0, 100), +(726800, 2, 2874.210, 7093.193, 364.5575, 0, 0, 100), +(726800, 3, 2891.624, 7108.722, 365.8233, 0, 0, 100), +(726800, 4, 2917.283, 7118.713, 365.5226, 0, 0, 100), +(726800, 5, 2942.211, 7126.026, 365.5009, 0, 0, 100), +(726800, 6, 2961.035, 7143.308, 364.4117, 0, 0, 100), +(726800, 7, 2985.638, 7150.231, 364.8322, 0, 0, 100), +(726800, 8, 2961.035, 7143.308, 364.4117, 0, 0, 100), +(726800, 9, 2942.211, 7126.026, 365.5009, 0, 0, 100), +(726800, 10, 2917.283, 7118.713, 365.5226, 0, 0, 100), +(726800, 11, 2891.624, 7108.722, 365.8233, 0, 0, 100), +(726800, 12, 2874.466, 7093.397, 364.5389, 0, 0, 100), +(726800, 13, 2855.671, 7077.936, 365.5835, 0, 0, 100), +(726800, 14, 2838.286, 7062.887, 363.9167, 0, 0, 100), +(726810, 1, 2861.496, 6922.694, 364.3198, 0, 0, 100), +(726810, 2, 2885.192, 6946.924, 366.5784, 0, 0, 100), +(726810, 3, 2914.277, 6977.952, 364.4723, 0, 0, 100), +(726810, 4, 2941.384, 6994.946, 364.8961, 0, 0, 100), +(726810, 5, 2971.893, 7021.884, 365.1461, 0, 0, 100), +(726810, 6, 2941.384, 6994.946, 364.8961, 0, 0, 100), +(726810, 7, 2914.277, 6977.952, 364.4723, 0, 0, 100), +(726810, 8, 2885.192, 6946.924, 366.5784, 0, 0, 100), +(726810, 9, 2861.496, 6922.694, 364.3198, 0, 0, 100), +(726810, 10, 2841.480, 6895.969, 361.6937, 0, 0, 100), +(726820, 1, 2912.490, 7053.045, 365.5347, 0, 0, 100), +(726820, 2, 2904.558, 7024.238, 365.2241, 0, 0, 100), +(726820, 3, 2884.616, 7001.505, 365.4165, 0, 0, 100), +(726820, 4, 2872.280, 6984.476, 365.3120, 0, 0, 100), +(726820, 5, 2849.484, 6963.466, 364.6788, 0, 0, 100), +(726820, 6, 2831.692, 6931.862, 364.2488, 0, 0, 100), +(726820, 7, 2849.260, 6963.265, 364.8068, 0, 0, 100), +(726820, 8, 2872.280, 6984.476, 365.3120, 0, 0, 100), +(726820, 9, 2884.605, 7001.477, 365.4031, 0, 0, 100), +(726820, 10, 2904.558, 7024.238, 365.2241, 0, 0, 100), +(726820, 11, 2912.490, 7053.045, 365.5347, 0, 0, 100), +(726820, 12, 2925.117, 7076.473, 365.5374, 0, 0, 100), +(726830, 1, 2808.239, 6973.178, 364.6633, 0, 0, 100), +(726830, 2, 2843.901, 6982.093, 364.5683, 0, 0, 100), +(726830, 3, 2862.078, 7015.368, 364.0882, 0, 0, 100), +(726830, 4, 2877.513, 7039.922, 364.7142, 0, 0, 100), +(726830, 5, 2905.716, 7062.371, 365.6126, 0, 0, 100), +(726830, 6, 2924.071, 7085.791, 364.3985, 0, 0, 100), +(726830, 7, 2905.716, 7062.371, 365.6126, 0, 0, 100), +(726830, 8, 2877.541, 7039.970, 364.7294, 0, 0, 100), +(726830, 9, 2862.078, 7015.368, 364.0882, 0, 0, 100), +(726830, 10, 2843.901, 6982.093, 364.5683, 0, 0, 100), +(726830, 11, 2808.239, 6973.178, 364.6633, 0, 0, 100), +(726830, 12, 2778.558, 6978.680, 364.9259, 0, 0, 100), +(726840, 1, 3022.978, 7030.222, 365.0060, 0, 0, 100), +(726840, 2, 2999.585, 7013.088, 365.1461, 0, 0, 100), +(726840, 3, 2967.995, 6986.986, 365.4838, 0, 0, 100), +(726840, 4, 2946.548, 6970.201, 365.2419, 0, 0, 100), +(726840, 5, 2925.980, 6951.931, 364.2752, 0, 0, 100), +(726840, 6, 2903.839, 6926.905, 365.4123, 0, 0, 100), +(726840, 7, 2886.072, 6907.559, 364.3848, 0, 0, 100), +(726840, 8, 2858.626, 6876.403, 364.7575, 0, 0, 100), +(726840, 9, 2886.072, 6907.559, 364.3848, 0, 0, 100), +(726840, 10, 2903.839, 6926.905, 365.4123, 0, 0, 100), +(726840, 11, 2925.980, 6951.931, 364.2752, 0, 0, 100), +(726840, 12, 2946.548, 6970.201, 365.2419, 0, 0, 100), +(726840, 13, 2967.995, 6986.986, 365.4838, 0, 0, 100), +(726840, 14, 2999.425, 7012.979, 365.1397, 0, 0, 100), +(726840, 15, 3022.978, 7030.222, 365.0060, 0, 0, 100), +(726840, 16, 3054.184, 7042.173, 364.5567, 0, 0, 100), +(726850, 1, 2947.726, 6937.300, 364.9930, 0, 0, 100), +(726850, 2, 2985.193, 6934.610, 366.0233, 0, 0, 100), +(726850, 3, 3015.171, 6924.756, 365.9351, 0, 0, 100), +(726850, 4, 3034.863, 6903.272, 365.5850, 0, 0, 100), +(726850, 5, 3051.356, 6868.200, 364.1719, 0, 0, 100), +(726850, 6, 3056.705, 6837.825, 365.6625, 0, 0, 100), +(726850, 7, 3055.995, 6811.346, 363.9293, 0, 0, 100), +(726850, 8, 3051.553, 6788.479, 364.4403, 0, 0, 100), +(726850, 9, 3025.939, 6773.630, 364.6453, 0, 0, 100), +(726850, 10, 2997.430, 6779.065, 364.7881, 0, 0, 100), +(726850, 11, 2964.531, 6769.958, 364.9076, 0, 0, 100), +(726850, 12, 2930.315, 6776.338, 364.9512, 0, 0, 100), +(726850, 13, 2918.285, 6806.885, 364.6190, 0, 0, 100), +(726850, 14, 2912.431, 6842.140, 365.7422, 0, 0, 100), +(726850, 15, 2907.044, 6877.755, 364.9791, 0, 0, 100), +(726850, 16, 2916.668, 6926.684, 365.7089, 0, 0, 100), +(726850, 17, 2930.061, 6932.938, 366.6436, 0, 0, 100), +(726860, 1, 2951.619, 6767.854, 364.6956, 0, 0, 100), +(726860, 2, 2922.737, 6785.164, 364.3832, 0, 0, 100), +(726860, 3, 2914.164, 6816.449, 365.0359, 0, 0, 100), +(726860, 4, 2920.628, 6849.005, 364.0598, 0, 0, 100), +(726860, 5, 2923.062, 6874.683, 364.3661, 0, 0, 100), +(726860, 6, 2920.628, 6849.005, 364.0598, 0, 0, 100), +(726860, 7, 2914.164, 6816.449, 365.0359, 0, 0, 100), +(726860, 8, 2922.737, 6785.164, 364.3832, 0, 0, 100), +(726860, 9, 2951.619, 6767.854, 364.6956, 0, 0, 100), +(726860, 10, 2978.603, 6774.031, 364.6295, 0, 0, 100), +(726870, 1, 3039.297, 6961.447, 364.1785, 0, 0, 100), +(726870, 2, 3012.485, 6945.107, 364.1169, 0, 0, 100), +(726870, 3, 2995.014, 6930.641, 366.1848, 0, 0, 100), +(726870, 4, 2968.909, 6917.897, 364.4906, 0, 0, 100), +(726870, 5, 2940.915, 6905.415, 364.8960, 0, 0, 100), +(726870, 6, 2917.003, 6881.560, 363.7619, 0, 0, 100), +(726870, 7, 2904.496, 6860.631, 364.7486, 0, 0, 100), +(726870, 8, 2917.003, 6881.560, 363.7619, 0, 0, 100), +(726870, 9, 2940.915, 6905.415, 364.8960, 0, 0, 100), +(726870, 10, 2968.909, 6917.897, 364.4906, 0, 0, 100), +(726870, 11, 2995.014, 6930.641, 366.1848, 0, 0, 100), +(726870, 12, 3012.485, 6945.107, 364.1169, 0, 0, 100), +(726870, 13, 3039.297, 6961.447, 364.1785, 0, 0, 100), +(726870, 14, 3064.207, 6977.887, 364.1757, 0, 0, 100), +(726880, 1, 3044.975, 6783.440, 364.5978, 0, 0, 100), +(726880, 2, 3062.011, 6816.901, 365.1671, 0, 0, 100), +(726880, 3, 3063.646, 6845.110, 365.4035, 0, 0, 100), +(726880, 4, 3059.866, 6880.194, 364.2898, 0, 0, 100), +(726880, 5, 3063.646, 6845.110, 365.4035, 0, 0, 100), +(726880, 6, 3062.011, 6816.901, 365.1671, 0, 0, 100), +(726880, 7, 3044.975, 6783.440, 364.5978, 0, 0, 100), +(726880, 8, 3009.408, 6773.854, 365.3167, 0, 0, 100), +(726890, 1, 2898.859, 6898.955, 365.2638, 0, 0, 100), +(726890, 2, 2931.555, 6930.920, 366.7287, 0, 0, 100), +(726890, 3, 2964.605, 6955.362, 364.8635, 0, 0, 100), +(726890, 4, 2995.130, 6974.602, 365.3798, 0, 0, 100), +(726890, 5, 3030.536, 6990.398, 365.0394, 0, 0, 100), +(726890, 6, 3062.585, 7010.932, 365.6774, 0, 0, 100), +(726890, 7, 3030.536, 6990.398, 365.0394, 0, 0, 100), +(726890, 8, 2995.130, 6974.602, 365.3798, 0, 0, 100), +(726890, 9, 2964.605, 6955.362, 364.8635, 0, 0, 100), +(726890, 10, 2931.555, 6930.920, 366.7287, 0, 0, 100), +(726890, 11, 2898.859, 6898.955, 365.2638, 0, 0, 100), +(726890, 12, 2862.580, 6872.323, 364.4011, 0, 0, 100), +(726900, 1, 2978.880, 7105.396, 364.6908, 0, 0, 100), +(726900, 2, 2992.279, 7090.904, 364.7131, 0, 0, 100), +(726900, 3, 3016.816, 7084.032, 366.2536, 0, 0, 100), +(726900, 4, 3020.800, 7063.650, 365.4578, 0, 0, 100), +(726900, 5, 3020.802, 7046.065, 365.1304, 0, 0, 100), +(726900, 6, 3043.988, 7025.776, 366.3173, 0, 0, 100), +(726900, 7, 3061.027, 6997.979, 364.6350, 0, 0, 100), +(726900, 8, 3043.988, 7025.776, 366.3173, 0, 0, 100), +(726900, 9, 3020.802, 7046.065, 365.1304, 0, 0, 100), +(726900, 10, 3020.800, 7063.650, 365.4578, 0, 0, 100), +(726900, 11, 3016.816, 7084.032, 366.2536, 0, 0, 100), +(726900, 12, 2992.279, 7090.904, 364.7131, 0, 0, 100), +(726900, 13, 2978.880, 7105.396, 364.6908, 0, 0, 100), +(726900, 14, 2955.366, 7108.196, 365.3616, 0, 0, 100), +(726910, 1, 2880.686, 7128.017, 365.7320, 0, 0, 100), +(726910, 2, 2874.922, 7090.022, 364.8263, 0, 0, 100), +(726910, 3, 2873.347, 7047.713, 364.5892, 0, 0, 100), +(726910, 4, 2875.338, 7014.307, 364.8738, 0, 0, 100), +(726910, 5, 2881.305, 6991.716, 365.9776, 0, 0, 100), +(726910, 6, 2905.550, 6968.209, 365.4919, 0, 0, 100), +(726910, 7, 2942.239, 6956.793, 364.9129, 0, 0, 100), +(726910, 8, 2976.514, 6972.401, 364.4939, 0, 0, 100), +(726910, 9, 3005.753, 6985.610, 364.3358, 0, 0, 100), +(726910, 10, 3018.676, 7017.822, 364.7350, 0, 0, 100), +(726910, 11, 3019.727, 7052.344, 364.0334, 0, 0, 100), +(726910, 12, 3008.217, 7083.816, 364.1286, 0, 0, 100), +(726910, 13, 2985.435, 7114.537, 365.0980, 0, 0, 100), +(726910, 14, 2960.736, 7129.825, 365.3180, 0, 0, 100), +(726910, 15, 2945.326, 7145.546, 365.4655, 0, 0, 100), +(726910, 16, 2921.095, 7161.554, 365.1239, 0, 0, 100), +(726910, 17, 2894.340, 7156.020, 365.1386, 0, 0, 100), +(726920, 1, 2931.752, 7164.380, 365.3788, 0, 0, 100), +(726920, 2, 2896.417, 7145.616, 366.1021, 0, 0, 100), +(726920, 3, 2873.247, 7126.979, 365.7324, 0, 0, 100), +(726920, 4, 2844.990, 7116.991, 366.0155, 0, 0, 100), +(726920, 5, 2807.834, 7085.617, 365.9453, 0, 0, 100), +(726920, 6, 2781.440, 7062.177, 366.1049, 0, 0, 100), +(726920, 7, 2753.918, 7045.331, 365.4569, 0, 0, 100), +(726920, 8, 2781.440, 7062.177, 366.1049, 0, 0, 100), +(726920, 9, 2807.834, 7085.617, 365.9453, 0, 0, 100), +(726920, 10, 2844.990, 7116.991, 366.0155, 0, 0, 100), +(726920, 11, 2873.247, 7126.979, 365.7324, 0, 0, 100), +(726920, 12, 2896.417, 7145.616, 366.1021, 0, 0, 100), +(726920, 13, 2931.752, 7164.380, 365.3788, 0, 0, 100), +(726920, 14, 2959.552, 7175.740, 364.7140, 0, 0, 100); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_09_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_09_world.sql new file mode 100644 index 00000000000..1ee55e5e55f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_09_world.sql @@ -0,0 +1,17 @@ +-- Fel Cannonball Stack +DELETE FROM `gameobject` WHERE `guid` IN (7028,7029,7035,7038,7042,7059,7062,7064,7066,7067,7068,7069,7073,7075); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7028, 185861, 530, 1, 1, 1724.264, 7378.032, 369.8983, 4.1538850, 0, 0, -0.8746195, 0.48481010, 300, 100, 1), +(7029, 185861, 530, 1, 1, 1699.965, 7339.737, 370.0056, 2.8274300, 0, 0, 0.98768810, 0.15643620, 300, 100, 1), +(7035, 185861, 530, 1, 1, 1635.7282, 7236.3793, 368.836, 3.385048, 0, 0, 0.92387870, 0.38268550, 300, 100, 1), +(7038, 185861, 530, 1, 1, 1650.052, 7206.133, 369.0356, 1.2217290, 0, 0, 0.57357600, 0.81915240, 300, 100, 1), +(7042, 185861, 530, 1, 1, 1444.903, 7303.924, 373.7010, 2.9146900, 0, 0, 0.99357130, 0.11320840, 300, 100, 1), +(7059, 185861, 530, 1, 1, 1412.624, 7361.099, 370.1049, 0.2617982, 0, 0, 0.13052560, 0.99144490, 300, 100, 1), +(7062, 185861, 530, 1, 1, 1437.102, 7289.250, 373.7963, 0.4886912, 0, 0, 0.24192140, 0.97029580, 300, 100, 1), +(7064, 185861, 530, 1, 1, 1339.803, 7300.026, 368.5673, 0.3665176, 0, 0, 0.18223480, 0.98325500, 300, 100, 1), +(7066, 185861, 530, 1, 1, 1341.605, 7217.468, 375.0737, 1.3439010, 0, 0, 0.62251380, 0.78260880, 300, 100, 1), +(7067, 185861, 530, 1, 1, 1521.983, 7309.528, 367.4526, 0.6453460, 0, 0, -0.4924231, 0.87035600, 300, 100, 1), +(7068, 185861, 530, 1, 1, 1303.507, 7190.829, 371.5774, 3.2986870, 0, 0, -0.9969168, 0.07846643, 300, 100, 1), +(7069, 185861, 530, 1, 1, 1361.807, 7161.544, 371.1580, 0.1047193, 0, 0, 0.05233574, 0.99862960, 300, 100, 1), +(7073, 185861, 530, 1, 1, 1448.179, 7207.929, 369.0707, 5.5676010, 0, 0, -0.3502073, 0.93667220, 300, 100, 1), +(7075, 185861, 530, 1, 1, 1508.000, 7209.453, 370.4677, 0.2094394, 0, 0, 0.10452840, 0.99452190, 300, 100, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_10_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_10_world.sql new file mode 100644 index 00000000000..dd2e746f988 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_10_world.sql @@ -0,0 +1,7 @@ +-- Wrath Reaver +DELETE FROM `creature` WHERE `guid` IN (77853,77851); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(77851, 22196, 530, 1, 1, 0, 0, 2818.272, 6925.054, 364.0483, 0.8203048, 300, 0, 0, 59040, 0, 0); +DELETE FROM `creature_template_addon` WHERE entry = 22196; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(22196, "16245"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_11_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_11_world.sql new file mode 100644 index 00000000000..b02f30f6716 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_11_world.sql @@ -0,0 +1,42 @@ +-- Wrath Speaker +DELETE FROM `creature` WHERE `guid` IN (77846, 77847, 77848, 77849); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(77846, 22195, 530, 1, 1, 0, 0, 2809.144, 7028.737, 370.1192, 5.2640550, 300, 10, 0, 5744, 3155, 1), +(77847, 22195, 530, 1, 1, 0, 0, 2951.050, 7042.642, 368.8290, 0.6083948, 300, 0, 0, 5744, 3155, 2), +(77848, 22195, 530, 1, 1, 0, 0, 2967.950, 6890.847, 370.4887, 4.6027830, 300, 0, 0, 5744, 3155, 2), +(77849, 22195, 530, 1, 1, 0, 0, 3005.345, 6799.072, 373.6648, 1.4287640, 300, 0, 0, 5744, 3155, 2); + +DELETE FROM `creature_addon` WHERE `guid` IN (77846, 77847, 77848, 77849); +INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(77846, 0, 0, 0, 0, ""), +(77847, 778470, 0, 0, 0, ""), +(77848, 778480, 0, 0, 0, ""), +(77849, 778490, 0, 0, 0, ""); + +DELETE FROM `waypoint_data` WHERE `id` IN (778470,778480,778490); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`action`, `action_chance`) VALUES +(778470, 1, 2975.211, 7059.475, 367.0825, 0, 0, 100), +(778470, 2, 2988.456, 7052.621, 369.1406, 0, 0, 100), +(778470, 3, 2970.003, 7061.874, 369.9319, 0, 0, 100), +(778470, 4, 2959.972, 7082.811, 368.6384, 0, 0, 100), +(778470, 5, 2959.031, 7090.068, 364.4005, 0, 0, 100), +(778470, 6, 2937.706, 7083.439, 363.8671, 0, 0, 100), +(778470, 7, 2943.229, 7070.313, 370.5299, 0, 0, 100), +(778470, 8, 2945.689, 7043.885, 368.4086, 0, 0, 100), +(778470, 9, 2939.260, 7034.117, 367.3447, 0, 0, 100), +(778480, 1, 2965.214, 6865.952, 370.0455, 0, 0, 100), +(778480, 2, 2961.003, 6840.708, 370.1313, 0, 0, 100), +(778480, 3, 2964.531, 6820.890, 369.2407, 0, 0, 100), +(778480, 4, 2962.245, 6799.692, 366.7432, 0, 0, 100), +(778480, 5, 2964.531, 6820.890, 369.2407, 0, 0, 100), +(778480, 6, 2961.003, 6840.708, 370.1313, 0, 0, 100), +(778480, 7, 2965.214, 6865.952, 370.0455, 0, 0, 100), +(778480, 8, 2968.895, 6893.699, 370.4094, 0, 0, 100), +(778490, 1, 3010.420, 6834.429, 369.9110, 0, 0, 100), +(778490, 2, 3009.010, 6869.215, 370.3058, 0, 0, 100), +(778490, 3, 3019.349, 6882.292, 370.7339, 0, 0, 100), +(778490, 4, 3012.913, 6898.837, 369.5817, 0, 0, 100), +(778490, 5, 3019.349, 6882.292, 370.7339, 0, 0, 100), +(778490, 6, 3009.010, 6869.215, 370.3058, 0, 0, 100), +(778490, 7, 3010.420, 6834.429, 369.9110, 0, 0, 100), +(778490, 8, 3006.181, 6800.649, 373.9317, 0, 0, 100); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_12_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_12_world.sql new file mode 100644 index 00000000000..7749e5ae07a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_12_world.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (77853,78323,95101,95102,95103,95107); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(77853, 22255, 530, 1, 1, 0, 0, 4044.39, 4848.37, 267.912, 1.97832, 600, 5, 0, 0, 0, 1), +(78323, 22255, 530, 1, 1, 0, 0, 3962.94, 5013.71, 269.379, 1.85658, 600, 5, 0, 0, 0, 1), +(95101, 22255, 530, 1, 1, 0, 0, 3902.38, 5335.72, 267.349, 5.92102, 600, 5, 0, 0, 0, 1), +(95102, 22255, 530, 1, 1, 0, 0, 3893.24, 5408.77, 267.984, 6.16056, 600, 5, 0, 0, 0, 1), +(95103, 22255, 530, 1, 1, 0, 0, 4125.15, 5514.87, 269.577, 0.59601, 600, 5, 0, 0, 0, 1), +(95107, 22255, 530, 1, 1, 0, 0, 3861.98, 5778.68, 266.847, 4.50730, 600, 5, 0, 0, 0, 1); + +DELETE FROM `creature_template_addon` WHERE entry = 22255; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(22255, "32942"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_13_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_13_world.sql new file mode 100644 index 00000000000..6a3cfbd848e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_13_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `position_x`=1558.8469, `position_y`=7195.6274, `position_z`=363.863 WHERE `guid`=71197; +UPDATE `creature` SET `position_x`=1406.1982, `position_y`=7179.0869, `position_z`=363.817 WHERE `guid`=71205; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_14_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_14_world.sql new file mode 100644 index 00000000000..cfccb28cff4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_12_14_world.sql @@ -0,0 +1,35 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (95109,95110,95111,95149,95150,95151,95152,95153,95154,95155,95156,95157,95158,95159,95167,95168,95169,95170,95171,95195,95196,95197,95202,95203,95204,95205,95207,95208,95211,95212,95237,95239); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(95109, 22241, 530, 1, 1, 0, 1, 4023.13, 5849.69, 266.066, 3.75246, 300, 0, 0, 6986, 0, 0), +(95110, 22241, 530, 1, 1, 0, 1, 4000.29, 5894.65, 266.54, 3.87463, 300, 0, 0, 7181, 0, 0), +(95111, 22243, 530, 1, 1, 0, 1, 3912.05, 6093.59, 270.567, 5.58119, 300, 0, 0, 5903, 3309, 0), +(95149, 22243, 530, 1, 1, 0, 1, 3695.35, 6004.69, 265.265, 5.92225, 300, 0, 0, 5744, 3231, 0), +(95150, 22241, 530, 1, 1, 0, 1, 3957.18, 6082.14, 269.598, 4.86947, 300, 0, 0, 7181, 0, 0), +(95151, 22243, 530, 1, 1, 0, 1, 4006.68, 5924.28, 267.573, 4.53786, 300, 0, 0, 5744, 3231, 0), +(95152, 22243, 530, 1, 1, 0, 1, 4040.06, 5875.89, 267.873, 3.47321, 300, 0, 0, 5903, 3309, 0), +(95153, 22243, 530, 1, 1, 0, 1, 3981.69, 6067.01, 266.442, 3.644259, 300, 0, 0, 5903, 3309, 0), +(95154, 22243, 530, 1, 1, 0, 1, 3926.36, 6023.15, 269.678, 1.71042, 300, 0, 0, 5744, 3231, 0), +(95155, 22242, 530, 1, 1, 0, 1, 3953.83, 6023.34, 266.039, 1.39232, 300, 0, 0, 5589, 3155, 0), +(95156, 22242, 530, 1, 1, 0, 1, 3970.4, 5910.05, 267.363, 4.93839, 300, 0, 0, 5744, 3231, 0), +(95157, 22242, 530, 1, 1, 0, 1, 3951.97, 5963.87, 266.679, 4.85202, 300, 0, 0, 5589, 3155, 0), +(95158, 22242, 530, 1, 1, 0, 1, 4014.49, 5876.32, 267.872, 3.80482, 300, 0, 0, 5744, 3231, 0), +(95159, 22242, 530, 1, 1, 0, 1, 3920.99, 5973.4, 267.398, 4.85202, 300, 0, 0, 5589, 3155, 0), +(95167, 22243, 530, 1, 1, 0, 1, 4053.6235, 5601.3105, 267.276, 2.254693, 300, 3, 0, 5903, 3309, 1), +(95168, 22243, 530, 1, 1, 0, 1, 4059.1462, 5594.0625, 267.276, 5.513842, 300, 3, 0, 5903, 3309, 1), +(95169, 22243, 530, 1, 1, 0, 1, 4069.7180, 5584.5781, 267.276, 2.140568, 300, 3, 0, 5903, 3309, 1), +(95170, 22243, 530, 1, 1, 0, 1, 4075.5078, 5600.2343, 267.275, 0.718997, 300, 3, 0, 5903, 3309, 1), +(95171, 22243, 530, 1, 1, 0, 1, 4053.3730, 5578.3569, 267.275, 3.892006, 300, 3, 0, 5903, 3309, 1), +(95195, 22243, 530, 1, 1, 0, 1, 4075.6162, 5578.0249, 267.276, 5.443168, 300, 3, 0, 5903, 3309, 1), +(95196, 22243, 530, 1, 1, 0, 1, 3917.178, 5117.499, 270.091, 0.593332, 300, 3, 0, 5903, 3309, 1), +(95197, 22243, 530, 1, 1, 0, 1, 3910.865, 5107.542, 270.091, 4.005892, 300, 3, 0, 5903, 3309, 1), +(95202, 22243, 530, 1, 1, 0, 1, 3901.098, 5096.722, 270.093, 0.766121, 300, 3, 0, 5903, 3309, 1), +(95203, 22243, 530, 1, 1, 0, 1, 3895.511, 5087.138, 270.093, 4.029447, 300, 3, 0, 5903, 3309, 1), +(95204, 22243, 530, 1, 1, 0, 1, 3916.576, 5086.174, 270.093, 5.557051, 300, 3, 0, 5903, 3309, 1), +(95205, 22243, 530, 1, 1, 0, 1, 3894.636, 5117.943, 270.093, 2.156276, 300, 3, 0, 5903, 3309, 1), +(95207, 22243, 530, 1, 1, 0, 1, 4005.711, 5324.081, 269.730, 4.005891, 300, 3, 0, 5903, 3309, 1), +(95208, 22243, 530, 1, 1, 0, 1, 4009.549, 5332.207, 269.730, 0.589409, 300, 3, 0, 5903, 3309, 1), +(95211, 22243, 530, 1, 1, 0, 1, 4019.608, 5342.735, 269.731, 3.903789, 300, 3, 0, 5903, 3309, 1), +(95212, 22243, 530, 1, 1, 0, 1, 4024.584, 5351.215, 269.731, 0.899641, 300, 3, 0, 5903, 3309, 1), +(95237, 22243, 530, 1, 1, 0, 1, 4005.748, 5351.169, 269.732, 2.105227, 300, 3, 0, 5903, 3309, 1), +(95239, 22243, 530, 1, 1, 0, 1, 4023.986, 5322.842, 269.730, 5.502076, 300, 3, 0, 5903, 3309, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_00_world.sql new file mode 100644 index 00000000000..30fe2ea34a9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_00_world.sql @@ -0,0 +1,30 @@ +-- +-- North Fleet Sailor (23866) +DELETE FROM `smart_scripts` WHERE `entryorguid`=23866 AND `source_type`=0 AND `id` IN (1,2); +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 +(23866,0,1,0,0,0,100,0,5000,7000,8000,10000,0,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Sailor - In Combat - Cast 'Cleave'"), +(23866,0,2,0,0,0,100,0,6000,10000,11000,15000,0,11,49863,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Sailor - In Combat - Cast 'Shield Slam'"); + +-- Vengeance Bringer (23865) +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=23865; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23865 AND `source_type`=0; +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 +(23865,0,0,0,0,0,100,0,1000,1000,60000,60000,0,11,32064,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Vengeance Bringer - In Combat - Cast 'Battle Shout'"), +(23865,0,1,0,0,0,100,0,3000,6000,7000,10000,0,11,32736,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Vengeance Bringer - In Combat - Cast 'Mortal Strike'"); + +-- North Fleet Medic (23794) +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=23794; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23794 AND `source_type`=0; +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 +(23794,0,0,0,0,0,100,0,0,0,3000,5000,0,11,9734,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Medic - In Combat - Cast 'Holy Smite'"), +(23794,0,1,0,2,0,100,0,0,75,8000,9000,0,11,11640,33,0,0,0,0,1,0,0,0,0,0,0,0,0,"North Fleet Medic - Between 0-75% Health - Cast 'Renew'"), +(23794,0,2,0,74,0,100,0,0,75,8000,9000,0,11,11640,33,0,0,0,0,11,0,15,0,0,0,0,0,0,"North Fleet Medic - On Friendly Between 0-75% Health - Cast 'Renew'"); + +-- Winterskorn Scout (24116) +DELETE FROM `smart_scripts` WHERE `entryorguid`=-200011 AND `source_type`=0 AND `id` IN (4,5); +DELETE FROM `smart_scripts` WHERE `entryorguid`=-200012 AND `source_type`=0 AND `id` IN (1,2); +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 +(-200011,0,4,0,0,0,100,0,3000,5000,5000,7000,0,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Winterskorn Scout - In Combat - Cast 'Cleave'"), +(-200011,0,5,0,0,0,100,0,5000,10000,10000,15000,0,11,18812,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Winterskorn Scout - In Combat - Cast 'Knockdown'"), +(-200012,0,1,0,0,0,100,0,3000,5000,5000,7000,0,11,15496,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Winterskorn Scout - In Combat - Cast 'Cleave'"), +(-200012,0,2,0,0,0,100,0,5000,10000,10000,15000,0,11,18812,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Winterskorn Scout - In Combat - Cast 'Knockdown'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_01_world.sql new file mode 100644 index 00000000000..f30a3c585f1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_01_world.sql @@ -0,0 +1,56 @@ +-- +DELETE FROM `creature` WHERE `id` IN (23929); +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId` IN (143153,143154,143155,143156,143157,143158,143159,143160,143161,143162,143163,143164,143165,143166,143167,143168,143169,143170,143171,143172,143173,143174,143175,143176,143177,143178,143179,143180,143181,143182,143183,143184,143185,143186,143187,143188,143189,143190,143191,143192,143193,143194,143195,143196,143197,143198,143199,143200,143201,143202,143203,143204,143205,143206,143207,143208,143209,143210,143211,143212,143213,143214,143215,143216,143217,143218,143219); +DELETE FROM `creature` WHERE `guid` IN(95241,95242,95250,95251,95252,95253,95254,95258,95259,95261,95262,95299,95301,95302,95304,95305,95306,95308,95326,95327,95328,95331,95334,95337,95338,95343,95344,95393,95403,95405,95408,95413,95414,95416,95423,95425,95587,95980,95987,96294,96297,96301,96545,96546,96548,96549,96550,96551,96552,96553,96554); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(95241, 23929, 571, 1, 1, 0, 0, 471.612, -6212.71, -5.36919, 1.20382, 300, 5, 0, 6986, 0, 1), +(95242, 23929, 571, 1, 1, 0, 0, 493.803, -6285.88, -58.7468, 6.20056, 300, 5, 0, 6986, 0, 1), +(95250, 23929, 571, 1, 1, 0, 0, 512.581, -6255.37, -14.0343, 0.246398, 300, 5, 0, 6986, 0, 1), +(95251, 23929, 571, 1, 1, 0, 0, 818.54, -6098.34, -5.68217, 5.19636, 300, 5, 0, 6986, 0, 1), +(95252, 23929, 571, 1, 1, 0, 0, 844.456, -6112.04, -7.57999, 3.81972, 300, 5, 0, 6986, 0, 1), +(95253, 23929, 571, 1, 1, 0, 0, 880.742, -6087.29, -5.54351, 1.75751, 300, 5, 0, 6986, 0, 1), +(95254, 23929, 571, 1, 1, 0, 0, 907.085, -6122.27, -7.45787, 0.316577, 300, 5, 0, 6986, 0, 1), +(95258, 23929, 571, 1, 1, 0, 0, 925.089, -6181.16, -7.20293, 3.05748, 300, 5, 0, 6986, 0, 1), +(95259, 23929, 571, 1, 1, 0, 0, 956.558, -6219.95, -7.65883, 2.06669, 300, 5, 0, 6986, 0, 1), +(95261, 23929, 571, 1, 1, 0, 0, 1126.54, -6512.13, -93.8311, 2.80764, 300, 7, 0, 7984, 0, 1), +(95262, 23929, 571, 1, 1, 0, 0, 1178.81, -6518.79, -90.5612, 6.11417, 300, 7, 0, 6986, 0, 1), +(95299, 23929, 571, 1, 1, 0, 0, 1379.53, -6552.85, -46.019, 0.718504, 300, 7, 0, 7984, 0, 1), +(95301, 23929, 571, 1, 1, 0, 0, 1721.45, -6352.31, -22.9513, 3.33158, 300, 7, 0, 7984, 0, 1), +(95302, 23929, 571, 1, 1, 0, 0, 1754.18, -6313.08, -10.1104, 3.33158, 300, 7, 0, 6986, 0, 1), +(95304, 23929, 571, 1, 1, 0, 0, 1779.65, -6286.15, -8.21856, 3.33158, 300, 7, 0, 6986, 0, 1), +(95305, 23929, 571, 1, 1, 0, 0, 1783, -6352.06, -14.9158, 3.33158, 300, 7, 0, 6986, 0, 1), +(95306, 23929, 571, 1, 1, 0, 0, 1814.02, -6245.94, 1.08775, 1.9964, 300, 7, 0, 6986, 0, 1), +(95308, 23929, 571, 1, 1, 0, 0, 1817.66, -6314.72, -13.1836, 3.33158, 300, 7, 0, 6986, 0, 1), +(95326, 23929, 571, 1, 1, 0, 0, 1844.47, -6346.61, -13.3827, 3.33158, 300, 7, 0, 7984, 0, 1), +(95327, 23929, 571, 1, 1, 0, 0, 1856.45, -6285.45, -2.71581, 3.33158, 300, 7, 0, 6986, 0, 1), +(95328, 23929, 571, 1, 1, 0, 0, 1894.82, -6322.45, -24.1063, 5.18349, 300, 7, 0, 6986, 0, 1), +(95331, 23929, 571, 1, 1, 0, 0, 1921.03, -6287.19, -31.274, 5.06961, 300, 7, 0, 6986, 0, 1), +(95334, 23929, 571, 1, 1, 0, 0, 2010.34, -6251.85, -20.7359, 4.34928, 300, 5, 0, 6986, 0, 1), +(95337, 23929, 571, 1, 1, 0, 0, 2031.83, -6193.31, -2.88364, 4.83639, 300, 5, 0, 6986, 0, 1), +(95338, 23929, 571, 1, 1, 0, 0, 2065.86, -6160.64, 0.922473, 1.86786, 300, 5, 0, 6986, 0, 1), +(95343, 23929, 571, 1, 1, 0, 0, 2078.55, -6124.3, 4.09472, 4.80558, 300, 5, 0, 6986, 0, 1), +(95344, 23929, 571, 1, 1, 0, 0, 2085.98, -6212.13, -4.94937, 4.47387, 300, 5, 0, 6986, 0, 1), +(95393, 23929, 571, 1, 1, 0, 0, 2086.73, -6257.11, -10.9662, 4.22691, 300, 7, 0, 7984, 0, 1), +(95403, 23929, 571, 1, 1, 0, 0, 2126.86, -6217.54, -2.98863, 1.14422, 300, 7, 0, 7984, 0, 1), +(95405, 23929, 571, 1, 1, 0, 0, 2128.64, -6154.08, 1.14941, 0.299923, 300, 7, 0, 7984, 0, 1), +(95408, 23929, 571, 1, 1, 0, 0, 2133.05, -6110.7, 6.14001, 0.484482, 300, 7, 0, 6986, 0, 1), +(95413, 23929, 571, 1, 1, 0, 0, 2161.19, -6121.27, 2.38701, 6.07652, 300, 7, 0, 7984, 0, 1), +(95414, 23929, 571, 1, 1, 0, 0, 2162.64, -6079.09, 6.37882, 2.66004, 300, 7, 0, 6986, 0, 1), +(95416, 23929, 571, 1, 1, 0, 0, 2162.79, -6223.53, -11.608, 5.65555, 300, 7, 0, 6986, 0, 1), +(95423, 23929, 571, 1, 1, 0, 0, 2168.99, -6181.02, -3.43245, 6.15506, 300, 7, 0, 7984, 0, 1), +(95425, 23929, 571, 1, 1, 0, 0, 2197.57, -6148.35, -3.24446, 0.181321, 300, 7, 0, 7984, 0, 1), +(95587, 23929, 571, 1, 1, 0, 0, 2225.07, -6122.42, -1.26454, 0.778221, 300, 7, 0, 6986, 0, 1), +(95980, 23929, 571, 1, 1, 0, 0, 2228.46, -6095.01, 0.641292, 1.92883, 300, 7, 0, 6986, 0, 1), +(95987, 23929, 571, 1, 1, 0, 0, 2232.88, -6172.52, -2.40829, 3.01661, 300, 7, 0, 6986, 0, 1), +(96294, 23929, 571, 1, 1, 0, 0, 2254.05, -6087.51, -1.46214, 1.92883, 300, 7, 0, 6986, 0, 1), +(96297, 23929, 571, 1, 1, 0, 0, 2257.04, -6131.05, -1.10401, 1.5165, 300, 7, 0, 7984, 0, 1), +(96301, 23929, 571, 1, 1, 0, 0, 2263.73, -6176.27, -2.97312, 1.22982, 300, 7, 0, 7984, 0, 1), +(96545, 23929, 571, 1, 1, 0, 0, 2282.29, -6143.66, 1.77784, 6.22102, 300, 7, 0, 7984, 0, 1), +(96546, 23929, 571, 1, 1, 0, 0, 2295.44, -6045.4, 1.5722, 4.76331, 300, 7, 0, 7984, 0, 1), +(96548, 23929, 571, 1, 1, 0, 0, 2305.99, -6079.17, -3.97087, 1.05309, 300, 7, 0, 7984, 0, 1), +(96549, 23929, 571, 1, 1, 0, 0, 2347.47, -6111.62, -4.16258, 0.961983, 300, 7, 0, 6986, 0, 1), +(96550, 23929, 571, 1, 1, 0, 0, 2348.24, -6051.99, 1.59496, 0.961983, 300, 7, 0, 7984, 0, 1), +(96551, 23929, 571, 1, 1, 0, 0, 2366.62, -6011.38, 1.22211, 5.06961, 300, 7, 0, 7984, 0, 1), +(96552, 23929, 571, 1, 1, 0, 0, 2387.5, -6095.04, -5.35687, 5.06961, 300, 7, 0, 6986, 0, 1), +(96553, 23929, 571, 1, 1, 0, 0, 2400.81, -6035.12, 1.05743, 2.87443, 300, 7, 0, 7984, 0, 1), +(96554, 23929, 571, 1, 1, 0, 0, 2414.95, -6053.88, -3.54154, 5.06961, 300, 7, 0, 6986, 0, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_02_world_335.sql new file mode 100644 index 00000000000..8325531c20f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_loot_template` SET `chance`=25, `GroupId`=1 WHERE `entry`=9677 AND `Item` IN (10715,10717,10718,10722); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_03_world.sql new file mode 100644 index 00000000000..559019ee43a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_03_world.sql @@ -0,0 +1,14 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=5981 WHERE `entry`=10162; +DELETE FROM `gossip_menu_option` WHERE `MenuID`IN (21331,21330); +DELETE FROM `gossip_menu` WHERE `MenuID`IN (21331,21330); +DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (6045,5981,6046); +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`) VALUES +(6045, 0, 0, 'Please do.', 9906, 1, 1, 0), +(5981, 0, 0, "I've made no mistakes.", 9902, 1, 1, 6046), +(6046, 0, 0, "You have lost your mind, Nefarius. You speak in riddles.", 9904, 1, 1, 6045); + +DELETE FROM `gossip_menu` WHERE `MenuId` IN (5981,6046) AND `TextId` IN (7134,7198); +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(5981, 7134, 0), +(6046, 7198, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_04_world.sql new file mode 100644 index 00000000000..4c282d1a2e8 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_04_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=6572 WHERE `entry`=15296; +UPDATE `creature_template` SET `gossip_menu_id`=6571 WHERE `entry`=15297; + +DELETE FROM `gossip_menu` WHERE `MenuID`IN (15296,15297, 6571,6572); +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(6571, 7786, 0),(6572, 7787, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_05_world.sql new file mode 100644 index 00000000000..710c5bdb48a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_14_05_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuID`IN (9904) AND `TextId`=13786; +INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES +(9904, 13786, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_15_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_15_00_world.sql new file mode 100644 index 00000000000..3c13f28251a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_15_00_world.sql @@ -0,0 +1,58 @@ +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (33974) AND `source_type`=0; +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 +(33974,0,0,2,62,0,100,0,10402,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Valis Windchaser - Say text when option clicked'), +(33974,0,1,2,62,0,100,0,10401,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Valis Windchaser - ay text when option clicked'), +(33974,0,2,3,61,0,100,0,0,0,0,0,11,64115,0,0,0,0,0,7,0,0,0,0,0,0,0,'Valis Windchaser - Give Credit'), +(33974,0,3,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Valis Windchaser - Close Gossip'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (33974); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=10402 AND `SourceEntry` IN (14438,14453); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`, `NegativeCondition`) VALUES +(14,10402,14438,0,0,1,63034,0,0,0,'','Valis Windchaser show different menu if player mounted',0), +(14,10402,14438,0,0,9,13838,0,0,0,'','Valis Windchaser show different menu if player has the quest',0), +(14,10402,14438,0,1,1,63034,0,0,0,'','Valis Windchaser show different menu if player mounted',0), +(14,10402,14438,0,1,9,13835,0,0,0,'','Valis Windchaser show different menu if player has the quest',0), +(14,10402,14453,0,0,1,63034,0,0,0,'','Valis Windchaser show different menu if player mounted',1), +(14,10402,14453,0,0,9,13838,0,0,0,'','Valis Windchaser show different menu if player has the quest',1), +(14,10402,14453,0,1,1,63034,0,0,0,'','Valis Windchaser show different menu if player mounted',1), +(14,10402,14453,0,1,9,13835,0,0,0,'','Valis Windchaser show different menu if player has the quest',1); + + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (33972) AND `source_type`=0; +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 +(33972,0,0,2,62,0,100,0,10400,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rugan Steelbelly - Send text when option clicked'), +(33972,0,1,2,62,0,100,0,10399,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rugan Steelbelly - Send text when option clicked'), +(33972,0,2,3,61,0,100,0,0,0,0,0,11,64114,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rugan Steelbelly - Give Credit'), +(33972,0,3,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Rugan Steelbelly - Close Gossip'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (33972); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=10400 AND `SourceEntry` IN (14436,14455); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`, `NegativeCondition`) VALUES +(14,10400,14436,0,0,1,63034,0,0,0,'','Rugan Steelbelly show different menu if player mounted',0), +(14,10400,14436,0,0,9,13839,0,0,0,'','Rugan Steelbelly show different menu if player has the quest',0), +(14,10400,14436,0,1,1,63034,0,0,0,'','Rugan Steelbelly show different menu if player mounted',0), +(14,10400,14436,0,1,9,13837,0,0,0,'','Rugan Steelbelly show different menu if player has the quest',0), +(14,10400,14455,0,0,1,63034,0,0,0,'','Rugan Steelbelly show different menu if player mounted',1), +(14,10400,14455,0,0,9,13839,0,0,0,'','Rugan Steelbelly show different menu if player has the quest',1), +(14,10400,14455,0,1,1,63034,0,0,0,'','Rugan Steelbelly show different menu if player mounted',1), +(14,10400,14455,0,1,9,13837,0,0,0,'','Rugan Steelbelly show different menu if player has the quest',1); + + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (33973) AND `source_type`=0; +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 +(33973,0,0,2,62,0,100,0,10398,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jeran Lockwood - Send text when option clicked'), +(33973,0,1,2,62,0,100,0,10397,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jeran Lockwood - Send text when option clicked'), +(33973,0,2,3,61,0,100,0,0,0,0,0,11,64113,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jeran Lockwood - Give Credit'), +(33973,0,3,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Jeran Lockwood - Close Gossip'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (33973); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=10398 AND `SourceEntry` IN (14431,14453); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`, `NegativeCondition`) VALUES +(14,10398,14431,0,0,1,63034,0,0,0,'','Jeran Lockwood show different menu if player mounted',0), +(14,10398,14431,0,0,9,13828,0,0,0,'','Jeran Lockwood show different menu if player has the quest',0), +(14,10398,14431,0,1,1,63034,0,0,0,'','Jeran Lockwood show different menu if player mounted',0), +(14,10398,14431,0,1,9,13829,0,0,0,'','Jeran Lockwood show different menu if player has the quest',0), +(14,10398,14453,0,0,1,63034,0,0,0,'','Jeran Lockwood show different menu if player mounted',1), +(14,10398,14453,0,0,9,13828,0,0,0,'','Jeran Lockwood show different menu if player has the quest',1), +(14,10398,14453,0,1,1,63034,0,0,0,'','Jeran Lockwood show different menu if player mounted',1), +(14,10398,14453,0,1,9,13829,0,0,0,'','Jeran Lockwood show different menu if player has the quest',1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_15_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_15_01_world_335.sql new file mode 100644 index 00000000000..0d25434ab25 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_15_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `trainer` SET `Requirement`=0 WHERE `Id` IN (123,124); -- old values 123,9787 and 124,9788 diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_00_world.sql new file mode 100644 index 00000000000..6ab5812e673 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param3`=7000,`event_param4`=7000, `target_type`=1,`target_param1`=0 WHERE `entryorguid` IN (28902) AND `source_type`=0 AND `id`=5 AND `event_type`=38; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_01_world.sql new file mode 100644 index 00000000000..324f945681c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_01_world.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuID`=1043; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1043,1639,0),(1043,1640,0),(1043,1641,0); + +DELETE FROM `npc_text` WHERE `ID`=1639; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`) VALUES +(1639,"","Yes? I have a breastplate to finish so this had better be good.",3985,1,1,0,0,0,0,0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=1043; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1043,1639,0,0,25,0,2018,0,0,1,0,0,"","Show gossip text 1639 if the spell 2018 is learned"), +(14,1043,1640,0,0,7,0,164,225,0,1,0,0,"","Show gossip text 1640 if Blacksmithing less than 225"), +(14,1043,1640,0,0,25,0,2018,0,0,0,0,0,"","Show gossip text 1640 if the spell 2018 is learned"), +(14,1043,1641,0,0,7,0,164,225,0,0,0,0,"","Show gossip text 1641 if Blacksmithing more than 225"), +(14,1043,1641,0,0,25,0,2018,0,0,0,0,0,"","Show gossip text 1641 if the spell 2018 is learned"), +(15,1043,0,0,0,25,0,2018,0,0,0,0,0,"","Show gossip option 1043 if the spell 2018 is learned"), +(15,1043,0,0,0,7,0,164,225,0,0,0,0,"","Show gossip option 1043 if Blacksmithing more than 225"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_02_world.sql new file mode 100644 index 00000000000..ced34a86be0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_02_world.sql @@ -0,0 +1,12 @@ +ALTER TABLE `creature_addon` + ADD COLUMN `visibilityDistanceType` TINYINT UNSIGNED NOT NULL AFTER `emote`; + +ALTER TABLE `creature_template_addon` + ADD COLUMN `visibilityDistanceType` TINYINT UNSIGNED NOT NULL AFTER `emote`; + +-- Set right visibility for creatures +UPDATE `creature_template_addon` SET `visibilityDistanceType`=3 WHERE `entry` IN (1284, 1768, 1853, 1908, 2726, 2748, 2754, 3653, 3654, 3669, 3670, 3671, 3673, 3674, 3886, 3887, 3914, 3936, 3943, 3977, 4274, 4275, 4278, 4279, 4714, 4715, 4716, 4718, 4719, 4829, 4830, 4831, 4832, 4854, 4887, 4968, 5359, 5709, 5710, 5711, 5775, 6109, 6193, 6196, 6235, 6243, 6906, 6907, 6908, 6910, 7023, 7079, 7206, 7228, 7267, 7271, 7272, 7273, 7275, 7291, 7361, 7795, 7797, 7800, 7846, 7977, 7999, 8127, 8197, 8198, 8443, 8923, 8929, 8933, 8983, 9016, 9017, 9018, 9019, 9024, 9025, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9041, 9042, 9156, 9196, 9236, 9237, 9319, 9499, 9502, 9537, 9543, 9568, 9659, 9736, 9816, 9938, 10076, 10162, 10181, 10184, 10220, 10264, 10268, 10339, 10363, 10415, 10429, 10430, 10435, 10436, 10437, 10438, 10439, 10440, 10502, 10503, 10505, 10508, 10516, 10558, 10584, 10596, 10808, 10809, 10811, 10812, 10813, 10826, 10901, 10942, 10997, 11032, 11143, 11261, 11262, 11352, 11380, 11382, 11467, 11486, 11487, 11488, 11489, 11490, 11496, 11501, 11502, 11517, 11518, 11519, 11520, 11583, 11622, 11658, 11659, 11660, 11661, 11662, 11663, 11664, 11665, 11666, 11667, 11668, 11669, 11671, 11673, 11897, 11978, 11981, 11982, 11983, 11988, 12017, 12018, 12056, 12057, 12076, 12098, 12099, 12100, 12101, 12118, 12119, 12129, 12142, 12143, 12201, 12203, 12206, 12225, 12236, 12237, 12243, 12258, 12259, 12264, 12265, 12397, 12422, 12435, 12457, 12458, 12459, 12460, 12461, 12463, 12464, 12465, 12466, 12467, 12468, 12557, 12804, 12806, 13020, 13161, 13178, 13221, 13256, 13280, 13282, 13419, 13596, 13601, 13738, 13976, 13996, 14020, 14261, 14262, 14263, 14264, 14265, 14302, 14310, 14321, 14322, 14323, 14324, 14325, 14326, 14327, 14349, 14352, 14353, 14354, 14401, 14435, 14449, 14453, 14456, 14507, 14509, 14510, 14515, 14517, 14601, 14605, 14661, 14688, 14834, 14861, 14887, 14888, 14889, 14890, 14943, 14944, 14945, 14946, 14947, 14948, 15122, 15185, 15192, 15203, 15204, 15205, 15223, 15226, 15227, 15228, 15229, 15230, 15231, 15232, 15233, 15234, 15235, 15236, 15237, 15238, 15239, 15240, 15241, 15242, 15243, 15244, 15245, 15246, 15247, 15248, 15249, 15250, 15251, 15252, 15253, 15254, 15255, 15256, 15257, 15258, 15259, 15262, 15263, 15264, 15275, 15276, 15277, 15299, 15300, 15302, 15305, 15311, 15312, 15318, 15319, 15320, 15322, 15323, 15324, 15325, 15326, 15327, 15329, 15330, 15331, 15332, 15333, 15334, 15335, 15336, 15337, 15338, 15339, 15340, 15341, 15343, 15344, 15345, 15346, 15347, 15348, 15355, 15369, 15370, 15385, 15386, 15387, 15388, 15389, 15390, 15391, 15392, 15393, 15428, 15467, 15471, 15472, 15473, 15481, 15491, 15507, 15509, 15510, 15511, 15514, 15516, 15517, 15521, 15527, 15537, 15538, 15543, 15544, 15546, 15550, 15555, 15571, 15589, 15608, 15628, 15667, 15687, 15688, 15689, 15690, 15691, 15712, 15718, 15725, 15726, 15727, 15728, 15740, 15741, 15742, 15743, 15744, 15772, 15773, 15775, 15776, 15778, 15800, 15802, 15809, 15896, 15904, 15910, 15928, 15929, 15930, 15931, 15932, 15934, 15936, 15952, 15953, 15954, 15956, 15957, 15962, 15963, 15973, 15974, 15975, 15976, 15977, 15978, 15979, 15980, 15981, 15984, 15989, 15990, 16011, 16017, 16018, 16020, 16021, 16022, 16024, 16025, 16026, 16027, 16028, 16029, 16034, 16035, 16038, 16039, 16040, 16041, 16059, 16060, 16061, 16062, 16063, 16064, 16065, 16067, 16097, 16098, 16101, 16102, 16103, 16104, 16125, 16126, 16136, 16137, 16142, 16145, 16146, 16151, 16152, 16154, 16156, 16157, 16158, 16163, 16164, 16165, 16167, 16168, 16172, 16179, 16180, 16181, 16193, 16194, 16215, 16216, 16218, 16243, 16244, 16286, 16290, 16363, 16375, 16386, 16398, 16401, 16421, 16431, 16440, 16446, 16447, 16448, 16449, 16451, 16452, 16453, 16457, 16477, 16488, 16505, 16506, 16524, 16531, 16573, 16598, 16604, 16609, 16697, 16775, 16776, 16777, 16778, 16800, 16801, 16802, 16803, 16807, 16808, 16809, 16861, 16887, 16939, 17007, 17030, 17075, 17076, 17225, 17256, 17257, 17258, 17306, 17307, 17308, 17309, 17310, 17367, 17368, 17369, 17377, 17380, 17381, 17388, 17427, 17435, 17451, 17454, 17461, 17462, 17468, 17470, 17521, 17533, 17534, 17535, 17536, 17537, 17543, 17546, 17547, 17548, 17592, 17602, 17603, 17611, 17621, 17622, 17623, 17645, 17646, 17650, 17652, 17653, 17693, 17711, 17719, 17720, 17725, 17767, 17770, 17772, 17796, 17797, 17798, 17808, 17818, 17826, 17830, 17838, 17839, 17842, 17848, 17852, 17862, 17864, 17871, 17876, 17879, 17880, 17881, 17882, 17888, 17890, 17895, 17897, 17898, 17899, 17905, 17906, 17907, 17908, 17916, 17918, 17941, 17942, 17951, 17965, 17968, 17975, 17976, 17977, 17978, 17980, 17991, 18040, 18041, 18061, 18096, 18099, 18100, 18101, 18102, 18105, 18107, 18168, 18192, 18238, 18242, 18256, 18257, 18258, 18259, 18287, 18338, 18341, 18343, 18344, 18351, 18352, 18371, 18373, 18399, 18409, 18411, 18472, 18473, 18478, 18479, 18497, 18528, 18625, 18667, 18707, 18708, 18726, 18728, 18729, 18731, 18732, 18757, 18759, 18769, 18770, 18778, 18780, 18793, 18794, 18796, 18805, 18806, 18829, 18831, 18832, 18834, 18835, 18836, 18847, 18848, 18925, 18928, 18932, 18945, 18946, 19044, 19214, 19215, 19218, 19219, 19220, 19224, 19260, 19291, 19292, 19336, 19358, 19359, 19382, 19389, 19397, 19398, 19399, 19400, 19427, 19433, 19514, 19516, 19551, 19554, 19565, 19568, 19577, 19622, 19710, 19851, 19870, 19872, 19873, 19874, 19875, 19876, 19878, 19918, 19922, 19927, 19934, 19950, 19951, 20031, 20032, 20033, 20034, 20035, 20036, 20037, 20038, 20039, 20040, 20041, 20042, 20043, 20044, 20045, 20046, 20047, 20048, 20049, 20050, 20051, 20052, 20060, 20062, 20063, 20064, 20075, 20129, 20132, 20142, 20216, 20243, 20454, 20555, 20600, 20769, 20776, 20870, 20885, 20886, 20898, 20899, 20900, 20904, 20905, 20908, 20909, 20910, 20911, 20912, 20923, 20977, 21035, 21075, 21091, 21101, 21102, 21104, 21122, 21140, 21148, 21153, 21154, 21159, 21166, 21170, 21174, 21181, 21187, 21212, 21213, 21214, 21215, 21216, 21217, 21219, 21222, 21224, 21225, 21226, 21227, 21228, 21251, 21268, 21269, 21270, 21271, 21272, 21273, 21274, 21315, 21338, 21350, 21351, 21362, 21364, 21404, 21456, 21466, 21467, 21497, 21514, 21648, 21657, 21685, 21686, 21687, 21688, 21689, 21690, 21697, 21698, 21785, 21801, 21806, 21812, 21845, 21857, 21862, 21865, 21873, 21874, 21875, 21913, 21920, 21931, 21932, 21933, 21958, 21964, 21965, 21966, 21976, 21984, 22009, 22035, 22036, 22055, 22056, 22064, 22067, 22077, 22085, 22089, 22112, 22119, 22120, 22122, 22128, 22140, 22146, 22196, 22207, 22210, 22268, 22274, 22290, 22293, 22295, 22296, 22299, 22332, 22335, 22360, 22389, 22404, 22405, 22406, 22409, 22418, 22422, 22448, 22509, 22517, 22841, 22844, 22845, 22846, 22847, 22848, 22849, 22852, 22853, 22854, 22855, 22856, 22859, 22869, 22871, 22873, 22874, 22875, 22876, 22877, 22878, 22879, 22880, 22881, 22882, 22883, 22884, 22885, 22887, 22898, 22910, 22917, 22942, 22945, 22947, 22948, 22949, 22950, 22951, 22952, 22953, 22954, 22956, 22957, 22960, 22961, 22962, 22964, 22973, 22980, 22988, 22996, 22997); + +UPDATE `creature_template_addon` SET `visibilityDistanceType`=4 WHERE `entry` IN (90, 392, 832, 1493, 2120, 7024, 14269, 14272, 14824, 22441, 22522, 24019, 24538, 24646, 24647, 24925, 26287, 27447, 27641, 27655, 27656, 27838, 27850, 27881, 27883, 27894, 27992, 27993, 28094, 28312, 28319, 28366, 28586, 29240, 29263, 29308, 29747, 29789, 29790, 30181, 30215, 30246, 30288, 30300, 30476, 30559, 30588, 30589, 30640, 30646, 30649, 30651, 30690, 30699, 30749, 30832, 31047, 31137, 31243, 31400, 31406, 31530, 31565, 31650, 31684, 31702, 31765, 31782, 31811, 31838, 31844, 31869, 32160, 32200, 32254, 32264, 32277, 32305, 32347, 32400, 32473, 32479, 32480, 32482, 32483, 32491, 32511, 32512, 32513, 32518, 32521, 32627, 32629, 32630, 32898, 32906, 32913, 32914, 32915, 32933, 33059, 33060, 33061, 33062, 33063, 33067, 33080, 33090, 33109, 33114, 33139, 33142, 33146, 33167, 33189, 33214, 33216, 33218, 33237, 33264, 33387, 34085, 34086, 34161, 34164, 34275, 34564, 34660, 34776, 34777, 34778, 34793, 34925, 35069, 35335, 35336, 35339, 35377, 36168, 36355, 36356, 36510, 36737, 36804, 36940, 36941, 36966, 37037, 37069, 37126, 37193, 37194, 37528, 37533, 37534, 37543, 37574, 37970, 37972, 37973, 38019, 38020, 38021, 39271, 39420, 39746, 39747, 39751, 40506); + +UPDATE `creature_template_addon` SET `visibilityDistanceType`=5 WHERE `entry` IN (229, 13116, 13117, 18733, 20000, 24812, 26310, 28243, 28781, 28859, 30342, 30343, 31253, 32295, 32448, 32487, 32492, 32520, 33108, 33143, 33184, 33186, 33212, 33259, 33287, 33293, 33364, 33365, 33366, 33367, 33369, 33370, 33377, 33388, 33425, 33426, 33453, 33805, 33816, 33846, 34144, 34145, 34515, 34775, 34802, 34929, 34935, 34944, 35273, 35819, 36171, 36494, 36597, 36598, 36612, 36838, 36839, 36853, 36913, 36954, 36955, 37215, 37540, 37554, 37593, 37755, 38557, 38558, 38569, 38757, 38857, 39123, 39217, 39231); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_03_world.sql new file mode 100644 index 00000000000..737d849853e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_03_world.sql @@ -0,0 +1,77 @@ +-- Guard Captain Zorek (23728) +DELETE FROM `smart_scripts` WHERE `entryorguid`=23728 AND `source_type`=0 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2372801 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 +(23728,0,1,0,62,0,100,0,8984,0,0,0,0,80,2372801,2,0,0,0,0,1,0,0,0,0,0,0,0,0,"Guard Captain Zorek - On Quest Accepted - Action list'"), +(2372801,9,0,0,0,0,100,0,0,0,0,0,0,11,49845,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Guard Captain Zorek - Action list - Cast 'Valgarde Gryphon'"), +(2372801,9,1,0,0,0,100,0,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Guard Captain Zorek - Action list - Close gossip"), +(2372801,9,2,0,0,0,100,0,1000,1000,0,0,0,86,63313,0,7,0,0,0,19,27886,0,0,0,0,0,0,0,"Guard Captain Zorek - Action list - cross cast ride"); + +DELETE FROM `gossip_menu_option` WHERE `MenuId`=8984 AND `OptionID`=0; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES +(8984, 0, 0, 'Take me to Lieutenant Icehammer, Zorek!', 31741, 1, 1, 0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (15) AND `SourceGroup`=8984; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,8984,0,0,0,28,0,11427,0,0,0,0,0,"","Show gossip option 8984 if quest 11427 taken"); + +DELETE FROM `vehicle_template_accessory` WHERE `entry`=27886; +INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES +(27886, 27887, 0, 1, "Valgarde Gryphon", 5, 0); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` = 27886; +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(27886,48365,1,1); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup` IN(27886); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`Comment`) VALUES +(18,27886,48365,0,31,0,3,27887,0,0,'Require npc for spellclick'); + +DELETE FROM `spell_target_position` WHERE `ID` IN (49845); +INSERT INTO `spell_target_position` (`ID`,`MapID`,`PositionX`,`PositionY`,`PositionZ`,`Orientation`) VALUES +(49845, 571, 603.6032, -5034.397, 1.1338, 0.694764); + +-- Valgarde Gryphon (27886) +SET @GRYPHON:= 27886; +UPDATE `creature_template` SET `AIName`='SmartAI', `speed_run`=1.14286 WHERE `entry`=@GRYPHON; +DELETE FROM `creature_template_movement` WHERE `CreatureId`=@GRYPHON; +INSERT INTO `creature_template_movement` (`CreatureID`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(@GRYPHON,0,0,2,0); +DELETE FROM `smart_scripts` WHERE `entryorguid`=27886 AND `source_type`=0; +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 +(@GRYPHON,0,0,1,27,0,100,0,0,0,0,0,0,53,1,@GRYPHON,0,0,0,0,1,0,0,0,0,0,0,0,0,"Valgarde Gryphon - On Passenger Boarded - Start Waypoint"), +(@GRYPHON,0,1,2,61,0,100,0,0,0,0,0,0,11,49303,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Valgarde Gryphon - On Passenger Boarded - cast fly"), +(@GRYPHON,0,2,0,61,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,19,27887,0,0,0,0,0,0,0,"Valgarde Gryphon - On Passenger Boarded - Say text"), +(@GRYPHON,0,3,4,40,0,100,0,15,@GRYPHON,0,0,0,11,45472,0,0,0,0,0,21,5,0,0,0,0,0,0,0,"Valgarde Gryphon - On Waypoint 15 Reached - Cast 'Parachute"), +(@GRYPHON,0,4,5,61,0,100,0,0,0,0,0,0,11,62539,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Valgarde Gryphon - On Waypoint 15 Reached - Dismount"), +(@GRYPHON,0,5,0,61,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,19,27887,0,0,0,0,0,0,0,"Valgarde Gryphon - On Waypoint 15 Reached - say text"), +(@GRYPHON,0,6,0,1,0,100,0,5000,5000,5000,5000,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Valgarde Gryphon - Ooc - despawn"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN(@GRYPHON); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 1, @GRYPHON, 0, 0, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Valgarde Gryphon - Only run SAI if invoker is player'), +(22, 7, @GRYPHON, 0, 0, 1, 1, 63313, 0, 0, 1, 0, 0, '', 'Valgarde Gryphon - Only run SAI no aura 63313'); + +DELETE FROM `creature_text` WHERE `CreatureID`=27887; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(27887,0,0,"Off we go!",12,7,100,0,0,0,27225,0,"Valgarde Gryphon Rider"), +(27887,1,0,"Here ya go, friend! Icehammer is right inside that vrykul building! Give 'em hell!",12,7,100,0,0,0,27228,0,"Valgarde Gryphon Rider"); + +DELETE FROM `waypoints` WHERE `entry`=27886; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(@GRYPHON, 1, 611.694153, -5049.680176, 24.236082, 'Valgarde Gryphon'), +(@GRYPHON, 2, 645.473206, -5088.019531, 30.966393, 'Valgarde Gryphon'), +(@GRYPHON, 3, 712.810547, -5091.938965, 35.150776, 'Valgarde Gryphon'), +(@GRYPHON, 4, 943.164795, -5001.226074, 51.646461, 'Valgarde Gryphon'), +(@GRYPHON, 5, 1043.208984, -4975.551270, 42.536732, 'Valgarde Gryphon'), +(@GRYPHON, 6, 1105.994263, -4981.366699, 44.616421, 'Valgarde Gryphon'), +(@GRYPHON, 7, 1168.691772, -4956.152344, 43.580040, 'Valgarde Gryphon'), +(@GRYPHON, 8, 1188.284546, -4949.069336, 43.889103, 'Valgarde Gryphon'), +(@GRYPHON, 9, 1224.690918, -5034.330566, 45.493435, 'Valgarde Gryphon'), +(@GRYPHON, 10, 1284.036011, -5064.889160, 70.936272, 'Valgarde Gryphon'), +(@GRYPHON, 11, 1299.864014, -5123.960449, 92.312981, 'Valgarde Gryphon'), +(@GRYPHON, 12, 1268.888550, -5172.307129, 125.225029, 'Valgarde Gryphon'), +(@GRYPHON, 13, 1204.625854, -5202.031250, 162.438080, 'Valgarde Gryphon'), +(@GRYPHON, 14, 1264.150391, -5293.074707, 194.687225, 'Valgarde Gryphon'), +(@GRYPHON, 15, 1250.924927, -5318.654297, 202.334183, 'Valgarde Gryphon'), +(@GRYPHON, 16, 1100.08349, -5329.9238, 227.26312, 'Valgarde Gryphon'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_04_world.sql new file mode 100644 index 00000000000..23bfbc7eda7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_16_04_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=23946; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23946 AND `source_type`=0; +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 +(23946,0,0,0,0,0,100,0,1000,2000,2000,3000,0,11,15547,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Marksman - IC - Cast Shoot"), +(23946,0,1,0,0,0,100,0,1000,2000,7000,8000,0,11,38861,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"North Fleet Marksman - IC - Cast Aimed Shot"), +(23946,0,2,0,1,0,100,0,1000,2000,2000,3000,0,11,61512,0,0,0,0,0,11,23947,100,1,0,0,0,0,0,"North Fleet Marksman - OOC - Cast Shoot"); + +DELETE FROM `creature` WHERE `guid` IN(96555,96557); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(96557, 23946, 571, 1, 1, 0, 0, 1606.37, -6241.61, 6.15574, 1.19442, 300, 0, 0, 6986, 0, 0), +(96555, 23946, 571, 1, 1, 0, 0, 1600.3, -6236.03, 5.81873, 0.488692, 300, 0, 0, 6986, 0, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_17_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_17_00_world.sql new file mode 100644 index 00000000000..c3473687c17 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_17_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_addon` SET `visibilityDistanceType`=3 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (SELECT `entry` FROM `creature_template_addon` WHERE `visibilityDistanceType`=3)); +UPDATE `creature_addon` SET `visibilityDistanceType`=4 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (SELECT `entry` FROM `creature_template_addon` WHERE `visibilityDistanceType`=4)); +UPDATE `creature_addon` SET `visibilityDistanceType`=5 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (SELECT `entry` FROM `creature_template_addon` WHERE `visibilityDistanceType`=5)); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_19_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_19_00_world.sql new file mode 100644 index 00000000000..ce940e2da79 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_19_00_world.sql @@ -0,0 +1,2320 @@ +-- Fix visibility for creatures with right data +UPDATE `creature_template_addon` SET `visibilityDistanceType`=0; + +-- Add missing entrys for type 3 +DELETE FROM `creature_template_addon` WHERE `entry` IN (1284, 1768, 1853, 2748, 2754, 3654, 3886, 3887, 3914, 3936, 3943, 4274, 4275, 4278, 4279, 4715, 4718, 4854, 4968, 5709, 5710, 5711, 6109, 6193, 6196, 6235, 6906, 6907, 6908, 6910, 7023, 7079, 7206, 7228, 7267, 7273, 7275, 7291, 7361, 7797, 7800, 7846, 7977, 8197, 8198, 8443, 8923, 8929, 8933, 8983, 9016, 9017, 9018, 9019, 9024, 9025, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9041, 9042, 9156, 9196, 9236, 9237, 9319, 9499, 9502, 9537, 9568, 9659, 9736, 9816, 9938, 10076, 10162, 10181, 10220, 10264, 10268, 10339, 10363, 10429, 10430, 10435, 10436, 10437, 10438, 10439, 10502, 10503, 10505, 10508, 10516, 10558, 10584, 10596, 10808, 10809, 10811, 10812, 10813, 10826, 10901, 10942, 10997, 11032, 11143, 11261, 11262, 11352, 11380, 11467, 11486, 11487, 11488, 11489, 11490, 11496, 11501, 11502, 11583, 11622, 11660, 11663, 11664, 11665, 11673, 11897, 11978, 11981, 11982, 11983, 11988, 12017, 12018, 12056, 12057, 12098, 12101, 12118, 12119, 12129, 12142, 12143, 12237, 12259, 12264, 12265, 12397, 12422, 12435, 12457, 12458, 12459, 12460, 12461, 12463, 12464, 12465, 12466, 12467, 12468, 12557, 12804, 12806, 13020, 13161, 13178, 13221, 13256, 13280, 13419, 13738, 13976, 13996, 14020, 14261, 14262, 14263, 14264, 14265, 14302, 14310, 14321, 14322, 14323, 14324, 14325, 14326, 14327, 14349, 14352, 14353, 14354, 14401, 14435, 14449, 14453, 14456, 14507, 14509, 14510, 14515, 14517, 14601, 14605, 14661, 14834, 14861, 14887, 14888, 14889, 14890, 14943, 14944, 14945, 14946, 14947, 14948, 15192, 15203, 15204, 15205, 15223, 15226, 15227, 15228, 15229, 15230, 15231, 15232, 15234, 15235, 15236, 15237, 15238, 15239, 15240, 15243, 15244, 15245, 15246, 15248, 15249, 15250, 15251, 15252, 15253, 15254, 15255, 15256, 15257, 15258, 15259, 15262, 15263, 15264, 15275, 15276, 15277, 15299, 15300, 15302, 15305, 15311, 15318, 15319, 15320, 15322, 15323, 15325, 15326, 15327, 15329, 15330, 15331, 15332, 15333, 15334, 15336, 15337, 15338, 15340, 15343, 15344, 15345, 15346, 15347, 15348, 15355, 15369, 15370, 15386, 15388, 15389, 15390, 15391, 15392, 15393, 15467, 15471, 15472, 15473, 15481, 15507, 15509, 15510, 15511, 15514, 15516, 15517, 15521, 15527, 15537, 15538, 15543, 15544, 15546, 15550, 15555, 15571, 15608, 15628, 15667, 15712, 15718, 15725, 15726, 15727, 15728, 15740, 15741, 15742, 15743, 15744, 15772, 15773, 15775, 15776, 15778, 15800, 15802, 15809, 15896, 15904, 15910, 15929, 15930, 15931, 15932, 15934, 15936, 15952, 15953, 15954, 15956, 15962, 15973, 15974, 15975, 15976, 15979, 15980, 15981, 15984, 15989, 16011, 16017, 16018, 16020, 16021, 16022, 16024, 16025, 16026, 16028, 16029, 16034, 16035, 16038, 16039, 16040, 16041, 16059, 16060, 16061, 16062, 16063, 16064, 16065, 16067, 16097, 16098, 16101, 16102, 16103, 16104, 16125, 16136, 16137, 16142, 16145, 16146, 16152, 16154, 16156, 16157, 16158, 16164, 16165, 16167, 16168, 16172, 16179, 16180, 16181, 16193, 16194, 16215, 16216, 16218, 16244, 16286, 16290, 16363, 16375, 16386, 16398, 16401, 16421, 16431, 16440, 16446, 16448, 16449, 16451, 16452, 16453, 16488, 16505, 16506, 16531, 16573, 16604, 16609, 16697, 16775, 16776, 16777, 16778, 16807, 16808, 16809, 16861, 16939, 17007, 17030, 17075, 17257, 17258, 17310, 17367, 17368, 17369, 17377, 17381, 17388, 17427, 17435, 17451, 17461, 17462, 17468, 17470, 17521, 17533, 17534, 17536, 17537, 17602, 17603, 17611, 17621, 17622, 17623, 17645, 17646, 17650, 17652, 17693, 17711, 17719, 17720, 17725, 17767, 17770, 17772, 17798, 17808, 17818, 17826, 17830, 17838, 17839, 17842, 17848, 17852, 17864, 17871, 17876, 17879, 17880, 17881, 17882, 17888, 17895, 17897, 17898, 17899, 17905, 17906, 17907, 17908, 17916, 17918, 17941, 17942, 17951, 17968, 17975, 17976, 17977, 17978, 17980, 17991, 18040, 18041, 18061, 18096, 18105, 18107, 18192, 18242, 18287, 18338, 18341, 18343, 18344, 18351, 18371, 18373, 18399, 18409, 18472, 18473, 18478, 18479, 18497, 18528, 18625, 18726, 18728, 18729, 18757, 18769, 18770, 18778, 18780, 18805, 18806, 18829, 18831, 18832, 18834, 18835, 18836, 18847, 18925, 18928, 18932, 19044, 19214, 19218, 19219, 19220, 19260, 19433, 19516, 19551, 19577, 19710, 19870, 19876, 19878, 19918, 19922, 19927, 19934, 19951, 20031, 20032, 20033, 20034, 20035, 20036, 20037, 20038, 20039, 20040, 20041, 20042, 20043, 20044, 20045, 20046, 20047, 20048, 20049, 20050, 20051, 20052, 20060, 20062, 20063, 20064, 20075, 20129, 20142, 20555, 20776, 20905, 20909, 20910, 20912, 20923, 21035, 21091, 21104, 21122, 21140, 21148, 21154, 21166, 21170, 21187, 21212, 21213, 21214, 21215, 21216, 21217, 21219, 21222, 21224, 21225, 21226, 21227, 21228, 21251, 21268, 21269, 21270, 21271, 21272, 21273, 21274, 21338, 21351, 21362, 21364, 21456, 21514, 21685, 21686, 21687, 21688, 21689, 21697, 21698, 21785, 21806, 21812, 21845, 21862, 21865, 21873, 21874, 21875, 21913, 21920, 21931, 21932, 21933, 21958, 21964, 21965, 21966, 21976, 22009, 22035, 22036, 22055, 22056, 22064, 22067, 22085, 22089, 22119, 22120, 22122, 22128, 22140, 22207, 22210, 22290, 22296, 22299, 22332, 22335, 22360, 22404, 22405, 22409, 22418, 22448, 22509, 22517, 22844, 22845, 22846, 22847, 22852, 22854, 22856, 22859, 22871, 22878, 22879, 22880, 22881, 22882, 22887, 22898, 22942, 22945, 22947, 22948, 22953, 22954, 22956, 22957, 22960, 22961, 22962, 22964, 22973, 22988, 22996, 22997, 23018, 23035, 23049, 23054, 23059, 23062, 23069, 23076, 23085, 23126, 23147, 23195, 23196, 23197, 23215, 23216, 23222, 23223, 23226, 23230, 23235, 23236, 23237, 23238, 23239, 23260, 23283, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, 23304, 23307, 23314, 23318, 23323, 23328, 23378, 23402, 23404, 23409, 23419, 23420, 23436, 23468, 23500, 23514, 23516, 23517, 23518, 23519, 23523, 23524, 23538, 23539, 23556, 23574, 23575, 23576, 23577, 23578, 23689, 23746, 23754, 23755, 23767, 23771, 23803, 23805, 23810, 23812, 23867, 23877, 23878, 23879, 23880, 23884, 23885, 23889, 23899, 23915, 23916, 23917, 23944, 23947, 23953, 23954, 23957, 23968, 23972, 23980, 24000, 24008, 24027, 24060, 24072, 24083, 24110, 24130, 24143, 24144, 24165, 24166, 24167, 24182, 24183, 24184, 24185, 24193, 24194, 24200, 24201, 24222, 24237, 24239, 24240, 24241, 24242, 24243, 24244, 24245, 24246, 24247, 24289, 24290, 24371, 24381, 24382, 24383, 24384, 24386, 24440, 24446, 24447, 24512, 24514, 24515, 24518, 24527, 24549, 24553, 24554, 24555, 24556, 24557, 24558, 24559, 24560, 24561, 24652, 24664, 24674, 24675, 24682, 24694, 24701, 24707, 24712, 24721, 24722, 24723, 24744, 24762, 24770, 24771, 24778, 24781, 24786, 24787, 24797, 24844, 24859, 24861, 24862, 24865, 24879, 24899, 24910, 24911, 24912, 24914, 24915, 24973, 24983, 24985, 24986, 25006, 25031, 25033, 25038, 25041, 25042, 25158, 25160, 25161, 25165, 25166, 25175, 25214, 25236, 25246, 25289, 25315, 25319, 25330, 25349, 25356, 25364, 25386, 25387, 25431, 25436, 25451, 25453, 25465, 25471, 25472, 25473, 25490, 25492, 25493, 25525, 25588, 25594, 25601, 25640, 25656, 25664, 25665, 25666, 25708, 25723, 25724, 25727, 25732, 25733, 25735, 25741, 25745, 25756, 25757, 25762, 25771, 25772, 25840, 25845, 25846, 25847, 25855, 25860, 25864, 25954, 25955, 25956, 25957, 25958, 25959, 25960, 25964, 25965, 25966, 25971, 25972, 25973, 26041, 26046, 26093, 26094, 26105, 26117, 26120, 26121, 26127, 26129, 26130, 26174, 26175, 26193, 26206, 26230, 26231, 26247, 26260, 26261, 26264, 26265, 26266, 26276, 26277, 26290, 26297, 26298, 26346, 26370, 26373, 26406, 26420, 26444, 26475, 26483, 26495, 26497, 26498, 26499, 26510, 26528, 26529, 26530, 26533, 26559, 26578, 26591, 26612, 26626, 26648, 26665, 26668, 26687, 26690, 26691, 26692, 26693, 26700, 26712, 26736, 26761, 26763, 26783, 26788, 26789, 26794, 26796, 26800, 26802, 26805, 26807, 26808, 26836, 26838, 26840, 26855, 26856, 26857, 26858, 26861, 26872, 26893, 26917, 26925, 26927, 26933, 26967, 27036, 27103, 27104, 27105, 27200, 27201, 27241, 27244, 27249, 27255, 27257, 27270, 27285, 27326, 27327, 27338, 27389, 27390, 27396, 27397, 27413, 27439, 27453, 27455, 27466, 27480, 27513, 27587, 27608, 27654, 27660, 27663, 27679, 27682, 27688, 27689, 27690, 27693, 27702, 27710, 27789, 27801, 27821, 27837, 27847, 27852, 27862, 27869, 27880, 27888, 27905, 27921, 27929, 27931, 27939, 27947, 27949, 27956, 27969, 27978, 27979, 27980, 27981, 27982, 28007, 28008, 28015, 28018, 28021, 28064, 28068, 28103, 28135, 28137, 28151, 28174, 28181, 28189, 28190, 28198, 28207, 28208, 28211, 28212, 28230, 28236, 28240, 28246, 28248, 28255, 28256, 28274, 28292, 28293, 28294, 28295, 28296, 28304, 28305, 28316, 28330, 28351, 28352, 28356, 28357, 28377, 28401, 28409, 28439, 28442, 28445, 28466, 28467, 28469, 28478, 28492, 28494, 28495, 28496, 28499, 28520, 28523, 28529, 28535, 28536, 28537, 28539, 28540, 28546, 28548, 28558, 28559, 28560, 28561, 28565, 28587, 28591, 28616, 28617, 28631, 28636, 28639, 28647, 28653, 28654, 28658, 28660, 28662, 28663, 28671, 28672, 28684, 28717, 28729, 28730, 28731, 28738, 28739, 28740, 28741, 28751, 28761, 28762, 28777, 28778, 28780, 28786, 28788, 28789, 28793, 28804, 28823, 28848, 28849, 28873, 28874, 28875, 28890, 28907, 28910, 28911, 28919, 28920, 28921, 28922, 28923, 28924, 28925, 28928, 28929, 28931, 28932, 28952, 28960, 28996, 29048, 29050, 29051, 29062, 29063, 29064, 29066, 29079, 29080, 29096, 29097, 29098, 29099, 29100, 29102, 29103, 29104, 29107, 29108, 29109, 29110, 29112, 29113, 29114, 29117, 29118, 29119, 29120, 29128, 29150, 29153, 29176, 29177, 29178, 29179, 29180, 29181, 29182, 29183, 29190, 29213, 29214, 29216, 29217, 29227, 29228, 29266, 29306, 29310, 29311, 29312, 29313, 29314, 29316, 29349, 29350, 29375, 29424, 29458, 29460, 29469, 29485, 29503, 29543, 29544, 29545, 29558, 29571, 29573, 29592, 29595, 29597, 29629, 29639, 29645, 29694, 29734, 29748, 29753, 29755, 29756, 29773, 29798, 29800, 29805, 29809, 29810, 29815, 29821, 29836, 29870, 29871, 29877, 29878, 29879, 29883, 29893, 29894, 29896, 29897, 29913, 29933, 29934, 29935, 29936, 29974, 29982, 29983, 30023, 30050, 30052, 30055, 30064, 30071, 30082, 30085, 30096, 30103, 30105, 30120, 30122, 30125, 30126, 30138, 30139, 30141, 30142, 30143, 30145, 30150, 30151, 30163, 30188, 30205, 30209, 30210, 30211, 30212, 30236, 30252, 30260, 30262, 30275, 30294, 30298, 30302, 30320, 30327, 30328, 30331, 30332, 30333, 30351, 30366, 30390, 30394, 30406, 30407, 30415, 30421, 30425, 30426, 30427, 30428, 30442, 30443, 30445, 30448, 30452, 30455, 30456, 30462, 30482, 30486, 30502, 30514, 30544, 30545, 30549, 30576, 30593, 30598, 30599, 30614, 30639, 30640, 30646, 30649, 30651, 30660, 30670, 30675, 30679, 30688, 30690, 30695, 30699, 30719, 30742, 30744, 30745, 30749, 30752, 30753, 30754, 30832, 30858, 30861, 30866, 30867, 30881, 30882, 30883, 30890, 30892, 30893, 30950, 30988, 30995, 30996, 31006, 31011, 31014, 31040, 31044, 31056, 31088, 31089, 31092, 31099, 31105, 31125, 31135, 31139, 31195, 31198, 31204, 31214, 31218, 31219, 31249, 31255, 31264, 31272, 31280, 31312, 31322, 31364, 31393, 31399, 31419, 31437, 31467, 31526, 31630, 31640, 31688, 31721, 31743, 31767, 31773, 31775, 31817, 31831, 31880, 31892, 32154, 32155, 32159, 32167, 32168, 32173, 32174, 32184, 32188, 32195, 32196, 32197, 32199, 32202, 32214, 32215, 32217, 32221, 32229, 32230, 32231, 32232, 32234, 32235, 32237, 32242, 32244, 32245, 32266, 32273, 32292, 32299, 32314, 32318, 32319, 32344, 32348, 32353, 32365, 32376, 32378, 32427, 32431, 32443, 32445, 32485, 32486, 32495, 32501, 32522, 32523, 32524, 32544, 32548, 32571, 32576, 32577, 32578, 32579, 32580, 32594, 32608, 32662, 32742, 32768, 32845, 32857, 32865, 32867, 32872, 32873, 32882, 32892, 32893, 32897, 32900, 32901, 32927, 32930, 32934, 32941, 32946, 32948, 32950, 32953, 32955, 33045, 33081, 33087, 33136, 33138, 33140, 33141, 33146, 33174, 33192, 33196, 33213, 33221, 33241, 33242, 33244, 33246, 33271, 33282, 33288, 33303, 33325, 33326, 33327, 33328, 33329, 33330, 33331, 33332, 33333, 33337, 33350, 33354, 33355, 33378, 33410, 33411, 33412, 33413, 33430, 33431, 33432, 33433, 33441, 33488, 33500, 33515, 33516, 33524, 33525, 33526, 33527, 33575, 33576, 33651, 33663, 33667, 33687, 33695, 33699, 33716, 33717, 33718, 33719, 33720, 33722, 33754, 33755, 33768, 33772, 33806, 33818, 33819, 33820, 33822, 33823, 33824, 33835, 33838, 33883, 33966, 33983, 33985, 33988, 33990, 33993, 33998, 34000, 34001, 34014, 34015, 34034, 34035, 34049, 34054, 34068, 34069, 34071, 34099, 34119, 34190, 34192, 34194, 34196, 34197, 34198, 34297, 34310, 34313, 34362, 34434, 34441, 34444, 34445, 34447, 34448, 34449, 34450, 34451, 34453, 34454, 34455, 34456, 34458, 34459, 34460, 34461, 34463, 34465, 34466, 34467, 34468, 34469, 34470, 34471, 34472, 34473, 34474, 34475, 34567, 34568, 34607, 34628, 34630, 34657, 34701, 34702, 34703, 34704, 34705, 34720, 34735, 34737, 34738, 34739, 34740, 34741, 34780, 34796, 34797, 34799, 34810, 34813, 34825, 34826, 34862, 34879, 34899, 34921, 34922, 34924, 34928, 34942, 34990, 34992, 34994, 34995, 34996, 35013, 35028, 35029, 35030, 35031, 35032, 35033, 35034, 35036, 35037, 35038, 35039, 35040, 35041, 35042, 35043, 35044, 35045, 35046, 35047, 35048, 35049, 35050, 35051, 35052, 35055, 35089, 35106, 35119, 35143, 35144, 35145, 35176, 35242, 35297, 35299, 35320, 35321, 35368, 35372, 35373, 35459, 35474, 35476, 35482, 35493, 35545, 35547, 35557, 35564, 35569, 35570, 35571, 35572, 35590, 35617, 35651, 35877, 36064, 36128, 36155, 36166, 36189, 36477, 36497, 36502, 36503, 36504, 36561, 36597, 36626, 36627, 36633, 36648, 36658, 36701, 36723, 36788, 36791, 36824, 36829, 36840, 36841, 36842, 36844, 36855, 36877, 36881, 36886, 36892, 36893, 36897, 36899, 36907, 36944, 36945, 36946, 36947, 36950, 36957, 36960, 36961, 36968, 36969, 36970, 36971, 36978, 36982, 36990, 36993, 36998, 37004, 37011, 37014, 37017, 37021, 37022, 37023, 37025, 37038, 37098, 37116, 37117, 37119, 37122, 37123, 37124, 37125, 37129, 37144, 37181, 37186, 37188, 37189, 37217, 37223, 37491, 37493, 37494, 37495, 37503, 37530, 37535, 37544, 37546, 37562, 37571, 37595, 37596, 37597, 37662, 37663, 37664, 37665, 37666, 37672, 37695, 37697, 37698, 37702, 37712, 37713, 37728, 37729, 37801, 37813, 37814, 37826, 37827, 37829, 37830, 37832, 37857, 37871, 37878, 37882, 37886, 37890, 37894, 37898, 37902, 37903, 37904, 37920, 37930, 37932, 37935, 37936, 37949, 37952, 37955, 37968, 37970, 37972, 37973, 38001, 38004, 38008, 38052, 38121, 38135, 38153, 38154, 38160, 38161, 38162, 38184, 38188, 38189, 38191, 38216, 38226, 38230, 38236, 38248, 38264, 38285, 38289, 38291, 38292, 38308, 38309, 38310, 38367, 38386, 38433, 38472, 38482, 38485, 38487, 38490, 38493, 38494, 38497, 38503, 38505, 38527, 38528, 38529, 38546, 38547, 38572, 38584, 38587, 38588, 38589, 38606, 38608, 38609, 38610, 38751, 38757, 38879, 38883, 38995, 39057, 39091, 39092, 39125, 39372, 39735, 39743, 39744, 39759, 39799, 39820, 39841, 39842, 39863, 39899, 39901, 39903, 40091, 40142, 40146, 40189, 40196, 40681, 40683, 40704, 40842); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(1284, 0, 0, 0, 0, 0, 0, NULL), +(1768, 0, 0, 0, 0, 0, 0, NULL), +(1853, 0, 0, 0, 0, 0, 0, NULL), +(2748, 0, 0, 0, 0, 0, 0, NULL), +(2754, 0, 0, 0, 0, 0, 0, NULL), +(3654, 0, 0, 0, 0, 0, 0, NULL), +(3886, 0, 0, 0, 0, 0, 0, NULL), +(3887, 0, 0, 0, 0, 0, 0, NULL), +(3914, 0, 0, 0, 0, 0, 0, NULL), +(3936, 0, 0, 0, 0, 0, 0, NULL), +(3943, 0, 0, 0, 0, 0, 0, NULL), +(4274, 0, 0, 0, 0, 0, 0, NULL), +(4275, 0, 0, 0, 0, 0, 0, NULL), +(4278, 0, 0, 0, 0, 0, 0, NULL), +(4279, 0, 0, 0, 0, 0, 0, NULL), +(4715, 0, 0, 0, 0, 0, 0, NULL), +(4718, 0, 0, 0, 0, 0, 0, NULL), +(4854, 0, 0, 0, 0, 0, 0, NULL), +(4968, 0, 0, 0, 0, 0, 0, NULL), +(5709, 0, 0, 0, 0, 0, 0, NULL), +(5710, 0, 0, 0, 0, 0, 0, NULL), +(5711, 0, 0, 0, 0, 0, 0, NULL), +(6109, 0, 0, 0, 0, 0, 0, NULL), +(6193, 0, 0, 0, 0, 0, 0, NULL), +(6196, 0, 0, 0, 0, 0, 0, NULL), +(6235, 0, 0, 0, 0, 0, 0, NULL), +(6906, 0, 0, 0, 0, 0, 0, NULL), +(6907, 0, 0, 0, 0, 0, 0, NULL), +(6908, 0, 0, 0, 0, 0, 0, NULL), +(6910, 0, 0, 0, 0, 0, 0, NULL), +(7023, 0, 0, 0, 0, 0, 0, NULL), +(7079, 0, 0, 0, 0, 0, 0, NULL), +(7206, 0, 0, 0, 0, 0, 0, NULL), +(7228, 0, 0, 0, 0, 0, 0, NULL), +(7267, 0, 0, 0, 0, 0, 0, NULL), +(7273, 0, 0, 0, 0, 0, 0, NULL), +(7275, 0, 0, 0, 0, 0, 0, NULL), +(7291, 0, 0, 0, 0, 0, 0, NULL), +(7361, 0, 0, 0, 0, 0, 0, NULL), +(7797, 0, 0, 0, 0, 0, 0, NULL), +(7800, 0, 0, 0, 0, 0, 0, NULL), +(7846, 0, 0, 0, 0, 0, 0, NULL), +(7977, 0, 0, 0, 0, 0, 0, NULL), +(8197, 0, 0, 0, 0, 0, 0, NULL), +(8198, 0, 0, 0, 0, 0, 0, NULL), +(8443, 0, 0, 0, 0, 0, 0, NULL), +(8923, 0, 0, 0, 0, 0, 0, NULL), +(8929, 0, 0, 0, 0, 0, 0, NULL), +(8933, 0, 0, 0, 0, 0, 0, NULL), +(8983, 0, 0, 0, 0, 0, 0, NULL), +(9016, 0, 0, 0, 0, 0, 0, NULL), +(9017, 0, 0, 0, 0, 0, 0, NULL), +(9018, 0, 0, 0, 0, 0, 0, NULL), +(9019, 0, 0, 0, 0, 0, 0, NULL), +(9024, 0, 0, 0, 0, 0, 0, NULL), +(9025, 0, 0, 0, 0, 0, 0, NULL), +(9027, 0, 0, 0, 0, 0, 0, NULL), +(9028, 0, 0, 0, 0, 0, 0, NULL), +(9029, 0, 0, 0, 0, 0, 0, NULL), +(9030, 0, 0, 0, 0, 0, 0, NULL), +(9031, 0, 0, 0, 0, 0, 0, NULL), +(9032, 0, 0, 0, 0, 0, 0, NULL), +(9033, 0, 0, 0, 0, 0, 0, NULL), +(9041, 0, 0, 0, 0, 0, 0, NULL), +(9042, 0, 0, 0, 0, 0, 0, NULL), +(9156, 0, 0, 0, 0, 0, 0, NULL), +(9196, 0, 0, 0, 0, 0, 0, NULL), +(9236, 0, 0, 0, 0, 0, 0, NULL), +(9237, 0, 0, 0, 0, 0, 0, NULL), +(9319, 0, 0, 0, 0, 0, 0, NULL), +(9499, 0, 0, 0, 0, 0, 0, NULL), +(9502, 0, 0, 0, 0, 0, 0, NULL), +(9537, 0, 0, 0, 0, 0, 0, NULL), +(9568, 0, 0, 0, 0, 0, 0, NULL), +(9659, 0, 0, 0, 0, 0, 0, NULL), +(9736, 0, 0, 0, 0, 0, 0, NULL), +(9816, 0, 0, 0, 0, 0, 0, NULL), +(9938, 0, 0, 0, 0, 0, 0, NULL), +(10076, 0, 0, 0, 0, 0, 0, NULL), +(10162, 0, 0, 0, 0, 0, 0, NULL), +(10181, 0, 0, 0, 0, 0, 0, NULL), +(10220, 0, 0, 0, 0, 0, 0, NULL), +(10264, 0, 0, 0, 0, 0, 0, NULL), +(10268, 0, 0, 0, 0, 0, 0, NULL), +(10339, 0, 0, 0, 0, 0, 0, NULL), +(10363, 0, 0, 0, 0, 0, 0, NULL), +(10429, 0, 0, 0, 0, 0, 0, NULL), +(10430, 0, 0, 0, 0, 0, 0, NULL), +(10435, 0, 0, 0, 0, 0, 0, NULL), +(10436, 0, 0, 0, 0, 0, 0, NULL), +(10437, 0, 0, 0, 0, 0, 0, NULL), +(10438, 0, 0, 0, 0, 0, 0, NULL), +(10439, 0, 0, 0, 0, 0, 0, NULL), +(10502, 0, 0, 0, 0, 0, 0, NULL), +(10503, 0, 0, 0, 0, 0, 0, NULL), +(10505, 0, 0, 0, 0, 0, 0, NULL), +(10508, 0, 0, 0, 0, 0, 0, NULL), +(10516, 0, 0, 0, 0, 0, 0, NULL), +(10558, 0, 0, 0, 0, 0, 0, NULL), +(10584, 0, 0, 0, 0, 0, 0, NULL), +(10596, 0, 0, 0, 0, 0, 0, NULL), +(10808, 0, 0, 0, 0, 0, 0, NULL), +(10809, 0, 0, 0, 0, 0, 0, NULL), +(10811, 0, 0, 0, 0, 0, 0, NULL), +(10812, 0, 0, 0, 0, 0, 0, NULL), +(10813, 0, 0, 0, 0, 0, 0, NULL), +(10826, 0, 0, 0, 0, 0, 0, NULL), +(10901, 0, 0, 0, 0, 0, 0, NULL), +(10942, 0, 0, 0, 0, 0, 0, NULL), +(10997, 0, 0, 0, 0, 0, 0, NULL), +(11032, 0, 0, 0, 0, 0, 0, NULL), +(11143, 0, 0, 0, 0, 0, 0, NULL), +(11261, 0, 0, 0, 0, 0, 0, NULL), +(11262, 0, 0, 0, 0, 0, 0, NULL), +(11352, 0, 0, 0, 0, 0, 0, NULL), +(11380, 0, 0, 0, 0, 0, 0, NULL), +(11467, 0, 0, 0, 0, 0, 0, NULL), +(11486, 0, 0, 0, 0, 0, 0, NULL), +(11487, 0, 0, 0, 0, 0, 0, NULL), +(11488, 0, 0, 0, 0, 0, 0, NULL), +(11489, 0, 0, 0, 0, 0, 0, NULL), +(11490, 0, 0, 0, 0, 0, 0, NULL), +(11496, 0, 0, 0, 0, 0, 0, NULL), +(11501, 0, 0, 0, 0, 0, 0, NULL), +(11502, 0, 0, 0, 0, 0, 0, NULL), +(11583, 0, 0, 0, 0, 0, 0, NULL), +(11622, 0, 0, 0, 0, 0, 0, NULL), +(11660, 0, 0, 0, 0, 0, 0, NULL), +(11663, 0, 0, 0, 0, 0, 0, NULL), +(11664, 0, 0, 0, 0, 0, 0, NULL), +(11665, 0, 0, 0, 0, 0, 0, NULL), +(11673, 0, 0, 0, 0, 0, 0, NULL), +(11897, 0, 0, 0, 0, 0, 0, NULL), +(11978, 0, 0, 0, 0, 0, 0, NULL), +(11981, 0, 0, 0, 0, 0, 0, NULL), +(11982, 0, 0, 0, 0, 0, 0, NULL), +(11983, 0, 0, 0, 0, 0, 0, NULL), +(11988, 0, 0, 0, 0, 0, 0, NULL), +(12017, 0, 0, 0, 0, 0, 0, NULL), +(12018, 0, 0, 0, 0, 0, 0, NULL), +(12056, 0, 0, 0, 0, 0, 0, NULL), +(12057, 0, 0, 0, 0, 0, 0, NULL), +(12098, 0, 0, 0, 0, 0, 0, NULL), +(12101, 0, 0, 0, 0, 0, 0, NULL), +(12118, 0, 0, 0, 0, 0, 0, NULL), +(12119, 0, 0, 0, 0, 0, 0, NULL), +(12129, 0, 0, 0, 0, 0, 0, NULL), +(12142, 0, 0, 0, 0, 0, 0, NULL), +(12143, 0, 0, 0, 0, 0, 0, NULL), +(12237, 0, 0, 0, 0, 0, 0, NULL), +(12259, 0, 0, 0, 0, 0, 0, NULL), +(12264, 0, 0, 0, 0, 0, 0, NULL), +(12265, 0, 0, 0, 0, 0, 0, NULL), +(12397, 0, 0, 0, 0, 0, 0, NULL), +(12422, 0, 0, 0, 0, 0, 0, NULL), +(12435, 0, 0, 0, 0, 0, 0, NULL), +(12457, 0, 0, 0, 0, 0, 0, NULL), +(12458, 0, 0, 0, 0, 0, 0, NULL), +(12459, 0, 0, 0, 0, 0, 0, NULL), +(12460, 0, 0, 0, 0, 0, 0, NULL), +(12461, 0, 0, 0, 0, 0, 0, NULL), +(12463, 0, 0, 0, 0, 0, 0, NULL), +(12464, 0, 0, 0, 0, 0, 0, NULL), +(12465, 0, 0, 0, 0, 0, 0, NULL), +(12466, 0, 0, 0, 0, 0, 0, NULL), +(12467, 0, 0, 0, 0, 0, 0, NULL), +(12468, 0, 0, 0, 0, 0, 0, NULL), +(12557, 0, 0, 0, 0, 0, 0, NULL), +(12804, 0, 0, 0, 0, 0, 0, NULL), +(12806, 0, 0, 0, 0, 0, 0, NULL), +(13020, 0, 0, 0, 0, 0, 0, NULL), +(13161, 0, 0, 0, 0, 0, 0, NULL), +(13178, 0, 0, 0, 0, 0, 0, NULL), +(13221, 0, 0, 0, 0, 0, 0, NULL), +(13256, 0, 0, 0, 0, 0, 0, NULL), +(13280, 0, 0, 0, 0, 0, 0, NULL), +(13419, 0, 0, 0, 0, 0, 0, NULL), +(13738, 0, 0, 0, 0, 0, 0, NULL), +(13976, 0, 0, 0, 0, 0, 0, NULL), +(13996, 0, 0, 0, 0, 0, 0, NULL), +(14020, 0, 0, 0, 0, 0, 0, NULL), +(14261, 0, 0, 0, 0, 0, 0, NULL), +(14262, 0, 0, 0, 0, 0, 0, NULL), +(14263, 0, 0, 0, 0, 0, 0, NULL), +(14264, 0, 0, 0, 0, 0, 0, NULL), +(14265, 0, 0, 0, 0, 0, 0, NULL), +(14302, 0, 0, 0, 0, 0, 0, NULL), +(14310, 0, 0, 0, 0, 0, 0, NULL), +(14321, 0, 0, 0, 0, 0, 0, NULL), +(14322, 0, 0, 0, 0, 0, 0, NULL), +(14323, 0, 0, 0, 0, 0, 0, NULL), +(14324, 0, 0, 0, 0, 0, 0, NULL), +(14325, 0, 0, 0, 0, 0, 0, NULL), +(14326, 0, 0, 0, 0, 0, 0, NULL), +(14327, 0, 0, 0, 0, 0, 0, NULL), +(14349, 0, 0, 0, 0, 0, 0, NULL), +(14352, 0, 0, 0, 0, 0, 0, NULL), +(14353, 0, 0, 0, 0, 0, 0, NULL), +(14354, 0, 0, 0, 0, 0, 0, NULL), +(14401, 0, 0, 0, 0, 0, 0, NULL), +(14435, 0, 0, 0, 0, 0, 0, NULL), +(14449, 0, 0, 0, 0, 0, 0, NULL), +(14453, 0, 0, 0, 0, 0, 0, NULL), +(14456, 0, 0, 0, 0, 0, 0, NULL), +(14507, 0, 0, 0, 0, 0, 0, NULL), +(14509, 0, 0, 0, 0, 0, 0, NULL), +(14510, 0, 0, 0, 0, 0, 0, NULL), +(14515, 0, 0, 0, 0, 0, 0, NULL), +(14517, 0, 0, 0, 0, 0, 0, NULL), +(14601, 0, 0, 0, 0, 0, 0, NULL), +(14605, 0, 0, 0, 0, 0, 0, NULL), +(14661, 0, 0, 0, 0, 0, 0, NULL), +(14834, 0, 0, 0, 0, 0, 0, NULL), +(14861, 0, 0, 0, 0, 0, 0, NULL), +(14887, 0, 0, 0, 0, 0, 0, NULL), +(14888, 0, 0, 0, 0, 0, 0, NULL), +(14889, 0, 0, 0, 0, 0, 0, NULL), +(14890, 0, 0, 0, 0, 0, 0, NULL), +(14943, 0, 0, 0, 0, 0, 0, NULL), +(14944, 0, 0, 0, 0, 0, 0, NULL), +(14945, 0, 0, 0, 0, 0, 0, NULL), +(14946, 0, 0, 0, 0, 0, 0, NULL), +(14947, 0, 0, 0, 0, 0, 0, NULL), +(14948, 0, 0, 0, 0, 0, 0, NULL), +(15192, 0, 0, 0, 0, 0, 0, NULL), +(15203, 0, 0, 0, 0, 0, 0, NULL), +(15204, 0, 0, 0, 0, 0, 0, NULL), +(15205, 0, 0, 0, 0, 0, 0, NULL), +(15223, 0, 0, 0, 0, 0, 0, NULL), +(15226, 0, 0, 0, 0, 0, 0, NULL), +(15227, 0, 0, 0, 0, 0, 0, NULL), +(15228, 0, 0, 0, 0, 0, 0, NULL), +(15229, 0, 0, 0, 0, 0, 0, NULL), +(15230, 0, 0, 0, 0, 0, 0, NULL), +(15231, 0, 0, 0, 0, 0, 0, NULL), +(15232, 0, 0, 0, 0, 0, 0, NULL), +(15234, 0, 0, 0, 0, 0, 0, NULL), +(15235, 0, 0, 0, 0, 0, 0, NULL), +(15236, 0, 0, 0, 0, 0, 0, NULL), +(15237, 0, 0, 0, 0, 0, 0, NULL), +(15238, 0, 0, 0, 0, 0, 0, NULL), +(15239, 0, 0, 0, 0, 0, 0, NULL), +(15240, 0, 0, 0, 0, 0, 0, NULL), +(15243, 0, 0, 0, 0, 0, 0, NULL), +(15244, 0, 0, 0, 0, 0, 0, NULL), +(15245, 0, 0, 0, 0, 0, 0, NULL), +(15246, 0, 0, 0, 0, 0, 0, NULL), +(15248, 0, 0, 0, 0, 0, 0, NULL), +(15249, 0, 0, 0, 0, 0, 0, NULL), +(15250, 0, 0, 0, 0, 0, 0, NULL), +(15251, 0, 0, 0, 0, 0, 0, NULL), +(15252, 0, 0, 0, 0, 0, 0, NULL), +(15253, 0, 0, 0, 0, 0, 0, NULL), +(15254, 0, 0, 0, 0, 0, 0, NULL), +(15255, 0, 0, 0, 0, 0, 0, NULL), +(15256, 0, 0, 0, 0, 0, 0, NULL), +(15257, 0, 0, 0, 0, 0, 0, NULL), +(15258, 0, 0, 0, 0, 0, 0, NULL), +(15259, 0, 0, 0, 0, 0, 0, NULL), +(15262, 0, 0, 0, 0, 0, 0, NULL), +(15263, 0, 0, 0, 0, 0, 0, NULL), +(15264, 0, 0, 0, 0, 0, 0, NULL), +(15275, 0, 0, 0, 0, 0, 0, NULL), +(15276, 0, 0, 0, 0, 0, 0, NULL), +(15277, 0, 0, 0, 0, 0, 0, NULL), +(15299, 0, 0, 0, 0, 0, 0, NULL), +(15300, 0, 0, 0, 0, 0, 0, NULL), +(15302, 0, 0, 0, 0, 0, 0, NULL), +(15305, 0, 0, 0, 0, 0, 0, NULL), +(15311, 0, 0, 0, 0, 0, 0, NULL), +(15318, 0, 0, 0, 0, 0, 0, NULL), +(15319, 0, 0, 0, 0, 0, 0, NULL), +(15320, 0, 0, 0, 0, 0, 0, NULL), +(15322, 0, 0, 0, 0, 0, 0, NULL), +(15323, 0, 0, 0, 0, 0, 0, NULL), +(15325, 0, 0, 0, 0, 0, 0, NULL), +(15326, 0, 0, 0, 0, 0, 0, NULL), +(15327, 0, 0, 0, 0, 0, 0, NULL), +(15329, 0, 0, 0, 0, 0, 0, NULL), +(15330, 0, 0, 0, 0, 0, 0, NULL), +(15331, 0, 0, 0, 0, 0, 0, NULL), +(15332, 0, 0, 0, 0, 0, 0, NULL), +(15333, 0, 0, 0, 0, 0, 0, NULL), +(15334, 0, 0, 0, 0, 0, 0, NULL), +(15336, 0, 0, 0, 0, 0, 0, NULL), +(15337, 0, 0, 0, 0, 0, 0, NULL), +(15338, 0, 0, 0, 0, 0, 0, NULL), +(15340, 0, 0, 0, 0, 0, 0, NULL), +(15343, 0, 0, 0, 0, 0, 0, NULL), +(15344, 0, 0, 0, 0, 0, 0, NULL), +(15345, 0, 0, 0, 0, 0, 0, NULL), +(15346, 0, 0, 0, 0, 0, 0, NULL), +(15347, 0, 0, 0, 0, 0, 0, NULL), +(15348, 0, 0, 0, 0, 0, 0, NULL), +(15355, 0, 0, 0, 0, 0, 0, NULL), +(15369, 0, 0, 0, 0, 0, 0, NULL), +(15370, 0, 0, 0, 0, 0, 0, NULL), +(15386, 0, 0, 0, 0, 0, 0, NULL), +(15388, 0, 0, 0, 0, 0, 0, NULL), +(15389, 0, 0, 0, 0, 0, 0, NULL), +(15390, 0, 0, 0, 0, 0, 0, NULL), +(15391, 0, 0, 0, 0, 0, 0, NULL), +(15392, 0, 0, 0, 0, 0, 0, NULL), +(15393, 0, 0, 0, 0, 0, 0, NULL), +(15467, 0, 0, 0, 0, 0, 0, NULL), +(15471, 0, 0, 0, 0, 0, 0, NULL), +(15472, 0, 0, 0, 0, 0, 0, NULL), +(15473, 0, 0, 0, 0, 0, 0, NULL), +(15481, 0, 0, 0, 0, 0, 0, NULL), +(15507, 0, 0, 0, 0, 0, 0, NULL), +(15509, 0, 0, 0, 0, 0, 0, NULL), +(15510, 0, 0, 0, 0, 0, 0, NULL), +(15511, 0, 0, 0, 0, 0, 0, NULL), +(15514, 0, 0, 0, 0, 0, 0, NULL), +(15516, 0, 0, 0, 0, 0, 0, NULL), +(15517, 0, 0, 0, 0, 0, 0, NULL), +(15521, 0, 0, 0, 0, 0, 0, NULL), +(15527, 0, 0, 0, 0, 0, 0, NULL), +(15537, 0, 0, 0, 0, 0, 0, NULL), +(15538, 0, 0, 0, 0, 0, 0, NULL), +(15543, 0, 0, 0, 0, 0, 0, NULL), +(15544, 0, 0, 0, 0, 0, 0, NULL), +(15546, 0, 0, 0, 0, 0, 0, NULL), +(15550, 0, 0, 0, 0, 0, 0, NULL), +(15555, 0, 0, 0, 0, 0, 0, NULL), +(15571, 0, 0, 0, 0, 0, 0, NULL), +(15608, 0, 0, 0, 0, 0, 0, NULL), +(15628, 0, 0, 0, 0, 0, 0, NULL), +(15667, 0, 0, 0, 0, 0, 0, NULL), +(15712, 0, 0, 0, 0, 0, 0, NULL), +(15718, 0, 0, 0, 0, 0, 0, NULL), +(15725, 0, 0, 0, 0, 0, 0, NULL), +(15726, 0, 0, 0, 0, 0, 0, NULL), +(15727, 0, 0, 0, 0, 0, 0, NULL), +(15728, 0, 0, 0, 0, 0, 0, NULL), +(15740, 0, 0, 0, 0, 0, 0, NULL), +(15741, 0, 0, 0, 0, 0, 0, NULL), +(15742, 0, 0, 0, 0, 0, 0, NULL), +(15743, 0, 0, 0, 0, 0, 0, NULL), +(15744, 0, 0, 0, 0, 0, 0, NULL), +(15772, 0, 0, 0, 0, 0, 0, NULL), +(15773, 0, 0, 0, 0, 0, 0, NULL), +(15775, 0, 0, 0, 0, 0, 0, NULL), +(15776, 0, 0, 0, 0, 0, 0, NULL), +(15778, 0, 0, 0, 0, 0, 0, NULL), +(15800, 0, 0, 0, 0, 0, 0, NULL), +(15802, 0, 0, 0, 0, 0, 0, NULL), +(15809, 0, 0, 0, 0, 0, 0, NULL), +(15896, 0, 0, 0, 0, 0, 0, NULL), +(15904, 0, 0, 0, 0, 0, 0, NULL), +(15910, 0, 0, 0, 0, 0, 0, NULL), +(15929, 0, 0, 0, 0, 0, 0, NULL), +(15930, 0, 0, 0, 0, 0, 0, NULL), +(15931, 0, 0, 0, 0, 0, 0, NULL), +(15932, 0, 0, 0, 0, 0, 0, NULL), +(15934, 0, 0, 0, 0, 0, 0, NULL), +(15936, 0, 0, 0, 0, 0, 0, NULL), +(15952, 0, 0, 0, 0, 0, 0, NULL), +(15953, 0, 0, 0, 0, 0, 0, NULL), +(15954, 0, 0, 0, 0, 0, 0, NULL), +(15956, 0, 0, 0, 0, 0, 0, NULL), +(15962, 0, 0, 0, 0, 0, 0, NULL), +(15973, 0, 0, 0, 0, 0, 0, NULL), +(15974, 0, 0, 0, 0, 0, 0, NULL), +(15975, 0, 0, 0, 0, 0, 0, NULL), +(15976, 0, 0, 0, 0, 0, 0, NULL), +(15979, 0, 0, 0, 0, 0, 0, NULL), +(15980, 0, 0, 0, 0, 0, 0, NULL), +(15981, 0, 0, 0, 0, 0, 0, NULL), +(15984, 0, 0, 0, 0, 0, 0, NULL), +(15989, 0, 0, 0, 0, 0, 0, NULL), +(16011, 0, 0, 0, 0, 0, 0, NULL), +(16017, 0, 0, 0, 0, 0, 0, NULL), +(16018, 0, 0, 0, 0, 0, 0, NULL), +(16020, 0, 0, 0, 0, 0, 0, NULL), +(16021, 0, 0, 0, 0, 0, 0, NULL), +(16022, 0, 0, 0, 0, 0, 0, NULL), +(16024, 0, 0, 0, 0, 0, 0, NULL), +(16025, 0, 0, 0, 0, 0, 0, NULL), +(16026, 0, 0, 0, 0, 0, 0, NULL), +(16028, 0, 0, 0, 0, 0, 0, NULL), +(16029, 0, 0, 0, 0, 0, 0, NULL), +(16034, 0, 0, 0, 0, 0, 0, NULL), +(16035, 0, 0, 0, 0, 0, 0, NULL), +(16038, 0, 0, 0, 0, 0, 0, NULL), +(16039, 0, 0, 0, 0, 0, 0, NULL), +(16040, 0, 0, 0, 0, 0, 0, NULL), +(16041, 0, 0, 0, 0, 0, 0, NULL), +(16059, 0, 0, 0, 0, 0, 0, NULL), +(16060, 0, 0, 0, 0, 0, 0, NULL), +(16061, 0, 0, 0, 0, 0, 0, NULL), +(16062, 0, 0, 0, 0, 0, 0, NULL), +(16063, 0, 0, 0, 0, 0, 0, NULL), +(16064, 0, 0, 0, 0, 0, 0, NULL), +(16065, 0, 0, 0, 0, 0, 0, NULL), +(16067, 0, 0, 0, 0, 0, 0, NULL), +(16097, 0, 0, 0, 0, 0, 0, NULL), +(16098, 0, 0, 0, 0, 0, 0, NULL), +(16101, 0, 0, 0, 0, 0, 0, NULL), +(16102, 0, 0, 0, 0, 0, 0, NULL), +(16103, 0, 0, 0, 0, 0, 0, NULL), +(16104, 0, 0, 0, 0, 0, 0, NULL), +(16125, 0, 0, 0, 0, 0, 0, NULL), +(16136, 0, 0, 0, 0, 0, 0, NULL), +(16137, 0, 0, 0, 0, 0, 0, NULL), +(16142, 0, 0, 0, 0, 0, 0, NULL), +(16145, 0, 0, 0, 0, 0, 0, NULL), +(16146, 0, 0, 0, 0, 0, 0, NULL), +(16152, 0, 0, 0, 0, 0, 0, NULL), +(16154, 0, 0, 0, 0, 0, 0, NULL), +(16156, 0, 0, 0, 0, 0, 0, NULL), +(16157, 0, 0, 0, 0, 0, 0, NULL), +(16158, 0, 0, 0, 0, 0, 0, NULL), +(16164, 0, 0, 0, 0, 0, 0, NULL), +(16165, 0, 0, 0, 0, 0, 0, NULL), +(16167, 0, 0, 0, 0, 0, 0, NULL), +(16168, 0, 0, 0, 0, 0, 0, NULL), +(16172, 0, 0, 0, 0, 0, 0, NULL), +(16179, 0, 0, 0, 0, 0, 0, NULL), +(16180, 0, 0, 0, 0, 0, 0, NULL), +(16181, 0, 0, 0, 0, 0, 0, NULL), +(16193, 0, 0, 0, 0, 0, 0, NULL), +(16194, 0, 0, 0, 0, 0, 0, NULL), +(16215, 0, 0, 0, 0, 0, 0, NULL), +(16216, 0, 0, 0, 0, 0, 0, NULL), +(16218, 0, 0, 0, 0, 0, 0, NULL), +(16244, 0, 0, 0, 0, 0, 0, NULL), +(16286, 0, 0, 0, 0, 0, 0, NULL), +(16290, 0, 0, 0, 0, 0, 0, NULL), +(16363, 0, 0, 0, 0, 0, 0, NULL), +(16375, 0, 0, 0, 0, 0, 0, NULL), +(16386, 0, 0, 0, 0, 0, 0, NULL), +(16398, 0, 0, 0, 0, 0, 0, NULL), +(16401, 0, 0, 0, 0, 0, 0, NULL), +(16421, 0, 0, 0, 0, 0, 0, NULL), +(16431, 0, 0, 0, 0, 0, 0, NULL), +(16440, 0, 0, 0, 0, 0, 0, NULL), +(16446, 0, 0, 0, 0, 0, 0, NULL), +(16448, 0, 0, 0, 0, 0, 0, NULL), +(16449, 0, 0, 0, 0, 0, 0, NULL), +(16451, 0, 0, 0, 0, 0, 0, NULL), +(16452, 0, 0, 0, 0, 0, 0, NULL), +(16453, 0, 0, 0, 0, 0, 0, NULL), +(16488, 0, 0, 0, 0, 0, 0, NULL), +(16505, 0, 0, 0, 0, 0, 0, NULL), +(16506, 0, 0, 0, 0, 0, 0, NULL), +(16531, 0, 0, 0, 0, 0, 0, NULL), +(16573, 0, 0, 0, 0, 0, 0, NULL), +(16604, 0, 0, 0, 0, 0, 0, NULL), +(16609, 0, 0, 0, 0, 0, 0, NULL), +(16697, 0, 0, 0, 0, 0, 0, NULL), +(16775, 0, 0, 0, 0, 0, 0, NULL), +(16776, 0, 0, 0, 0, 0, 0, NULL), +(16777, 0, 0, 0, 0, 0, 0, NULL), +(16778, 0, 0, 0, 0, 0, 0, NULL), +(16807, 0, 0, 0, 0, 0, 0, NULL), +(16808, 0, 0, 0, 0, 0, 0, NULL), +(16809, 0, 0, 0, 0, 0, 0, NULL), +(16861, 0, 0, 0, 0, 0, 0, NULL), +(16939, 0, 0, 0, 0, 0, 0, NULL), +(17007, 0, 0, 0, 0, 0, 0, NULL), +(17030, 0, 0, 0, 0, 0, 0, NULL), +(17075, 0, 0, 0, 0, 0, 0, NULL), +(17257, 0, 0, 0, 0, 0, 0, NULL), +(17258, 0, 0, 0, 0, 0, 0, NULL), +(17310, 0, 0, 0, 0, 0, 0, NULL), +(17367, 0, 0, 0, 0, 0, 0, NULL), +(17368, 0, 0, 0, 0, 0, 0, NULL), +(17369, 0, 0, 0, 0, 0, 0, NULL), +(17377, 0, 0, 0, 0, 0, 0, NULL), +(17381, 0, 0, 0, 0, 0, 0, NULL), +(17388, 0, 0, 0, 0, 0, 0, NULL), +(17427, 0, 0, 0, 0, 0, 0, NULL), +(17435, 0, 0, 0, 0, 0, 0, NULL), +(17451, 0, 0, 0, 0, 0, 0, NULL), +(17461, 0, 0, 0, 0, 0, 0, NULL), +(17462, 0, 0, 0, 0, 0, 0, NULL), +(17468, 0, 0, 0, 0, 0, 0, NULL), +(17470, 0, 0, 0, 0, 0, 0, NULL), +(17521, 0, 0, 0, 0, 0, 0, NULL), +(17533, 0, 0, 0, 0, 0, 0, NULL), +(17534, 0, 0, 0, 0, 0, 0, NULL), +(17536, 0, 0, 0, 0, 0, 0, NULL), +(17537, 0, 0, 0, 0, 0, 0, NULL), +(17602, 0, 0, 0, 0, 0, 0, NULL), +(17603, 0, 0, 0, 0, 0, 0, NULL), +(17611, 0, 0, 0, 0, 0, 0, NULL), +(17621, 0, 0, 0, 0, 0, 0, NULL), +(17622, 0, 0, 0, 0, 0, 0, NULL), +(17623, 0, 0, 0, 0, 0, 0, NULL), +(17645, 0, 0, 0, 0, 0, 0, NULL), +(17646, 0, 0, 0, 0, 0, 0, NULL), +(17650, 0, 0, 0, 0, 0, 0, NULL), +(17652, 0, 0, 0, 0, 0, 0, NULL), +(17693, 0, 0, 0, 0, 0, 0, NULL), +(17711, 0, 0, 0, 0, 0, 0, NULL), +(17719, 0, 0, 0, 0, 0, 0, NULL), +(17720, 0, 0, 0, 0, 0, 0, NULL), +(17725, 0, 0, 0, 0, 0, 0, NULL), +(17767, 0, 0, 0, 0, 0, 0, NULL), +(17770, 0, 0, 0, 0, 0, 0, NULL), +(17772, 0, 0, 0, 0, 0, 0, NULL), +(17798, 0, 0, 0, 0, 0, 0, NULL), +(17808, 0, 0, 0, 0, 0, 0, NULL), +(17818, 0, 0, 0, 0, 0, 0, NULL), +(17826, 0, 0, 0, 0, 0, 0, NULL), +(17830, 0, 0, 0, 0, 0, 0, NULL), +(17838, 0, 0, 0, 0, 0, 0, NULL), +(17839, 0, 0, 0, 0, 0, 0, NULL), +(17842, 0, 0, 0, 0, 0, 0, NULL), +(17848, 0, 0, 0, 0, 0, 0, NULL), +(17852, 0, 0, 0, 0, 0, 0, NULL), +(17864, 0, 0, 0, 0, 0, 0, NULL), +(17871, 0, 0, 0, 0, 0, 0, NULL), +(17876, 0, 0, 0, 0, 0, 0, NULL), +(17879, 0, 0, 0, 0, 0, 0, NULL), +(17880, 0, 0, 0, 0, 0, 0, NULL), +(17881, 0, 0, 0, 0, 0, 0, NULL), +(17882, 0, 0, 0, 0, 0, 0, NULL), +(17888, 0, 0, 0, 0, 0, 0, NULL), +(17895, 0, 0, 0, 0, 0, 0, NULL), +(17897, 0, 0, 0, 0, 0, 0, NULL), +(17898, 0, 0, 0, 0, 0, 0, NULL), +(17899, 0, 0, 0, 0, 0, 0, NULL), +(17905, 0, 0, 0, 0, 0, 0, NULL), +(17906, 0, 0, 0, 0, 0, 0, NULL), +(17907, 0, 0, 0, 0, 0, 0, NULL), +(17908, 0, 0, 0, 0, 0, 0, NULL), +(17916, 0, 0, 0, 0, 0, 0, NULL), +(17918, 0, 0, 0, 0, 0, 0, NULL), +(17941, 0, 0, 0, 0, 0, 0, NULL), +(17942, 0, 0, 0, 0, 0, 0, NULL), +(17951, 0, 0, 0, 0, 0, 0, NULL), +(17968, 0, 0, 0, 0, 0, 0, NULL), +(17975, 0, 0, 0, 0, 0, 0, NULL), +(17976, 0, 0, 0, 0, 0, 0, NULL), +(17977, 0, 0, 0, 0, 0, 0, NULL), +(17978, 0, 0, 0, 0, 0, 0, NULL), +(17980, 0, 0, 0, 0, 0, 0, NULL), +(17991, 0, 0, 0, 0, 0, 0, NULL), +(18040, 0, 0, 0, 0, 0, 0, NULL), +(18041, 0, 0, 0, 0, 0, 0, NULL), +(18061, 0, 0, 0, 0, 0, 0, NULL), +(18096, 0, 0, 0, 0, 0, 0, NULL), +(18105, 0, 0, 0, 0, 0, 0, NULL), +(18107, 0, 0, 0, 0, 0, 0, NULL), +(18192, 0, 0, 0, 0, 0, 0, NULL), +(18242, 0, 0, 0, 0, 0, 0, NULL), +(18287, 0, 0, 0, 0, 0, 0, NULL), +(18338, 0, 0, 0, 0, 0, 0, NULL), +(18341, 0, 0, 0, 0, 0, 0, NULL), +(18343, 0, 0, 0, 0, 0, 0, NULL), +(18344, 0, 0, 0, 0, 0, 0, NULL), +(18351, 0, 0, 0, 0, 0, 0, NULL), +(18371, 0, 0, 0, 0, 0, 0, NULL), +(18373, 0, 0, 0, 0, 0, 0, NULL), +(18399, 0, 0, 0, 0, 0, 0, NULL), +(18409, 0, 0, 0, 0, 0, 0, NULL), +(18472, 0, 0, 0, 0, 0, 0, NULL), +(18473, 0, 0, 0, 0, 0, 0, NULL), +(18478, 0, 0, 0, 0, 0, 0, NULL), +(18479, 0, 0, 0, 0, 0, 0, NULL), +(18497, 0, 0, 0, 0, 0, 0, NULL), +(18528, 0, 0, 0, 0, 0, 0, NULL), +(18625, 0, 0, 0, 0, 0, 0, NULL), +(18726, 0, 0, 0, 0, 0, 0, NULL), +(18728, 0, 0, 0, 0, 0, 0, NULL), +(18729, 0, 0, 0, 0, 0, 0, NULL), +(18757, 0, 0, 0, 0, 0, 0, NULL), +(18769, 0, 0, 0, 0, 0, 0, NULL), +(18770, 0, 0, 0, 0, 0, 0, NULL), +(18778, 0, 0, 0, 0, 0, 0, NULL), +(18780, 0, 0, 0, 0, 0, 0, NULL), +(18805, 0, 0, 0, 0, 0, 0, NULL), +(18806, 0, 0, 0, 0, 0, 0, NULL), +(18829, 0, 0, 0, 0, 0, 0, NULL), +(18831, 0, 0, 0, 0, 0, 0, NULL), +(18832, 0, 0, 0, 0, 0, 0, NULL), +(18834, 0, 0, 0, 0, 0, 0, NULL), +(18835, 0, 0, 0, 0, 0, 0, NULL), +(18836, 0, 0, 0, 0, 0, 0, NULL), +(18847, 0, 0, 0, 0, 0, 0, NULL), +(18925, 0, 0, 0, 0, 0, 0, NULL), +(18928, 0, 0, 0, 0, 0, 0, NULL), +(18932, 0, 0, 0, 0, 0, 0, NULL), +(19044, 0, 0, 0, 0, 0, 0, NULL), +(19214, 0, 0, 0, 0, 0, 0, NULL), +(19218, 0, 0, 0, 0, 0, 0, NULL), +(19219, 0, 0, 0, 0, 0, 0, NULL), +(19220, 0, 0, 0, 0, 0, 0, NULL), +(19260, 0, 0, 0, 0, 0, 0, NULL), +(19433, 0, 0, 0, 0, 0, 0, NULL), +(19516, 0, 0, 0, 0, 0, 0, NULL), +(19551, 0, 0, 0, 0, 0, 0, NULL), +(19577, 0, 0, 0, 0, 0, 0, NULL), +(19710, 0, 0, 0, 0, 0, 0, NULL), +(19870, 0, 0, 0, 0, 0, 0, NULL), +(19876, 0, 0, 0, 0, 0, 0, NULL), +(19878, 0, 0, 0, 0, 0, 0, NULL), +(19918, 0, 0, 0, 0, 0, 0, NULL), +(19922, 0, 0, 0, 0, 0, 0, NULL), +(19927, 0, 0, 0, 0, 0, 0, NULL), +(19934, 0, 0, 0, 0, 0, 0, NULL), +(19951, 0, 0, 0, 0, 0, 0, NULL), +(20031, 0, 0, 0, 0, 0, 0, NULL), +(20032, 0, 0, 0, 0, 0, 0, NULL), +(20033, 0, 0, 0, 0, 0, 0, NULL), +(20034, 0, 0, 0, 0, 0, 0, NULL), +(20035, 0, 0, 0, 0, 0, 0, NULL), +(20036, 0, 0, 0, 0, 0, 0, NULL), +(20037, 0, 0, 0, 0, 0, 0, NULL), +(20038, 0, 0, 0, 0, 0, 0, NULL), +(20039, 0, 0, 0, 0, 0, 0, NULL), +(20040, 0, 0, 0, 0, 0, 0, NULL), +(20041, 0, 0, 0, 0, 0, 0, NULL), +(20042, 0, 0, 0, 0, 0, 0, NULL), +(20043, 0, 0, 0, 0, 0, 0, NULL), +(20044, 0, 0, 0, 0, 0, 0, NULL), +(20045, 0, 0, 0, 0, 0, 0, NULL), +(20046, 0, 0, 0, 0, 0, 0, NULL), +(20047, 0, 0, 0, 0, 0, 0, NULL), +(20048, 0, 0, 0, 0, 0, 0, NULL), +(20049, 0, 0, 0, 0, 0, 0, NULL), +(20050, 0, 0, 0, 0, 0, 0, NULL), +(20051, 0, 0, 0, 0, 0, 0, NULL), +(20052, 0, 0, 0, 0, 0, 0, NULL), +(20060, 0, 0, 0, 0, 0, 0, NULL), +(20062, 0, 0, 0, 0, 0, 0, NULL), +(20063, 0, 0, 0, 0, 0, 0, NULL), +(20064, 0, 0, 0, 0, 0, 0, NULL), +(20075, 0, 0, 0, 0, 0, 0, NULL), +(20129, 0, 0, 0, 0, 0, 0, NULL), +(20142, 0, 0, 0, 0, 0, 0, NULL), +(20555, 0, 0, 0, 0, 0, 0, NULL), +(20776, 0, 0, 0, 0, 0, 0, NULL), +(20905, 0, 0, 0, 0, 0, 0, NULL), +(20909, 0, 0, 0, 0, 0, 0, NULL), +(20910, 0, 0, 0, 0, 0, 0, NULL), +(20912, 0, 0, 0, 0, 0, 0, NULL), +(20923, 0, 0, 0, 0, 0, 0, NULL), +(21035, 0, 0, 0, 0, 0, 0, NULL), +(21091, 0, 0, 0, 0, 0, 0, NULL), +(21104, 0, 0, 0, 0, 0, 0, NULL), +(21122, 0, 0, 0, 0, 0, 0, NULL), +(21140, 0, 0, 0, 0, 0, 0, NULL), +(21148, 0, 0, 0, 0, 0, 0, NULL), +(21154, 0, 0, 0, 0, 0, 0, NULL), +(21166, 0, 0, 0, 0, 0, 0, NULL), +(21170, 0, 0, 0, 0, 0, 0, NULL), +(21187, 0, 0, 0, 0, 0, 0, NULL), +(21212, 0, 0, 0, 0, 0, 0, NULL), +(21213, 0, 0, 0, 0, 0, 0, NULL), +(21214, 0, 0, 0, 0, 0, 0, NULL), +(21215, 0, 0, 0, 0, 0, 0, NULL), +(21216, 0, 0, 0, 0, 0, 0, NULL), +(21217, 0, 0, 0, 0, 0, 0, NULL), +(21219, 0, 0, 0, 0, 0, 0, NULL), +(21222, 0, 0, 0, 0, 0, 0, NULL), +(21224, 0, 0, 0, 0, 0, 0, NULL), +(21225, 0, 0, 0, 0, 0, 0, NULL), +(21226, 0, 0, 0, 0, 0, 0, NULL), +(21227, 0, 0, 0, 0, 0, 0, NULL), +(21228, 0, 0, 0, 0, 0, 0, NULL), +(21251, 0, 0, 0, 0, 0, 0, NULL), +(21268, 0, 0, 0, 0, 0, 0, NULL), +(21269, 0, 0, 0, 0, 0, 0, NULL), +(21270, 0, 0, 0, 0, 0, 0, NULL), +(21271, 0, 0, 0, 0, 0, 0, NULL), +(21272, 0, 0, 0, 0, 0, 0, NULL), +(21273, 0, 0, 0, 0, 0, 0, NULL), +(21274, 0, 0, 0, 0, 0, 0, NULL), +(21338, 0, 0, 0, 0, 0, 0, NULL), +(21351, 0, 0, 0, 0, 0, 0, NULL), +(21362, 0, 0, 0, 0, 0, 0, NULL), +(21364, 0, 0, 0, 0, 0, 0, NULL), +(21456, 0, 0, 0, 0, 0, 0, NULL), +(21514, 0, 0, 0, 0, 0, 0, NULL), +(21685, 0, 0, 0, 0, 0, 0, NULL), +(21686, 0, 0, 0, 0, 0, 0, NULL), +(21687, 0, 0, 0, 0, 0, 0, NULL), +(21688, 0, 0, 0, 0, 0, 0, NULL), +(21689, 0, 0, 0, 0, 0, 0, NULL), +(21697, 0, 0, 0, 0, 0, 0, NULL), +(21698, 0, 0, 0, 0, 0, 0, NULL), +(21785, 0, 0, 0, 0, 0, 0, NULL), +(21806, 0, 0, 0, 0, 0, 0, NULL), +(21812, 0, 0, 0, 0, 0, 0, NULL), +(21845, 0, 0, 0, 0, 0, 0, NULL), +(21862, 0, 0, 0, 0, 0, 0, NULL), +(21865, 0, 0, 0, 0, 0, 0, NULL), +(21873, 0, 0, 0, 0, 0, 0, NULL), +(21874, 0, 0, 0, 0, 0, 0, NULL), +(21875, 0, 0, 0, 0, 0, 0, NULL), +(21913, 0, 0, 0, 0, 0, 0, NULL), +(21920, 0, 0, 0, 0, 0, 0, NULL), +(21931, 0, 0, 0, 0, 0, 0, NULL), +(21932, 0, 0, 0, 0, 0, 0, NULL), +(21933, 0, 0, 0, 0, 0, 0, NULL), +(21958, 0, 0, 0, 0, 0, 0, NULL), +(21964, 0, 0, 0, 0, 0, 0, NULL), +(21965, 0, 0, 0, 0, 0, 0, NULL), +(21966, 0, 0, 0, 0, 0, 0, NULL), +(21976, 0, 0, 0, 0, 0, 0, NULL), +(22009, 0, 0, 0, 0, 0, 0, NULL), +(22035, 0, 0, 0, 0, 0, 0, NULL), +(22036, 0, 0, 0, 0, 0, 0, NULL), +(22055, 0, 0, 0, 0, 0, 0, NULL), +(22056, 0, 0, 0, 0, 0, 0, NULL), +(22064, 0, 0, 0, 0, 0, 0, NULL), +(22067, 0, 0, 0, 0, 0, 0, NULL), +(22085, 0, 0, 0, 0, 0, 0, NULL), +(22089, 0, 0, 0, 0, 0, 0, NULL), +(22119, 0, 0, 0, 0, 0, 0, NULL), +(22120, 0, 0, 0, 0, 0, 0, NULL), +(22122, 0, 0, 0, 0, 0, 0, NULL), +(22128, 0, 0, 0, 0, 0, 0, NULL), +(22140, 0, 0, 0, 0, 0, 0, NULL), +(22207, 0, 0, 0, 0, 0, 0, NULL), +(22210, 0, 0, 0, 0, 0, 0, NULL), +(22290, 0, 0, 0, 0, 0, 0, NULL), +(22296, 0, 0, 0, 0, 0, 0, NULL), +(22299, 0, 0, 0, 0, 0, 0, NULL), +(22332, 0, 0, 0, 0, 0, 0, NULL), +(22335, 0, 0, 0, 0, 0, 0, NULL), +(22360, 0, 0, 0, 0, 0, 0, NULL), +(22404, 0, 0, 0, 0, 0, 0, NULL), +(22405, 0, 0, 0, 0, 0, 0, NULL), +(22409, 0, 0, 0, 0, 0, 0, NULL), +(22418, 0, 0, 0, 0, 0, 0, NULL), +(22448, 0, 0, 0, 0, 0, 0, NULL), +(22509, 0, 0, 0, 0, 0, 0, NULL), +(22517, 0, 0, 0, 0, 0, 0, NULL), +(22844, 0, 0, 0, 0, 0, 0, NULL), +(22845, 0, 0, 0, 0, 0, 0, NULL), +(22846, 0, 0, 0, 0, 0, 0, NULL), +(22847, 0, 0, 0, 0, 0, 0, NULL), +(22852, 0, 0, 0, 0, 0, 0, NULL), +(22854, 0, 0, 0, 0, 0, 0, NULL), +(22856, 0, 0, 0, 0, 0, 0, NULL), +(22859, 0, 0, 0, 0, 0, 0, NULL), +(22871, 0, 0, 0, 0, 0, 0, NULL), +(22878, 0, 0, 0, 0, 0, 0, NULL), +(22879, 0, 0, 0, 0, 0, 0, NULL), +(22880, 0, 0, 0, 0, 0, 0, NULL), +(22881, 0, 0, 0, 0, 0, 0, NULL), +(22882, 0, 0, 0, 0, 0, 0, NULL), +(22887, 0, 0, 0, 0, 0, 0, NULL), +(22898, 0, 0, 0, 0, 0, 0, NULL), +(22942, 0, 0, 0, 0, 0, 0, NULL), +(22945, 0, 0, 0, 0, 0, 0, NULL), +(22947, 0, 0, 0, 0, 0, 0, NULL), +(22948, 0, 0, 0, 0, 0, 0, NULL), +(22953, 0, 0, 0, 0, 0, 0, NULL), +(22954, 0, 0, 0, 0, 0, 0, NULL), +(22956, 0, 0, 0, 0, 0, 0, NULL), +(22957, 0, 0, 0, 0, 0, 0, NULL), +(22960, 0, 0, 0, 0, 0, 0, NULL), +(22961, 0, 0, 0, 0, 0, 0, NULL), +(22962, 0, 0, 0, 0, 0, 0, NULL), +(22964, 0, 0, 0, 0, 0, 0, NULL), +(22973, 0, 0, 0, 0, 0, 0, NULL), +(22988, 0, 0, 0, 0, 0, 0, NULL), +(22996, 0, 0, 0, 0, 0, 0, NULL), +(22997, 0, 0, 0, 0, 0, 0, NULL), +(23018, 0, 0, 0, 0, 0, 0, NULL), +(23035, 0, 0, 0, 0, 0, 0, NULL), +(23049, 0, 0, 0, 0, 0, 0, NULL), +(23054, 0, 0, 0, 0, 0, 0, NULL), +(23059, 0, 0, 0, 0, 0, 0, NULL), +(23062, 0, 0, 0, 0, 0, 0, NULL), +(23069, 0, 0, 0, 0, 0, 0, NULL), +(23076, 0, 0, 0, 0, 0, 0, NULL), +(23085, 0, 0, 0, 0, 0, 0, NULL), +(23126, 0, 0, 0, 0, 0, 0, NULL), +(23147, 0, 0, 0, 0, 0, 0, NULL), +(23195, 0, 0, 0, 0, 0, 0, NULL), +(23196, 0, 0, 0, 0, 0, 0, NULL), +(23197, 0, 0, 0, 0, 0, 0, NULL), +(23215, 0, 0, 0, 0, 0, 0, NULL), +(23216, 0, 0, 0, 0, 0, 0, NULL), +(23222, 0, 0, 0, 0, 0, 0, NULL), +(23223, 0, 0, 0, 0, 0, 0, NULL), +(23226, 0, 0, 0, 0, 0, 0, NULL), +(23230, 0, 0, 0, 0, 0, 0, NULL), +(23235, 0, 0, 0, 0, 0, 0, NULL), +(23236, 0, 0, 0, 0, 0, 0, NULL), +(23237, 0, 0, 0, 0, 0, 0, NULL), +(23238, 0, 0, 0, 0, 0, 0, NULL), +(23239, 0, 0, 0, 0, 0, 0, NULL), +(23260, 0, 0, 0, 0, 0, 0, NULL), +(23283, 0, 0, 0, 0, 0, 0, NULL), +(23292, 0, 0, 0, 0, 0, 0, NULL), +(23293, 0, 0, 0, 0, 0, 0, NULL), +(23294, 0, 0, 0, 0, 0, 0, NULL), +(23295, 0, 0, 0, 0, 0, 0, NULL), +(23296, 0, 0, 0, 0, 0, 0, NULL), +(23297, 0, 0, 0, 0, 0, 0, NULL), +(23298, 0, 0, 0, 0, 0, 0, NULL), +(23299, 0, 0, 0, 0, 0, 0, NULL), +(23304, 0, 0, 0, 0, 0, 0, NULL), +(23307, 0, 0, 0, 0, 0, 0, NULL), +(23314, 0, 0, 0, 0, 0, 0, NULL), +(23318, 0, 0, 0, 0, 0, 0, NULL), +(23323, 0, 0, 0, 0, 0, 0, NULL), +(23328, 0, 0, 0, 0, 0, 0, NULL), +(23378, 0, 0, 0, 0, 0, 0, NULL), +(23402, 0, 0, 0, 0, 0, 0, NULL), +(23404, 0, 0, 0, 0, 0, 0, NULL), +(23409, 0, 0, 0, 0, 0, 0, NULL), +(23419, 0, 0, 0, 0, 0, 0, NULL), +(23420, 0, 0, 0, 0, 0, 0, NULL), +(23436, 0, 0, 0, 0, 0, 0, NULL), +(23468, 0, 0, 0, 0, 0, 0, NULL), +(23500, 0, 0, 0, 0, 0, 0, NULL), +(23514, 0, 0, 0, 0, 0, 0, NULL), +(23516, 0, 0, 0, 0, 0, 0, NULL), +(23517, 0, 0, 0, 0, 0, 0, NULL), +(23518, 0, 0, 0, 0, 0, 0, NULL), +(23519, 0, 0, 0, 0, 0, 0, NULL), +(23523, 0, 0, 0, 0, 0, 0, NULL), +(23524, 0, 0, 0, 0, 0, 0, NULL), +(23538, 0, 0, 0, 0, 0, 0, NULL), +(23539, 0, 0, 0, 0, 0, 0, NULL), +(23556, 0, 0, 0, 0, 0, 0, NULL), +(23574, 0, 0, 0, 0, 0, 0, NULL), +(23575, 0, 0, 0, 0, 0, 0, NULL), +(23576, 0, 0, 0, 0, 0, 0, NULL), +(23577, 0, 0, 0, 0, 0, 0, NULL), +(23578, 0, 0, 0, 0, 0, 0, NULL), +(23689, 0, 0, 0, 0, 0, 0, NULL), +(23746, 0, 0, 0, 0, 0, 0, NULL), +(23754, 0, 0, 0, 0, 0, 0, NULL), +(23755, 0, 0, 0, 0, 0, 0, NULL), +(23767, 0, 0, 0, 0, 0, 0, NULL), +(23771, 0, 0, 0, 0, 0, 0, NULL), +(23803, 0, 0, 0, 0, 0, 0, NULL), +(23805, 0, 0, 0, 0, 0, 0, NULL), +(23810, 0, 0, 0, 0, 0, 0, NULL), +(23812, 0, 0, 0, 0, 0, 0, NULL), +(23867, 0, 0, 0, 0, 0, 0, NULL), +(23877, 0, 0, 0, 0, 0, 0, NULL), +(23878, 0, 0, 0, 0, 0, 0, NULL), +(23879, 0, 0, 0, 0, 0, 0, NULL), +(23880, 0, 0, 0, 0, 0, 0, NULL), +(23884, 0, 0, 0, 0, 0, 0, NULL), +(23885, 0, 0, 0, 0, 0, 0, NULL), +(23889, 0, 0, 0, 0, 0, 0, NULL), +(23899, 0, 0, 0, 0, 0, 0, NULL), +(23915, 0, 0, 0, 0, 0, 0, NULL), +(23916, 0, 0, 0, 0, 0, 0, NULL), +(23917, 0, 0, 0, 0, 0, 0, NULL), +(23944, 0, 0, 0, 0, 0, 0, NULL), +(23947, 0, 0, 0, 0, 0, 0, NULL), +(23953, 0, 0, 0, 0, 0, 0, NULL), +(23954, 0, 0, 0, 0, 0, 0, NULL), +(23957, 0, 0, 0, 0, 0, 0, NULL), +(23968, 0, 0, 0, 0, 0, 0, NULL), +(23972, 0, 0, 0, 0, 0, 0, NULL), +(23980, 0, 0, 0, 0, 0, 0, NULL), +(24000, 0, 0, 0, 0, 0, 0, NULL), +(24008, 0, 0, 0, 0, 0, 0, NULL), +(24027, 0, 0, 0, 0, 0, 0, NULL), +(24060, 0, 0, 0, 0, 0, 0, NULL), +(24072, 0, 0, 0, 0, 0, 0, NULL), +(24083, 0, 0, 0, 0, 0, 0, NULL), +(24110, 0, 0, 0, 0, 0, 0, NULL), +(24130, 0, 0, 0, 0, 0, 0, NULL), +(24143, 0, 0, 0, 0, 0, 0, NULL), +(24144, 0, 0, 0, 0, 0, 0, NULL), +(24165, 0, 0, 0, 0, 0, 0, NULL), +(24166, 0, 0, 0, 0, 0, 0, NULL), +(24167, 0, 0, 0, 0, 0, 0, NULL), +(24182, 0, 0, 0, 0, 0, 0, NULL), +(24183, 0, 0, 0, 0, 0, 0, NULL), +(24184, 0, 0, 0, 0, 0, 0, NULL), +(24185, 0, 0, 0, 0, 0, 0, NULL), +(24193, 0, 0, 0, 0, 0, 0, NULL), +(24194, 0, 0, 0, 0, 0, 0, NULL), +(24200, 0, 0, 0, 0, 0, 0, NULL), +(24201, 0, 0, 0, 0, 0, 0, NULL), +(24222, 0, 0, 0, 0, 0, 0, NULL), +(24237, 0, 0, 0, 0, 0, 0, NULL), +(24239, 0, 0, 0, 0, 0, 0, NULL), +(24240, 0, 0, 0, 0, 0, 0, NULL), +(24241, 0, 0, 0, 0, 0, 0, NULL), +(24242, 0, 0, 0, 0, 0, 0, NULL), +(24243, 0, 0, 0, 0, 0, 0, NULL), +(24244, 0, 0, 0, 0, 0, 0, NULL), +(24245, 0, 0, 0, 0, 0, 0, NULL), +(24246, 0, 0, 0, 0, 0, 0, NULL), +(24247, 0, 0, 0, 0, 0, 0, NULL), +(24289, 0, 0, 0, 0, 0, 0, NULL), +(24290, 0, 0, 0, 0, 0, 0, NULL), +(24371, 0, 0, 0, 0, 0, 0, NULL), +(24381, 0, 0, 0, 0, 0, 0, NULL), +(24382, 0, 0, 0, 0, 0, 0, NULL), +(24383, 0, 0, 0, 0, 0, 0, NULL), +(24384, 0, 0, 0, 0, 0, 0, NULL), +(24386, 0, 0, 0, 0, 0, 0, NULL), +(24440, 0, 0, 0, 0, 0, 0, NULL), +(24446, 0, 0, 0, 0, 0, 0, NULL), +(24447, 0, 0, 0, 0, 0, 0, NULL), +(24512, 0, 0, 0, 0, 0, 0, NULL), +(24514, 0, 0, 0, 0, 0, 0, NULL), +(24515, 0, 0, 0, 0, 0, 0, NULL), +(24518, 0, 0, 0, 0, 0, 0, NULL), +(24527, 0, 0, 0, 0, 0, 0, NULL), +(24549, 0, 0, 0, 0, 0, 0, NULL), +(24553, 0, 0, 0, 0, 0, 0, NULL), +(24554, 0, 0, 0, 0, 0, 0, NULL), +(24555, 0, 0, 0, 0, 0, 0, NULL), +(24556, 0, 0, 0, 0, 0, 0, NULL), +(24557, 0, 0, 0, 0, 0, 0, NULL), +(24558, 0, 0, 0, 0, 0, 0, NULL), +(24559, 0, 0, 0, 0, 0, 0, NULL), +(24560, 0, 0, 0, 0, 0, 0, NULL), +(24561, 0, 0, 0, 0, 0, 0, NULL), +(24652, 0, 0, 0, 0, 0, 0, NULL), +(24664, 0, 0, 0, 0, 0, 0, NULL), +(24674, 0, 0, 0, 0, 0, 0, NULL), +(24675, 0, 0, 0, 0, 0, 0, NULL), +(24682, 0, 0, 0, 0, 0, 0, NULL), +(24694, 0, 0, 0, 0, 0, 0, NULL), +(24701, 0, 0, 0, 0, 0, 0, NULL), +(24707, 0, 0, 0, 0, 0, 0, NULL), +(24712, 0, 0, 0, 0, 0, 0, NULL), +(24721, 0, 0, 0, 0, 0, 0, NULL), +(24722, 0, 0, 0, 0, 0, 0, NULL), +(24723, 0, 0, 0, 0, 0, 0, NULL), +(24744, 0, 0, 0, 0, 0, 0, NULL), +(24762, 0, 0, 0, 0, 0, 0, NULL), +(24770, 0, 0, 0, 0, 0, 0, NULL), +(24771, 0, 0, 0, 0, 0, 0, NULL), +(24778, 0, 0, 0, 0, 0, 0, NULL), +(24781, 0, 0, 0, 0, 0, 0, NULL), +(24786, 0, 0, 0, 0, 0, 0, NULL), +(24787, 0, 0, 0, 0, 0, 0, NULL), +(24797, 0, 0, 0, 0, 0, 0, NULL), +(24844, 0, 0, 0, 0, 0, 0, NULL), +(24859, 0, 0, 0, 0, 0, 0, NULL), +(24861, 0, 0, 0, 0, 0, 0, NULL), +(24862, 0, 0, 0, 0, 0, 0, NULL), +(24865, 0, 0, 0, 0, 0, 0, NULL), +(24879, 0, 0, 0, 0, 0, 0, NULL), +(24899, 0, 0, 0, 0, 0, 0, NULL), +(24910, 0, 0, 0, 0, 0, 0, NULL), +(24911, 0, 0, 0, 0, 0, 0, NULL), +(24912, 0, 0, 0, 0, 0, 0, NULL), +(24914, 0, 0, 0, 0, 0, 0, NULL), +(24915, 0, 0, 0, 0, 0, 0, NULL), +(24973, 0, 0, 0, 0, 0, 0, NULL), +(24983, 0, 0, 0, 0, 0, 0, NULL), +(24985, 0, 0, 0, 0, 0, 0, NULL), +(24986, 0, 0, 0, 0, 0, 0, NULL), +(25006, 0, 0, 0, 0, 0, 0, NULL), +(25031, 0, 0, 0, 0, 0, 0, NULL), +(25033, 0, 0, 0, 0, 0, 0, NULL), +(25038, 0, 0, 0, 0, 0, 0, NULL), +(25041, 0, 0, 0, 0, 0, 0, NULL), +(25042, 0, 0, 0, 0, 0, 0, NULL), +(25158, 0, 0, 0, 0, 0, 0, NULL), +(25160, 0, 0, 0, 0, 0, 0, NULL), +(25161, 0, 0, 0, 0, 0, 0, NULL), +(25165, 0, 0, 0, 0, 0, 0, NULL), +(25166, 0, 0, 0, 0, 0, 0, NULL), +(25175, 0, 0, 0, 0, 0, 0, NULL), +(25214, 0, 0, 0, 0, 0, 0, NULL), +(25236, 0, 0, 0, 0, 0, 0, NULL), +(25246, 0, 0, 0, 0, 0, 0, NULL), +(25289, 0, 0, 0, 0, 0, 0, NULL), +(25315, 0, 0, 0, 0, 0, 0, NULL), +(25319, 0, 0, 0, 0, 0, 0, NULL), +(25330, 0, 0, 0, 0, 0, 0, NULL), +(25349, 0, 0, 0, 0, 0, 0, NULL), +(25356, 0, 0, 0, 0, 0, 0, NULL), +(25364, 0, 0, 0, 0, 0, 0, NULL), +(25386, 0, 0, 0, 0, 0, 0, NULL), +(25387, 0, 0, 0, 0, 0, 0, NULL), +(25431, 0, 0, 0, 0, 0, 0, NULL), +(25436, 0, 0, 0, 0, 0, 0, NULL), +(25451, 0, 0, 0, 0, 0, 0, NULL), +(25453, 0, 0, 0, 0, 0, 0, NULL), +(25465, 0, 0, 0, 0, 0, 0, NULL), +(25471, 0, 0, 0, 0, 0, 0, NULL), +(25472, 0, 0, 0, 0, 0, 0, NULL), +(25473, 0, 0, 0, 0, 0, 0, NULL), +(25490, 0, 0, 0, 0, 0, 0, NULL), +(25492, 0, 0, 0, 0, 0, 0, NULL), +(25493, 0, 0, 0, 0, 0, 0, NULL), +(25525, 0, 0, 0, 0, 0, 0, NULL), +(25588, 0, 0, 0, 0, 0, 0, NULL), +(25594, 0, 0, 0, 0, 0, 0, NULL), +(25601, 0, 0, 0, 0, 0, 0, NULL), +(25640, 0, 0, 0, 0, 0, 0, NULL), +(25656, 0, 0, 0, 0, 0, 0, NULL), +(25664, 0, 0, 0, 0, 0, 0, NULL), +(25665, 0, 0, 0, 0, 0, 0, NULL), +(25666, 0, 0, 0, 0, 0, 0, NULL), +(25708, 0, 0, 0, 0, 0, 0, NULL), +(25723, 0, 0, 0, 0, 0, 0, NULL), +(25724, 0, 0, 0, 0, 0, 0, NULL), +(25727, 0, 0, 0, 0, 0, 0, NULL), +(25732, 0, 0, 0, 0, 0, 0, NULL), +(25733, 0, 0, 0, 0, 0, 0, NULL), +(25735, 0, 0, 0, 0, 0, 0, NULL), +(25741, 0, 0, 0, 0, 0, 0, NULL), +(25745, 0, 0, 0, 0, 0, 0, NULL), +(25756, 0, 0, 0, 0, 0, 0, NULL), +(25757, 0, 0, 0, 0, 0, 0, NULL), +(25762, 0, 0, 0, 0, 0, 0, NULL), +(25771, 0, 0, 0, 0, 0, 0, NULL), +(25772, 0, 0, 0, 0, 0, 0, NULL), +(25840, 0, 0, 0, 0, 0, 0, NULL), +(25845, 0, 0, 0, 0, 0, 0, NULL), +(25846, 0, 0, 0, 0, 0, 0, NULL), +(25847, 0, 0, 0, 0, 0, 0, NULL), +(25855, 0, 0, 0, 0, 0, 0, NULL), +(25860, 0, 0, 0, 0, 0, 0, NULL), +(25864, 0, 0, 0, 0, 0, 0, NULL), +(25954, 0, 0, 0, 0, 0, 0, NULL), +(25955, 0, 0, 0, 0, 0, 0, NULL), +(25956, 0, 0, 0, 0, 0, 0, NULL), +(25957, 0, 0, 0, 0, 0, 0, NULL), +(25958, 0, 0, 0, 0, 0, 0, NULL), +(25959, 0, 0, 0, 0, 0, 0, NULL), +(25960, 0, 0, 0, 0, 0, 0, NULL), +(25964, 0, 0, 0, 0, 0, 0, NULL), +(25965, 0, 0, 0, 0, 0, 0, NULL), +(25966, 0, 0, 0, 0, 0, 0, NULL), +(25971, 0, 0, 0, 0, 0, 0, NULL), +(25972, 0, 0, 0, 0, 0, 0, NULL), +(25973, 0, 0, 0, 0, 0, 0, NULL), +(26041, 0, 0, 0, 0, 0, 0, NULL), +(26046, 0, 0, 0, 0, 0, 0, NULL), +(26093, 0, 0, 0, 0, 0, 0, NULL), +(26094, 0, 0, 0, 0, 0, 0, NULL), +(26105, 0, 0, 0, 0, 0, 0, NULL), +(26117, 0, 0, 0, 0, 0, 0, NULL), +(26120, 0, 0, 0, 0, 0, 0, NULL), +(26121, 0, 0, 0, 0, 0, 0, NULL), +(26127, 0, 0, 0, 0, 0, 0, NULL), +(26129, 0, 0, 0, 0, 0, 0, NULL), +(26130, 0, 0, 0, 0, 0, 0, NULL), +(26174, 0, 0, 0, 0, 0, 0, NULL), +(26175, 0, 0, 0, 0, 0, 0, NULL), +(26193, 0, 0, 0, 0, 0, 0, NULL), +(26206, 0, 0, 0, 0, 0, 0, NULL), +(26230, 0, 0, 0, 0, 0, 0, NULL), +(26231, 0, 0, 0, 0, 0, 0, NULL), +(26247, 0, 0, 0, 0, 0, 0, NULL), +(26260, 0, 0, 0, 0, 0, 0, NULL), +(26261, 0, 0, 0, 0, 0, 0, NULL), +(26264, 0, 0, 0, 0, 0, 0, NULL), +(26265, 0, 0, 0, 0, 0, 0, NULL), +(26266, 0, 0, 0, 0, 0, 0, NULL), +(26276, 0, 0, 0, 0, 0, 0, NULL), +(26277, 0, 0, 0, 0, 0, 0, NULL), +(26290, 0, 0, 0, 0, 0, 0, NULL), +(26297, 0, 0, 0, 0, 0, 0, NULL), +(26298, 0, 0, 0, 0, 0, 0, NULL), +(26346, 0, 0, 0, 0, 0, 0, NULL), +(26370, 0, 0, 0, 0, 0, 0, NULL), +(26373, 0, 0, 0, 0, 0, 0, NULL), +(26406, 0, 0, 0, 0, 0, 0, NULL), +(26420, 0, 0, 0, 0, 0, 0, NULL), +(26444, 0, 0, 0, 0, 0, 0, NULL), +(26475, 0, 0, 0, 0, 0, 0, NULL), +(26483, 0, 0, 0, 0, 0, 0, NULL), +(26495, 0, 0, 0, 0, 0, 0, NULL), +(26497, 0, 0, 0, 0, 0, 0, NULL), +(26498, 0, 0, 0, 0, 0, 0, NULL), +(26499, 0, 0, 0, 0, 0, 0, NULL), +(26510, 0, 0, 0, 0, 0, 0, NULL), +(26528, 0, 0, 0, 0, 0, 0, NULL), +(26529, 0, 0, 0, 0, 0, 0, NULL), +(26530, 0, 0, 0, 0, 0, 0, NULL), +(26533, 0, 0, 0, 0, 0, 0, NULL), +(26559, 0, 0, 0, 0, 0, 0, NULL), +(26578, 0, 0, 0, 0, 0, 0, NULL), +(26591, 0, 0, 0, 0, 0, 0, NULL), +(26612, 0, 0, 0, 0, 0, 0, NULL), +(26626, 0, 0, 0, 0, 0, 0, NULL), +(26648, 0, 0, 0, 0, 0, 0, NULL), +(26665, 0, 0, 0, 0, 0, 0, NULL), +(26668, 0, 0, 0, 0, 0, 0, NULL), +(26687, 0, 0, 0, 0, 0, 0, NULL), +(26690, 0, 0, 0, 0, 0, 0, NULL), +(26691, 0, 0, 0, 0, 0, 0, NULL), +(26692, 0, 0, 0, 0, 0, 0, NULL), +(26693, 0, 0, 0, 0, 0, 0, NULL), +(26700, 0, 0, 0, 0, 0, 0, NULL), +(26712, 0, 0, 0, 0, 0, 0, NULL), +(26736, 0, 0, 0, 0, 0, 0, NULL), +(26761, 0, 0, 0, 0, 0, 0, NULL), +(26763, 0, 0, 0, 0, 0, 0, NULL), +(26783, 0, 0, 0, 0, 0, 0, NULL), +(26788, 0, 0, 0, 0, 0, 0, NULL), +(26789, 0, 0, 0, 0, 0, 0, NULL), +(26794, 0, 0, 0, 0, 0, 0, NULL), +(26796, 0, 0, 0, 0, 0, 0, NULL), +(26800, 0, 0, 0, 0, 0, 0, NULL), +(26802, 0, 0, 0, 0, 0, 0, NULL), +(26805, 0, 0, 0, 0, 0, 0, NULL), +(26807, 0, 0, 0, 0, 0, 0, NULL), +(26808, 0, 0, 0, 0, 0, 0, NULL), +(26836, 0, 0, 0, 0, 0, 0, NULL), +(26838, 0, 0, 0, 0, 0, 0, NULL), +(26840, 0, 0, 0, 0, 0, 0, NULL), +(26855, 0, 0, 0, 0, 0, 0, NULL), +(26856, 0, 0, 0, 0, 0, 0, NULL), +(26857, 0, 0, 0, 0, 0, 0, NULL), +(26858, 0, 0, 0, 0, 0, 0, NULL), +(26861, 0, 0, 0, 0, 0, 0, NULL), +(26872, 0, 0, 0, 0, 0, 0, NULL), +(26893, 0, 0, 0, 0, 0, 0, NULL), +(26917, 0, 0, 0, 0, 0, 0, NULL), +(26925, 0, 0, 0, 0, 0, 0, NULL), +(26927, 0, 0, 0, 0, 0, 0, NULL), +(26933, 0, 0, 0, 0, 0, 0, NULL), +(26967, 0, 0, 0, 0, 0, 0, NULL), +(27036, 0, 0, 0, 0, 0, 0, NULL), +(27103, 0, 0, 0, 0, 0, 0, NULL), +(27104, 0, 0, 0, 0, 0, 0, NULL), +(27105, 0, 0, 0, 0, 0, 0, NULL), +(27200, 0, 0, 0, 0, 0, 0, NULL), +(27201, 0, 0, 0, 0, 0, 0, NULL), +(27241, 0, 0, 0, 0, 0, 0, NULL), +(27244, 0, 0, 0, 0, 0, 0, NULL), +(27249, 0, 0, 0, 0, 0, 0, NULL), +(27255, 0, 0, 0, 0, 0, 0, NULL), +(27257, 0, 0, 0, 0, 0, 0, NULL), +(27270, 0, 0, 0, 0, 0, 0, NULL), +(27285, 0, 0, 0, 0, 0, 0, NULL), +(27326, 0, 0, 0, 0, 0, 0, NULL), +(27327, 0, 0, 0, 0, 0, 0, NULL), +(27338, 0, 0, 0, 0, 0, 0, NULL), +(27389, 0, 0, 0, 0, 0, 0, NULL), +(27390, 0, 0, 0, 0, 0, 0, NULL), +(27396, 0, 0, 0, 0, 0, 0, NULL), +(27397, 0, 0, 0, 0, 0, 0, NULL), +(27413, 0, 0, 0, 0, 0, 0, NULL), +(27439, 0, 0, 0, 0, 0, 0, NULL), +(27453, 0, 0, 0, 0, 0, 0, NULL), +(27455, 0, 0, 0, 0, 0, 0, NULL), +(27466, 0, 0, 0, 0, 0, 0, NULL), +(27480, 0, 0, 0, 0, 0, 0, NULL), +(27513, 0, 0, 0, 0, 0, 0, NULL), +(27587, 0, 0, 0, 0, 0, 0, NULL), +(27608, 0, 0, 0, 0, 0, 0, NULL), +(27654, 0, 0, 0, 0, 0, 0, NULL), +(27660, 0, 0, 0, 0, 0, 0, NULL), +(27663, 0, 0, 0, 0, 0, 0, NULL), +(27679, 0, 0, 0, 0, 0, 0, NULL), +(27682, 0, 0, 0, 0, 0, 0, NULL), +(27688, 0, 0, 0, 0, 0, 0, NULL), +(27689, 0, 0, 0, 0, 0, 0, NULL), +(27690, 0, 0, 0, 0, 0, 0, NULL), +(27693, 0, 0, 0, 0, 0, 0, NULL), +(27702, 0, 0, 0, 0, 0, 0, NULL), +(27710, 0, 0, 0, 0, 0, 0, NULL), +(27789, 0, 0, 0, 0, 0, 0, NULL), +(27801, 0, 0, 0, 0, 0, 0, NULL), +(27821, 0, 0, 0, 0, 0, 0, NULL), +(27837, 0, 0, 0, 0, 0, 0, NULL), +(27847, 0, 0, 0, 0, 0, 0, NULL), +(27852, 0, 0, 0, 0, 0, 0, NULL), +(27862, 0, 0, 0, 0, 0, 0, NULL), +(27869, 0, 0, 0, 0, 0, 0, NULL), +(27880, 0, 0, 0, 0, 0, 0, NULL), +(27888, 0, 0, 0, 0, 0, 0, NULL), +(27905, 0, 0, 0, 0, 0, 0, NULL), +(27921, 0, 0, 0, 0, 0, 0, NULL), +(27929, 0, 0, 0, 0, 0, 0, NULL), +(27931, 0, 0, 0, 0, 0, 0, NULL), +(27939, 0, 0, 0, 0, 0, 0, NULL), +(27947, 0, 0, 0, 0, 0, 0, NULL), +(27949, 0, 0, 0, 0, 0, 0, NULL), +(27956, 0, 0, 0, 0, 0, 0, NULL), +(27969, 0, 0, 0, 0, 0, 0, NULL), +(27978, 0, 0, 0, 0, 0, 0, NULL), +(27979, 0, 0, 0, 0, 0, 0, NULL), +(27980, 0, 0, 0, 0, 0, 0, NULL), +(27981, 0, 0, 0, 0, 0, 0, NULL), +(27982, 0, 0, 0, 0, 0, 0, NULL), +(28007, 0, 0, 0, 0, 0, 0, NULL), +(28008, 0, 0, 0, 0, 0, 0, NULL), +(28015, 0, 0, 0, 0, 0, 0, NULL), +(28018, 0, 0, 0, 0, 0, 0, NULL), +(28021, 0, 0, 0, 0, 0, 0, NULL), +(28064, 0, 0, 0, 0, 0, 0, NULL), +(28068, 0, 0, 0, 0, 0, 0, NULL), +(28103, 0, 0, 0, 0, 0, 0, NULL), +(28135, 0, 0, 0, 0, 0, 0, NULL), +(28137, 0, 0, 0, 0, 0, 0, NULL), +(28151, 0, 0, 0, 0, 0, 0, NULL), +(28174, 0, 0, 0, 0, 0, 0, NULL), +(28181, 0, 0, 0, 0, 0, 0, NULL), +(28189, 0, 0, 0, 0, 0, 0, NULL), +(28190, 0, 0, 0, 0, 0, 0, NULL), +(28198, 0, 0, 0, 0, 0, 0, NULL), +(28207, 0, 0, 0, 0, 0, 0, NULL), +(28208, 0, 0, 0, 0, 0, 0, NULL), +(28211, 0, 0, 0, 0, 0, 0, NULL), +(28212, 0, 0, 0, 0, 0, 0, NULL), +(28230, 0, 0, 0, 0, 0, 0, NULL), +(28236, 0, 0, 0, 0, 0, 0, NULL), +(28240, 0, 0, 0, 0, 0, 0, NULL), +(28246, 0, 0, 0, 0, 0, 0, NULL), +(28248, 0, 0, 0, 0, 0, 0, NULL), +(28255, 0, 0, 0, 0, 0, 0, NULL), +(28256, 0, 0, 0, 0, 0, 0, NULL), +(28274, 0, 0, 0, 0, 0, 0, NULL), +(28292, 0, 0, 0, 0, 0, 0, NULL), +(28293, 0, 0, 0, 0, 0, 0, NULL), +(28294, 0, 0, 0, 0, 0, 0, NULL), +(28295, 0, 0, 0, 0, 0, 0, NULL), +(28296, 0, 0, 0, 0, 0, 0, NULL), +(28304, 0, 0, 0, 0, 0, 0, NULL), +(28305, 0, 0, 0, 0, 0, 0, NULL), +(28316, 0, 0, 0, 0, 0, 0, NULL), +(28330, 0, 0, 0, 0, 0, 0, NULL), +(28351, 0, 0, 0, 0, 0, 0, NULL), +(28352, 0, 0, 0, 0, 0, 0, NULL), +(28356, 0, 0, 0, 0, 0, 0, NULL), +(28357, 0, 0, 0, 0, 0, 0, NULL), +(28377, 0, 0, 0, 0, 0, 0, NULL), +(28401, 0, 0, 0, 0, 0, 0, NULL), +(28409, 0, 0, 0, 0, 0, 0, NULL), +(28439, 0, 0, 0, 0, 0, 0, NULL), +(28442, 0, 0, 0, 0, 0, 0, NULL), +(28445, 0, 0, 0, 0, 0, 0, NULL), +(28466, 0, 0, 0, 0, 0, 0, NULL), +(28467, 0, 0, 0, 0, 0, 0, NULL), +(28469, 0, 0, 0, 0, 0, 0, NULL), +(28478, 0, 0, 0, 0, 0, 0, NULL), +(28492, 0, 0, 0, 0, 0, 0, NULL), +(28494, 0, 0, 0, 0, 0, 0, NULL), +(28495, 0, 0, 0, 0, 0, 0, NULL), +(28496, 0, 0, 0, 0, 0, 0, NULL), +(28499, 0, 0, 0, 0, 0, 0, NULL), +(28520, 0, 0, 0, 0, 0, 0, NULL), +(28523, 0, 0, 0, 0, 0, 0, NULL), +(28529, 0, 0, 0, 0, 0, 0, NULL), +(28535, 0, 0, 0, 0, 0, 0, NULL), +(28536, 0, 0, 0, 0, 0, 0, NULL), +(28537, 0, 0, 0, 0, 0, 0, NULL), +(28539, 0, 0, 0, 0, 0, 0, NULL), +(28540, 0, 0, 0, 0, 0, 0, NULL), +(28546, 0, 0, 0, 0, 0, 0, NULL), +(28548, 0, 0, 0, 0, 0, 0, NULL), +(28558, 0, 0, 0, 0, 0, 0, NULL), +(28559, 0, 0, 0, 0, 0, 0, NULL), +(28560, 0, 0, 0, 0, 0, 0, NULL), +(28561, 0, 0, 0, 0, 0, 0, NULL), +(28565, 0, 0, 0, 0, 0, 0, NULL), +(28587, 0, 0, 0, 0, 0, 0, NULL), +(28591, 0, 0, 0, 0, 0, 0, NULL), +(28616, 0, 0, 0, 0, 0, 0, NULL), +(28617, 0, 0, 0, 0, 0, 0, NULL), +(28631, 0, 0, 0, 0, 0, 0, NULL), +(28636, 0, 0, 0, 0, 0, 0, NULL), +(28639, 0, 0, 0, 0, 0, 0, NULL), +(28647, 0, 0, 0, 0, 0, 0, NULL), +(28653, 0, 0, 0, 0, 0, 0, NULL), +(28654, 0, 0, 0, 0, 0, 0, NULL), +(28658, 0, 0, 0, 0, 0, 0, NULL), +(28660, 0, 0, 0, 0, 0, 0, NULL), +(28662, 0, 0, 0, 0, 0, 0, NULL), +(28663, 0, 0, 0, 0, 0, 0, NULL), +(28671, 0, 0, 0, 0, 0, 0, NULL), +(28672, 0, 0, 0, 0, 0, 0, NULL), +(28684, 0, 0, 0, 0, 0, 0, NULL), +(28717, 0, 0, 0, 0, 0, 0, NULL), +(28729, 0, 0, 0, 0, 0, 0, NULL), +(28730, 0, 0, 0, 0, 0, 0, NULL), +(28731, 0, 0, 0, 0, 0, 0, NULL), +(28738, 0, 0, 0, 0, 0, 0, NULL), +(28739, 0, 0, 0, 0, 0, 0, NULL), +(28740, 0, 0, 0, 0, 0, 0, NULL), +(28741, 0, 0, 0, 0, 0, 0, NULL), +(28751, 0, 0, 0, 0, 0, 0, NULL), +(28761, 0, 0, 0, 0, 0, 0, NULL), +(28762, 0, 0, 0, 0, 0, 0, NULL), +(28777, 0, 0, 0, 0, 0, 0, NULL), +(28778, 0, 0, 0, 0, 0, 0, NULL), +(28780, 0, 0, 0, 0, 0, 0, NULL), +(28786, 0, 0, 0, 0, 0, 0, NULL), +(28788, 0, 0, 0, 0, 0, 0, NULL), +(28789, 0, 0, 0, 0, 0, 0, NULL), +(28793, 0, 0, 0, 0, 0, 0, NULL), +(28804, 0, 0, 0, 0, 0, 0, NULL), +(28823, 0, 0, 0, 0, 0, 0, NULL), +(28848, 0, 0, 0, 0, 0, 0, NULL), +(28849, 0, 0, 0, 0, 0, 0, NULL), +(28873, 0, 0, 0, 0, 0, 0, NULL), +(28874, 0, 0, 0, 0, 0, 0, NULL), +(28875, 0, 0, 0, 0, 0, 0, NULL), +(28890, 0, 0, 0, 0, 0, 0, NULL), +(28907, 0, 0, 0, 0, 0, 0, NULL), +(28910, 0, 0, 0, 0, 0, 0, NULL), +(28911, 0, 0, 0, 0, 0, 0, NULL), +(28919, 0, 0, 0, 0, 0, 0, NULL), +(28920, 0, 0, 0, 0, 0, 0, NULL), +(28921, 0, 0, 0, 0, 0, 0, NULL), +(28922, 0, 0, 0, 0, 0, 0, NULL), +(28923, 0, 0, 0, 0, 0, 0, NULL), +(28924, 0, 0, 0, 0, 0, 0, NULL), +(28925, 0, 0, 0, 0, 0, 0, NULL), +(28928, 0, 0, 0, 0, 0, 0, NULL), +(28929, 0, 0, 0, 0, 0, 0, NULL), +(28931, 0, 0, 0, 0, 0, 0, NULL), +(28932, 0, 0, 0, 0, 0, 0, NULL), +(28952, 0, 0, 0, 0, 0, 0, NULL), +(28960, 0, 0, 0, 0, 0, 0, NULL), +(28996, 0, 0, 0, 0, 0, 0, NULL), +(29048, 0, 0, 0, 0, 0, 0, NULL), +(29050, 0, 0, 0, 0, 0, 0, NULL), +(29051, 0, 0, 0, 0, 0, 0, NULL), +(29062, 0, 0, 0, 0, 0, 0, NULL), +(29063, 0, 0, 0, 0, 0, 0, NULL), +(29064, 0, 0, 0, 0, 0, 0, NULL), +(29066, 0, 0, 0, 0, 0, 0, NULL), +(29079, 0, 0, 0, 0, 0, 0, NULL), +(29080, 0, 0, 0, 0, 0, 0, NULL), +(29096, 0, 0, 0, 0, 0, 0, NULL), +(29097, 0, 0, 0, 0, 0, 0, NULL), +(29098, 0, 0, 0, 0, 0, 0, NULL), +(29099, 0, 0, 0, 0, 0, 0, NULL), +(29100, 0, 0, 0, 0, 0, 0, NULL), +(29102, 0, 0, 0, 0, 0, 0, NULL), +(29103, 0, 0, 0, 0, 0, 0, NULL), +(29104, 0, 0, 0, 0, 0, 0, NULL), +(29107, 0, 0, 0, 0, 0, 0, NULL), +(29108, 0, 0, 0, 0, 0, 0, NULL), +(29109, 0, 0, 0, 0, 0, 0, NULL), +(29110, 0, 0, 0, 0, 0, 0, NULL), +(29112, 0, 0, 0, 0, 0, 0, NULL), +(29113, 0, 0, 0, 0, 0, 0, NULL), +(29114, 0, 0, 0, 0, 0, 0, NULL), +(29117, 0, 0, 0, 0, 0, 0, NULL), +(29118, 0, 0, 0, 0, 0, 0, NULL), +(29119, 0, 0, 0, 0, 0, 0, NULL), +(29120, 0, 0, 0, 0, 0, 0, NULL), +(29128, 0, 0, 0, 0, 0, 0, NULL), +(29150, 0, 0, 0, 0, 0, 0, NULL), +(29153, 0, 0, 0, 0, 0, 0, NULL), +(29176, 0, 0, 0, 0, 0, 0, NULL), +(29177, 0, 0, 0, 0, 0, 0, NULL), +(29178, 0, 0, 0, 0, 0, 0, NULL), +(29179, 0, 0, 0, 0, 0, 0, NULL), +(29180, 0, 0, 0, 0, 0, 0, NULL), +(29181, 0, 0, 0, 0, 0, 0, NULL), +(29182, 0, 0, 0, 0, 0, 0, NULL), +(29183, 0, 0, 0, 0, 0, 0, NULL), +(29190, 0, 0, 0, 0, 0, 0, NULL), +(29213, 0, 0, 0, 0, 0, 0, NULL), +(29214, 0, 0, 0, 0, 0, 0, NULL), +(29216, 0, 0, 0, 0, 0, 0, NULL), +(29217, 0, 0, 0, 0, 0, 0, NULL), +(29227, 0, 0, 0, 0, 0, 0, NULL), +(29228, 0, 0, 0, 0, 0, 0, NULL), +(29266, 0, 0, 0, 0, 0, 0, NULL), +(29306, 0, 0, 0, 0, 0, 0, NULL), +(29310, 0, 0, 0, 0, 0, 0, NULL), +(29311, 0, 0, 0, 0, 0, 0, NULL), +(29312, 0, 0, 0, 0, 0, 0, NULL), +(29313, 0, 0, 0, 0, 0, 0, NULL), +(29314, 0, 0, 0, 0, 0, 0, NULL), +(29316, 0, 0, 0, 0, 0, 0, NULL), +(29349, 0, 0, 0, 0, 0, 0, NULL), +(29350, 0, 0, 0, 0, 0, 0, NULL), +(29375, 0, 0, 0, 0, 0, 0, NULL), +(29424, 0, 0, 0, 0, 0, 0, NULL), +(29458, 0, 0, 0, 0, 0, 0, NULL), +(29460, 0, 0, 0, 0, 0, 0, NULL), +(29469, 0, 0, 0, 0, 0, 0, NULL), +(29485, 0, 0, 0, 0, 0, 0, NULL), +(29503, 0, 0, 0, 0, 0, 0, NULL), +(29543, 0, 0, 0, 0, 0, 0, NULL), +(29544, 0, 0, 0, 0, 0, 0, NULL), +(29545, 0, 0, 0, 0, 0, 0, NULL), +(29558, 0, 0, 0, 0, 0, 0, NULL), +(29571, 0, 0, 0, 0, 0, 0, NULL), +(29573, 0, 0, 0, 0, 0, 0, NULL), +(29592, 0, 0, 0, 0, 0, 0, NULL), +(29595, 0, 0, 0, 0, 0, 0, NULL), +(29597, 0, 0, 0, 0, 0, 0, NULL), +(29629, 0, 0, 0, 0, 0, 0, NULL), +(29639, 0, 0, 0, 0, 0, 0, NULL), +(29645, 0, 0, 0, 0, 0, 0, NULL), +(29694, 0, 0, 0, 0, 0, 0, NULL), +(29734, 0, 0, 0, 0, 0, 0, NULL), +(29748, 0, 0, 0, 0, 0, 0, NULL), +(29753, 0, 0, 0, 0, 0, 0, NULL), +(29755, 0, 0, 0, 0, 0, 0, NULL), +(29756, 0, 0, 0, 0, 0, 0, NULL), +(29773, 0, 0, 0, 0, 0, 0, NULL), +(29798, 0, 0, 0, 0, 0, 0, NULL), +(29800, 0, 0, 0, 0, 0, 0, NULL), +(29805, 0, 0, 0, 0, 0, 0, NULL), +(29809, 0, 0, 0, 0, 0, 0, NULL), +(29810, 0, 0, 0, 0, 0, 0, NULL), +(29815, 0, 0, 0, 0, 0, 0, NULL), +(29821, 0, 0, 0, 0, 0, 0, NULL), +(29836, 0, 0, 0, 0, 0, 0, NULL), +(29870, 0, 0, 0, 0, 0, 0, NULL), +(29871, 0, 0, 0, 0, 0, 0, NULL), +(29877, 0, 0, 0, 0, 0, 0, NULL), +(29878, 0, 0, 0, 0, 0, 0, NULL), +(29879, 0, 0, 0, 0, 0, 0, NULL), +(29883, 0, 0, 0, 0, 0, 0, NULL), +(29893, 0, 0, 0, 0, 0, 0, NULL), +(29894, 0, 0, 0, 0, 0, 0, NULL), +(29896, 0, 0, 0, 0, 0, 0, NULL), +(29897, 0, 0, 0, 0, 0, 0, NULL), +(29913, 0, 0, 0, 0, 0, 0, NULL), +(29933, 0, 0, 0, 0, 0, 0, NULL), +(29934, 0, 0, 0, 0, 0, 0, NULL), +(29935, 0, 0, 0, 0, 0, 0, NULL), +(29936, 0, 0, 0, 0, 0, 0, NULL), +(29974, 0, 0, 0, 0, 0, 0, NULL), +(29982, 0, 0, 0, 0, 0, 0, NULL), +(29983, 0, 0, 0, 0, 0, 0, NULL), +(30023, 0, 0, 0, 0, 0, 0, NULL), +(30050, 0, 0, 0, 0, 0, 0, NULL), +(30052, 0, 0, 0, 0, 0, 0, NULL), +(30055, 0, 0, 0, 0, 0, 0, NULL), +(30064, 0, 0, 0, 0, 0, 0, NULL), +(30071, 0, 0, 0, 0, 0, 0, NULL), +(30082, 0, 0, 0, 0, 0, 0, NULL), +(30085, 0, 0, 0, 0, 0, 0, NULL), +(30096, 0, 0, 0, 0, 0, 0, NULL), +(30103, 0, 0, 0, 0, 0, 0, NULL), +(30105, 0, 0, 0, 0, 0, 0, NULL), +(30120, 0, 0, 0, 0, 0, 0, NULL), +(30122, 0, 0, 0, 0, 0, 0, NULL), +(30125, 0, 0, 0, 0, 0, 0, NULL), +(30126, 0, 0, 0, 0, 0, 0, NULL), +(30138, 0, 0, 0, 0, 0, 0, NULL), +(30139, 0, 0, 0, 0, 0, 0, NULL), +(30141, 0, 0, 0, 0, 0, 0, NULL), +(30142, 0, 0, 0, 0, 0, 0, NULL), +(30143, 0, 0, 0, 0, 0, 0, NULL), +(30145, 0, 0, 0, 0, 0, 0, NULL), +(30150, 0, 0, 0, 0, 0, 0, NULL), +(30151, 0, 0, 0, 0, 0, 0, NULL), +(30163, 0, 0, 0, 0, 0, 0, NULL), +(30188, 0, 0, 0, 0, 0, 0, NULL), +(30205, 0, 0, 0, 0, 0, 0, NULL), +(30209, 0, 0, 0, 0, 0, 0, NULL), +(30210, 0, 0, 0, 0, 0, 0, NULL), +(30211, 0, 0, 0, 0, 0, 0, NULL), +(30212, 0, 0, 0, 0, 0, 0, NULL), +(30236, 0, 0, 0, 0, 0, 0, NULL), +(30252, 0, 0, 0, 0, 0, 0, NULL), +(30260, 0, 0, 0, 0, 0, 0, NULL), +(30262, 0, 0, 0, 0, 0, 0, NULL), +(30275, 0, 0, 0, 0, 0, 0, NULL), +(30294, 0, 0, 0, 0, 0, 0, NULL), +(30298, 0, 0, 0, 0, 0, 0, NULL), +(30302, 0, 0, 0, 0, 0, 0, NULL), +(30320, 0, 0, 0, 0, 0, 0, NULL), +(30327, 0, 0, 0, 0, 0, 0, NULL), +(30328, 0, 0, 0, 0, 0, 0, NULL), +(30331, 0, 0, 0, 0, 0, 0, NULL), +(30332, 0, 0, 0, 0, 0, 0, NULL), +(30333, 0, 0, 0, 0, 0, 0, NULL), +(30351, 0, 0, 0, 0, 0, 0, NULL), +(30366, 0, 0, 0, 0, 0, 0, NULL), +(30390, 0, 0, 0, 0, 0, 0, NULL), +(30394, 0, 0, 0, 0, 0, 0, NULL), +(30406, 0, 0, 0, 0, 0, 0, NULL), +(30407, 0, 0, 0, 0, 0, 0, NULL), +(30415, 0, 0, 0, 0, 0, 0, NULL), +(30421, 0, 0, 0, 0, 0, 0, NULL), +(30425, 0, 0, 0, 0, 0, 0, NULL), +(30426, 0, 0, 0, 0, 0, 0, NULL), +(30427, 0, 0, 0, 0, 0, 0, NULL), +(30428, 0, 0, 0, 0, 0, 0, NULL), +(30442, 0, 0, 0, 0, 0, 0, NULL), +(30443, 0, 0, 0, 0, 0, 0, NULL), +(30445, 0, 0, 0, 0, 0, 0, NULL), +(30448, 0, 0, 0, 0, 0, 0, NULL), +(30452, 0, 0, 0, 0, 0, 0, NULL), +(30455, 0, 0, 0, 0, 0, 0, NULL), +(30456, 0, 0, 0, 0, 0, 0, NULL), +(30462, 0, 0, 0, 0, 0, 0, NULL), +(30482, 0, 0, 0, 0, 0, 0, NULL), +(30486, 0, 0, 0, 0, 0, 0, NULL), +(30502, 0, 0, 0, 0, 0, 0, NULL), +(30514, 0, 0, 0, 0, 0, 0, NULL), +(30544, 0, 0, 0, 0, 0, 0, NULL), +(30545, 0, 0, 0, 0, 0, 0, NULL), +(30549, 0, 0, 0, 0, 0, 0, NULL), +(30576, 0, 0, 0, 0, 0, 0, NULL), +(30593, 0, 0, 0, 0, 0, 0, NULL), +(30598, 0, 0, 0, 0, 0, 0, NULL), +(30599, 0, 0, 0, 0, 0, 0, NULL), +(30614, 0, 0, 0, 0, 0, 0, NULL), +(30639, 0, 0, 0, 0, 0, 0, NULL), +(30640, 0, 0, 0, 0, 0, 0, NULL), +(30646, 0, 0, 0, 0, 0, 0, NULL), +(30649, 0, 0, 0, 0, 0, 0, NULL), +(30651, 0, 0, 0, 0, 0, 0, NULL), +(30660, 0, 0, 0, 0, 0, 0, NULL), +(30670, 0, 0, 0, 0, 0, 0, NULL), +(30675, 0, 0, 0, 0, 0, 0, NULL), +(30679, 0, 0, 0, 0, 0, 0, NULL), +(30688, 0, 0, 0, 0, 0, 0, NULL), +(30690, 0, 0, 0, 0, 0, 0, NULL), +(30695, 0, 0, 0, 0, 0, 0, NULL), +(30699, 0, 0, 0, 0, 0, 0, NULL), +(30719, 0, 0, 0, 0, 0, 0, NULL), +(30742, 0, 0, 0, 0, 0, 0, NULL), +(30744, 0, 0, 0, 0, 0, 0, NULL), +(30745, 0, 0, 0, 0, 0, 0, NULL), +(30749, 0, 0, 0, 0, 0, 0, NULL), +(30752, 0, 0, 0, 0, 0, 0, NULL), +(30753, 0, 0, 0, 0, 0, 0, NULL), +(30754, 0, 0, 0, 0, 0, 0, NULL), +(30832, 0, 0, 0, 0, 0, 0, NULL), +(30858, 0, 0, 0, 0, 0, 0, NULL), +(30861, 0, 0, 0, 0, 0, 0, NULL), +(30866, 0, 0, 0, 0, 0, 0, NULL), +(30867, 0, 0, 0, 0, 0, 0, NULL), +(30881, 0, 0, 0, 0, 0, 0, NULL), +(30882, 0, 0, 0, 0, 0, 0, NULL), +(30883, 0, 0, 0, 0, 0, 0, NULL), +(30890, 0, 0, 0, 0, 0, 0, NULL), +(30892, 0, 0, 0, 0, 0, 0, NULL), +(30893, 0, 0, 0, 0, 0, 0, NULL), +(30950, 0, 0, 0, 0, 0, 0, NULL), +(30988, 0, 0, 0, 0, 0, 0, NULL), +(30995, 0, 0, 0, 0, 0, 0, NULL), +(30996, 0, 0, 0, 0, 0, 0, NULL), +(31006, 0, 0, 0, 0, 0, 0, NULL), +(31011, 0, 0, 0, 0, 0, 0, NULL), +(31014, 0, 0, 0, 0, 0, 0, NULL), +(31040, 0, 0, 0, 0, 0, 0, NULL), +(31044, 0, 0, 0, 0, 0, 0, NULL), +(31056, 0, 0, 0, 0, 0, 0, NULL), +(31088, 0, 0, 0, 0, 0, 0, NULL), +(31089, 0, 0, 0, 0, 0, 0, NULL), +(31092, 0, 0, 0, 0, 0, 0, NULL), +(31099, 0, 0, 0, 0, 0, 0, NULL), +(31105, 0, 0, 0, 0, 0, 0, NULL), +(31125, 0, 0, 0, 0, 0, 0, NULL), +(31135, 0, 0, 0, 0, 0, 0, NULL), +(31139, 0, 0, 0, 0, 0, 0, NULL), +(31195, 0, 0, 0, 0, 0, 0, NULL), +(31198, 0, 0, 0, 0, 0, 0, NULL), +(31204, 0, 0, 0, 0, 0, 0, NULL), +(31214, 0, 0, 0, 0, 0, 0, NULL), +(31218, 0, 0, 0, 0, 0, 0, NULL), +(31219, 0, 0, 0, 0, 0, 0, NULL), +(31249, 0, 0, 0, 0, 0, 0, NULL), +(31255, 0, 0, 0, 0, 0, 0, NULL), +(31264, 0, 0, 0, 0, 0, 0, NULL), +(31272, 0, 0, 0, 0, 0, 0, NULL), +(31280, 0, 0, 0, 0, 0, 0, NULL), +(31312, 0, 0, 0, 0, 0, 0, NULL), +(31322, 0, 0, 0, 0, 0, 0, NULL), +(31364, 0, 0, 0, 0, 0, 0, NULL), +(31393, 0, 0, 0, 0, 0, 0, NULL), +(31399, 0, 0, 0, 0, 0, 0, NULL), +(31419, 0, 0, 0, 0, 0, 0, NULL), +(31437, 0, 0, 0, 0, 0, 0, NULL), +(31467, 0, 0, 0, 0, 0, 0, NULL), +(31526, 0, 0, 0, 0, 0, 0, NULL), +(31630, 0, 0, 0, 0, 0, 0, NULL), +(31640, 0, 0, 0, 0, 0, 0, NULL), +(31688, 0, 0, 0, 0, 0, 0, NULL), +(31721, 0, 0, 0, 0, 0, 0, NULL), +(31743, 0, 0, 0, 0, 0, 0, NULL), +(31767, 0, 0, 0, 0, 0, 0, NULL), +(31773, 0, 0, 0, 0, 0, 0, NULL), +(31775, 0, 0, 0, 0, 0, 0, NULL), +(31817, 0, 0, 0, 0, 0, 0, NULL), +(31831, 0, 0, 0, 0, 0, 0, NULL), +(31880, 0, 0, 0, 0, 0, 0, NULL), +(31892, 0, 0, 0, 0, 0, 0, NULL), +(32154, 0, 0, 0, 0, 0, 0, NULL), +(32155, 0, 0, 0, 0, 0, 0, NULL), +(32159, 0, 0, 0, 0, 0, 0, NULL), +(32167, 0, 0, 0, 0, 0, 0, NULL), +(32168, 0, 0, 0, 0, 0, 0, NULL), +(32173, 0, 0, 0, 0, 0, 0, NULL), +(32174, 0, 0, 0, 0, 0, 0, NULL), +(32184, 0, 0, 0, 0, 0, 0, NULL), +(32188, 0, 0, 0, 0, 0, 0, NULL), +(32195, 0, 0, 0, 0, 0, 0, NULL), +(32196, 0, 0, 0, 0, 0, 0, NULL), +(32197, 0, 0, 0, 0, 0, 0, NULL), +(32199, 0, 0, 0, 0, 0, 0, NULL), +(32202, 0, 0, 0, 0, 0, 0, NULL), +(32214, 0, 0, 0, 0, 0, 0, NULL), +(32215, 0, 0, 0, 0, 0, 0, NULL), +(32217, 0, 0, 0, 0, 0, 0, NULL), +(32221, 0, 0, 0, 0, 0, 0, NULL), +(32229, 0, 0, 0, 0, 0, 0, NULL), +(32230, 0, 0, 0, 0, 0, 0, NULL), +(32231, 0, 0, 0, 0, 0, 0, NULL), +(32232, 0, 0, 0, 0, 0, 0, NULL), +(32234, 0, 0, 0, 0, 0, 0, NULL), +(32235, 0, 0, 0, 0, 0, 0, NULL), +(32237, 0, 0, 0, 0, 0, 0, NULL), +(32242, 0, 0, 0, 0, 0, 0, NULL), +(32244, 0, 0, 0, 0, 0, 0, NULL), +(32245, 0, 0, 0, 0, 0, 0, NULL), +(32266, 0, 0, 0, 0, 0, 0, NULL), +(32273, 0, 0, 0, 0, 0, 0, NULL), +(32292, 0, 0, 0, 0, 0, 0, NULL), +(32299, 0, 0, 0, 0, 0, 0, NULL), +(32314, 0, 0, 0, 0, 0, 0, NULL), +(32318, 0, 0, 0, 0, 0, 0, NULL), +(32319, 0, 0, 0, 0, 0, 0, NULL), +(32344, 0, 0, 0, 0, 0, 0, NULL), +(32348, 0, 0, 0, 0, 0, 0, NULL), +(32353, 0, 0, 0, 0, 0, 0, NULL), +(32365, 0, 0, 0, 0, 0, 0, NULL), +(32376, 0, 0, 0, 0, 0, 0, NULL), +(32378, 0, 0, 0, 0, 0, 0, NULL), +(32427, 0, 0, 0, 0, 0, 0, NULL), +(32431, 0, 0, 0, 0, 0, 0, NULL), +(32443, 0, 0, 0, 0, 0, 0, NULL), +(32445, 0, 0, 0, 0, 0, 0, NULL), +(32485, 0, 0, 0, 0, 0, 0, NULL), +(32486, 0, 0, 0, 0, 0, 0, NULL), +(32495, 0, 0, 0, 0, 0, 0, NULL), +(32501, 0, 0, 0, 0, 0, 0, NULL), +(32522, 0, 0, 0, 0, 0, 0, NULL), +(32523, 0, 0, 0, 0, 0, 0, NULL), +(32524, 0, 0, 0, 0, 0, 0, NULL), +(32544, 0, 0, 0, 0, 0, 0, NULL), +(32548, 0, 0, 0, 0, 0, 0, NULL), +(32571, 0, 0, 0, 0, 0, 0, NULL), +(32576, 0, 0, 0, 0, 0, 0, NULL), +(32577, 0, 0, 0, 0, 0, 0, NULL), +(32578, 0, 0, 0, 0, 0, 0, NULL), +(32579, 0, 0, 0, 0, 0, 0, NULL), +(32580, 0, 0, 0, 0, 0, 0, NULL), +(32594, 0, 0, 0, 0, 0, 0, NULL), +(32608, 0, 0, 0, 0, 0, 0, NULL), +(32662, 0, 0, 0, 0, 0, 0, NULL), +(32742, 0, 0, 0, 0, 0, 0, NULL), +(32768, 0, 0, 0, 0, 0, 0, NULL), +(32845, 0, 0, 0, 0, 0, 0, NULL), +(32857, 0, 0, 0, 0, 0, 0, NULL), +(32865, 0, 0, 0, 0, 0, 0, NULL), +(32867, 0, 0, 0, 0, 0, 0, NULL), +(32872, 0, 0, 0, 0, 0, 0, NULL), +(32873, 0, 0, 0, 0, 0, 0, NULL), +(32882, 0, 0, 0, 0, 0, 0, NULL), +(32892, 0, 0, 0, 0, 0, 0, NULL), +(32893, 0, 0, 0, 0, 0, 0, NULL), +(32897, 0, 0, 0, 0, 0, 0, NULL), +(32900, 0, 0, 0, 0, 0, 0, NULL), +(32901, 0, 0, 0, 0, 0, 0, NULL), +(32927, 0, 0, 0, 0, 0, 0, NULL), +(32930, 0, 0, 0, 0, 0, 0, NULL), +(32934, 0, 0, 0, 0, 0, 0, NULL), +(32941, 0, 0, 0, 0, 0, 0, NULL), +(32946, 0, 0, 0, 0, 0, 0, NULL), +(32948, 0, 0, 0, 0, 0, 0, NULL), +(32950, 0, 0, 0, 0, 0, 0, NULL), +(32953, 0, 0, 0, 0, 0, 0, NULL), +(32955, 0, 0, 0, 0, 0, 0, NULL), +(33045, 0, 0, 0, 0, 0, 0, NULL), +(33081, 0, 0, 0, 0, 0, 0, NULL), +(33087, 0, 0, 0, 0, 0, 0, NULL), +(33136, 0, 0, 0, 0, 0, 0, NULL), +(33138, 0, 0, 0, 0, 0, 0, NULL), +(33140, 0, 0, 0, 0, 0, 0, NULL), +(33141, 0, 0, 0, 0, 0, 0, NULL), +(33146, 0, 0, 0, 0, 0, 0, NULL), +(33174, 0, 0, 0, 0, 0, 0, NULL), +(33192, 0, 0, 0, 0, 0, 0, NULL), +(33196, 0, 0, 0, 0, 0, 0, NULL), +(33213, 0, 0, 0, 0, 0, 0, NULL), +(33221, 0, 0, 0, 0, 0, 0, NULL), +(33241, 0, 0, 0, 0, 0, 0, NULL), +(33242, 0, 0, 0, 0, 0, 0, NULL), +(33244, 0, 0, 0, 0, 0, 0, NULL), +(33246, 0, 0, 0, 0, 0, 0, NULL), +(33271, 0, 0, 0, 0, 0, 0, NULL), +(33282, 0, 0, 0, 0, 0, 0, NULL), +(33288, 0, 0, 0, 0, 0, 0, NULL), +(33303, 0, 0, 0, 0, 0, 0, NULL), +(33325, 0, 0, 0, 0, 0, 0, NULL), +(33326, 0, 0, 0, 0, 0, 0, NULL), +(33327, 0, 0, 0, 0, 0, 0, NULL), +(33328, 0, 0, 0, 0, 0, 0, NULL), +(33329, 0, 0, 0, 0, 0, 0, NULL), +(33330, 0, 0, 0, 0, 0, 0, NULL), +(33331, 0, 0, 0, 0, 0, 0, NULL), +(33332, 0, 0, 0, 0, 0, 0, NULL), +(33333, 0, 0, 0, 0, 0, 0, NULL), +(33337, 0, 0, 0, 0, 0, 0, NULL), +(33350, 0, 0, 0, 0, 0, 0, NULL), +(33354, 0, 0, 0, 0, 0, 0, NULL), +(33355, 0, 0, 0, 0, 0, 0, NULL), +(33378, 0, 0, 0, 0, 0, 0, NULL), +(33410, 0, 0, 0, 0, 0, 0, NULL), +(33411, 0, 0, 0, 0, 0, 0, NULL), +(33412, 0, 0, 0, 0, 0, 0, NULL), +(33413, 0, 0, 0, 0, 0, 0, NULL), +(33430, 0, 0, 0, 0, 0, 0, NULL), +(33431, 0, 0, 0, 0, 0, 0, NULL), +(33432, 0, 0, 0, 0, 0, 0, NULL), +(33433, 0, 0, 0, 0, 0, 0, NULL), +(33441, 0, 0, 0, 0, 0, 0, NULL), +(33488, 0, 0, 0, 0, 0, 0, NULL), +(33500, 0, 0, 0, 0, 0, 0, NULL), +(33515, 0, 0, 0, 0, 0, 0, NULL), +(33516, 0, 0, 0, 0, 0, 0, NULL), +(33524, 0, 0, 0, 0, 0, 0, NULL), +(33525, 0, 0, 0, 0, 0, 0, NULL), +(33526, 0, 0, 0, 0, 0, 0, NULL), +(33527, 0, 0, 0, 0, 0, 0, NULL), +(33575, 0, 0, 0, 0, 0, 0, NULL), +(33576, 0, 0, 0, 0, 0, 0, NULL), +(33651, 0, 0, 0, 0, 0, 0, NULL), +(33663, 0, 0, 0, 0, 0, 0, NULL), +(33667, 0, 0, 0, 0, 0, 0, NULL), +(33687, 0, 0, 0, 0, 0, 0, NULL), +(33695, 0, 0, 0, 0, 0, 0, NULL), +(33699, 0, 0, 0, 0, 0, 0, NULL), +(33716, 0, 0, 0, 0, 0, 0, NULL), +(33717, 0, 0, 0, 0, 0, 0, NULL), +(33718, 0, 0, 0, 0, 0, 0, NULL), +(33719, 0, 0, 0, 0, 0, 0, NULL), +(33720, 0, 0, 0, 0, 0, 0, NULL), +(33722, 0, 0, 0, 0, 0, 0, NULL), +(33754, 0, 0, 0, 0, 0, 0, NULL), +(33755, 0, 0, 0, 0, 0, 0, NULL), +(33768, 0, 0, 0, 0, 0, 0, NULL), +(33772, 0, 0, 0, 0, 0, 0, NULL), +(33806, 0, 0, 0, 0, 0, 0, NULL), +(33818, 0, 0, 0, 0, 0, 0, NULL), +(33819, 0, 0, 0, 0, 0, 0, NULL), +(33820, 0, 0, 0, 0, 0, 0, NULL), +(33822, 0, 0, 0, 0, 0, 0, NULL), +(33823, 0, 0, 0, 0, 0, 0, NULL), +(33824, 0, 0, 0, 0, 0, 0, NULL), +(33835, 0, 0, 0, 0, 0, 0, NULL), +(33838, 0, 0, 0, 0, 0, 0, NULL), +(33883, 0, 0, 0, 0, 0, 0, NULL), +(33966, 0, 0, 0, 0, 0, 0, NULL), +(33983, 0, 0, 0, 0, 0, 0, NULL), +(33985, 0, 0, 0, 0, 0, 0, NULL), +(33988, 0, 0, 0, 0, 0, 0, NULL), +(33990, 0, 0, 0, 0, 0, 0, NULL), +(33993, 0, 0, 0, 0, 0, 0, NULL), +(33998, 0, 0, 0, 0, 0, 0, NULL), +(34000, 0, 0, 0, 0, 0, 0, NULL), +(34001, 0, 0, 0, 0, 0, 0, NULL), +(34014, 0, 0, 0, 0, 0, 0, NULL), +(34015, 0, 0, 0, 0, 0, 0, NULL), +(34034, 0, 0, 0, 0, 0, 0, NULL), +(34035, 0, 0, 0, 0, 0, 0, NULL), +(34049, 0, 0, 0, 0, 0, 0, NULL), +(34054, 0, 0, 0, 0, 0, 0, NULL), +(34068, 0, 0, 0, 0, 0, 0, NULL), +(34069, 0, 0, 0, 0, 0, 0, NULL), +(34071, 0, 0, 0, 0, 0, 0, NULL), +(34099, 0, 0, 0, 0, 0, 0, NULL), +(34119, 0, 0, 0, 0, 0, 0, NULL), +(34190, 0, 0, 0, 0, 0, 0, NULL), +(34192, 0, 0, 0, 0, 0, 0, NULL), +(34194, 0, 0, 0, 0, 0, 0, NULL), +(34196, 0, 0, 0, 0, 0, 0, NULL), +(34197, 0, 0, 0, 0, 0, 0, NULL), +(34198, 0, 0, 0, 0, 0, 0, NULL), +(34297, 0, 0, 0, 0, 0, 0, NULL), +(34310, 0, 0, 0, 0, 0, 0, NULL), +(34313, 0, 0, 0, 0, 0, 0, NULL), +(34362, 0, 0, 0, 0, 0, 0, NULL), +(34434, 0, 0, 0, 0, 0, 0, NULL), +(34441, 0, 0, 0, 0, 0, 0, NULL), +(34444, 0, 0, 0, 0, 0, 0, NULL), +(34445, 0, 0, 0, 0, 0, 0, NULL), +(34447, 0, 0, 0, 0, 0, 0, NULL), +(34448, 0, 0, 0, 0, 0, 0, NULL), +(34449, 0, 0, 0, 0, 0, 0, NULL), +(34450, 0, 0, 0, 0, 0, 0, NULL), +(34451, 0, 0, 0, 0, 0, 0, NULL), +(34453, 0, 0, 0, 0, 0, 0, NULL), +(34454, 0, 0, 0, 0, 0, 0, NULL), +(34455, 0, 0, 0, 0, 0, 0, NULL), +(34456, 0, 0, 0, 0, 0, 0, NULL), +(34458, 0, 0, 0, 0, 0, 0, NULL), +(34459, 0, 0, 0, 0, 0, 0, NULL), +(34460, 0, 0, 0, 0, 0, 0, NULL), +(34461, 0, 0, 0, 0, 0, 0, NULL), +(34463, 0, 0, 0, 0, 0, 0, NULL), +(34465, 0, 0, 0, 0, 0, 0, NULL), +(34466, 0, 0, 0, 0, 0, 0, NULL), +(34467, 0, 0, 0, 0, 0, 0, NULL), +(34468, 0, 0, 0, 0, 0, 0, NULL), +(34469, 0, 0, 0, 0, 0, 0, NULL), +(34470, 0, 0, 0, 0, 0, 0, NULL), +(34471, 0, 0, 0, 0, 0, 0, NULL), +(34472, 0, 0, 0, 0, 0, 0, NULL), +(34473, 0, 0, 0, 0, 0, 0, NULL), +(34474, 0, 0, 0, 0, 0, 0, NULL), +(34475, 0, 0, 0, 0, 0, 0, NULL), +(34567, 0, 0, 0, 0, 0, 0, NULL), +(34568, 0, 0, 0, 0, 0, 0, NULL), +(34607, 0, 0, 0, 0, 0, 0, NULL), +(34628, 0, 0, 0, 0, 0, 0, NULL), +(34630, 0, 0, 0, 0, 0, 0, NULL), +(34657, 0, 0, 0, 0, 0, 0, NULL), +(34701, 0, 0, 0, 0, 0, 0, NULL), +(34702, 0, 0, 0, 0, 0, 0, NULL), +(34703, 0, 0, 0, 0, 0, 0, NULL), +(34704, 0, 0, 0, 0, 0, 0, NULL), +(34705, 0, 0, 0, 0, 0, 0, NULL), +(34720, 0, 0, 0, 0, 0, 0, NULL), +(34735, 0, 0, 0, 0, 0, 0, NULL), +(34737, 0, 0, 0, 0, 0, 0, NULL), +(34738, 0, 0, 0, 0, 0, 0, NULL), +(34739, 0, 0, 0, 0, 0, 0, NULL), +(34740, 0, 0, 0, 0, 0, 0, NULL), +(34741, 0, 0, 0, 0, 0, 0, NULL), +(34780, 0, 0, 0, 0, 0, 0, NULL), +(34796, 0, 0, 0, 0, 0, 0, NULL), +(34797, 0, 0, 0, 0, 0, 0, NULL), +(34799, 0, 0, 0, 0, 0, 0, NULL), +(34810, 0, 0, 0, 0, 0, 0, NULL), +(34813, 0, 0, 0, 0, 0, 0, NULL), +(34825, 0, 0, 0, 0, 0, 0, NULL), +(34826, 0, 0, 0, 0, 0, 0, NULL), +(34862, 0, 0, 0, 0, 0, 0, NULL), +(34879, 0, 0, 0, 0, 0, 0, NULL), +(34899, 0, 0, 0, 0, 0, 0, NULL), +(34921, 0, 0, 0, 0, 0, 0, NULL), +(34922, 0, 0, 0, 0, 0, 0, NULL), +(34924, 0, 0, 0, 0, 0, 0, NULL), +(34928, 0, 0, 0, 0, 0, 0, NULL), +(34942, 0, 0, 0, 0, 0, 0, NULL), +(34990, 0, 0, 0, 0, 0, 0, NULL), +(34992, 0, 0, 0, 0, 0, 0, NULL), +(34994, 0, 0, 0, 0, 0, 0, NULL), +(34995, 0, 0, 0, 0, 0, 0, NULL), +(34996, 0, 0, 0, 0, 0, 0, NULL), +(35013, 0, 0, 0, 0, 0, 0, NULL), +(35028, 0, 0, 0, 0, 0, 0, NULL), +(35029, 0, 0, 0, 0, 0, 0, NULL), +(35030, 0, 0, 0, 0, 0, 0, NULL), +(35031, 0, 0, 0, 0, 0, 0, NULL), +(35032, 0, 0, 0, 0, 0, 0, NULL), +(35033, 0, 0, 0, 0, 0, 0, NULL), +(35034, 0, 0, 0, 0, 0, 0, NULL), +(35036, 0, 0, 0, 0, 0, 0, NULL), +(35037, 0, 0, 0, 0, 0, 0, NULL), +(35038, 0, 0, 0, 0, 0, 0, NULL), +(35039, 0, 0, 0, 0, 0, 0, NULL), +(35040, 0, 0, 0, 0, 0, 0, NULL), +(35041, 0, 0, 0, 0, 0, 0, NULL), +(35042, 0, 0, 0, 0, 0, 0, NULL), +(35043, 0, 0, 0, 0, 0, 0, NULL), +(35044, 0, 0, 0, 0, 0, 0, NULL), +(35045, 0, 0, 0, 0, 0, 0, NULL), +(35046, 0, 0, 0, 0, 0, 0, NULL), +(35047, 0, 0, 0, 0, 0, 0, NULL), +(35048, 0, 0, 0, 0, 0, 0, NULL), +(35049, 0, 0, 0, 0, 0, 0, NULL), +(35050, 0, 0, 0, 0, 0, 0, NULL), +(35051, 0, 0, 0, 0, 0, 0, NULL), +(35052, 0, 0, 0, 0, 0, 0, NULL), +(35055, 0, 0, 0, 0, 0, 0, NULL), +(35089, 0, 0, 0, 0, 0, 0, NULL), +(35106, 0, 0, 0, 0, 0, 0, NULL), +(35119, 0, 0, 0, 0, 0, 0, NULL), +(35143, 0, 0, 0, 0, 0, 0, NULL), +(35144, 0, 0, 0, 0, 0, 0, NULL), +(35145, 0, 0, 0, 0, 0, 0, NULL), +(35176, 0, 0, 0, 0, 0, 0, NULL), +(35242, 0, 0, 0, 0, 0, 0, NULL), +(35297, 0, 0, 0, 0, 0, 0, NULL), +(35299, 0, 0, 0, 0, 0, 0, NULL), +(35320, 0, 0, 0, 0, 0, 0, NULL), +(35321, 0, 0, 0, 0, 0, 0, NULL), +(35368, 0, 0, 0, 0, 0, 0, NULL), +(35372, 0, 0, 0, 0, 0, 0, NULL), +(35373, 0, 0, 0, 0, 0, 0, NULL), +(35459, 0, 0, 0, 0, 0, 0, NULL), +(35474, 0, 0, 0, 0, 0, 0, NULL), +(35476, 0, 0, 0, 0, 0, 0, NULL), +(35482, 0, 0, 0, 0, 0, 0, NULL), +(35493, 0, 0, 0, 0, 0, 0, NULL), +(35545, 0, 0, 0, 0, 0, 0, NULL), +(35547, 0, 0, 0, 0, 0, 0, NULL), +(35557, 0, 0, 0, 0, 0, 0, NULL), +(35564, 0, 0, 0, 0, 0, 0, NULL), +(35569, 0, 0, 0, 0, 0, 0, NULL), +(35570, 0, 0, 0, 0, 0, 0, NULL), +(35571, 0, 0, 0, 0, 0, 0, NULL), +(35572, 0, 0, 0, 0, 0, 0, NULL), +(35590, 0, 0, 0, 0, 0, 0, NULL), +(35617, 0, 0, 0, 0, 0, 0, NULL), +(35651, 0, 0, 0, 0, 0, 0, NULL), +(35877, 0, 0, 0, 0, 0, 0, NULL), +(36064, 0, 0, 0, 0, 0, 0, NULL), +(36128, 0, 0, 0, 0, 0, 0, NULL), +(36155, 0, 0, 0, 0, 0, 0, NULL), +(36166, 0, 0, 0, 0, 0, 0, NULL), +(36189, 0, 0, 0, 0, 0, 0, NULL), +(36477, 0, 0, 0, 0, 0, 0, NULL), +(36497, 0, 0, 0, 0, 0, 0, NULL), +(36502, 0, 0, 0, 0, 0, 0, NULL), +(36503, 0, 0, 0, 0, 0, 0, NULL), +(36504, 0, 0, 0, 0, 0, 0, NULL), +(36561, 0, 0, 0, 0, 0, 0, NULL), +(36597, 0, 0, 0, 0, 0, 0, NULL), +(36626, 0, 0, 0, 0, 0, 0, NULL), +(36627, 0, 0, 0, 0, 0, 0, NULL), +(36633, 0, 0, 0, 0, 0, 0, NULL), +(36648, 0, 0, 0, 0, 0, 0, NULL), +(36658, 0, 0, 0, 0, 0, 0, NULL), +(36701, 0, 0, 0, 0, 0, 0, NULL), +(36723, 0, 0, 0, 0, 0, 0, NULL), +(36788, 0, 0, 0, 0, 0, 0, NULL), +(36791, 0, 0, 0, 0, 0, 0, NULL), +(36824, 0, 0, 0, 0, 0, 0, NULL), +(36829, 0, 0, 0, 0, 0, 0, NULL), +(36840, 0, 0, 0, 0, 0, 0, NULL), +(36841, 0, 0, 0, 0, 0, 0, NULL), +(36842, 0, 0, 0, 0, 0, 0, NULL), +(36844, 0, 0, 0, 0, 0, 0, NULL), +(36855, 0, 0, 0, 0, 0, 0, NULL), +(36877, 0, 0, 0, 0, 0, 0, NULL), +(36881, 0, 0, 0, 0, 0, 0, NULL), +(36886, 0, 0, 0, 0, 0, 0, NULL), +(36892, 0, 0, 0, 0, 0, 0, NULL), +(36893, 0, 0, 0, 0, 0, 0, NULL), +(36897, 0, 0, 0, 0, 0, 0, NULL), +(36899, 0, 0, 0, 0, 0, 0, NULL), +(36907, 0, 0, 0, 0, 0, 0, NULL), +(36944, 0, 0, 0, 0, 0, 0, NULL), +(36945, 0, 0, 0, 0, 0, 0, NULL), +(36946, 0, 0, 0, 0, 0, 0, NULL), +(36947, 0, 0, 0, 0, 0, 0, NULL), +(36950, 0, 0, 0, 0, 0, 0, NULL), +(36957, 0, 0, 0, 0, 0, 0, NULL), +(36960, 0, 0, 0, 0, 0, 0, NULL), +(36961, 0, 0, 0, 0, 0, 0, NULL), +(36968, 0, 0, 0, 0, 0, 0, NULL), +(36969, 0, 0, 0, 0, 0, 0, NULL), +(36970, 0, 0, 0, 0, 0, 0, NULL), +(36971, 0, 0, 0, 0, 0, 0, NULL), +(36978, 0, 0, 0, 0, 0, 0, NULL), +(36982, 0, 0, 0, 0, 0, 0, NULL), +(36990, 0, 0, 0, 0, 0, 0, NULL), +(36993, 0, 0, 0, 0, 0, 0, NULL), +(36998, 0, 0, 0, 0, 0, 0, NULL), +(37004, 0, 0, 0, 0, 0, 0, NULL), +(37011, 0, 0, 0, 0, 0, 0, NULL), +(37014, 0, 0, 0, 0, 0, 0, NULL), +(37017, 0, 0, 0, 0, 0, 0, NULL), +(37021, 0, 0, 0, 0, 0, 0, NULL), +(37022, 0, 0, 0, 0, 0, 0, NULL), +(37023, 0, 0, 0, 0, 0, 0, NULL), +(37025, 0, 0, 0, 0, 0, 0, NULL), +(37038, 0, 0, 0, 0, 0, 0, NULL), +(37098, 0, 0, 0, 0, 0, 0, NULL), +(37116, 0, 0, 0, 0, 0, 0, NULL), +(37117, 0, 0, 0, 0, 0, 0, NULL), +(37119, 0, 0, 0, 0, 0, 0, NULL), +(37122, 0, 0, 0, 0, 0, 0, NULL), +(37123, 0, 0, 0, 0, 0, 0, NULL), +(37124, 0, 0, 0, 0, 0, 0, NULL), +(37125, 0, 0, 0, 0, 0, 0, NULL), +(37129, 0, 0, 0, 0, 0, 0, NULL), +(37144, 0, 0, 0, 0, 0, 0, NULL), +(37181, 0, 0, 0, 0, 0, 0, NULL), +(37186, 0, 0, 0, 0, 0, 0, NULL), +(37188, 0, 0, 0, 0, 0, 0, NULL), +(37189, 0, 0, 0, 0, 0, 0, NULL), +(37217, 0, 0, 0, 0, 0, 0, NULL), +(37223, 0, 0, 0, 0, 0, 0, NULL), +(37491, 0, 0, 0, 0, 0, 0, NULL), +(37493, 0, 0, 0, 0, 0, 0, NULL), +(37494, 0, 0, 0, 0, 0, 0, NULL), +(37495, 0, 0, 0, 0, 0, 0, NULL), +(37503, 0, 0, 0, 0, 0, 0, NULL), +(37530, 0, 0, 0, 0, 0, 0, NULL), +(37535, 0, 0, 0, 0, 0, 0, NULL), +(37544, 0, 0, 0, 0, 0, 0, NULL), +(37546, 0, 0, 0, 0, 0, 0, NULL), +(37562, 0, 0, 0, 0, 0, 0, NULL), +(37571, 0, 0, 0, 0, 0, 0, NULL), +(37595, 0, 0, 0, 0, 0, 0, NULL), +(37596, 0, 0, 0, 0, 0, 0, NULL), +(37597, 0, 0, 0, 0, 0, 0, NULL), +(37662, 0, 0, 0, 0, 0, 0, NULL), +(37663, 0, 0, 0, 0, 0, 0, NULL), +(37664, 0, 0, 0, 0, 0, 0, NULL), +(37665, 0, 0, 0, 0, 0, 0, NULL), +(37666, 0, 0, 0, 0, 0, 0, NULL), +(37672, 0, 0, 0, 0, 0, 0, NULL), +(37695, 0, 0, 0, 0, 0, 0, NULL), +(37697, 0, 0, 0, 0, 0, 0, NULL), +(37698, 0, 0, 0, 0, 0, 0, NULL), +(37702, 0, 0, 0, 0, 0, 0, NULL), +(37712, 0, 0, 0, 0, 0, 0, NULL), +(37713, 0, 0, 0, 0, 0, 0, NULL), +(37728, 0, 0, 0, 0, 0, 0, NULL), +(37729, 0, 0, 0, 0, 0, 0, NULL), +(37801, 0, 0, 0, 0, 0, 0, NULL), +(37813, 0, 0, 0, 0, 0, 0, NULL), +(37814, 0, 0, 0, 0, 0, 0, NULL), +(37826, 0, 0, 0, 0, 0, 0, NULL), +(37827, 0, 0, 0, 0, 0, 0, NULL), +(37829, 0, 0, 0, 0, 0, 0, NULL), +(37830, 0, 0, 0, 0, 0, 0, NULL), +(37832, 0, 0, 0, 0, 0, 0, NULL), +(37857, 0, 0, 0, 0, 0, 0, NULL), +(37871, 0, 0, 0, 0, 0, 0, NULL), +(37878, 0, 0, 0, 0, 0, 0, NULL), +(37882, 0, 0, 0, 0, 0, 0, NULL), +(37886, 0, 0, 0, 0, 0, 0, NULL), +(37890, 0, 0, 0, 0, 0, 0, NULL), +(37894, 0, 0, 0, 0, 0, 0, NULL), +(37898, 0, 0, 0, 0, 0, 0, NULL), +(37902, 0, 0, 0, 0, 0, 0, NULL), +(37903, 0, 0, 0, 0, 0, 0, NULL), +(37904, 0, 0, 0, 0, 0, 0, NULL), +(37920, 0, 0, 0, 0, 0, 0, NULL), +(37930, 0, 0, 0, 0, 0, 0, NULL), +(37932, 0, 0, 0, 0, 0, 0, NULL), +(37935, 0, 0, 0, 0, 0, 0, NULL), +(37936, 0, 0, 0, 0, 0, 0, NULL), +(37949, 0, 0, 0, 0, 0, 0, NULL), +(37952, 0, 0, 0, 0, 0, 0, NULL), +(37955, 0, 0, 0, 0, 0, 0, NULL), +(37968, 0, 0, 0, 0, 0, 0, NULL), +(37970, 0, 0, 0, 0, 0, 0, NULL), +(37972, 0, 0, 0, 0, 0, 0, NULL), +(37973, 0, 0, 0, 0, 0, 0, NULL), +(38001, 0, 0, 0, 0, 0, 0, NULL), +(38004, 0, 0, 0, 0, 0, 0, NULL), +(38008, 0, 0, 0, 0, 0, 0, NULL), +(38052, 0, 0, 0, 0, 0, 0, NULL), +(38121, 0, 0, 0, 0, 0, 0, NULL), +(38135, 0, 0, 0, 0, 0, 0, NULL), +(38153, 0, 0, 0, 0, 0, 0, NULL), +(38154, 0, 0, 0, 0, 0, 0, NULL), +(38160, 0, 0, 0, 0, 0, 0, NULL), +(38161, 0, 0, 0, 0, 0, 0, NULL), +(38162, 0, 0, 0, 0, 0, 0, NULL), +(38184, 0, 0, 0, 0, 0, 0, NULL), +(38188, 0, 0, 0, 0, 0, 0, NULL), +(38189, 0, 0, 0, 0, 0, 0, NULL), +(38191, 0, 0, 0, 0, 0, 0, NULL), +(38216, 0, 0, 0, 0, 0, 0, NULL), +(38226, 0, 0, 0, 0, 0, 0, NULL), +(38230, 0, 0, 0, 0, 0, 0, NULL), +(38236, 0, 0, 0, 0, 0, 0, NULL), +(38248, 0, 0, 0, 0, 0, 0, NULL), +(38264, 0, 0, 0, 0, 0, 0, NULL), +(38285, 0, 0, 0, 0, 0, 0, NULL), +(38289, 0, 0, 0, 0, 0, 0, NULL), +(38291, 0, 0, 0, 0, 0, 0, NULL), +(38292, 0, 0, 0, 0, 0, 0, NULL), +(38308, 0, 0, 0, 0, 0, 0, NULL), +(38309, 0, 0, 0, 0, 0, 0, NULL), +(38310, 0, 0, 0, 0, 0, 0, NULL), +(38367, 0, 0, 0, 0, 0, 0, NULL), +(38386, 0, 0, 0, 0, 0, 0, NULL), +(38433, 0, 0, 0, 0, 0, 0, NULL), +(38472, 0, 0, 0, 0, 0, 0, NULL), +(38482, 0, 0, 0, 0, 0, 0, NULL), +(38485, 0, 0, 0, 0, 0, 0, NULL), +(38487, 0, 0, 0, 0, 0, 0, NULL), +(38490, 0, 0, 0, 0, 0, 0, NULL), +(38493, 0, 0, 0, 0, 0, 0, NULL), +(38494, 0, 0, 0, 0, 0, 0, NULL), +(38497, 0, 0, 0, 0, 0, 0, NULL), +(38503, 0, 0, 0, 0, 0, 0, NULL), +(38505, 0, 0, 0, 0, 0, 0, NULL), +(38527, 0, 0, 0, 0, 0, 0, NULL), +(38528, 0, 0, 0, 0, 0, 0, NULL), +(38529, 0, 0, 0, 0, 0, 0, NULL), +(38546, 0, 0, 0, 0, 0, 0, NULL), +(38547, 0, 0, 0, 0, 0, 0, NULL), +(38572, 0, 0, 0, 0, 0, 0, NULL), +(38584, 0, 0, 0, 0, 0, 0, NULL), +(38587, 0, 0, 0, 0, 0, 0, NULL), +(38588, 0, 0, 0, 0, 0, 0, NULL), +(38589, 0, 0, 0, 0, 0, 0, NULL), +(38606, 0, 0, 0, 0, 0, 0, NULL), +(38608, 0, 0, 0, 0, 0, 0, NULL), +(38609, 0, 0, 0, 0, 0, 0, NULL), +(38610, 0, 0, 0, 0, 0, 0, NULL), +(38751, 0, 0, 0, 0, 0, 0, NULL), +(38757, 0, 0, 0, 0, 0, 0, NULL), +(38879, 0, 0, 0, 0, 0, 0, NULL), +(38883, 0, 0, 0, 0, 0, 0, NULL), +(38995, 0, 0, 0, 0, 0, 0, NULL), +(39057, 0, 0, 0, 0, 0, 0, NULL), +(39091, 0, 0, 0, 0, 0, 0, NULL), +(39092, 0, 0, 0, 0, 0, 0, NULL), +(39125, 0, 0, 0, 0, 0, 0, NULL), +(39372, 0, 0, 0, 0, 0, 0, NULL), +(39735, 0, 0, 0, 0, 0, 0, NULL), +(39743, 0, 0, 0, 0, 0, 0, NULL), +(39744, 0, 0, 0, 0, 0, 0, NULL), +(39759, 0, 0, 0, 0, 0, 0, NULL), +(39799, 0, 0, 0, 0, 0, 0, NULL), +(39820, 0, 0, 0, 0, 0, 0, NULL), +(39841, 0, 0, 0, 0, 0, 0, NULL), +(39842, 0, 0, 0, 0, 0, 0, NULL), +(39863, 0, 0, 0, 0, 0, 0, NULL), +(39899, 0, 0, 0, 0, 0, 0, NULL), +(39901, 0, 0, 0, 0, 0, 0, NULL), +(39903, 0, 0, 0, 0, 0, 0, NULL), +(40091, 0, 0, 0, 0, 0, 0, NULL), +(40142, 0, 0, 0, 0, 0, 0, NULL), +(40146, 0, 0, 0, 0, 0, 0, NULL), +(40189, 0, 0, 0, 0, 0, 0, NULL), +(40196, 0, 0, 0, 0, 0, 0, NULL), +(40681, 0, 0, 0, 0, 0, 0, NULL), +(40683, 0, 0, 0, 0, 0, 0, NULL), +(40704, 0, 0, 0, 0, 0, 0, NULL), +(40842, 0, 0, 0, 0, 0, 0, NULL); + +UPDATE `creature_template_addon` SET `visibilityDistanceType`=3 WHERE `entry` IN (1284, 1768, 1853, 1908, 2726, 2748, 2754, 3653, 3654, 3669, 3670, 3671, 3673, 3674, 3886, 3887, 3914, 3936, 3943, 3977, 4274, 4275, 4278, 4279, 4714, 4715, 4716, 4718, 4719, 4829, 4830, 4831, 4832, 4854, 4887, 4968, 5359, 5709, 5710, 5711, 5775, 6109, 6193, 6196, 6235, 6243, 6906, 6907, 6908, 6910, 7023, 7079, 7206, 7228, 7267, 7271, 7272, 7273, 7275, 7291, 7361, 7795, 7797, 7800, 7846, 7977, 7999, 8127, 8197, 8198, 8443, 8923, 8929, 8933, 8983, 9016, 9017, 9018, 9019, 9024, 9025, 9027, 9028, 9029, 9030, 9031, 9032, 9033, 9041, 9042, 9156, 9196, 9236, 9237, 9319, 9499, 9502, 9537, 9543, 9568, 9659, 9736, 9816, 9938, 10076, 10162, 10181, 10184, 10220, 10264, 10268, 10339, 10363, 10415, 10429, 10430, 10435, 10436, 10437, 10438, 10439, 10440, 10502, 10503, 10505, 10508, 10516, 10558, 10584, 10596, 10808, 10809, 10811, 10812, 10813, 10826, 10901, 10942, 10997, 11032, 11143, 11261, 11262, 11352, 11380, 11382, 11467, 11486, 11487, 11488, 11489, 11490, 11496, 11501, 11502, 11517, 11518, 11519, 11520, 11583, 11622, 11658, 11659, 11660, 11661, 11662, 11663, 11664, 11665, 11666, 11667, 11668, 11669, 11671, 11673, 11897, 11978, 11981, 11982, 11983, 11988, 12017, 12018, 12056, 12057, 12076, 12098, 12099, 12100, 12101, 12118, 12119, 12129, 12142, 12143, 12201, 12203, 12206, 12225, 12236, 12237, 12243, 12258, 12259, 12264, 12265, 12397, 12422, 12435, 12457, 12458, 12459, 12460, 12461, 12463, 12464, 12465, 12466, 12467, 12468, 12557, 12804, 12806, 13020, 13161, 13178, 13221, 13256, 13280, 13282, 13419, 13596, 13601, 13738, 13976, 13996, 14020, 14261, 14262, 14263, 14264, 14265, 14302, 14310, 14321, 14322, 14323, 14324, 14325, 14326, 14327, 14349, 14352, 14353, 14354, 14401, 14435, 14449, 14453, 14456, 14507, 14509, 14510, 14515, 14517, 14601, 14605, 14661, 14688, 14834, 14861, 14887, 14888, 14889, 14890, 14943, 14944, 14945, 14946, 14947, 14948, 15122, 15185, 15192, 15203, 15204, 15205, 15223, 15226, 15227, 15228, 15229, 15230, 15231, 15232, 15233, 15234, 15235, 15236, 15237, 15238, 15239, 15240, 15241, 15242, 15243, 15244, 15245, 15246, 15247, 15248, 15249, 15250, 15251, 15252, 15253, 15254, 15255, 15256, 15257, 15258, 15259, 15262, 15263, 15264, 15275, 15276, 15277, 15299, 15300, 15302, 15305, 15311, 15312, 15318, 15319, 15320, 15322, 15323, 15324, 15325, 15326, 15327, 15329, 15330, 15331, 15332, 15333, 15334, 15335, 15336, 15337, 15338, 15339, 15340, 15341, 15343, 15344, 15345, 15346, 15347, 15348, 15355, 15369, 15370, 15385, 15386, 15387, 15388, 15389, 15390, 15391, 15392, 15393, 15428, 15467, 15471, 15472, 15473, 15481, 15491, 15507, 15509, 15510, 15511, 15514, 15516, 15517, 15521, 15527, 15537, 15538, 15543, 15544, 15546, 15550, 15555, 15571, 15589, 15608, 15628, 15667, 15687, 15688, 15689, 15690, 15691, 15712, 15718, 15725, 15726, 15727, 15728, 15740, 15741, 15742, 15743, 15744, 15772, 15773, 15775, 15776, 15778, 15800, 15802, 15809, 15896, 15904, 15910, 15928, 15929, 15930, 15931, 15932, 15934, 15936, 15952, 15953, 15954, 15956, 15957, 15962, 15963, 15973, 15974, 15975, 15976, 15977, 15978, 15979, 15980, 15981, 15984, 15989, 15990, 16011, 16017, 16018, 16020, 16021, 16022, 16024, 16025, 16026, 16027, 16028, 16029, 16034, 16035, 16038, 16039, 16040, 16041, 16059, 16060, 16061, 16062, 16063, 16064, 16065, 16067, 16097, 16098, 16101, 16102, 16103, 16104, 16125, 16126, 16136, 16137, 16142, 16145, 16146, 16151, 16152, 16154, 16156, 16157, 16158, 16163, 16164, 16165, 16167, 16168, 16172, 16179, 16180, 16181, 16193, 16194, 16215, 16216, 16218, 16243, 16244, 16286, 16290, 16363, 16375, 16386, 16398, 16401, 16421, 16431, 16440, 16446, 16447, 16448, 16449, 16451, 16452, 16453, 16457, 16477, 16488, 16505, 16506, 16524, 16531, 16573, 16598, 16604, 16609, 16697, 16775, 16776, 16777, 16778, 16800, 16801, 16802, 16803, 16807, 16808, 16809, 16861, 16887, 16939, 17007, 17030, 17075, 17076, 17225, 17256, 17257, 17258, 17306, 17307, 17308, 17309, 17310, 17367, 17368, 17369, 17377, 17380, 17381, 17388, 17427, 17435, 17451, 17454, 17461, 17462, 17468, 17470, 17521, 17533, 17534, 17535, 17536, 17537, 17543, 17546, 17547, 17548, 17592, 17602, 17603, 17611, 17621, 17622, 17623, 17645, 17646, 17650, 17652, 17653, 17693, 17711, 17719, 17720, 17725, 17767, 17770, 17772, 17796, 17797, 17798, 17808, 17818, 17826, 17830, 17838, 17839, 17842, 17848, 17852, 17862, 17864, 17871, 17876, 17879, 17880, 17881, 17882, 17888, 17890, 17895, 17897, 17898, 17899, 17905, 17906, 17907, 17908, 17916, 17918, 17941, 17942, 17951, 17965, 17968, 17975, 17976, 17977, 17978, 17980, 17991, 18040, 18041, 18061, 18096, 18099, 18100, 18101, 18102, 18105, 18107, 18168, 18192, 18238, 18242, 18256, 18257, 18258, 18259, 18287, 18338, 18341, 18343, 18344, 18351, 18352, 18371, 18373, 18399, 18409, 18411, 18472, 18473, 18478, 18479, 18497, 18528, 18625, 18667, 18707, 18708, 18726, 18728, 18729, 18731, 18732, 18757, 18759, 18769, 18770, 18778, 18780, 18793, 18794, 18796, 18805, 18806, 18829, 18831, 18832, 18834, 18835, 18836, 18847, 18848, 18925, 18928, 18932, 18945, 18946, 19044, 19214, 19215, 19218, 19219, 19220, 19224, 19260, 19291, 19292, 19336, 19358, 19359, 19382, 19389, 19397, 19398, 19399, 19400, 19427, 19433, 19514, 19516, 19551, 19554, 19565, 19568, 19577, 19622, 19710, 19851, 19870, 19872, 19873, 19874, 19875, 19876, 19878, 19918, 19922, 19927, 19934, 19950, 19951, 20031, 20032, 20033, 20034, 20035, 20036, 20037, 20038, 20039, 20040, 20041, 20042, 20043, 20044, 20045, 20046, 20047, 20048, 20049, 20050, 20051, 20052, 20060, 20062, 20063, 20064, 20075, 20129, 20132, 20142, 20216, 20243, 20454, 20555, 20600, 20769, 20776, 20870, 20885, 20886, 20898, 20899, 20900, 20904, 20905, 20908, 20909, 20910, 20911, 20912, 20923, 20977, 21035, 21075, 21091, 21101, 21102, 21104, 21122, 21140, 21148, 21153, 21154, 21159, 21166, 21170, 21174, 21181, 21187, 21212, 21213, 21214, 21215, 21216, 21217, 21219, 21222, 21224, 21225, 21226, 21227, 21228, 21251, 21268, 21269, 21270, 21271, 21272, 21273, 21274, 21315, 21338, 21350, 21351, 21362, 21364, 21404, 21456, 21466, 21467, 21497, 21514, 21648, 21657, 21685, 21686, 21687, 21688, 21689, 21690, 21697, 21698, 21785, 21801, 21806, 21812, 21845, 21857, 21862, 21865, 21873, 21874, 21875, 21913, 21920, 21931, 21932, 21933, 21958, 21964, 21965, 21966, 21976, 21984, 22009, 22035, 22036, 22055, 22056, 22064, 22067, 22077, 22085, 22089, 22112, 22119, 22120, 22122, 22128, 22140, 22146, 22196, 22207, 22210, 22268, 22274, 22290, 22293, 22295, 22296, 22299, 22332, 22335, 22360, 22389, 22404, 22405, 22406, 22409, 22418, 22422, 22448, 22509, 22517, 22841, 22844, 22845, 22846, 22847, 22848, 22849, 22852, 22853, 22854, 22855, 22856, 22859, 22869, 22871, 22873, 22874, 22875, 22876, 22877, 22878, 22879, 22880, 22881, 22882, 22883, 22884, 22885, 22887, 22898, 22910, 22917, 22942, 22945, 22947, 22948, 22949, 22950, 22951, 22952, 22953, 22954, 22956, 22957, 22960, 22961, 22962, 22964, 22973, 22980, 22988, 22996, 22997, 23018, 23030, 23035, 23047, 23049, 23051, 23054, 23059, 23061, 23062, 23069, 23076, 23085, 23118, 23119, 23126, 23147, 23188, 23195, 23196, 23197, 23215, 23216, 23222, 23223, 23226, 23230, 23235, 23236, 23237, 23238, 23239, 23260, 23261, 23281, 23282, 23283, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, 23304, 23307, 23310, 23314, 23318, 23321, 23323, 23328, 23330, 23337, 23339, 23340, 23342, 23344, 23345, 23346, 23348, 23374, 23375, 23378, 23387, 23394, 23397, 23399, 23400, 23401, 23402, 23403, 23404, 23409, 23418, 23419, 23420, 23421, 23436, 23440, 23441, 23467, 23468, 23472, 23500, 23512, 23514, 23516, 23517, 23518, 23519, 23523, 23524, 23538, 23539, 23543, 23556, 23557, 23558, 23574, 23575, 23576, 23577, 23578, 23687, 23689, 23746, 23754, 23755, 23767, 23771, 23803, 23805, 23810, 23812, 23817, 23863, 23867, 23877, 23878, 23879, 23880, 23884, 23885, 23889, 23899, 23915, 23916, 23917, 23944, 23947, 23953, 23954, 23957, 23968, 23969, 23972, 23980, 24000, 24008, 24025, 24027, 24060, 24072, 24083, 24110, 24130, 24132, 24143, 24144, 24165, 24166, 24167, 24169, 24182, 24183, 24184, 24185, 24193, 24194, 24200, 24201, 24222, 24237, 24239, 24240, 24241, 24242, 24243, 24244, 24245, 24246, 24247, 24248, 24289, 24290, 24312, 24363, 24364, 24371, 24381, 24382, 24383, 24384, 24386, 24440, 24446, 24447, 24468, 24497, 24510, 24512, 24514, 24515, 24518, 24527, 24533, 24549, 24553, 24554, 24555, 24556, 24557, 24558, 24559, 24560, 24561, 24652, 24664, 24674, 24675, 24682, 24694, 24701, 24707, 24712, 24721, 24722, 24723, 24744, 24745, 24747, 24762, 24769, 24770, 24771, 24778, 24781, 24786, 24787, 24795, 24797, 24844, 24849, 24850, 24859, 24861, 24862, 24865, 24879, 24882, 24891, 24892, 24895, 24899, 24910, 24911, 24912, 24914, 24915, 24973, 24983, 24985, 24986, 24987, 25006, 25031, 25033, 25038, 25041, 25042, 25144, 25158, 25160, 25161, 25164, 25165, 25166, 25175, 25214, 25236, 25246, 25286, 25289, 25315, 25319, 25330, 25334, 25349, 25356, 25364, 25383, 25386, 25387, 25431, 25436, 25451, 25453, 25462, 25465, 25471, 25472, 25473, 25490, 25492, 25493, 25508, 25525, 25588, 25594, 25601, 25640, 25656, 25664, 25665, 25666, 25708, 25723, 25724, 25727, 25732, 25733, 25735, 25740, 25741, 25744, 25745, 25748, 25750, 25754, 25755, 25756, 25757, 25760, 25762, 25764, 25765, 25771, 25772, 25791, 25817, 25824, 25840, 25845, 25846, 25847, 25855, 25860, 25864, 25882, 25952, 25954, 25955, 25956, 25957, 25958, 25959, 25960, 25964, 25965, 25966, 25971, 25972, 25973, 26041, 26046, 26057, 26093, 26094, 26105, 26117, 26120, 26121, 26127, 26129, 26130, 26174, 26175, 26193, 26206, 26230, 26231, 26237, 26247, 26260, 26261, 26264, 26265, 26266, 26276, 26277, 26286, 26290, 26297, 26298, 26346, 26370, 26373, 26406, 26417, 26420, 26444, 26475, 26483, 26495, 26497, 26498, 26499, 26510, 26528, 26529, 26530, 26533, 26559, 26572, 26578, 26579, 26591, 26608, 26612, 26626, 26648, 26650, 26654, 26665, 26668, 26687, 26690, 26691, 26692, 26693, 26700, 26712, 26716, 26722, 26723, 26731, 26736, 26761, 26763, 26783, 26788, 26789, 26794, 26796, 26798, 26799, 26800, 26801, 26802, 26803, 26805, 26807, 26808, 26836, 26838, 26840, 26841, 26855, 26856, 26857, 26858, 26861, 26867, 26872, 26893, 26917, 26918, 26925, 26926, 26927, 26933, 26967, 27036, 27064, 27103, 27104, 27105, 27200, 27201, 27220, 27241, 27244, 27249, 27255, 27257, 27268, 27270, 27285, 27292, 27326, 27327, 27338, 27389, 27390, 27396, 27397, 27413, 27439, 27453, 27455, 27466, 27480, 27513, 27530, 27587, 27605, 27608, 27611, 27619, 27629, 27631, 27638, 27654, 27660, 27663, 27665, 27671, 27673, 27679, 27682, 27688, 27689, 27690, 27691, 27693, 27702, 27709, 27710, 27753, 27754, 27766, 27767, 27768, 27769, 27770, 27771, 27772, 27773, 27774, 27775, 27776, 27777, 27778, 27779, 27780, 27781, 27782, 27789, 27801, 27821, 27837, 27843, 27847, 27852, 27862, 27869, 27880, 27888, 27905, 27921, 27925, 27929, 27931, 27939, 27947, 27949, 27956, 27957, 27969, 27978, 27979, 27980, 27981, 27982, 27996, 28006, 28007, 28008, 28015, 28018, 28021, 28030, 28063, 28064, 28068, 28103, 28135, 28137, 28151, 28157, 28160, 28174, 28181, 28189, 28190, 28198, 28207, 28208, 28211, 28212, 28230, 28236, 28240, 28246, 28248, 28255, 28256, 28274, 28276, 28292, 28293, 28294, 28295, 28296, 28304, 28305, 28316, 28330, 28351, 28352, 28356, 28357, 28377, 28401, 28409, 28416, 28439, 28442, 28444, 28445, 28466, 28467, 28469, 28478, 28492, 28494, 28495, 28496, 28499, 28520, 28523, 28525, 28529, 28530, 28535, 28536, 28537, 28539, 28540, 28542, 28543, 28544, 28546, 28548, 28558, 28559, 28560, 28561, 28565, 28576, 28577, 28587, 28591, 28594, 28614, 28616, 28617, 28631, 28636, 28639, 28642, 28647, 28653, 28654, 28658, 28660, 28662, 28663, 28670, 28671, 28672, 28684, 28717, 28729, 28730, 28731, 28738, 28739, 28740, 28741, 28751, 28761, 28762, 28765, 28777, 28778, 28780, 28785, 28786, 28788, 28789, 28793, 28804, 28823, 28848, 28849, 28856, 28860, 28873, 28874, 28875, 28884, 28890, 28907, 28908, 28909, 28910, 28911, 28919, 28920, 28921, 28922, 28923, 28924, 28925, 28928, 28929, 28931, 28932, 28952, 28960, 28996, 29048, 29050, 29051, 29062, 29063, 29064, 29066, 29077, 29078, 29079, 29080, 29096, 29097, 29098, 29099, 29100, 29102, 29103, 29104, 29107, 29108, 29109, 29110, 29112, 29113, 29114, 29117, 29118, 29119, 29120, 29128, 29144, 29150, 29153, 29173, 29175, 29176, 29177, 29178, 29179, 29180, 29181, 29182, 29183, 29190, 29199, 29200, 29204, 29213, 29214, 29216, 29217, 29227, 29228, 29246, 29266, 29306, 29310, 29311, 29312, 29313, 29314, 29316, 29332, 29333, 29349, 29350, 29351, 29358, 29375, 29394, 29424, 29445, 29453, 29458, 29460, 29469, 29485, 29498, 29500, 29503, 29522, 29543, 29544, 29545, 29558, 29571, 29573, 29592, 29595, 29597, 29599, 29611, 29625, 29629, 29639, 29645, 29647, 29679, 29694, 29708, 29709, 29734, 29748, 29753, 29754, 29755, 29756, 29773, 29798, 29800, 29805, 29809, 29810, 29815, 29821, 29836, 29838, 29863, 29870, 29871, 29872, 29877, 29878, 29879, 29883, 29884, 29887, 29893, 29894, 29895, 29896, 29897, 29913, 29914, 29931, 29933, 29934, 29935, 29936, 29939, 29974, 29982, 29983, 30014, 30017, 30019, 30020, 30021, 30022, 30023, 30024, 30025, 30026, 30042, 30043, 30044, 30045, 30050, 30052, 30055, 30064, 30071, 30082, 30084, 30085, 30096, 30099, 30103, 30105, 30118, 30120, 30121, 30122, 30123, 30124, 30125, 30126, 30127, 30138, 30139, 30141, 30142, 30143, 30145, 30150, 30151, 30161, 30163, 30169, 30188, 30204, 30205, 30209, 30210, 30211, 30212, 30228, 30235, 30236, 30252, 30260, 30262, 30272, 30275, 30294, 30295, 30298, 30302, 30320, 30327, 30328, 30330, 30331, 30332, 30333, 30351, 30352, 30366, 30390, 30393, 30394, 30396, 30399, 30403, 30406, 30407, 30415, 30420, 30421, 30425, 30426, 30427, 30428, 30442, 30443, 30445, 30448, 30449, 30451, 30452, 30453, 30455, 30456, 30461, 30462, 30482, 30486, 30493, 30500, 30502, 30514, 30544, 30545, 30549, 30564, 30575, 30576, 30592, 30593, 30595, 30598, 30599, 30614, 30616, 30639, 30640, 30646, 30648, 30649, 30651, 30660, 30670, 30673, 30674, 30675, 30677, 30679, 30680, 30681, 30682, 30688, 30690, 30695, 30699, 30719, 30742, 30744, 30745, 30749, 30752, 30753, 30754, 30755, 30832, 30837, 30858, 30861, 30866, 30867, 30877, 30881, 30882, 30883, 30890, 30892, 30893, 30950, 30988, 30995, 30996, 31006, 31011, 31014, 31016, 31030, 31040, 31044, 31050, 31056, 31070, 31083, 31084, 31088, 31089, 31092, 31099, 31103, 31105, 31125, 31135, 31139, 31191, 31192, 31193, 31194, 31195, 31196, 31198, 31204, 31214, 31218, 31219, 31222, 31229, 31242, 31249, 31255, 31264, 31271, 31272, 31277, 31280, 31293, 31301, 31312, 31322, 31333, 31334, 31364, 31393, 31399, 31419, 31437, 31467, 31526, 31583, 31630, 31640, 31651, 31688, 31721, 31743, 31767, 31773, 31775, 31787, 31814, 31817, 31831, 31880, 31887, 31892, 32154, 32155, 32159, 32167, 32168, 32173, 32174, 32180, 32184, 32185, 32186, 32188, 32189, 32195, 32196, 32197, 32199, 32201, 32202, 32214, 32215, 32217, 32221, 32229, 32230, 32231, 32232, 32234, 32235, 32237, 32242, 32244, 32245, 32266, 32273, 32292, 32299, 32314, 32318, 32319, 32344, 32348, 32353, 32365, 32376, 32378, 32422, 32427, 32431, 32442, 32443, 32445, 32446, 32447, 32467, 32485, 32486, 32495, 32501, 32522, 32523, 32524, 32534, 32535, 32540, 32544, 32548, 32569, 32571, 32576, 32577, 32578, 32579, 32580, 32594, 32596, 32597, 32598, 32600, 32601, 32602, 32608, 32662, 32725, 32742, 32768, 32845, 32857, 32865, 32867, 32871, 32872, 32873, 32882, 32892, 32893, 32897, 32900, 32901, 32927, 32930, 32934, 32941, 32946, 32948, 32950, 32953, 32955, 32958, 33045, 33051, 33068, 33081, 33087, 33113, 33114, 33118, 33121, 33134, 33136, 33138, 33140, 33141, 33146, 33167, 33174, 33186, 33192, 33196, 33213, 33221, 33236, 33241, 33242, 33244, 33246, 33271, 33280, 33282, 33288, 33292, 33303, 33325, 33326, 33327, 33328, 33329, 33330, 33331, 33332, 33333, 33337, 33343, 33344, 33346, 33350, 33354, 33355, 33378, 33410, 33411, 33412, 33413, 33430, 33431, 33432, 33433, 33441, 33488, 33500, 33515, 33516, 33524, 33525, 33526, 33527, 33528, 33567, 33571, 33572, 33575, 33576, 33579, 33651, 33663, 33666, 33667, 33670, 33687, 33695, 33699, 33705, 33716, 33717, 33718, 33719, 33720, 33722, 33754, 33755, 33768, 33772, 33778, 33779, 33806, 33818, 33819, 33820, 33822, 33823, 33824, 33835, 33836, 33838, 33883, 33890, 33966, 33983, 33985, 33988, 33990, 33993, 33998, 34000, 34001, 34014, 34015, 34034, 34035, 34049, 34054, 34068, 34069, 34071, 34099, 34119, 34159, 34190, 34192, 34194, 34196, 34197, 34198, 34199, 34234, 34286, 34297, 34310, 34313, 34362, 34434, 34441, 34444, 34445, 34447, 34448, 34449, 34450, 34451, 34453, 34454, 34455, 34456, 34458, 34459, 34460, 34461, 34463, 34465, 34466, 34467, 34468, 34469, 34470, 34471, 34472, 34473, 34474, 34475, 34496, 34497, 34567, 34568, 34606, 34607, 34628, 34630, 34657, 34701, 34702, 34703, 34704, 34705, 34720, 34735, 34737, 34738, 34739, 34740, 34741, 34780, 34796, 34797, 34799, 34810, 34813, 34815, 34825, 34826, 34862, 34879, 34899, 34921, 34922, 34924, 34928, 34942, 34990, 34992, 34994, 34995, 34996, 35013, 35028, 35029, 35030, 35031, 35032, 35033, 35034, 35036, 35037, 35038, 35039, 35040, 35041, 35042, 35043, 35044, 35045, 35046, 35047, 35048, 35049, 35050, 35051, 35052, 35055, 35089, 35092, 35106, 35119, 35143, 35144, 35145, 35176, 35242, 35297, 35299, 35320, 35321, 35368, 35372, 35373, 35451, 35459, 35470, 35474, 35476, 35482, 35493, 35545, 35547, 35557, 35564, 35569, 35570, 35571, 35572, 35590, 35617, 35651, 35877, 36064, 36065, 36066, 36128, 36155, 36165, 36166, 36189, 36272, 36296, 36476, 36477, 36497, 36502, 36503, 36504, 36508, 36561, 36565, 36595, 36597, 36609, 36626, 36627, 36633, 36648, 36658, 36661, 36678, 36701, 36723, 36725, 36788, 36789, 36791, 36794, 36805, 36807, 36808, 36811, 36823, 36824, 36829, 36840, 36841, 36842, 36844, 36855, 36877, 36881, 36886, 36892, 36893, 36896, 36897, 36899, 36907, 36944, 36945, 36946, 36947, 36950, 36957, 36960, 36961, 36967, 36968, 36969, 36970, 36971, 36978, 36982, 36990, 36993, 36998, 37003, 37004, 37007, 37011, 37012, 37014, 37016, 37017, 37021, 37022, 37023, 37025, 37026, 37027, 37028, 37029, 37030, 37031, 37032, 37033, 37034, 37035, 37038, 37098, 37116, 37117, 37119, 37120, 37122, 37123, 37124, 37125, 37129, 37144, 37146, 37148, 37149, 37181, 37186, 37188, 37189, 37190, 37217, 37221, 37223, 37225, 37226, 37230, 37491, 37493, 37494, 37495, 37503, 37530, 37535, 37544, 37545, 37546, 37562, 37571, 37595, 37596, 37597, 37662, 37663, 37664, 37665, 37666, 37672, 37695, 37697, 37698, 37702, 37704, 37712, 37713, 37728, 37729, 37799, 37801, 37813, 37814, 37826, 37827, 37829, 37830, 37832, 37857, 37871, 37878, 37882, 37886, 37890, 37894, 37898, 37902, 37903, 37904, 37920, 37928, 37930, 37932, 37934, 37935, 37936, 37949, 37950, 37952, 37955, 37965, 37967, 37968, 37970, 37972, 37973, 37996, 38001, 38004, 38008, 38009, 38010, 38052, 38121, 38135, 38136, 38153, 38154, 38160, 38161, 38162, 38184, 38188, 38189, 38191, 38194, 38216, 38226, 38230, 38236, 38248, 38264, 38285, 38289, 38291, 38292, 38308, 38309, 38310, 38332, 38367, 38386, 38433, 38451, 38472, 38482, 38485, 38487, 38490, 38493, 38494, 38497, 38500, 38503, 38505, 38527, 38528, 38529, 38546, 38547, 38572, 38579, 38584, 38587, 38588, 38589, 38606, 38608, 38609, 38610, 38751, 38757, 38879, 38883, 38995, 39057, 39091, 39092, 39125, 39137, 39189, 39190, 39273, 39372, 39654, 39735, 39743, 39744, 39759, 39799, 39814, 39820, 39837, 39841, 39842, 39863, 39899, 39901, 39903, 39910, 40001, 40029, 40041, 40042, 40043, 40044, 40055, 40083, 40091, 40100, 40135, 40142, 40146, 40188, 40189, 40192, 40196, 40218, 40301, 40416, 40417, 40419, 40421, 40423, 40429, 40468, 40469, 40626, 40627, 40628, 40681, 40683, 40704, 40842, 40870); + +-- Add missing entrys for type 4 +DELETE FROM `creature_template_addon` WHERE `entry` IN (90, 392, 1493, 2120, 7024, 14269, 14272, 14824, 22522, 24019, 24538, 24646, 24647, 24925, 27447, 27655, 27656, 27838, 27850, 27883, 27894, 27992, 27993, 28586, 29263, 29308, 29747, 29789, 29790, 30181, 30246, 30559, 30588, 30589, 30640, 30646, 30649, 30651, 30690, 30699, 30749, 30832, 31047, 31137, 31243, 31406, 31530, 31565, 31684, 31702, 31765, 31782, 31811, 31838, 31844, 31869, 32160, 32200, 32254, 32264, 32277, 32305, 32347, 32400, 32473, 32479, 32480, 32482, 32483, 32491, 32511, 32512, 32513, 32518, 32521, 32630, 32898, 32906, 32913, 32914, 32915, 32933, 33061, 33080, 33146, 33237, 33387, 34161, 34164, 34275, 34564, 34660, 34777, 34778, 35339, 35377, 36168, 36356, 36510, 36737, 36804, 36940, 36941, 36966, 37037, 37069, 37126, 37193, 37194, 37533, 37534, 37970, 37972, 37973, 38019, 38020, 38021, 39420, 40506); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(90, 0, 0, 0, 0, 0, 0, NULL), +(392, 0, 0, 0, 0, 0, 0, NULL), +(1493, 0, 0, 0, 0, 0, 0, NULL), +(2120, 0, 0, 0, 0, 0, 0, NULL), +(7024, 0, 0, 0, 0, 0, 0, NULL), +(14269, 0, 0, 0, 0, 0, 0, NULL), +(14272, 0, 0, 0, 0, 0, 0, NULL), +(14824, 0, 0, 0, 0, 0, 0, NULL), +(22522, 0, 0, 0, 0, 0, 0, NULL), +(24019, 0, 0, 0, 0, 0, 0, NULL), +(24538, 0, 0, 0, 0, 0, 0, NULL), +(24646, 0, 0, 0, 0, 0, 0, NULL), +(24647, 0, 0, 0, 0, 0, 0, NULL), +(24925, 0, 0, 0, 0, 0, 0, NULL), +(27447, 0, 0, 0, 0, 0, 0, NULL), +(27655, 0, 0, 0, 0, 0, 0, NULL), +(27656, 0, 0, 0, 0, 0, 0, NULL), +(27838, 0, 0, 0, 0, 0, 0, NULL), +(27850, 0, 0, 0, 0, 0, 0, NULL), +(27883, 0, 0, 0, 0, 0, 0, NULL), +(27894, 0, 0, 0, 0, 0, 0, NULL), +(27992, 0, 0, 0, 0, 0, 0, NULL), +(27993, 0, 0, 0, 0, 0, 0, NULL), +(28586, 0, 0, 0, 0, 0, 0, NULL), +(29263, 0, 0, 0, 0, 0, 0, NULL), +(29308, 0, 0, 0, 0, 0, 0, NULL), +(29747, 0, 0, 0, 0, 0, 0, NULL), +(29789, 0, 0, 0, 0, 0, 0, NULL), +(29790, 0, 0, 0, 0, 0, 0, NULL), +(30181, 0, 0, 0, 0, 0, 0, NULL), +(30246, 0, 0, 0, 0, 0, 0, NULL), +(30559, 0, 0, 0, 0, 0, 0, NULL), +(30588, 0, 0, 0, 0, 0, 0, NULL), +(30589, 0, 0, 0, 0, 0, 0, NULL), +(30640, 0, 0, 0, 0, 0, 0, NULL), +(30646, 0, 0, 0, 0, 0, 0, NULL), +(30649, 0, 0, 0, 0, 0, 0, NULL), +(30651, 0, 0, 0, 0, 0, 0, NULL), +(30690, 0, 0, 0, 0, 0, 0, NULL), +(30699, 0, 0, 0, 0, 0, 0, NULL), +(30749, 0, 0, 0, 0, 0, 0, NULL), +(30832, 0, 0, 0, 0, 0, 0, NULL), +(31047, 0, 0, 0, 0, 0, 0, NULL), +(31137, 0, 0, 0, 0, 0, 0, NULL), +(31243, 0, 0, 0, 0, 0, 0, NULL), +(31406, 0, 0, 0, 0, 0, 0, NULL), +(31530, 0, 0, 0, 0, 0, 0, NULL), +(31565, 0, 0, 0, 0, 0, 0, NULL), +(31684, 0, 0, 0, 0, 0, 0, NULL), +(31702, 0, 0, 0, 0, 0, 0, NULL), +(31765, 0, 0, 0, 0, 0, 0, NULL), +(31782, 0, 0, 0, 0, 0, 0, NULL), +(31811, 0, 0, 0, 0, 0, 0, NULL), +(31838, 0, 0, 0, 0, 0, 0, NULL), +(31844, 0, 0, 0, 0, 0, 0, NULL), +(31869, 0, 0, 0, 0, 0, 0, NULL), +(32160, 0, 0, 0, 0, 0, 0, NULL), +(32200, 0, 0, 0, 0, 0, 0, NULL), +(32254, 0, 0, 0, 0, 0, 0, NULL), +(32264, 0, 0, 0, 0, 0, 0, NULL), +(32277, 0, 0, 0, 0, 0, 0, NULL), +(32305, 0, 0, 0, 0, 0, 0, NULL), +(32347, 0, 0, 0, 0, 0, 0, NULL), +(32400, 0, 0, 0, 0, 0, 0, NULL), +(32473, 0, 0, 0, 0, 0, 0, NULL), +(32479, 0, 0, 0, 0, 0, 0, NULL), +(32480, 0, 0, 0, 0, 0, 0, NULL), +(32482, 0, 0, 0, 0, 0, 0, NULL), +(32483, 0, 0, 0, 0, 0, 0, NULL), +(32491, 0, 0, 0, 0, 0, 0, NULL), +(32511, 0, 0, 0, 0, 0, 0, NULL), +(32512, 0, 0, 0, 0, 0, 0, NULL), +(32513, 0, 0, 0, 0, 0, 0, NULL), +(32518, 0, 0, 0, 0, 0, 0, NULL), +(32521, 0, 0, 0, 0, 0, 0, NULL), +(32630, 0, 0, 0, 0, 0, 0, NULL), +(32898, 0, 0, 0, 0, 0, 0, NULL), +(32906, 0, 0, 0, 0, 0, 0, NULL), +(32913, 0, 0, 0, 0, 0, 0, NULL), +(32914, 0, 0, 0, 0, 0, 0, NULL), +(32915, 0, 0, 0, 0, 0, 0, NULL), +(32933, 0, 0, 0, 0, 0, 0, NULL), +(33061, 0, 0, 0, 0, 0, 0, NULL), +(33080, 0, 0, 0, 0, 0, 0, NULL), +(33146, 0, 0, 0, 0, 0, 0, NULL), +(33237, 0, 0, 0, 0, 0, 0, NULL), +(33387, 0, 0, 0, 0, 0, 0, NULL), +(34161, 0, 0, 0, 0, 0, 0, NULL), +(34164, 0, 0, 0, 0, 0, 0, NULL), +(34275, 0, 0, 0, 0, 0, 0, NULL), +(34564, 0, 0, 0, 0, 0, 0, NULL), +(34660, 0, 0, 0, 0, 0, 0, NULL), +(34777, 0, 0, 0, 0, 0, 0, NULL), +(34778, 0, 0, 0, 0, 0, 0, NULL), +(35339, 0, 0, 0, 0, 0, 0, NULL), +(35377, 0, 0, 0, 0, 0, 0, NULL), +(36168, 0, 0, 0, 0, 0, 0, NULL), +(36356, 0, 0, 0, 0, 0, 0, NULL), +(36510, 0, 0, 0, 0, 0, 0, NULL), +(36737, 0, 0, 0, 0, 0, 0, NULL), +(36804, 0, 0, 0, 0, 0, 0, NULL), +(36940, 0, 0, 0, 0, 0, 0, NULL), +(36941, 0, 0, 0, 0, 0, 0, NULL), +(36966, 0, 0, 0, 0, 0, 0, NULL), +(37037, 0, 0, 0, 0, 0, 0, NULL), +(37069, 0, 0, 0, 0, 0, 0, NULL), +(37126, 0, 0, 0, 0, 0, 0, NULL), +(37193, 0, 0, 0, 0, 0, 0, NULL), +(37194, 0, 0, 0, 0, 0, 0, NULL), +(37533, 0, 0, 0, 0, 0, 0, NULL), +(37534, 0, 0, 0, 0, 0, 0, NULL), +(37970, 0, 0, 0, 0, 0, 0, NULL), +(37972, 0, 0, 0, 0, 0, 0, NULL), +(37973, 0, 0, 0, 0, 0, 0, NULL), +(38019, 0, 0, 0, 0, 0, 0, NULL), +(38020, 0, 0, 0, 0, 0, 0, NULL), +(38021, 0, 0, 0, 0, 0, 0, NULL), +(39420, 0, 0, 0, 0, 0, 0, NULL), +(40506, 0, 0, 0, 0, 0, 0, NULL); + +UPDATE `creature_template_addon` SET `visibilityDistanceType`=4 WHERE `entry` IN (90, 392, 832, 1493, 2120, 7024, 14269, 14272, 14824, 22441, 22522, 24019, 24538, 24646, 24647, 24925, 26287, 27447, 27641, 27655, 27656, 27838, 27850, 27881, 27883, 27894, 27992, 27993, 28094, 28312, 28319, 28366, 28586, 29240, 29263, 29308, 29747, 29789, 29790, 30181, 30215, 30246, 30288, 30300, 30476, 30559, 30588, 30589, 30640, 30646, 30649, 30651, 30690, 30699, 30749, 30832, 31047, 31137, 31243, 31400, 31406, 31530, 31565, 31650, 31684, 31702, 31765, 31782, 31811, 31838, 31844, 31869, 32160, 32200, 32254, 32264, 32277, 32305, 32347, 32400, 32473, 32479, 32480, 32482, 32483, 32491, 32511, 32512, 32513, 32518, 32521, 32627, 32629, 32630, 32898, 32906, 32913, 32914, 32915, 32933, 33059, 33060, 33061, 33062, 33063, 33067, 33080, 33090, 33109, 33114, 33139, 33142, 33146, 33167, 33189, 33214, 33216, 33218, 33237, 33264, 33387, 34085, 34086, 34161, 34164, 34275, 34564, 34660, 34776, 34777, 34778, 34793, 34925, 35069, 35335, 35336, 35339, 35377, 36168, 36355, 36356, 36510, 36737, 36804, 36940, 36941, 36966, 37037, 37069, 37126, 37193, 37194, 37528, 37533, 37534, 37543, 37574, 37970, 37972, 37973, 38019, 38020, 38021, 39271, 39420, 39746, 39747, 39751, 40506); + +-- Add missing entrys for type 5 +DELETE FROM `creature_template_addon` WHERE `entry` IN (229, 13116, 13117, 20000, 24812, 28243, 28781, 31253, 32448, 32487, 32492, 32520, 33108, 33184, 33212, 33364, 33365, 33366, 33367, 33369, 33370, 33388, 33425, 33426, 33453, 33805, 33846, 34144, 34145, 34515, 35819, 36171, 36597, 36612, 36853, 36913, 36954, 36955, 37215, 37540, 37554, 37593, 37755, 38557, 38558, 38569, 38757, 38857, 39123, 39231); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(229, 0, 0, 0, 0, 0, 0, NULL), +(13116, 0, 0, 0, 0, 0, 0, NULL), +(13117, 0, 0, 0, 0, 0, 0, NULL), +(20000, 0, 0, 0, 0, 0, 0, NULL), +(24812, 0, 0, 0, 0, 0, 0, NULL), +(28243, 0, 0, 0, 0, 0, 0, NULL), +(28781, 0, 0, 0, 0, 0, 0, NULL), +(31253, 0, 0, 0, 0, 0, 0, NULL), +(32448, 0, 0, 0, 0, 0, 0, NULL), +(32487, 0, 0, 0, 0, 0, 0, NULL), +(32492, 0, 0, 0, 0, 0, 0, NULL), +(32520, 0, 0, 0, 0, 0, 0, NULL), +(33108, 0, 0, 0, 0, 0, 0, NULL), +(33184, 0, 0, 0, 0, 0, 0, NULL), +(33212, 0, 0, 0, 0, 0, 0, NULL), +(33364, 0, 0, 0, 0, 0, 0, NULL), +(33365, 0, 0, 0, 0, 0, 0, NULL), +(33366, 0, 0, 0, 0, 0, 0, NULL), +(33367, 0, 0, 0, 0, 0, 0, NULL), +(33369, 0, 0, 0, 0, 0, 0, NULL), +(33370, 0, 0, 0, 0, 0, 0, NULL), +(33388, 0, 0, 0, 0, 0, 0, NULL), +(33425, 0, 0, 0, 0, 0, 0, NULL), +(33426, 0, 0, 0, 0, 0, 0, NULL), +(33453, 0, 0, 0, 0, 0, 0, NULL), +(33805, 0, 0, 0, 0, 0, 0, NULL), +(33846, 0, 0, 0, 0, 0, 0, NULL), +(34144, 0, 0, 0, 0, 0, 0, NULL), +(34145, 0, 0, 0, 0, 0, 0, NULL), +(34515, 0, 0, 0, 0, 0, 0, NULL), +(35819, 0, 0, 0, 0, 0, 0, NULL), +(36171, 0, 0, 0, 0, 0, 0, NULL), +(36597, 0, 0, 0, 0, 0, 0, NULL), +(36612, 0, 0, 0, 0, 0, 0, NULL), +(36853, 0, 0, 0, 0, 0, 0, NULL), +(36913, 0, 0, 0, 0, 0, 0, NULL), +(36954, 0, 0, 0, 0, 0, 0, NULL), +(36955, 0, 0, 0, 0, 0, 0, NULL), +(37215, 0, 0, 0, 0, 0, 0, NULL), +(37540, 0, 0, 0, 0, 0, 0, NULL), +(37554, 0, 0, 0, 0, 0, 0, NULL), +(37593, 0, 0, 0, 0, 0, 0, NULL), +(37755, 0, 0, 0, 0, 0, 0, NULL), +(38557, 0, 0, 0, 0, 0, 0, NULL), +(38558, 0, 0, 0, 0, 0, 0, NULL), +(38569, 0, 0, 0, 0, 0, 0, NULL), +(38757, 0, 0, 0, 0, 0, 0, NULL), +(38857, 0, 0, 0, 0, 0, 0, NULL), +(39123, 0, 0, 0, 0, 0, 0, NULL), +(39231, 0, 0, 0, 0, 0, 0, NULL); + +UPDATE `creature_template_addon` SET `visibilityDistanceType`=5 WHERE `entry` IN (229, 13116, 13117, 18733, 20000, 24812, 26310, 28243, 28781, 28859, 30342, 30343, 31253, 32295, 32448, 32487, 32492, 32520, 33108, 33143, 33184, 33186, 33212, 33259, 33287, 33293, 33364, 33365, 33366, 33367, 33369, 33370, 33377, 33388, 33425, 33426, 33453, 33805, 33816, 33846, 34144, 34145, 34515, 34775, 34802, 34929, 34935, 34944, 35273, 35819, 36171, 36494, 36597, 36598, 36612, 36838, 36839, 36853, 36913, 36954, 36955, 37215, 37540, 37554, 37593, 37755, 38557, 38558, 38569, 38757, 38857, 39123, 39217, 39231); + +UPDATE `creature_addon` SET `visibilityDistanceType`=0; +UPDATE `creature_addon` SET `visibilityDistanceType`=3 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (SELECT `entry` FROM `creature_template_addon` WHERE `visibilityDistanceType`=3)); +UPDATE `creature_addon` SET `visibilityDistanceType`=4 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (SELECT `entry` FROM `creature_template_addon` WHERE `visibilityDistanceType`=4)); +UPDATE `creature_addon` SET `visibilityDistanceType`=5 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (SELECT `entry` FROM `creature_template_addon` WHERE `visibilityDistanceType`=5)); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_21_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_21_00_world.sql new file mode 100644 index 00000000000..abeb80791bb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_21_00_world.sql @@ -0,0 +1,34 @@ +-- +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=17984; +UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (180916,180919,180920); +DELETE FROM `smart_scripts` WHERE `entryorguid`=17984 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (180916,180919,180920) 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`, `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 +(17984,0,0,0,1,0,100,0,1000,2000,1000,2000,0,11,31628 ,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Power Source Invisible Bunny - ooc - Cast Green Beam"), +(180916,1,0,0,70,0,100,0,2,0,0,0,0,51,0 ,0,0,0,0,0,19,17984,2,0,0,0,0,0,0,"Duskwither Spire Power Source - Goc activatd - Kill target"), +(180919,1,0,0,70,0,100,0,2,0,0,0,0,51,0 ,0,0,0,0,0,19,17984,2,0,0,0,0,0,0,"Duskwither Spire Power Source - Goc activatd - Kill target"), +(180920,1,0,0,70,0,100,0,2,0,0,0,0,51,0 ,0,0,0,0,0,19,17984,2,0,0,0,0,0,0,"Duskwither Spire Power Source - Goc activatd - Kill target"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31628; +INSERT INTO `conditions`(`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`, `ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`,`NegativeCondition`) VALUES +(13,1,31628,0,31,0,3,17984,63692,0, '', 'Green Beam',0), +(13,1,31628,0,31,1,3,17984,63692,0, '', 'Green Beam',1), +(13,1,31628,1,31,0,3,17984,63696,0, '', 'Green Beam',0), +(13,1,31628,1,31,1,3,17984,63696,0, '', 'Green Beam',1), +(13,1,31628,2,31,0,3,17984,96572,0, '', 'Green Beam',0), +(13,1,31628,2,31,1,3,17984,96572,0, '', 'Green Beam',1); + +DELETE FROM `creature` WHERE `guid` IN (96572,96573,96579); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(96572, 17984, 530, 1, 1, 0, 0, 9336.03, -7884.33, 161.585, 6.03884, 30, 0, 0, 4120, 0, 0), +(96573, 17984, 530, 1, 1, 0, 0, 9347.22, -7892.33, 161.811, 2.52099, 30, 0, 0, 4120, 0, 0), +(96579, 17984, 530, 1, 1, 0, 0, 9326.99, -7894.44, 161.651, 0.84171, 30, 0, 0, 4120, 0, 0); + +DELETE FROM `gameobject` WHERE `guid` IN (7076,7077); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7076, 182092, 530, 1, 1, 9326.8, -7894.62, 161.72, 5.86431, 0, 0, -0.207912, 0.978148, 300, 100, 1), +(7077, 182092, 530, 1, 1, 9347.3, -7892.57, 161.727, 0.174532, 0, 0, 0.0871553, 0.996195, 300, 100, 1); + +UPDATE `creature` SET `spawntimesecs`=30 WHERE `id`=17984; +UPDATE `spell_dbc` SET `effectimplicittargeta1`=25, `rangeindex`=12 WHERE `Id` IN (34448, 34452); +UPDATE `spell_scripts` SET `datalong2`=2 WHERE `Id` IN (34448, 34452); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_00_world.sql new file mode 100644 index 00000000000..11934899f5c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (7078); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7078, 184685, 530, 1, 1, -2668.07, 4423.7, 37.0967, 6.25323, 0, 0, -0.0149793, 0.999888, 300, 100, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_01_world.sql new file mode 100644 index 00000000000..f8e01576ac6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_01_world.sql @@ -0,0 +1,39 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (7078); + +DELETE FROM `creature_text` WHERE `CreatureID`=21188; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(21188,0,0,"Excellent news, Tooki! We're saved!",12,0,100,0,0,0,18805,0,'thadok'), +(21188,1,0,"It's time to celebrate, I think...",12,0,100,0,0,0,18807,0,'thadok'), +(21188,2,0,"%s places a keg on the ground.",16,0,100,0,0,0,18808,0,'thadok'), +(21188,3,0,"Listen up, you lot! Our worries are over! FREE BOOZE FOR EVERYONE!",12,0,100,0,0,0,18809,0,'thadok'); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=18447 AND `source_type`=0 AND `id`=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 +(18447,0,1,0,20,0,100,0,10447,0,0,0,45,1,1,0,0,0,0,19,21188,20,0,0,0,0,0, 'Toki - On quest 10447 rewarded - Set data'); + +UPDATE `creature` SET `position_x`=-2660.596680, `position_y`=4398.262695, `position_z`=36.745258, `orientation`= 5.546348 WHERE `guid`=74300; + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=21188; +DELETE FROM `smart_scripts` WHERE `entryorguid`=21188 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2118800,2118801) 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 +(21188,0,0,0,38,0,100,0,1,1,75000,75000,80,2118800,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - On data set - action list'), +(2118800,9,0,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - say text'), +(2118800,9,1,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - say text'), +(2118800,9,2,0,0,0,100,0,2000,2000,0,0,53,0,21188,0,0,0,1,1,0,0,0,0,0,0,0, 'thadok - action list - start wp'), +(21188,0,1,0,40,0,100,0,4,21188,0,0,80,2118801,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - on wp reached - action list'), +(2118801,9,0,0,0,0,100,0,0,0,0,0,50,184685,60,1,0,0,0,8,0,0,0,-2668.07, 4423.7, 37.0967, 6.25323, 'thadok - action list - summon gob'), +(2118801,9,1,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - say text'), +(2118801,9,2,0,0,0,100,0,2000,2000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - say text'), +(2118801,9,3,0,0,0,100,0,57000,57000,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'thadok - action list - set run off'), +(2118801,9,4,0,0,0,100,0,1000,1000,0,0,69,1,0,0,0,0,0,8,0,0,0,-2660.596680,4398.262695,36.745258,5.546348, 'thadok - action list - move to pos'), +(21188,0,2,0,34,0,100,0,8,1,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.546348, 'thadok - On mov inform - Set orientation'); + + +DELETE FROM `waypoints` WHERE `entry`=21188; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(21188,1,-2661.372, 4406.079, 36.254,""), +(21188,2,-2663.946, 4416.340, 36.078,""), +(21188,3,-2665.697, 4422.351, 36.910,""), +(21188,4,-2667.849, 4422.076, 37.022,""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_02_world.sql new file mode 100644 index 00000000000..398a477e1fc --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_dbc` SET `effectimplicittargeta1`=25, `rangeindex`=12 WHERE `Id` IN (45367, 45370); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_03_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_03_world_335.sql new file mode 100644 index 00000000000..7f00028f455 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_03_world_335.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature_template` SET `AIName`='SmartAI', `unit_flags`=`unit_flags`|768 WHERE `entry`=10581; +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=10539; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (10539,10581) AND `source_type`=0; +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 +(10539,0,0,1,20,0,100,0,4821,0,0,0,41,0,0,0,0,0,0,19,10581,20,0,0,0,0,0, 'Hagar Lightninghoof - On quest rewarded - despawn npc'), +(10539,0,1,0,61,0,100,0,0,0,0,0,12,10581,3,10000,0,0,0,8,0,0,0,-5440.1005, -2401.906, 89.2746, 4.631578, 'Hagar Lightninghoof - On quest rewarded - summon npc'), +(10581,0,0,0,54,0,100,0,0,0,0,0,89,5,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Young Arikara - On Just summoned - random movements'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_04_world.sql new file mode 100644 index 00000000000..a252d987abf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_22_04_world.sql @@ -0,0 +1,35 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (96886); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(96886, 17889, 530, 1, 1, 0, 0, -2143.43, -10692, 64.7658, 4.93928, 300, 0, 0, 42, 0, 0); + +UPDATE `conditions` SET `ConditionValue2`=17889, `ConditionValue3`=63610 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31411; +UPDATE `conditions` SET `ConditionValue2`=17889, `ConditionValue3`=96886 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31412; +UPDATE `conditions` SET `ConditionValue2`=17889, `ConditionValue3`=63611 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31413; +UPDATE `conditions` SET `ConditionValue2`=17889, `ConditionValue3`=63609 WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=31414; + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (17889,17886); +UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (184850,182026); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-63583,-63584,-63585,-63582) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (184850,182026) 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 +(-63583,0,0,0,11,0,100,0,0,0,0,0,11,31411,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Sunhawk Portal Controller - On respawn - cast Stabilize Sun Gate I'), +(-63584,0,0,0,11,0,100,0,0,0,0,0,11,31412,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Sunhawk Portal Controller - On respawn - cast Stabilize Sun Gate II'), +(-63585,0,0,0,11,0,100,0,0,0,0,0,11,31413,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Sunhawk Portal Controller - On respawn - cast Stabilize Sun Gate III'), +(-63582,0,0,0,11,0,100,0,0,0,0,0,11,31414,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Sunhawk Portal Controller - On respawn - cast Stabilize Sun Gate IV'), +(184850,1,0,0,70,0,100,0,2,0,0,0,51,0,0,0,0,0,0,19,17886,5,0,0,0,0,0,"Sunhawk Portal Controller - Gob activated - Kill target"), +(182026,1,0,0,60,0,100,0,2000,2000,2000,2000,105,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sun Gate - Update - add flag"), +(182026,1,1,0,60,0,100,0,2000,2000,2000,2000,106,16,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sun Gate - Update - remove flag"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN(182026); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(22, 1, 182026, 1, 0, 30, 1, 184850, 60, 0, 0, 0, 0, '', 'Sun Gate - Only run SAI if gob in range'), +(22, 2, 182026, 1, 0, 30, 1, 184850, 60, 0, 1, 0, 0, '', 'Sun Gate - Only run SAI if no gob in range'); + +UPDATE `creature` SET `spawntimesecs`=30 WHERE `id`=17886; +UPDATE `gameobject` SET `spawntimesecs`=30 WHERE `id`=184850; + +UPDATE `creature` SET `position_x`=-2147.350098, `position_y`=-10741.099609, `position_z`=73.903397 WHERE `guid`=63583; +UPDATE `creature` SET `position_x`=-2128.939941, `position_y`=-10726.000000, `position_z`=66.335800 WHERE `guid`=63584; +UPDATE `creature` SET `position_x`=-2107.070068, `position_y`=-10703.000000, `position_z`=65.189400 WHERE `guid`=63585; +UPDATE `creature` SET `position_x`=-2098.620117, `position_y`=-10688.500000, `position_z`=65.218102 WHERE `guid`=63582; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_24_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_24_00_world.sql new file mode 100644 index 00000000000..b5f2cdb50c5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_24_00_world.sql @@ -0,0 +1,889 @@ +-- +UPDATE `creature_template_addon` SET `visibilityDistanceType`=5 WHERE `entry`=33724; +DELETE FROM `creature_template_addon` WHERE `entry` IN (31734,33885,35429,35410,35415,35427,35421,35419,34255,34256,34257,37613,22526, 31920, 37236,22558, 32004, 37323,32796,33850,33851,33852,39166, 39167, 39168,37957, 37958, 37959,38265, 38266, 38267,37611,38129, 38701, 38702,38128, 38699, 38700,39232, 39233, 39234); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(31734,0, 0, 50331648, 1, 0, 5, NULL), +(33885,0, 0, 0, 1, 0, 5, NULL), +(35429,0, 0, 0, 1, 0, 5, NULL), +(35410,0, 0, 0, 1, 0, 5, NULL), +(35415,0, 0, 0, 257, 0, 5, NULL), +(35427,0, 0, 0, 1, 0, 5, NULL), +(35421,0, 0, 0, 257, 0, 5, NULL), +(35419,0, 0, 0, 257, 0, 5, NULL), +(34255,0, 0, 0, 1, 375, 5, NULL), +(34256,0, 0, 0, 1, 0, 5, NULL), +(34257,0, 0, 0, 1, 375, 5, NULL), +(37613,0, 0, 0, 1, 0, 5, "68792"), +(22526,0, 0, 0, 0, 0, 5, NULL), +(31920,0, 0, 0, 0, 0, 5, NULL), +(37236,0, 0, 0, 0, 0, 5, NULL), +(22558,0, 0, 0, 0, 0, 5, NULL), +(32004,0, 0, 0, 0, 0, 5, NULL), +(37323,0, 0, 0, 0, 0, 5, NULL), +(32796,0, 0, 0, 0, 0, 5, NULL), +(33850,0, 0, 0, 0, 0, 5, NULL), +(33851,0, 0, 0, 0, 0, 5, NULL), +(33852,0, 0, 0, 0, 0, 5, NULL), +(39166,0, 0, 0, 0, 0, 5, NULL), +(39167,0, 0, 0, 0, 0, 5, NULL), +(39168,0, 0, 0, 0, 0, 5, NULL), +(37957,0, 0, 0, 0, 0, 5, NULL), +(37958,0, 0, 0, 0, 0, 5, NULL), +(37959,0, 0, 0, 0, 0, 5, NULL), +(38265,0, 0, 0, 0, 0, 5, NULL), +(38266,0, 0, 0, 0, 0, 5, NULL), +(38267,0, 0, 0, 0, 0, 5, NULL), +(37611,0, 0, 0, 0, 0, 5, NULL), +(38129,0, 0, 0, 0, 0, 5, NULL), +(38701,0, 0, 0, 0, 0, 5, NULL), +(38702,0, 0, 0, 0, 0, 5, NULL), +(38128,0, 0, 0, 0, 0, 5, NULL), +(38699,0, 0, 0, 0, 0, 5, NULL), +(38700,0, 0, 0, 0, 0, 5, NULL), +(39232,0, 0, 0, 0, 0, 5, NULL), +(39233,0, 0, 0, 0, 0, 5, NULL), +(39234,0, 0, 0, 0, 0, 5, NULL); + +UPDATE `creature_template_addon` SET `visibilityDistanceType`=4 WHERE `entry`=30905; +UPDATE `creature_template_addon` SET `auras`="" WHERE `entry`=29240; +DELETE FROM `creature_template_addon` WHERE `entry` IN (34045,39805,39823,39920,35413,35431,36357,35433,34111,34201,34186,30973,31559,31560,31561,32795,31533,31469,33360,33392,33393,33391,33910,34105,34277,34162,34165,34276,34566,35436,35417,36358,37550,37551,37549,38258,38220,38219,38401,38399,38400,35615, 35616,38784, 38785,38769, 38770,38771, 38772); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(34045, 0, 0, 0, 275, 0, 4, NULL), +(39805, 0, 0, 0, 1, 0, 4, NULL), +(39823, 0, 0, 0, 1, 0, 4, NULL), +(39920, 0, 0, 0, 1, 0, 4, NULL), +(35413, 0, 0, 0, 257, 0, 4, NULL), +(35431, 0, 0, 0, 1, 0, 4, NULL), +(36357, 0, 0, 0, 257, 0, 4, NULL), +(35433, 0, 0, 0, 1, 0, 4, NULL), +(34111, 0, 0, 0, 1, 0, 4, NULL), +(34201, 0, 0, 33554432, 1, 0, 4, NULL), +(34186, 0, 0, 0, 1, 0, 4, NULL), +(30973, 0, 0, 0, 1, 0, 4, NULL), +(31559, 0, 0, 0, 0, 0, 4, NULL), +(31560, 0, 0, 0, 0, 0, 4, NULL), +(31561, 0, 0, 0, 0, 0, 4, NULL), +(32795, 0, 0, 0, 0, 0, 4, NULL), +(31533, 0, 0, 0, 0, 0, 4, NULL), +(31469, 0, 0, 0, 0, 0, 4, NULL), +(33360, 0, 0, 0, 0, 0, 4, NULL), +(33392, 0, 0, 0, 0, 0, 4, NULL), +(33393, 0, 0, 0, 0, 0, 4, NULL), +(33391, 0, 0, 0, 0, 0, 4, NULL), +(33910, 0, 0, 0, 0, 0, 4, NULL), +(34105, 0, 0, 0, 0, 0, 4, NULL), +(34277, 0, 0, 0, 0, 0, 4, NULL), +(34162, 0, 0, 0, 0, 0, 4, NULL), +(34165, 0, 0, 0, 0, 0, 4, NULL), +(34276, 0, 0, 0, 0, 0, 4, NULL), +(34566, 0, 0, 0, 0, 0, 4, NULL), +(35436, 0, 0, 0, 0, 0, 4, NULL), +(35417, 0, 0, 0, 0, 0, 4, NULL), +(36358, 0, 0, 0, 0, 0, 4, NULL), +(37550, 0, 0, 0, 0, 0, 4, NULL), +(37551, 0, 0, 0, 0, 0, 4, NULL), +(37549, 0, 0, 0, 0, 0, 4, NULL), +(38258, 0, 0, 0, 0, 0, 4, NULL), +(38220, 0, 0, 0, 0, 0, 4, NULL), +(38219, 0, 0, 0, 0, 0, 4, NULL), +(38401, 0, 0, 0, 0, 0, 4, NULL), +(38399, 0, 0, 0, 0, 0, 4, NULL), +(38400, 0, 0, 0, 0, 0, 4, NULL), +(35615, 0, 0, 0, 0, 0, 4, NULL), +(35616, 0, 0, 0, 0, 0, 4, NULL), +(38784, 0, 0, 0, 0, 0, 4, NULL), +(38785, 0, 0, 0, 0, 0, 4, NULL), +(38769, 0, 0, 0, 0, 0, 4, NULL), +(38770, 0, 0, 0, 0, 0, 4, NULL), +(38771, 0, 0, 0, 0, 0, 4, NULL), +(38772, 0, 0, 0, 0, 0, 4, NULL); + +UPDATE `creature_template_addon` SET `visibilityDistanceType`=3 WHERE `entry` IN (20629, 20630, 29347, 29354, 29941, 29986, 33070, 33689, 33954, 34109, 34237, 34332, 34649, 35262, 35263, 35264, 35347, 35348, 35349, 35350, 35351, 35352, 36538, 38031, 38058, 38174, 38444, 39120, 39121, 39122, 39284, 39285, 39286, 39287, 39288, 39289); +DELETE FROM `creature_template_addon` WHERE `entry` IN (30998,30061,18436,18435,18433,18058,18601,18620,30999,20637,20657,20636,20653,20654,20645,20652,20656,20663,20665,21626,21590,21624,21598,21621,21622,21617,21588,21602,21620,21600,21601,38431,38585,38586,30459,30457,30540,30510,30397,30495,30508,30497,34235,34113,38059,38076,38091,38093,38087,38092,38080,38089,38090,38095,38081,38084,38083,38094,38086,38088,38096,38445,30936,37627,37636,31000,34003,31535,31001,31520,31311,38170,38723,38733,39815,40673,40674,40675,40670,40671,40672,40418,40420,40422,40424,33886,33888,33887,34247,33190,33191,35490,37678,33691,32187,31752,30522,30097,30935,29229,38073,38075,29575,30903,38072,30389,30991,33733,29842,20521,31676,26651,34218,29448,38398,38630,38631,38397,39000,39001,38396,38632,38633,36566,36572,22525,31917,37233,22594,32138,37466,22686,32056,37377,22629,31822,37363,22627,31821,37341,22556,32002,37321,22564,32023,37343,22566,22570,22563,32010,37329,22593,32136,37464,29446,29447,29373,29417,29701,29278,29268,29615,29249,29242,29241,29243,29286,29247,29248,29991,29718,29353,29362,29359,29363,29355,29371,29324,29356,29609,29955,29940,30602,30603,30601,29852,29985,29357,29824,29823,29831,29833,29825,29828,29835,29576,29837,29898,29899,29900,29574,30068,29388,29379,29273,29274,29256,20568,20597,20596,18607,18621,20579,20571,20581,20595,18432,18434,20569,20578,20575,20592,20188,20169,20633,20183,22172,20535,20190,20548,20738,20745,20737,20184,20746,19893,19894,20632,21558,21551,21582,21581,21559,19895,20531,20168,20182,20267,20268,20266,20318,20306,20170,20690,20706,20303,20299,20307,20550,20304,21525,21533,21537,20522,21526,20319,21589,21616,21618,21599,20993,22171,22170,21915,21712,22167,21919,21918,21988,22129,22300,30748,31673,31674,31669,31679,31656,25541,25550,25555,25579,25556,25549,25574,25560,25578,24857,25552,25562,25573,25567,25557,26341,31210,31211,31212,31217,31359,30794,30810,30774,30822,30823,30819,30807,30518,30521,30529,30532,30398,30496,30509,30498,30788,30775,30805,31657,31680,31558,31373,31386,31390,31391,31388,31394,31537,31536,31612,31616,31615,31617,30972,31611,31592,31538,31588,31600,31593,31589,31594,31601,31590,31595,31602,31591,31596,31603,31610,31604,31585,31597,31586,31599,31607,31511,31368,31465,31464,31509,31508,31512,31510,31598,31367,30925,30934,30075,30087,31534,30600,31501,31544,31503,31546,31539,31540,31502,31504,31722,31547,31548,31541,31543,32555,32552,32554,32551,32553,32313,32368,32846,33694,33147,33693,33149,33148,33154,33692,33909,33911,34296,34215,33968,33234,33449,33955,33995,33729,33737,33732,33731,34106,33789,34175,33730,34152,33735,33734,33741,34108,33664,33668,33700,33723,33757,33758,33908,33773,33815,33827,33829,33830,33828,33832,33831,33839,33967,33984,33986,33989,33994,34200,34166,34016,34169,34171,33999,34185,34229,34216,34245,34226,34236,34442,34443,35749,35740,35741,35742,35705,35706,35707,35683,35684,35685,35724,35725,35726,35689,35690,35691,35695,35696,35697,35671,35672,35673,35718,35719,35720,35711,35712,35713,35680,35681,35682,35708,35709,35710,35692,35693,35694,35686,35687,35688,35702,35703,35704,35743,35744,35745,35734,35735,35736,35746,35747,35748,35665,35666,35667,35662,35663,35664,35721,35722,35723,35714,35715,35716,35728,35729,35730,35668,35669,35670,35699,35700,35701,35674,35675,35676,35731,35732,35733,35737,35738,35739,34648,35655,35656,35353,35354,35355,35356,35357,35358,36086,36083,36082,36087,36088,35216,35268,35269,35438,35439,35440,35447,35448,35449,35514,35515,35516,35265,35266,35267,35278,35279,35280,35270,35271,35272,35405,35403,35517,35531,35360,35541,35538,35530,35536,35540,35521,35528,35543,35535,35537,35527,35542,35520,35533,35523,35525,35534,35522,35524,35539,35529,35532,35544,35519,35518,35359,35511,35512,35513,35546,35559,35560,35568,36085,36091,36090,36089,35717,36084,36067,37629,36498,37677,36571,37504,37505,37506,38390,38549,38550,39305,39306,39307,36938,39302,39303,39304,37720,37609,38169,38722,38721,39296,38074,37644,37612,37637,38077,38106,38296,38297,37640,37656,37622,37641,37642,38138,38123,37639,38406,38685,38686,38404,38679,38680,38262,38683,38684,38261,38691,38692,38403,38675,38676,38408,38689,38690,38407,38687,38688,38405,38681,38682,38082,38079,38061,38078,38085,38108,38062,38064,38063,38418,38256,38693,38694,38257,38677,38678,38298,38299,38303,38304,38000,38097,38103,38349,38350,38351,38352,38481,38446,38602,38760,38761,38098,38100,38102,38480,38099,38101,38479,38605,38786,38787,39309,39310,39311,38604,38758,38759,39299,39300,39301,38025,38026,37731,37730,38402,38582,38583,38166,38724,38734,38393,38628,38629,38394,38625,38626,38434,38435,38436,38641,38773,38774,38395,38634,38635,38185,38788,38789,38790,38388,38462,38483,38590,39864,39944,39945,39922,43280,43281,43282,40143,40144,40145,40682,40684); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(30998, 0, 0, 0, 1, 0, 3, "57740"), +(30061, 0, 0, 0, 4097, 0, 3, ""), +(18436, 0, 0, 0, 4097, 0, 3, ""), +(18435, 0, 0, 0, 4097, 0, 3, ""), +(18433, 0, 0, 0, 4097, 0, 3, ""), +(18058, 0, 0, 0, 4097, 0, 3, ""), +(18601, 0, 0, 0, 4097, 0, 3, ""), +(18620, 0, 0, 0, 4097, 0, 3, ""), +(30999, 0, 0, 0, 1, 0, 3, "57740"), +(20637, 0, 0, 0, 4097, 0, 3, ""), +(20657, 0, 0, 0, 4097, 0, 3, ""), +(20636, 0, 0, 0, 4097, 0, 3, ""), +(20653, 0, 0, 0, 4097, 0, 3, ""), +(20654, 0, 0, 0, 4097, 0, 3, ""), +(20645, 0, 0, 0, 4097, 0, 3, ""), +(20652, 0, 0, 0, 4097, 0, 3, ""), +(20656, 0, 0, 0, 4097, 0, 3, ""), +(20663, 0, 0, 0, 4097, 0, 3, "33569"), +(20665, 0, 0, 0, 4097, 0, 3, ""), +(21626, 0, 0, 0, 4097, 0, 3, ""), +(21590, 0, 0, 0, 4097, 0, 3, ""), +(21624, 0, 0, 0, 4097, 0, 3, ""), +(21598, 0, 0, 0, 4097, 0, 3, ""), +(21621, 0, 0, 0, 4097, 0, 3, ""), +(21622, 0, 0, 0, 4097, 0, 3, ""), +(21617, 0, 0, 0, 4097, 0, 3, ""), +(21588, 0, 0, 0, 4097, 0, 3, ""), +(21602, 0, 0, 0, 4097, 0, 3, ""), +(21620, 0, 0, 0, 4097, 0, 3, ""), +(21600, 0, 0, 0, 4097, 0, 3, ""), +(21601, 0, 0, 0, 4097, 0, 3, ""), +(38431, 0, 0, 0, 1, 69, 3, ""), +(38585, 0, 0, 0, 1, 69, 3, ""), +(38586, 0, 0, 0, 1, 69, 3, ""), +(30459, 0, 0, 0, 1, 0, 3, ""), +(30457, 0, 0, 0, 1, 0, 3, ""), +(30540, 0, 0, 0, 1, 0, 3, ""), +(30510, 0, 0, 0, 1, 0, 3, ""), +(30397, 0, 0, 0, 1, 333, 3, ""), +(30495, 0, 0, 0, 1, 333, 3, ""), +(30508, 0, 0, 0, 1, 376, 3, ""), +(30497, 0, 0, 0, 1, 375, 3, ""), +(34235, 0, 0, 0, 1, 0, 3, ""), +(34113, 0, 0, 0, 1, 27, 3, ""), +(38059, 0, 0, 0, 1, 333, 3, ""), +(38076, 0, 0, 8, 1, 0, 3, ""), +(38091, 0, 0, 0, 1, 0, 3, ""), +(38093, 0, 0, 0, 1, 0, 3, ""), +(38087, 0, 0, 0, 1, 0, 3, ""), +(38092, 0, 0, 0, 1, 0, 3, ""), +(38080, 0, 0, 0, 1, 0, 3, ""), +(38089, 0, 0, 0, 1, 0, 3, ""), +(38090, 0, 0, 0, 1, 0, 3, ""), +(38095, 0, 0, 0, 1, 0, 3, ""), +(38081, 0, 0, 0, 1, 0, 3, ""), +(38084, 0, 0, 0, 1, 0, 3, ""), +(38083, 0, 0, 0, 1, 0, 3, ""), +(38094, 0, 0, 0, 1, 0, 3, ""), +(38086, 0, 0, 0, 1, 0, 3, ""), +(38088, 0, 0, 0, 1, 0, 3, ""), +(38096, 0, 0, 0, 1, 0, 3, ""), +(38445, 0, 0, 0, 1, 0, 3, ""), +(30936, 0, 0, 0, 0, 0, 3, ""), +(37627, 0, 0, 0, 1, 0, 3, ""), +(37636, 0, 0, 0, 1, 0, 3, ""), +(31000, 0, 0, 0, 1, 0, 3, "57740"), +(34003, 0, 0, 0, 1, 0, 3, ""), +(31535, 0, 0, 0, 0, 0, 3, ""), +(31001, 0, 0, 0, 1, 0, 3, ""), +(31520, 0, 0, 0, 1, 0, 3, ""), +(31311, 0, 0, 0, 1, 0, 3, ""), +(38170, 0, 0, 0, 1, 0, 3, "70749"), +(38723, 0, 0, 0, 1, 0, 3, "70749"), +(38733, 0, 0, 0, 1, 0, 3, "70749"), +(39815, 0, 0, 0, 1, 0, 3, ""), +(40673, 0, 0, 0, 1, 0, 3, "74803"), +(40674, 0, 0, 0, 1, 0, 3, "74803"), +(40675, 0, 0, 0, 1, 0, 3, "74803"), +(40670, 0, 0, 0, 1, 0, 3, "74629"), +(40671, 0, 0, 0, 1, 0, 3, "74629"), +(40672, 0, 0, 0, 1, 0, 3, "74629"), +(40418, 0, 0, 0, 1, 0, 3, ""), +(40420, 0, 0, 0, 1, 0, 3, ""), +(40422, 0, 0, 0, 1, 0, 3, ""), +(40424, 0, 0, 0, 1, 0, 3, ""), +(33886, 0, 0, 0, 1, 0, 3, ""), +(33888, 0, 0, 0, 1, 0, 3, ""), +(33887, 0, 0, 0, 1, 0, 3, ""), +(34247, 0, 0, 0, 1, 0, 3, ""), +(33190, 0, 0, 0, 1, 0, 3, ""), +(33191, 0, 0, 0, 1, 0, 3, ""), +(35490, 0, 0, 0, 1, 0, 3, ""), +(37678, 0, 0, 0, 1, 0, 3, ""), +(33691, 0, 0, 0, 0, 0, 3, "62019"), +(32187, 0, 0, 50331648, 1, 0, 3, "55845"), +(31752, 0, 0, 50331648, 1, 0, 3, "60534"), +(30522, 0, 0, 0, 1, 0, 3, "48019"), +(30097, 0, 0, 0, 1, 0, 3, "19818"), +(30935, 0, 0, 0, 0, 0, 3, ""), +(29229, 0, 0, 0, 1, 0, 3, "53703"), +(38073, 0, 0, 0, 1, 468, 3, ""), +(38075, 0, 0, 8, 1, 0, 3, ""), +(29575, 0, 0, 0, 1, 0, 3, "7743"), +(30903, 0, 0, 50331648, 1, 0, 3, ""), +(38072, 0, 0, 8, 1, 0, 3, ""), +(30389, 0, 0, 0, 1, 0, 3, "56623"), +(30991, 0, 0, 50331648, 1, 0, 3, ""), +(33733, 0, 0, 33554432, 1, 0, 3, ""), +(29842, 0, 25278, 0, 0, 0, 3, ""), +(20521, 0, 8469, 0, 0, 0, 3, ""), +(31676, 0, 0, 0, 0, 0, 3, ""), +(26651, 0, 8469, 0, 0, 0, 3, ""), +(34218, 0, 0, 0, 1, 0, 3, "63767"), +(29448, 0, 0, 0, 0, 0, 3, "28160"), +(38398, 0, 0, 0, 0, 0, 3, "71235"), +(38630, 0, 0, 0, 0, 0, 3, "71235"), +(38631, 0, 0, 0, 0, 0, 3, "71235"), +(38397, 0, 0, 0, 0, 0, 3, "71234 70768"), +(39000, 0, 0, 0, 0, 0, 3, "71234 70768"), +(39001, 0, 0, 0, 0, 0, 3, "71234 70768"), +(38396, 0, 0, 0, 0, 0, 3, "70901"), +(38632, 0, 0, 0, 0, 0, 3, "70901"), +(38633, 0, 0, 0, 0, 0, 3, "70901"), +(36566, 0, 0, 0, 0, 0, 3, ""), +(36572, 0, 0, 0, 0, 0, 3, ""), +(22525, 0, 0, 0, 0, 0, 3, ""), +(31917, 0, 0, 0, 0, 0, 3, ""), +(37233, 0, 0, 0, 0, 0, 3, ""), +(22594, 0, 0, 0, 0, 0, 3, ""), +(32138, 0, 0, 0, 0, 0, 3, ""), +(37466, 0, 0, 0, 0, 0, 3, ""), +(22686, 0, 0, 0, 0, 0, 3, ""), +(32056, 0, 0, 0, 0, 0, 3, ""), +(37377, 0, 0, 0, 0, 0, 3, ""), +(22629, 0, 0, 0, 0, 0, 3, ""), +(31822, 0, 0, 0, 0, 0, 3, ""), +(37363, 0, 0, 0, 0, 0, 3, ""), +(22627, 0, 0, 0, 0, 0, 3, ""), +(31821, 0, 0, 0, 0, 0, 3, ""), +(37341, 0, 0, 0, 0, 0, 3, ""), +(22556, 0, 0, 0, 0, 0, 3, ""), +(32002, 0, 0, 0, 0, 0, 3, ""), +(37321, 0, 0, 0, 0, 0, 3, ""), +(22564, 0, 0, 0, 0, 0, 3, ""), +(32023, 0, 0, 0, 0, 0, 3, ""), +(37343, 0, 0, 0, 0, 0, 3, ""), +(22566, 0, 0, 0, 0, 0, 3, ""), +(22570, 0, 0, 0, 0, 0, 3, ""), +(22563, 0, 0, 0, 0, 0, 3, ""), +(32010, 0, 0, 0, 0, 0, 3, ""), +(37329, 0, 0, 0, 0, 0, 3, ""), +(22593, 0, 0, 0, 0, 0, 3, ""), +(32136, 0, 0, 0, 0, 0, 3, ""), +(37464, 0, 0, 0, 0, 0, 3, ""), +(29446, 0, 0, 0, 0, 0, 3, ""), +(29447, 0, 0, 0, 0, 0, 3, ""), +(29373, 0, 0, 0, 0, 0, 3, ""), +(29417, 0, 0, 0, 0, 0, 3, ""), +(29701, 0, 0, 0, 0, 0, 3, ""), +(29278, 0, 0, 0, 0, 0, 3, ""), +(29268, 0, 0, 0, 0, 0, 3, ""), +(29615, 0, 0, 0, 0, 0, 3, ""), +(29249, 0, 0, 0, 0, 0, 3, ""), +(29242, 0, 0, 0, 0, 0, 3, ""), +(29241, 0, 0, 0, 0, 0, 3, ""), +(29243, 0, 0, 0, 0, 0, 3, ""), +(29286, 0, 0, 0, 0, 0, 3, ""), +(29247, 0, 0, 0, 0, 0, 3, ""), +(29248, 0, 0, 0, 0, 0, 3, ""), +(29991, 0, 0, 0, 0, 0, 3, ""), +(29718, 0, 0, 0, 0, 0, 3, ""), +(29353, 0, 0, 0, 0, 0, 3, ""), +(29362, 0, 0, 0, 0, 0, 3, ""), +(29359, 0, 0, 0, 0, 0, 3, ""), +(29363, 0, 0, 0, 0, 0, 3, ""), +(29355, 0, 0, 0, 0, 0, 3, ""), +(29371, 0, 0, 0, 0, 0, 3, ""), +(29324, 0, 0, 0, 0, 0, 3, ""), +(29356, 0, 0, 0, 0, 0, 3, ""), +(29609, 0, 0, 0, 0, 0, 3, ""), +(29955, 0, 0, 0, 0, 0, 3, ""), +(29940, 0, 0, 0, 0, 0, 3, ""), +(30602, 0, 0, 0, 0, 0, 3, ""), +(30603, 0, 0, 0, 0, 0, 3, ""), +(30601, 0, 0, 0, 0, 0, 3, ""), +(29852, 0, 0, 0, 0, 0, 3, ""), +(29985, 0, 0, 0, 0, 0, 3, ""), +(29357, 0, 0, 0, 0, 0, 3, ""), +(29824, 0, 0, 0, 0, 0, 3, ""), +(29823, 0, 0, 0, 0, 0, 3, ""), +(29831, 0, 0, 0, 0, 0, 3, ""), +(29833, 0, 0, 0, 0, 0, 3, ""), +(29825, 0, 0, 0, 0, 0, 3, ""), +(29828, 0, 0, 0, 0, 0, 3, ""), +(29835, 0, 0, 0, 0, 0, 3, ""), +(29576, 0, 0, 0, 0, 0, 3, ""), +(29837, 0, 0, 0, 0, 0, 3, ""), +(29898, 0, 0, 0, 0, 0, 3, ""), +(29899, 0, 0, 0, 0, 0, 3, ""), +(29900, 0, 0, 0, 0, 0, 3, ""), +(29574, 0, 0, 0, 0, 0, 3, ""), +(30068, 0, 0, 0, 0, 0, 3, ""), +(29388, 0, 0, 0, 0, 0, 3, ""), +(29379, 0, 0, 0, 0, 0, 3, ""), +(29273, 0, 0, 0, 0, 0, 3, ""), +(29274, 0, 0, 0, 0, 0, 3, ""), +(29256, 0, 0, 0, 0, 0, 3, ""), +(20568, 0, 0, 0, 0, 0, 3, ""), +(20597, 0, 0, 0, 0, 0, 3, ""), +(20596, 0, 0, 0, 0, 0, 3, ""), +(18607, 0, 0, 0, 0, 0, 3, ""), +(18621, 0, 0, 0, 0, 0, 3, ""), +(20579, 0, 0, 0, 0, 0, 3, ""), +(20571, 0, 0, 0, 0, 0, 3, ""), +(20581, 0, 0, 0, 0, 0, 3, ""), +(20595, 0, 0, 0, 0, 0, 3, ""), +(18432, 0, 0, 0, 0, 0, 3, ""), +(18434, 0, 0, 0, 0, 0, 3, ""), +(20569, 0, 0, 0, 0, 0, 3, ""), +(20578, 0, 0, 0, 0, 0, 3, ""), +(20575, 0, 0, 0, 0, 0, 3, ""), +(20592, 0, 0, 0, 0, 0, 3, ""), +(20188, 0, 0, 0, 0, 0, 3, ""), +(20169, 0, 0, 0, 0, 0, 3, ""), +(20633, 0, 0, 0, 0, 0, 3, ""), +(20183, 0, 0, 0, 0, 0, 3, ""), +(22172, 0, 0, 0, 0, 0, 3, ""), +(20535, 0, 0, 0, 0, 0, 3, ""), +(20190, 0, 0, 0, 0, 0, 3, ""), +(20548, 0, 0, 0, 0, 0, 3, ""), +(20738, 0, 0, 0, 0, 0, 3, ""), +(20745, 0, 0, 0, 0, 0, 3, ""), +(20737, 0, 0, 0, 0, 0, 3, ""), +(20184, 0, 0, 0, 0, 0, 3, ""), +(20746, 0, 0, 0, 0, 0, 3, ""), +(19893, 0, 0, 0, 0, 0, 3, ""), +(19894, 0, 0, 0, 0, 0, 3, ""), +(20632, 0, 0, 0, 0, 0, 3, ""), +(21558, 0, 0, 0, 0, 0, 3, ""), +(21551, 0, 0, 0, 0, 0, 3, ""), +(21582, 0, 0, 0, 0, 0, 3, ""), +(21581, 0, 0, 0, 0, 0, 3, ""), +(21559, 0, 0, 0, 0, 0, 3, ""), +(19895, 0, 0, 0, 0, 0, 3, ""), +(20531, 0, 0, 0, 0, 0, 3, ""), +(20168, 0, 0, 0, 0, 0, 3, ""), +(20182, 0, 0, 0, 0, 0, 3, ""), +(20267, 0, 0, 0, 0, 0, 3, ""), +(20268, 0, 0, 0, 0, 0, 3, ""), +(20266, 0, 0, 0, 0, 0, 3, ""), +(20318, 0, 0, 0, 0, 0, 3, ""), +(20306, 0, 0, 0, 0, 0, 3, ""), +(20170, 0, 0, 0, 0, 0, 3, ""), +(20690, 0, 0, 0, 0, 0, 3, ""), +(20706, 0, 0, 0, 0, 0, 3, ""), +(20303, 0, 0, 0, 0, 0, 3, ""), +(20299, 0, 0, 0, 0, 0, 3, ""), +(20307, 0, 0, 0, 0, 0, 3, ""), +(20550, 0, 0, 0, 0, 0, 3, ""), +(20304, 0, 0, 0, 0, 0, 3, ""), +(21525, 0, 0, 0, 0, 0, 3, ""), +(21533, 0, 0, 0, 0, 0, 3, ""), +(21537, 0, 0, 0, 0, 0, 3, ""), +(20522, 0, 0, 0, 0, 0, 3, ""), +(21526, 0, 0, 0, 0, 0, 3, ""), +(20319, 0, 0, 0, 0, 0, 3, ""), +(21589, 0, 0, 0, 0, 0, 3, ""), +(21616, 0, 0, 0, 0, 0, 3, ""), +(21618, 0, 0, 0, 0, 0, 3, ""), +(21599, 0, 0, 0, 0, 0, 3, ""), +(20993, 0, 0, 0, 0, 0, 3, ""), +(22171, 0, 0, 0, 0, 0, 3, ""), +(22170, 0, 0, 0, 0, 0, 3, ""), +(21915, 0, 0, 0, 0, 0, 3, ""), +(21712, 0, 0, 0, 0, 0, 3, ""), +(22167, 0, 0, 0, 0, 0, 3, ""), +(21919, 0, 0, 0, 0, 0, 3, ""), +(21918, 0, 0, 0, 0, 0, 3, ""), +(21988, 0, 0, 0, 0, 0, 3, ""), +(22129, 0, 0, 0, 0, 0, 3, ""), +(22300, 0, 0, 0, 0, 0, 3, ""), +(30748, 0, 0, 0, 0, 0, 3, ""), +(31673, 0, 0, 0, 0, 0, 3, ""), +(31674, 0, 0, 0, 0, 0, 3, ""), +(31669, 0, 0, 0, 0, 0, 3, ""), +(31679, 0, 0, 0, 0, 0, 3, ""), +(31656, 0, 0, 0, 0, 0, 3, ""), +(25541, 0, 0, 0, 0, 0, 3, ""), +(25550, 0, 0, 0, 0, 0, 3, ""), +(25555, 0, 0, 0, 0, 0, 3, ""), +(25579, 0, 0, 0, 0, 0, 3, ""), +(25556, 0, 0, 0, 0, 0, 3, ""), +(25549, 0, 0, 0, 0, 0, 3, ""), +(25574, 0, 0, 0, 0, 0, 3, ""), +(25560, 0, 0, 0, 0, 0, 3, ""), +(25578, 0, 0, 0, 0, 0, 3, ""), +(24857, 0, 0, 0, 0, 0, 3, ""), +(25552, 0, 0, 0, 0, 0, 3, ""), +(25562, 0, 0, 0, 0, 0, 3, ""), +(25573, 0, 0, 0, 0, 0, 3, ""), +(25567, 0, 0, 0, 0, 0, 3, ""), +(25557, 0, 0, 0, 0, 0, 3, ""), +(26341, 0, 0, 0, 0, 0, 3, ""), +(31210, 0, 0, 0, 0, 0, 3, ""), +(31211, 0, 0, 0, 0, 0, 3, ""), +(31212, 0, 0, 0, 0, 0, 3, ""), +(31217, 0, 0, 0, 0, 0, 3, ""), +(31359, 0, 0, 0, 0, 0, 3, ""), +(30794, 0, 0, 0, 0, 0, 3, ""), +(30810, 0, 0, 0, 0, 0, 3, ""), +(30774, 0, 0, 0, 0, 0, 3, ""), +(30822, 0, 0, 0, 0, 0, 3, ""), +(30823, 0, 0, 0, 0, 0, 3, ""), +(30819, 0, 0, 0, 0, 0, 3, ""), +(30807, 0, 0, 0, 0, 0, 3, ""), +(30518, 0, 0, 0, 0, 0, 3, ""), +(30521, 0, 0, 0, 0, 0, 3, ""), +(30529, 0, 0, 0, 0, 0, 3, ""), +(30532, 0, 0, 0, 0, 0, 3, ""), +(30398, 0, 0, 0, 0, 0, 3, ""), +(30496, 0, 0, 0, 0, 0, 3, ""), +(30509, 0, 0, 0, 0, 0, 3, ""), +(30498, 0, 0, 0, 0, 0, 3, ""), +(30788, 0, 0, 0, 0, 0, 3, ""), +(30775, 0, 0, 0, 0, 0, 3, ""), +(30805, 0, 0, 0, 0, 0, 3, ""), +(31657, 0, 0, 0, 0, 0, 3, ""), +(31680, 0, 0, 0, 0, 0, 3, ""), +(31558, 0, 0, 0, 0, 0, 3, ""), +(31373, 0, 0, 0, 0, 0, 3, ""), +(31386, 0, 0, 0, 0, 0, 3, ""), +(31390, 0, 0, 0, 0, 0, 3, ""), +(31391, 0, 0, 0, 0, 0, 3, ""), +(31388, 0, 0, 0, 0, 0, 3, ""), +(31394, 0, 0, 0, 0, 0, 3, ""), +(31537, 0, 0, 0, 0, 0, 3, ""), +(31536, 0, 0, 0, 0, 0, 3, ""), +(31612, 0, 0, 0, 0, 0, 3, ""), +(31616, 0, 0, 0, 0, 0, 3, ""), +(31615, 0, 0, 0, 0, 0, 3, ""), +(31617, 0, 0, 0, 0, 0, 3, ""), +(30972, 0, 0, 0, 0, 0, 3, ""), +(31611, 0, 0, 0, 0, 0, 3, ""), +(31592, 0, 0, 0, 0, 0, 3, ""), +(31538, 0, 0, 0, 0, 0, 3, ""), +(31588, 0, 0, 0, 0, 0, 3, ""), +(31600, 0, 0, 0, 0, 0, 3, ""), +(31593, 0, 0, 0, 0, 0, 3, ""), +(31589, 0, 0, 0, 0, 0, 3, ""), +(31594, 0, 0, 0, 0, 0, 3, ""), +(31601, 0, 0, 0, 0, 0, 3, ""), +(31590, 0, 0, 0, 0, 0, 3, ""), +(31595, 0, 0, 0, 0, 0, 3, ""), +(31602, 0, 0, 0, 0, 0, 3, ""), +(31591, 0, 0, 0, 0, 0, 3, ""), +(31596, 0, 0, 0, 0, 0, 3, ""), +(31603, 0, 0, 0, 0, 0, 3, ""), +(31610, 0, 0, 0, 0, 0, 3, ""), +(31604, 0, 0, 0, 0, 0, 3, ""), +(31585, 0, 0, 0, 0, 0, 3, ""), +(31597, 0, 0, 0, 0, 0, 3, ""), +(31586, 0, 0, 0, 0, 0, 3, ""), +(31599, 0, 0, 0, 0, 0, 3, ""), +(31607, 0, 0, 0, 0, 0, 3, ""), +(31511, 0, 0, 0, 0, 0, 3, ""), +(31368, 0, 0, 0, 0, 0, 3, ""), +(31465, 0, 0, 0, 0, 0, 3, ""), +(31464, 0, 0, 0, 0, 0, 3, ""), +(31509, 0, 0, 0, 0, 0, 3, ""), +(31508, 0, 0, 0, 0, 0, 3, ""), +(31512, 0, 0, 0, 0, 0, 3, ""), +(31510, 0, 0, 0, 0, 0, 3, ""), +(31598, 0, 0, 0, 0, 0, 3, ""), +(31367, 0, 0, 0, 0, 0, 3, ""), +(30925, 0, 0, 0, 0, 0, 3, ""), +(30934, 0, 0, 0, 0, 0, 3, ""), +(30075, 0, 0, 0, 0, 0, 3, ""), +(30087, 0, 0, 0, 0, 0, 3, ""), +(31534, 0, 0, 0, 0, 0, 3, ""), +(30600, 0, 0, 0, 0, 0, 3, ""), +(31501, 0, 0, 0, 0, 0, 3, ""), +(31544, 0, 0, 0, 0, 0, 3, ""), +(31503, 0, 0, 0, 0, 0, 3, ""), +(31546, 0, 0, 0, 0, 0, 3, ""), +(31539, 0, 0, 0, 0, 0, 3, ""), +(31540, 0, 0, 0, 0, 0, 3, ""), +(31502, 0, 0, 0, 0, 0, 3, ""), +(31504, 0, 0, 0, 0, 0, 3, ""), +(31722, 0, 0, 0, 0, 0, 3, ""), +(31547, 0, 0, 0, 0, 0, 3, ""), +(31548, 0, 0, 0, 0, 0, 3, ""), +(31541, 0, 0, 0, 0, 0, 3, ""), +(31543, 0, 0, 0, 0, 0, 3, ""), +(32555, 0, 0, 0, 0, 0, 3, ""), +(32552, 0, 0, 0, 0, 0, 3, ""), +(32554, 0, 0, 0, 0, 0, 3, ""), +(32551, 0, 0, 0, 0, 0, 3, ""), +(32553, 0, 0, 0, 0, 0, 3, ""), +(32313, 0, 0, 0, 0, 0, 3, ""), +(32368, 0, 0, 0, 0, 0, 3, ""), +(32846, 0, 0, 0, 0, 0, 3, ""), +(33694, 0, 0, 0, 0, 0, 3, ""), +(33147, 0, 0, 0, 0, 0, 3, ""), +(33693, 0, 0, 0, 0, 0, 3, ""), +(33149, 0, 0, 0, 0, 0, 3, ""), +(33148, 0, 0, 0, 0, 0, 3, ""), +(33154, 0, 0, 0, 0, 0, 3, ""), +(33692, 0, 0, 0, 0, 0, 3, ""), +(33909, 0, 0, 0, 0, 0, 3, ""), +(33911, 0, 0, 0, 0, 0, 3, ""), +(34296, 0, 0, 0, 0, 0, 3, ""), +(34215, 0, 0, 0, 0, 0, 3, ""), +(33968, 0, 0, 0, 0, 0, 3, ""), +(33234, 0, 0, 0, 0, 0, 3, ""), +(33449, 0, 0, 0, 0, 0, 3, ""), +(33955, 0, 0, 0, 0, 0, 3, ""), +(33995, 0, 0, 0, 0, 0, 3, ""), +(33729, 0, 0, 0, 0, 0, 3, ""), +(33737, 0, 0, 0, 0, 0, 3, ""), +(33732, 0, 0, 0, 0, 0, 3, ""), +(33731, 0, 0, 0, 0, 0, 3, ""), +(34106, 0, 0, 0, 0, 0, 3, ""), +(33789, 0, 0, 0, 0, 0, 3, ""), +(34175, 0, 0, 0, 0, 0, 3, ""), +(33730, 0, 0, 0, 0, 0, 3, ""), +(34152, 0, 0, 0, 0, 0, 3, ""), +(33735, 0, 0, 0, 0, 0, 3, ""), +(33734, 0, 0, 0, 0, 0, 3, ""), +(33741, 0, 0, 0, 0, 0, 3, ""), +(34108, 0, 0, 0, 0, 0, 3, ""), +(33664, 0, 0, 0, 0, 0, 3, ""), +(33668, 0, 0, 0, 0, 0, 3, ""), +(33700, 0, 0, 0, 0, 0, 3, ""), +(33723, 0, 0, 0, 0, 0, 3, ""), +(33757, 0, 0, 0, 0, 0, 3, ""), +(33758, 0, 0, 0, 0, 0, 3, ""), +(33908, 0, 0, 0, 0, 0, 3, ""), +(33773, 0, 0, 0, 0, 0, 3, ""), +(33815, 0, 0, 0, 0, 0, 3, ""), +(33827, 0, 0, 0, 0, 0, 3, ""), +(33829, 0, 0, 0, 0, 0, 3, ""), +(33830, 0, 0, 0, 0, 0, 3, ""), +(33828, 0, 0, 0, 0, 0, 3, ""), +(33832, 0, 0, 0, 0, 0, 3, ""), +(33831, 0, 0, 0, 0, 0, 3, ""), +(33839, 0, 0, 0, 0, 0, 3, ""), +(33967, 0, 0, 0, 0, 0, 3, ""), +(33984, 0, 0, 0, 0, 0, 3, ""), +(33986, 0, 0, 0, 0, 0, 3, ""), +(33989, 0, 0, 0, 0, 0, 3, ""), +(33994, 0, 0, 0, 0, 0, 3, ""), +(34200, 0, 0, 0, 0, 0, 3, ""), +(34166, 0, 0, 0, 0, 0, 3, ""), +(34016, 0, 0, 0, 0, 0, 3, ""), +(34169, 0, 0, 0, 0, 0, 3, ""), +(34171, 0, 0, 0, 0, 0, 3, ""), +(33999, 0, 0, 0, 0, 0, 3, ""), +(34185, 0, 0, 0, 0, 0, 3, ""), +(34229, 0, 0, 0, 0, 0, 3, ""), +(34216, 0, 0, 0, 0, 0, 3, ""), +(34245, 0, 0, 0, 0, 0, 3, ""), +(34226, 0, 0, 0, 0, 0, 3, ""), +(34236, 0, 0, 0, 0, 0, 3, ""), +(34442, 0, 0, 0, 0, 0, 3, ""), +(34443, 0, 0, 0, 0, 0, 3, ""), +(35749, 0, 0, 0, 0, 0, 3, ""), +(35740, 0, 0, 0, 0, 0, 3, ""), +(35741, 0, 0, 0, 0, 0, 3, ""), +(35742, 0, 0, 0, 0, 0, 3, ""), +(35705, 0, 0, 0, 0, 0, 3, ""), +(35706, 0, 0, 0, 0, 0, 3, ""), +(35707, 0, 0, 0, 0, 0, 3, ""), +(35683, 0, 0, 0, 0, 0, 3, ""), +(35684, 0, 0, 0, 0, 0, 3, ""), +(35685, 0, 0, 0, 0, 0, 3, ""), +(35724, 0, 0, 0, 0, 0, 3, ""), +(35725, 0, 0, 0, 0, 0, 3, ""), +(35726, 0, 0, 0, 0, 0, 3, ""), +(35689, 0, 0, 0, 0, 0, 3, ""), +(35690, 0, 0, 0, 0, 0, 3, ""), +(35691, 0, 0, 0, 0, 0, 3, ""), +(35695, 0, 0, 0, 0, 0, 3, ""), +(35696, 0, 0, 0, 0, 0, 3, ""), +(35697, 0, 0, 0, 0, 0, 3, ""), +(35671, 0, 0, 0, 0, 0, 3, ""), +(35672, 0, 0, 0, 0, 0, 3, ""), +(35673, 0, 0, 0, 0, 0, 3, ""), +(35718, 0, 0, 0, 0, 0, 3, ""), +(35719, 0, 0, 0, 0, 0, 3, ""), +(35720, 0, 0, 0, 0, 0, 3, ""), +(35711, 0, 0, 0, 0, 0, 3, ""), +(35712, 0, 0, 0, 0, 0, 3, ""), +(35713, 0, 0, 0, 0, 0, 3, ""), +(35680, 0, 0, 0, 0, 0, 3, ""), +(35681, 0, 0, 0, 0, 0, 3, ""), +(35682, 0, 0, 0, 0, 0, 3, ""), +(35708, 0, 0, 0, 0, 0, 3, ""), +(35709, 0, 0, 0, 0, 0, 3, ""), +(35710, 0, 0, 0, 0, 0, 3, ""), +(35692, 0, 0, 0, 0, 0, 3, ""), +(35693, 0, 0, 0, 0, 0, 3, ""), +(35694, 0, 0, 0, 0, 0, 3, ""), +(35686, 0, 0, 0, 0, 0, 3, ""), +(35687, 0, 0, 0, 0, 0, 3, ""), +(35688, 0, 0, 0, 0, 0, 3, ""), +(35702, 0, 0, 0, 0, 0, 3, ""), +(35703, 0, 0, 0, 0, 0, 3, ""), +(35704, 0, 0, 0, 0, 0, 3, ""), +(35743, 0, 0, 0, 0, 0, 3, ""), +(35744, 0, 0, 0, 0, 0, 3, ""), +(35745, 0, 0, 0, 0, 0, 3, ""), +(35734, 0, 0, 0, 0, 0, 3, ""), +(35735, 0, 0, 0, 0, 0, 3, ""), +(35736, 0, 0, 0, 0, 0, 3, ""), +(35746, 0, 0, 0, 0, 0, 3, ""), +(35747, 0, 0, 0, 0, 0, 3, ""), +(35748, 0, 0, 0, 0, 0, 3, ""), +(35665, 0, 0, 0, 0, 0, 3, ""), +(35666, 0, 0, 0, 0, 0, 3, ""), +(35667, 0, 0, 0, 0, 0, 3, ""), +(35662, 0, 0, 0, 0, 0, 3, ""), +(35663, 0, 0, 0, 0, 0, 3, ""), +(35664, 0, 0, 0, 0, 0, 3, ""), +(35721, 0, 0, 0, 0, 0, 3, ""), +(35722, 0, 0, 0, 0, 0, 3, ""), +(35723, 0, 0, 0, 0, 0, 3, ""), +(35714, 0, 0, 0, 0, 0, 3, ""), +(35715, 0, 0, 0, 0, 0, 3, ""), +(35716, 0, 0, 0, 0, 0, 3, ""), +(35728, 0, 0, 0, 0, 0, 3, ""), +(35729, 0, 0, 0, 0, 0, 3, ""), +(35730, 0, 0, 0, 0, 0, 3, ""), +(35668, 0, 0, 0, 0, 0, 3, ""), +(35669, 0, 0, 0, 0, 0, 3, ""), +(35670, 0, 0, 0, 0, 0, 3, ""), +(35699, 0, 0, 0, 0, 0, 3, ""), +(35700, 0, 0, 0, 0, 0, 3, ""), +(35701, 0, 0, 0, 0, 0, 3, ""), +(35674, 0, 0, 0, 0, 0, 3, ""), +(35675, 0, 0, 0, 0, 0, 3, ""), +(35676, 0, 0, 0, 0, 0, 3, ""), +(35731, 0, 0, 0, 0, 0, 3, ""), +(35732, 0, 0, 0, 0, 0, 3, ""), +(35733, 0, 0, 0, 0, 0, 3, ""), +(35737, 0, 0, 0, 0, 0, 3, ""), +(35738, 0, 0, 0, 0, 0, 3, ""), +(35739, 0, 0, 0, 0, 0, 3, ""), +(34648, 0, 0, 0, 0, 0, 3, ""), +(35655, 0, 0, 0, 0, 0, 3, ""), +(35656, 0, 0, 0, 0, 0, 3, ""), +(35353, 0, 0, 0, 0, 0, 3, ""), +(35354, 0, 0, 0, 0, 0, 3, ""), +(35355, 0, 0, 0, 0, 0, 3, ""), +(35356, 0, 0, 0, 0, 0, 3, ""), +(35357, 0, 0, 0, 0, 0, 3, ""), +(35358, 0, 0, 0, 0, 0, 3, ""), +(36086, 0, 0, 0, 0, 0, 3, ""), +(36083, 0, 0, 0, 0, 0, 3, ""), +(36082, 0, 0, 0, 0, 0, 3, ""), +(36087, 0, 0, 0, 0, 0, 3, ""), +(36088, 0, 0, 0, 0, 0, 3, ""), +(35216, 0, 0, 0, 0, 0, 3, ""), +(35268, 0, 0, 0, 0, 0, 3, ""), +(35269, 0, 0, 0, 0, 0, 3, ""), +(35438, 0, 0, 0, 0, 0, 3, ""), +(35439, 0, 0, 0, 0, 0, 3, ""), +(35440, 0, 0, 0, 0, 0, 3, ""), +(35447, 0, 0, 0, 0, 0, 3, ""), +(35448, 0, 0, 0, 0, 0, 3, ""), +(35449, 0, 0, 0, 0, 0, 3, ""), +(35514, 0, 0, 0, 0, 0, 3, ""), +(35515, 0, 0, 0, 0, 0, 3, ""), +(35516, 0, 0, 0, 0, 0, 3, ""), +(35265, 0, 0, 0, 0, 0, 3, ""), +(35266, 0, 0, 0, 0, 0, 3, ""), +(35267, 0, 0, 0, 0, 0, 3, ""), +(35278, 0, 0, 0, 0, 0, 3, ""), +(35279, 0, 0, 0, 0, 0, 3, ""), +(35280, 0, 0, 0, 0, 0, 3, ""), +(35270, 0, 0, 0, 0, 0, 3, ""), +(35271, 0, 0, 0, 0, 0, 3, ""), +(35272, 0, 0, 0, 0, 0, 3, ""), +(35405, 0, 0, 0, 0, 0, 3, ""), +(35403, 0, 0, 0, 0, 0, 3, ""), +(35517, 0, 0, 0, 0, 0, 3, ""), +(35531, 0, 0, 0, 0, 0, 3, ""), +(35360, 0, 0, 0, 0, 0, 3, ""), +(35541, 0, 0, 0, 0, 0, 3, ""), +(35538, 0, 0, 0, 0, 0, 3, ""), +(35530, 0, 0, 0, 0, 0, 3, ""), +(35536, 0, 0, 0, 0, 0, 3, ""), +(35540, 0, 0, 0, 0, 0, 3, ""), +(35521, 0, 0, 0, 0, 0, 3, ""), +(35528, 0, 0, 0, 0, 0, 3, ""), +(35543, 0, 0, 0, 0, 0, 3, ""), +(35535, 0, 0, 0, 0, 0, 3, ""), +(35537, 0, 0, 0, 0, 0, 3, ""), +(35527, 0, 0, 0, 0, 0, 3, ""), +(35542, 0, 0, 0, 0, 0, 3, ""), +(35520, 0, 0, 0, 0, 0, 3, ""), +(35533, 0, 0, 0, 0, 0, 3, ""), +(35523, 0, 0, 0, 0, 0, 3, ""), +(35525, 0, 0, 0, 0, 0, 3, ""), +(35534, 0, 0, 0, 0, 0, 3, ""), +(35522, 0, 0, 0, 0, 0, 3, ""), +(35524, 0, 0, 0, 0, 0, 3, ""), +(35539, 0, 0, 0, 0, 0, 3, ""), +(35529, 0, 0, 0, 0, 0, 3, ""), +(35532, 0, 0, 0, 0, 0, 3, ""), +(35544, 0, 0, 0, 0, 0, 3, ""), +(35519, 0, 0, 0, 0, 0, 3, ""), +(35518, 0, 0, 0, 0, 0, 3, ""), +(35359, 0, 0, 0, 0, 0, 3, ""), +(35511, 0, 0, 0, 0, 0, 3, ""), +(35512, 0, 0, 0, 0, 0, 3, ""), +(35513, 0, 0, 0, 0, 0, 3, ""), +(35546, 0, 0, 0, 0, 0, 3, ""), +(35559, 0, 0, 0, 0, 0, 3, ""), +(35560, 0, 0, 0, 0, 0, 3, ""), +(35568, 0, 0, 0, 0, 0, 3, ""), +(36085, 0, 0, 0, 0, 0, 3, ""), +(36091, 0, 0, 0, 0, 0, 3, ""), +(36090, 0, 0, 0, 0, 0, 3, ""), +(36089, 0, 0, 0, 0, 0, 3, ""), +(35717, 0, 0, 0, 0, 0, 3, ""), +(36084, 0, 0, 0, 0, 0, 3, ""), +(36067, 0, 0, 0, 0, 0, 3, ""), +(37629, 0, 0, 0, 0, 0, 3, ""), +(36498, 0, 0, 0, 0, 0, 3, ""), +(37677, 0, 0, 0, 0, 0, 3, ""), +(36571, 0, 0, 0, 0, 0, 3, ""), +(37504, 0, 0, 0, 0, 0, 3, ""), +(37505, 0, 0, 0, 0, 0, 3, ""), +(37506, 0, 0, 0, 0, 0, 3, ""), +(38390, 0, 0, 0, 0, 0, 3, ""), +(38549, 0, 0, 0, 0, 0, 3, ""), +(38550, 0, 0, 0, 0, 0, 3, ""), +(39305, 0, 0, 0, 0, 0, 3, ""), +(39306, 0, 0, 0, 0, 0, 3, ""), +(39307, 0, 0, 0, 0, 0, 3, ""), +(36938, 0, 0, 0, 0, 0, 3, ""), +(39302, 0, 0, 0, 0, 0, 3, ""), +(39303, 0, 0, 0, 0, 0, 3, ""), +(39304, 0, 0, 0, 0, 0, 3, ""), +(37720, 0, 0, 0, 0, 0, 3, ""), +(37609, 0, 0, 0, 0, 0, 3, ""), +(38169, 0, 0, 0, 0, 0, 3, ""), +(38722, 0, 0, 0, 0, 0, 3, ""), +(38721, 0, 0, 0, 0, 0, 3, ""), +(39296, 0, 0, 0, 0, 0, 3, ""), +(38074, 0, 0, 0, 0, 0, 3, ""), +(37644, 0, 0, 0, 0, 0, 3, ""), +(37612, 0, 0, 0, 0, 0, 3, ""), +(37637, 0, 0, 0, 0, 0, 3, ""), +(38077, 0, 0, 0, 0, 0, 3, ""), +(38106, 0, 0, 0, 0, 0, 3, ""), +(38296, 0, 0, 0, 0, 0, 3, ""), +(38297, 0, 0, 0, 0, 0, 3, ""), +(37640, 0, 0, 0, 0, 0, 3, ""), +(37656, 0, 0, 0, 0, 0, 3, ""), +(37622, 0, 0, 0, 0, 0, 3, ""), +(37641, 0, 0, 0, 0, 0, 3, ""), +(37642, 0, 0, 0, 0, 0, 3, ""), +(38138, 0, 0, 0, 0, 0, 3, ""), +(38123, 0, 0, 0, 0, 0, 3, ""), +(37639, 0, 0, 0, 0, 0, 3, ""), +(38406, 0, 0, 0, 0, 0, 3, ""), +(38685, 0, 0, 0, 0, 0, 3, ""), +(38686, 0, 0, 0, 0, 0, 3, ""), +(38404, 0, 0, 0, 0, 0, 3, ""), +(38679, 0, 0, 0, 0, 0, 3, ""), +(38680, 0, 0, 0, 0, 0, 3, ""), +(38262, 0, 0, 0, 0, 0, 3, ""), +(38683, 0, 0, 0, 0, 0, 3, ""), +(38684, 0, 0, 0, 0, 0, 3, ""), +(38261, 0, 0, 0, 0, 0, 3, ""), +(38691, 0, 0, 0, 0, 0, 3, ""), +(38692, 0, 0, 0, 0, 0, 3, ""), +(38403, 0, 0, 0, 0, 0, 3, ""), +(38675, 0, 0, 0, 0, 0, 3, ""), +(38676, 0, 0, 0, 0, 0, 3, ""), +(38408, 0, 0, 0, 0, 0, 3, ""), +(38689, 0, 0, 0, 0, 0, 3, ""), +(38690, 0, 0, 0, 0, 0, 3, ""), +(38407, 0, 0, 0, 0, 0, 3, ""), +(38687, 0, 0, 0, 0, 0, 3, ""), +(38688, 0, 0, 0, 0, 0, 3, ""), +(38405, 0, 0, 0, 0, 0, 3, ""), +(38681, 0, 0, 0, 0, 0, 3, ""), +(38682, 0, 0, 0, 0, 0, 3, ""), +(38082, 0, 0, 0, 0, 0, 3, ""), +(38079, 0, 0, 0, 0, 0, 3, ""), +(38061, 0, 0, 0, 0, 0, 3, ""), +(38078, 0, 0, 0, 0, 0, 3, ""), +(38085, 0, 0, 0, 0, 0, 3, ""), +(38108, 0, 0, 0, 0, 0, 3, ""), +(38062, 0, 0, 0, 0, 0, 3, ""), +(38064, 0, 0, 0, 0, 0, 3, ""), +(38063, 0, 0, 0, 0, 0, 3, ""), +(38418, 0, 0, 0, 0, 0, 3, ""), +(38256, 0, 0, 0, 0, 0, 3, ""), +(38693, 0, 0, 0, 0, 0, 3, ""), +(38694, 0, 0, 0, 0, 0, 3, ""), +(38257, 0, 0, 0, 0, 0, 3, ""), +(38677, 0, 0, 0, 0, 0, 3, ""), +(38678, 0, 0, 0, 0, 0, 3, ""), +(38298, 0, 0, 0, 0, 0, 3, ""), +(38299, 0, 0, 0, 0, 0, 3, ""), +(38303, 0, 0, 0, 0, 0, 3, ""), +(38304, 0, 0, 0, 0, 0, 3, ""), +(38000, 0, 0, 0, 0, 0, 3, ""), +(38097, 0, 0, 0, 0, 0, 3, ""), +(38103, 0, 0, 0, 0, 0, 3, ""), +(38349, 0, 0, 0, 0, 0, 3, ""), +(38350, 0, 0, 0, 0, 0, 3, ""), +(38351, 0, 0, 0, 0, 0, 3, ""), +(38352, 0, 0, 0, 0, 0, 3, ""), +(38481, 0, 0, 0, 0, 0, 3, ""), +(38446, 0, 0, 0, 0, 0, 3, ""), +(38602, 0, 0, 0, 0, 0, 3, ""), +(38760, 0, 0, 0, 0, 0, 3, ""), +(38761, 0, 0, 0, 0, 0, 3, ""), +(38098, 0, 0, 0, 0, 0, 3, ""), +(38100, 0, 0, 0, 0, 0, 3, ""), +(38102, 0, 0, 0, 0, 0, 3, ""), +(38480, 0, 0, 0, 0, 0, 3, ""), +(38099, 0, 0, 0, 0, 0, 3, ""), +(38101, 0, 0, 0, 0, 0, 3, ""), +(38479, 0, 0, 0, 0, 0, 3, ""), +(38605, 0, 0, 0, 0, 0, 3, ""), +(38786, 0, 0, 0, 0, 0, 3, ""), +(38787, 0, 0, 0, 0, 0, 3, ""), +(39309, 0, 0, 0, 0, 0, 3, ""), +(39310, 0, 0, 0, 0, 0, 3, ""), +(39311, 0, 0, 0, 0, 0, 3, ""), +(38604, 0, 0, 0, 0, 0, 3, ""), +(38758, 0, 0, 0, 0, 0, 3, ""), +(38759, 0, 0, 0, 0, 0, 3, ""), +(39299, 0, 0, 0, 0, 0, 3, ""), +(39300, 0, 0, 0, 0, 0, 3, ""), +(39301, 0, 0, 0, 0, 0, 3, ""), +(38025, 0, 0, 0, 0, 0, 3, ""), +(38026, 0, 0, 0, 0, 0, 3, ""), +(37731, 0, 0, 0, 0, 0, 3, ""), +(37730, 0, 0, 0, 0, 0, 3, ""), +(38402, 0, 0, 0, 0, 0, 3, ""), +(38582, 0, 0, 0, 0, 0, 3, ""), +(38583, 0, 0, 0, 0, 0, 3, ""), +(38166, 0, 0, 0, 0, 0, 3, ""), +(38724, 0, 0, 0, 0, 0, 3, ""), +(38734, 0, 0, 0, 0, 0, 3, ""), +(38393, 0, 0, 0, 0, 0, 3, ""), +(38628, 0, 0, 0, 0, 0, 3, ""), +(38629, 0, 0, 0, 0, 0, 3, ""), +(38394, 0, 0, 0, 0, 0, 3, ""), +(38625, 0, 0, 0, 0, 0, 3, ""), +(38626, 0, 0, 0, 0, 0, 3, ""), +(38434, 0, 0, 0, 0, 0, 3, ""), +(38435, 0, 0, 0, 0, 0, 3, ""), +(38436, 0, 0, 0, 0, 0, 3, ""), +(38641, 0, 0, 0, 0, 0, 3, ""), +(38773, 0, 0, 0, 0, 0, 3, ""), +(38774, 0, 0, 0, 0, 0, 3, ""), +(38395, 0, 0, 0, 0, 0, 3, ""), +(38634, 0, 0, 0, 0, 0, 3, ""), +(38635, 0, 0, 0, 0, 0, 3, ""), +(38185, 0, 0, 0, 0, 0, 3, ""), +(38788, 0, 0, 0, 0, 0, 3, ""), +(38789, 0, 0, 0, 0, 0, 3, ""), +(38790, 0, 0, 0, 0, 0, 3, ""), +(38388, 0, 0, 0, 0, 0, 3, ""), +(38462, 0, 0, 0, 0, 0, 3, ""), +(38483, 0, 0, 0, 0, 0, 3, ""), +(38590, 0, 0, 0, 0, 0, 3, ""), +(39864, 0, 0, 0, 0, 0, 3, ""), +(39944, 0, 0, 0, 0, 0, 3, ""), +(39945, 0, 0, 0, 0, 0, 3, ""), +(39922, 0, 0, 0, 0, 0, 3, ""), +(43280, 0, 0, 0, 0, 0, 3, ""), +(43281, 0, 0, 0, 0, 0, 3, ""), +(43282, 0, 0, 0, 0, 0, 3, ""), +(40143, 0, 0, 0, 0, 0, 3, ""), +(40144, 0, 0, 0, 0, 0, 3, ""), +(40145, 0, 0, 0, 0, 0, 3, ""), +(40682, 0, 0, 0, 0, 0, 3, ""), +(40684, 0, 0, 0, 0, 0, 3, ""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_00_world.sql new file mode 100644 index 00000000000..e12e081c0e0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_00_world.sql @@ -0,0 +1,16 @@ +-- Scholomance Occultist (10472) +DELETE FROM `smart_scripts` WHERE `entryorguid`=10472 AND `source_type`=0; +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 +(10472, 0, 0, 0, 0, 0, 100, 0, 1000, 7000, 60000, 60000, 11, 16431, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - In Combat - Cast Bone Armor"), +(10472, 0, 1, 0, 13, 0, 100, 0, 10000, 20000, 0, 0, 11, 15122, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - Victim Casting - Cast Counterspell"), +(10472, 0, 2, 0, 0, 0, 100, 0, 2000, 10000, 11000, 17000, 11, 17228, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - In Combat - Cast Shadow Bolt Volley"), +(10472, 0, 3, 0, 0, 0, 100, 0, 6000, 15000, 13000, 21000, 11, 17243, 64, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - In Combat - Cast Drain Mana"), +(10472, 0, 4, 0, 0, 0, 50, 1, 5000, 5000, 0, 0, 36, 11284, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Scholomance Occultist - In Combat - update template"); + +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=11284; +DELETE FROM `smart_scripts` WHERE `entryorguid`=11284 AND `source_type`=0; +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 +(11284, 0, 0, 0, 0, 0, 100, 0, 6000, 15000, 13000, 21000, 11, 17228, 64, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 'Dark Shade - In Combat - Cast Shadow Bolt Volley'); + +DELETE FROM `creature_template_addon` WHERE `entry`=11284; +INSERT INTO `creature_template_addon` (`entry`, `auras`, `visibilityDistanceType`) VALUES (11284,"34311",0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_01_world.sql new file mode 100644 index 00000000000..831b80c0be7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_01_world.sql @@ -0,0 +1,4 @@ +-- Remove deprecated mount quests +DELETE FROM `creature_questender` WHERE `quest` IN (7664,7665,7678,7677,7671,7672,7663,7662,7674,7661,7660,7676,7675,7673); +DELETE FROM `creature_queststarter` WHERE `quest` IN (7664,7665,7678,7677,7671,7672,7663,7662,7674,7661,7660,7676,7675,7673); +UPDATE `creature_template` SET `npcflag`=129 WHERE `entry` IN (7952,384,4730,3685,1261,7955,3362); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_02_world.sql new file mode 100644 index 00000000000..864322cb32b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_02_world.sql @@ -0,0 +1,34 @@ +-- +DELETE FROM `spell_area` WHERE `area` IN (4169,4170,4171,4172); +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`, `quest_end_status`) VALUES +(58932, 4169, 12499, 0, 0, 0, 2, 1, 64, 11), +(58932, 4169, 12500, 0, 0, 0, 2, 1, 64, 11), +(58932, 4171, 12499, 0, 0, 0, 2, 1, 64, 11), +(58932, 4171, 12500, 0, 0, 0, 2, 1, 64, 11), +(58932, 4170, 12499, 0, 0, 0, 2, 1, 64, 11), +(58932, 4170, 12500, 0, 0, 0, 2, 1, 64, 11), +(58932, 4172, 12499, 0, 0, 0, 2, 1, 64, 11), +(58932, 4172, 12500, 0, 0, 0, 2, 1, 64, 11), +(60778, 4171, 12500, 0, 0, 0, 2, 1, 64, 11), +(60778, 4171, 12499, 0, 0, 0, 2, 1, 64, 11), +(60778, 4172, 12499, 0, 0, 0, 2, 1, 64, 11), +(60778, 4172, 12500, 0, 0, 0, 2, 1, 64, 11), +(46999, 4169, 12499, 0, 0, 1101, 2, 1, 11, 11), +(46999, 4170, 12499, 0, 0, 1101, 2, 1, 11, 11), +(46999, 4171, 12499, 0, 0, 1101, 2, 1, 11, 11), +(46999, 4172, 12499, 0, 0, 1101, 2, 1, 11, 11), +(46999, 4169, 12500, 0, 0, 690, 2, 1, 11, 11), +(46999, 4171, 12500, 0, 0, 690, 2, 1, 11, 11), +(46999, 4170, 12500, 0, 0, 690, 2, 1, 11, 11), +(46999, 4172, 12500, 0, 0, 690, 2, 1, 11, 11), +(50226, 4169, 12499, 0, 0, 1101 , 2, 1, 11, 11), +(50226, 4170, 12499, 0, 0, 1101 , 2, 1, 11, 11), +(50226, 4171, 12499, 0, 0, 1101 , 2, 1, 11, 11), +(50226, 4172, 12499, 0, 0, 1101 , 2, 1, 11, 11), +(50225, 4169, 12500, 0, 0, 690, 2, 1, 11, 11), +(50225, 4171, 12500, 0, 0, 690, 2, 1, 11, 11), +(50225, 4170, 12500, 0, 0, 690, 2, 1, 11, 11), +(50225, 4172, 12500, 0, 0, 690, 2, 1, 11, 11); +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64 WHERE `entry` IN (27603,27631,27691,27605,27611,27693); +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (27605); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_03_world.sql new file mode 100644 index 00000000000..570db4f4f99 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_26_03_world.sql @@ -0,0 +1,633 @@ +-- +-- player_factionchange_item +DELETE FROM `player_factionchange_items` WHERE `alliance_id` IN (2120 , 1201 , 1307 , 1962 , 1972 , 2381 , 2794 , 45978, 2874 , 45978, 3668 , 45978, 30443, 30444, 3706 , 43958, 43961, 44225, 43956, 29743, 29744, 44223, 30497, 22753, 30598, 30756, 30622, 4433 , 31239, 45978, 45978, 45978, 45978, 45978, 24180, 23142, 29719, 29722, 31363, 45978, 45978, 45978, 45978, 5179 , 31589, 31590, 31591, 31592, 31593, 31620, 31622, 31623, 31624, 31625, 31630, 31631, 31632, 31633, 31634, 31640, 31641, 31642, 31643, 31644, 5352 , 5791 , 45978, 6172 , 32385, 33028, 33029, 33030, 33047, 33114, 33150, 33289, 33314, 33961, 45978, 34173, 34175, 34218, 45978, 34469, 45978, 45978, 34984, 35116, 45978, 35464, 35467, 35466, 35465, 35469, 35470, 35468, 35471, 35475, 35474, 35472, 35473, 35476, 35478, 35477, 35568, 45978, 10000, 36742, 45978, 36756, 36855, 36940, 36958, 45978, 45978, 45978, 11463, 38280, 11668, 38457, 38464, 45978, 2589 , 45978, 12584, 12780, 13288, 14646, 14647, 14648, 39476, 18442, 40476, 45978, 45978, 18443, 18441, 16342, 45978, 16437, 16440, 16441, 16442, 16443, 16444, 16446, 16448, 16449, 16450, 16451, 16452, 16453, 16454, 16455, 16456, 16457, 16459, 16462, 16463, 16465, 16466, 16467, 16468, 16471, 16472, 16473, 16474, 16475, 16476, 16477, 16478, 16479, 16480, 16483, 16484, 18456, 18452, 18448, 29606, 29607, 29609, 29610, 29608, 29611, 45978, 45978, 45978, 17186, 17578, 17579, 17580, 17581, 17583, 17584, 17602, 17603, 17604, 17605, 17607, 17608, 17691, 17900, 17901, 17902, 17903, 17904, 18423, 18440, 18444, 18445, 18447, 18449, 18454, 18453, 18455, 18457, 18606, 18664, 18825, 18827, 18830, 18833, 18854, 18836, 18838, 18843, 29593, 18856, 18847, 18857, 18859, 18862, 18858, 18863, 18855, 18864, 18865, 18867, 18869, 18873, 18876, 18969, 19003, 19045, 19084, 19086, 19091, 19092, 19093, 19094, 19097, 19098, 19100, 19102, 19104, 19514, 19516, 19515, 19517, 19522, 19523, 19524, 19525, 19530, 19531, 19532, 19533, 19538, 19539, 19540, 19541, 19546, 19547, 19548, 19549, 19554, 19555, 19556, 19557, 19562, 19563, 19564, 19565, 19570, 19571, 19572, 19573, 20041, 20042, 20043, 20044, 20045, 20046, 20047, 20048, 20049, 20050, 20051, 20052, 20053, 20054, 20055, 20056, 20057, 20058, 20059, 20060, 20061, 20073, 20069, 20070, 20071, 20088, 20089, 20090, 20091, 20092, 20093, 20094, 20095, 20096, 20097, 20098, 20099, 20100, 20101, 20102, 20103, 20104, 20105, 20106, 20107, 20108, 20109, 20110, 20111, 20112, 20113, 20114, 20115, 20116, 20117, 20118, 20119, 20120, 20121, 20122, 20123, 20124, 20125, 20126, 20127, 20128, 20129, 20225, 20226, 20227, 20237, 20243, 20244, 20434, 20431, 20428, 20439, 20440, 20438, 20443, 20444, 45978, 20807, 22888, 21117, 21118, 21119, 44701, 44937, 44998, 45978, 45671, 45666, 45667, 45668, 45670, 45714, 45715, 45716, 45717, 45718, 22531, 22547, 45978, 46069, 22672, 22748, 22749, 22750, 22752, 23278, 23281, 23283, 23285, 29594, 23287, 23289, 23291, 23279, 23280, 23284, 23282, 29595, 23286, 23288, 23290, 23300, 23301, 23292, 23293, 29596, 23294, 23295, 23298, 23299, 23296, 23302, 23304, 23297, 23303, 23305, 29597, 22905, 2589 , 23179, 23180, 23181, 45978, 23315, 23314, 45978, 23306, 23307, 23308, 23309, 23310, 23311, 23312, 23313, 29598, 29599, 23316, 23317, 23318, 23319, 23272, 23273, 23274, 23275, 23276, 23277, 46820, 46875, 46876, 46877, 46878, 46879, 23451, 23452, 23453, 23454, 23455, 23456, 2589 , 2589 , 2589 , 2589 , 2589 , 23619, 23678, 23759, 23837, 23850, 23870, 23890, 23900, 23910, 24007, 24008, 24132, 24344, 24414, 24483, 24520, 25829, 24559, 24579, 48077, 48078, 48079, 48080, 48081, 48082, 48083, 48084, 48085, 48086, 5976 , 29213, 29214, 29215, 29217, 29219, 29218, 25825, 25826, 25870, 50372, 50379, 27812, 27809, 27820, 27833, 27834, 27921, 27922, 27927, 27929, 27931, 27942, 27984, 27983, 27990, 28943, 28361, 45978, 28613, 28614, 28615, 28616, 28617, 28618, 28619, 28620, 28622, 28623, 28624, 28625, 28626, 28627, 28628, 28679, 28680, 28681, 28683, 28684, 28685, 28686, 28687, 28688, 28689, 28690, 28691, 28692, 28693, 28694, 28695, 28696, 28697, 28698, 28699, 28700, 28701, 28702, 28703, 28704, 28705, 28706, 28707, 28708, 28709, 28710, 28711, 28712, 28713, 28714, 28715, 28716, 28717, 28718, 28719, 28720, 28721, 28722, 28723, 28724, 28942, 28945, 28948, 28944, 28946, 28947, 28949, 28950, 28951, 28953, 28957, 28960, 28959, 28956, 28941, 28940, 29138, 29151, 29156, 29189, 29196, 29588, 53097, 54651, 28481, 8595 , 18772, 18773, 18774, 13328, 13329, 13327, 13326, 12354, 12353, 26043); +INSERT INTO `player_factionchange_items` (`race_A`, `alliance_id`, `commentA`, `race_H`, `horde_id`, `commentH`) VALUES +(0, 2120, 'Thin Cloth Pants', 0, 194, 'Tattered Cloth Pants'), +(0, 1201, 'Dull Heater Shield', 0, 2376, 'Worn Heater Shield'), +(0, 1307, 'Gold Pickup Schedule', 0, 45978, 'Solid Gold Coin'), +(0, 1962, 'Glowing Shadowhide Pendant', 0, 45978, 'Solid Gold Coin'), +(0, 1972, 'Westfall Deed', 0, 45978, 'Solid Gold Coin'), +(0, 2381, 'Tarnished Chain Leggings', 0, 2388, 'Rusted Chain Leggings'), +(0, 2794, 'An Old History Book', 0, 45978, 'Solid Gold Coin'), +(0, 45978, 'Solid Gold Coin', 0, 2839, 'A Letter to Yvette'), +(0, 2874, 'An Unsent Letter', 0, 45978, 'Solid Gold Coin'), +(0, 45978, 'Solid Gold Coin', 0, 3317, 'A Talking Head'), +(0, 3668, 'Assassins Contract', 0, 45978, 'Solid Gold Coin'), +(0, 45978, 'Solid Gold Coin', 0, 30431, 'Thunderlord Clan Artifact'), +(0, 30443, 'Recipe: Transmute Primal Fire to Earth', 0, 22917, 'Recipe: Transmute Primal Fire to Earth'), +(0, 30444, 'Pattern: Reinforced Mining Bag', 0, 29664, 'Pattern: Reinforced Mining Bag'), +(0, 3706, 'Ensorcelled Parchment', 0, 45978, 'Solid Gold Coin'), +(0, 43958, 'Reins of the Ice Mammoth', 0, 44080, 'Reins of the Ice Mammoth'), +(0, 43961, 'Reins of the Grand Ice Mammoth', 0, 44086, 'Reins of the Grand Ice Mammoth'), +(0, 44225, 'Reins of the Armored Brown Bear', 0, 44226, 'Reins of the Armored Brown Bear'), +(0, 43956, 'Reins of the Black War Mammoth', 0, 44077, 'Reins of the Black War Mammoth'), +(0, 29743, 'Purple Elekk', 0, 29222, 'Purple Hawkstrider'), +(0, 29744, 'Gray Elekk', 0, 28927, 'Red Hawkstrider'), +(0, 44223, 'Black War Bear', 0, 44224, 'Black War Bear'), +(0, 30497, 'Sentinels Mail Leggings', 0, 22676, 'Outriders Mail Leggings'), +(0, 22753, 'Sentinels Lamellar Legguards', 0, 30498, 'Outriders Lamellar Legguards'), +(0, 30598, 'Don Amancios Heart', 0, 30571, 'Don Rodrigos Heart'), +(0, 30756, 'Illidari-Bane Shard', 0, 30579, 'Illidari-Bane Shard'), +(0, 30622, 'Flamewrought Key', 0, 30637, 'Flamewrought Key'), +(0, 4433, 'Waterlogged Envelope', 0, 45978, 'Solid Gold Coin'), +(0, 31239, 'Primed Key Mold', 0, 31241, 'Primed Key Mold'), +(0, 45978, 'Solid Gold Coin', 0, 4851, 'Dirt-stained Map'), +(0, 45978, 'Solid Gold Coin', 0, 4854, 'Demon Scarred Cloak'), +(0, 45978, 'Solid Gold Coin', 0, 4881, 'Aged Envelope'), +(0, 45978, 'Solid Gold Coin', 0, 4903, 'Eye of Burning Shadow'), +(0, 45978, 'Solid Gold Coin', 0, 4926, 'Chens Empty Keg'), +(0, 24180, 'Design: Dawnstone Crab', 0, 31358, 'Design: Dawnstone Crab'), +(0, 23142, 'Design: Regal Deep Peridot', 0, 31359, 'Design: Enduring Deep Peridot'), +(0, 29719, 'Pattern: Cobrahide Leg Armor', 0, 31361, 'Pattern: Cobrahide Leg Armor'), +(0, 29722, 'Pattern: Nethercobra Leg Armor', 0, 31362, 'Pattern: Nethercobra Leg Armor'), +(0, 31363, 'Gorgroms Favor', 0, 45978, 'Solid Gold Coin'), +(0, 45978, 'Solid Gold Coin', 0, 5099, 'Hoof of Lakotamani'), +(0, 45978, 'Solid Gold Coin', 0, 5102, 'Owatankas Tailspike'), +(0, 45978, 'Solid Gold Coin', 0, 5103, 'Washte Pawnes Feather'), +(0, 45978, 'Solid Gold Coin', 0, 5138, 'Harvesters Head'), +(0, 5179, 'Moss-twined Heart', 0, 45978, 'Solid Gold Coin'), +(0, 31589, 'Grand Marshals Kodohide Gloves', 0, 31584, 'High Warlords Kodohide Gloves'), +(0, 31590, 'Grand Marshals Kodohide Helm', 0, 31585, 'High Warlords Kodohide Helm'), +(0, 31591, 'Grand Marshals Kodohide Legguards', 0, 31586, 'High Warlords Kodohide Legguards'), +(0, 31592, 'Grand Marshals Kodohide Spaulders', 0, 31587, 'High Warlords Kodohide Spaulders'), +(0, 31593, 'Grand Marshals Kodohide Tunic', 0, 31588, 'High Warlords Kodohide Tunic'), +(0, 31620, 'Grand Marshals Mooncloth Mitts', 0, 31621, 'High Warlords Mooncloth Mitts'), +(0, 31622, 'Grand Marshals Mooncloth Cowl', 0, 31626, 'High Warlords Mooncloth Cowl'), +(0, 31623, 'Grand Marshals Mooncloth Legguards', 0, 31627, 'High Warlords Mooncloth Legguards'), +(0, 31624, 'Grand Marshals Mooncloth Shoulderpads', 0, 31628, 'High Warlords Mooncloth Shoulderpads'), +(0, 31625, 'Grand Marshals Mooncloth Vestments', 0, 31629, 'High Warlords Mooncloth Vestments'), +(0, 31630, 'Grand Marshals Ornamented Chestplate', 0, 31635, 'High Warlords Ornamented Chestplate'), +(0, 31631, 'Grand Marshals Ornamented Gloves', 0, 31636, 'High Warlords Ornamented Gloves'), +(0, 31632, 'Grand Marshals Ornamented Headguard', 0, 31637, 'High Warlords Ornamented Headguard'), +(0, 31633, 'Grand Marshals Ornamented Leggings', 0, 31638, 'High Warlords Ornamented Leggings'), +(0, 31634, 'Grand Marshals Ornamented Spaulders', 0, 31639, 'High Warlords Ornamented Spaulders'), +(0, 31640, 'Grand Marshals Ringmail Chestguard', 0, 31646, 'High Warlords Ringmail Chestguard'), +(0, 31641, 'Grand Marshals Ringmail Gloves', 0, 31647, 'High Warlords Ringmail Gloves'), +(0, 31642, 'Grand Marshals Ringmail Headpiece', 0, 31648, 'High Warlords Ringmail Headpiece'), +(0, 31643, 'Grand Marshals Ringmail Legguards', 0, 31649, 'High Warlords Ringmail Legguards'), +(0, 31644, 'Grand Marshals Ringmail Shoulders', 0, 31650, 'High Warlords Ringmail Shoulderpads'), +(0, 5352, 'Book: The Powers Below', 0, 45978, 'Solid Gold Coin'), +(0, 5791, 'Henrig Lonebrows Journal', 0, 45978, 'Solid Gold Coin'), +(0, 45978, 'Solid Gold Coin', 0, 5877, 'Cracked Silithid Carapace'), +(0, 6172, 'Lost Supplies', 0, 45978, 'Solid Gold Coin'), +(0, 32385, 'Magtheridons Head', 0, 32386, 'Magtheridons Head'), +(0, 33028, 'Barleybrew Light', 0, 34018, 'Long Stride Brew'), +(0, 33029, 'Barleybrew Dark', 0, 34019, 'Path of Brew'), +(0, 33030, 'Barleybrew Clear', 0, 34017, 'Small Step Brew'), +(0, 33047, 'Belbis Eyesight Enhancing Romance Goggles', 0, 34008, 'Blixs Eyesight Enhancing Romance Goggles'), +(0, 33114, 'Sealed Letter', 0, 33115, 'Sealed Letter'), +(0, 33150, 'Formula: Enchant Cloak - Subtlety', 0, 33151, 'Formula: Enchant Cloak - Subtlety'), +(0, 33289, 'Gjalerbron Attack Plans', 0, 33347, 'Gjalerbron Attack Plans'), +(0, 33314, 'Vrykul Scroll of Ascension', 0, 33345, 'Vrykul Scroll of Ascension'), +(0, 33961, 'Scourge Device', 0, 33962, 'Scourge Device'), +(0, 45978, 'Solid Gold Coin', 0, 34091, 'Mezhens Writings'), +(0, 34173, 'Pattern: Drums of Speed', 0, 34172, 'Pattern: Drums of Speed'), +(0, 34175, 'Pattern: Drums of Restoration', 0, 34174, 'Pattern: Drums of Restoration'), +(0, 34218, 'Ruined Pattern', 0, 34201, 'Pattern: Netherscale Ammo Pouch'), +(0, 45978, 'Solid Gold Coin', 0, 7666, 'Shattered Necklace'), +(0, 34469, 'Strange Engine Part', 0, 45978, 'Solid Gold Coin'), +(0, 45978, 'Solid Gold Coin', 0, 34777, 'Ithrixs Hardened Carapace'), +(0, 45978, 'Solid Gold Coin', 0, 34815, 'Vial of Fresh Blood'), +(0, 34984, 'The Ultrasonic Screwdriver', 0, 45978, 'Solid Gold Coin'), +(0, 35116, 'The Ultrasonic Screwdriver', 0, 45978, 'Solid Gold Coin'), +(0, 45978, 'Solid Gold Coin', 0, 8524, 'Model 4711-FTZ Power Source'), +(0, 35464, 'Dreadweave Robe', 0, 35332, 'Dreadweave Robe'), +(0, 35467, 'Mooncloth Vestments', 0, 35337, 'Mooncloth Vestments'), +(0, 35466, 'Satin Hood', 0, 35339, 'Satin Hood'), +(0, 35465, 'Evokers Silk Amice', 0, 35343, 'Evokers Silk Amice'), +(0, 35469, 'Dragonhide Robe', 0, 35360, 'Dragonhide Robe'), +(0, 35470, 'Kodohide Spaulders', 0, 35364, 'Kodohide Spaulders'), +(0, 35468, 'Opportunists Leather Gloves', 0, 35366, 'Opportunists Leather Gloves'), +(0, 35471, 'Wyrmhide Gloves', 0, 35371, 'Wyrmhide Gloves'), +(0, 35475, 'Stalkers Chain Gauntlets', 0, 35377, 'Stalkers Chain Gauntlets'), +(0, 35474, 'Seers Linked Helm', 0, 35383, 'Seers Linked Helm'), +(0, 35472, 'Seers Mail Armor', 0, 35386, 'Seers Mail Armor'), +(0, 35473, 'Seers Ringmail Gloves', 0, 35392, 'Seers Ringmail Gloves'), +(0, 35476, 'Crusaders Ornamented Spaulders', 0, 35406, 'Crusaders Ornamented Spaulders'), +(0, 35478, 'Savage Plate Helm', 0, 35409, 'Savage Plate Helm'), +(0, 35477, 'Crusaders Scaled Gauntlets', 0, 35413, 'Crusaders Scaled Gauntlets'), +(0, 35568, 'Flame of Silvermoon', 0, 35569, 'Flame of the Exodar'), +(0, 45978, 'Solid Gold Coin', 0, 9370, 'Gordunni Scroll'), +(0, 10000, 'Margols Horn', 0, 45978, 'Solid Gold Coin'), +(0, 36742, 'Goramoshs Strange Device', 0, 36746, 'Goramoshs Strange Device'), +(0, 45978, 'Solid Gold Coin', 0, 36744, 'Flesh-bound Tome'), +(0, 36756, 'Captain Malins Letter', 0, 36780, 'Lieutenant Tazinnis Letter'), +(0, 36855, 'Emblazoned Battle Horn', 0, 36856, 'Emblazoned Battle Horn'), +(0, 36940, 'Mikhails Journal', 0, 37830, 'Mikhails Journal'), +(0, 36958, 'The Favor of Zangus', 0, 45978, 'Solid Gold Coin'), +(0, 45978, 'Solid Gold Coin', 0, 10621, 'Runed Scroll'), +(0, 45978, 'Solid Gold Coin', 0, 37432, 'Torturers Rod'), +(0, 45978, 'Solid Gold Coin', 0, 37599, '"Brew of the Month" Club Membership Form'), +(0, 11463, 'Undelivered Parcel', 0, 45978, 'Solid Gold Coin'), +(0, 38280, 'Direbrews Dire Brew', 0, 38281, 'Direbrews Dire Brew'), +(0, 11668, 'Flute of Xavaric', 0, 45978, 'Solid Gold Coin'), +(0, 38457, 'Sawed-Off Hand Cannon', 0, 38456, 'Sindorei Recurve Bow'), +(0, 38464, 'Gnomish Magicians Quill', 0, 38460, 'Charged Wand of the Cleft'), +(0, 45978, 'Solid Gold Coin', 0, 12558, 'Blue-feathered Necklace'), +(0, 45978, 'Solid Gold Coin', 0, 12563, 'Warlord Goretooths Command'), +(0, 45978, 'Solid Gold Coin', 0, 12564, 'Assassination Note'), +(0, 12584, 'Grand Marshals Longsword', 0, 16345, 'High Warlords Blade'), +(0, 12780, 'General Drakkisaths Command', 0, 45978, 'Solid Gold Coin'), +(0, 13288, 'Pattern: Raptor Hide Belt', 0, 13287, 'Pattern: Raptor Hide Harness'), +(0, 14646, 'Goldshire Gift Voucher', 0, 14649, 'Razor Hill Gift Voucher'), +(0, 14647, 'Kharanos Gift Voucher', 0, 14650, 'Bloodhoof Village Gift Voucher'), +(0, 14648, 'Dolanaar Gift Voucher', 0, 14651, 'Brill Gift Voucher'), +(0, 39476, 'Fresh Goblin Brewfest Hops', 0, 39477, 'Fresh Dwarven Brewfest Hops'), +(0, 18442, 'Master Sergeants Insignia', 0, 15200, 'Senior Sergeants Insignia'), +(0, 40476, 'Insignia of the Alliance', 0, 40477, 'Insignia of the Horde'), +(0, 45978, 'Solid Gold Coin', 0, 16304, 'Shadumbras Head'), +(0, 45978, 'Solid Gold Coin', 0, 16305, 'Sharptalons Claw'), +(0, 18443, 'Master Sergeants Insignia', 0, 16335, 'Senior Sergeants Insignia'), +(0, 18441, 'Sergeants Cape', 0, 16341, 'Sergeants Cloak'), +(0, 16342, 'Sergeants Cape', 0, 18461, 'Sergeants Cloak'), +(0, 45978, 'Solid Gold Coin', 0, 16408, 'Befouled Water Globe'), +(0, 16437, 'Marshals Silk Footwraps', 0, 16539, 'Generals Silk Boots'), +(0, 16440, 'Marshals Silk Gloves', 0, 16540, 'Generals Silk Handguards'), +(0, 16441, 'Field Marshals Coronet', 0, 16533, 'Warlords Silk Cowl'), +(0, 16442, 'Marshals Silk Leggings', 0, 16534, 'Generals Silk Trousers'), +(0, 16443, 'Field Marshals Silk Vestments', 0, 16535, 'Warlords Silk Raiment'), +(0, 16444, 'Field Marshals Silk Spaulders', 0, 16536, 'Warlords Silk Amice'), +(0, 16446, 'Marshals Leather Footguards', 0, 16558, 'Generals Leather Treads'), +(0, 16448, 'Marshals Dragonhide Gauntlets', 0, 16555, 'Generals Dragonhide Gloves'), +(0, 16449, 'Field Marshals Dragonhide Spaulders', 0, 16551, 'Warlords Dragonhide Epaulets'), +(0, 16450, 'Marshals Dragonhide Legguards', 0, 16552, 'Generals Dragonhide Leggings'), +(0, 16451, 'Field Marshals Dragonhide Helmet', 0, 16550, 'Warlords Dragonhide Helmet'), +(0, 16452, 'Field Marshals Dragonhide Breastplate', 0, 16549, 'Warlords Dragonhide Hauberk'), +(0, 16453, 'Field Marshals Leather Chestpiece', 0, 16563, 'Warlords Leather Breastplate'), +(0, 16454, 'Marshals Leather Handgrips', 0, 16560, 'Generals Leather Mitts'), +(0, 16455, 'Field Marshals Leather Mask', 0, 16561, 'Warlords Leather Helm'), +(0, 16456, 'Marshals Leather Leggings', 0, 16564, 'Generals Leather Legguards'), +(0, 16457, 'Field Marshals Leather Epaulets', 0, 16562, 'Warlords Leather Spaulders'), +(0, 16459, 'Marshals Dragonhide Boots', 0, 16554, 'Generals Dragonhide Boots'), +(0, 16462, 'Marshals Chain Boots', 0, 16569, 'Generals Chain Boots'), +(0, 16463, 'Marshals Chain Grips', 0, 16571, 'Generals Chain Gloves'), +(0, 16465, 'Field Marshals Chain Helm', 0, 16566, 'Warlords Chain Helmet'), +(0, 16466, 'Field Marshals Chain Breastplate', 0, 16565, 'Warlords Chain Chestpiece'), +(0, 16467, 'Marshals Chain Legguards', 0, 16567, 'Generals Chain Legguards'), +(0, 16468, 'Field Marshals Chain Spaulders', 0, 16568, 'Warlords Chain Shoulders'), +(0, 16471, 'Marshals Lamellar Gloves', 0, 29613, 'Generals Lamellar Gloves'), +(0, 16472, 'Marshals Lamellar Boots', 0, 29612, 'Generals Lamellar Boots'), +(0, 16473, 'Field Marshals Lamellar Chestplate', 0, 29615, 'Warlords Lamellar Chestplate'), +(0, 16474, 'Field Marshals Lamellar Faceguard', 0, 29616, 'Warlords Lamellar Faceguard'), +(0, 16475, 'Marshals Lamellar Legplates', 0, 29614, 'Generals Lamellar Legplates'), +(0, 16476, 'Field Marshals Lamellar Pauldrons', 0, 29617, 'Warlords Lamellar Pauldrons'), +(0, 16477, 'Field Marshals Plate Armor', 0, 16541, 'Warlords Plate Armor'), +(0, 16478, 'Field Marshals Plate Helm', 0, 16542, 'Warlords Plate Headpiece'), +(0, 16479, 'Marshals Plate Legguards', 0, 16543, 'Generals Plate Leggings'), +(0, 16480, 'Field Marshals Plate Shoulderguards', 0, 16544, 'Warlords Plate Shoulders'), +(0, 16483, 'Marshals Plate Boots', 0, 16545, 'Generals Plate Boots'), +(0, 16484, 'Marshals Plate Gauntlets', 0, 16548, 'Generals Plate Gauntlets'), +(0, 18456, 'Sergeant Majors Silk Cuffs', 0, 16486, 'First Sergeants Silk Cuffs'), +(0, 18452, 'Sergeant Majors Leather Armsplints', 0, 16497, 'First Sergeants Leather Armguards'), +(0, 18448, 'Sergeant Majors Chain Armguards', 0, 16532, 'First Sergeants Mail Wristguards'), +(0, 29606, 'Marshals Mail Boots', 0, 16573, 'Generals Mail Boots'), +(0, 29607, 'Marshals Mail Gauntlets', 0, 16574, 'Generals Mail Gauntlets'), +(0, 29609, 'Field Marshals Mail Armor', 0, 16577, 'Warlords Mail Armor'), +(0, 29610, 'Field Marshals Mail Helm', 0, 16578, 'Warlords Mail Helm'), +(0, 29608, 'Marshals Mail Leggings', 0, 16579, 'Generals Mail Leggings'), +(0, 29611, 'Field Marshals Mail Spaulders', 0, 16580, 'Warlords Mail Spaulders'), +(0, 45978, 'Solid Gold Coin', 0, 16782, 'Strange Water Globe'), +(0, 45978, 'Solid Gold Coin', 0, 16790, 'Damp Note'), +(0, 45978, 'Solid Gold Coin', 0, 17008, 'Small Scroll'), +(0, 17186, 'Small Targe', 0, 17185, 'Round Buckler'), +(0, 17578, 'Field Marshals Coronal', 0, 17591, 'Warlords Dreadweave Hood'), +(0, 17579, 'Marshals Dreadweave Leggings', 0, 17593, 'Generals Dreadweave Pants'), +(0, 17580, 'Field Marshals Dreadweave Shoulders', 0, 17590, 'Warlords Dreadweave Mantle'), +(0, 17581, 'Field Marshals Dreadweave Robe', 0, 17592, 'Warlords Dreadweave Robe'), +(0, 17583, 'Marshals Dreadweave Boots', 0, 17586, 'Generals Dreadweave Boots'), +(0, 17584, 'Marshals Dreadweave Gloves', 0, 17588, 'Generals Dreadweave Gloves'), +(0, 17602, 'Field Marshals Headdress', 0, 17623, 'Warlords Satin Cowl'), +(0, 17603, 'Marshals Satin Pants', 0, 17625, 'Generals Satin Leggings'), +(0, 17604, 'Field Marshals Satin Mantle', 0, 17622, 'Warlords Satin Mantle'), +(0, 17605, 'Field Marshals Satin Vestments', 0, 17624, 'Warlords Satin Robes'), +(0, 17607, 'Marshals Satin Sandals', 0, 17618, 'Generals Satin Boots'), +(0, 17608, 'Marshals Satin Gloves', 0, 17620, 'Generals Satin Gloves'), +(0, 17691, 'Stormpike Insignia Rank 1', 0, 17690, 'Frostwolf Insignia Rank 1'), +(0, 17900, 'Stormpike Insignia Rank 2', 0, 17905, 'Frostwolf Insignia Rank 2'), +(0, 17901, 'Stormpike Insignia Rank 3', 0, 17906, 'Frostwolf Insignia Rank 3'), +(0, 17902, 'Stormpike Insignia Rank 4', 0, 17907, 'Frostwolf Insignia Rank 4'), +(0, 17903, 'Stormpike Insignia Rank 5', 0, 17908, 'Frostwolf Insignia Rank 5'), +(0, 17904, 'Stormpike Insignia Rank 6', 0, 17909, 'Frostwolf Insignia Rank 6'), +(0, 18423, 'Head of Onyxia', 0, 18422, 'Head of Onyxia'), +(0, 18440, 'Sergeants Cape', 0, 18427, 'Sergeants Cloak'), +(0, 18444, 'Master Sergeants Insignia', 0, 18428, 'Senior Sergeants Insignia'), +(0, 18445, 'Sergeant Majors Plate Wristguards', 0, 18429, 'First Sergeants Plate Bracers'), +(0, 18447, 'Sergeant Majors Plate Wristguards', 0, 18430, 'First Sergeants Plate Bracers'), +(0, 18449, 'Sergeant Majors Chain Armguards', 0, 18432, 'First Sergeants Mail Wristguards'), +(0, 18454, 'Sergeant Majors Dragonhide Armsplints', 0, 18434, 'First Sergeants Dragonhide Armguards'), +(0, 18453, 'Sergeant Majors Leather Armsplints', 0, 18435, 'First Sergeants Leather Armguards'), +(0, 18455, 'Sergeant Majors Dragonhide Armsplints', 0, 18436, 'First Sergeants Dragonhide Armguards'), +(0, 18457, 'Sergeant Majors Silk Cuffs', 0, 18437, 'First Sergeants Silk Cuffs'), +(0, 18606, 'Alliance Battle Standard', 0, 18607, 'Horde Battle Standard'), +(0, 18664, 'A Treatise on Military Ranks', 0, 18675, 'Military Ranks of the Horde & Alliance'), +(0, 18825, 'Grand Marshals Aegis', 0, 18826, 'High Warlords Shield Wall'), +(0, 18827, 'Grand Marshals Handaxe', 0, 18828, 'High Warlords Cleaver'), +(0, 18830, 'Grand Marshals Sunderer', 0, 18831, 'High Warlords Battle Axe'), +(0, 18833, 'Grand Marshals Bullseye', 0, 18835, 'High Warlords Recurve'), +(0, 18854, 'Insignia of the Alliance', 0, 18834, 'Insignia of the Horde'), +(0, 18836, 'Grand Marshals Repeater', 0, 18837, 'High Warlords Crossbow'), +(0, 18838, 'Grand Marshals Dirk', 0, 18840, 'High Warlords Razor'), +(0, 18843, 'Grand Marshals Right Hand Blade', 0, 18844, 'High Warlords Right Claw'), +(0, 29593, 'Insignia of the Alliance', 0, 18845, 'Insignia of the Horde'), +(0, 18856, 'Insignia of the Alliance', 0, 18846, 'Insignia of the Horde'), +(0, 18847, 'Grand Marshals Left Hand Blade', 0, 18848, 'High Warlords Razor Claw'), +(0, 18857, 'Insignia of the Alliance', 0, 18849, 'Insignia of the Horde'), +(0, 18859, 'Insignia of the Alliance', 0, 18850, 'Insignia of the Horde'), +(0, 18862, 'Insignia of the Alliance', 0, 18851, 'Insignia of the Horde'), +(0, 18858, 'Insignia of the Alliance', 0, 18852, 'Insignia of the Horde'), +(0, 18863, 'Insignia of the Alliance', 0, 18853, 'Insignia of the Horde'), +(0, 18855, 'Grand Marshals Hand Cannon', 0, 18860, 'High Warlords Street Sweeper'), +(0, 18864, 'Insignia of the Alliance', 0, 29592, 'Insignia of the Horde'), +(0, 18865, 'Grand Marshals Punisher', 0, 18866, 'High Warlords Bludgeon'), +(0, 18867, 'Grand Marshals Battle Hammer', 0, 18868, 'High Warlords Pulverizer'), +(0, 18869, 'Grand Marshals Glaive', 0, 18871, 'High Warlords Pig Sticker'), +(0, 18873, 'Grand Marshals Stave', 0, 18874, 'High Warlords War Staff'), +(0, 18876, 'Grand Marshals Claymore', 0, 18877, 'High Warlords Greatsword'), +(0, 18969, 'Pristine Yeti Hide', 0, 18972, 'Perfect Yeti Hide'), +(0, 19003, 'Head of Nefarian', 0, 19002, 'Head of Nefarian'), +(0, 19045, 'Stormpike Battle Standard', 0, 19046, 'Frostwolf Battle Standard'), +(0, 19084, 'Stormpike Soldiers Cloak', 0, 19083, 'Frostwolf Legionnaires Cloak'), +(0, 19086, 'Stormpike Sages Cloak', 0, 19085, 'Frostwolf Advisors Cloak'), +(0, 19091, 'Stormpike Plate Girdle', 0, 19087, 'Frostwolf Plate Belt'), +(0, 19092, 'Stormpike Mail Girdle', 0, 19088, 'Frostwolf Mail Belt'), +(0, 19093, 'Stormpike Leather Girdle', 0, 19089, 'Frostwolf Leather Belt'), +(0, 19094, 'Stormpike Cloth Girdle', 0, 19090, 'Frostwolf Cloth Belt'), +(0, 19097, 'Stormpike Soldiers Pendant', 0, 19095, 'Frostwolf Legionnaires Pendant'), +(0, 19098, 'Stormpike Sages Pendant', 0, 19096, 'Frostwolf Advisors Pendant'), +(0, 19100, 'Electrified Dagger', 0, 19099, 'Glacial Blade'), +(0, 19102, 'Crackling Staff', 0, 19101, 'Whiteout Staff'), +(0, 19104, 'Stormstrike Hammer', 0, 19103, 'Frostbite'), +(0, 19514, 'Protectors Band', 0, 19510, 'Legionnaires Band'), +(0, 19516, 'Protectors Band', 0, 19511, 'Legionnaires Band'), +(0, 19515, 'Protectors Band', 0, 19512, 'Legionnaires Band'), +(0, 19517, 'Protectors Band', 0, 19513, 'Legionnaires Band'), +(0, 19522, 'Lorekeepers Ring', 0, 19518, 'Advisors Ring'), +(0, 19523, 'Lorekeepers Ring', 0, 19519, 'Advisors Ring'), +(0, 19524, 'Lorekeepers Ring', 0, 19520, 'Advisors Ring'), +(0, 19525, 'Lorekeepers Ring', 0, 19521, 'Advisors Ring'), +(0, 19530, 'Caretakers Cape', 0, 19526, 'Battle Healers Cloak'), +(0, 19531, 'Caretakers Cape', 0, 19527, 'Battle Healers Cloak'), +(0, 19532, 'Caretakers Cape', 0, 19528, 'Battle Healers Cloak'), +(0, 19533, 'Caretakers Cape', 0, 19529, 'Battle Healers Cloak'), +(0, 19538, 'Sentinels Medallion', 0, 19534, 'Scouts Medallion'), +(0, 19539, 'Sentinels Medallion', 0, 19535, 'Scouts Medallion'), +(0, 19540, 'Sentinels Medallion', 0, 19536, 'Scouts Medallion'), +(0, 19541, 'Sentinels Medallion', 0, 19537, 'Scouts Medallion'), +(0, 19546, 'Sentinels Blade', 0, 19542, 'Scouts Blade'), +(0, 19547, 'Sentinels Blade', 0, 19543, 'Scouts Blade'), +(0, 19548, 'Sentinels Blade', 0, 19544, 'Scouts Blade'), +(0, 19549, 'Sentinels Blade', 0, 19545, 'Scouts Blade'), +(0, 19554, 'Protectors Sword', 0, 19550, 'Legionnaires Sword'), +(0, 19555, 'Protectors Sword', 0, 19551, 'Legionnaires Sword'), +(0, 19556, 'Protectors Sword', 0, 19552, 'Legionnaires Sword'), +(0, 19557, 'Protectors Sword', 0, 19553, 'Legionnaires Sword'), +(0, 19562, 'Outrunners Bow', 0, 19558, 'Outriders Bow'), +(0, 19563, 'Outrunners Bow', 0, 19559, 'Outriders Bow'), +(0, 19564, 'Outrunners Bow', 0, 19560, 'Outriders Bow'), +(0, 19565, 'Outrunners Bow', 0, 19561, 'Outriders Bow'), +(0, 19570, 'Lorekeepers Staff', 0, 19566, 'Advisors Gnarled Staff'), +(0, 19571, 'Lorekeepers Staff', 0, 19567, 'Advisors Gnarled Staff'), +(0, 19572, 'Lorekeepers Staff', 0, 19568, 'Advisors Gnarled Staff'), +(0, 19573, 'Lorekeepers Staff', 0, 19569, 'Advisors Gnarled Staff'), +(0, 20041, 'Highlanders Plate Girdle', 0, 20204, 'Defilers Plate Girdle'), +(0, 20042, 'Highlanders Lamellar Girdle', 0, 20177, 'Defilers Lamellar Girdle'), +(0, 20043, 'Highlanders Chain Girdle', 0, 20150, 'Defilers Chain Girdle'), +(0, 20044, 'Highlanders Mail Girdle', 0, 20195, 'Defilers Mail Girdle'), +(0, 20045, 'Highlanders Leather Girdle', 0, 20171, 'Defilers Lizardhide Girdle'), +(0, 20046, 'Highlanders Lizardhide Girdle', 0, 20190, 'Defilers Leather Girdle'), +(0, 20047, 'Highlanders Cloth Girdle', 0, 20163, 'Defilers Cloth Girdle'), +(0, 20048, 'Highlanders Plate Greaves', 0, 20208, 'Defilers Plate Greaves'), +(0, 20049, 'Highlanders Lamellar Greaves', 0, 20181, 'Defilers Lamellar Greaves'), +(0, 20050, 'Highlanders Chain Greaves', 0, 20154, 'Defilers Chain Greaves'), +(0, 20051, 'Highlanders Mail Greaves', 0, 20199, 'Defilers Mail Greaves'), +(0, 20052, 'Highlanders Leather Boots', 0, 20167, 'Defilers Lizardhide Boots'), +(0, 20053, 'Highlanders Lizardhide Boots', 0, 20186, 'Defilers Leather Boots'), +(0, 20054, 'Highlanders Cloth Boots', 0, 20159, 'Defilers Cloth Boots'), +(0, 20055, 'Highlanders Chain Pauldrons', 0, 20158, 'Defilers Chain Pauldrons'), +(0, 20056, 'Highlanders Mail Pauldrons', 0, 20203, 'Defilers Mail Pauldrons'), +(0, 20057, 'Highlanders Plate Spaulders', 0, 20212, 'Defilers Plate Spaulders'), +(0, 20058, 'Highlanders Lamellar Spaulders', 0, 20184, 'Defilers Lamellar Spaulders'), +(0, 20059, 'Highlanders Leather Shoulders', 0, 20175, 'Defilers Lizardhide Shoulders'), +(0, 20060, 'Highlanders Lizardhide Shoulders', 0, 20194, 'Defilers Leather Shoulders'), +(0, 20061, 'Highlanders Epaulets', 0, 20176, 'Defilers Epaulets'), +(0, 20073, 'Cloak of the Honor Guard', 0, 20068, 'Deathguards Cloak'), +(0, 20069, 'Ironbark Staff', 0, 20220, 'Ironbark Staff'), +(0, 20070, 'Sageclaw', 0, 20214, 'Mindfang'), +(0, 20071, 'Talisman of Arathor', 0, 20072, 'Defilers Talisman'), +(0, 20088, 'Highlanders Chain Girdle', 0, 20151, 'Defilers Chain Girdle'), +(0, 20089, 'Highlanders Chain Girdle', 0, 20153, 'Defilers Chain Girdle'), +(0, 20090, 'Highlanders Padded Girdle', 0, 20152, 'Defilers Chain Girdle'), +(0, 20091, 'Highlanders Chain Greaves', 0, 20155, 'Defilers Chain Greaves'), +(0, 20092, 'Highlanders Chain Greaves', 0, 20156, 'Defilers Chain Greaves'), +(0, 20093, 'Highlanders Padded Greaves', 0, 20157, 'Defilers Chain Greaves'), +(0, 20094, 'Highlanders Cloth Boots', 0, 20160, 'Defilers Cloth Boots'), +(0, 20095, 'Highlanders Cloth Boots', 0, 20161, 'Defilers Cloth Boots'), +(0, 20096, 'Highlanders Cloth Boots', 0, 20162, 'Defilers Cloth Boots'), +(0, 20097, 'Highlanders Cloth Girdle', 0, 20165, 'Defilers Cloth Girdle'), +(0, 20098, 'Highlanders Cloth Girdle', 0, 20166, 'Defilers Cloth Girdle'), +(0, 20099, 'Highlanders Cloth Girdle', 0, 20164, 'Defilers Cloth Girdle'), +(0, 20100, 'Highlanders Lizardhide Boots', 0, 20170, 'Defilers Lizardhide Boots'), +(0, 20101, 'Highlanders Lizardhide Boots', 0, 20168, 'Defilers Lizardhide Boots'), +(0, 20102, 'Highlanders Lizardhide Boots', 0, 20169, 'Defilers Lizardhide Boots'), +(0, 20103, 'Highlanders Lizardhide Girdle', 0, 20174, 'Defilers Lizardhide Girdle'), +(0, 20104, 'Highlanders Lizardhide Girdle', 0, 20173, 'Defilers Lizardhide Girdle'), +(0, 20105, 'Highlanders Lizardhide Girdle', 0, 20172, 'Defilers Lizardhide Girdle'), +(0, 20106, 'Highlanders Lamellar Girdle', 0, 20179, 'Defilers Lamellar Girdle'), +(0, 20107, 'Highlanders Lamellar Girdle', 0, 20180, 'Defilers Lamellar Girdle'), +(0, 20108, 'Highlanders Lamellar Girdle', 0, 20178, 'Defilers Lamellar Girdle'), +(0, 20109, 'Highlanders Lamellar Greaves', 0, 20185, 'Defilers Lamellar Greaves'), +(0, 20110, 'Highlanders Lamellar Greaves', 0, 20183, 'Defilers Lamellar Greaves'), +(0, 20111, 'Highlanders Lamellar Greaves', 0, 20182, 'Defilers Lamellar Greaves'), +(0, 20112, 'Highlanders Leather Boots', 0, 20189, 'Defilers Leather Boots'), +(0, 20113, 'Highlanders Leather Boots', 0, 20187, 'Defilers Leather Boots'), +(0, 20114, 'Highlanders Leather Boots', 0, 20188, 'Defilers Leather Boots'), +(0, 20115, 'Highlanders Leather Girdle', 0, 20193, 'Defilers Leather Girdle'), +(0, 20116, 'Highlanders Leather Girdle', 0, 20192, 'Defilers Leather Girdle'), +(0, 20117, 'Highlanders Leather Girdle', 0, 20191, 'Defilers Leather Girdle'), +(0, 20118, 'Highlanders Mail Girdle', 0, 20196, 'Defilers Mail Girdle'), +(0, 20119, 'Highlanders Mail Girdle', 0, 20198, 'Defilers Mail Girdle'), +(0, 20120, 'Highlanders Mail Girdle', 0, 20197, 'Defilers Padded Girdle'), +(0, 20121, 'Highlanders Mail Greaves', 0, 20202, 'Defilers Mail Greaves'), +(0, 20122, 'Highlanders Mail Greaves', 0, 20200, 'Defilers Mail Greaves'), +(0, 20123, 'Highlanders Mail Greaves', 0, 20201, 'Defilers Mail Greaves'), +(0, 20124, 'Highlanders Plate Girdle', 0, 20205, 'Defilers Plate Girdle'), +(0, 20125, 'Highlanders Plate Girdle', 0, 20206, 'Defilers Plate Girdle'), +(0, 20126, 'Highlanders Mail Girdle', 0, 20207, 'Defilers Mail Girdle'), +(0, 20127, 'Highlanders Plate Greaves', 0, 20211, 'Defilers Plate Greaves'), +(0, 20128, 'Highlanders Plate Greaves', 0, 20209, 'Defilers Plate Greaves'), +(0, 20129, 'Highlanders Mail Greaves', 0, 20210, 'Defilers Mail Greaves'), +(0, 20225, 'Highlanders Enriched Ration', 0, 20222, 'Defilers Enriched Ration'), +(0, 20226, 'Highlanders Field Ration', 0, 20223, 'Defilers Field Ration'), +(0, 20227, 'Highlanders Iron Ration', 0, 20224, 'Defilers Iron Ration'), +(0, 20237, 'Highlanders Mageweave Bandage', 0, 20232, 'Defilers Mageweave Bandage'), +(0, 20243, 'Highlanders Runecloth Bandage', 0, 20234, 'Defilers Runecloth Bandage'), +(0, 20244, 'Highlanders Silk Bandage', 0, 20235, 'Defilers Silk Bandage'), +(0, 20434, 'Lorekeepers Staff', 0, 20425, 'Advisors Gnarled Staff'), +(0, 20431, 'Lorekeepers Ring', 0, 20426, 'Advisors Ring'), +(0, 20428, 'Caretakers Cape', 0, 20427, 'Battle Healers Cloak'), +(0, 20439, 'Protectors Band', 0, 20429, 'Legionnaires Band'), +(0, 20440, 'Protectors Sword', 0, 20430, 'Legionnaires Sword'), +(0, 20438, 'Outrunners Bow', 0, 20437, 'Outriders Bow'), +(0, 20443, 'Sentinels Blade', 0, 20441, 'Scouts Blade'), +(0, 20444, 'Sentinels Medallion', 0, 20442, 'Scouts Medallion'), +(0, 45978, 'Solid Gold Coin', 0, 20483, 'Tainted Arcane Sliver'), +(0, 20807, 'Logistics Task Briefing I', 0, 45978, 'Solid Gold Coin'), +(0, 22888, 'Azure Watch Gift Voucher', 0, 20938, 'Falconwing Square Gift Voucher'), +(0, 21117, 'Talisman of Arathor', 0, 21115, 'Defilers Talisman'), +(0, 21118, 'Talisman of Arathor', 0, 21116, 'Defilers Talisman'), +(0, 21119, 'Talisman of Arathor', 0, 21120, 'Defilers Talisman'), +(0, 44701, 'Arcanum of the Savage Gladiator', 0, 44702, 'Arcanum of the Savage Gladiator'), +(0, 44937, 'Plans: Titanium Plating', 0, 44938, 'Plans: Titanium Plating'), +(0, 44998, 'Argent Squire', 0, 45022, 'Argent Gruntling'), +(0, 45978, 'Solid Gold Coin', 0, 21776, 'Captain Kelisendras Lost Rutters'), +(0, 45671, 'Gnomeregan Doublet', 0, 45664, 'Silvermoon Doublet'), +(0, 45666, 'Ironforge Doublet', 0, 45673, 'Thunder Bluff Doublet'), +(0, 45667, 'Stormwind Doublet', 0, 45674, 'Undercity Doublet'), +(0, 45668, 'Exodar Doublet', 0, 45669, 'Senjin Doublet'), +(0, 45670, 'Darnassus Doublet', 0, 45672, 'Orgrimmar Doublet'), +(0, 45714, 'Darnassus Commendation Badge', 0, 45723, 'Undercity Commendation Badge'), +(0, 45715, 'Exodar Commendation Badge', 0, 45721, 'Silvermoon Commendation Badge'), +(0, 45716, 'Gnomeregan Commendation Badge', 0, 45722, 'Thunder Bluff Commendation Badge'), +(0, 45717, 'Ironforge Commendation Badge', 0, 45720, 'Senjin Commendation Badge'), +(0, 45718, 'Stormwind Commendation Badge', 0, 45719, 'Orgrimmar Commendation Badge'), +(0, 22531, 'Formula: Enchant Bracer - Superior Healing', 0, 24000, 'Formula: Enchant Bracer - Superior Healing'), +(0, 22547, 'Formula: Enchant Chest - Exceptional Stats', 0, 24003, 'Formula: Enchant Chest - Exceptional Stats'), +(0, 45978, 'Solid Gold Coin', 0, 22597, 'The Ladys Necklace'), +(0, 46069, 'Alliance Lance', 0, 46070, 'Horde Lance'), +(0, 22672, 'Sentinels Plate Legguards', 0, 22651, 'Outriders Plate Legguards'), +(0, 22748, 'Sentinels Chain Leggings', 0, 22673, 'Outriders Chain Leggings'), +(0, 22749, 'Sentinels Leather Pants', 0, 22740, 'Outriders Leather Pants'), +(0, 22750, 'Sentinels Lizardhide Pants', 0, 22741, 'Outriders Lizardhide Pants'), +(0, 22752, 'Sentinels Silk Leggings', 0, 22747, 'Outriders Silk Leggings'), +(0, 23278, 'Knight-Lieutenants Chain Greaves', 0, 22843, 'Blood Guards Chain Greaves'), +(0, 23281, 'Knight-Lieutenants Dragonhide Treads', 0, 22852, 'Blood Guards Dragonhide Treads'), +(0, 23283, 'Knight-Lieutenants Dreadweave Walkers', 0, 22855, 'Blood Guards Dreadweave Walkers'), +(0, 23285, 'Knight-Lieutenants Leather Walkers', 0, 22856, 'Blood Guards Leather Walkers'), +(0, 29594, 'Knight-Lieutenants Mail Greaves', 0, 22857, 'Blood Guards Mail Greaves'), +(0, 23287, 'Knight-Lieutenants Plate Greaves', 0, 22858, 'Blood Guards Plate Greaves'), +(0, 23289, 'Knight-Lieutenants Satin Walkers', 0, 22859, 'Blood Guards Satin Walkers'), +(0, 23291, 'Knight-Lieutenants Silk Walkers', 0, 22860, 'Blood Guards Silk Walkers'), +(0, 23279, 'Knight-Lieutenants Chain Vices', 0, 22862, 'Blood Guards Chain Vices'), +(0, 23280, 'Knight-Lieutenants Dragonhide Grips', 0, 22863, 'Blood Guards Dragonhide Grips'), +(0, 23284, 'Knight-Lieutenants Leather Grips', 0, 22864, 'Blood Guards Leather Grips'), +(0, 23282, 'Knight-Lieutenants Dreadweave Handwraps', 0, 22865, 'Blood Guards Dreadweave Handwraps'), +(0, 29595, 'Knight-Lieutenants Mail Vices', 0, 22867, 'Blood Guards Mail Vices'), +(0, 23286, 'Knight-Lieutenants Plate Gauntlets', 0, 22868, 'Blood Guards Plate Gauntlets'), +(0, 23288, 'Knight-Lieutenants Satin Handwraps', 0, 22869, 'Blood Guards Satin Handwraps'), +(0, 23290, 'Knight-Lieutenants Silk Handwraps', 0, 22870, 'Blood Guards Silk Handwraps'), +(0, 23300, 'Knight-Captains Plate Hauberk', 0, 22872, 'Legionnaires Plate Hauberk'), +(0, 23301, 'Knight-Captains Plate Leggings', 0, 22873, 'Legionnaires Plate Leggings'), +(0, 23292, 'Knight-Captains Chain Hauberk', 0, 22874, 'Legionnaires Chain Hauberk'), +(0, 23293, 'Knight-Captains Chain Legguards', 0, 22875, 'Legionnaires Chain Legguards'), +(0, 29596, 'Knight-Captains Mail Hauberk', 0, 22876, 'Legionnaires Mail Hauberk'), +(0, 23294, 'Knight-Captains Dragonhide Chestpiece', 0, 22877, 'Legionnaires Dragonhide Chestpiece'), +(0, 23295, 'Knight-Captains Dragonhide Leggings', 0, 22878, 'Legionnaires Dragonhide Leggings'), +(0, 23298, 'Knight-Captains Leather Chestpiece', 0, 22879, 'Legionnaires Leather Chestpiece'), +(0, 23299, 'Knight-Captains Leather Legguards', 0, 22880, 'Legionnaires Leather Legguards'), +(0, 23296, 'Knight-Captains Dreadweave Legguards', 0, 22881, 'Legionnaires Dreadweave Legguards'), +(0, 23302, 'Knight-Captains Satin Legguards', 0, 22882, 'Legionnaires Satin Legguards'), +(0, 23304, 'Knight-Captains Silk Legguards', 0, 22883, 'Legionnaires Silk Legguards'), +(0, 23297, 'Knight-Captains Dreadweave Tunic', 0, 22884, 'Legionnaires Dreadweave Tunic'), +(0, 23303, 'Knight-Captains Satin Tunic', 0, 22885, 'Legionnaires Satin Tunic'), +(0, 23305, 'Knight-Captains Silk Tunic', 0, 22886, 'Legionnaires Silk Tunic'), +(0, 29597, 'Knight-Captains Mail Legguards', 0, 22887, 'Legionnaires Mail Legguards'), +(0, 22905, 'Recipe: Elixir of Major Agility', 0, 24001, 'Recipe: Elixir of Major Agility'), +(0, 45978, 'Solid Gold Coin', 0, 46362, 'Venomhide Hatchling'), +(0, 23179, 'Flame of Orgrimmar', 0, 23182, 'Flame of Stormwind'), +(0, 23180, 'Flame of Thunder Bluff', 0, 23184, 'Flame of Darnassus'), +(0, 23181, 'Flame of the Undercity', 0, 23183, 'Flame of Ironforge'), +(0, 45978, 'Solid Gold Coin', 0, 23228, 'Old Whitebarks Pendant'), +(0, 23315, 'Lieutenant Commanders Plate Shoulders', 0, 23243, 'Champions Plate Shoulders'), +(0, 23314, 'Lieutenant Commanders Plate Helmet', 0, 23244, 'Champions Plate Helm'), +(0, 45978, 'Solid Gold Coin', 0, 23249, 'Amani Invasion Plans'), +(0, 23306, 'Lieutenant Commanders Chain Helm', 0, 23251, 'Champions Chain Helm'), +(0, 23307, 'Lieutenant Commanders Chain Shoulders', 0, 23252, 'Champions Chain Shoulders'), +(0, 23308, 'Lieutenant Commanders Dragonhide Headguard', 0, 23253, 'Champions Dragonhide Headguard'), +(0, 23309, 'Lieutenant Commanders Dragonhide Shoulders', 0, 23254, 'Champions Dragonhide Shoulders'), +(0, 23310, 'Lieutenant Commanders Dreadweave Cowl', 0, 23255, 'Champions Dreadweave Cowl'), +(0, 23311, 'Lieutenant Commanders Dreadweave Spaulders', 0, 23256, 'Champions Dreadweave Spaulders'), +(0, 23312, 'Lieutenant Commanders Leather Helm', 0, 23257, 'Champions Leather Helm'), +(0, 23313, 'Lieutenant Commanders Leather Shoulders', 0, 23258, 'Champions Leather Shoulders'), +(0, 29598, 'Lieutenant Commanders Mail Headguard', 0, 23259, 'Champions Mail Headguard'), +(0, 29599, 'Lieutenant Commanders Mail Pauldrons', 0, 23260, 'Champions Mail Pauldrons'), +(0, 23316, 'Lieutenant Commanders Satin Hood', 0, 23261, 'Champions Satin Hood'), +(0, 23317, 'Lieutenant Commanders Satin Mantle', 0, 23262, 'Champions Satin Mantle'), +(0, 23318, 'Lieutenant Commanders Silk Cowl', 0, 23263, 'Champions Silk Cowl'), +(0, 23319, 'Lieutenant Commanders Silk Mantle', 0, 23264, 'Champions Silk Mantle'), +(0, 23272, 'Knight-Captains Lamellar Breastplate', 0, 29602, 'Legionnaires Lamellar Breastplate'), +(0, 23273, 'Knight-Captains Lamellar Leggings', 0, 29603, 'Legionnaires Lamellar Leggings'), +(0, 23274, 'Knight-Lieutenants Lamellar Gauntlets', 0, 29600, 'Blood Guards Lamellar Gauntlets'), +(0, 23275, 'Knight-Lieutenants Lamellar Sabatons', 0, 29601, 'Blood Guards Lamellar Sabatons'), +(0, 23276, 'Lieutenant Commanders Lamellar Headguard', 0, 29604, 'Champions Lamellar Headguard'), +(0, 23277, 'Lieutenant Commanders Lamellar Shoulders', 0, 29605, 'Champions Lamellar Shoulders'), +(0, 46820, 'Shimmering Wyrmling', 0, 46821, 'Shimmering Wyrmling'), +(0, 46875, 'Riding Training Pamphlet', 0, 45978, 'Solid Gold Coin'), +(0, 46876, 'Riding Training Pamphlet', 0, 45978, 'Solid Gold Coin'), +(0, 46877, 'Riding Training Pamphlet', 0, 45978, 'Solid Gold Coin'), +(0, 46878, 'Riding Training Pamphlet', 0, 45978, 'Solid Gold Coin'), +(0, 46879, 'Riding Training Pamphlet', 0, 45978, 'Solid Gold Coin'), +(0, 23451, 'Grand Marshals Mageblade', 0, 23466, 'High Warlords Spellblade'), +(0, 23452, 'Grand Marshals Tome of Power', 0, 23468, 'High Warlords Tome of Destruction'), +(0, 23453, 'Grand Marshals Tome of Restoration', 0, 23469, 'High Warlords Tome of Mending'), +(0, 23454, 'Grand Marshals Warhammer', 0, 23464, 'High Warlords Battle Mace'), +(0, 23455, 'Grand Marshals Demolisher', 0, 23465, 'High Warlords Destroyer'), +(0, 23456, 'Grand Marshals Swiftblade', 0, 23467, 'High Warlords Quickblade'), +(0, 45978, 'Solid Gold Coin', 0, 46880, 'Riding Training Pamphlet'), +(0, 45978, 'Solid Gold Coin', 0, 46881, 'Riding Training Pamphlet'), +(0, 45978, 'Solid Gold Coin', 0, 46882, 'Riding Training Pamphlet'), +(0, 45978, 'Solid Gold Coin', 0, 46883, 'Riding Training Pamphlet'), +(0, 45978, 'Solid Gold Coin', 0, 46884, 'Riding Training Pamphlet'), +(0, 23619, 'Plans: Felsteel Shield Spike', 0, 24002, 'Plans: Felsteel Shield Spike'), +(0, 23678, 'Faintly Glowing Crystal', 0, 45978, 'Solid Gold Coin'), +(0, 23759, 'Rune Covered Tablet', 0, 45978, 'Solid Gold Coin'), +(0, 23837, 'Weathered Treasure Map', 0, 45978, 'Solid Gold Coin'), +(0, 23850, 'Gurfs Dignity', 0, 45978, 'Solid Gold Coin'), +(0, 23870, 'Red Crystal Pendant', 0, 45978, 'Solid Gold Coin'), +(0, 23890, 'Ominous Letter', 0, 23892, 'Ominous Letter'), +(0, 23900, 'Tzeraks Armor Plate', 0, 45978, 'Solid Gold Coin'), +(0, 23910, 'Blood Elf Communication', 0, 45978, 'Solid Gold Coin'), +(0, 24007, 'Footmans Waterskin', 0, 24006, 'Grunts Waterskin'), +(0, 24008, 'Dried Mushroom Rations', 0, 24009, 'Dried Fruit Rations'), +(0, 24132, 'A Letter from the Admiral', 0, 45978, 'Solid Gold Coin'), +(0, 24344, 'Tabard of the Hand', 0, 45978, 'Solid Gold Coin'), +(0, 24414, 'Blood Elf Plans', 0, 45978, 'Solid Gold Coin'), +(0, 24483, 'Withered Basidium', 0, 45978, 'Solid Gold Coin'), +(0, 24520, 'Honor Hold Favor', 0, 24522, 'Thrallmar Favor'), +(0, 25829, 'Talisman of the Alliance', 0, 24551, 'Talisman of the Horde'), +(0, 24559, 'Murkblood Invasion Plans', 0, 24558, 'Murkblood Invasion Plans'), +(0, 24579, 'Mark of Honor Hold', 0, 24581, 'Mark of Thrallmar'), +(0, 48077, 'Velens Handwraps of Triumph', 0, 48096, 'Zabras Handwraps of Triumph'), +(0, 48078, 'Velens Circlet of Triumph', 0, 48095, 'Zabras Circlet of Triumph'), +(0, 48079, 'Velens Pants of Triumph', 0, 48094, 'Zabras Pants of Triumph'), +(0, 48080, 'Velens Raiments of Triumph', 0, 48093, 'Zabras Raiments of Triumph'), +(0, 48081, 'Velens Mantle of Triumph', 0, 48092, 'Zabras Mantle of Triumph'), +(0, 48082, 'Velens Mantle of Triumph', 0, 48091, 'Zabras Mantle of Triumph'), +(0, 48083, 'Velens Raiments of Triumph', 0, 48090, 'Zabras Raiments of Triumph'), +(0, 48084, 'Velens Pants of Triumph', 0, 48089, 'Zabras Pants of Triumph'), +(0, 48085, 'Velens Circlet of Triumph', 0, 48088, 'Zabras Circlet of Triumph'), +(0, 48086, 'Velens Handwraps of Triumph', 0, 48087, 'Zabras Handwraps of Triumph'), +(0, 45978, 'Solid Gold Coin', 0, 25549, 'Blood Knight Tabard'), +(0, 29213, 'Pattern: Felstalker Belt', 0, 25738, 'Pattern: Felstalker Belt'), +(0, 29214, 'Pattern: Felstalker Bracers', 0, 25739, 'Pattern: Felstalker Bracers'), +(0, 29215, 'Pattern: Felstalker Breastplate', 0, 25740, 'Pattern: Felstalker Breastplate'), +(0, 29217, 'Pattern: Netherfury Belt', 0, 25741, 'Pattern: Netherfury Belt'), +(0, 29219, 'Pattern: Netherfury Leggings', 0, 25742, 'Pattern: Netherfury Leggings'), +(0, 29218, 'Pattern: Netherfury Boots', 0, 25743, 'Pattern: Netherfury Boots'), +(0, 25825, 'Footmans Longsword', 0, 25823, 'Grunts Waraxe'), +(0, 25826, 'Sages Band', 0, 25824, 'Farseers Band'), +(0, 25870, 'Recipe: Transmute Skyfire Diamond', 0, 29232, 'Recipe: Transmute Skyfire Diamond'), +(0, 50372, 'Arcanum of the Savage Gladiator', 0, 50373, 'Arcanum of the Savage Gladiator'), +(0, 50379, 'Battered Hilt', 0, 50380, 'Battered Hilt'), +(0, 27812, 'Brilliant Blood Garnet', 0, 27777, 'Stark Blood Garnet'), +(0, 27809, 'Jagged Deep Peridot', 0, 27785, 'Notched Deep Peridot'), +(0, 27820, 'Jagged Deep Peridot', 0, 27786, 'Barbed Deep Peridot'), +(0, 27833, 'Band of the Victor', 0, 27830, 'Circlet of the Victor'), +(0, 27834, 'Circlet of the Victor', 0, 27832, 'Band of the Victor'), +(0, 27921, 'Mark of Conquest', 0, 27920, 'Mark of Conquest'), +(0, 27922, 'Mark of Defiance', 0, 27924, 'Mark of Defiance'), +(0, 27927, 'Mark of Vindication', 0, 27926, 'Mark of Vindication'), +(0, 27929, 'Terminal Edge', 0, 27928, 'Terminal Edge'), +(0, 27931, 'Splintermark', 0, 27930, 'Splintermark'), +(0, 27942, 'Incendic Rod', 0, 27939, 'Incendic Rod'), +(0, 27984, 'Totem of Impact', 0, 27947, 'Totem of Impact'), +(0, 27983, 'Libram of Zeal', 0, 27949, 'Libram of Zeal'), +(0, 27990, 'Idol of Savagery', 0, 27989, 'Idol of Savagery'), +(0, 28943, 'Grand Marshals Warblade', 0, 28293, 'High Warlords Claymore'), +(0, 28361, 'Delicate Blood Garnet', 0, 28360, 'Mighty Blood Garnet'), +(0, 45978, 'Solid Gold Coin', 0, 28552, 'A Mysterious Tome'), +(0, 28613, 'Grand Marshals Chain Armor', 0, 28805, 'High Warlords Chain Armor'), +(0, 28614, 'Grand Marshals Chain Gauntlets', 0, 28806, 'High Warlords Chain Gauntlets'), +(0, 28615, 'Grand Marshals Chain Helm', 0, 28807, 'High Warlords Chain Helm'), +(0, 28616, 'Grand Marshals Chain Leggings', 0, 28808, 'High Warlords Chain Leggings'), +(0, 28617, 'Grand Marshals Chain Spaulders', 0, 28809, 'High Warlords Chain Spaulders'), +(0, 28618, 'Grand Marshals Dragonhide Gloves', 0, 28811, 'High Warlords Dragonhide Gloves'), +(0, 28619, 'Grand Marshals Dragonhide Helm', 0, 28812, 'High Warlords Dragonhide Helm'), +(0, 28620, 'Grand Marshals Dragonhide Legguards', 0, 28813, 'High Warlords Dragonhide Legguards'), +(0, 28622, 'Grand Marshals Dragonhide Spaulders', 0, 28814, 'High Warlords Dragonhide Spaulders'), +(0, 28623, 'Grand Marshals Dragonhide Tunic', 0, 28815, 'High Warlords Dragonhide Tunic'), +(0, 28624, 'Grand Marshals Dreadweave Gloves', 0, 28817, 'High Warlords Dreadweave Gloves'), +(0, 28625, 'Grand Marshals Dreadweave Hood', 0, 28818, 'High Warlords Dreadweave Hood'), +(0, 28626, 'Grand Marshals Dreadweave Leggings', 0, 28819, 'High Warlords Dreadweave Leggings'), +(0, 28627, 'Grand Marshals Dreadweave Mantle', 0, 28820, 'High Warlords Dreadweave Mantle'), +(0, 28628, 'Grand Marshals Dreadweave Robe', 0, 28821, 'High Warlords Dreadweave Robe'), +(0, 28679, 'Grand Marshals Lamellar Chestpiece', 0, 28831, 'High Warlords Lamellar Chestpiece'), +(0, 28680, 'Grand Marshals Lamellar Gauntlets', 0, 28832, 'High Warlords Lamellar Gauntlets'), +(0, 28681, 'Grand Marshals Lamellar Helm', 0, 28833, 'High Warlords Lamellar Helm'), +(0, 28683, 'Grand Marshals Lamellar Shoulders', 0, 28835, 'High Warlords Lamellar Shoulders'), +(0, 28684, 'Grand Marshals Leather Gloves', 0, 28836, 'High Warlords Leather Gloves'), +(0, 28685, 'Grand Marshals Leather Helm', 0, 28837, 'High Warlords Leather Helm'), +(0, 28686, 'Grand Marshals Leather Legguards', 0, 28838, 'High Warlords Leather Legguards'), +(0, 28687, 'Grand Marshals Leather Spaulders', 0, 28839, 'High Warlords Leather Spaulders'), +(0, 28688, 'Grand Marshals Leather Tunic', 0, 28840, 'High Warlords Leather Tunic'), +(0, 28689, 'Grand Marshals Linked Armor', 0, 28841, 'High Warlords Linked Armor'), +(0, 28690, 'Grand Marshals Linked Gauntlets', 0, 28842, 'High Warlords Linked Gauntlets'), +(0, 28691, 'Grand Marshals Linked Helm', 0, 28843, 'High Warlords Linked Helm'), +(0, 28692, 'Grand Marshals Linked Leggings', 0, 28844, 'High Warlords Linked Leggings'), +(0, 28693, 'Grand Marshals Linked Spaulders', 0, 28845, 'High Warlords Linked Spaulders'), +(0, 28694, 'Grand Marshals Mail Armor', 0, 28846, 'High Warlords Mail Armor'), +(0, 28695, 'Grand Marshals Mail Gauntlets', 0, 28847, 'High Warlords Mail Gauntlets'), +(0, 28696, 'Grand Marshals Mail Helm', 0, 28848, 'High Warlords Mail Helm'), +(0, 28697, 'Grand Marshals Mail Leggings', 0, 28849, 'High Warlords Mail Leggings'), +(0, 28698, 'Grand Marshals Mail Spaulders', 0, 28850, 'High Warlords Mail Spaulders'), +(0, 28699, 'Grand Marshals Plate Chestpiece', 0, 28851, 'High Warlords Plate Chestpiece'), +(0, 28700, 'Grand Marshals Plate Gauntlets', 0, 28852, 'High Warlords Plate Gauntlets'), +(0, 28701, 'Grand Marshals Plate Helm', 0, 28853, 'High Warlords Plate Helm'), +(0, 28702, 'Grand Marshals Plate Legguards', 0, 28854, 'High Warlords Plate Legguards'), +(0, 28703, 'Grand Marshals Plate Shoulders', 0, 28855, 'High Warlords Plate Shoulders'), +(0, 28704, 'Grand Marshals Satin Gloves', 0, 28856, 'High Warlords Satin Gloves'), +(0, 28705, 'Grand Marshals Satin Hood', 0, 28857, 'High Warlords Satin Hood'), +(0, 28706, 'Grand Marshals Satin Leggings', 0, 28858, 'High Warlords Satin Leggings'), +(0, 28707, 'Grand Marshals Satin Mantle', 0, 28859, 'High Warlords Satin Mantle'), +(0, 28708, 'Grand Marshals Satin Robe', 0, 28860, 'High Warlords Satin Robe'), +(0, 28709, 'Grand Marshals Scaled Chestpiece', 0, 28861, 'High Warlords Scaled Chestpiece'), +(0, 28710, 'Grand Marshals Scaled Gauntlets', 0, 28862, 'High Warlords Scaled Gauntlets'), +(0, 28711, 'Grand Marshals Scaled Helm', 0, 28863, 'High Warlords Scaled Helm'), +(0, 28712, 'Grand Marshals Scaled Legguards', 0, 28864, 'High Warlords Scaled Legguards'), +(0, 28713, 'Grand Marshals Scaled Shoulders', 0, 28865, 'High Warlords Scaled Shoulders'), +(0, 28714, 'Grand Marshals Silk Amice', 0, 28866, 'High Warlords Silk Amice'), +(0, 28715, 'Grand Marshals Silk Cowl', 0, 28867, 'High Warlords Silk Cowl'), +(0, 28716, 'Grand Marshals Silk Handguards', 0, 28868, 'High Warlords Silk Handguards'), +(0, 28717, 'Grand Marshals Silk Raiment', 0, 28869, 'High Warlords Silk Raiment'), +(0, 28718, 'Grand Marshals Silk Trousers', 0, 28870, 'High Warlords Silk Trousers'), +(0, 28719, 'Grand Marshals Wyrmhide Gloves', 0, 28871, 'High Warlords Wyrmhide Gloves'), +(0, 28720, 'Grand Marshals Wyrmhide Helm', 0, 28872, 'High Warlords Wyrmhide Helm'), +(0, 28721, 'Grand Marshals Wyrmhide Legguards', 0, 28873, 'High Warlords Wyrmhide Legguards'), +(0, 28722, 'Grand Marshals Wyrmhide Spaulders', 0, 28874, 'High Warlords Wyrmhide Spaulders'), +(0, 28723, 'Grand Marshals Wyrmhide Tunic', 0, 28875, 'High Warlords Wyrmhide Tunic'), +(0, 28724, 'Grand Marshals Lamellar Legguards', 0, 28834, 'High Warlords Lamellar Legguards'), +(0, 28942, 'Grand Marshals Bonegrinder', 0, 28917, 'High Warlords Bonegrinder'), +(0, 28945, 'Grand Marshals Decapitator', 0, 28918, 'High Warlords Decapitator'), +(0, 28948, 'Grand Marshals Maul', 0, 28919, 'High Warlords Maul'), +(0, 28944, 'Grand Marshals Cleaver', 0, 28920, 'High Warlords Cleaver'), +(0, 28946, 'Grand Marshals Hacker', 0, 28921, 'High Warlords Hacker'), +(0, 28947, 'Grand Marshals Fleshslicer', 0, 28922, 'High Warlords Left Ripper'), +(0, 28949, 'Grand Marshals Painsaw', 0, 28923, 'High Warlords Painsaw'), +(0, 28950, 'Grand Marshals Bonecracker', 0, 28924, 'High Warlords Bonecracker'), +(0, 28951, 'Grand Marshals Pummeler', 0, 28925, 'High Warlords Pummeler'), +(0, 28953, 'Grand Marshals Ripper', 0, 28928, 'High Warlords Right Ripper'), +(0, 28957, 'Grand Marshals Spellblade', 0, 28931, 'High Warlords Spellblade'), +(0, 28960, 'Grand Marshals Heavy Crossbow', 0, 28933, 'High Warlords Heavy Crossbow'), +(0, 28959, 'Grand Marshals War Staff', 0, 28935, 'High Warlords War Staff'), +(0, 28956, 'Grand Marshals Slicer', 0, 28937, 'High Warlords Slicer'), +(0, 28941, 'Grand Marshals Battletome', 0, 28938, 'High Warlords Battletome'), +(0, 28940, 'Grand Marshals Barricade', 0, 28939, 'High Warlords Barricade'), +(0, 29138, 'Arechrons Gift', 0, 29137, 'Hellscreams Will'), +(0, 29151, 'Veterans Musket', 0, 29152, 'Marksmans Bow'), +(0, 29156, 'Honors Call', 0, 29165, 'Warbringer'), +(0, 29189, 'Arcanum of Renewal', 0, 29190, 'Arcanum of Renewal'), +(0, 29196, 'Arcanum of Fire Warding', 0, 29197, 'Arcanum of Fire Warding'), +(0, 29588, 'Burning Legion Missive', 0, 29590, 'Burning Legion Missive'), +(0, 53097, 'Gnomeregan Drape', 0, 54617, 'Darkspear Shroud'), +(0, 54651, 'Gnomeregan Pride', 0, 54653, 'Darkspear Pride'), +(0, 28481, 'Brown Elekk', 0, 29221, 'Black Hawkstrider'), +(0, 8595, 'Blue Mechanostrider', 0, 29220, 'Blue Hawkstrider'), +(0, 18772, 'Swift Green Mechanostrider', 0, 18794, 'Great Brown Kodo'), +(0, 18773, 'Swift White Mechanostrider', 0, 18795, 'Great Gray Kodo'), +(0, 18774, 'Swift Yellow Mechanostrider', 0, 18793, 'Great White Kodo'), +(0, 13328, 'Black Ram', 0, 8586, 'Whistle of the Mottled Red Raptor'), +(0, 13329, 'Frost Ram', 0, 13317, 'Whistle of the Ivory Raptor'), +(0, 13327, 'Icy Blue Mechanostrider Mod A', 0, 15292, 'Green Kodo'), +(0, 13326, 'White Mechanostrider Mod B', 0, 15293, 'Teal Kodo'), +(0, 12354, 'Palomino Bridle', 0, 12330, 'Horn of the Red Wolf'), +(0, 12353, 'White Stallion Bridle', 0, 12351, 'Horn of the Arctic Wolf'), +(0, 26043, 'Oshugun Crystal Powder Sample', 0, 26042, 'Oshugun Crystal Powder Sample'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_28_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_28_00_world.sql new file mode 100644 index 00000000000..50cb3deb316 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_28_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_illidari_council_vanish'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(41476,'spell_illidari_council_vanish'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_28_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_28_01_world.sql new file mode 100644 index 00000000000..74c075b796c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_28_01_world.sql @@ -0,0 +1,36 @@ +-- Arcane Sphere +UPDATE `creature_template` SET `speed_run`= 0.4286, `faction`= 16, `flags_extra`= 0 WHERE `entry` IN (24708, 25543); +UPDATE `creature_template_movement` SET `Ground`=0, `Flight`=1 WHERE `CreatureId` IN (24708,25543); +UPDATE `creature_template` SET `ScriptName`= '', `AIName`= 'NullCreatureAI' WHERE `entry`= 24708; +-- Flame Strike +UPDATE `creature_template` SET `ScriptName`= '', `AIName`= 'NullCreatureAI' WHERE `entry`= 24666; +UPDATE `creature_template` SET `flags_extra`= 2 WHERE `entry` IN (24666, 25554); +-- Phoenix +UPDATE `creature_template` SET `unit_flags`= 32768, `ScriptName`= 'npc_felblood_kaelthas_phoenix' WHERE `entry`= 24674; +-- Phoenix Egg +UPDATE `creature_template` SET `ScriptName`= '', `AIName`= 'PassiveAI' WHERE `entry`= 24675; + +-- Template Addons +DELETE FROM `creature_template_addon` WHERE `entry` IN (24708, 25543); +INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(24708, 0, 1, 0, 0, '44263'), +(25543, 0, 1, 0, 0, '44263'); + +-- Texts +DELETE FROM `creature_text` WHERE `CreatureID`= 24664; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `comment`) VALUES +(24664, 0, 0, 'Don\'t look so smug! I know what you\'re thinking, but Tempest Keep was merely a setback. Did you honestly believe I would trust the future to some blind, half-night elf mongrel?', 14, 0, 100, 0, 0, 12413, 25386, 'Kael\'thas Sunstrider - Intro 1'), +(24664, 1, 0, 'Oh no, he was merely an instrument, a stepping stone to a much larger plan! It has all led to this... and this time you will not interfere!', 14, 0, 100, 0, 0, 0, 25387, 'Kael\'thas Sunstrider - Intro 2'), +(24664, 2, 0, 'I\'ll turn your world... upside... down.', 14, 0, 100, 0, 0, 12418, 25390, 'Kael\'thas Sunstrider - Gravity Lapse Intro 2'), +(24664, 3, 0, 'Do not get... too comfortable.', 14, 0, 100, 0, 0, 12420, 25392, 'Kael\'thas Sunstrider to Kael\'thas Sunstrider - Gravity lapse Intro 2'), +(24664, 4, 0, 'Master, grant me strength.', 14, 0, 100, 0, 0, 12419, 25391, 'Kael\'thas Sunstrider to Kael\'thas Sunstrider - Power Feedback'), +(24664, 5, 0, 'Vengeance burns!', 14, 0, 100, 0, 0, 12415, 25388, 'Kael\'thas Sunstrider - Summon Phoenix'), +(24664, 6, 0, '%s begins to cast Pyroblast!', 41, 0, 100, 0, 0, 0, 20775, 'Kael\'thas Sunstrider - Announce Pyroblast'), +(24664, 7, 0, 'Felomin Ashal! ', 14, 0, 100, 0, 0, 12417, 25389, 'Kael\'thas Sunstrider - Flame Strike'), +(24664, 8, 0, 'My demise accomplishes nothing! The master will have you! You will drown in your own blood! The world shall burn! Aaaghh!', 14, 0, 100, 5, 0, 12421, 25393, 'Kael\'thas Sunstrider - Death'); + +UPDATE `spell_target_position` SET `PositionX`= 148.5, `PositionY`= 181, `PositionZ`= -16.7, `Orientation`= 4.79965 WHERE `ID`= 44218; + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_felblood_kaelthas_flame_strike'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(44191, 'spell_felblood_kaelthas_flame_strike'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_00_world.sql new file mode 100644 index 00000000000..1af0dba0371 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_00_world.sql @@ -0,0 +1,3 @@ +-- +ALTER TABLE `creature_template_addon` ALTER COLUMN `visibilityDistanceType` SET DEFAULT 0; +ALTER TABLE `creature_addon` ALTER COLUMN `visibilityDistanceType` SET DEFAULT 0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_01_world.sql new file mode 100644 index 00000000000..50c943a099e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_01_world.sql @@ -0,0 +1,85 @@ +-- Gjalerbron Sleep-Watcher (23989) +DELETE FROM `creature_text` WHERE `CreatureID`=23989; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(23989,0,0,"For Ymiron!",12,0,100,0,0,0,22697,0,'Gjalerbron Sleep-Watcher'), +(23989,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,'Gjalerbron Sleep-Watcher'), +(23989,0,2,"You tiny creatures disgust me!",12,0,100,0,0,0,22816,0,'Gjalerbron Sleep-Watcher'), +(23989,0,3,"Look what''s come to play.",12,0,100,0,0,0,22820,0,'Gjalerbron Sleep-Watcher'), +(23989,0,4,"There will be no everlasting life for you!",12,0,100,0,0,0,22822,0,'Gjalerbron Sleep-Watcher'), +(23989,0,5,"Your race is a disease upon the world!",12,0,100,0,0,0,22824,0,'Gjalerbron Sleep-Watcher'), +(23989,0,6,"I will break you!",12,0,100,0,0,0,22823,0,'Gjalerbron Sleep-Watcher'), +(23989,0,7,"YAAARRRGH!",12,0,100,0,0,0,22700,0,'Gjalerbron Sleep-Watcher'), +(23989,0,8,"I will take pleasure in gutting you!",12,0,100,0,0,13533,30498,0,'Gjalerbron Sleep-Watcher'), +(23989,0,9,"I will feed you to the dogs!",12,0,100,0,0,13534,30499,0,'Gjalerbron Sleep-Watcher'), +(23989,0,10,"Your entrails will make a fine necklace.",12,0,100,0,0,13535,30500,0,'Gjalerbron Sleep-Watcher'), +(23989,0,11,"Die, maggot!",12,0,100,0,0,13536,30501,0,'Gjalerbron Sleep-Watcher'), +(23989,0,12,"You come to die!",12,0,100,0,0,13537,30502,0,'Gjalerbron Sleep-Watcher'), +(23989,0,13,"I spit on you!",12,0,100,0,0,13538,30503,0,'Gjalerbron Sleep-Watcher'), +(23989,0,14,"Sniveling pig!",12,0,100,0,0,13539,30504,0,'Gjalerbron Sleep-Watcher'), +(23989,0,15,"Ugglin oo bjorr!",12,0,100,0,0,13540,30505,0,'Gjalerbron Sleep-Watcher'), +(23989,0,16,"Haraak foln!",12,0,100,0,0,13541,30506,0,'Gjalerbron Sleep-Watcher'), +(23989,0,17,"I'll eat your heart!",12,0,100,0,0,13542,30508,0,'Gjalerbron Sleep-Watcher'); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=23989 AND `source_type`=0 AND `id`=2; +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 +(23989,0,2,0,0,0,100,0,8000,10000,18000,22000,0,11,15970,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Gjalerbron Sleep-Watcher - In Combat - Cast 'Sleep'"); + +-- Gjalerbron Rune-Caster (23990) +DELETE FROM `creature_text` WHERE `CreatureID`=23990; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(23990,0,0,"For Ymiron!",12,0,100,0,0,0,22697,0,'Gjalerbron Rune-Caster'), +(23990,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,'Gjalerbron Rune-Caster'), +(23990,0,2,"You tiny creatures disgust me!",12,0,100,0,0,0,22816,0,'Gjalerbron Rune-Caster'), +(23990,0,3,"Look what''s come to play.",12,0,100,0,0,0,22820,0,'Gjalerbron Rune-Caster'), +(23990,0,4,"There will be no everlasting life for you!",12,0,100,0,0,0,22822,0,'Gjalerbron Rune-Caster'), +(23990,0,5,"Your race is a disease upon the world!",12,0,100,0,0,0,22824,0,'Gjalerbron Rune-Caster'), +(23990,0,6,"I will break you!",12,0,100,0,0,0,22823,0,'Gjalerbron Rune-Caster'), +(23990,0,7,"YAAARRRGH!",12,0,100,0,0,0,22700,0,'Gjalerbron Rune-Caster'), +(23990,0,8,"I will take pleasure in gutting you!",12,0,100,0,0,13533,30498,0,'Gjalerbron Rune-Caster'), +(23990,0,9,"I will feed you to the dogs!",12,0,100,0,0,13534,30499,0,'Gjalerbron Rune-Caster'), +(23990,0,10,"Your entrails will make a fine necklace.",12,0,100,0,0,13535,30500,0,'Gjalerbron Rune-Caster'), +(23990,0,11,"Die, maggot!",12,0,100,0,0,13536,30501,0,'Gjalerbron Rune-Caster'), +(23990,0,12,"You come to die!",12,0,100,0,0,13537,30502,0,'Gjalerbron Rune-Caster'), +(23990,0,13,"I spit on you!",12,0,100,0,0,13538,30503,0,'Gjalerbron Rune-Caster'), +(23990,0,14,"Sniveling pig!",12,0,100,0,0,13539,30504,0,'Gjalerbron Rune-Caster'), +(23990,0,15,"Ugglin oo bjorr!",12,0,100,0,0,13540,30505,0,'Gjalerbron Rune-Caster'), +(23990,0,16,"Haraak foln!",12,0,100,0,0,13541,30506,0,'Gjalerbron Rune-Caster'), +(23990,0,17,"I'll eat your heart!",12,0,100,0,0,13542,30508,0,'Gjalerbron Rune-Caster'); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=23990 AND `source_type`=0 AND `id` IN (2,3,4); +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 +(23990,0,2,0,0,0,100,0,1000,3500,8000,15000,0,11,43453,33,0,0,0,0,1,0,0,0,0,0,0,0,0,"Gjalerbron Rune-Caster - In Combat - Cast 'Rune Ward'"), +(23990,0,3,0,0,0,100,0,500,500,3000,3000,0,11,9672,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"Gjalerbron Rune-Caster - In Combat - Cast 'Frostbolt'"), +(23990,0,4,0,0,0,100,0,6000,8000,10000,12000,0,11,34787,1,0,0,0,0,2,0,0,0,0,0,0,0,0,"Gjalerbron Rune-Caster - In Combat - Cast 'Freezing Circle'"); + +-- Gjalerbron Warrior (23991) +DELETE FROM `smart_scripts` WHERE `entryorguid`=23991 AND `source_type`=0 AND `id` IN (2,3); +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 +(23991,0,2,0,0,0,100,0,4000,10000,35000,45000,0,11,13730,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Gjalerbron Warrior - In Combat - Cast 'Demoralizing Shout'"), +(23991,0,3,0,0,0,100,0,7000,10000,17000,20000,0,11,10966,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Gjalerbron Warrior - In Combat - Cast 'Uppercut'"); + +DELETE FROM `creature_text` WHERE `CreatureID`=23991; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(23991,0,0,"For Ymiron!",12,0,100,0,0,0,22697,0,'Gjalerbron Warrior'), +(23991,0,1,"My life for Ymiron!",12,0,100,0,0,0,22702,0,'Gjalerbron Warrior'), +(23991,0,2,"You tiny creatures disgust me!",12,0,100,0,0,0,22816,0,'Gjalerbron Warrior'), +(23991,0,3,"Look what''s come to play.",12,0,100,0,0,0,22820,0,'Gjalerbron Warrior'), +(23991,0,4,"There will be no everlasting life for you!",12,0,100,0,0,0,22822,0,'Gjalerbron Warrior'), +(23991,0,5,"Your race is a disease upon the world!",12,0,100,0,0,0,22824,0,'Gjalerbron Warrior'), +(23991,0,6,"I will break you!",12,0,100,0,0,0,22823,0,'Gjalerbron Warrior'), +(23991,0,7,"YAAARRRGH!",12,0,100,0,0,0,22700,0,'Gjalerbron Warrior'), +(23991,0,8,"I will take pleasure in gutting you!",12,0,100,0,0,13533,30498,0,'Gjalerbron Warrior'), +(23991,0,9,"I will feed you to the dogs!",12,0,100,0,0,13534,30499,0,'Gjalerbron Warrior'), +(23991,0,10,"Your entrails will make a fine necklace.",12,0,100,0,0,13535,30500,0,'Gjalerbron Warrior'), +(23991,0,11,"Die, maggot!",12,0,100,0,0,13536,30501,0,'Gjalerbron Warrior'), +(23991,0,12,"You come to die!",12,0,100,0,0,13537,30502,0,'Gjalerbron Warrior'), +(23991,0,13,"I spit on you!",12,0,100,0,0,13538,30503,0,'Gjalerbron Warrior'), +(23991,0,14,"Sniveling pig!",12,0,100,0,0,13539,30504,0,'Gjalerbron Warrior'), +(23991,0,15,"Ugglin oo bjorr!",12,0,100,0,0,13540,30505,0,'Gjalerbron Warrior'), +(23991,0,16,"Haraak foln!",12,0,100,0,0,13541,30506,0,'Gjalerbron Warrior'), +(23991,0,17,"I'll eat your heart!",12,0,100,0,0,13542,30508,0,'Gjalerbron Warrior'); + +-- Fearsome Horror (24073) +DELETE FROM `smart_scripts` WHERE `entryorguid`=24073 AND `source_type`=0 AND `id`=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`, `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 +(24073,0,1,0,0,0,100,0,2000,6000,7000,10000,0,11,49861,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Fearsome Horror - In Combat - Cast 'Infected Bite'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_02_world.sql new file mode 100644 index 00000000000..0930ebac593 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_02_world.sql @@ -0,0 +1,6 @@ +-- set Rooted state for Blockade Cannon +DELETE FROM `creature_template_movement` WHERE `CreatureId`=23771; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(23771, 1, 1, 0, 1); + +UPDATE `creature_template` SET `flags_extra`=64 WHERE `entry` IN (23755, 23767, 23771); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_03_world.sql new file mode 100644 index 00000000000..a38976dc3e0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_03_world.sql @@ -0,0 +1,24 @@ +-- +DELETE FROM `creature` WHERE `id`=20061; +DELETE FROM `creature_template_movement` WHERE `CreatureId`=20061; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(20061, 1, 1, 0, 1); +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (20061); +DELETE FROM `smart_scripts` WHERE `entryorguid`=20061 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2006100 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 +(20061,0,0,0,54,0,100,0,0,0,0,0,0,80,2006100,2,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Just summoned - Action list"), +(2006100,9,0,0,0,0,100,0,0,0,0,0,0,11,34872,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,1,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0,3.15,"Frostbite Invisible Stalker - Action list - Set Orientation"), +(2006100,9,2,0,0,0,100,0,1000,1000,0,0,0,11,34740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,3,0,0,0,100,0,0,0,0,0,0,11,34746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,4,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0,2.3624,"Frostbite Invisible Stalker - Action list - Set Orientation"), +(2006100,9,5,0,0,0,100,0,1000,1000,0,0,0,11,34740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,6,0,0,0,100,0,0,0,0,0,0,11,34746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,7,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0,1.575,"Frostbite Invisible Stalker - Action list - Set Orientation"), +(2006100,9,8,0,0,0,100,0,1000,1000,0,0,0,11,34740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,9,0,0,0,100,0,0,0,0,0,0,11,34746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,10,0,0,0,100,0,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0.7875,"Frostbite Invisible Stalker - Action list - Set Orientation"), +(2006100,9,11,0,0,0,100,0,1000,1000,0,0,0,11,34740,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,12,0,0,0,100,0,0,0,0,0,0,11,34746,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Action list - cast spell"), +(2006100,9,13,0,0,0,100,0,1000,1000,0,0,0,11,34779,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Frostbite Invisible Stalker - Just Action list - cast spell"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_04_world_335.sql new file mode 100644 index 00000000000..26f63e0bd7c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_04_world_335.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`=7779; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_05_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_05_world.sql new file mode 100644 index 00000000000..146c8f84e95 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_30_05_world.sql @@ -0,0 +1,47 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (43690,96909,96913,96920,96931,96939,96954,96955,96956,96957,96958,96959,96960,96961,96962,96963,96964,96965,96996,97143,97255,97256,97257,97258,97259,97261,97346,97352); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(43690, 23118, 530, 1, 1, 0, 0, 1724.264, 7378.032, 369.8983, 4.1538850, 300, 0, 0, 0, 0, 0), +(96909, 23119, 530, 1, 1, 0, 0, 1724.264, 7378.032, 369.8983, 4.1538850, 300, 0, 0, 0, 0, 0), +(96913, 23118, 530, 1, 1, 0, 0, 1699.965, 7339.737, 370.0056, 2.8274300, 300, 0, 0, 0, 0, 0), +(96920, 23119, 530, 1, 1, 0, 0, 1699.965, 7339.737, 370.0056, 2.8274300, 300, 0, 0, 0, 0, 0), +(96931, 23118, 530, 1, 1, 0, 0, 1635.728, 7236.379, 368.8360, 3.3850480, 300, 0, 0, 0, 0, 0), +(96939, 23119, 530, 1, 1, 0, 0, 1635.728, 7236.379, 368.8360, 3.3850480, 300, 0, 0, 0, 0, 0), +(96954, 23118, 530, 1, 1, 0, 0, 1650.052, 7206.133, 369.0356, 1.2217290, 300, 0, 0, 0, 0, 0), +(96955, 23119, 530, 1, 1, 0, 0, 1650.052, 7206.133, 369.0356, 1.2217290, 300, 0, 0, 0, 0, 0), +(96956, 23118, 530, 1, 1, 0, 0, 1444.903, 7303.924, 373.7010, 2.9146900, 300, 0, 0, 0, 0, 0), +(96957, 23119, 530, 1, 1, 0, 0, 1444.903, 7303.924, 373.7010, 2.9146900, 300, 0, 0, 0, 0, 0), +(96958, 23118, 530, 1, 1, 0, 0, 1412.624, 7361.099, 370.1049, 0.2617982, 300, 0, 0, 0, 0, 0), +(96959, 23119, 530, 1, 1, 0, 0, 1412.624, 7361.099, 370.1049, 0.2617982, 300, 0, 0, 0, 0, 0), +(96960, 23118, 530, 1, 1, 0, 0, 1437.102, 7289.250, 373.7963, 0.4886912, 300, 0, 0, 0, 0, 0), +(96961, 23119, 530, 1, 1, 0, 0, 1437.102, 7289.250, 373.7963, 0.4886912, 300, 0, 0, 0, 0, 0), +(96962, 23118, 530, 1, 1, 0, 0, 1339.803, 7300.026, 368.5673, 0.3665176, 300, 0, 0, 0, 0, 0), +(96963, 23119, 530, 1, 1, 0, 0, 1339.803, 7300.026, 368.5673, 0.3665176, 300, 0, 0, 0, 0, 0), +(96964, 23118, 530, 1, 1, 0, 0, 1341.605, 7217.468, 375.0737, 1.3439010, 300, 0, 0, 0, 0, 0), +(96965, 23119, 530, 1, 1, 0, 0, 1341.605, 7217.468, 375.0737, 1.3439010, 300, 0, 0, 0, 0, 0), +(96996, 23118, 530, 1, 1, 0, 0, 1521.983, 7309.528, 367.4526, 0.6453460, 300, 0, 0, 0, 0, 0), +(97143, 23119, 530, 1, 1, 0, 0, 1521.983, 7309.528, 367.4526, 0.6453460, 300, 0, 0, 0, 0, 0), +(97255, 23118, 530, 1, 1, 0, 0, 1303.507, 7190.829, 371.5774, 3.2986870, 300, 0, 0, 0, 0, 0), +(97256, 23119, 530, 1, 1, 0, 0, 1303.507, 7190.829, 371.5774, 3.2986870, 300, 0, 0, 0, 0, 0), +(97257, 23118, 530, 1, 1, 0, 0, 1361.807, 7161.544, 371.1580, 0.1047193, 300, 0, 0, 0, 0, 0), +(97258, 23119, 530, 1, 1, 0, 0, 1361.807, 7161.544, 371.1580, 0.1047193, 300, 0, 0, 0, 0, 0), +(97259, 23118, 530, 1, 1, 0, 0, 1448.179, 7207.929, 369.0707, 5.5676010, 300, 0, 0, 0, 0, 0), +(97261, 23119, 530, 1, 1, 0, 0, 1448.179, 7207.929, 369.0707, 5.5676010, 300, 0, 0, 0, 0, 0), +(97346, 23118, 530, 1, 1, 0, 0, 1508.000, 7209.453, 370.4677, 0.2094394, 300, 0, 0, 0, 0, 0), +(97352, 23119, 530, 1, 1, 0, 0, 1508.000, 7209.453, 370.4677, 0.2094394, 300, 0, 0, 0, 0, 0); + +UPDATE `creature` SET `spawntimesecs`=30 WHERE `id` IN (23118); +UPDATE `gameobject` SET `spawntimesecs`=30 WHERE `id` IN (185861); + + +DELETE FROM `gameobject` WHERE `guid` IN (27954,27955,27956,27957); +DELETE FROM `gameobject_addon` WHERE `guid` IN (27954,27955,27956,27957); + +UPDATE `gameobject_template` SET `AIName`='' WHERE `entry`=185861; +DELETE FROM `smart_scripts` WHERE `entryorguid`=185861 AND `source_type`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=23118 AND `source_type`=0; +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 +(23118, 0, 0, 1, 8, 0, 100, 513, 40160, 0, 1000, 1000, 0, 33, 23118, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, "Bombing Run Target Bunny - ON Spellhit 'Throw Bomb' - Quest Credit 'Bombing Run'"), +(23118, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 19, 23119, 3, 0, 0, 0, 0, 0, 0, "Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - Set Data 0 1"), +(23118, 0, 2, 3, 61, 0, 100, 512, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 20, 185861, 3, 0, 0, 0, 0, 0, 0, "Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - despawn"), +(23118, 0, 3, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 41, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, "Bombing Run Target Bunny - On Spellhit 'Throw Bomb' - despawn"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_31_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_31_00_world.sql new file mode 100644 index 00000000000..af8a94ae763 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_31_00_world.sql @@ -0,0 +1,15 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (97353,97396); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(97353, 23115, 530, 1, 1, 0, 0, 2336.01, 7298.97, 365.618, 3.55066, 300, 0, 0, 0, 0, 0), +(97396, 23115, 530, 1, 1, 0, 0, 2309.58, 7288.68, 365.617, 0.25198, 300, 0, 0, 0, 0, 0); + +UPDATE `creature` SET `position_x`=2341.8366, `position_y`=7240.4658, `position_z`=366.5410, `orientation`=1.481132 WHERE `guid`=78265; +UPDATE `creature` SET `position_x`=2356.8830, `position_y`=7285.9355, `position_z`=365.9563, `orientation`=3.260055 WHERE `guid`=91786; +UPDATE `creature` SET `position_x`=2338.6767, `position_y`=7337.7290, `position_z`=365.6684, `orientation`=4.467215 WHERE `guid`=91788; +UPDATE `creature` SET `position_x`=2323.238, `position_y`=7306.7163, `position_z`=365.6184, `orientation`=4.363535 WHERE `guid`=91793; +UPDATE `creature` SET `position_x`=2313.559082, `position_y`=7277.915, `position_z`=369.019073, `orientation`=1.147470 WHERE `guid`=91790; + +DELETE FROM `creature_template_movement` WHERE `CreatureId`=23253; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(23253, 1, 1, 1, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_01_31_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_31_01_world_335.sql new file mode 100644 index 00000000000..dfa4957b6f5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_01_31_01_world_335.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (97398,97402,97403,97404,97405); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(97398, 11552, 1, 1, 1, 0, 0, 6959.36, -2078, 611.066, 0.015, 300, 7, 0, 0, 0, 1), +(97402, 11552, 1, 1, 1, 0, 0, 7317.06, -2174, 542.848, 4.836, 300, 7, 0, 0, 0, 1), +(97403, 11552, 1, 1, 1, 0, 0, 7003.58, -2069.16, 608.559, 6.24575, 300, 0, 0, 0, 0, 0), +(97404, 11552, 1, 1, 1, 0, 0, 7100.42, -2141.84, 574.864, 5.01792, 300, 5, 0, 0, 0, 1), +(97405, 11552, 1, 1, 1, 0, 0, 6929.25, -2271.2, 590.0940, 3.94088, 300, 5, 0, 0, 0, 1); + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (11552); +DELETE FROM `smart_scripts` WHERE `entryorguid`=11552 AND `source_type`=0; +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 +(11552,0,0,0,0,0,100,0,1000,2000,3000,6000,0,11,10946,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Timbermaw Mystic - IC - Cast Mind Blast"), +(11552,0,1,0,0,0,100,0,4000,6000,4000,8000,0,11,10934,0,0,0,0,0,2,0,0,0,0,0,0,0,0,"Timbermaw Mystic - IC - Cast Smite"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_01_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_01_00_world.sql new file mode 100644 index 00000000000..6b714e543d6 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_01_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Ground`=2 WHERE `CreatureID` IN (37098,38418); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_01_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_01_01_world.sql new file mode 100644 index 00000000000..92f492f6496 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_01_01_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (39747, 39823); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(39747, 2, 1, 2, 0), +(39823, 2, 1, 2, 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_02_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_02_00_world.sql new file mode 100644 index 00000000000..2c1190dc873 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_02_00_world.sql @@ -0,0 +1,56 @@ +-- +UPDATE `gameobject` SET `position_x`=1862.02, `position_y`=-6184.39, `position_z`=25.2394, `orientation`=2.24799 WHERE `guid`=150054; + +DELETE FROM `script_waypoint` WHERE `entry` IN (24156); +DELETE FROM `waypoints` WHERE `entry`=24156; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(24156,1,1860.67,-6181.49,24.4529,'Plaguehound Tracker'), +(24156,2,1867.4,-6174.74,24.0396,'Plaguehound Tracker'), +(24156,3,1878.91,-6171.04,23.8547,'Plaguehound Tracker'), +(24156,4,1883.01,-6168.53,23.7649,'Plaguehound Tracker'), +(24156,5,1891.14,-6168.5,23.7235,'Plaguehound Tracker'), +(24156,6,1899.65,-6170.57,23.6586,'Plaguehound Tracker'), +(24156,7,1908.06,-6170.44,23.6803,'Plaguehound Tracker'), +(24156,8,1911.27,-6173.19,24.0866,'Plaguehound Tracker'), +(24156,9,1930.91,-6177,24.3168,'Plaguehound Tracker'), +(24156,10,1954.76,-6182.63,24.1432,'Plaguehound Tracker'), +(24156,11,1987.13,-6178.86,23.131,'Plaguehound Tracker'), +(24156,12,2006.38,-6170.3,15.3212,'Plaguehound Tracker'), +(24156,13,2009.97,-6164.83,15.7361,'Plaguehound Tracker'), +(24156,14,2014.19,-6158.24,13.2915,'Plaguehound Tracker'), +(24156,15,2013.73,-6145.65,7.8703,'Plaguehound Tracker'), +(24156,16,2041.4,-6116.02,4.79356,'Plaguehound Tracker'), +(24156,17,2058.39,-6112.69,5.85019,'Plaguehound Tracker'), +(24156,18,2086.18,-6103.4,6.93077,'Plaguehound Tracker'), +(24156,19,2098.62,-6101.4,4.95018,'Plaguehound Tracker'), +(24156,20,2114.68,-6098.66,5.20728,'Plaguehound Tracker'), +(24156,21,2126.52,-6101.74,6.62395,'Plaguehound Tracker'), +(24156,22,2159.06,-6109.57,3.01272,'Plaguehound Tracker'), +(24156,23,2201.07,-6110.33,1.05585,'Plaguehound Tracker'), +(24156,24,2225.83,-6096.46,0.541609,'Plaguehound Tracker'), +(24156,25,2238.62,-6077.75,2.62115,'Plaguehound Tracker'), +(24156,26,2258.13,-6060.8,1.93668,'Plaguehound Tracker'), +(24156,27,2267.67,-6056.66,1.2167,'Plaguehound Tracker'), +(24156,28,2287.67,-6048.15,1.24615,'Plaguehound Tracker'), +(24156,29,2307.23,-6024.91,2.63326,'Plaguehound Tracker'), +(24156,30,2306.47,-6023.57,2.82203,'Plaguehound Tracker'), +(24156,31,2299.93,-6026.67,2.35618,'Plaguehound Tracker'), +(24156,32,2289.84,-6040.9,2.20458,'Plaguehound Tracker'), +(24156,33,2267.99,-6056.47,1.22536,'Plaguehound Tracker'); + +-- Plaguehound Tracker (24156) +UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=24156; +DELETE FROM `smart_scripts` WHERE `entryorguid`=24156 AND `source_type`=0; +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 +(24156,0,0,0,54,0,100,0,0,0,0,0,0,53,0,24156,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Just Spawned - Start Waypoint'"), +(24156,0,1,0,40,0,100,0,8,24156,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 8 Reached - set run on"), +(24156,0,2,0,40,0,100,0,8,24156,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 8 Reached - Say emote"), +(24156,0,3,0,40,0,100,0,8,24156,0,0,0,54,10000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 8 Reached - Paussse wp"), +(24156,0,4,0,40,0,100,0,30,24156,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 30 Reached - Say emote"), +(24156,0,5,0,40,0,100,0,30,24156,0,0,0,54,7000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 30 Reached - Paussse wp"), +(24156,0,6,0,40,0,100,0,33,24156,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Plaguehound Tracker - On Waypoint 33 Reached - Despawn"); + +DELETE FROM `creature_text` WHERE `CreatureID`=24156; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(24156,0,0,"The hound appears to pick up a scent from the north and prepares to sprint to its source.",16,0,100,0,0,0,22843,0,'Plaguehound Tracker'), +(24156,1,0,"Upon reaching its destination the hound becomes startled by noise up ahead and appears ready to flee.",16,0,100,0,0,0,22844,0,'Plaguehound Tracker'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_02_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_02_01_world_335.sql new file mode 100644 index 00000000000..4e661554206 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_02_01_world_335.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_despawn_self' AND `spell_id`=52267; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_deliver_stolen_horse'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(52264, 'spell_deliver_stolen_horse'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_00_world.sql new file mode 100644 index 00000000000..6d5376a79ea --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_00_world.sql @@ -0,0 +1,10 @@ +-- +UPDATE `quest_template` SET `RewardMoney` = 58000 WHERE `ID` IN (13100,13103); +UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 6963; +UPDATE `quest_template` SET `AllowableRaces` = 1101 WHERE `ID` = 25253; +UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25228; +UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25254; +UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25351; +UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25348; +UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25293; +UPDATE `quest_template` SET `AllowableRaces` = 690 WHERE `ID` = 25288; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_01_world.sql new file mode 100644 index 00000000000..399db4ffe63 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_01_world.sql @@ -0,0 +1,58 @@ +-- +UPDATE `creature_template` SET `mingold`=600000, `maxgold`=700000 WHERE `entry` IN (39746,39747,39751); +UPDATE `creature_template` SET `mingold`=1500000, `maxgold`=1750000 WHERE `entry` IN (39805, 39823, 39920); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (39863, 39864, 39944, 39945); +UPDATE `creature_template` SET `mingold`=800000, `maxgold`=1200000 WHERE `entry` IN (10184); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (36538); +UPDATE `creature_template` SET `mingold`=160000, `maxgold`=200000 WHERE `entry` IN (30449,30451,30452); +UPDATE `creature_template` SET `mingold`=400000, `maxgold`=500000 WHERE `entry` IN (31535, 31520, 31534); +UPDATE `creature_template` SET `mingold`=1800000, `maxgold`=2000000 WHERE `entry` IN (30453); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (31001); +UPDATE `gameobject_template_addon` SET `mingold`=1500000, `maxgold`=1800000 WHERE `entry`=193905; +UPDATE `gameobject_template_addon` SET `mingold`=2500000, `maxgold`=3000000 WHERE `entry`=193967; +UPDATE `creature_template` SET `mingold`=1700000, `maxgold`=1900000 WHERE `entry` IN (31125, 33993, 35013, 38433); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2500000 WHERE `entry` IN (31722,33994,35360,38462); +UPDATE `creature_template` SET `mingold`=800000, `maxgold`=900000 WHERE `entry` IN (36612, 36626, 36627, 36678, 36853, 36855, 37955, 37970); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (37957, 37504, 38390, 38431, 38265, 38106, 38434, 38401); +UPDATE `creature_template` SET `mingold`=1000000, `maxgold`=1200000 WHERE `entry` IN (37958, 37505, 38549, 38585, 38266, 38296, 38435, 38784); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (37959, 37506, 38550, 38586, 38267, 38297, 38436, 38785); +UPDATE `gameobject_template_addon` SET `mingold`=800000, `maxgold`=900000 WHERE `entry` IN (202239,201873,202178,201959); +UPDATE `gameobject_template_addon` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (202240,201874,202180,202339); +UPDATE `gameobject_template_addon` SET `mingold`=1000000, `maxgold`=1200000 WHERE `entry` IN (202238,201872,202177,202338); +UPDATE `gameobject_template_addon` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (202241,201875,202179,202340); +UPDATE `creature_template` SET `mingold`=1000000, `maxgold`=1200000 WHERE `entry` IN (36597); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (39166); +UPDATE `creature_template` SET `mingold`=1200000, `maxgold`=1400000 WHERE `entry` IN (39167); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN (39168); +UPDATE `creature_template` SET `mingold`=1500000, `maxgold`=1800000 WHERE `entry` IN (32857, 32867, 32927, 33113, 33118, 33186, 33271, 33293, 33515); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2500000 WHERE `entry` IN (33694, 33693, 33692, 34003, 33190, 33724, 33449, 33885, 34175); +UPDATE `gameobject_template_addon` SET `mingold`=1500000, `maxgold`=1800000 WHERE `entry` IN ( 195046, 194307, 194789,194957, 194312, 194313, 194324,194325,194327,194326); +UPDATE `gameobject_template_addon` SET `mingold`=2000000, `maxgold`=2500000 WHERE `entry` IN ( 195047, 194308,194956,194958, 194314, 194315,194330,194329,194331,194328); +UPDATE `creature_template` SET `mingold`=1800000, `maxgold`=2000000 WHERE `entry` IN (33288); +UPDATE `creature_template` SET `mingold`=3000000, `maxgold`=3250000 WHERE `entry` IN (33955); +UPDATE `gameobject_template_addon` SET `mingold`=1800000, `maxgold`=2000000 WHERE `entry`=194821; +UPDATE `gameobject_template_addon` SET `mingold`=3000000, `maxgold`=3250000 WHERE `entry`=194822; +UPDATE `creature_template` SET `mingold`=1200000, `maxgold`=1400000 WHERE `entry` IN(16060, 15956,16061,15936,15954,16028,15953,15989,15932,15931); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN(29373,29417,29701,29268,29615,29249,29991,29324,29955,29940); +UPDATE `creature_template` SET `mingold`=1700000, `maxgold`=1800000 WHERE `entry` IN(15952,15928,16011); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN(29448, 29278, 29718); +UPDATE `gameobject_template_addon` SET `mingold`=1700000, `maxgold`=1800000 WHERE `entry`=181366; +UPDATE `gameobject_template_addon` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry`=193426; +UPDATE `creature_template` SET `mingold`=1800000, `maxgold`=2000000 WHERE `entry` IN(15990); +UPDATE `creature_template` SET `mingold`=2250000, `maxgold`=2500000 WHERE `entry` IN(30061); +UPDATE `creature_template` SET `mingold`=400000, `maxgold`=450000 WHERE `entry` IN(34496, 34497); +UPDATE `creature_template` SET `mingold`=1000000, `maxgold`=1125000 WHERE `entry` IN(35347, 35350); +UPDATE `creature_template` SET `mingold`=450000, `maxgold`=500000 WHERE `entry` IN(35348, 35351); +UPDATE `creature_template` SET `mingold`=1125000, `maxgold`=1250000 WHERE `entry` IN(35349, 35352); +UPDATE `creature_template` SET `mingold`=800000, `maxgold`=900000 WHERE `entry` IN(34780, 34797); +UPDATE `creature_template` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry` IN(35216, 35447); +UPDATE `creature_template` SET `mingold`=900000, `maxgold`=1000000 WHERE `entry` IN(35268, 35448); +UPDATE `creature_template` SET `mingold`=2250000, `maxgold`=2500000 WHERE `entry` IN(35269, 35449); +UPDATE `creature_template` SET `mingold`=900000, `maxgold`=1000000 WHERE `entry` IN(34564); +UPDATE `creature_template` SET `mingold`=2250000, `maxgold`=2500000 WHERE `entry` IN(34566); +UPDATE `creature_template` SET `mingold`=1000000, `maxgold`=1100000 WHERE `entry` IN(35615); +UPDATE `creature_template` SET `mingold`=2500000, `maxgold`=2700000 WHERE `entry` IN(35616); +UPDATE `gameobject_template_addon` SET `mingold`=800000, `maxgold`=900000 WHERE `entry`=195631; +UPDATE `gameobject_template_addon` SET `mingold`=2000000, `maxgold`=2250000 WHERE `entry`=195632; +UPDATE `gameobject_template_addon` SET `mingold`=900000, `maxgold`=1000000 WHERE `entry`=195633; +UPDATE `gameobject_template_addon` SET `mingold`=2250000, `maxgold`=2500000 WHERE `entry`=195635; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_02_world.sql new file mode 100644 index 00000000000..1dc1d1c5b44 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_04_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `phaseMask`=265, `modelid`=0 WHERE `guid` IN (130499); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_05_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_05_00_world.sql new file mode 100644 index 00000000000..2735f267dcf --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_05_00_world.sql @@ -0,0 +1,275 @@ +-- Knight of the Ebon Blade +UPDATE `creature` SET `spawndist` = 0, `MovementType` = 0 WHERE `guid` = 125754; +UPDATE `creature` SET `position_x` = 2455.141846, `position_y` = -5659.117676, `position_z` = 376.904541, `orientation` = 3.062749 WHERE `guid` = 125729; +UPDATE `creature` SET `position_x` = 2455.287598, `position_y` = -5657.273438, `position_z` = 376.904541, `orientation` = 3.062749, `spawndist` = 0, `MovementType` = 0 WHERE `guid` = 125728; +UPDATE `creature` SET `position_x` = 2430.403809, `position_y` = -5556.913574, `position_z` = 420.642792, `orientation` = 3.970762 WHERE `guid` = 125750; +UPDATE `creature` SET `position_x` = 2432.056885, `position_y` = -5558.427734, `position_z` = 420.642792, `orientation` = 3.970762, `spawndist` = 0, `MovementType` = 0 WHERE `guid` = 125751; +UPDATE `creature` SET `position_x` =2495.758545 , `position_y` =-5628.138672 , `position_z` =420.644318 , `orientation` =2.620066 WHERE `guid` = 130499; + +UPDATE `creature` SET `spawndist` = 0, `MovementType` = 2 WHERE `guid` IN (125724,125729,125750,125746); +UPDATE `creature_addon` SET `path_id`=1257240 WHERE `guid` = 125724; +UPDATE `creature_addon` SET `path_id`=1257290 WHERE `guid` = 125729; +UPDATE `creature_addon` SET `path_id`=1257500 WHERE `guid` = 125750; +UPDATE `creature_addon` SET `path_id`=1257460 WHERE `guid` = 125746; + +DELETE FROM `creature_movement_override` WHERE `SpawnId` IN (125724); +INSERT INTO `creature_movement_override` (`SpawnId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(125724, 1, 1, 2, 0); + +DELETE FROM `waypoint_data` WHERE `id` IN (1257240,1257290,1257500,1257460); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `action_chance`, `move_type`) VALUES +-- #125724 +(1257240,1,2323.35,-5656.07,383.241,2000,0,6.24828,100,2), +(1257240,2,2330.026,-5657.613,388.6288,0,0,0,100,2), +(1257240,3,2329.356,-5658.356,388.6288,0,0,0,100,2), +(1257240,4,2319.161,-5657.183,386.9349,0,0,0,100,2), +(1257240,5,2307.284,-5650.997,386.9349,0,0,0,100,2), +(1257240,6,2301.35,-5635.033,380.8797,0,0,0,100,2), +(1257240,7,2322.17,-5569.309,350.8232,0,0,0,100,2), +(1257240,8,2338.373,-5510.709,352.2416,0,0,0,100,2), +(1257240,9,2361.37,-5470.431,352.7691,0,0,0,100,2), +(1257240,10,2446.082,-5442.422,350.9076,0,0,0,100,2), +(1257240,11,2515.625,-5450.358,356.7685,0,0,0,100,2), +(1257240,12,2588.698,-5507.009,359.1858,0,0,0,100,2), +(1257240,13,2503.031,-5580.353,332.798,0,0,0,100,2), +(1257240,14,2374.086,-5671.582,340.6869,0,0,0,100,2), +(1257240,15,2320.237,-5695.78,343.4362,0,0,0,100,2), +(1257240,16,2332.025,-5686.116,350.9917,0,0,0,100,2), +(1257240,17,2328.57,-5677.01,385.319,0,0,0,100,2), +(1257240,18,2328.24,-5657.19,385.685,2000,0,0,100,0), +(1257240,19,2323.35,-5656.07,383.241,120000,0,6.24828,100,0), +-- #125729 +(1257290,1,2446.67,-5658.38,376.905,0,0,2.73269,100,0), +(1257290,2,2435.24,-5654.47,376.959,0,0,2.77275,100,0), +(1257290,3,2427.8,-5650.54,377.02,0,0,2.45466,100,0), +(1257290,4,2419.48,-5644.87,376.888,0,0,2.56854,100,0), +(1257290,5,2412.11,-5639.68,376.89,0,0,2.25596,100,0), +(1257290,6,2405.47,-5630.69,376.928,0,0,2.0816,100,0), +(1257290,7,2397.51,-5617.32,377.003,0,0,1.78943,100,0), +(1257290,8,2396.18,-5609.07,377.095,0,0,1.65748,100,0), +(1257290,9,2393.84,-5593.56,376.899,0,0,1.70461,100,0), +(1257290,10,2394.2,-5582.01,376.905,0,0,1.42579,100,0), +(1257290,11,2397.28,-5570.98,376.934,0,0,1.0543,100,0), +(1257290,12,2402.94,-5561.78,377.011,0,0,0.989893,100,0), +(1257290,13,2410.25,-5551.94,376.888,0,0,0.856375,100,0), +(1257290,14,2417.83,-5544.23,376.895,0,0,0.78569,100,0), +(1257290,15,2428.82,-5536.41,376.931,0,0,0.569705,100,0), +(1257290,16,2436.36,-5532.31,376.979,0,0,0.440114,100,0), +(1257290,17,2445.12,-5529.51,377.095,0,0,0.27518,100,0), +(1257290,18,2457.44,-5527.67,376.895,0,0,0.149516,100,0), +(1257290,19,2469.9,-5527.55,376.905,0,0,6.25991,100,0), +(1257290,20,2480.83,-5528.93,376.913,0,0,6.07142,100,0), +(1257290,21,2489.32,-5532.37,376.977,0,0,5.535,100,0), +(1257290,22,2500.23,-5541,376.89,0,0,5.62375,100,0), +(1257290,23,2509.11,-5550.09,376.896,0,0,5.40777,100,0), +(1257290,24,2514.69,-5560.58,376.904,0,0,5.21142,100,0), +(1257290,25,2522.13,-5573.43,376.995,0,0,5.18393,100,0), +(1257290,26,2524.32,-5580.86,377.145,0,0,4.96402,100,0), +(1257290,27,2526.39,-5593.16,376.898,0,0,4.86977,100,0), +(1257290,28,2526.31,-5604.8,376.905,0,0,4.70092,100,0), +(1257290,29,2522.07,-5619.32,376.957,0,0,4.39461,100,0), +(1257290,30,2516.59,-5628.19,377.095,0,0,4.10402,100,0), +(1257290,31,2506.34,-5642.23,376.883,0,0,4.03726,100,0), +(1257290,32,2492.87,-5651.26,376.938,0,0,3.68383,100,0), +(1257290,33,2479.32,-5656.78,377.004,0,0,3.33197,100,0), +(1257290,34,2469.47,-5658.35,376.89,0,0,3.30192,100,0), +(1257290,35,2461.75,-5659.24,376.897,0,0,3.1362,100,0), +(1257290,36,2455.71,-5659.23,376.904,0,0,3.05845,100,0), +-- #125750 +(1257500,1,2423.91,-5563.63,420.643,0,0,3.95166,100,0), +(1257500,2,2413.24,-5584.33,420.643,0,0,4.64359,100,0), +(1257500,3,2413.94,-5603.56,420.643,0,0,5.11796,100,0), +(1257500,4,2420.91,-5620.53,420.643,0,0,5.46353,100,0), +(1257500,5,2434.01,-5633.67,420.643,0,0,5.80597,100,0), +(1257500,6,2451.23,-5640.72,420.643,0,0,6.25914,100,0), +(1257500,7,2470.25,-5640.69,420.643,0,0,0.58306,100,0), +(1257500,8,2487.68,-5633.69,420.643,0,0,0.634897,100,0), +(1257500,9,2500.52,-5620.19,420.643,0,0,1.11713,100,0), +(1257500,10,2507.49,-5602.83,420.643,0,0,1.44386,100,0), +(1257500,11,2507.22,-5583.91,420.643,0,0,1.82949,100,0), +(1257500,12,2500.18,-5566.92,420.643,0,0,2.25282,100,0), +(1257500,13,2481.2,-5551.37,420.643,0,0,2.91098,100,0), +(1257500,14,2450.97,-5546.57,420.643,0,0,3.29583,100,0), +(1257500,15,2433.74,-5554.06,420.643,0,0,3.91865,100,0), +-- #125746 +(1257460,1,2465.825, -5566.296, 366.82,0,0,2.9392,100,0), +(1257460,2,2453.237, -5566.987, 366.82,0,0,3.3319,100,0), +(1257460,3,2443.162, -5571.140, 366.82,0,0,3.8032,100,0), +(1257460,4,2436.04,-5578.13,366.819,0,0,4.34945,100,0), +(1257460,5,2431.61,-5588.31,366.819,0,0,4.47119,100,0), +(1257460,6,2431.88,-5599.75,366.819,0,0,4.96049,100,0), +(1257460,7,2436.14,-5610.81,366.819,0,0,5.33826,100,0), +(1257460,8,2444.43,-5618.48,366.819,0,0,5.77222,100,0), +(1257460,9,2455.11,-5623.02,366.819,0,0,6.17277,100,0), +(1257460,10,2466.98,-5622.77,366.819,0,0,0.333337,100,0), +(1257460,11,2477,-5618.23,366.819,0,0,0.813131,100,0), +(1257460,12,2484.75,-5610.28,366.819,0,0,1.06132,100,0), +(1257460,13,2489.43,-5600.22,366.819,0,0,1.55455,100,0), +(1257460,14,2488.75,-5587.13,366.819,0,0,1.83477,100,0), +(1257460,15,2484.82,-5577.11,366.819,0,0,2.32172,100,0), +(1257460,16,2476.5,-5569.24,366.819,0,0,2.6398,100,0); + + + +-- formations +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (125729,125750); +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(125729,125729,0,0,515,0,0), +(125729,125728,4,90,515,0,0), +(125750,125750,0,0,515,0,0), +(125750,125751,4,90,515,0,0); + +-- Corpulous +UPDATE `creature` SET `position_x` = 2484.927002, `position_y` = -5626.647461, `position_z` = 420.352722, `orientation` = 0.583551, `spawndist` = 0, `MovementType` = 2 WHERE `guid` = 125759; +DELETE FROM `creature_addon` WHERE `guid` = 125759; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(125759,1257590,0,0,0,0,""); + +DELETE FROM `waypoint_data` WHERE `id`=1257590; +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `move_type`, `action_chance`) VALUES +(1257590,1,2495.99,-5616.46,420.643,0,0,1.34068,0,100), +(1257590,2,2500.64,-5594.66,420.582,0,0,1.6941,0,100), +(1257590,3,2491.96,-5571.82,420.463,0,0,2.43631,0,100), +(1257590,4,2468.08,-5552.55,420.605,0,0,2.96802,0,100), +(1257590,5,2438.5,-5554.26,420.644,0,0,4.00946,0,100), +(1257590,6,2417.75,-5577.3,420.644,0,0,4.77051,0,100), +(1257590,7,2418.65,-5602.62,420.644,0,0,4.81494,0,100), +(1257590,8,2431.13,-5627.26,420.644,0,0,5.76997,0,100), +(1257590,9,2463.25,-5636.65,420.643,0,0,6.08764,0,100), +(1257590,10,2484.3,-5627.07,420.309,0,0,0.487756,0,100); + +-- Vigilant Gargoyle +UPDATE `creature` SET `position_x` = 2434.21, `position_y` = -5662.73, `position_z` = 444.346, `orientation` = 0.8203048 WHERE `guid` = 125826; +UPDATE `creature` SET `position_x` = 2391.407959, `position_y` = -5567.292969, `position_z` = 444.357086, `orientation` = 5.480334 WHERE `guid` = 125828; +UPDATE `creature` SET `position_x` = 2483.342, `position_y` = -5565.299, `position_z` = 465.3641, `orientation` = 5.12546 WHERE `guid` = 125829; +UPDATE `creature` SET `position_x` = 2451.695, `position_y` = -5646.18, `position_z` = 434.8652, `orientation` = 2.316070 WHERE `guid` = 125830; +UPDATE `creature` SET `position_x` = 2430.07, `position_y` = -5548.54, `position_z` = 444.124, `orientation` = 5.235988 WHERE `guid` = 125831; +UPDATE `creature` SET `position_x` = 2504.877930, `position_y` = -5563.373047, `position_z` = 444.124237, `orientation` = 3.769911 WHERE `guid` = 125832; +UPDATE `creature` SET `position_x` = 2488.308, `position_y` = -5584.386, `position_z` = 481.0384, `orientation` = 3.62308 WHERE `guid` = 125833; +UPDATE `creature` SET `spawndist` = 0, `MovementType` = 2 WHERE `guid` IN (125826,125827,125828,125829,125830,125831,125832,125833); + +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (29239); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(29239, 1, 1, 2, 0); + +DELETE FROM `creature_addon` WHERE `guid` IN (125826,125827,125828,125829,125830,125831,125832,125833); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(125826,1258260,0,0,0,0,""), +(125827,1258270,0,0,0,0,""), +(125828,1258280,0,0,0,0,""), +(125829,1258290,0,0,0,0,""), +(125830,1258300,0,0,0,0,""), +(125831,1258310,0,0,0,0,""), +(125832,1258320,0,0,0,0,""), +(125833,1258330,0,0,0,0,""); + +DELETE FROM `waypoint_data` WHERE `id` IN (1258260,1258270,1258280,1258290,1258300,1258310,1258320,1258330); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `delay`, `action`, `orientation`, `move_type`, `action_chance`) VALUES +-- #125826 +(1258260,1,2434.21,-5662.73,444.346,10000,15,0.8203048,2,100), +(1258260,2,2434.21,-5662.73,444.346,3000,21,0.8203048,2,100), +(1258260,3,2437.7,-5653.26,447.963,0,0,0,2,100), +(1258260,4,2440.7,-5639.31,450.32,0,0,0,2,100), +(1258260,5,2449.12,-5599.83,455.546,0,0,0,2,100), +(1258260,6,2463.19,-5545.83,455.546,0,0,0,2,100), +(1258260,7,2462.16,-5519.81,445.019,90000,15,5.096361,2,100), +(1258260,8,2462.16,-5519.81,445.019,3000,21,5.096361,2,100), +(1258260,9,2463.19,-5545.83,455.546,0,0,0,2,100), +(1258260,10,2449.12,-5599.83,455.546,0,0,0,2,100), +(1258260,11,2440.7,-5639.31,450.32,0,0,0,2,100), +(1258260,12,2437.7,-5653.26,447.963,0,0,0,2,100), +(1258260,13,2434.21,-5662.73,444.346,55000,15,0.8203048,2,100), +-- #125827 +(1258270,1,2490.76,-5638.42,444.123,3000,21,2.146755,2,100), +(1258270,2,2473.23,-5633.96,451.023,0,0,6.08433,2,100), +(1258270,3,2436.67,-5610.5,451.023,0,0,0.118447,2,100), +(1258270,4,2396.06,-5594.14,447.163,0,0,0.118447,2,100), +(1258270,5,2386.53,-5591.94,444.349,15000,15,6.056796,0,100), +(1258270,6,2386.53,-5591.94,444.349,3000,21,6.056796,2,100), +(1258270,7,2396.06,-5594.14,447.163,0,0,0.118447,2,100), +(1258270,8,2436.67,-5610.5,451.023,0,0,0.118447,2,100), +(1258270,9,2473.23,-5633.96,451.023,0,0,6.08433,2,100), +(1258270,10,2490.76,-5638.42,444.123,15000,15,2.146755,2,100), +-- #125828 +(1258280,1,2391.408,-5567.293,444.3718,25000,15,5.480334,2,100), +(1258280,2,2391.408,-5567.293,444.3718,3000,21,5.480334,2,100), +(1258280,3,2398.943,-5570.205,446.666,0,0,0,2,100), +(1258280,4,2440.29,-5586.844,449.8325,0,0,0,2,100), +(1258280,5,2505.819,-5612.692,449.8325,0,0,0,2,100), +(1258280,6,2529.106,-5619.674,445.1933,30000,15,2.338741,2,100), +(1258280,7,2529.106,-5619.674,445.1933,3000,21,2.338741,2,100), +(1258280,8,2505.819,-5612.692,449.8325,0,0,0,2,100), +(1258280,9,2440.29,-5586.844,449.8325,0,0,0,2,100), +(1258280,10,2398.943,-5570.205,446.666,0,0,0,2,100), +-- #125829 +(1258290,1,2483.342,-5565.299,465.3641,0,0,0,2,100), +(1258290,2,2496.264,-5591.996,465.3641,0,0,0,2,100), +(1258290,3,2487.786,-5622.763,465.3641,0,0,0,2,100), +(1258290,4,2454.336,-5633.348,465.3641,0,0,0,2,100), +(1258290,5,2425.146,-5610.249,465.3641,0,0,0,2,100), +(1258290,6,2428.722,-5575.904,465.3641,0,0,0,2,100), +(1258290,7,2455.775,-5556.587,465.3641,0,0,0,2,100), +-- #125830 +(1258300,1,2451.695,-5646.18,434.8652,0,0,0,2,100), +(1258300,2,2439.378,-5633.581,434.8652,0,0,0,2,100), +(1258300,3,2435.796,-5612.654,434.8652,0,0,0,2,100), +(1258300,4,2415.501,-5592.075,434.8652,0,0,0,2,100), +(1258300,5,2420.025,-5564.285,434.8652,0,0,0,2,100), +(1258300,6,2442.141,-5561.768,434.8652,0,0,0,2,100), +(1258300,7,2455.828,-5546.954,434.8652,0,0,0,2,100), +(1258300,8,2473.265,-5540.889,434.8652,0,0,0,2,100), +(1258300,9,2485.814,-5558.36,434.8652,0,0,0,2,100), +(1258300,10,2486.564,-5585.888,434.8652,0,0,0,2,100), +(1258300,11,2512.008,-5598.653,434.8652,0,0,0,2,100), +(1258300,12,2498.434,-5621.793,434.8652,0,0,0,2,100), +(1258300,13,2473.175,-5621.091,434.8652,0,0,0,2,100), +(1258300,14,2464.311,-5642.477,434.8652,0,0,0,2,100), +-- #125831 +(1258310,1,2430.07,-5548.54,444.124,40000,15,5.235988,2,100), +(1258310,2,2430.07,-5548.54,444.124,3000,21,5.235988,2,100), +(1258310,3,2440.2,-5553.77,447.152,0,0,0,2,100), +(1258310,4,2479.28,-5579.33,458.901,0,0,0,2,100), +(1258310,5,2508.33,-5596.56,458.901,0,0,0,2,100), +(1258310,6,2534.25,-5595.29,445.207,55000,15,3.490659,2,100), +(1258310,7,2534.25,-5595.29,445.207,3000,21,3.490659,2,100), +(1258310,8,2508.33,-5596.56,458.901,0,0,0,2,100), +(1258310,9,2479.28,-5579.33,458.901,0,0,0,2,100), +(1258310,10,2440.2,-5553.77,447.152,0,0,0,2,100), +-- #125832 +(1258320,1,2504.878,-5563.373,444.8871,60000,15,3.769911,2,100), +(1258320,2,2504.878,-5563.373,444.8871,3000,21,3.769911,2,100), +(1258320,3,2499.79,-5572.24,447.68,0,0,0,2,100), +(1258320,4,2471.41,-5619.1,454.346,0,0,0,2,100), +(1258320,5,2458.67,-5667.23,444.355,35000,15,1.919862,2,100), +(1258320,6,2458.67,-5667.23,444.355,3000,21,1.919862,2,100), +(1258320,7,2471.41,-5619.1,454.346,0,0,0,2,100), +(1258320,8,2499.79,-5572.24,447.68,0,0,0,2,100), +-- #125833 +(1258330,1,2488.308,-5584.386,481.0384,0,0,0,2,100), +(1258330,2,2454.494,-5564.502,481.0384,0,0,0,2,100), +(1258330,3,2435.279,-5577.999,481.0384,0,0,0,2,100), +(1258330,4,2431.282,-5602.197,481.0384,0,0,0,2,100), +(1258330,5,2446.33,-5619.115,481.0384,0,0,0,2,100), +(1258330,6,2468.877,-5620.938,481.0384,0,0,0,2,100), +(1258330,7,2486.967,-5604.068,481.0384,0,0,0,2,100); + +DELETE FROM `waypoint_scripts` WHERE `id` IN (15); +INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES + (15, 1, 1, 429, 1, 0, 0, 0, 0, 0, 7); + +-- Risen Drudge +UPDATE `creature` SET `position_x` = 2494.941650, `position_y` = -5599.048828, `position_z` = 420.326019, `orientation` = 3.927593 WHERE `guid` = 125767; +DELETE FROM `creature_addon` WHERE `guid`=125767; + +-- Veteran\'s Training Dummy -- Disciple\'s Training Dummy -- Initiate\'s Training Dummy -- Ebon Knight\'s Training Dummy -- Highlord's Nemesis Trainer +UPDATE `creature_template` SET `unit_flags` = 0, `mechanic_immune_mask` = 8388656 WHERE `entry` IN (32541,32545,32542,32543,32546,32547); +DELETE FROM `creature_template_addon` WHERE `entry` IN (32541,32545,32542,32543,32546,32547); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(32541,0,0,0,0,0,"6462"), +(32545,0,0,0,0,0,"6462"), +(32542,0,0,0,0,0,"6462"), +(32543,0,0,0,0,0,"6462"), +(32546,0,0,0,0,0,"6462"), +(32547,0,0,0,0,0,"6462"); + +UPDATE `creature_template_addon` SET `bytes2`=0 WHERE `entry`=28490; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_00_world.sql new file mode 100644 index 00000000000..c2759fe4039 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_00_world.sql @@ -0,0 +1,4 @@ +-- Warsong Battle Standard +DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26678; +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(26678, 1, 0, 0, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_01_world.sql new file mode 100644 index 00000000000..fb0de14b375 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_01_world.sql @@ -0,0 +1,25 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2667800) AND `source_type`=9 AND `id`=6; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (26678) AND `source_type`=0 AND `id` IN (3,4); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (26676) AND `source_type`=0 AND `id` IN (1,2); +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 +(2667800,9,6,0,0,0,100,0,1000,1000,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Warsong Battle Standard - On Script - Quest Credit"), +(26678,0,3,0,54,0,100,0,0,0,0,0,84,1,0,0,0,0,0,23,0,0,0,0,0,0,0,"Warsong Battle Standard - Just Summoned - Simple talk"), +(26678,0,4,0,6,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Warsong Battle Standard - On death - Simple talk"), +(26676,0,1,0,54,0,60,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anub'ar Invader - Just Summoned - Simple talk"), +(26676,0,2,0,7,0,100,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anub'ar Invader - On evade - despawn"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (26676,26678); +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(26676,0,0,"Anub'ar fear nothing, mortal...",12,0,100,0,0,0,25895,0,'Anubar Invader'), +(26676,0,1,"A fine meal you will make...",12,0,100,0,0,0,25896,0,'Anubar Invader'), +(26676,0,2,"Anub'arak may have uses for your carcass...",12,0,100,0,0,0,25897,0,'Anubar Invader'), +(26676,0,3,"The feast has arrived! DIE!",12,0,100,0,0,0,25898,0,'Anubar Invader'), +(26678,0,0,"The Anub'ar have destroyed the %s!",16,0,100,0,0,0,25899,0,'Warsong Battle Standard'), +(26678,1,0,"Come, cowards! FACE THE HORDE!",12,0,100,0,0,0,25888,0,'Warsong Battle Standard'), +(26678,1,1,"Do you that dare challenge the Horde? Then come...",12,0,100,0,0,0,25889,0,'Warsong Battle Standard'), +(26678,1,2,"I will crush you all! For the Horde!",12,0,100,0,0,0,25890,0,'Warsong Battle Standard'), +(26678,1,3,"Come! Come face your doom!",12,0,100,0,0,0,25891,0,'Warsong Battle Standard'), +(26678,1,4,"Leave this place or I will thrash you soundly!",12,0,100,0,0,0,25892,0,'Warsong Battle Standard'), +(26678,1,5,"Show yourselves so that I may crack your insectoid skeletons with my bare hands!",12,0,100,0,0,0,25893,0,'Warsong Battle Standard'), +(26678,1,6,"Hearty beatings will be dispensed in the name of the Horde!",12,0,100,0,0,0,25894,0,'Warsong Battle Standard'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_02_world.sql new file mode 100644 index 00000000000..7fb41e34154 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_06_02_world.sql @@ -0,0 +1,24 @@ +-- +UPDATE `creature_template_addon` SET `auras`="47395" WHERE `entry` IN (26654,26772,26656,26608); +DELETE FROM `creature_template_addon` WHERE `entry` IN (26319,26606,26777,26676,26778); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(26676,"47396"),(26319,"47396"),(26606,"47396"),(26777,"47395"),(26778,"47395"); +UPDATE `creature_addon` SET `auras` ="47396" WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (26319, 26606)); + +DELETE FROM `spell_area` WHERE `area` IN (4163) AND `spell`=47396; +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`, `quest_end_status`) VALUES +(47396, 4163, 0, 12069, 0, 0, 2, 1, 0, 11); + +DELETE FROM `gameobject_addon` WHERE `guid`=5544; +INSERT INTO `gameobject_addon` (`guid`, `invisibilityType`, `invisibilityValue`) VALUES (5544, 5, 1000); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (26810); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(26810,"47417"); + +DELETE FROM `spell_area` WHERE `area` IN (4165) AND `spell`=47418; +INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`, `quest_end_status`) VALUES +(47418, 4165, 12069, 0, 0, 0, 2, 1, 64, 0); + +UPDATE `creature_addon` SET `auras` ="47418" WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (26437)); +UPDATE `creature_template_addon` SET `auras`="47786 47418" WHERE `entry`=26379; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_09_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_09_00_world_335.sql new file mode 100644 index 00000000000..efc2a3f0a40 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_09_00_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `id`=29 AND `guid`=76265; +DELETE FROM `creature` WHERE `id`=12371 AND `guid`=86173; +DELETE FROM `creature` WHERE `id`=12370 AND `guid`=86174; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_09_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_09_01_world_335.sql new file mode 100644 index 00000000000..b222a644c56 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_09_01_world_335.sql @@ -0,0 +1,15 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (76265,86173,86174,97406,97407,97408,97431); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(76265, 4772, 0, 1, 1, 0, 1, -5523.24, -1333.6, 398.555, 2.68781, 120, 0, 0, 0, 0, 0), +(86173, 12372, 0, 1, 1, 0, 0, -5509.63, -1323.89, 397.516, 2.32328, 120, 1, 0, 0, 0, 1), +(86174, 12373, 0, 1, 1, 0, 0, -5505.42, -1320.18, 397.516, 3.25541, 120, 1, 0, 0, 0, 1), +(97406, 12374, 0, 1, 1, 0, 0, -5499.52, -1322.37, 397.516, 0.224179, 120, 1, 0, 0, 0, 1), +(97407, 14546, 0, 1, 1, 0, 0, -5508.02, -1334.34, 397.516, 5.21587, 120, 1, 0, 0, 0, 1), +(97408, 14547, 0, 1, 1, 0, 0, -5497.96, -1332.61, 397.516, 0.488367, 120, 1, 0, 0, 0, 1), +(97431, 14548, 0, 1, 1, 0, 0, -5502.12, -1335.15, 397.516, 0.569738, 120, 1, 0, 0, 0, 1); +DELETE FROM `game_event_creature` WHERE `eventEntry` IN (-25,25) AND `guid` IN (76265,86173,86174,97406,97407,97408,97431, 4149,4148,4147,4155,4154,4156,4150); +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(25,76265),(25,86173),(25,86174),(25,97406),(25,97407),(25,97408),(25,97431),(-25,4149),(-25,4148),(-25,4147),(-25,4155),(-25,4154),(-25,4156),(-25,4150); +UPDATE `creature` SET `MovementType`=1, `spawndist`=4 WHERE `guid` IN(4149,4148,4147,4155,4154,4156); +UPDATE `creature` SET `Orientation`=3.172219 WHERE `guid` IN(4152); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_13_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_13_00_world_335.sql new file mode 100644 index 00000000000..8d65695cb13 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_13_00_world_335.sql @@ -0,0 +1,12 @@ +-- Bartleby SAI +SET @ENTRY := 6090; +UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName`="" WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; +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 +(@ENTRY,0,0,0,25,0,100,0,0,0,0,0,2,84,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bartleby - On Reset - Set Faction 84"), +(@ENTRY,0,1,2,19,0,100,0,1640,0,0,0,2,168,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bartleby - On Quest 'Beat Bartleby' Taken - Set Faction 168"), +(@ENTRY,0,2,6,61,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,100,0,0,0,0,0,0,"Bartleby - On Quest Taken - Start Attacking"), +(@ENTRY,0,3,0,25,0,100,0,0,0,0,0,42,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bartleby - On Reset - Set Invincibility Hp 1"), +(@ENTRY,0,4,5,2,0,100,0,0,15,0,0,15,1640,0,0,0,0,0,12,1,0,0,0,0,0,0,"Bartleby - Between 0-15% Health - Quest Credit 'Beat Bartleby'"), +(@ENTRY,0,5,0,61,0,100,0,0,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bartleby - Between 0-15% Health - Evade"), +(@ENTRY,0,6,0,61,0,100,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Bartleby - On Quest Taken - Store Targetlist"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_15_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_15_00_world.sql new file mode 100644 index 00000000000..40d3cd36168 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_15_00_world.sql @@ -0,0 +1,4 @@ +-- Show if player is online in lookup player commands +DELETE FROM `trinity_string` WHERE `entry` = '48'; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES ('48', '(online)'); +UPDATE `trinity_string` SET `content_default` = ' %s (GUID %u) %s' WHERE (`entry` = '329'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_00_world_335.sql new file mode 100644 index 00000000000..65a58b33a2b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=6090 AND `source_type`=0 AND `id`=4; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_01_world.sql new file mode 100644 index 00000000000..57821ee3fce --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_01_world.sql @@ -0,0 +1,18 @@ +-- +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (29486,24791,29479,23691,24681,23690,29487); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (29486,24791,29479,23691,24681,23690,29487) AND `source_type`=0; +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 +(23691,0,0,0,0,0,100,0,5000,9000,7000,12000,11,32019,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shoveltusk Stag - In Combat - Cast 'Gore'"), +(23691,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shoveltusk Stag - In Aggro - Cast 'Shoveltusk Charge'"), +(29479,0,0,0,0,0,100,0,5000,9000,7000,12000,11,32019,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shoveltusk Forager - In Combat - Cast 'Gore'"), +(29479,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shoveltusk Forager - In Aggro - Cast 'Shoveltusk Charge'"), +(24681,0,0,0,0,0,100,0,5000,9000,7000,12000,11,32019,0,0,0,0,0,2,0,0,0,0,0,0,0,"Island Shoveltusk - In Combat - Cast 'Gore'"), +(24681,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Island Shoveltusk - In Aggro - Cast 'Shoveltusk Charge'"), +(23690,0,0,0,0,0,100,0,3000,7000,9000,14000,11,42320,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shoveltusk - In Combat - Cast 'Head Butt'"), +(23690,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shoveltusk - In Aggro - Cast 'Shoveltusk Charge'"), +(24791,0,0,0,0,0,100,0,3000,7000,9000,14000,11,42320,0,0,0,0,0,2,0,0,0,0,0,0,0,"Shoveltusk Calf - In Combat - Cast 'Head Butt'"), +(24791,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shoveltusk Calf - In Aggro - Cast 'Shoveltusk Charge'"), +(29486,0,0,0,0,0,100,0,3000,7000,9000,14000,11,42320,0,0,0,0,0,2,0,0,0,0,0,0,0,"Tamed Shoveltusk - In Combat - Cast 'Head Butt'"), +(29486,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Tamed Shoveltusk - In Aggro - Cast 'Shoveltusk Charge'"), +(29487,0,0,0,0,0,100,0,3000,7000,9000,14000,11,42320,0,0,0,0,0,2,0,0,0,0,0,0,0,"Wild Shoveltusk - In Combat - Cast 'Head Butt'"), +(29487,0,1,0,4,0,100,0,0,0,0,0,11,55860,0,0,0,0,0,1,0,0,0,0,0,0,0,"Wild Shoveltusk - In Aggro - Cast 'Shoveltusk Charge'"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_02_world_335.sql new file mode 100644 index 00000000000..56f6809d94e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_16_02_world_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_stable_master_repo"; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(52265, "spell_stable_master_repo"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_00_world.sql new file mode 100644 index 00000000000..01147c6eab4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_illidan_parasitic_shadowfiend_proc'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(41913,'spell_illidan_parasitic_shadowfiend_proc'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_01_world.sql new file mode 100644 index 00000000000..a772ab36f22 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_01_world.sql @@ -0,0 +1,4 @@ +-- Borrowed Time +DELETE FROM `spell_proc` WHERE `SpellId`=59891; +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(59891,0,0,0,0,0,0,0,1,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_02_world.sql new file mode 100644 index 00000000000..441ffce6f23 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_20_02_world.sql @@ -0,0 +1,2 @@ +-- Glyph of Polymorph vs Reflect +UPDATE `spell_proc` SET `HitMask`=2049 WHERE `SpellId`=56375; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_00_world.sql new file mode 100644 index 00000000000..170b729dbc5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_00_world.sql @@ -0,0 +1,3 @@ +-- Update Dying Blood Elf to 1 HP +UPDATE `creature` SET `curhealth`=1 WHERE `id`=16601; +UPDATE `creature_template` SET `RegenHealth`=0 WHERE `entry`=16601; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_01_world_335.sql new file mode 100644 index 00000000000..89171d971e9 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_01_world_335.sql @@ -0,0 +1,246 @@ +-- Quest "Rescue From Jaedenar" +UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=5203; -- Prevents quest from auto completing +UPDATE `gameobject_template_addon` SET `flags`=4 WHERE `entry`=176306; -- Players should not be able to open the cage + +DELETE FROM `gossip_menu` WHERE `MenuID`=3129; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(3129,3865,0), +(3129,4113,0), +(3129,4114,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=3129; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=11016; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,3129,4113,0,0,8,0,5202,0,0,0,0,0,'',"Captured Arko\'narin - Show Gossip Menu Text 3129 if Quest 4113 is rewarded"), +(14,3129,4114,0,0,8,0,5203,0,0,0,0,0,'',"Captured Arko\'narin - Show Gossip Menu Text 4114 if Quest 5203 is rewarded"), +(22,28,11016,0,0,29,1,11141,100,0,1,0,0,'',"Captured Arko\'narin - Execute SAI 27 only if not within 100 yards of Spirit of Trey Lightforge"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (11016, 11141); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(11016,0,0,"I'm ready, $n. Let\'s find my equipment and get out of here. I think I know where it is.",12,0,100,1,0,0,6433,0,"Captured Arko\'narin"), +(11016,1,0,"We've failed, $n!!",12,0,100,0,0,0,6434,0,"Captured Arko\'narin"), +(11016,2,0,"Oh my! Look at this... all these candles. I\'m sure they\'re used for some terrible ritual or dark summoning. We best make haste!",12,0,100,5,0,0,6456,0,"Captured Arko\'narin"), +(11016,3,0,"There! Over there!",12,0,100,25,0,0,6457,0,"Captured Arko\'narin"), +(11016,4,0,"All I need now is a golden lasso.",12,0,100,15,0,0,6458,0,"Captured Arko\'narin"), +(11016,5,0,"Let\'s get out of here, $n. I'm ready now!",12,0,100,0,0,0,6459,0,"Captured Arko\'narin"), +(11016,6,0,"DIE, DEMON DOGS!",12,0,100,0,0,0,6460,0,"Captured Arko\'narin"), +(11016,7,0,"Ah! Fresh air at last! I never thought I\'d see the day...",12,0,100,4,0,0,6461,0,"Captured Arko\'narin"), +(11016,8,0,"What was that?! Trey? TREY!?",12,0,100,5,0,0,6463,0,"Captured Arko\'narin"), +(11016,9,0,"NO! What have they done to you!?",12,0,100,0,0,0,6467,0,"Captured Arko\'narin"), +(11016,10,0,"No! My friend... what\'s happened? This is all my fault...",12,0,100,18,0,0,6468,0,"Captured Arko\'narin"), +(11016,11,0,"I can travel faster on my own from here, $n. Meet Jessir Moonbow near Ashenvale. She should be with the druids of the Emerald Circle. She\'ll tell you what to do next. Thank you so much for your help!",12,0,100,1,0,0,6469,0,"Captured Arko\'narin"), +(11016,12,0,"You will not stop me from escaping here, $r!",12,0,100,0,0,0,6801,0,"Captured Arko\'narin"), +(11016,12,1,"You kept me in that cell for too long, monster!",12,0,100,0,0,0,6802,0,"Captured Arko\'narin"), +(11016,12,2,"You will pay for what you've done to Trey!",12,0,100,0,0,0,6803,0,"Captured Arko\'narin"), +(11141,0,0,"BETRAYER!",14,0,100,0,0,0,6466,0,"Spirit of Trey Lightforge"); + +-- Captured Arko'narin +UPDATE `creature_template` SET `AIName`="SmartAI", `flags_extra`=0 WHERE `entry`=11016; +DELETE FROM `smart_scripts` WHERE `entryorguid`=11016 AND `source_type`=0; +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 +(11016,0,0,1,19,0,100,0,5203,0,0,0,53,0,11016,0,0,0,2,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Start Waypoint"), +(11016,0,1,2,61,0,100,0,0,0,0,0,9,0,0,0,0,0,0,14,48840,176306,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Activate Gameobject"), +(11016,0,2,3,61,0,100,0,0,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Store Targetlist"), +(11016,0,3,4,61,0,100,0,0,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Remove Flag Standstate Kneel"), +(11016,0,4,5,61,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Remove Npc Flag Questgiver+Gossip"), +(11016,0,5,0,61,0,100,0,0,0,0,0,19,514,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Quest \'Rescue From Jaedenar\' Taken - Remove Unit Flag Immune To NPC"), +(11016,0,6,7,40,0,100,0,1,11016,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 1 Reached - Say Line 0"), +(11016,0,7,0,61,0,100,0,0,0,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 1 Reached - Pause Waypoint"), +(11016,0,8,9,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Death - Say Line 1"), +(11016,0,9,0,61,0,100,0,0,0,0,0,6,5203,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Death - Fail Quest \'Rescue From Jaedenar\'"), +(11016,0,10,11,40,0,100,0,15,11016,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 15 Reached - Say Line 2"), +(11016,0,11,0,61,0,100,0,0,0,0,0,54,7000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 15 Reached - Pause Waypoint"), +(11016,0,12,0,40,0,100,0,35,11016,0,0,80,1101600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 35 Reached - Run Script 1"), +(11016,0,13,0,40,0,100,0,39,11016,0,0,80,1101601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 39 Reached - Run Script 2"), +(11016,0,14,0,40,0,100,0,40,11016,0,0,59,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 40 Reached - Set Run Off"), +(11016,0,15,16,40,0,100,0,102,11016,0,0,1,7,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 102 Reached - Say Line 7"), +(11016,0,16,17,61,0,100,0,0,0,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 102 Reached - Pause Waypoint"), +(11016,0,17,0,61,0,100,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 102 Reached - Set Run On"), +(11016,0,18,19,40,0,100,0,103,11016,0,0,12,11141,3,300000,0,0,0,8,0,0,0,4851.68,-396.316,351.325,0.0431306,"Captured Arko\'narin - On Waypoint 103 Reached - Summon Creature \'Spirit of Trey Lightforge\'"), +(11016,0,19,0,61,0,100,0,0,0,0,0,54,3000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 103 Reached - Pause Waypoint"), +(11016,0,20,0,40,0,100,0,104,11016,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.27897,"Captured Arko\'narin - On Waypoint 104 Reached - Set Orientation"), +(11016,0,21,0,40,0,100,0,104,11016,0,0,54,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 104 Reached - Pause Waypoint"), +(11016,0,22,0,40,0,100,0,106,11016,0,0,80,1101602,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 106 - Run Script 3"), +(11016,0,23,0,40,0,100,0,110,11016,0,0,41,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Waypoint 110 Reached - Despawn"), +(11016,0,24,0,7,0,100,0,0,0,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Evade - Remove Flag Standstate Kneel"), +(11016,0,25,0,0,0,100,0,5000,8000,9000,13000,11,16856,0,0,0,0,0,2,0,0,0,0,0,0,0,"Captured Arko\'narin - In Combat - Cast Mortal Strike"), +(11016,0,26,0,9,0,100,0,0,5,12000,15000,11,18819,0,0,0,0,0,2,0,0,0,0,0,0,0,"Captured Arko\'narin - Within 0-5 Range - Cast Holy Cleave"), +(11016,0,27,0,4,0,50,0,0,0,0,0,1,12,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Aggro - Say Line 12"); + +-- Captured Arko'narin --> Actionlist 1 +DELETE FROM `smart_scripts` WHERE `entryorguid`=1101600 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 +(1101600,9,0,0,0,0,100,0,0,0,0,0,54,4000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Pause Waypoint"), +(1101600,9,1,0,0,0,100,0,0,0,0,0,59,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Set Run On"), +(1101600,9,2,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,5.44275,"Captured Arko\'narin - On Script - Set Orientation"), +(1101600,9,3,0,0,0,100,0,1000,1000,0,0,1,3,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 3"); + +-- Captured Arko'narin --> Actionlist 2 +DELETE FROM `smart_scripts` WHERE `entryorguid`=1101601 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 +(1101601,9,0,0,0,0,100,0,0,0,0,0,54,18000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Pause Waypoint"), +(1101601,9,1,0,0,0,100,0,1000,1000,0,0,90,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Set Flag Standstate Kneel"), +(1101601,9,2,0,0,0,100,0,1000,1000,0,0,9,0,0,0,0,0,0,14,48860,176225,0,0,0,0,0,"Captured Arko\'narin - On Script - Activate Gameobject"), +(1101601,9,3,0,0,0,100,0,3000,3000,0,0,91,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Remove Flag Standstate Kneel"), +(1101601,9,4,0,0,0,100,0,1000,1000,0,0,11,18163,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Cast Strength of Arko\'narin"), +(1101601,9,5,0,0,0,100,0,4000,4000,0,0,3,11018,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Morph To Arko\'narin"), +(1101601,9,6,0,0,0,100,0,0,0,0,0,71,0,0,13316,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Equip Item"), +(1101601,9,7,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Set Orientation"), +(1101601,9,8,0,0,0,100,0,1000,1000,0,0,1,4,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 4"), +(1101601,9,9,0,0,0,100,0,4000,4000,0,0,1,5,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 5"), +(1101601,9,10,0,0,0,100,0,4000,4000,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Summon Group 1"), +(1101601,9,11,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,11,9862,70,0,0,0,0,0,"Captured Arko\'narin - On Script - Set Data"), +(1101601,9,12,0,0,0,100,0,0,0,0,0,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 6"); + +-- Captured Arko'narin --> Actionlist 3 +DELETE FROM `smart_scripts` WHERE `entryorguid`=1101602 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 +(1101602,9,0,0,0,0,100,0,0,0,0,0,18,514,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Add Unit Flag Immune To NPC"), +(1101602,9,1,0,0,0,100,0,0,0,0,0,54,15000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Pause Waypoint"), +(1101602,9,2,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.27897,"Captured Arko\'narin - On Script - Set Orientation"), +(1101602,9,3,0,0,0,100,0,1000,1000,0,0,1,10,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 10"), +(1101602,9,4,0,0,0,100,0,5000,5000,0,0,1,11,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Say Line 11"), +(1101602,9,5,0,0,0,100,0,2000,2000,0,0,15,5203,0,0,0,0,0,12,1,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Complete Quest"), +(1101602,9,6,0,0,0,100,0,1000,1000,0,0,5,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Captured Arko\'narin - On Script - Play Emote Bow"); + +-- Spirit of Trey Lightforge +UPDATE `creature_template` SET `AIName`="SmartAI", `unit_flags`=770 WHERE `entry`=11141; +DELETE FROM `smart_scripts` WHERE `entryorguid`=11141 AND `source_type`=0; +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 +(11141,0,0,0,54,0,100,0,0,0,0,0,80,1114100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - Just Summoned - Run Script"), +(11141,0,1,0,1,0,100,1,0,0,0,0,11,17695,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - Out of Combat - Cast Defiling Aura (No Repeat)"), +(11141,0,2,0,9,0,100,0,8,40,3400,4800,11,18164,64,0,0,0,0,2,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - Within 8-40 Range - Cast Shadow Bolt"), +(11141,0,3,0,2,0,100,0,0,40,14000,19000,11,15493,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - Between 0-40% Health - Cast Holy Light"); + +-- Spirit of Trey Lightforge --> Actionlist 1 +DELETE FROM `smart_scripts` WHERE `entryorguid`=1114100 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 +(1114100,9,0,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Say Line 0"), +(1114100,9,1,0,0,0,100,0,3000,3000,0,0,1,8,0,0,0,0,0,19,11016,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Say Line 8 (Captured Arko\'narin)"), +(1114100,9,2,0,0,0,100,0,4000,4000,0,0,1,9,0,0,0,0,0,19,11016,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Say Line 9 (Captured Arko\'narin)"), +(1114100,9,3,0,0,0,100,0,0,0,0,0,19,770,0,0,0,0,0,1,0,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Remove Unit Flag"), +(1114100,9,4,0,0,0,100,0,0,0,0,0,49,0,0,0,0,0,0,19,11016,0,0,0,0,0,0,"Spirit of Trey Lightforge - On Script - Start Attack"); + +-- Jaedenar Legionnaire +DELETE FROM `smart_scripts` WHERE `entryorguid`=9862 AND `source_type`=0 AND `id`=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 +(9862,0,1,0,38,0,100,0,1,1,0,0,49,0,0,0,0,0,0,19,11016,0,0,0,0,0,0,"Jaedenar Legionnaire - On Data Set - Start Attacking"); + +DELETE FROM `creature_summon_groups` WHERE `summonerId`=11016; +INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES +(11016,0,1,9862,5078.45,-480.791,298.158,5.27389,3,300000), +(11016,0,1,9862,5076.87,-493.36,296.772,5.58412,3,300000), +(11016,0,1,9862,5076.33,-487.275,297.841,5.92969,3,300000); + +DELETE FROM `waypoints` WHERE `entry`=11016; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(11016,1,5004.98,-440.237,319.059,''), +(11016,2,4992.22,-449.964,317.057,''), +(11016,3,4988.55,-457.438,316.289,''), +(11016,4,4989.98,-464.297,316.846,''), +(11016,5,4994.04,-467.754,318.055,''), +(11016,6,5002.31,-466.318,319.965,''), +(11016,7,5011.8,-462.889,321.501,''), +(11016,8,5020.53,-460.797,321.97,''), +(11016,9,5026.84,-463.171,321.345,''), +(11016,10,5028.66,-476.805,318.726,''), +(11016,11,5029.5,-487.131,318.179,''), +(11016,12,5031.18,-497.678,316.533,''), +(11016,13,5032.72,-504.748,314.744,''), +(11016,14,5035,-513.138,314.372,''), +(11016,15,5037.49,-521.733,313.221,''), +(11016,16,5049.06,-519.546,313.221,''), +(11016,17,5059.17,-522.93,313.221,''), +(11016,18,5062.75,-529.933,313.221,''), +(11016,19,5063.9,-538.827,313.221,''), +(11016,20,5062.22,-545.635,313.221,''), +(11016,21,5061.69,-552.333,313.101,''), +(11016,22,5060.33,-560.349,310.873,''), +(11016,23,5055.62,-565.541,308.737,''), +(11016,24,5049.8,-567.604,306.537,''), +(11016,25,5043.01,-564.946,303.682,''), +(11016,26,5038.22,-559.823,301.463,''), +(11016,27,5039.46,-548.675,297.824,''), +(11016,28,5043.44,-538.807,297.801,''), +(11016,29,5056.4,-528.954,297.801,''), +(11016,30,5064.4,-521.904,297.801,''), +(11016,31,5067.62,-512.999,297.196,''), +(11016,32,5065.99,-505.329,297.214,''), +(11016,33,5062.24,-499.086,297.448,''), +(11016,34,5065.09,-492.069,298.054,''), +(11016,35,5071.19,-491.173,297.666,''), +(11016,36,5087.47,-496.478,296.677,''), +(11016,37,5095.55,-508.639,296.677,''), +(11016,38,5104.3,-521.014,296.677,''), +(11016,39,5110.13,-532.123,296.677,''), +(11016,40,5099.75,-510.823,296.677,''), +(11016,41,5091.94,-497.516,296.677,''), +(11016,42,5079.38,-486.811,297.638,''), +(11016,43,5069.21,-488.77,298.082,''), +(11016,44,5064.24,-496.051,297.275,''), +(11016,45,5065.08,-505.239,297.361,''), +(11016,46,5067.82,-515.245,297.125,''), +(11016,47,5064.62,-521.17,297.801,''), +(11016,48,5053.22,-530.739,297.801,''), +(11016,49,5045.73,-538.311,297.801,''), +(11016,50,5039.69,-548.112,297.801,''), +(11016,51,5038.78,-557.588,300.787,''), +(11016,52,5042.01,-566.749,303.838,''), +(11016,53,5050.56,-568.149,306.782,''), +(11016,54,5056.98,-564.674,309.342,''), +(11016,55,5060.79,-556.801,311.936,''), +(11016,56,5059.58,-551.626,313.221,''), +(11016,57,5062.83,-541.994,313.221,''), +(11016,58,5063.55,-531.288,313.221,''), +(11016,59,5057.93,-523.088,313.221,''), +(11016,60,5049.47,-519.36,313.221,''), +(11016,61,5040.79,-519.809,313.221,''), +(11016,62,5034.3,-515.361,313.948,''), +(11016,63,5032,-505.532,314.663,''), +(11016,64,5029.92,-495.645,316.821,''), +(11016,65,5028.87,-487,318.179,''), +(11016,66,5028.11,-475.531,318.839,''), +(11016,67,5027.76,-465.442,320.643,''), +(11016,68,5019.96,-460.892,321.969,''), +(11016,69,5009.43,-464.793,321.248,''), +(11016,70,4999.57,-468.062,319.426,''), +(11016,71,4992.03,-468.128,317.894,''), +(11016,72,4988.17,-461.293,316.369,''), +(11016,73,4990.62,-447.459,317.104,''), +(11016,74,4993.48,-438.643,318.272,''), +(11016,75,4995.45,-430.178,318.462,''), +(11016,76,4993.56,-422.876,318.864,''), +(11016,77,4985.4,-420.864,320.205,''), +(11016,78,4976.52,-426.168,323.112,''), +(11016,79,4969.83,-429.755,325.029,''), +(11016,80,4960.7,-425.44,325.834,''), +(11016,81,4955.45,-418.765,327.433,''), +(11016,82,4949.7,-408.796,328.004,''), +(11016,83,4940.02,-403.222,329.956,''), +(11016,84,4934.98,-401.475,330.898,''), +(11016,85,4928.69,-399.302,331.744,''), +(11016,86,4926.94,-398.436,333.079,''), +(11016,87,4916.16,-393.822,333.729,''), +(11016,88,4908.39,-396.217,333.217,''), +(11016,89,4905.61,-396.535,335.05,''), +(11016,90,4897.88,-395.245,337.346,''), +(11016,91,4895.21,-388.203,339.295,''), +(11016,92,4896.94,-382.429,341.04,''), +(11016,93,4901.88,-378.799,342.771,''), +(11016,94,4908.09,-380.635,344.597,''), +(11016,95,4911.91,-385.818,346.491,''), +(11016,96,4910.1,-393.444,348.798,''), +(11016,97,4903.5,-396.947,350.812,''), +(11016,98,4898.08,-394.226,351.821,''), +(11016,99,4891.33,-393.436,351.801,''), +(11016,100,4881.2,-395.211,351.59,''), +(11016,101,4877.84,-395.536,349.713,''), +(11016,102,4873.97,-394.919,349.844,''), +(11016,103,4873.97,-394.919,349.844,''), +(11016,104,4873.97,-394.919,349.844,''), +(11016,105,4873.97,-394.919,349.844,''), +(11016,106,4873.97,-394.919,349.844,''), +(11016,107,4863.02,-394.521,350.65,''), +(11016,108,4848.7,-397.612,351.215,''), +(11016,109,4810.83,-402.127,349.427,''), +(11016,110,4786.06,-424.654,344.842,''); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_02_world.sql new file mode 100644 index 00000000000..bc94cd65b1c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_23_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `command` SET `help` = REPLACE(`help`, 'trigered', 'triggered'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_00_world.sql new file mode 100644 index 00000000000..7b715411d53 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_00_world.sql @@ -0,0 +1,10 @@ +-- +UPDATE `gameobject` SET `spawntimesecs`=300, `animprogress`=100 WHERE `id` IN (182196,182197,182198); +DELETE FROM `event_scripts` WHERE `id` IN (14592, 14593, 14595); +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(14592, 1, 10, 22890, 300000, 0, -108.252,-510.302,21.4761,2.9688), +(14592, 0, 18, 0, 0, 0, 0,0,0,0), +(14593, 1, 10, 22891, 300000, 0, 19.6039,-304.914,-66.1715,3.4178), +(14593, 0, 18, 0, 0, 0, 0,0,0,0), +(14595, 1, 10, 22892, 300000, 0, 320.304,-21.8057,22.4412,2.0042), +(14595, 0, 18, 0, 0, 0, 0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_01_world.sql new file mode 100644 index 00000000000..5cf11cc7afb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `event_scripts` SET `datalong2`=180000 WHERE `id`=18940; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_02_world.sql new file mode 100644 index 00000000000..53f580eb89e --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_24_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|536870912 WHERE `entry` IN (28902); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_25_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_25_00_world.sql new file mode 100644 index 00000000000..b1c64ba3247 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_25_00_world.sql @@ -0,0 +1,7 @@ +UPDATE creature_template SET `flags_extra`=512 WHERE entry IN(33670,34109); +UPDATE `creature_template` SET `AIName`='PassiveAI' WHERE `entry`=34071; +UPDATE `creature_template` SET `unit_flags`=33555200, `ScriptName`='npc_mimiron_magnetic_core' WHERE `entry`=34068; + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mimiron_magnetic_core_summon'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(64444,'spell_mimiron_magnetic_core_summon'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_26_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_26_00_world.sql new file mode 100644 index 00000000000..338c82e77f4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_26_00_world.sql @@ -0,0 +1,2 @@ +-- + UPDATE `waypoints` SET `position_x`=2296.830322, `position_y`=5241.380371, `position_z`=11.390709 WHERE `entry`=25220 AND `pointid`=12; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_28_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_28_00_world_335.sql new file mode 100644 index 00000000000..db8a1c894f4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_28_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64 WHERE `entry` IN (19, 49, 54, 55, 66, 67, 68, 74, 78, 89, 90, 150, 151, 152, 153, 161, 163, 165, 167, 190, 196, 197, 198, 201, 211, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 233, 234, 235, 237, 238, 239, 240, 241, 242, 244, 246, 247, 248, 250, 251, 252, 253, 255, 258, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 288, 289, 294, 295, 296, 297, 302, 309, 311, 313, 314, 318, 319, 320, 321, 322, 323, 324, 325, 326, 328, 329, 331, 332, 333, 336, 338, 339, 340, 341, 342, 343, 344, 346, 347, 348, 349, 352, 353, 354, 365, 370, 371, 372, 374, 375, 376, 377, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 392, 395, 415, 416, 417, 418, 459, 460, 461, 464, 465, 467, 468, 469, 470, 482, 483, 487, 488, 489, 490, 491, 494, 495, 496, 497, 499, 510, 514, 523, 541, 542, 543, 575, 576, 582, 586, 620, 633, 648, 649, 650, 651, 652, 653, 656, 658, 661, 663, 664, 693, 713, 714, 715, 716, 717, 718, 721, 727, 733, 734, 737, 738, 739, 754, 770, 773, 777, 786, 789, 790, 791, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 804, 805, 806, 807, 809, 810, 811, 812, 820, 821, 823, 826, 827, 828, 829, 832, 836, 837, 840, 842, 843, 844, 847, 848, 849, 850, 851, 852, 853, 857, 859, 866, 869, 870, 874, 876, 878, 883, 885, 886, 887, 888, 890, 893, 894, 895, 896, 897, 900, 903, 904, 906, 907, 908, 911, 912, 913, 914, 915, 916, 917, 918, 919, 925, 926, 927, 928, 931, 932, 933, 934, 935, 936, 944, 945, 951, 952, 954, 955, 956, 957, 958, 959, 960, 963, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 999, 1000, 1001, 1058, 1064, 1067, 1068, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1089, 1090, 1091, 1092, 1093, 1098, 1099, 1100, 1101, 1103, 1104, 1105, 1139, 1141, 1146, 1147, 1148, 1149, 1153, 1154, 1155, 1156, 1182, 1187, 1198, 1203, 1204, 1212, 1213, 1214, 1215, 1217, 1218, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1249, 1250, 1252, 1253, 1254, 1255, 1256, 1257, 1261, 1262, 1263, 1265, 1266, 1267, 1268, 1269, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1354, 1355, 1356, 1358, 1360, 1362, 1365, 1366, 1367, 1368, 1370, 1371, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1403, 1404, 1406, 1407, 1408, 1409, 1411, 1412, 1416, 1419, 1420, 1422, 1423, 1427, 1428, 1429, 1430, 1431, 1432, 1434, 1435, 1436, 1437, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1511, 1514, 1515, 1516, 1518, 1519, 1521, 1546, 1560, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1632, 1642, 1645, 1646, 1649, 1650, 1651, 1652, 1661, 1668, 1669, 1670, 1671, 1672, 1673, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1690, 1691, 1692, 1694, 1695, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1719, 1721, 1733, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1749, 1750, 1751, 1752, 1756, 1757, 1764, 1768, 1775, 1776, 1777, 1854, 1855, 1859, 1860, 1861, 1862, 1863, 1864, 1872, 1879, 1880, 1881, 1901, 1908, 1921, 1931, 1932, 1933, 1937, 1938, 1950, 1951, 1952, 1959, 1960, 1963, 1964, 1965, 1976, 1977, 1978, 1992, 2041, 2044, 2046, 2050, 2052, 2055, 2056, 2057, 2058, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2086, 2087, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2104, 2105, 2107, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2140, 2142, 2150, 2151, 2153, 2155, 2209, 2210, 2211, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2238, 2239, 2263, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2285, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2325, 2326, 2327, 2329, 2331, 2333, 2334, 2352, 2357, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2378, 2379, 2380, 2381, 2382, 2383, 2386, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2405, 2409, 2410, 2418, 2419, 2424, 2429, 2430, 2432, 2435, 2436, 2437, 2438, 2439, 2441, 2442, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2464, 2465, 2466, 2468, 2469, 2470, 2475, 2479, 2480, 2481, 2482, 2483, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2504, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2523, 2524, 2525, 2526, 2527, 2528, 2532, 2533, 2540, 2542, 2543, 2594, 2610, 2614, 2615, 2616, 2620, 2621, 2622, 2623, 2625, 2626, 2627, 2630, 2634, 2637, 2638, 2663, 2664, 2665, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2678, 2679, 2682, 2683, 2684, 2685, 2687, 2688, 2695, 2696, 2697, 2698, 2699, 2700, 2702, 2703, 2704, 2705, 2706, 2708, 2709, 2710, 2711, 2712, 2713, 2737, 2755, 2756, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2774, 2775, 2776, 2785, 2786, 2787, 2788, 2789, 2790, 2792, 2795, 2796, 2797, 2798, 2799, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2810, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2851, 2852, 2853, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2870, 2872, 2876, 2878, 2879, 2880, 2881, 2883, 2885, 2886, 2887, 2888, 2896, 2899, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2916, 2917, 2918, 2920, 2921, 2922, 2930, 2934, 2935, 2938, 2940, 2941, 2942, 2943, 2946, 2947, 2948, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3052, 3053, 3054, 3055, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3095, 3096, 3097, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3193, 3194, 3201, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3230, 3233, 3251, 3252, 3287, 3289, 3290, 3291, 3292, 3293, 3294, 3296, 3297, 3298, 3299, 3300, 3302, 3303, 3304, 3305, 3306, 3307, 3310, 3312, 3313, 3314, 3315, 3316, 3317, 3319, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3387, 3388, 3389, 3390, 3391, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3417, 3418, 3419, 3420, 3421, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3439, 3440, 3441, 3442, 3443, 3446, 3447, 3448, 3449, 3451, 3453, 3454, 3455, 3464, 3465, 3468, 3469, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3504, 3505, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3527, 3534, 3536, 3537, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3564, 3565, 3567, 3568, 3571, 3572, 3573, 3574, 3575, 3579, 3582, 3583, 3584, 3585, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3639, 3644, 3649, 3650, 3657, 3658, 3659, 3661, 3663, 3665, 3666, 3668, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3777, 3778, 3779, 3831, 3835, 3836, 3837, 3838, 3841, 3842, 3844, 3845, 3846, 3847, 3848, 3868, 3880, 3881, 3882, 3883, 3884, 3885, 3888, 3890, 3891, 3892, 3894, 3895, 3896, 3897, 3901, 3902, 3903, 3904, 3906, 3907, 3908, 3909, 3911, 3912, 3913, 3915, 3916, 3920, 3933, 3934, 3935, 3937, 3939, 3945, 3946, 3948, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3978, 3979, 3980, 3981, 3982, 3994, 3995, 3996, 4039, 4043, 4046, 4047, 4048, 4049, 4054, 4059, 4068, 4072, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4138, 4146, 4149, 4153, 4155, 4156, 4157, 4159, 4160, 4161, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4200, 4201, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4225, 4226, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4251, 4252, 4254, 4255, 4256, 4257, 4258, 4259, 4262, 4265, 4266, 4267, 4276, 4277, 4305, 4307, 4309, 4310, 4311, 4312, 4314, 4317, 4318, 4319, 4320, 4321, 4322, 4340, 4407, 4419, 4423, 4429, 4430, 4444, 4445, 4446, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4491, 4495, 4496, 4497, 4498, 4500, 4501, 4502, 4503, 4507, 4508, 4509, 4510, 4521, 4526, 4528, 4534, 4535, 4544, 4545, 4546, 4547, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4620, 4621, 4629, 4630, 4631, 4706, 4707, 4708, 4709, 4720, 4721, 4722, 4730, 4731, 4732, 4752, 4753, 4772, 4773, 4775, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4791, 4792, 4794, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4921, 4922, 4923, 4924, 4926, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4951, 4952, 4953, 4954, 4955, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4971, 4973, 4974, 4975, 4976, 4977, 4979, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5047, 5049, 5050, 5051, 5052, 5054, 5060, 5061, 5062, 5064, 5081, 5082, 5083, 5084, 5087, 5088, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5177, 5178, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5199, 5200, 5202, 5204, 5353, 5384, 5385, 5386, 5387, 5388, 5389, 5390, 5391, 5392, 5393, 5394, 5395, 5396, 5397, 5398, 5409, 5411, 5412, 5413, 5414, 5416, 5418, 5433, 5436, 5437, 5438, 5439, 5440, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5464, 5476, 5479, 5480, 5482, 5483, 5484, 5489, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5523, 5543, 5544, 5546, 5547, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5591, 5592, 5593, 5594, 5595, 5597, 5598, 5599, 5603, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5620, 5621, 5624, 5626, 5627, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5644, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5668, 5669, 5670, 5671, 5672, 5674, 5675, 5678, 5679, 5680, 5681, 5685, 5686, 5687, 5688, 5689, 5690, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5723, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5752, 5753, 5754, 5757, 5758, 5759, 5760, 5765, 5766, 5767, 5768, 5769, 5770, 5772, 5773, 5779, 5780, 5781, 5782, 5783, 5784, 5792, 5801, 5806, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5817, 5818, 5819, 5820, 5821, 5870, 5871, 5873, 5874, 5875, 5878, 5879, 5880, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5895, 5896, 5897, 5898, 5899, 5900, 5901, 5903, 5904, 5905, 5906, 5907, 5908, 5909, 5910, 5911, 5913, 5914, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5929, 5938, 5939, 5940, 5941, 5942, 5943, 5944, 5945, 5950, 5951, 5952, 5953, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5994, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6021, 6026, 6027, 6028, 6030, 6031, 6032, 6034, 6046, 6047, 6066, 6067, 6086, 6087, 6089, 6090, 6091, 6092, 6094, 6106, 6107, 6108, 6110, 6111, 6112, 6114, 6119, 6120, 6121, 6122, 6134, 6139, 6141, 6142, 6145, 6166, 6169, 6171, 6172, 6173, 6174, 6175, 6176, 6177, 6178, 6179, 6181, 6182, 6183, 6193, 6194, 6196, 6236, 6237, 6240, 6241, 6242, 6244, 6245, 6246, 6247, 6248, 6249, 6251, 6252, 6253, 6254, 6266, 6267, 6271, 6272, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6306, 6326, 6327, 6328, 6367, 6368, 6373, 6374, 6376, 6382, 6386, 6387, 6389, 6390, 6393, 6394, 6395, 6408, 6410, 6411, 6446, 6466, 6467, 6491, 6493, 6495, 6496, 6497, 6522, 6526, 6546, 6548, 6549, 6566, 6567, 6568, 6569, 6574, 6576, 6577, 6579, 6586, 6607, 6626, 6653, 6667, 6670, 6706, 6707, 6726, 6727, 6728, 6730, 6731, 6732, 6734, 6735, 6736, 6737, 6738, 6739, 6740, 6741, 6746, 6747, 6748, 6749, 6766, 6767, 6768, 6769, 6770, 6771, 6772, 6773, 6774, 6775, 6776, 6777, 6778, 6779, 6780, 6781, 6782, 6783, 6784, 6785, 6786, 6787, 6790, 6791, 6806, 6807, 6826, 6827, 6867, 6868, 6886, 6887, 6912, 6913, 6928, 6929, 6930, 6932, 6946, 6966, 6986, 6987, 7007, 7009, 7010, 7024, 7087, 7088, 7089, 7161, 7166, 7172, 7173, 7174, 7186, 7207, 7208, 7209, 7226, 7229, 7230, 7231, 7232, 7233, 7266, 7292, 7293, 7294, 7295, 7296, 7297, 7298, 7311, 7312, 7313, 7315, 7316, 7317, 7323, 7324, 7325, 7343, 7363, 7364, 7365, 7366, 7367, 7368, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387, 7388, 7389, 7390, 7391, 7392, 7393, 7394, 7395, 7398, 7399, 7400, 7401, 7402, 7403, 7406, 7407, 7408, 7409, 7410, 7412, 7413, 7414, 7415, 7416, 7423, 7424, 7425, 7427, 7464, 7465, 7466, 7467, 7468, 7469, 7483, 7484, 7485, 7486, 7487, 7488, 7489, 7505, 7506, 7525, 7526, 7527, 7528, 7543, 7544, 7545, 7546, 7547, 7548, 7549, 7550, 7551, 7552, 7553, 7554, 7555, 7556, 7560, 7561, 7562, 7563, 7564, 7565, 7566, 7567, 7568, 7569, 7570, 7572, 7583, 7607, 7623, 7643, 7663, 7683, 7714, 7724, 7729, 7730, 7731, 7732, 7733, 7736, 7737, 7738, 7740, 7743, 7744, 7745, 7746, 7747, 7748, 7750, 7763, 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, 7780, 7783, 7784, 7785, 7790, 7792, 7793, 7794, 7798, 7799, 7801, 7802, 7804, 7806, 7807, 7823, 7824, 7825, 7826, 7844, 7845, 7849, 7850, 7852, 7853, 7854, 7863, 7865, 7866, 7867, 7868, 7869, 7870, 7871, 7875, 7876, 7877, 7878, 7879, 7880, 7881, 7882, 7884, 7885, 7886, 7897, 7898, 7900, 7903, 7904, 7906, 7907, 7915, 7916, 7917, 7918, 7919, 7935, 7936, 7939, 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, 7956, 7957, 7975, 7976, 7978, 7980, 7998, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8035, 8055, 8096, 8115, 8116, 8117, 8118, 8119, 8121, 8122, 8123, 8124, 8125, 8126, 8128, 8129, 8130, 8131, 8137, 8139, 8140, 8141, 8142, 8143, 8144, 8145, 8146, 8147, 8148, 8150, 8151, 8152, 8153, 8154, 8155, 8157, 8158, 8159, 8160, 8161, 8176, 8177, 8178, 8179, 8256, 8276, 8284, 8305, 8306, 8307, 8308, 8309, 8310, 8320, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8385, 8386, 8387, 8388, 8389, 8390, 8392, 8393, 8394, 8395, 8396, 8397, 8398, 8399, 8401, 8402, 8403, 8404, 8405, 8406, 8416, 8417, 8418, 8420, 8421, 8436, 8439, 8440, 8441, 8446, 8477, 8478, 8479, 8480, 8496, 8498, 8499, 8500, 8501, 8502, 8506, 8507, 8508, 8509, 8510, 8516, 8517, 8576, 8578, 8579, 8581, 8582, 8583, 8584, 8585, 8586, 8587, 8588, 8608, 8609, 8610, 8611, 8612, 8613, 8615, 8616, 8617, 8656, 8657, 8658, 8659, 8661, 8662, 8664, 8665, 8666, 8668, 8669, 8670, 8671, 8672, 8674, 8676, 8677, 8678, 8679, 8681, 8696, 8719, 8720, 8721, 8722, 8723, 8736, 8737, 8738, 8756, 8757, 8758, 8767, 8777, 8816, 8856, 8878, 8879, 8881, 8883, 8887, 8888, 8931, 8934, 8962, 8963, 8964, 8965, 8982, 8997, 9020, 9021, 9047, 9076, 9077, 9078, 9079, 9080, 9081, 9082, 9083, 9084, 9085, 9086, 9087, 9099, 9116, 9117, 9118, 9119, 9136, 9157, 9176, 9177, 9178, 9179, 9180, 9238, 9256, 9270, 9271, 9272, 9273, 9274, 9296, 9297, 9298, 9299, 9316, 9317, 9356, 9417, 9436, 9453, 9459, 9460, 9461, 9465, 9467, 9496, 9500, 9501, 9503, 9521, 9525, 9526, 9527, 9528, 9529, 9536, 9539, 9540, 9542, 9546, 9548, 9549, 9550, 9551, 9552, 9553, 9555, 9556, 9558, 9559, 9560, 9561, 9562, 9563, 9564, 9565, 9566, 9576, 9578, 9579, 9580, 9581, 9582, 9584, 9598, 9599, 9600, 9616, 9617, 9618, 9619, 9620, 9623, 9636, 9637, 9656, 9657, 9658, 9660, 9662, 9676, 9679, 9687, 9688, 9689, 9699, 9700, 9707, 9708, 9796, 9820, 9836, 9837, 9857, 9858, 9859, 9876, 9896, 9936, 9937, 9976, 9977, 9978, 9979, 9980, 9981, 9982, 9983, 9984, 9985, 9986, 9987, 9988, 9989, 9990, 9996, 9997, 9998, 9999, 10016, 10017, 10036, 10037, 10038, 10042, 10045, 10046, 10047, 10048, 10049, 10050, 10051, 10052, 10053, 10054, 10055, 10056, 10057, 10058, 10059, 10060, 10061, 10062, 10063, 10079, 10085, 10086, 10088, 10089, 10090, 10096, 10116, 10117, 10118, 10136, 10161, 10176, 10182, 10183, 10204, 10216, 10217, 10218, 10219, 10256, 10257, 10259, 10260, 10261, 10262, 10266, 10267, 10276, 10277, 10278, 10290, 10291, 10292, 10293, 10294, 10295, 10296, 10297, 10298, 10299, 10300, 10301, 10302, 10303, 10304, 10305, 10306, 10307, 10321, 10340, 10360, 10361, 10362, 10364, 10365, 10367, 10368, 10369, 10370, 10377, 10378, 10379, 10380, 10383, 10387, 10388, 10389, 10427, 10428, 10431, 10441, 10443, 10444, 10445, 10446, 10448, 10449, 10450, 10451, 10452, 10453, 10454, 10455, 10456, 10459, 10460, 10461, 10466, 10467, 10468, 10482, 10510, 10536, 10537, 10538, 10539, 10541, 10556, 10557, 10577, 10578, 10579, 10581, 10582, 10583, 10598, 10599, 10600, 10603, 10604, 10606, 10610, 10611, 10612, 10616, 10618, 10619, 10636, 10637, 10638, 10645, 10646, 10656, 10657, 10658, 10665, 10666, 10667, 10668, 10676, 10680, 10681, 10682, 10684, 10685, 10696, 10697, 10698, 10699, 10716, 10718, 10719, 10720, 10721, 10739, 10740, 10778, 10779, 10780, 10781, 10782, 10783, 10784, 10785, 10786, 10787, 10788, 10789, 10790, 10791, 10792, 10793, 10794, 10795, 10796, 10797, 10798, 10803, 10804, 10805, 10836, 10837, 10838, 10839, 10840, 10856, 10857, 10876, 10880, 10882, 10897, 10902, 10903, 10904, 10905, 10918, 10920, 10921, 10922, 10923, 10924, 10925, 10926, 10927, 10929, 10930, 10936, 10937, 10938, 10939, 10940, 10942, 10943, 10944, 10945, 10946, 10947, 10948, 10949, 10950, 10951, 10953, 10954, 10955, 10956, 10977, 10978, 10980, 10988, 10993, 11016, 11017, 11018, 11019, 11020, 11024, 11025, 11026, 11027, 11028, 11029, 11030, 11031, 11033, 11034, 11035, 11036, 11037, 11038, 11039, 11040, 11041, 11042, 11044, 11045, 11046, 11047, 11048, 11049, 11050, 11051, 11052, 11053, 11054, 11055, 11056, 11057, 11063, 11064, 11065, 11066, 11067, 11068, 11069, 11070, 11071, 11072, 11073, 11074, 11079, 11081, 11083, 11084, 11096, 11097, 11098, 11099, 11100, 11101, 11102, 11103, 11104, 11105, 11106, 11116, 11117, 11118, 11119, 11136, 11137, 11138, 11139, 11140, 11141, 11142, 11144, 11145, 11146, 11152, 11176, 11177, 11178, 11180, 11181, 11182, 11183, 11184, 11185, 11186, 11187, 11188, 11189, 11190, 11191, 11192, 11193, 11194, 11198, 11199, 11216, 11217, 11218, 11219, 11236, 11256, 11258, 11259, 11260, 11262, 11263, 11276, 11277, 11278, 11279, 11280, 11281, 11282, 11283, 11285, 11286, 11287, 11288, 11289, 11296, 11316, 11317, 11325, 11326, 11327, 11378, 11392, 11393, 11394, 11395, 11396, 11397, 11398, 11399, 11400, 11401, 11402, 11403, 11404, 11405, 11406, 11407, 11408, 11409, 11410, 11411, 11412, 11413, 11414, 11415, 11416, 11438, 11439, 11466, 11494, 11536, 11546, 11548, 11549, 11550, 11564, 11596, 11608, 11609, 11610, 11615, 11616, 11617, 11618, 11619, 11620, 11621, 11624, 11625, 11626, 11627, 11629, 11669, 11671, 11672, 11690, 11696, 11699, 11700, 11701, 11702, 11703, 11704, 11705, 11706, 11707, 11708, 11709, 11710, 11712, 11715, 11716, 11717, 11718, 11719, 11720, 11748, 11749, 11750, 11751, 11752, 11753, 11754, 11755, 11756, 11757, 11758, 11776, 11795, 11796, 11797, 11798, 11799, 11800, 11801, 11802, 11805, 11806, 11807, 11808, 11809, 11810, 11811, 11812, 11813, 11814, 11815, 11816, 11817, 11818, 11819, 11820, 11821, 11822, 11823, 11824, 11825, 11826, 11827, 11828, 11829, 11832, 11833, 11834, 11835, 11856, 11857, 11858, 11859, 11860, 11861, 11862, 11863, 11864, 11865, 11866, 11867, 11868, 11869, 11870, 11871, 11872, 11874, 11875, 11877, 11899, 11900, 11901, 11902, 11903, 11904, 11905, 11906, 11907, 11908, 11909, 11920, 11926, 11936, 11939, 11940, 11941, 11942, 11943, 11944, 11945, 11957, 11958, 11996, 11997, 11998, 12019, 12020, 12021, 12022, 12023, 12024, 12025, 12026, 12027, 12028, 12029, 12030, 12031, 12032, 12033, 12034, 12035, 12036, 12038, 12039, 12040, 12042, 12043, 12044, 12045, 12096, 12097, 12116, 12120, 12126, 12136, 12137, 12140, 12141, 12142, 12143, 12144, 12152, 12160, 12196, 12197, 12198, 12202, 12208, 12238, 12244, 12245, 12246, 12247, 12249, 12251, 12252, 12253, 12254, 12255, 12256, 12257, 12265, 12276, 12296, 12297, 12298, 12299, 12336, 12338, 12340, 12352, 12381, 12383, 12384, 12385, 12386, 12419, 12423, 12425, 12426, 12427, 12428, 12429, 12430, 12434, 12473, 12480, 12481, 12536, 12576, 12577, 12578, 12580, 12596, 12616, 12617, 12636, 12656, 12657, 12658, 12696, 12716, 12717, 12718, 12719, 12720, 12721, 12722, 12723, 12724, 12736, 12737, 12738, 12740, 12756, 12757, 12776, 12777, 12778, 12779, 12780, 12781, 12782, 12783, 12784, 12785, 12786, 12787, 12788, 12789, 12790, 12791, 12792, 12793, 12794, 12795, 12796, 12797, 12798, 12799, 12805, 12806, 12807, 12816, 12818, 12837, 12857, 12858, 12859, 12861, 12862, 12863, 12864, 12866, 12867, 12877, 12903, 12904, 12919, 12920, 12922, 12923, 12924, 12925, 12936, 12937, 12938, 12939, 12941, 12942, 12943, 12944, 12956, 12957, 12958, 12959, 12960, 12961, 12962, 12996, 12997, 12998, 12999, 13000, 13016, 13017, 13018, 13056, 13076, 13082, 13084, 13085, 13116, 13117, 13148, 13177, 13220, 13221, 13277, 13278, 13281, 13283, 13321, 13322, 13338, 13417, 13418, 13420, 13429, 13430, 13431, 13432, 13433, 13434, 13435, 13436, 13444, 13445, 13476, 13533, 13619, 13620, 13636, 13656, 13697, 13698, 13699, 13716, 13717, 13737, 13743, 13816, 13817, 13838, 13839, 13842, 13843, 13916, 13917, 13936, 13976, 14021, 14022, 14023, 14024, 14025, 14026, 14027, 14028, 14029, 14030, 14031, 14041, 14042, 14081, 14101, 14121, 14122, 14143, 14144, 14145, 14146, 14147, 14148, 14161, 14181, 14182, 14183, 14201, 14242, 14261, 14262, 14263, 14264, 14265, 14301, 14304, 14305, 14307, 14309, 14311, 14337, 14338, 14347, 14348, 14350, 14353, 14355, 14358, 14361, 14362, 14363, 14364, 14365, 14367, 14368, 14369, 14370, 14371, 14373, 14374, 14375, 14376, 14377, 14378, 14379, 14380, 14381, 14382, 14383, 14385, 14386, 14387, 14388, 14389, 14392, 14393, 14394, 14396, 14397, 14402, 14403, 14404, 14421, 14422, 14423, 14434, 14438, 14439, 14440, 14441, 14442, 14444, 14449, 14450, 14451, 14452, 14459, 14463, 14465, 14466, 14469, 14470, 14480, 14481, 14482, 14483, 14486, 14493, 14494, 14495, 14496, 14497, 14498, 14499, 14500, 14503, 14504, 14508, 14524, 14525, 14526, 14566, 14567, 14568, 14581, 14605, 14622, 14624, 14625, 14626, 14627, 14628, 14629, 14630, 14631, 14632, 14633, 14634, 14635, 14637, 14641, 14642, 14643, 14644, 14645, 14662, 14663, 14664, 14666, 14668, 14681, 14720, 14721, 14722, 14723, 14724, 14725, 14726, 14727, 14728, 14729, 14730, 14731, 14733, 14734, 14736, 14737, 14738, 14739, 14740, 14741, 14742, 14743, 14748, 14751, 14752, 14755, 14756, 14757, 14758, 14761, 14801, 14822, 14823, 14826, 14827, 14828, 14829, 14832, 14833, 14841, 14842, 14843, 14844, 14845, 14846, 14847, 14848, 14849, 14850, 14851, 14852, 14853, 14854, 14855, 14856, 14857, 14858, 14859, 14860, 14864, 14865, 14866, 14867, 14868, 14869, 14870, 14871, 14872, 14873, 14874, 14878, 14881, 14884, 14892, 14893, 14894, 14901, 14908, 14909, 14912, 14913, 14942, 14961, 14962, 14963, 14964, 14965, 14981, 14982, 14983, 14984, 14986, 14987, 14989, 14990, 14994, 15006, 15007, 15008, 15009, 15010, 15011, 15012, 15021, 15042, 15045, 15046, 15047, 15061, 15062, 15063, 15064, 15065, 15066, 15069, 15070, 15071, 15072, 15073, 15074, 15075, 15077, 15078, 15079, 15086, 15087, 15089, 15091, 15101, 15103, 15105, 15106, 15107, 15108, 15112, 15113, 15115, 15116, 15117, 15119, 15124, 15125, 15131, 15136, 15137, 15138, 15139, 15140, 15141, 15163, 15164, 15165, 15169, 15170, 15171, 15172, 15174, 15175, 15176, 15177, 15178, 15179, 15180, 15181, 15182, 15183, 15184, 15185, 15186, 15187, 15189, 15190, 15192, 15193, 15194, 15195, 15197, 15198, 15199, 15218, 15219, 15221, 15222, 15223, 15224, 15241, 15242, 15261, 15270, 15278, 15279, 15280, 15281, 15282, 15283, 15284, 15285, 15287, 15289, 15291, 15292, 15295, 15296, 15297, 15300, 15301, 15303, 15304, 15306, 15309, 15310, 15315, 15328, 15334, 15350, 15351, 15352, 15353, 15354, 15356, 15357, 15358, 15359, 15360, 15361, 15362, 15363, 15364, 15368, 15371, 15378, 15379, 15380, 15381, 15382, 15383, 15384, 15394, 15397, 15398, 15399, 15400, 15401, 15402, 15403, 15404, 15405, 15406, 15410, 15411, 15412, 15413, 15414, 15415, 15416, 15417, 15418, 15419, 15421, 15422, 15423, 15424, 15425, 15426, 15427, 15428, 15429, 15430, 15431, 15432, 15433, 15434, 15437, 15438, 15439, 15440, 15441, 15442, 15443, 15444, 15445, 15446, 15447, 15448, 15449, 15450, 15451, 15452, 15453, 15454, 15455, 15456, 15457, 15458, 15459, 15460, 15463, 15464, 15465, 15466, 15467, 15468, 15469, 15470, 15474, 15475, 15476, 15477, 15478, 15479, 15480, 15481, 15482, 15483, 15484, 15485, 15486, 15487, 15488, 15489, 15490, 15492, 15493, 15494, 15495, 15496, 15497, 15498, 15499, 15500, 15501, 15502, 15503, 15504, 15505, 15506, 15508, 15512, 15513, 15514, 15515, 15518, 15519, 15520, 15522, 15525, 15526, 15528, 15529, 15532, 15533, 15534, 15535, 15536, 15537, 15538, 15539, 15540, 15546, 15549, 15552, 15553, 15555, 15556, 15557, 15558, 15559, 15560, 15561, 15562, 15563, 15564, 15565, 15566, 15567, 15568, 15569, 15570, 15572, 15573, 15574, 15575, 15576, 15577, 15578, 15579, 15580, 15581, 15582, 15583, 15584, 15585, 15586, 15587, 15588, 15590, 15592, 15593, 15594, 15595, 15596, 15597, 15598, 15599, 15600, 15601, 15602, 15603, 15604, 15605, 15606, 15607, 15608, 15609, 15610, 15611, 15612, 15613, 15615, 15616, 15617, 15620, 15621, 15622, 15624, 15630, 15631, 15634, 15659, 15660, 15661, 15663, 15664, 15667, 15672, 15675, 15676, 15677, 15678, 15679, 15680, 15681, 15682, 15683, 15684, 15686, 15695, 15696, 15698, 15699, 15700, 15701, 15702, 15703, 15704, 15705, 15706, 15707, 15708, 15709, 15710, 15712, 15717, 15718, 15721, 15722, 15724, 15725, 15728, 15729, 15730, 15731, 15732, 15733, 15734, 15735, 15736, 15737, 15738, 15739, 15745, 15746, 15761, 15762, 15763, 15764, 15765, 15766, 15767, 15768, 15769, 15770, 15771, 15778, 15780, 15781, 15782, 15783, 15784, 15785, 15786, 15787, 15788, 15789, 15790, 15791, 15792, 15793, 15795, 15797, 15798, 15799, 15800, 15801, 15802, 15803, 15804, 15805, 15832, 15835, 15838, 15864, 15866, 15871, 15872, 15873, 15874, 15875, 15876, 15877, 15878, 15879, 15880, 15881, 15882, 15883, 15884, 15885, 15886, 15887, 15888, 15889, 15890, 15891, 15892, 15893, 15894, 15897, 15901, 15902, 15903, 15909, 15911, 15912, 15913, 15914, 15915, 15916, 15917, 15918, 15919, 15920, 15921, 15922, 15923, 15924, 15925, 15926, 15927, 15933, 15935, 15938, 15939, 15940, 15941, 15942, 15944, 15945, 15946, 15947, 15948, 15955, 15957, 15959, 15961, 15962, 15963, 15964, 15970, 15971, 15977, 15991, 16000, 16001, 16002, 16003, 16004, 16005, 16006, 16007, 16008, 16009, 16012, 16013, 16014, 16015, 16016, 16019, 16023, 16024, 16027, 16030, 16031, 16032, 16033, 16044, 16045, 16046, 16047, 16048, 16068, 16069, 16070, 16076, 16079, 16081, 16082, 16084, 16085, 16086, 16090, 16091, 16092, 16093, 16094, 16096, 16100, 16105, 16106, 16107, 16108, 16109, 16110, 16111, 16112, 16113, 16114, 16115, 16116, 16119, 16120, 16121, 16123, 16124, 16127, 16128, 16129, 16131, 16132, 16133, 16134, 16135, 16137, 16138, 16139, 16142, 16144, 16147, 16148, 16149, 16150, 16160, 16161, 16166, 16185, 16186, 16187, 16188, 16189, 16190, 16191, 16192, 16197, 16211, 16212, 16213, 16217, 16218, 16219, 16220, 16221, 16222, 16224, 16225, 16226, 16227, 16228, 16229, 16230, 16231, 16232, 16234, 16237, 16241, 16242, 16251, 16252, 16253, 16254, 16255, 16256, 16257, 16258, 16259, 16260, 16261, 16262, 16263, 16264, 16265, 16266, 16267, 16268, 16269, 16270, 16271, 16272, 16273, 16274, 16275, 16276, 16277, 16278, 16279, 16280, 16281, 16283, 16284, 16285, 16286, 16287, 16288, 16289, 16290, 16291, 16292, 16293, 16295, 16296, 16359, 16360, 16361, 16362, 16363, 16364, 16365, 16366, 16367, 16369, 16372, 16373, 16374, 16375, 16376, 16377, 16378, 16381, 16384, 16385, 16390, 16392, 16395, 16396, 16397, 16400, 16416, 16417, 16418, 16419, 16420, 16430, 16432, 16433, 16434, 16435, 16436, 16442, 16443, 16444, 16445, 16450, 16454, 16455, 16456, 16458, 16462, 16463, 16464, 16465, 16466, 16467, 16474, 16475, 16476, 16477, 16478, 16479, 16483, 16484, 16486, 16490, 16493, 16494, 16495, 16499, 16500, 16501, 16502, 16503, 16505, 16506, 16511, 16514, 16527, 16535, 16538, 16541, 16542, 16546, 16547, 16548, 16549, 16550, 16551, 16553, 16554, 16568, 16574, 16575, 16576, 16577, 16578, 16579, 16580, 16582, 16583, 16584, 16585, 16586, 16587, 16588, 16589, 16590, 16591, 16599, 16600, 16601, 16602, 16603, 16605, 16609, 16610, 16611, 16612, 16613, 16614, 16615, 16616, 16617, 16618, 16619, 16620, 16621, 16622, 16623, 16624, 16625, 16626, 16627, 16628, 16629, 16630, 16631, 16632, 16633, 16634, 16635, 16636, 16637, 16638, 16639, 16640, 16641, 16642, 16643, 16644, 16645, 16646, 16647, 16648, 16649, 16650, 16651, 16652, 16653, 16654, 16655, 16656, 16657, 16658, 16659, 16660, 16661, 16662, 16663, 16664, 16665, 16666, 16667, 16668, 16669, 16670, 16671, 16672, 16673, 16674, 16675, 16676, 16677, 16678, 16679, 16680, 16681, 16682, 16683, 16684, 16685, 16686, 16687, 16688, 16689, 16690, 16691, 16692, 16693, 16694, 16695, 16696, 16697, 16698, 16701, 16702, 16703, 16705, 16706, 16707, 16708, 16709, 16710, 16711, 16712, 16713, 16714, 16715, 16716, 16717, 16718, 16719, 16720, 16721, 16722, 16723, 16724, 16725, 16726, 16727, 16728, 16729, 16730, 16731, 16732, 16733, 16734, 16735, 16736, 16737, 16738, 16739, 16740, 16741, 16742, 16743, 16744, 16745, 16746, 16747, 16748, 16749, 16750, 16751, 16752, 16753, 16754, 16755, 16756, 16757, 16758, 16759, 16761, 16762, 16763, 16764, 16765, 16766, 16767, 16768, 16770, 16771, 16773, 16774, 16775, 16776, 16777, 16778, 16779, 16780, 16781, 16782, 16786, 16787, 16788, 16789, 16795, 16796, 16797, 16798, 16799, 16804, 16817, 16818, 16819, 16820, 16821, 16822, 16823, 16824, 16825, 16826, 16827, 16828, 16829, 16830, 16831, 16832, 16833, 16834, 16835, 16836, 16837, 16838, 16839, 16840, 16841, 16842, 16843, 16849, 16850, 16851, 16852, 16853, 16856, 16858, 16859, 16860, 16862, 16864, 16865, 16866, 16868, 16869, 16884, 16885, 16886, 16888, 16889, 16890, 16892, 16893, 16894, 16895, 16896, 16897, 16898, 16899, 16915, 16917, 16918, 16919, 16920, 16921, 16922, 16923, 16924, 16939, 16971, 16976, 16980, 16981, 16982, 16983, 16984, 16987, 16988, 16989, 16990, 16991, 16993, 16994, 16996, 16998, 16999, 17000, 17002, 17003, 17004, 17005, 17006, 17008, 17009, 17010, 17011, 17012, 17013, 17015, 17016, 17017, 17018, 17019, 17020, 17021, 17022, 17023, 17024, 17025, 17026, 17027, 17028, 17029, 17030, 17031, 17032, 17038, 17041, 17046, 17047, 17048, 17049, 17050, 17051, 17052, 17056, 17059, 17060, 17061, 17062, 17067, 17071, 17073, 17078, 17085, 17086, 17087, 17089, 17091, 17092, 17093, 17094, 17095, 17097, 17098, 17099, 17100, 17101, 17103, 17104, 17105, 17106, 17107, 17109, 17110, 17111, 17112, 17113, 17114, 17116, 17117, 17119, 17120, 17121, 17122, 17124, 17125, 17126, 17127, 17161, 17162, 17165, 17178, 17204, 17205, 17206, 17207, 17209, 17211, 17212, 17213, 17214, 17215, 17218, 17219, 17222, 17223, 17224, 17228, 17230, 17231, 17232, 17233, 17238, 17240, 17241, 17242, 17243, 17244, 17245, 17246, 17247, 17248, 17249, 17250, 17251, 17252, 17253, 17254, 17255, 17258, 17262, 17263, 17265, 17267, 17268, 17272, 17274, 17275, 17276, 17277, 17282, 17283, 17285, 17286, 17288, 17289, 17290, 17291, 17292, 17293, 17294, 17295, 17296, 17297, 17299, 17302, 17303, 17310, 17311, 17312, 17314, 17315, 17354, 17355, 17357, 17359, 17360, 17361, 17362, 17363, 17364, 17365, 17366, 17367, 17368, 17369, 17375, 17376, 17379, 17382, 17383, 17384, 17385, 17386, 17389, 17390, 17391, 17392, 17393, 17394, 17402, 17403, 17404, 17405, 17406, 17409, 17410, 17412, 17413, 17415, 17416, 17417, 17418, 17421, 17422, 17423, 17424, 17425, 17426, 17428, 17430, 17431, 17432, 17433, 17434, 17435, 17436, 17437, 17438, 17439, 17451, 17452, 17453, 17454, 17458, 17466, 17467, 17469, 17470, 17471, 17473, 17474, 17479, 17480, 17481, 17482, 17483, 17484, 17485, 17486, 17487, 17488, 17489, 17490, 17493, 17495, 17499, 17500, 17504, 17505, 17506, 17507, 17508, 17509, 17510, 17511, 17512, 17513, 17514, 17516, 17519, 17520, 17529, 17531, 17532, 17538, 17539, 17540, 17541, 17542, 17544, 17545, 17549, 17551, 17553, 17554, 17557, 17558, 17559, 17568, 17569, 17570, 17571, 17572, 17573, 17578, 17584, 17586, 17587, 17593, 17594, 17597, 17598, 17599, 17600, 17611, 17613, 17614, 17615, 17616, 17617, 17618, 17619, 17621, 17622, 17623, 17627, 17628, 17629, 17630, 17631, 17632, 17633, 17634, 17636, 17637, 17642, 17644, 17646, 17649, 17650, 17653, 17655, 17656, 17657, 17660, 17662, 17665, 17666, 17667, 17668, 17674, 17675, 17676, 17680, 17681, 17682, 17684, 17686, 17687, 17703, 17706, 17707, 17708, 17709, 17710, 17712, 17715, 17716, 17717, 17718, 17719, 17720, 17765, 17766, 17768, 17769, 17773, 17804, 17807, 17809, 17810, 17811, 17812, 17813, 17818, 17823, 17824, 17825, 17830, 17831, 17832, 17834, 17835, 17843, 17844, 17845, 17847, 17849, 17850, 17855, 17856, 17857, 17858, 17861, 17863, 17866, 17870, 17874, 17877, 17883, 17884, 17885, 17886, 17887, 17889, 17890, 17892, 17893, 17894, 17896, 17900, 17901, 17902, 17903, 17904, 17910, 17911, 17912, 17913, 17914, 17915, 17926, 17927, 17929, 17930, 17947, 17950, 17953, 17954, 17955, 17965, 17967, 17970, 17971, 17972, 17973, 17974, 17979, 17982, 17983, 17984, 17985, 17986, 17987, 17988, 17989, 17998, 17999, 18000, 18001, 18002, 18003, 18004, 18005, 18006, 18007, 18008, 18009, 18010, 18011, 18012, 18013, 18014, 18015, 18016, 18017, 18018, 18019, 18020, 18021, 18022, 18023, 18024, 18025, 18026, 18027, 18028, 18029, 18030, 18031, 18032, 18034, 18035, 18036, 18038, 18039, 18046, 18061, 18063, 18066, 18067, 18068, 18069, 18071, 18072, 18073, 18074, 18075, 18076, 18081, 18082, 18083, 18084, 18085, 18090, 18091, 18095, 18097, 18098, 18099, 18100, 18101, 18102, 18103, 18106, 18109, 18110, 18126, 18139, 18141, 18142, 18143, 18144, 18146, 18147, 18150, 18151, 18152, 18153, 18156, 18157, 18158, 18161, 18162, 18165, 18166, 18169, 18173, 18174, 18175, 18176, 18177, 18178, 18179, 18180, 18183, 18185, 18186, 18187, 18188, 18189, 18190, 18191, 18194, 18196, 18197, 18200, 18208, 18209, 18210, 18215, 18218, 18221, 18222, 18223, 18224, 18225, 18228, 18229, 18230, 18231, 18232, 18233, 18234, 18235, 18236, 18237, 18239, 18240, 18248, 18249, 18250, 18251, 18252, 18253, 18255, 18263, 18264, 18265, 18269, 18270, 18273, 18275, 18277, 18278, 18288, 18292, 18293, 18294, 18295, 18296, 18297, 18299, 18300, 18301, 18302, 18305, 18306, 18307, 18308, 18333, 18335, 18340, 18342, 18347, 18348, 18349, 18350, 18353, 18354, 18369, 18370, 18372, 18374, 18381, 18383, 18384, 18385, 18386, 18387, 18388, 18389, 18390, 18393, 18395, 18396, 18397, 18407, 18408, 18410, 18412, 18414, 18415, 18416, 18417, 18418, 18424, 18426, 18427, 18428, 18430, 18431, 18439, 18441, 18442, 18443, 18444, 18445, 18446, 18447, 18448, 18458, 18459, 18471, 18479, 18480, 18481, 18482, 18483, 18484, 18485, 18486, 18487, 18488, 18489, 18490, 18491, 18492, 18494, 18496, 18504, 18507, 18525, 18526, 18527, 18528, 18529, 18530, 18531, 18532, 18537, 18538, 18542, 18543, 18544, 18546, 18547, 18549, 18550, 18551, 18552, 18565, 18566, 18568, 18587, 18589, 18590, 18593, 18594, 18596, 18597, 18599, 18600, 18626, 18627, 18628, 18629, 18644, 18645, 18650, 18651, 18652, 18653, 18654, 18655, 18656, 18662, 18665, 18672, 18674, 18675, 18676, 18687, 18688, 18691, 18703, 18704, 18705, 18712, 18713, 18714, 18715, 18716, 18717, 18719, 18721, 18722, 18726, 18727, 18729, 18730, 18734, 18735, 18736, 18737, 18738, 18740, 18741, 18742, 18743, 18744, 18745, 18747, 18748, 18749, 18751, 18752, 18753, 18754, 18755, 18756, 18757, 18758, 18759, 18760, 18761, 18762, 18763, 18766, 18768, 18771, 18772, 18773, 18774, 18775, 18776, 18777, 18778, 18779, 18781, 18783, 18785, 18788, 18789, 18790, 18791, 18792, 18793, 18795, 18800, 18802, 18803, 18804, 18806, 18807, 18808, 18809, 18810, 18811, 18812, 18813, 18814, 18815, 18818, 18819, 18820, 18823, 18824, 18825, 18826, 18828, 18839, 18840, 18841, 18842, 18843, 18844, 18849, 18888, 18889, 18890, 18891, 18892, 18893, 18895, 18896, 18897, 18898, 18899, 18900, 18901, 18902, 18903, 18904, 18905, 18906, 18907, 18908, 18909, 18910, 18911, 18913, 18914, 18915, 18916, 18917, 18918, 18919, 18920, 18921, 18922, 18924, 18925, 18926, 18927, 18928, 18929, 18932, 18933, 18937, 18938, 18939, 18940, 18942, 18943, 18944, 18945, 18946, 18947, 18951, 18953, 18954, 18955, 18956, 18957, 18959, 18960, 18962, 18967, 18968, 18973, 18984, 18985, 18987, 18988, 18989, 18990, 18991, 18993, 18994, 18995, 18997, 18998, 18999, 19000, 19001, 19002, 19003, 19004, 19005, 19008, 19009, 19010, 19011, 19012, 19013, 19014, 19015, 19017, 19018, 19019, 19020, 19021, 19022, 19023, 19024, 19025, 19026, 19027, 19030, 19031, 19033, 19034, 19035, 19036, 19037, 19038, 19039, 19040, 19041, 19042, 19043, 19045, 19046, 19047, 19048, 19049, 19050, 19051, 19052, 19053, 19054, 19056, 19063, 19064, 19065, 19067, 19068, 19070, 19071, 19072, 19074, 19075, 19076, 19077, 19120, 19133, 19137, 19138, 19139, 19140, 19141, 19142, 19144, 19145, 19146, 19147, 19148, 19149, 19150, 19151, 19152, 19153, 19154, 19155, 19156, 19157, 19158, 19159, 19161, 19162, 19163, 19164, 19165, 19169, 19170, 19171, 19172, 19173, 19175, 19176, 19177, 19178, 19180, 19181, 19182, 19184, 19185, 19186, 19187, 19193, 19194, 19195, 19196, 19197, 19202, 19207, 19208, 19209, 19210, 19211, 19212, 19213, 19216, 19217, 19222, 19223, 19224, 19225, 19226, 19227, 19228, 19229, 19230, 19232, 19234, 19235, 19236, 19237, 19238, 19239, 19240, 19241, 19242, 19243, 19244, 19245, 19246, 19247, 19248, 19249, 19250, 19251, 19252, 19253, 19254, 19255, 19256, 19257, 19258, 19259, 19260, 19265, 19266, 19270, 19271, 19272, 19273, 19274, 19275, 19276, 19277, 19278, 19279, 19283, 19284, 19285, 19286, 19287, 19289, 19290, 19291, 19292, 19293, 19294, 19296, 19297, 19300, 19301, 19302, 19303, 19304, 19305, 19308, 19309, 19310, 19311, 19314, 19315, 19316, 19317, 19318, 19319, 19321, 19326, 19327, 19328, 19329, 19330, 19331, 19332, 19333, 19337, 19338, 19339, 19340, 19341, 19342, 19343, 19344, 19345, 19346, 19347, 19348, 19351, 19352, 19353, 19355, 19358, 19359, 19362, 19363, 19364, 19367, 19368, 19369, 19370, 19371, 19372, 19373, 19374, 19375, 19376, 19377, 19378, 19379, 19380, 19382, 19383, 19384, 19387, 19388, 19390, 19391, 19392, 19393, 19394, 19395, 19397, 19398, 19399, 19400, 19401, 19403, 19404, 19405, 19409, 19412, 19416, 19417, 19420, 19421, 19425, 19426, 19427, 19430, 19431, 19432, 19433, 19435, 19436, 19437, 19439, 19440, 19444, 19445, 19446, 19447, 19449, 19450, 19451, 19452, 19454, 19455, 19456, 19466, 19467, 19468, 19469, 19470, 19471, 19472, 19473, 19474, 19475, 19476, 19478, 19479, 19480, 19481, 19482, 19483, 19484, 19485, 19487, 19488, 19489, 19490, 19491, 19492, 19493, 19495, 19496, 19497, 19498, 19499, 19500, 19501, 19502, 19503, 19504, 19517, 19518, 19520, 19521, 19522, 19523, 19524, 19525, 19526, 19528, 19529, 19530, 19531, 19532, 19533, 19534, 19535, 19536, 19537, 19538, 19539, 19540, 19541, 19542, 19556, 19558, 19559, 19560, 19561, 19562, 19563, 19564, 19565, 19567, 19568, 19569, 19570, 19571, 19572, 19573, 19574, 19575, 19576, 19577, 19578, 19581, 19582, 19583, 19588, 19589, 19590, 19591, 19592, 19594, 19596, 19597, 19599, 19601, 19602, 19603, 19604, 19605, 19606, 19607, 19610, 19611, 19612, 19613, 19614, 19615, 19617, 19618, 19619, 19620, 19621, 19623, 19624, 19625, 19626, 19627, 19628, 19629, 19630, 19631, 19634, 19636, 19637, 19638, 19639, 19644, 19645, 19646, 19647, 19648, 19649, 19651, 19652, 19653, 19654, 19655, 19656, 19658, 19659, 19660, 19661, 19662, 19663, 19664, 19665, 19668, 19669, 19670, 19671, 19672, 19673, 19674, 19675, 19676, 19677, 19678, 19679, 19680, 19682, 19683, 19684, 19685, 19686, 19687, 19688, 19689, 19690, 19692, 19693, 19694, 19696, 19697, 19698, 19700, 19702, 19709, 19715, 19717, 19718, 19719, 19720, 19721, 19722, 19725, 19726, 19727, 19728, 19731, 19736, 19737, 19759, 19774, 19775, 19776, 19777, 19778, 19780, 19797, 19828, 19832, 19833, 19835, 19836, 19837, 19838, 19839, 19840, 19841, 19844, 19845, 19848, 19849, 19850, 19855, 19856, 19857, 19858, 19859, 19860, 19861, 19869, 19870, 19871, 19877, 19879, 19880, 19905, 19906, 19907, 19908, 19909, 19910, 19911, 19912, 19913, 19914, 19915, 19916, 19917, 19918, 19919, 19920, 19921, 19922, 19923, 19924, 19925, 19927, 19932, 19933, 19934, 19935, 19936, 19938, 19939, 19941, 19942, 19949, 19950, 19951, 19953, 19954, 19958, 19959, 19962, 19964, 19969, 20003, 20021, 20023, 20024, 20025, 20026, 20027, 20028, 20053, 20054, 20055, 20062, 20066, 20067, 20068, 20069, 20071, 20073, 20075, 20076, 20078, 20080, 20081, 20082, 20084, 20086, 20087, 20092, 20093, 20098, 20099, 20100, 20101, 20102, 20109, 20110, 20111, 20112, 20114, 20116, 20118, 20119, 20120, 20121, 20123, 20124, 20125, 20126, 20127, 20128, 20129, 20130, 20131, 20133, 20142, 20145, 20146, 20148, 20154, 20155, 20156, 20158, 20159, 20160, 20162, 20163, 20194, 20195, 20199, 20201, 20203, 20204, 20205, 20206, 20208, 20209, 20212, 20213, 20214, 20218, 20219, 20226, 20227, 20230, 20231, 20232, 20233, 20240, 20241, 20243, 20244, 20245, 20246, 20247, 20249, 20250, 20251, 20269, 20271, 20272, 20273, 20274, 20276, 20278, 20281, 20286, 20287, 20288, 20289, 20296, 20297, 20327, 20331, 20333, 20336, 20337, 20338, 20339, 20341, 20342, 20343, 20344, 20345, 20346, 20347, 20348, 20349, 20350, 20351, 20352, 20353, 20354, 20355, 20356, 20357, 20358, 20359, 20360, 20361, 20362, 20363, 20364, 20365, 20366, 20367, 20368, 20369, 20370, 20371, 20372, 20373, 20374, 20375, 20376, 20377, 20378, 20379, 20380, 20381, 20382, 20383, 20384, 20385, 20386, 20388, 20389, 20390, 20391, 20392, 20395, 20396, 20398, 20400, 20401, 20405, 20406, 20407, 20408, 20411, 20413, 20414, 20415, 20417, 20418, 20419, 20422, 20423, 20424, 20425, 20426, 20428, 20429, 20430, 20431, 20432, 20433, 20434, 20436, 20438, 20439, 20440, 20441, 20446, 20447, 20448, 20449, 20450, 20451, 20455, 20460, 20462, 20465, 20469, 20470, 20471, 20472, 20473, 20475, 20476, 20481, 20482, 20484, 20485, 20494, 20497, 20499, 20500, 20510, 20511, 20512, 20513, 20515, 20518, 20519, 20520, 20551, 20552, 20553, 20555, 20556, 20560, 20561, 20563, 20564, 20599, 20602, 20603, 20604, 20605, 20608, 20612, 20613, 20616, 20617, 20619, 20635, 20666, 20669, 20670, 20672, 20674, 20675, 20676, 20709, 20722, 20724, 20725, 20735, 20736, 20762, 20763, 20767, 20771, 20776, 20780, 20781, 20787, 20791, 20793, 20794, 20796, 20799, 20802, 20804, 20805, 20806, 20807, 20808, 20809, 20811, 20812, 20825, 20846, 20847, 20848, 20849, 20850, 20851, 20852, 20853, 20855, 20856, 20858, 20860, 20861, 20862, 20871, 20874, 20876, 20877, 20890, 20891, 20892, 20893, 20894, 20895, 20899, 20903, 20907, 20913, 20914, 20915, 20916, 20917, 20920, 20921, 20922, 20926, 20933, 20977, 20978, 20979, 20980, 20981, 20984, 20985, 20986, 20989, 20994, 20995, 21001, 21006, 21007, 21008, 21009, 21010, 21011, 21018, 21019, 21024, 21026, 21027, 21029, 21030, 21034, 21036, 21037, 21038, 21039, 21041, 21043, 21044, 21049, 21051, 21052, 21053, 21054, 21055, 21056, 21062, 21063, 21064, 21065, 21066, 21071, 21072, 21073, 21074, 21076, 21081, 21082, 21083, 21084, 21085, 21086, 21087, 21088, 21090, 21091, 21092, 21093, 21094, 21095, 21096, 21097, 21101, 21103, 21105, 21106, 21107, 21109, 21110, 21111, 21112, 21113, 21114, 21115, 21116, 21117, 21118, 21122, 21129, 21130, 21131, 21132, 21133, 21134, 21135, 21136, 21137, 21138, 21139, 21142, 21143, 21144, 21145, 21147, 21149, 21150, 21151, 21152, 21153, 21155, 21156, 21157, 21158, 21159, 21165, 21167, 21170, 21172, 21176, 21183, 21185, 21186, 21188, 21192, 21193, 21194, 21195, 21197, 21203, 21204, 21207, 21209, 21234, 21235, 21236, 21237, 21241, 21244, 21247, 21248, 21252, 21253, 21255, 21256, 21257, 21258, 21259, 21260, 21261, 21262, 21266, 21275, 21277, 21279, 21281, 21283, 21286, 21288, 21289, 21290, 21291, 21292, 21293, 21294, 21295, 21306, 21307, 21308, 21310, 21311, 21312, 21313, 21316, 21317, 21318, 21319, 21320, 21321, 21322, 21330, 21331, 21332, 21333, 21334, 21335, 21336, 21340, 21341, 21342, 21343, 21344, 21345, 21346, 21347, 21348, 21349, 21351, 21352, 21353, 21357, 21359, 21361, 21363, 21366, 21367, 21369, 21376, 21392, 21396, 21397, 21398, 21399, 21400, 21402, 21410, 21411, 21414, 21420, 21422, 21423, 21425, 21426, 21427, 21428, 21429, 21432, 21434, 21435, 21436, 21437, 21438, 21439, 21440, 21441, 21443, 21446, 21447, 21448, 21449, 21451, 21452, 21456, 21459, 21460, 21461, 21463, 21464, 21465, 21466, 21467, 21468, 21470, 21471, 21474, 21475, 21476, 21483, 21484, 21485, 21487, 21488, 21489, 21493, 21494, 21495, 21498, 21502, 21504, 21508, 21517, 21518, 21628, 21633, 21635, 21638, 21639, 21641, 21642, 21643, 21655, 21659, 21664, 21682, 21683, 21684, 21685, 21686, 21687, 21688, 21689, 21690, 21691, 21699, 21703, 21704, 21705, 21706, 21707, 21708, 21725, 21726, 21727, 21729, 21731, 21732, 21733, 21734, 21735, 21736, 21737, 21738, 21739, 21740, 21741, 21744, 21746, 21747, 21748, 21749, 21750, 21751, 21752, 21753, 21754, 21755, 21756, 21757, 21758, 21759, 21760, 21761, 21766, 21768, 21769, 21770, 21771, 21772, 21773, 21774, 21775, 21776, 21777, 21778, 21779, 21781, 21783, 21789, 21790, 21791, 21792, 21793, 21794, 21796, 21798, 21799, 21800, 21805, 21811, 21812, 21814, 21818, 21819, 21822, 21823, 21824, 21829, 21840, 21846, 21847, 21851, 21852, 21853, 21855, 21856, 21858, 21859, 21860, 21866, 21869, 21870, 21871, 21872, 21876, 21877, 21892, 21893, 21895, 21896, 21898, 21899, 21905, 21906, 21908, 21909, 21910, 21913, 21924, 21926, 21929, 21931, 21933, 21934, 21937, 21938, 21939, 21940, 21945, 21946, 21947, 21949, 21950, 21951, 21952, 21953, 21954, 21955, 21957, 21959, 21960, 21961, 21967, 21968, 21969, 21970, 21971, 21974, 21976, 21977, 21981, 21982, 21983, 21986, 21987, 21992, 21993, 21994, 21995, 21996, 21997, 21998, 21999, 22001, 22002, 22003, 22004, 22007, 22008, 22010, 22013, 22015, 22019, 22020, 22022, 22024, 22039, 22040, 22042, 22043, 22053, 22054, 22057, 22058, 22059, 22061, 22063, 22064, 22065, 22066, 22067, 22068, 22069, 22070, 22071, 22073, 22074, 22075, 22076, 22077, 22078, 22079, 22080, 22083, 22085, 22086, 22087, 22088, 22089, 22090, 22091, 22094, 22096, 22097, 22098, 22101, 22102, 22103, 22104, 22107, 22108, 22113, 22114, 22121, 22122, 22124, 22125, 22126, 22127, 22130, 22131, 22134, 22135, 22136, 22137, 22138, 22139, 22141, 22142, 22146, 22147, 22149, 22150, 22151, 22152, 22161, 22203, 22205, 22206, 22207, 22208, 22209, 22211, 22214, 22215, 22216, 22218, 22224, 22225, 22226, 22227, 22229, 22230, 22231, 22232, 22233, 22234, 22235, 22236, 22237, 22239, 22240, 22246, 22247, 22248, 22249, 22259, 22264, 22266, 22268, 22269, 22270, 22271, 22272, 22277, 22278, 22279, 22280, 22282, 22285, 22288, 22293, 22299, 22306, 22312, 22314, 22315, 22317, 22318, 22320, 22328, 22331, 22332, 22333, 22335, 22336, 22337, 22338, 22340, 22348, 22350, 22351, 22354, 22355, 22358, 22365, 22369, 22371, 22372, 22375, 22380, 22386, 22389, 22395, 22400, 22404, 22405, 22406, 22407, 22408, 22410, 22417, 22418, 22419, 22421, 22422, 22423, 22424, 22425, 22426, 22427, 22430, 22431, 22433, 22436, 22437, 22438, 22439, 22440, 22442, 22443, 22445, 22446, 22448, 22449, 22450, 22452, 22453, 22455, 22456, 22457, 22458, 22459, 22462, 22463, 22464, 22465, 22468, 22469, 22470, 22471, 22472, 22473, 22474, 22475, 22476, 22477, 22478, 22479, 22480, 22481, 22482, 22483, 22484, 22485, 22486, 22487, 22488, 22489, 22490, 22491, 22494, 22495, 22497, 22498, 22499, 22500, 22501, 22502, 22503, 22504, 22506, 22507, 22508, 22509, 22515, 22517, 22802, 22804, 22806, 22810, 22811, 22812, 22813, 22814, 22815, 22816, 22817, 22818, 22819, 22823, 22824, 22829, 22831, 22832, 22833, 22834, 22835, 22836, 22837, 22838, 22839, 22842, 22843, 22850, 22851, 22861, 22862, 22863, 22864, 22865, 22866, 22867, 22868, 22872, 22886, 22889, 22890, 22891, 22892, 22893, 22894, 22895, 22896, 22897, 22899, 22900, 22901, 22902, 22904, 22905, 22906, 22907, 22908, 22909, 22911, 22912, 22913, 22914, 22915, 22919, 22922, 22924, 22928, 22929, 22931, 22935, 22936, 22937, 22940, 22941, 22943, 22966, 22967, 22968, 22970, 22971, 22972, 22974, 22979, 22980, 22982, 22983, 22984, 22985, 22986, 22989, 22991, 22992, 22993, 22994, 22995, 22998, 22999, 23000, 23001, 23002, 23005, 23006, 23009, 23010, 23011, 23012, 23015, 23016, 23021, 23023, 23025, 23033, 23036, 23038, 23040, 23041, 23042, 23043, 23044, 23045, 23046, 23048, 23050, 23052, 23053, 23054, 23056, 23057, 23058, 23059, 23060, 23062, 23063, 23064, 23065, 23070, 23076, 23077, 23078, 23079, 23080, 23081, 23084, 23085, 23086, 23087, 23088, 23095, 23096, 23097, 23098, 23099, 23101, 23102, 23103, 23104, 23105, 23106, 23107, 23108, 23110, 23111, 23112, 23114, 23115, 23116, 23118, 23119, 23120, 23121, 23127, 23128, 23129, 23131, 23138, 23141, 23146, 23151, 23152, 23160, 23164, 23167, 23170, 23171, 23173, 23189, 23190, 23191, 23192, 23193, 23197, 23198, 23199, 23200, 23201, 23202, 23203, 23205, 23207, 23208, 23209, 23210, 23212, 23213, 23217, 23218, 23225, 23228, 23231, 23233, 23234, 23243, 23249, 23250, 23252, 23253, 23254, 23255, 23256, 23257, 23258, 23260, 23262, 23263, 23266, 23268, 23270, 23271, 23272, 23273, 23274, 23275, 23278, 23279, 23283, 23288, 23289, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, 23300, 23301, 23304, 23307, 23308, 23310, 23312, 23313, 23314, 23316, 23320, 23322, 23323, 23327, 23328, 23334, 23335, 23338, 23340, 23342, 23343, 23344, 23345, 23346, 23348, 23351, 23364, 23367, 23372, 23373, 23376, 23377, 23381, 23383, 23384, 23387, 23392, 23395, 23396, 23405, 23406, 23407, 23412, 23413, 23415, 23417, 23423, 23427, 23428, 23433, 23434, 23435, 23437, 23438, 23439, 23442, 23443, 23444, 23445, 23446, 23447, 23449, 23451, 23452, 23453, 23454, 23467, 23470, 23472, 23473, 23479, 23480, 23481, 23482, 23483, 23484, 23485, 23486, 23487, 23488, 23489, 23491, 23496, 23497, 23499, 23500, 23502, 23503, 23504, 23508, 23509, 23510, 23511, 23512, 23518, 23519, 23520, 23521, 23522, 23525, 23532, 23533, 23534, 23535, 23536, 23540, 23546, 23547, 23548, 23549, 23550, 23551, 23552, 23553, 23556, 23558, 23559, 23560, 23564, 23565, 23566, 23567, 23568, 23569, 23570, 23573, 23579, 23583, 23598, 23599, 23600, 23601, 23603, 23604, 23605, 23606, 23607, 23608, 23609, 23610, 23611, 23612, 23613, 23614, 23615, 23618, 23619, 23623, 23624, 23625, 23626, 23627, 23628, 23635, 23636, 23638, 23639, 23640, 23641, 23642, 23681, 23683, 23684, 23685, 23695, 23696, 23698, 23699, 23700, 23702, 23703, 23704, 23705, 23706, 23709, 23710, 23712, 23713, 23716, 23717, 23718, 23719, 23720, 23721, 23722, 23724, 23727, 23728, 23729, 23730, 23731, 23732, 23733, 23734, 23735, 23736, 23737, 23738, 23739, 23741, 23745, 23746, 23747, 23748, 23749, 23750, 23751, 23752, 23753, 23754, 23755, 23756, 23757, 23761, 23762, 23763, 23764, 23766, 23767, 23768, 23769, 23770, 23771, 23773, 23777, 23778, 23779, 23780, 23783, 23784, 23787, 23788, 23789, 23790, 23791, 23792, 23795, 23797, 23801, 23802, 23803, 23804, 23805, 23806, 23807, 23808, 23810, 23811, 23813, 23814, 23815, 23816, 23817, 23818, 23819, 23820, 23821, 23822, 23823, 23824, 23825, 23826, 23830, 23831, 23832, 23833, 23835, 23836, 23837, 23838, 23839, 23840, 23842, 23843, 23844, 23845, 23850, 23851, 23852, 23853, 23854, 23855, 23856, 23857, 23858, 23859, 23860, 23861, 23862, 23865, 23867, 23868, 23869, 23870, 23876, 23882, 23884, 23885, 23888, 23889, 23891, 23892, 23893, 23894, 23895, 23896, 23897, 23899, 23900, 23901, 23905, 23906, 23908, 23909, 23911, 23915, 23916, 23917, 23920, 23921, 23922, 23923, 23924, 23928, 23933, 23935, 23936, 23937, 23938, 23941, 23942, 23943, 23947, 23948, 23949, 23950, 23951, 23957, 23965, 23968, 23969, 23971, 23972, 23973, 23974, 23975, 23976, 23977, 23978, 23979, 23981, 23984, 23985, 23986, 23987, 23988, 23995, 23996, 23997, 23999, 24000, 24005, 24006, 24008, 24009, 24010, 24012, 24017, 24019, 24020, 24021, 24025, 24028, 24029, 24031, 24032, 24033, 24035, 24037, 24038, 24039, 24040, 24042, 24045, 24046, 24050, 24052, 24053, 24054, 24055, 24056, 24057, 24058, 24060, 24061, 24062, 24066, 24067, 24075, 24077, 24081, 24086, 24087, 24088, 24089, 24090, 24091, 24092, 24093, 24094, 24095, 24096, 24097, 24098, 24099, 24100, 24101, 24102, 24103, 24106, 24108, 24109, 24110, 24111, 24112, 24113, 24114, 24115, 24117, 24118, 24119, 24121, 24122, 24123, 24124, 24125, 24126, 24127, 24129, 24130, 24131, 24132, 24135, 24136, 24139, 24141, 24142, 24145, 24146, 24147, 24148, 24149, 24150, 24151, 24152, 24154, 24155, 24156, 24157, 24158, 24159, 24164, 24165, 24166, 24167, 24168, 24170, 24171, 24172, 24174, 24176, 24177, 24181, 24182, 24183, 24184, 24185, 24186, 24187, 24188, 24189, 24190, 24191, 24192, 24193, 24194, 24195, 24196, 24197, 24198, 24199, 24208, 24209, 24210, 24211, 24218, 24220, 24221, 24223, 24224, 24226, 24227, 24230, 24231, 24232, 24233, 24234, 24235, 24236, 24237, 24248, 24251, 24253, 24254, 24255, 24256, 24257, 24258, 24259, 24260, 24261, 24269, 24270, 24272, 24273, 24274, 24275, 24276, 24279, 24280, 24281, 24282, 24283, 24284, 24288, 24290, 24312, 24313, 24314, 24315, 24317, 24319, 24320, 24321, 24322, 24323, 24325, 24326, 24327, 24328, 24330, 24331, 24332, 24333, 24335, 24336, 24338, 24339, 24341, 24342, 24343, 24347, 24348, 24349, 24350, 24356, 24357, 24358, 24359, 24362, 24363, 24364, 24365, 24366, 24369, 24370, 24372, 24373, 24375, 24376, 24377, 24378, 24381, 24382, 24383, 24384, 24386, 24387, 24388, 24389, 24390, 24392, 24393, 24394, 24395, 24396, 24397, 24399, 24401, 24403, 24404, 24405, 24406, 24407, 24408, 24409, 24410, 24411, 24412, 24413, 24414, 24415, 24417, 24418, 24419, 24420, 24421, 24422, 24423, 24424, 24425, 24426, 24427, 24428, 24429, 24430, 24431, 24432, 24433, 24434, 24435, 24437, 24442, 24443, 24445, 24446, 24447, 24448, 24449, 24450, 24451, 24452, 24453, 24455, 24456, 24457, 24464, 24465, 24466, 24467, 24468, 24471, 24473, 24480, 24483, 24484, 24491, 24492, 24493, 24494, 24495, 24497, 24498, 24499, 24500, 24501, 24503, 24510, 24512, 24513, 24515, 24518, 24519, 24520, 24522, 24524, 24525, 24527, 24528, 24529, 24531, 24532, 24533, 24534, 24535, 24536, 24537, 24538, 24539, 24541, 24544, 24545, 24548, 24550, 24551, 24631, 24632, 24634, 24639, 24640, 24641, 24643, 24646, 24647, 24649, 24652, 24656, 24657, 24665, 24666, 24667, 24668, 24669, 24670, 24671, 24672, 24678, 24682, 24694, 24701, 24702, 24703, 24706, 24707, 24709, 24710, 24711, 24716, 24717, 24718, 24719, 24720, 24722, 24727, 24728, 24729, 24730, 24733, 24734, 24735, 24736, 24737, 24738, 24739, 24741, 24746, 24750, 24751, 24752, 24753, 24754, 24755, 24757, 24759, 24763, 24764, 24766, 24767, 24768, 24771, 24776, 24778, 24780, 24781, 24783, 24784, 24790, 24792, 24795, 24796, 24798, 24799, 24800, 24801, 24802, 24803, 24804, 24805, 24806, 24807, 24809, 24810, 24811, 24813, 24815, 24817, 24820, 24821, 24823, 24824, 24825, 24826, 24827, 24828, 24829, 24831, 24832, 24833, 24834, 24835, 24836, 24837, 24838, 24839, 24840, 24841, 24842, 24843, 24845, 24846, 24847, 24851, 24852, 24854, 24855, 24861, 24862, 24865, 24866, 24867, 24868, 24874, 24875, 24876, 24877, 24880, 24881, 24883, 24884, 24885, 24886, 24887, 24888, 24889, 24890, 24893, 24896, 24897, 24898, 24902, 24905, 24910, 24911, 24913, 24916, 24921, 24923, 24924, 24926, 24927, 24928, 24929, 24930, 24931, 24932, 24933, 24934, 24935, 24936, 24937, 24938, 24939, 24940, 24941, 24942, 24943, 24944, 24945, 24946, 24947, 24948, 24949, 24950, 24951, 24952, 24953, 24954, 24956, 24958, 24959, 24961, 24963, 24964, 24965, 24967, 24968, 24969, 24970, 24971, 24973, 24974, 24975, 24977, 24980, 24982, 24983, 24989, 24991, 24992, 24993, 24994, 24995, 24996, 24997, 24998, 25007, 25009, 25010, 25011, 25012, 25013, 25014, 25015, 25016, 25017, 25018, 25019, 25020, 25021, 25022, 25023, 25024, 25025, 25027, 25028, 25030, 25031, 25032, 25033, 25034, 25035, 25036, 25037, 25039, 25040, 25042, 25043, 25044, 25045, 25046, 25050, 25051, 25052, 25053, 25054, 25055, 25056, 25057, 25058, 25059, 25061, 25062, 25063, 25064, 25065, 25066, 25067, 25068, 25069, 25070, 25071, 25072, 25074, 25075, 25076, 25077, 25078, 25079, 25080, 25081, 25082, 25083, 25086, 25088, 25089, 25090, 25091, 25092, 25093, 25094, 25095, 25096, 25097, 25098, 25099, 25100, 25101, 25102, 25103, 25104, 25105, 25106, 25107, 25108, 25109, 25110, 25111, 25112, 25113, 25114, 25115, 25116, 25117, 25118, 25119, 25120, 25121, 25122, 25123, 25124, 25125, 25126, 25127, 25128, 25129, 25130, 25131, 25133, 25134, 25135, 25136, 25137, 25138, 25139, 25140, 25141, 25142, 25143, 25144, 25145, 25146, 25147, 25148, 25149, 25150, 25151, 25152, 25153, 25154, 25155, 25156, 25157, 25161, 25162, 25163, 25164, 25167, 25168, 25169, 25170, 25172, 25173, 25174, 25175, 25176, 25177, 25178, 25179, 25192, 25194, 25195, 25196, 25197, 25198, 25199, 25200, 25201, 25202, 25205, 25206, 25207, 25208, 25211, 25212, 25213, 25218, 25219, 25220, 25221, 25222, 25223, 25225, 25229, 25230, 25231, 25232, 25233, 25235, 25236, 25237, 25238, 25239, 25240, 25241, 25242, 25243, 25244, 25245, 25247, 25249, 25250, 25251, 25252, 25253, 25254, 25255, 25256, 25257, 25258, 25259, 25260, 25261, 25262, 25263, 25266, 25269, 25270, 25271, 25272, 25273, 25274, 25275, 25276, 25277, 25278, 25279, 25280, 25281, 25282, 25283, 25284, 25285, 25286, 25288, 25289, 25290, 25291, 25292, 25293, 25295, 25297, 25298, 25299, 25300, 25301, 25302, 25305, 25306, 25307, 25308, 25309, 25310, 25311, 25312, 25313, 25314, 25317, 25324, 25325, 25326, 25327, 25328, 25329, 25330, 25331, 25332, 25333, 25334, 25335, 25336, 25337, 25338, 25339, 25340, 25341, 25342, 25343, 25344, 25345, 25346, 25347, 25348, 25349, 25352, 25356, 25357, 25358, 25360, 25361, 25362, 25374, 25375, 25376, 25379, 25380, 25381, 25384, 25385, 25388, 25389, 25390, 25391, 25394, 25395, 25401, 25402, 25403, 25404, 25405, 25414, 25416, 25418, 25420, 25421, 25422, 25423, 25424, 25425, 25426, 25431, 25435, 25436, 25437, 25438, 25439, 25440, 25441, 25442, 25443, 25444, 25446, 25447, 25450, 25451, 25453, 25455, 25456, 25457, 25458, 25459, 25460, 25461, 25462, 25463, 25465, 25466, 25469, 25471, 25472, 25473, 25474, 25475, 25476, 25477, 25478, 25480, 25490, 25492, 25493, 25503, 25504, 25505, 25510, 25511, 25512, 25513, 25516, 25518, 25519, 25525, 25526, 25527, 25528, 25529, 25530, 25531, 25532, 25533, 25534, 25535, 25536, 25538, 25539, 25540, 25580, 25581, 25582, 25583, 25589, 25590, 25594, 25602, 25603, 25604, 25606, 25607, 25608, 25610, 25617, 25624, 25625, 25629, 25632, 25633, 25634, 25638, 25639, 25640, 25644, 25652, 25654, 25658, 25659, 25661, 25662, 25663, 25664, 25665, 25666, 25669, 25670, 25671, 25672, 25673, 25677, 25679, 25698, 25702, 25705, 25706, 25714, 25727, 25729, 25730, 25732, 25733, 25735, 25736, 25737, 25742, 25747, 25749, 25751, 25755, 25756, 25757, 25759, 25761, 25765, 25767, 25768, 25769, 25770, 25771, 25773, 25775, 25776, 25777, 25778, 25780, 25781, 25782, 25783, 25784, 25786, 25794, 25795, 25796, 25797, 25807, 25810, 25811, 25812, 25815, 25816, 25818, 25820, 25821, 25822, 25823, 25825, 25826, 25827, 25828, 25830, 25831, 25832, 25833, 25834, 25838, 25841, 25845, 25846, 25847, 25848, 25849, 25852, 25853, 25854, 25856, 25857, 25858, 25859, 25861, 25868, 25869, 25870, 25871, 25872, 25873, 25874, 25875, 25876, 25877, 25878, 25883, 25884, 25885, 25886, 25887, 25888, 25889, 25890, 25891, 25892, 25893, 25894, 25895, 25896, 25897, 25898, 25899, 25900, 25901, 25902, 25903, 25904, 25905, 25906, 25907, 25908, 25909, 25910, 25911, 25912, 25913, 25914, 25915, 25916, 25917, 25918, 25919, 25920, 25921, 25922, 25923, 25925, 25926, 25927, 25928, 25929, 25930, 25931, 25932, 25933, 25934, 25935, 25936, 25937, 25938, 25939, 25940, 25941, 25942, 25943, 25944, 25945, 25946, 25947, 25949, 25950, 25951, 25953, 25954, 25955, 25956, 25957, 25958, 25959, 25960, 25961, 25962, 25970, 25974, 25975, 25976, 25977, 25978, 25980, 25982, 25983, 25984, 25986, 25988, 25989, 25990, 25991, 25992, 25993, 25994, 26041, 26044, 26045, 26047, 26050, 26056, 26057, 26078, 26081, 26082, 26083, 26084, 26085, 26089, 26090, 26091, 26092, 26093, 26094, 26096, 26097, 26098, 26099, 26104, 26105, 26109, 26112, 26113, 26114, 26117, 26119, 26123, 26124, 26125, 26128, 26129, 26130, 26155, 26156, 26157, 26158, 26159, 26160, 26161, 26162, 26167, 26169, 26170, 26175, 26178, 26179, 26180, 26181, 26182, 26183, 26184, 26185, 26187, 26188, 26190, 26193, 26194, 26205, 26206, 26212, 26213, 26217, 26219, 26220, 26221, 26224, 26226, 26227, 26228, 26229, 26232, 26233, 26234, 26235, 26236, 26237, 26238, 26240, 26242, 26243, 26244, 26245, 26248, 26249, 26253, 26256, 26259, 26264, 26265, 26267, 26269, 26277, 26286, 26288, 26289, 26297, 26298, 26299, 26323, 26350, 26351, 26352, 26353, 26361, 26362, 26364, 26365, 26371, 26373, 26374, 26377, 26378, 26379, 26380, 26381, 26382, 26383, 26384, 26387, 26388, 26391, 26392, 26393, 26394, 26395, 26396, 26397, 26398, 26400, 26401, 26403, 26415, 26422, 26423, 26424, 26429, 26432, 26433, 26437, 26444, 26445, 26448, 26452, 26458, 26459, 26464, 26465, 26466, 26473, 26474, 26477, 26485, 26486, 26487, 26488, 26494, 26498, 26500, 26503, 26504, 26505, 26506, 26507, 26508, 26509, 26510, 26514, 26519, 26520, 26523, 26525, 26527, 26528, 26531, 26534, 26535, 26536, 26537, 26538, 26539, 26540, 26541, 26542, 26543, 26546, 26547, 26548, 26549, 26551, 26552, 26556, 26557, 26558, 26559, 26560, 26564, 26565, 26566, 26567, 26568, 26569, 26570, 26572, 26574, 26580, 26581, 26582, 26583, 26584, 26585, 26586, 26587, 26588, 26591, 26593, 26595, 26596, 26597, 26598, 26599, 26600, 26601, 26602, 26603, 26604, 26607, 26612, 26614, 26617, 26618, 26619, 26634, 26645, 26647, 26648, 26649, 26652, 26653, 26654, 26656, 26659, 26660, 26661, 26662, 26664, 26666, 26673, 26675, 26676, 26678, 26680, 26697, 26699, 26700, 26701, 26707, 26709, 26711, 26712, 26718, 26720, 26721, 26724, 26725, 26726, 26732, 26733, 26738, 26739, 26740, 26741, 26742, 26743, 26744, 26745, 26746, 26747, 26748, 26749, 26750, 26751, 26752, 26753, 26754, 26755, 26756, 26757, 26758, 26759, 26764, 26765, 26766, 26767, 26768, 26772, 26773, 26776, 26779, 26780, 26785, 26787, 26788, 26789, 26790, 26804, 26807, 26808, 26809, 26810, 26811, 26812, 26813, 26814, 26817, 26818, 26821, 26822, 26831, 26837, 26839, 26842, 26844, 26845, 26846, 26847, 26848, 26850, 26851, 26852, 26853, 26854, 26855, 26856, 26857, 26859, 26860, 26864, 26867, 26868, 26869, 26870, 26873, 26875, 26876, 26877, 26878, 26879, 26880, 26881, 26883, 26884, 26885, 26887, 26888, 26889, 26890, 26892, 26894, 26896, 26898, 26899, 26900, 26901, 26902, 26903, 26904, 26905, 26906, 26907, 26908, 26909, 26910, 26911, 26912, 26913, 26914, 26915, 26916, 26917, 26918, 26925, 26927, 26931, 26932, 26933, 26934, 26935, 26936, 26937, 26938, 26939, 26941, 26944, 26945, 26947, 26950, 26951, 26952, 26953, 26954, 26955, 26956, 26957, 26958, 26959, 26960, 26961, 26962, 26963, 26964, 26966, 26967, 26968, 26969, 26972, 26973, 26974, 26975, 26976, 26977, 26978, 26979, 26980, 26981, 26982, 26983, 26984, 26985, 26986, 26987, 26988, 26989, 26990, 26991, 26992, 26993, 26994, 26995, 26996, 26997, 26998, 26999, 27000, 27001, 27003, 27010, 27011, 27012, 27014, 27015, 27019, 27021, 27022, 27023, 27025, 27026, 27027, 27028, 27029, 27030, 27031, 27032, 27033, 27034, 27035, 27037, 27038, 27039, 27040, 27041, 27042, 27043, 27044, 27045, 27051, 27052, 27053, 27054, 27055, 27056, 27057, 27058, 27059, 27060, 27061, 27062, 27063, 27065, 27066, 27067, 27068, 27069, 27070, 27071, 27072, 27073, 27074, 27088, 27089, 27102, 27103, 27106, 27107, 27108, 27109, 27110, 27111, 27112, 27113, 27114, 27115, 27119, 27120, 27121, 27123, 27125, 27126, 27127, 27132, 27133, 27134, 27135, 27136, 27137, 27138, 27139, 27140, 27141, 27142, 27143, 27144, 27145, 27146, 27147, 27148, 27149, 27150, 27151, 27155, 27156, 27157, 27158, 27159, 27160, 27161, 27162, 27163, 27164, 27165, 27166, 27167, 27168, 27169, 27170, 27171, 27172, 27173, 27174, 27175, 27176, 27178, 27179, 27180, 27181, 27182, 27183, 27184, 27185, 27186, 27187, 27188, 27189, 27190, 27191, 27193, 27194, 27195, 27196, 27197, 27198, 27200, 27201, 27204, 27212, 27213, 27214, 27215, 27216, 27217, 27219, 27221, 27222, 27223, 27240, 27241, 27242, 27243, 27245, 27248, 27250, 27251, 27253, 27257, 27258, 27262, 27263, 27264, 27265, 27266, 27267, 27268, 27271, 27274, 27276, 27277, 27280, 27290, 27291, 27293, 27295, 27296, 27297, 27298, 27299, 27300, 27301, 27302, 27303, 27304, 27306, 27307, 27308, 27309, 27310, 27311, 27312, 27314, 27315, 27316, 27317, 27318, 27319, 27320, 27321, 27322, 27324, 27326, 27327, 27328, 27331, 27335, 27336, 27337, 27339, 27341, 27344, 27345, 27346, 27347, 27348, 27349, 27350, 27351, 27352, 27353, 27354, 27359, 27361, 27364, 27365, 27366, 27368, 27369, 27372, 27373, 27375, 27376, 27378, 27379, 27381, 27384, 27385, 27387, 27388, 27391, 27392, 27393, 27394, 27395, 27396, 27398, 27399, 27400, 27402, 27411, 27412, 27413, 27414, 27417, 27418, 27419, 27420, 27426, 27427, 27428, 27429, 27430, 27432, 27433, 27434, 27435, 27436, 27437, 27438, 27439, 27440, 27441, 27444, 27445, 27448, 27449, 27450, 27453, 27454, 27455, 27456, 27457, 27458, 27459, 27460, 27461, 27462, 27463, 27465, 27466, 27467, 27468, 27471, 27472, 27473, 27474, 27475, 27477, 27478, 27480, 27481, 27482, 27484, 27487, 27488, 27489, 27491, 27494, 27495, 27497, 27499, 27500, 27501, 27504, 27505, 27506, 27507, 27509, 27510, 27511, 27512, 27514, 27515, 27516, 27517, 27518, 27519, 27520, 27521, 27522, 27529, 27530, 27531, 27532, 27535, 27536, 27537, 27538, 27540, 27542, 27543, 27548, 27549, 27550, 27553, 27556, 27557, 27558, 27559, 27560, 27562, 27563, 27564, 27566, 27567, 27568, 27569, 27571, 27572, 27573, 27574, 27576, 27577, 27581, 27582, 27583, 27584, 27587, 27588, 27589, 27597, 27598, 27600, 27602, 27603, 27604, 27605, 27606, 27607, 27608, 27610, 27611, 27619, 27620, 27622, 27625, 27626, 27628, 27629, 27630, 27631, 27646, 27660, 27661, 27662, 27663, 27664, 27665, 27666, 27667, 27668, 27669, 27671, 27673, 27677, 27678, 27679, 27682, 27683, 27685, 27686, 27688, 27689, 27690, 27691, 27692, 27693, 27695, 27697, 27698, 27702, 27703, 27704, 27705, 27708, 27710, 27711, 27712, 27713, 27714, 27719, 27720, 27721, 27722, 27723, 27725, 27726, 27727, 27730, 27737, 27748, 27749, 27750, 27751, 27755, 27756, 27758, 27759, 27760, 27761, 27763, 27764, 27765, 27766, 27768, 27771, 27772, 27783, 27784, 27785, 27786, 27787, 27788, 27789, 27791, 27792, 27793, 27794, 27795, 27796, 27798, 27802, 27803, 27804, 27806, 27810, 27811, 27812, 27813, 27814, 27815, 27816, 27817, 27818, 27819, 27820, 27825, 27828, 27829, 27832, 27833, 27834, 27837, 27838, 27839, 27840, 27841, 27842, 27843, 27844, 27845, 27846, 27847, 27849, 27850, 27851, 27852, 27853, 27855, 27856, 27857, 27858, 27863, 27865, 27866, 27867, 27868, 27870, 27872, 27873, 27874, 27878, 27879, 27880, 27882, 27886, 27887, 27888, 27889, 27892, 27896, 27897, 27898, 27899, 27900, 27902, 27904, 27905, 27906, 27908, 27909, 27910, 27911, 27912, 27914, 27915, 27916, 27917, 27918, 27919, 27920, 27921, 27922, 27923, 27924, 27925, 27928, 27929, 27930, 27931, 27932, 27933, 27935, 27936, 27937, 27938, 27940, 27943, 27944, 27946, 27948, 27950, 27951, 27952, 27953, 27954, 27955, 27957, 27959, 27986, 27987, 27988, 27989, 27990, 27992, 27993, 27994, 27995, 27996, 27999, 28005, 28006, 28008, 28013, 28015, 28016, 28017, 28018, 28019, 28021, 28028, 28029, 28030, 28031, 28032, 28033, 28038, 28039, 28040, 28041, 28042, 28043, 28044, 28045, 28046, 28047, 28048, 28049, 28050, 28051, 28052, 28054, 28055, 28056, 28057, 28058, 28059, 28060, 28061, 28062, 28063, 28064, 28065, 28070, 28078, 28079, 28089, 28090, 28093, 28099, 28100, 28103, 28104, 28106, 28107, 28108, 28111, 28112, 28113, 28115, 28116, 28117, 28120, 28121, 28122, 28125, 28126, 28127, 28128, 28130, 28131, 28133, 28135, 28136, 28137, 28141, 28142, 28143, 28144, 28148, 28150, 28157, 28160, 28162, 28166, 28170, 28173, 28174, 28175, 28176, 28177, 28178, 28179, 28180, 28183, 28184, 28187, 28190, 28191, 28195, 28196, 28197, 28202, 28204, 28205, 28206, 28207, 28208, 28209, 28210, 28211, 28212, 28214, 28215, 28216, 28218, 28220, 28222, 28224, 28225, 28226, 28227, 28228, 28229, 28234, 28235, 28237, 28240, 28241, 28242, 28244, 28245, 28247, 28248, 28250, 28251, 28252, 28253, 28254, 28260, 28261, 28262, 28263, 28264, 28265, 28267, 28269, 28270, 28273, 28274, 28277, 28283, 28284, 28289, 28293, 28294, 28295, 28296, 28298, 28299, 28300, 28304, 28305, 28306, 28307, 28308, 28309, 28313, 28314, 28315, 28316, 28317, 28318, 28324, 28327, 28328, 28329, 28330, 28332, 28333, 28343, 28344, 28347, 28348, 28349, 28350, 28351, 28352, 28353, 28354, 28355, 28356, 28357, 28360, 28361, 28362, 28367, 28370, 28371, 28372, 28374, 28375, 28376, 28377, 28383, 28385, 28386, 28389, 28390, 28391, 28392, 28393, 28394, 28400, 28401, 28405, 28406, 28407, 28408, 28413, 28416, 28440, 28444, 28445, 28450, 28451, 28452, 28454, 28455, 28456, 28457, 28458, 28459, 28460, 28461, 28462, 28463, 28464, 28468, 28470, 28471, 28472, 28473, 28474, 28479, 28480, 28481, 28482, 28483, 28484, 28486, 28487, 28488, 28489, 28490, 28491, 28492, 28497, 28500, 28505, 28506, 28507, 28510, 28512, 28513, 28514, 28515, 28516, 28517, 28518, 28520, 28521, 28523, 28524, 28525, 28527, 28528, 28529, 28530, 28532, 28534, 28542, 28543, 28544, 28545, 28548, 28549, 28550, 28551, 28552, 28553, 28554, 28555, 28556, 28558, 28559, 28560, 28561, 28563, 28566, 28568, 28569, 28571, 28572, 28573, 28589, 28591, 28593, 28594, 28595, 28596, 28599, 28604, 28613, 28614, 28615, 28616, 28617, 28618, 28619, 28621, 28622, 28623, 28624, 28625, 28627, 28630, 28631, 28635, 28638, 28640, 28642, 28643, 28644, 28646, 28647, 28650, 28651, 28652, 28653, 28654, 28655, 28656, 28657, 28658, 28660, 28662, 28663, 28664, 28665, 28666, 28667, 28668, 28672, 28674, 28675, 28676, 28677, 28678, 28679, 28680, 28681, 28682, 28685, 28686, 28687, 28690, 28691, 28692, 28693, 28694, 28695, 28696, 28697, 28698, 28699, 28700, 28701, 28702, 28703, 28704, 28705, 28706, 28707, 28708, 28709, 28710, 28711, 28713, 28714, 28715, 28716, 28717, 28718, 28719, 28721, 28722, 28723, 28724, 28725, 28726, 28727, 28728, 28735, 28738, 28739, 28740, 28741, 28742, 28746, 28751, 28753, 28755, 28757, 28758, 28760, 28761, 28762, 28763, 28764, 28765, 28767, 28770, 28771, 28773, 28774, 28776, 28777, 28778, 28780, 28782, 28785, 28786, 28787, 28788, 28790, 28791, 28792, 28794, 28796, 28797, 28798, 28799, 28800, 28801, 28804, 28805, 28806, 28807, 28808, 28809, 28810, 28811, 28812, 28813, 28814, 28815, 28817, 28818, 28820, 28821, 28823, 28825, 28827, 28828, 28829, 28830, 28831, 28832, 28833, 28834, 28839, 28842, 28844, 28845, 28849, 28850, 28852, 28853, 28855, 28856, 28857, 28863, 28864, 28865, 28866, 28867, 28868, 28869, 28870, 28871, 28872, 28874, 28876, 28881, 28883, 28884, 28885, 28886, 28887, 28889, 28890, 28893, 28894, 28897, 28901, 28904, 28905, 28906, 28907, 28908, 28909, 28910, 28911, 28912, 28915, 28919, 28924, 28925, 28928, 28929, 28930, 28932, 28933, 28934, 28935, 28937, 28938, 28943, 28947, 28951, 28952, 28956, 28957, 28958, 28960, 28984, 28985, 28986, 28987, 28989, 28990, 28991, 28992, 28993, 28994, 28995, 28996, 28997, 28999, 29002, 29003, 29004, 29006, 29007, 29008, 29009, 29010, 29011, 29014, 29015, 29016, 29017, 29018, 29019, 29020, 29021, 29022, 29023, 29024, 29025, 29030, 29031, 29032, 29033, 29034, 29035, 29037, 29038, 29039, 29043, 29045, 29046, 29047, 29049, 29050, 29051, 29052, 29053, 29054, 29055, 29056, 29057, 29058, 29060, 29061, 29062, 29063, 29064, 29065, 29067, 29068, 29069, 29070, 29071, 29072, 29073, 29074, 29077, 29078, 29080, 29088, 29089, 29093, 29094, 29095, 29096, 29097, 29098, 29099, 29100, 29101, 29102, 29103, 29104, 29105, 29106, 29107, 29108, 29109, 29110, 29111, 29112, 29113, 29114, 29115, 29121, 29122, 29125, 29126, 29127, 29130, 29131, 29132, 29134, 29136, 29137, 29139, 29140, 29141, 29142, 29143, 29144, 29145, 29147, 29149, 29150, 29151, 29152, 29153, 29154, 29155, 29156, 29157, 29158, 29159, 29160, 29161, 29162, 29169, 29171, 29173, 29174, 29175, 29176, 29177, 29178, 29179, 29180, 29181, 29182, 29183, 29184, 29185, 29186, 29187, 29188, 29189, 29190, 29191, 29192, 29193, 29194, 29195, 29196, 29199, 29200, 29202, 29203, 29204, 29205, 29206, 29207, 29208, 29209, 29210, 29212, 29215, 29218, 29219, 29220, 29221, 29222, 29223, 29224, 29225, 29227, 29228, 29230, 29231, 29232, 29233, 29239, 29244, 29245, 29246, 29250, 29251, 29252, 29253, 29254, 29255, 29259, 29261, 29264, 29272, 29276, 29277, 29282, 29283, 29285, 29287, 29288, 29289, 29290, 29291, 29292, 29293, 29294, 29295, 29296, 29297, 29298, 29299, 29300, 29301, 29325, 29326, 29328, 29336, 29337, 29339, 29343, 29344, 29345, 29346, 29348, 29352, 29366, 29378, 29391, 29393, 29394, 29396, 29397, 29398, 29399, 29400, 29401, 29403, 29405, 29406, 29414, 29415, 29416, 29422, 29425, 29428, 29429, 29430, 29431, 29432, 29433, 29434, 29437, 29438, 29439, 29440, 29441, 29442, 29443, 29444, 29445, 29454, 29455, 29456, 29458, 29459, 29460, 29466, 29468, 29471, 29472, 29473, 29474, 29475, 29476, 29478, 29480, 29481, 29482, 29483, 29484, 29485, 29488, 29491, 29493, 29494, 29495, 29496, 29497, 29498, 29499, 29500, 29501, 29505, 29506, 29507, 29508, 29509, 29510, 29511, 29512, 29513, 29514, 29515, 29517, 29519, 29520, 29521, 29523, 29524, 29525, 29527, 29528, 29529, 29530, 29532, 29533, 29534, 29535, 29537, 29538, 29539, 29540, 29541, 29543, 29544, 29545, 29546, 29547, 29548, 29549, 29550, 29551, 29555, 29556, 29558, 29560, 29561, 29563, 29564, 29565, 29566, 29567, 29568, 29571, 29572, 29577, 29578, 29579, 29580, 29581, 29583, 29584, 29585, 29587, 29588, 29589, 29593, 29594, 29595, 29597, 29598, 29602, 29616, 29617, 29618, 29619, 29621, 29625, 29627, 29628, 29629, 29631, 29636, 29637, 29639, 29640, 29641, 29642, 29643, 29644, 29647, 29648, 29649, 29650, 29651, 29655, 29657, 29658, 29660, 29662, 29663, 29665, 29667, 29668, 29669, 29670, 29671, 29672, 29673, 29674, 29675, 29676, 29677, 29679, 29682, 29684, 29686, 29687, 29688, 29689, 29690, 29691, 29692, 29694, 29696, 29700, 29702, 29703, 29704, 29708, 29709, 29711, 29712, 29714, 29715, 29716, 29721, 29725, 29726, 29727, 29728, 29729, 29730, 29731, 29732, 29733, 29736, 29737, 29740, 29742, 29743, 29744, 29745, 29746, 29747, 29748, 29749, 29750, 29751, 29752, 29754, 29756, 29757, 29758, 29759, 29760, 29761, 29762, 29763, 29764, 29765, 29766, 29767, 29771, 29772, 29773, 29776, 29777, 29778, 29780, 29781, 29782, 29783, 29784, 29785, 29789, 29790, 29795, 29796, 29798, 29799, 29800, 29802, 29803, 29804, 29805, 29806, 29807, 29811, 29812, 29815, 29816, 29821, 29839, 29841, 29845, 29846, 29847, 29848, 29849, 29850, 29855, 29856, 29857, 29858, 29859, 29860, 29864, 29865, 29866, 29867, 29868, 29870, 29871, 29872, 29873, 29876, 29877, 29881, 29882, 29884, 29886, 29887, 29888, 29889, 29890, 29891, 29892, 29893, 29894, 29895, 29896, 29897, 29903, 29904, 29905, 29906, 29907, 29908, 29909, 29910, 29914, 29916, 29917, 29918, 29921, 29922, 29923, 29924, 29925, 29926, 29928, 29934, 29935, 29937, 29938, 29939, 29942, 29943, 29944, 29945, 29947, 29948, 29950, 29951, 29952, 29953, 29959, 29960, 29961, 29962, 29963, 29964, 29965, 29966, 29967, 29968, 29969, 29970, 29971, 29973, 29975, 29977, 29978, 29979, 29980, 29981, 29984, 29992, 29993, 29996, 29997, 29998, 29999, 30001, 30002, 30004, 30005, 30006, 30007, 30008, 30009, 30010, 30011, 30012, 30027, 30028, 30029, 30030, 30031, 30032, 30033, 30034, 30035, 30038, 30039, 30041, 30042, 30043, 30044, 30045, 30052, 30053, 30054, 30056, 30058, 30059, 30060, 30063, 30064, 30065, 30066, 30067, 30069, 30070, 30072, 30073, 30074, 30076, 30077, 30078, 30079, 30081, 30082, 30086, 30089, 30091, 30094, 30095, 30098, 30102, 30103, 30104, 30106, 30107, 30108, 30110, 30115, 30117, 30118, 30120, 30122, 30125, 30126, 30130, 30131, 30132, 30133, 30134, 30136, 30137, 30138, 30139, 30140, 30142, 30152, 30154, 30155, 30156, 30157, 30158, 30159, 30161, 30162, 30163, 30165, 30166, 30169, 30170, 30172, 30173, 30174, 30175, 30180, 30181, 30182, 30186, 30187, 30188, 30189, 30190, 30191, 30192, 30193, 30194, 30195, 30196, 30197, 30198, 30199, 30200, 30201, 30203, 30207, 30209, 30210, 30211, 30212, 30214, 30215, 30216, 30217, 30218, 30219, 30220, 30221, 30223, 30224, 30225, 30226, 30227, 30230, 30231, 30232, 30233, 30236, 30238, 30239, 30240, 30241, 30242, 30244, 30246, 30253, 30254, 30255, 30256, 30257, 30259, 30261, 30263, 30265, 30266, 30268, 30269, 30270, 30271, 30272, 30273, 30274, 30275, 30280, 30281, 30290, 30292, 30295, 30296, 30297, 30301, 30302, 30304, 30306, 30307, 30308, 30309, 30310, 30311, 30313, 30314, 30315, 30316, 30317, 30318, 30327, 30328, 30330, 30332, 30335, 30336, 30337, 30339, 30341, 30342, 30343, 30344, 30345, 30346, 30347, 30348, 30350, 30351, 30352, 30353, 30354, 30355, 30356, 30357, 30358, 30359, 30360, 30361, 30362, 30363, 30364, 30365, 30366, 30367, 30368, 30369, 30370, 30371, 30372, 30373, 30374, 30375, 30376, 30377, 30378, 30379, 30380, 30381, 30382, 30383, 30384, 30385, 30386, 30388, 30390, 30392, 30393, 30394, 30399, 30401, 30402, 30403, 30404, 30405, 30407, 30408, 30411, 30412, 30413, 30415, 30416, 30417, 30418, 30419, 30420, 30421, 30429, 30431, 30432, 30433, 30434, 30436, 30437, 30438, 30439, 30440, 30441, 30442, 30443, 30461, 30462, 30463, 30464, 30466, 30467, 30468, 30471, 30472, 30476, 30477, 30480, 30481, 30486, 30487, 30489, 30490, 30491, 30492, 30493, 30501, 30505, 30506, 30514, 30515, 30523, 30531, 30533, 30534, 30535, 30536, 30537, 30538, 30544, 30545, 30546, 30547, 30548, 30550, 30551, 30552, 30553, 30554, 30555, 30556, 30557, 30558, 30559, 30561, 30562, 30564, 30565, 30566, 30567, 30568, 30569, 30570, 30571, 30572, 30573, 30574, 30575, 30576, 30577, 30578, 30579, 30580, 30581, 30582, 30583, 30584, 30586, 30587, 30588, 30589, 30590, 30591, 30593, 30594, 30595, 30596, 30599, 30604, 30605, 30606, 30607, 30608, 30609, 30610, 30611, 30617, 30618, 30619, 30628, 30629, 30633, 30634, 30639, 30640, 30641, 30642, 30644, 30645, 30646, 30647, 30649, 30650, 30651, 30652, 30653, 30654, 30655, 30656, 30657, 30661, 30662, 30663, 30664, 30665, 30669, 30670, 30671, 30672, 30673, 30674, 30675, 30676, 30677, 30678, 30679, 30683, 30684, 30685, 30686, 30690, 30691, 30692, 30693, 30694, 30698, 30699, 30700, 30702, 30706, 30707, 30708, 30709, 30710, 30711, 30712, 30713, 30714, 30715, 30716, 30717, 30721, 30722, 30723, 30724, 30726, 30727, 30728, 30729, 30730, 30731, 30732, 30733, 30734, 30735, 30736, 30737, 30739, 30741, 30742, 30744, 30745, 30749, 30750, 30752, 30753, 30754, 30755, 30824, 30825, 30826, 30827, 30832, 30833, 30835, 30836, 30837, 30838, 30839, 30840, 30841, 30844, 30850, 30852, 30853, 30855, 30857, 30866, 30867, 30869, 30870, 30871, 30878, 30879, 30880, 30881, 30882, 30885, 30886, 30887, 30889, 30890, 30891, 30896, 30897, 30898, 30899, 30900, 30918, 30919, 30944, 30945, 30946, 30948, 30950, 30955, 30959, 30961, 30962, 30963, 30984, 30985, 30986, 30987, 30989, 30990, 30994, 30995, 30996, 30997, 31003, 31004, 31005, 31006, 31007, 31008, 31009, 31010, 31011, 31012, 31013, 31014, 31017, 31018, 31019, 31020, 31021, 31022, 31023, 31024, 31025, 31026, 31027, 31028, 31029, 31030, 31031, 31032, 31033, 31044, 31045, 31046, 31047, 31048, 31049, 31050, 31056, 31057, 31058, 31059, 31061, 31062, 31063, 31064, 31065, 31066, 31067, 31068, 31069, 31075, 31077, 31078, 31079, 31081, 31082, 31083, 31084, 31085, 31087, 31088, 31089, 31090, 31092, 31094, 31095, 31096, 31097, 31098, 31099, 31100, 31103, 31105, 31111, 31115, 31117, 31119, 31120, 31121, 31122, 31129, 31130, 31131, 31132, 31133, 31135, 31136, 31138, 31142, 31144, 31146, 31149, 31152, 31154, 31157, 31158, 31162, 31164, 31165, 31166, 31167, 31168, 31169, 31170, 31171, 31172, 31173, 31174, 31175, 31176, 31181, 31182, 31185, 31186, 31189, 31190, 31204, 31205, 31209, 31214, 31216, 31235, 31237, 31238, 31239, 31240, 31241, 31243, 31246, 31247, 31248, 31249, 31250, 31251, 31252, 31253, 31254, 31256, 31257, 31259, 31261, 31264, 31266, 31268, 31272, 31273, 31276, 31278, 31279, 31285, 31290, 31291, 31292, 31293, 31294, 31295, 31296, 31297, 31298, 31299, 31300, 31301, 31302, 31304, 31305, 31307, 31308, 31309, 31310, 31312, 31313, 31315, 31316, 31318, 31324, 31328, 31329, 31330, 31333, 31334, 31353, 31358, 31364, 31395, 31398, 31400, 31406, 31416, 31417, 31420, 31421, 31422, 31423, 31424, 31425, 31426, 31427, 31428, 31429, 31430, 31431, 31433, 31434, 31437, 31438, 31439, 31444, 31467, 31481, 31482, 31516, 31517, 31522, 31523, 31524, 31527, 31528, 31529, 31530, 31531, 31532, 31545, 31549, 31551, 31552, 31553, 31554, 31555, 31556, 31557, 31562, 31563, 31564, 31565, 31572, 31575, 31576, 31578, 31579, 31580, 31581, 31582, 31584, 31618, 31619, 31620, 31621, 31622, 31623, 31624, 31625, 31626, 31627, 31629, 31630, 31631, 31632, 31633, 31634, 31639, 31640, 31641, 31643, 31644, 31645, 31646, 31652, 31653, 31654, 31683, 31684, 31685, 31686, 31687, 31688, 31689, 31701, 31703, 31704, 31705, 31706, 31708, 31709, 31710, 31711, 31712, 31713, 31714, 31715, 31716, 31719, 31720, 31721, 31723, 31724, 31725, 31726, 31727, 31728, 31729, 31730, 31732, 31733, 31735, 31736, 31737, 31739, 31740, 31741, 31742, 31743, 31755, 31756, 31757, 31758, 31759, 31760, 31761, 31762, 31763, 31764, 31765, 31766, 31767, 31768, 31769, 31770, 31773, 31776, 31777, 31781, 31782, 31784, 31785, 31786, 31788, 31789, 31790, 31791, 31792, 31793, 31794, 31795, 31796, 31799, 31800, 31801, 31802, 31803, 31804, 31805, 31806, 31807, 31808, 31809, 31810, 31811, 31812, 31813, 31815, 31827, 31830, 31831, 31832, 31833, 31834, 31838, 31839, 31841, 31842, 31844, 31845, 31848, 31849, 31850, 31851, 31852, 31854, 31855, 31857, 31858, 31861, 31862, 31863, 31864, 31865, 31866, 31868, 31869, 31880, 31881, 31882, 31883, 31885, 31886, 31887, 31888, 31889, 31890, 31891, 31892, 31893, 31894, 31895, 31896, 31897, 31898, 31899, 31910, 31911, 31915, 31916, 32150, 32154, 32159, 32160, 32161, 32163, 32167, 32168, 32169, 32170, 32172, 32173, 32174, 32179, 32180, 32182, 32183, 32184, 32185, 32186, 32188, 32189, 32190, 32193, 32194, 32195, 32196, 32197, 32199, 32200, 32201, 32202, 32206, 32207, 32212, 32213, 32216, 32222, 32223, 32224, 32225, 32229, 32232, 32233, 32239, 32242, 32244, 32245, 32246, 32247, 32248, 32249, 32251, 32252, 32253, 32254, 32258, 32261, 32264, 32265, 32266, 32269, 32270, 32271, 32272, 32277, 32283, 32287, 32288, 32294, 32295, 32296, 32298, 32299, 32301, 32302, 32305, 32307, 32309, 32310, 32311, 32312, 32314, 32315, 32316, 32318, 32319, 32320, 32321, 32322, 32324, 32325, 32326, 32327, 32328, 32329, 32330, 32331, 32332, 32333, 32334, 32335, 32337, 32339, 32340, 32341, 32342, 32343, 32344, 32345, 32347, 32348, 32350, 32352, 32354, 32355, 32356, 32359, 32360, 32362, 32366, 32367, 32369, 32370, 32371, 32372, 32373, 32374, 32375, 32376, 32378, 32379, 32380, 32381, 32382, 32383, 32384, 32385, 32387, 32390, 32391, 32392, 32393, 32394, 32395, 32396, 32397, 32403, 32404, 32405, 32407, 32408, 32411, 32412, 32413, 32414, 32415, 32416, 32418, 32419, 32420, 32421, 32423, 32424, 32425, 32426, 32427, 32428, 32431, 32432, 32433, 32434, 32436, 32437, 32439, 32440, 32442, 32444, 32445, 32446, 32448, 32450, 32451, 32453, 32454, 32466, 32467, 32468, 32469, 32470, 32472, 32474, 32476, 32477, 32478, 32479, 32483, 32484, 32488, 32493, 32494, 32496, 32497, 32498, 32504, 32509, 32510, 32511, 32512, 32513, 32514, 32515, 32516, 32519, 32520, 32521, 32523, 32524, 32525, 32527, 32528, 32530, 32533, 32535, 32536, 32537, 32538, 32541, 32542, 32543, 32545, 32546, 32547, 32548, 32563, 32564, 32565, 32566, 32567, 32569, 32570, 32571, 32573, 32574, 32575, 32577, 32578, 32579, 32580, 32584, 32585, 32586, 32587, 32588, 32589, 32590, 32591, 32592, 32593, 32594, 32595, 32596, 32597, 32598, 32599, 32600, 32601, 32602, 32603, 32604, 32606, 32608, 32615, 32616, 32617, 32618, 32619, 32620, 32621, 32622, 32623, 32624, 32625, 32626, 32631, 32632, 32634, 32635, 32636, 32637, 32638, 32639, 32641, 32642, 32643, 32647, 32648, 32649, 32653, 32657, 32658, 32659, 32660, 32663, 32664, 32666, 32667, 32668, 32669, 32675, 32676, 32677, 32678, 32679, 32680, 32681, 32682, 32683, 32684, 32685, 32686, 32687, 32688, 32689, 32690, 32691, 32692, 32693, 32694, 32695, 32697, 32700, 32702, 32704, 32706, 32708, 32709, 32710, 32711, 32712, 32713, 32714, 32715, 32716, 32717, 32718, 32719, 32720, 32721, 32722, 32723, 32724, 32725, 32726, 32727, 32728, 32729, 32730, 32731, 32732, 32733, 32734, 32735, 32736, 32737, 32738, 32739, 32740, 32741, 32742, 32743, 32744, 32745, 32746, 32747, 32748, 32749, 32751, 32752, 32753, 32754, 32755, 32756, 32757, 32758, 32759, 32760, 32761, 32762, 32763, 32773, 32774, 32775, 32776, 32785, 32788, 32789, 32790, 32791, 32797, 32798, 32799, 32800, 32801, 32802, 32803, 32804, 32805, 32806, 32807, 32808, 32809, 32810, 32811, 32812, 32813, 32814, 32815, 32816, 32818, 32819, 32820, 32821, 32822, 32823, 32824, 32825, 32826, 32827, 32829, 32830, 32831, 32832, 32833, 32834, 32835, 32836, 32837, 32839, 32840, 32841, 32842, 32843, 32844, 32879, 32887, 32892, 32905, 32907, 32918, 32922, 32923, 32924, 32925, 32926, 32933, 32934, 32938, 32939, 32942, 32944, 32954, 32956, 32980, 32981, 32983, 32984, 33005, 33006, 33007, 33008, 33010, 33011, 33016, 33017, 33018, 33019, 33025, 33026, 33027, 33031, 33032, 33045, 33050, 33051, 33054, 33068, 33069, 33081, 33086, 33087, 33088, 33090, 33104, 33105, 33108, 33114, 33128, 33129, 33135, 33136, 33140, 33141, 33142, 33143, 33146, 33167, 33168, 33170, 33174, 33184, 33188, 33194, 33197, 33198, 33199, 33200, 33203, 33205, 33214, 33216, 33219, 33221, 33222, 33223, 33225, 33226, 33227, 33228, 33229, 33233, 33235, 33236, 33237, 33238, 33239, 33240, 33243, 33245, 33248, 33252, 33255, 33259, 33272, 33274, 33280, 33282, 33285, 33286, 33287, 33290, 33292, 33305, 33306, 33307, 33308, 33309, 33310, 33312, 33315, 33329, 33335, 33342, 33343, 33344, 33346, 33357, 33361, 33364, 33366, 33369, 33372, 33373, 33378, 33379, 33380, 33382, 33383, 33384, 33387, 33403, 33404, 33405, 33406, 33415, 33417, 33425, 33426, 33429, 33430, 33431, 33433, 33434, 33435, 33436, 33438, 33439, 33441, 33447, 33448, 33450, 33455, 33457, 33459, 33460, 33461, 33462, 33463, 33464, 33465, 33466, 33467, 33468, 33469, 33470, 33471, 33472, 33473, 33474, 33475, 33476, 33477, 33478, 33479, 33480, 33481, 33482, 33488, 33489, 33490, 33491, 33492, 33493, 33498, 33499, 33500, 33501, 33516, 33517, 33518, 33520, 33521, 33522, 33529, 33530, 33532, 33533, 33538, 33539, 33540, 33541, 33542, 33543, 33544, 33545, 33547, 33548, 33549, 33550, 33552, 33553, 33554, 33555, 33556, 33557, 33558, 33559, 33560, 33561, 33562, 33563, 33564, 33565, 33566, 33567, 33572, 33575, 33576, 33578, 33579, 33580, 33581, 33583, 33586, 33587, 33588, 33589, 33590, 33591, 33592, 33593, 33594, 33595, 33596, 33597, 33598, 33599, 33600, 33601, 33602, 33603, 33608, 33609, 33610, 33611, 33612, 33613, 33614, 33615, 33616, 33617, 33618, 33619, 33620, 33621, 33622, 33623, 33624, 33625, 33628, 33629, 33630, 33631, 33633, 33634, 33635, 33636, 33637, 33638, 33639, 33640, 33641, 33642, 33643, 33644, 33645, 33648, 33649, 33650, 33652, 33653, 33654, 33655, 33656, 33657, 33660, 33665, 33666, 33669, 33672, 33673, 33674, 33675, 33676, 33677, 33678, 33679, 33680, 33681, 33682, 33683, 33684, 33685, 33686, 33687, 33696, 33698, 33701, 33704, 33705, 33707, 33708, 33716, 33717, 33718, 33719, 33720, 33721, 33725, 33738, 33739, 33740, 33743, 33744, 33745, 33746, 33747, 33748, 33749, 33750, 33751, 33752, 33753, 33759, 33761, 33762, 33763, 33768, 33769, 33770, 33771, 33779, 33780, 33788, 33790, 33791, 33792, 33793, 33794, 33795, 33796, 33798, 33799, 33800, 33805, 33810, 33816, 33817, 33838, 33842, 33843, 33849, 33853, 33854, 33856, 33861, 33865, 33866, 33867, 33868, 33869, 33870, 33871, 33872, 33874, 33876, 33877, 33878, 33879, 33880, 33882, 33915, 33916, 33917, 33918, 33919, 33920, 33921, 33922, 33923, 33924, 33925, 33926, 33927, 33928, 33929, 33930, 33931, 33932, 33933, 33934, 33935, 33936, 33937, 33938, 33939, 33940, 33941, 33943, 33953, 33956, 33957, 33958, 33963, 33964, 33966, 33972, 33973, 33974, 33975, 33983, 33985, 33988, 33992, 33996, 34000, 34001, 34004, 34011, 34014, 34032, 34034, 34036, 34037, 34038, 34039, 34040, 34043, 34044, 34047, 34050, 34054, 34055, 34058, 34059, 34060, 34061, 34062, 34063, 34064, 34070, 34073, 34074, 34075, 34076, 34077, 34078, 34079, 34080, 34081, 34082, 34083, 34084, 34087, 34088, 34089, 34090, 34091, 34092, 34093, 34094, 34095, 34096, 34098, 34100, 34102, 34116, 34119, 34120, 34125, 34127, 34128, 34129, 34143, 34144, 34145, 34157, 34161, 34164, 34168, 34172, 34173, 34179, 34188, 34202, 34210, 34230, 34234, 34244, 34246, 34250, 34252, 34264, 34265, 34266, 34275, 34279, 34281, 34288, 34307, 34310, 34319, 34330, 34364, 34365, 34381, 34382, 34383, 34386, 34387, 34393, 34428, 34435, 34437, 34476, 34477, 34478, 34479, 34480, 34481, 34482, 34483, 34484, 34489, 34505, 34519, 34520, 34526, 34528, 34531, 34532, 34561, 34562, 34565, 34587, 34588, 34589, 34605, 34607, 34612, 34632, 34644, 34645, 34653, 34654, 34655, 34675, 34676, 34677, 34678, 34679, 34681, 34682, 34683, 34684, 34685, 34686, 34687, 34694, 34704, 34708, 34709, 34710, 34711, 34712, 34713, 34714, 34715, 34717, 34718, 34719, 34720, 34721, 34723, 34724, 34730, 34731, 34732, 34735, 34743, 34744, 34755, 34765, 34766, 34768, 34770, 34771, 34772, 34781, 34783, 34784, 34785, 34786, 34787, 34788, 34789, 34794, 34800, 34801, 34806, 34812, 34813, 34816, 34819, 34822, 34823, 34824, 34825, 34827, 34852, 34854, 34856, 34857, 34858, 34859, 34860, 34861, 34862, 34868, 34869, 34870, 34871, 34880, 34881, 34882, 34883, 34885, 34887, 34888, 34893, 34895, 34900, 34901, 34902, 34903, 34904, 34905, 34906, 34907, 34908, 34909, 34910, 34912, 34914, 34925, 34930, 34947, 34948, 34949, 34950, 34951, 34952, 34953, 34955, 34965, 34966, 34970, 34971, 34972, 34973, 34974, 34975, 34976, 34977, 34978, 34979, 34980, 34983, 34984, 34985, 34986, 34987, 34988, 34989, 34990, 34991, 34992, 34993, 34994, 34995, 34996, 34997, 34998, 34999, 35000, 35001, 35002, 35004, 35005, 35007, 35008, 35009, 35012, 35014, 35015, 35016, 35017, 35018, 35019, 35020, 35021, 35022, 35023, 35024, 35025, 35026, 35027, 35035, 35062, 35066, 35068, 35070, 35073, 35079, 35083, 35085, 35086, 35087, 35088, 35090, 35091, 35092, 35093, 35094, 35098, 35099, 35100, 35101, 35102, 35104, 35105, 35107, 35108, 35109, 35110, 35117, 35131, 35132, 35133, 35135, 35146, 35148, 35155, 35156, 35157, 35176, 35226, 35227, 35242, 35243, 35244, 35246, 35247, 35248, 35249, 35250, 35251, 35252, 35253, 35254, 35255, 35256, 35258, 35259, 35260, 35261, 35281, 35290, 35291, 35292, 35293, 35299, 35311, 35314, 35318, 35319, 35321, 35322, 35323, 35325, 35326, 35327, 35328, 35329, 35330, 35331, 35332, 35337, 35338, 35339, 35340, 35341, 35342, 35343, 35344, 35361, 35364, 35365, 35368, 35372, 35373, 35376, 35377, 35379, 35380, 35387, 35394, 35395, 35396, 35397, 35398, 35399, 35400, 35458, 35460, 35461, 35462, 35467, 35468, 35469, 35470, 35471, 35472, 35473, 35474, 35475, 35476, 35477, 35482, 35483, 35492, 35493, 35494, 35495, 35496, 35497, 35498, 35499, 35500, 35501, 35507, 35508, 35545, 35564, 35573, 35574, 35575, 35576, 35577, 35578, 35579, 35580, 35586, 35587, 35588, 35589, 35590, 35594, 35596, 35597, 35598, 35599, 35600, 35601, 35602, 35603, 35604, 35607, 35608, 35611, 35612, 35614, 35642, 35646, 35763, 35766, 35770, 35771, 35790, 35820, 35821, 35826, 35877, 35895, 35909, 35910, 35983, 35984, 36021, 36024, 36064, 36065, 36066, 36069, 36070, 36093, 36095, 36097, 36099, 36101, 36102, 36128, 36151, 36152, 36155, 36162, 36164, 36165, 36166, 36167, 36168, 36169, 36171, 36173, 36208, 36209, 36212, 36213, 36217, 36224, 36225, 36226, 36235, 36273, 36284, 36349, 36350, 36351, 36352, 36359, 36360, 36380, 36390, 36431, 36479, 36481, 36482, 36506, 36508, 36510, 36511, 36517, 36530, 36532, 36533, 36535, 36536, 36537, 36542, 36543, 36544, 36545, 36546, 36547, 36549, 36550, 36553, 36554, 36556, 36568, 36597, 36598, 36605, 36607, 36609, 36619, 36624, 36633, 36642, 36644, 36656, 36657, 36659, 36661, 36669, 36670, 36701, 36710, 36715, 36731, 36774, 36776, 36789, 36794, 36817, 36823, 36824, 36856, 36871, 36897, 36899, 36908, 36909, 36910, 36911, 36939, 36948, 36950, 36954, 36957, 36960, 36961, 36965, 36966, 36968, 36969, 36970, 36971, 36977, 36978, 36979, 36980, 36982, 36983, 36990, 36991, 36993, 37006, 37013, 37014, 37039, 37041, 37044, 37063, 37072, 37100, 37101, 37116, 37117, 37118, 37119, 37120, 37122, 37130, 37168, 37172, 37182, 37183, 37184, 37186, 37187, 37189, 37190, 37191, 37192, 37200, 37201, 37202, 37221, 37222, 37223, 37225, 37226, 37232, 37491, 37493, 37494, 37495, 37509, 37510, 37512, 37533, 37534, 37538, 37539, 37541, 37542, 37543, 37558, 37562, 37572, 37574, 37575, 37576, 37577, 37578, 37579, 37580, 37581, 37582, 37583, 37589, 37591, 37592, 37596, 37597, 37601, 37674, 37675, 37687, 37688, 37689, 37690, 37693, 37695, 37696, 37697, 37698, 37699, 37700, 37702, 37704, 37715, 37734, 37746, 37749, 37750, 37751, 37752, 37765, 37766, 37767, 37768, 37769, 37770, 37771, 37772, 37773, 37774, 37775, 37776, 37779, 37780, 37781, 37782, 37790, 37798, 37799, 37800, 37801, 37810, 37814, 37820, 37824, 37825, 37826, 37827, 37829, 37830, 37831, 37832, 37833, 37845, 37849, 37850, 37851, 37852, 37853, 37854, 37855, 37856, 37858, 37859, 37860, 37861, 37862, 37864, 37865, 37869, 37871, 37878, 37881, 37887, 37888, 37893, 37894, 37898, 37902, 37903, 37904, 37906, 37907, 37915, 37918, 37920, 37928, 37930, 37932, 37935, 37936, 37937, 37941, 37942, 37944, 37947, 37948, 37952, 37964, 37965, 37967, 37968, 37976, 37981, 37982, 37986, 37990, 37991, 37992, 37993, 37994, 37996, 37997, 37998, 37999, 38001, 38004, 38008, 38011, 38012, 38013, 38014, 38028, 38035, 38039, 38040, 38041, 38042, 38043, 38044, 38045, 38050, 38053, 38054, 38066, 38068, 38104, 38107, 38121, 38153, 38159, 38160, 38161, 38162, 38163, 38164, 38180, 38181, 38182, 38188, 38189, 38191, 38194, 38200, 38201, 38204, 38207, 38208, 38211, 38223, 38226, 38228, 38229, 38230, 38231, 38232, 38234, 38236, 38273, 38283, 38284, 38289, 38291, 38292, 38293, 38294, 38295, 38317, 38332, 38334, 38335, 38336, 38337, 38338, 38339, 38340, 38341, 38342, 38369, 38370, 38374, 38391, 38392, 38410, 38422, 38439, 38451, 38454, 38456, 38458, 38461, 38463, 38471, 38491, 38492, 38493, 38497, 38500, 38501, 38503, 38505, 38508, 38527, 38528, 38529, 38546, 38547, 38548, 38551, 38556, 38557, 38558, 38566, 38567, 38569, 38579, 38584, 38587, 38588, 38589, 38595, 38606, 38607, 38608, 38609, 38610, 38667, 38711, 38712, 38716, 38752, 38757, 38825, 38830, 38831, 38839, 38840, 38841, 38843, 38846, 38857, 38858, 38870, 38877, 38882, 38900, 38901, 38903, 38905, 38906, 38907, 38919, 38920, 38921, 38995, 39021, 39023, 39047, 39048, 39057, 39060, 39089, 39123, 39125, 39135, 39137, 39158, 39172, 39173, 39189, 39190, 39217, 39229, 39230, 39231, 39253, 39263, 39264, 39265, 39271, 39275, 39349, 39355, 39356, 39361, 39362, 39368, 39372, 39386, 39396, 39420, 39454, 39462, 39466, 39623, 39624, 39633, 39639, 39647, 39648, 39675, 39678, 39682, 39683, 39691, 39692, 39695, 39703, 39707, 39711, 39713, 39714, 39715, 39716, 39717, 39735, 39743, 39744, 39755, 39759, 39794, 39798, 39799, 39817, 39818, 39819, 39820, 39821, 39825, 39826, 39827, 39836, 39837, 39841, 39860, 39872, 39891, 39899, 39901, 39903, 39934, 39967, 39968, 39969, 39970, 39975, 39976, 39977, 40001, 40010, 40029, 40041, 40042, 40043, 40044, 40055, 40097, 40098, 40101, 40102, 40103, 40120, 40135, 40138, 40142, 40160, 40175, 40182, 40184, 40187, 40189, 40192, 40195, 40196, 40198, 40199, 40204, 40205, 40206, 40207, 40208, 40209, 40210, 40211, 40212, 40213, 40214, 40215, 40216, 40218, 40220, 40225, 40231, 40241, 40246, 40253, 40256, 40257, 40260, 40263, 40264, 40274, 40279, 40281, 40295, 40301, 40312, 40329, 40352, 40356, 40361, 40363, 40374, 40387, 40388, 40392, 40405, 40413, 40414, 40416, 40425, 40426, 40428, 40429, 40435, 40436, 40437, 40438, 40441, 40443, 40478, 40479, 40481, 40492, 40502, 40506, 40606, 40607, 40617, 40624, 40681, 40683, 40703, 40704, 40721, 41839, 42078, 37797, 22654, 32052, 37373, 38406, 38685, 38686, 38349, 37619, 39166, 39167, 39168, 37617, 38496, 39299, 39300, 39301, 38312, 37634, 38351, 38602, 38760, 38761, 38407, 38687, 38688, 38350, 39922, 38641, 38773, 38774, 38419, 37608, 37620, 38970, 38971, 38972, 37615, 38405, 38681, 38682, 22661, 32764, 37486, 38590, 38973, 38974, 38975, 22650, 31999, 37318, 38256, 38693, 38694, 38698, 33888, 40684, 33396, 38298, 38257, 38677, 38678, 40673, 40674, 40675, 38403, 38675, 38676, 33968, 22646, 31926, 37242, 22653, 32029, 37349, 33399, 33886, 33732, 33986, 33911, 33353, 33402, 22651, 32024, 37344, 22659, 32106, 37427, 22652, 32028, 37348, 34170, 34247, 34189, 34162, 34648, 35655, 35656, 34650, 35658, 35659, 33839, 36067, 38404, 38679, 38680, 22574, 32095, 37416, 37607, 38568, 22660, 32765, 37485, 22655, 32078, 37399, 38220, 30789, 36566, 40670, 40671, 40672, 22549, 31982, 37301, 33395, 22658, 32099, 37420, 22648, 31986, 37305, 37614, 38352, 22526, 31920, 37236, 22558, 32004, 37323, 22686, 32056, 37377, 22600, 33691, 34169, 22630, 32051, 37372, 22638, 32137, 37465, 34131, 22599, 22581, 32113, 37436, 22584, 32116, 37439, 22583, 32115, 37438, 22582, 32114, 37437, 22585, 32117, 37440, 22586, 32118, 37441, 22557, 32003, 37322, 34174, 22656, 32092, 37413, 22647, 31979, 37298, 34255, 33385, 36617, 29229, 29355, 39302, 39303, 39304, 30264, 29989, 33151, 29388, 29354, 29360, 29901, 29273, 29274, 30795, 29267, 20575, 20566, 18613, 20570, 18616, 18056, 20569, 20578, 22166, 18620, 18602, 22164, 20741, 22938, 20631, 19897, 19900, 19899, 20598, 20308, 20253, 20254, 20305, 21552, 20700, 20307, 20314, 20304, 20654, 20659, 22168, 29827, 20660, 20661, 20663, 20664, 21580, 21579, 20665, 20522, 20572, 20573, 21567, 21553, 21583, 20739, 21550, 21566, 21557, 20536, 20539, 21569, 22322, 20687, 21534, 21943, 21538, 21602, 21625, 21535, 21620, 22165, 21584, 21612, 21603, 21600, 21601, 22169, 21988, 36473, 36474, 36475, 37809, 38775, 38776, 38777, 33995, 33789, 22553, 31995, 37314, 22602, 22554, 31997, 37316, 38596, 38597, 38598, 29987, 29357, 29990, 29988, 30068, 30303, 29379, 30183, 29634, 29635, 29633, 29632, 20571, 19898, 21556, 30799, 30797, 30801, 22300, 30796, 30792, 30798, 30800, 34112, 30776, 30768, 30758, 30769, 38138, 25552, 25553, 25566, 25554, 25557, 25558, 31348, 37606, 39120, 39121, 39122, 26341, 38168, 38726, 38736, 31672, 31835, 31670, 38123, 30791, 38717, 30794, 30520, 30522, 34105, 30780, 30781, 30782, 30784, 30786, 30783, 30785, 30787, 30805, 30808, 30757, 31873, 31356, 31452, 31208, 33352, 31366, 37618, 31874, 31875, 31878, 33887, 30969, 31453, 30965, 31588, 31600, 31593, 31589, 31594, 31601, 31590, 31595, 31602, 31647, 32218, 34256, 32778, 31816, 39232, 39233, 39234, 33967, 31458, 31752, 31446, 31445, 31474, 31454, 31521, 31500, 31499, 30777, 31539, 31540, 31485, 31489, 31496, 35278, 35279, 35280, 31492, 31550, 31547, 31548, 34005, 38262, 38683, 38684, 35546, 34166, 39309, 39310, 39311, 38219, 34113, 33910, 33397, 33376, 34257, 34277, 33731, 33730, 33908, 33959, 33984, 33989, 34110, 34153, 34165, 34235, 34276, 34291, 37628, 35568, 35717, 35441, 35442, 35443, 35265, 35266, 35267, 38233, 38459, 38460, 38156, 38637, 38638, 38157, 38639, 38640, 38261, 38691, 38692, 38408, 38689, 38690, 37621, 38604, 38758, 38759, 38105, 37616, 38174, 38552, 38362, 38486, 38495, 39305, 39306, 39307, 39284, 39285, 39286, 38320, 38321, 38322, 39296, 40143, 40144, 40145, 39287, 39288, 39289, 40682); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_02_28_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_28_01_world_335.sql new file mode 100644 index 00000000000..ab986912da7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_02_28_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Swim`=1 WHERE `CreatureId` IN (67, 70, 72, 75, 81, 150, 157, 161, 163, 165, 207, 208, 209, 217, 219, 220, 243, 260, 296, 298, 301, 318, 319, 320, 321, 322, 323, 324, 326, 333, 336, 339, 354, 380, 386, 454, 470, 471, 496, 497, 498, 509, 516, 521, 535, 536, 538, 574, 586, 592, 605, 606, 607, 609, 610, 611, 612, 613, 614, 628, 753, 809, 833, 834, 858, 897, 904, 919, 930, 1016, 1019, 1058, 1111, 1112, 1140, 1182, 1186, 1195, 1225, 1230, 1235, 1288, 1290, 1306, 1322, 1334, 1361, 1467, 1485, 1546, 1567, 1643, 1644, 1649, 1659, 1677, 1695, 1765, 1766, 1778, 1780, 1797, 1815, 1817, 1822, 1859, 1961, 2084, 2087, 2133, 2163, 2197, 2199, 2200, 2223, 2293, 2295, 2296, 2297, 2300, 2301, 2303, 2312, 2313, 2349, 2351, 2385, 2441, 2614, 2615, 2617, 2753, 2756, 2798, 2813, 2815, 2850, 2852, 2872, 2883, 2885, 2940, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2955, 2956, 2957, 2958, 2959, 2960, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3001, 3002, 3003, 3004, 3005, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3092, 3093, 3095, 3098, 3099, 3100, 3102, 3122, 3123, 3148, 3176, 3202, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3229, 3231, 3232, 3233, 3258, 3260, 3261, 3263, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3282, 3283, 3284, 3285, 3286, 3292, 3296, 3299, 3300, 3302, 3303, 3307, 3337, 3338, 3339, 3341, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3396, 3397, 3411, 3414, 3418, 3419, 3420, 3421, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3438, 3439, 3440, 3441, 3442, 3443, 3445, 3446, 3447, 3448, 3449, 3452, 3453, 3456, 3457, 3458, 3459, 3464, 3465, 3467, 3470, 3471, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3501, 3502, 3521, 3525, 3566, 3572, 3615, 3623, 3636, 3637, 3651, 3655, 3658, 3659, 3665, 3682, 3683, 3684, 3685, 3688, 3689, 3690, 3703, 3704, 3705, 3718, 3774, 3779, 3809, 3810, 3819, 3820, 3821, 3823, 3825, 3831, 3861, 3862, 3883, 3884, 3927, 3928, 3934, 3978, 3986, 3992, 3993, 3994, 3995, 4022, 4023, 4024, 4025, 4026, 4027, 4040, 4045, 4046, 4048, 4050, 4051, 4052, 4053, 4056, 4057, 4061, 4066, 4070, 4072, 4077, 4080, 4082, 4083, 4084, 4085, 4086, 4093, 4094, 4095, 4096, 4097, 4099, 4100, 4101, 4104, 4111, 4112, 4114, 4115, 4116, 4188, 4197, 4198, 4201, 4202, 4276, 4309, 4310, 4312, 4313, 4315, 4317, 4318, 4319, 4407, 4409, 4419, 4429, 4430, 4439, 4451, 4452, 4453, 4454, 4483, 4489, 4495, 4496, 4498, 4507, 4511, 4534, 4535, 4545, 4546, 4547, 4579, 4620, 4627, 4629, 4630, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4663, 4664, 4665, 4666, 4667, 4668, 4677, 4679, 4680, 4682, 4684, 4686, 4687, 4696, 4705, 4706, 4707, 4708, 4709, 4720, 4721, 4722, 4726, 4875, 4876, 4877, 4878, 4882, 4943, 5050, 5051, 5054, 5056, 5058, 5098, 5131, 5189, 5192, 5268, 5286, 5291, 5307, 5347, 5349, 5352, 5356, 5389, 5395, 5396, 5397, 5398, 5411, 5412, 5426, 5427, 5429, 5430, 5450, 5451, 5452, 5454, 5455, 5458, 5459, 5460, 5465, 5467, 5471, 5472, 5473, 5474, 5475, 5543, 5544, 5594, 5599, 5600, 5601, 5602, 5604, 5615, 5616, 5617, 5618, 5623, 5638, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5678, 5728, 5752, 5756, 5767, 5768, 5769, 5770, 5771, 5783, 5784, 5785, 5786, 5787, 5792, 5797, 5798, 5799, 5800, 5807, 5808, 5810, 5813, 5818, 5830, 5831, 5836, 5837, 5838, 5841, 5849, 5859, 5863, 5870, 5871, 5876, 5877, 5878, 5888, 5899, 5901, 5904, 5905, 5906, 5907, 5908, 5911, 5915, 5930, 5932, 5933, 5938, 5939, 5940, 5944, 5955, 5957, 5985, 5992, 6015, 6019, 6032, 6046, 6067, 6068, 6072, 6073, 6115, 6132, 6183, 6236, 6244, 6247, 6248, 6249, 6251, 6252, 6253, 6254, 6266, 6290, 6387, 6393, 6394, 6410, 6491, 6494, 6495, 6496, 6548, 6568, 6576, 6606, 6626, 6668, 6706, 6726, 6730, 6746, 6747, 6769, 6770, 6775, 6776, 6783, 6791, 6827, 7067, 7089, 7161, 7233, 7268, 7287, 7288, 7307, 7308, 7310, 7323, 7404, 7407, 7408, 7438, 7439, 7440, 7441, 7442, 7450, 7451, 7452, 7453, 7454, 7457, 7458, 7459, 7460, 7461, 7463, 7564, 7583, 7714, 7724, 7730, 7731, 7733, 7763, 7770, 7771, 7799, 7804, 7823, 7824, 7847, 7855, 7856, 7857, 7858, 7870, 7872, 7873, 7874, 7876, 7881, 7882, 7883, 7975, 8016, 8075, 8119, 8124, 8125, 8126, 8128, 8129, 8131, 8137, 8139, 8150, 8151, 8152, 8153, 8154, 8277, 8300, 8303, 8306, 8307, 8336, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8398, 8401, 8418, 8496, 8518, 8549, 8554, 8579, 8582, 8588, 8617, 8661, 8664, 8667, 8674, 8722, 8736, 8738, 8762, 8878, 8933, 8959, 8996, 9076, 9087, 9238, 9298, 9316, 9336, 9397, 9416, 9525, 9549, 9551, 9557, 9558, 9617, 9636, 9696, 9706, 9820, 9857, 9981, 9983, 9985, 9990, 10048, 10050, 10054, 10063, 10079, 10086, 10182, 10197, 10199, 10201, 10256, 10278, 10300, 10301, 10303, 10305, 10307, 10362, 10365, 10368, 10374, 10375, 10377, 10378, 10380, 10401, 10402, 10403, 10404, 10408, 10427, 10428, 10431, 10443, 10444, 10446, 10448, 10450, 10460, 10468, 10537, 10539, 10599, 10600, 10612, 10617, 10618, 10619, 10637, 10638, 10645, 10646, 10668, 10721, 10738, 10758, 10759, 10760, 10761, 10881, 10896, 10916, 10918, 10929, 10941, 10956, 10978, 10993, 11047, 11051, 11071, 11074, 11079, 11084, 11103, 11104, 11105, 11106, 11116, 11117, 11118, 11119, 11138, 11139, 11182, 11183, 11184, 11185, 11186, 11187, 11188, 11189, 11190, 11191, 11192, 11193, 11259, 11317, 11318, 11319, 11337, 11338, 11339, 11340, 11341, 11342, 11343, 11344, 11345, 11347, 11348, 11349, 11350, 11351, 11352, 11353, 11354, 11356, 11360, 11361, 11365, 11367, 11371, 11372, 11373, 11380, 11382, 11384, 11387, 11388, 11389, 11390, 11391, 11407, 11438, 11449, 11468, 11499, 11500, 11516, 11546, 11556, 11559, 11577, 11596, 11599, 11601, 11624, 11625, 11626, 11629, 11680, 11685, 11686, 11687, 11696, 11697, 11715, 11718, 11751, 11753, 11754, 11755, 11756, 11757, 11758, 11808, 11811, 11821, 11822, 11823, 11826, 11830, 11831, 11833, 11856, 11858, 11860, 11861, 11863, 11864, 11869, 11877, 11910, 11911, 11912, 11913, 11914, 11915, 11917, 11918, 11944, 12027, 12028, 12030, 12031, 12032, 12033, 12034, 12037, 12038, 12043, 12045, 12046, 12138, 12245, 12246, 12277, 12338, 12340, 12431, 12433, 12576, 12579, 12816, 12865, 12866, 12960, 12999, 13019, 13321, 13596, 13656, 13697, 13698, 13699, 13717, 13718, 13737, 13842, 13917, 14201, 14228, 14232, 14234, 14266, 14348, 14389, 14426, 14440, 14441, 14442, 14507, 14509, 14510, 14517, 14531, 14567, 14661, 14717, 14718, 14728, 14742, 14743, 14754, 14781, 14825, 14826, 14850, 14857, 14859, 14872, 14873, 14874, 14881, 14882, 14883, 14892, 14893, 14901, 14908, 14909, 14964, 14988, 15042, 15067, 15068, 15101, 15111, 15165, 15223, 15350, 15472, 15491, 15526, 15571, 15767, 15974, 15975, 15976, 16014, 16015, 16227, 16416, 16417, 16418, 16458, 16550, 16556, 16557, 16560, 16563, 16567, 16570, 16571, 16572, 16573, 16581, 17093, 17178, 17233, 17290, 17296, 17312, 17316, 17463, 17813, 17814, 17815, 17886, 17888, 17915, 17939, 17949, 17950, 17966, 18275, 18371, 18373, 18466, 18467, 18472, 18473, 18476, 18477, 18493, 18495, 18497, 18521, 18524, 18542, 18647, 18670, 18695, 18699, 18702, 18793, 18818, 18849, 18879, 18883, 18982, 18983, 19008, 19009, 19022, 19023, 19024, 19025, 19026, 19027, 19030, 19421, 19458, 19459, 19514, 19568, 19616, 19656, 19859, 19860, 19861, 19866, 19867, 19868, 19910, 19932, 19933, 19935, 19950, 19959, 20021, 20025, 20026, 20027, 20053, 20054, 20055, 20058, 20075, 20080, 20081, 20102, 20129, 20237, 20330, 20392, 20454, 20499, 20561, 20611, 20671, 20673, 20714, 20728, 20729, 20748, 20749, 20751, 20804, 20998, 21004, 21022, 21029, 21033, 21123, 21124, 21153, 21159, 21210, 21211, 21212, 21219, 21223, 21236, 21237, 21292, 21315, 21316, 21340, 21348, 21349, 21378, 21403, 21413, 21417, 21448, 21643, 21648, 21657, 21719, 21722, 21723, 21724, 21757, 21817, 21820, 21821, 21823, 21840, 21956, 21974, 21993, 21996, 21997, 22000, 22006, 22039, 22044, 22052, 22065, 22066, 22069, 22071, 22073, 22078, 22079, 22086, 22087, 22090, 22124, 22125, 22132, 22139, 22140, 22177, 22268, 22274, 22288, 22340, 22395, 22400, 22432, 22448, 22457, 22500, 22835, 22852, 22854, 22870, 22944, 22961, 23030, 23035, 23037, 23104, 23126, 23188, 23238, 23253, 23330, 23450, 23534, 23535, 23536, 23557, 23619, 23623, 23624, 23625, 23626, 23665, 23752, 23753, 23864, 23876, 23935, 23945, 24035, 24083, 24118, 24119, 24168, 24169, 24187, 24221, 24235, 24238, 24258, 24260, 24272, 24327, 24553, 24554, 24555, 24556, 24557, 24558, 24559, 24560, 24561, 24650, 24656, 24664, 24673, 24674, 24675, 24683, 24684, 24685, 24686, 24687, 24688, 24689, 24690, 24696, 24697, 24698, 24707, 24715, 24722, 24723, 24744, 24762, 24769, 24770, 24777, 24783, 24792, 24806, 24808, 24813, 24822, 24825, 24849, 24850, 24866, 24881, 24885, 24886, 24891, 24892, 24895, 24917, 24918, 24920, 24923, 24932, 24933, 24937, 24938, 24939, 24940, 24941, 24942, 24943, 24944, 24945, 24946, 24947, 24948, 24949, 24950, 24951, 24952, 24953, 24955, 24960, 24962, 24963, 24964, 24965, 24966, 24967, 24976, 24978, 24979, 24994, 24999, 25000, 25001, 25002, 25008, 25027, 25028, 25032, 25034, 25035, 25038, 25039, 25041, 25046, 25047, 25057, 25059, 25061, 25063, 25064, 25073, 25087, 25088, 25108, 25115, 25116, 25117, 25118, 25119, 25120, 25121, 25122, 25123, 25124, 25125, 25126, 25127, 25128, 25129, 25130, 25131, 25132, 25133, 25144, 25160, 25161, 25162, 25164, 25165, 25166, 25178, 25214, 25246, 25268, 25286, 25315, 25319, 25363, 25364, 25367, 25368, 25369, 25370, 25371, 25372, 25373, 25397, 25398, 25399, 25479, 25483, 25484, 25485, 25486, 25506, 25507, 25508, 25509, 25518, 25538, 25539, 25540, 25588, 25591, 25592, 25593, 25595, 25597, 25598, 25599, 25613, 25633, 25634, 25653, 25662, 25663, 25708, 25711, 25721, 25798, 25799, 25819, 25837, 25851, 25863, 25864, 25866, 25867, 25924, 25948, 25949, 25951, 25954, 25955, 25956, 25957, 25958, 25959, 25980, 25991, 25992, 26042, 26050, 26056, 26073, 26090, 26091, 26092, 26101, 26102, 26116, 26127, 26166, 26176, 26204, 26222, 26223, 26246, 26247, 26253, 26259, 26286, 26288, 26310, 26352, 26369, 26378, 26383, 26384, 26393, 26394, 26395, 26396, 26397, 26398, 26452, 26483, 26560, 26575, 26576, 26577, 26578, 26607, 26650, 26736, 26761, 26781, 26813, 26832, 26838, 26841, 26858, 27220, 27241, 27244, 27249, 27258, 27285, 27521, 27530, 27542, 27559, 27593, 27620, 27638, 27656, 27692, 27721, 27722, 27755, 27756, 27886, 27932, 27987, 28085, 28086, 28156, 28183, 28229, 28276, 28378, 28465, 28487, 28614, 28859, 28906, 29047, 29310, 29332, 29333, 29453, 29455, 29488, 29501, 29570, 29646, 29692, 29748, 29753, 29794, 29808, 29854, 29893, 29894, 30013, 30108, 30134, 30156, 30184, 30245, 30249, 30275, 30313, 30393, 30420, 30449, 30451, 30452, 30461, 30475, 30482, 30501, 30575, 30830, 30945, 30955, 30988, 31029, 31030, 31040, 31087, 31095, 31135, 31137, 31238, 31242, 31263, 31396, 31424, 31583, 31689, 31702, 31787, 32358, 32386, 32417, 32446, 32472, 32491, 32492, 32596, 32597, 32602, 32630, 32682, 32767, 32769, 32930, 32953, 33052, 33068, 33089, 33186, 33218, 33528, 33651, 33670, 33721, 33778, 33780, 33862, 34068, 34097, 34099, 34121, 34149, 34297, 34362, 34363, 34496, 34497, 34606, 34925, 35587, 35589, 35604, 36812, 36838, 36839, 36853, 36939, 36948, 36950, 36957, 36960, 36961, 36968, 36969, 36970, 36971, 36978, 36982, 37098, 37116, 37117, 37182, 37183, 37230, 37528, 37593, 37670, 37799, 37833, 37955, 37966, 37980, 38004, 38308, 38309, 38391, 38558, 39190, 39747, 40160, 40416); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_00_world.sql new file mode 100644 index 00000000000..c1bb670a320 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_00_world.sql @@ -0,0 +1,53 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry` IN(33007); +DELETE FROM `creature_text` WHERE `CreatureID` IN (29319,29327); +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(29319,0,0,"It's an angry male!",42,0,100,0,0,473,33191,0,'Icepaw Bear'), +(29319,1,0,"It's a female.",42,0,100,0,0,473,33192,0,'Icepaw Bear'), +(29327,0,0,"It's an angry male!",42,0,100,0,0,643,33191,0,'Frost Leopard'), +(29327,1,0,"It's a female.",42,0,100,0,0,643,33192,0,'Frost Leopard'); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2931900,2932700,2931901,2931902,2931903,2932701,2932702,2932703) AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (29319,29327) AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(29319, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 8000, 11000, 0, 11, 54632, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Icepaw Bear - In Combat - Cast 'Claws of Ice' (No Repeat) (Dungeon)"), +(29319, 0, 1, 0, 8, 0, 100, 513, 62105, 0, 0, 0, 0, 80, 2931900, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Icepaw Bear - On Spellhit 'To'kini's Blowgun' - Run Script (No Repeat) (Dungeon)"), +(29319, 0, 2, 0, 62, 0, 100, 512, 10274, 0, 0, 0, 0, 88, 2931901, 2931902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Icepaw Bear - On Gossip Option 0 Selected - Run Random Script (No Repeat) (Dungeon)"), +(29327, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 8000, 11000, 0, 11, 54668, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Frost Leopard - In Combat - Cast 'Rake' (No Repeat) (Dungeon)"), +(29327, 0, 1, 0, 8, 0, 100, 513, 62105, 0, 0, 0, 0, 80, 2932700, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Frost Leopard - On Spellhit 'To'kini's Blowgun' - Run Script (No Repeat) (Dungeon)"), +(29327, 0, 2, 0, 62, 0, 100, 512, 10273, 0, 0, 0, 0, 88, 2932701, 2932702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Frost Leopard - On Gossip Option 0 Selected - Run Random Script (No Repeat) (Dungeon)"), +(2931900,9,0,0,0,0,100,0,0,0,0,0,0,2,190,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Set Faction 190'), +(2931900,9,1,0,0,0,100,0,0,0,0,0,0,18,256,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Set Flag Immune to PC'), +(2931900,9,2,0,0,0,100,0,0,0,0,0,0,89,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - MoveIdle'), +(2931900,9,3,0,0,0,100,0,2000,2000,0,0,0,11,62248,2,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Cast \'Sleeping Sleep\''), +(2931900,9,4,0,0,0,100,0,60000,60000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Despawn'), +(2932700,9,0,0,0,0,100,0,0,0,0,0,0,2,190,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Set Faction 190'), +(2932700,9,1,0,0,0,100,0,0,0,0,0,0,18,256,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Set Flag Immune to PC'), +(2932700,9,2,0,0,0,100,0,0,0,0,0,0,89,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - MoveIdle'), +(2932700,9,3,0,0,0,100,0,2000,2000,0,0,0,11,62248,2,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Cast \'Sleeping Sleep\''), +(2932700,9,4,0,0,0,100,0,60000,60000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Despawn'), +(2931901,9,0,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Say Line 0'), +(2931901,9,1,0,0,0,100,0,0,0,0,0,0,28,62248,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Remove Sleep'), +(2931901,9,2,0,0,0,100,0,0,0,0,0,0,19,256,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Remove Immune to PC'), +(2931901,9,3,0,0,0,100,0,0,0,0,0,0,2,1990,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Set Faction 1990'), +(2931901,9,4,0,0,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Icepaw Bear - On Script - AttackStart'), +(2931901,9,5,0,0,0,100,0,180000,180000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Despawn'), +(2931902,9,0,0,0,0,100,0,0,0,0,0,0,11,62118,2,0,0,0,0,7,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Cast \'Tails Up: Force Bear Summon\''), +(2931902,9,1,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Say Line 1'), +(2931902,9,2,0,0,0,100,0,0,0,0,0,0,33,33006,0,0,0,0,0,7,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Quest Credit \'Tails Up\''), +(2931902,9,3,0,0,0,100,0,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Icepaw Bear - On Script - Despawn'), +(2932701,9,0,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Frost Leopard - On Script - Say Line 0'), +(2932701,9,1,0,0,0,100,0,0,0,0,0,0,28,62248,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Remove Sleep'), +(2932701,9,2,0,0,0,100,0,0,0,0,0,0,19,256,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Remove Immune to PC'), +(2932701,9,3,0,0,0,100,0,0,0,0,0,0,2,1990,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Set Faction 1990'), +(2932701,9,4,0,0,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Frost Leopard - On Script - AttackStart'), +(2932701,9,5,0,0,0,100,0,180000,180000,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Despawn'), +(2932702,9,0,0,0,0,100,0,0,0,0,0,0,11,62117,2,0,0,0,0,7,0,0,0,0,0,0,0,'Frost Leopard - On Script - Cast \'Tails Up: Force Leopard Summon\''), +(2932702,9,1,0,0,0,100,0,0,0,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,'Frost Leopard - On Script - Say Line 1'), +(2932702,9,2,0,0,0,100,0,0,0,0,0,0,33,33006,0,0,0,0,0,7,0,0,0,0,0,0,0,'Frost Leopard - On Script - Quest Credit \'Tails Up\''), +(2932702,9,3,0,0,0,100,0,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Frost Leopard - On Script - Despawn'); + +UPDATE `creature_template` SET `unit_flags`=776, `AIName`='SmartAI' WHERE `entry` IN (33010,33011); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (33010,33011) AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(33011,0,0,0,54,0,100,0,0,0,0,0,0,29,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Female Icepaw Bear - Just Summoned - Set Follow'), +(33010,0,0,0,54,0,100,0,0,0,0,0,0,29,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Female Frost Leopard - Just Summoned - Set Follow'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_01_world.sql new file mode 100644 index 00000000000..6364e0fe99f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_param2`=64 WHERE `entryorguid`=36842 AND `source_type`=0 AND `id` IN (0,1); +UPDATE `smart_scripts` SET `action_param2`=1 WHERE `entryorguid`=36842 AND `source_type`=0 AND `id` IN (2,3); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_02_world.sql new file mode 100644 index 00000000000..63758097b56 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_01_02_world.sql @@ -0,0 +1,51 @@ +-- +UPDATE `event_scripts` SET `delay`=0, `x`=3521.2597, `y`=4550.4038, `z`=-12.8893, `o`= 3.954486, `datalong2`=180000 WHERE `id`=17084 AND `command`=10 AND `datalong`=25794; +UPDATE `event_scripts` SET `delay`=15, `x`=3454.721191, `y`=4511.480957, `z`=-12.996876, `o`= 1.450632, `datalong2`=180000 WHERE `id`=17084 AND `command`=10 AND `datalong`=25629; + +DELETE FROM `waypoints` WHERE `entry`=25629; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(25629, 1, 3456.838379, 4512.561523, -13.007453, "Lord Kryxix"), +(25629, 2, 3460.417725, 4529.125488, -12.949759, "Lord Kryxix"), +(25629, 3, 3470.703613, 4542.340332, -12.984859, "Lord Kryxix"), +(25629, 4, 3480.046143, 4548.960938, -12.982792, "Lord Kryxix"), +(25629, 5, 3492.488525, 4548.432617, -12.966542, "Lord Kryxix"), +(25629, 6, 3498.693604, 4544.571777, -12.983426, "Lord Kryxix"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (25629,25794); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25629,25794,25742) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2574200,2574201) 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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(25629, 0, 0, 1, 54, 0, 100, 0, 0, 0, 0, 0, 0, 53, 0, 25629, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, "Lord Kryxix - On Just Summoned - Start Waypoint"), +(25629, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Lord Kryxix - On Just Summoned - Set unit flag"), +(25629, 0, 2, 3, 40, 0, 100, 0, 6, 25629, 0, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Lord Kryxix - On Just Summoned - remove unit flag"), +(25629, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, "Lord Kryxix - On Waypoint 6 Reached - Start Attacking"), +(25629, 0, 4, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Lord Kryxix - On evade - Despawn"), +(25794, 0, 0, 1, 54, 0, 100, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Shake-n-Quake 5000 - On Just Summoned - Set run off"), +(25794, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 0, 8, 0, 0, 0, 3496.3134, 4539.457, -12.9751, 4.494835, "Shake-n-Quake 5000 - On Just Summoned - move to pos"), +(25794, 0, 2, 0, 1, 0, 100, 1, 30000, 30000, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Shake-n-Quake 5000 - Ooc - ddepawn"), +(25794, 0, 3, 0, 34, 0, 100, 0, 8, 1, 0, 0, 0, 17, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Shake-n-Quake 5000 - On mov info - Set emote state"), +(25794, 0, 4, 0, 1, 0, 100, 1, 17000, 17000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 19, 25629, 0, 0, 0, 0, 0, 0, "Shake-n-Quake 5000 - Ooc - Say text"), +(25742, 0, 0, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 53, 0, 25742, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Alluvius - On Just Summoned - Start Waypoint"), +(25742, 0, 1, 0, 40, 0, 100, 512, 1, 25742, 0, 0, 0, 80, 2574200, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Alluvius - On Waypoint 1 Reached - Run Script"), +(2574200, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 17, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Alluvius - On Script - Play Emote 36"), +(2574200, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 25629, 0, 0, 0, 0, 0, 0, "Alluvius - On Script - say text"), +(2574200, 9, 2, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Alluvius - On Script - Despawn Instant"); + +DELETE FROM `event_scripts` WHERE `id` IN (16929); +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(16929, 13, 10, 25629, 180000, 0, 3454.721191, 4511.480957, -12.996876, 1.450632), +(16929, 0, 10, 25742, 180000, 0, 3517.29, 4538.78, -12.9837, 4.42876), +(16929, 7, 8, 25742, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_text` WHERE `CreatureID`=25629 AND `GroupID`=1; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(25629,1,0,"Feebleminded tinkerer, do you really think your pathetic creation can stop me?",14,0,100,0,0,0,24998,0,'Lord Kryxix'); + +DELETE FROM `conditions` WHERE `SourceEntry` IN (46017,45942) AND `SourceTypeOrReferenceId`=17; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`, `ErrorType`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES +(17, 0, 46017, 0, 0, 29, 0, 25629, 70, 0, 1, 0, 0, "", ""), +(17, 0, 46017, 0, 0, 29, 0, 25794, 70, 0, 1, 0, 0, "", ""), +(17, 0, 46017, 0, 0, 29, 0, 25742, 70, 0, 1, 0, 0, "", ""), +(17, 0, 45942, 0, 0, 29, 0, 25629, 70, 0, 1, 0, 0, "", ""), +(17, 0, 45942, 0, 0, 29, 0, 25794, 70, 0, 1, 0, 0, "", ""), +(17, 0, 45942, 0, 0, 29, 0, 25742, 70, 0, 1, 0, 0, "", ""); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_00_world.sql new file mode 100644 index 00000000000..4399b0ae3ad --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_00_world.sql @@ -0,0 +1,7 @@ +ALTER TABLE `creature_template_movement` ADD `Chase` tinyint(3) UNSIGNED NOT NULL DEFAULT '0'; +ALTER TABLE `creature_movement_override` ADD `Chase` tinyint(3) UNSIGNED NOT NULL DEFAULT '0'; + +DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (20064,28654); +INSERT INTO `creature_template_movement` (`CreatureID`,`Ground`,`Swim`,`Flight`,`Rooted`,`Chase`) VALUES +(20064,1,0,0,0,2), +(28654,1,0,0,0,2); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_01_world.sql new file mode 100644 index 00000000000..346c3cfe233 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `speed_walk`=1.2, `speed_run`=0.785714 WHERE `entry`=20064; +UPDATE `creature_template_movement` SET `Chase`=0 WHERE `CreatureID` IN (20064); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_02_world.sql new file mode 100644 index 00000000000..c87f5892462 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` ='spell_freezing_circle'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(34779,'spell_freezing_circle'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_03_world.sql new file mode 100644 index 00000000000..fe90bcaef95 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_02_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_proc` WHERE `SpellId`=71567; +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`ProcFlags`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(71567,0,0,0,0,0,0,2,2,0,0,0,0,400,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_00_world_335.sql new file mode 100644 index 00000000000..75dd10e0c15 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_00_world_335.sql @@ -0,0 +1,33 @@ +-- +UPDATE `creature` SET `position_x` = 5800.89, `position_y` = -985.82, `position_z` = 409.78, `spawntimesecs`=10 WHERE `id` = 14467; +DELETE FROM `creature_addon` WHERE `guid` IN (39715); +DELETE FROM `creature_template_addon` WHERE `entry`=14467; +INSERT INTO `creature_template_addon` (`entry`, `bytes2`,`auras`) VALUES +(14467, 0, '58951'); +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry` IN (14467); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (14467) AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(14467, 0, 0, 1, 38, 0, 100, 0, 1, 1, 30000, 30000, 0, 28, 58951, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - On data set - remove aura"), +(14467, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - On data set - Remove Flags Immune To Players & Immune To NPC's"), +(14467, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - On data set - say line"), +(14467, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - On data set - Set Faction 16"), +(14467, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - On data set - Set eventphase 1"), +(14467, 0, 5, 0, 0, 0, 100, 0, 5000, 8000, 9000, 12000, 0, 11, 10101, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Kroshius - In Combat - Cast 'Knock Away'"), +(14467, 0, 6, 7, 1, 1, 100, 0, 30000, 30000, 30000, 30000, 0, 11, 58951, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - Ooc - Cast 'feign death'"), +(14467, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - Ooc - add Flags Immune To Players & Immune To NPC's"), +(14467, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - Ooc - Set eventphase 0"), +(14467, 0, 9, 0, 25, 0, 100, 0, 0, 0, 0, 0, 0, 11, 58951, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kroshius - On reset - Cast spell"); + +SET @GUID := 7078; +DELETE FROM `gameobject` WHERE `guid`=@GUID; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(@GUID,179676,1,0,0,1,1,5800.89,-985.82,409.78,2.24779,-0,-0,-0.90179,-0.432175,-20,255,1,"",0); + +DELETE FROM `event_scripts` WHERE `id` IN (8328); +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(8328,0,9,@GUID,30,0,0,0,0,0); + +UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=179676; +DELETE FROM `smart_scripts` WHERE `entryorguid`=179676 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`, `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_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(179676,1,0,0,70,0,100,0,1,0,0,0,0,45,1,1,0,0,0,0,19,14467,0,0,0,0,0,0,"Fel Fire - On State Changed - Set Data"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_01_world.sql new file mode 100644 index 00000000000..d49e2cbd829 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_01_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `smart_scripts` SET `action_type`=134, `action_param1`=56516, `target_type`=1 WHERE `entryorguid` IN (30273) AND `source_type`=0 AND `id`=0; +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|512 WHERE `entry` IN (30273,30268,30274); +UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid` IN (3027400) AND `source_type`=9 AND `id` IN (0,2); +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid` IN (30274) AND `source_type`=0 AND `id`=0; + +DELETE FROM `creature_text` WHERE `CreatureID`=30274; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(30274,0,0,"Might grace you, $c. Let the Scourge feel the fury of a million lost souls!",12,0,100,0,0,0,30976,0,"Freed Crusader Speach"), +(30274,0,1,"Glory and strength to you, $c. I bless you with all the strength left in me. May this nightmare soon end!",12,0,100,0,0,0,30977,0,"Freed Crusader Speach"), +(30274,0,2,"Wisdom of the ages upon you, noble $c.",12,0,100,0,0,0,30978,0,"Freed Crusader Speach"), +(30274,0,3,"Thank you and farewell, friend. I must return to the Argent Vanguard.",12,0,100,0,0,0,30980,0,"Freed Crusader Speach"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_02_world.sql new file mode 100644 index 00000000000..92234f7d658 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_02_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=0, `target_type`=19, `target_param1`=29368 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=66; +UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param1`=10000 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=41; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_03_world.sql new file mode 100644 index 00000000000..336c6f214f0 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_03_03_world.sql @@ -0,0 +1,3 @@ +-- +ALTER TABLE `creature_template_movement` ADD `Random` tinyint(3) UNSIGNED NOT NULL DEFAULT '0'; +ALTER TABLE `creature_movement_override` ADD `Random` tinyint(3) UNSIGNED NOT NULL DEFAULT '0'; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_00_world.sql new file mode 100644 index 00000000000..8430dde2475 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_00_world.sql @@ -0,0 +1,179 @@ +-- +DELETE FROM `creature` WHERE `guid` IN(78207,78208,78209,78210,78211,97536,97593,97647,97648,97649); +INSERT INTO creature (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(78207, 30352, 571, 0, 0, 1, 1, 0, 0, 7642.397, 2065.035, 600.3427, 1.117011, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Skybreaker Marine (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(78208, 30352, 571, 0, 0, 1, 1, 0, 0, 7640.947, 2066.576, 600.3427, 0.296706, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Skybreaker Marine (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(78209, 30352, 571, 0, 0, 1, 1, 0, 0, 7623.698, 2045.048, 600.5334, 4.45059, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Skybreaker Marine (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(78210, 31648, 571, 0, 0, 1, 1, 0, 0, 7624.706, 2059.861, 600.3425, 3.368485, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Karen No (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(78211, 32274, 571, 0, 0, 1, 1, 0, 0, 7622.745, 2069.923, 600.3428, 3.909538, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Alliance Bomber Pilot (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(97536, 32444, 571, 0, 0, 1, 1, 0, 0, 7632.007, 2060.202, 600.3427, 6.161012, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Kibli Killohertz (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(97593, 32523, 571, 0, 0, 1, 1, 0, 0, 7634.357, 2045.982, 600.3427, 0.06981317, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Johnny Yes (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(97647, 32524, 571, 0, 0, 1, 1, 0, 0, 7635.958, 2048.406, 600.3425, 5.061455, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Willy Maybe (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(97648, 32525, 571, 0, 0, 1, 1, 0, 0, 7620.44, 2067.247, 600.3428, 2.216568, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463), -- Alliance Infra-green Bomber, Parked (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) +(97649, 32526, 571, 0, 0, 1, 1, 0, 0, 7630.336, 2058.154, 600.3427, 2.426008, 120, 0, 0, 0, 0, 0, 0, 0, 0, 21463); -- Alliance Infra-green Engineer (Area: -Unknown-) (Auras: 59660 - Inside Cloak Dome, Individual) + +DELETE FROM `creature_addon` WHERE `guid` IN(78207,78208,78209,78210,78211,97536,97593,97647,97648,97649); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(78207, 0, 0, 65536, 257, 0, ""), -- Skybreaker Marine - 59660 - Inside Cloak Dome, Individual +(78208, 0, 0, 65536, 257, 0, ""), -- Skybreaker Marine - 59660 - Inside Cloak Dome, Individual +(78209, 0, 0, 65536, 257, 0, ""), -- Skybreaker Marine - 59660 - Inside Cloak Dome, Individual +(78210, 0, 0, 65536, 1, 0, ""), -- Karen No - 59660 - Inside Cloak Dome, Individual +(78211, 0, 0, 65536, 1, 0, ""), -- Alliance Bomber Pilot - 59660 - Inside Cloak Dome, Individual +(97536, 0, 0, 65536, 1, 0, ""), -- Kibli Killohertz - 59660 - Inside Cloak Dome, Individual +(97593, 0, 0, 65536, 1, 0, ""), -- Johnny Yes - 59660 - Inside Cloak Dome, Individual +(97647, 0, 0, 65536, 1, 0, ""), -- Willy Maybe - 59660 - Inside Cloak Dome, Individual +(97648, 0, 0, 50397184, 1, 0, ""), -- Alliance Infra-green Bomber, Parked - 59660 - Inside Cloak Dome, Individual +(97649, 0, 0, 65536, 1, 0, ""); -- Alliance Infra-green Engineer - 59660 - Inside Cloak Dome, Individual + +SET @OGUID := 85147; +DELETE FROM gameobject WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+74; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 193719, 571, 210, 4510, 1, 1, 7642.188, 2066.252, 601.5114, 4.319694, 0.3292384, -0.6257801, -0.5436525, 0.452154, 120, 255, 1, 21463), -- Doodad_gunshopdynamite01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+1, 193758, 571, 210, 4510, 1, 1, 7628.88, 2060.108, 600.4948, 4.721116, 0, 0, -0.7040148, 0.7101853, 120, 255, 1, 21463), -- Doodad_thronerailing05 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+2, 193705, 571, 210, 4510, 1, 1, 7641.539, 2066.838, 601.4728, 0.4014249, 0, 0, 0.1993675, 0.9799248, 120, 255, 1, 21463), -- Doodad_gunshopmortarshell01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+3, 193764, 571, 210, 4510, 1, 1, 7625.869, 2060.053, 604.2698, 0.07854, 0, 0, 0.03925991, 0.9992291, 120, 255, 1, 21463), -- Doodad_battlefieldbanneralliance_static_wall02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+4, 193704, 571, 210, 4510, 1, 1, 7642.364, 2067.464, 601.4591, 3.395874, 0.05676365, 0.01450825, -0.9901714, 0.1269958, 120, 255, 1, 21463), -- Doodad_gunshopbomb03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+5, 193707, 571, 210, 4510, 1, 1, 7639.48, 2069.832, 600.6568, 2.347469, 0, 0, 0.9222012, 0.3867105, 120, 255, 1, 21463), -- Doodad_thronerailing01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+6, 193766, 571, 210, 4510, 1, 1, 7637.411, 2072.358, 600.2718, 1.248237, 0.5122056, 0.3577566, 0.4621201, 0.6293653, 120, 255, 1, 21463), -- Doodad_shield_pvpalliance01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+7, 193720, 571, 210, 4510, 1, 1, 7639.406, 2049.981, 600.6811, 0.7504887, 0, 0, 0.3664999, 0.9304181, 120, 255, 1, 21463), -- Doodad_thronerailing02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+8, 193706, 571, 210, 4510, 1, 1, 7642.216, 2066.698, 601.4728, 5.715955, 0, 0, -0.2798281, 0.9600501, 120, 255, 1, 21463), -- Doodad_gunshopmortarshell02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+9, 193761, 571, 210, 4510, 1, 1, 7629.734, 2062.715, 600.2579, 2.95833, 0, 0, 0.9958048, 0.09150324, 120, 255, 1, 21463), -- Doodad_stormwindcrate05 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+10, 193715, 571, 210, 4510, 1, 1, 7642.14, 2051.818, 600.2618, 5.349435, 0, 0, -0.450098, 0.8929791, 120, 255, 1, 21463), -- Doodad_gunshopbomb04 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+11, 193754, 571, 210, 4510, 1, 1, 7630.588, 2060.198, 600.1646, 0.01745246, 0, 0, 0.00872612, 0.9999619, 120, 255, 1, 21463), -- Doodad_g_gnometerminal01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+12, 193701, 571, 210, 4510, 1, 1, 7642.834, 2067.318, 600.2566, 3.700098, 0, 0, -0.9612617, 0.2756371, 120, 255, 1, 21463), -- Doodad_gnometable01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+13, 193760, 571, 210, 4510, 1, 1, 7630.542, 2062.55, 600.2484, 4.249877, 0, 0, -0.8503523, 0.5262138, 120, 255, 1, 21463), -- Doodad_stormwindcrate04 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+14, 193757, 571, 210, 4510, 1, 1, 7628.604, 2060.201, 599.632, 4.616396, 0, 0, -0.7402182, 0.6723668, 120, 255, 1, 21463), -- Doodad_battlefieldbanneralliancestatusbar2min01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+15, 193763, 571, 210, 4510, 1, 1, 7625.772, 2060.065, 600.8868, 0.06389178, 0, 0, 0.03194046, 0.9994898, 120, 255, 1, 21463), -- Doodad_vr_bm_wood_01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+16, 193711, 571, 210, 4510, 1, 1, 7645.835, 2061.109, 600.2529, 3.848451, 0, 0, -0.9381914, 0.3461168, 120, 255, 1, 21463), -- Doodad_gnomehazardlightred02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+17, 193756, 571, 210, 4510, 1, 1, 7628.604, 2060.201, 598.5339, 6.143559, 0, 0, -0.06975651, 0.9975641, 120, 255, 1, 21463), -- Doodad_g_hologrambasetanaris01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+18, 193703, 571, 210, 4510, 1, 1, 7642.847, 2067.183, 601.4788, 2.181656, -0.1823864, 0.0442028, 0.8750734, 0.4461253, 120, 255, 1, 21463), -- Doodad_gunshopbomb02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+19, 193762, 571, 210, 4510, 1, 1, 7625.664, 2060.036, 604.1954, 3.228859, 0, 0, -0.9990482, 0.04361926, 120, 255, 1, 21463), -- Doodad_battlefieldbanneralliance_static_wall01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+20, 193759, 571, 210, 4510, 1, 1, 7629.982, 2061.771, 600.2438, 3.351047, 0, 0, -0.9945211, 0.1045355, 120, 255, 1, 21463), -- Doodad_stormwindcrate03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+21, 193702, 571, 210, 4510, 1, 1, 7643.083, 2067.654, 601.4622, 3.307401, -0.08287525, 0.04249382, -0.9925499, 0.07855374, 120, 255, 1, 21463), -- Doodad_gunshopbomb01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+22, 193726, 571, 210, 4510, 1, 1, 7644.185, 2052.059, 600.2386, 2.085668, 0, 0, 0.8638353, 0.5037743, 120, 255, 1, 21463), -- Doodad_gunshopbomb12 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+23, 193718, 571, 210, 4510, 1, 1, 7641.954, 2051.513, 600.2402, 2.923416, 0, 0, 0.9940557, 0.1088722, 120, 255, 1, 21463), -- Doodad_gunshopbomb07 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+24, 193697, 571, 210, 4510, 1, 1, 7635.758, 2074.88, 600.2704, 3.33359, 0, 0, -0.9953957, 0.09585124, 120, 255, 1, 21463), -- Doodad_stormwindcrate02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+25, 193721, 571, 210, 4510, 1, 1, 7636.481, 2046.313, 600.1296, 2.094393, 0, 0, 0.866025, 0.5000008, 120, 255, 1, 21463), -- Doodad_gnometable02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+26, 193696, 571, 210, 4510, 1, 1, 7637.641, 2074.039, 600.2725, 2.609261, 0, 0, 0.9647865, 0.2630341, 120, 255, 1, 21463), -- Doodad_stormwindcrate01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+27, 193984, 571, 210, 4510, 1, 1, 7647.473, 2055.554, 599.3989, 6.003934, 0, 0, -0.1391726, 0.9902682, 120, 255, 1, 21463), -- Alliance Banner (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+28, 193713, 571, 210, 4510, 1, 1, 7642.541, 2051.884, 600.25, 1.844759, 0.05028915, 0.2018385, 0.7698412, 0.6033877, 120, 255, 1, 21463), -- Doodad_deadminepowderkeg01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+29, 193699, 571, 210, 4510, 1, 1, 7637.206, 2073.309, 601.4195, 4.347476, 0.06531382, 0.673378, -0.3379927, 0.6542608, 120, 255, 1, 21463), -- Doodad_humansword01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+30, 193712, 571, 210, 4510, 1, 1, 7642.718, 2051.59, 600.2614, 1.710422, 0, 0, 0.7547092, 0.6560594, 120, 255, 1, 21463), -- Doodad_gunshopdynamitebundle01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+31, 193738, 571, 210, 4510, 1, 1, 7621.407, 2072.642, 601.4335, 1.954769, 0, 0, 0.8290377, 0.5591928, 120, 255, 1, 21463), -- Doodad_gunshopmortarshell03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+32, 193723, 571, 210, 4510, 1, 1, 7636.346, 2046.305, 601.3502, 0.5759577, -0.09489918, 0.1619043, 0.2869635, 0.9393791, 120, 255, 1, 21463), -- Doodad_gunshopbomb09 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+33, 193698, 571, 210, 4510, 1, 1, 7636.033, 2073.45, 600.2334, 4.354225, -0.005270004, -0.02503777, -0.8212976, 0.5699259, 120, 255, 1, 21463), -- Doodad_barrel01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+34, 193984, 571, 210, 4510, 1, 1, 7647.418, 2065.228, 599.3082, 0.2792516, 0, 0, 0.1391726, 0.9902682, 120, 255, 1, 21463), -- Alliance Banner (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+35, 193709, 571, 210, 4510, 1, 1, 7645.862, 2060.065, 601.1218, 4.642611, 0.6819983, -0.7313414, -0.0006885529, 0.004207443, 120, 255, 1, 21463), -- Doodad_gnomestructuralspotlight01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+36, 193722, 571, 210, 4510, 1, 1, 7636.708, 2047.292, 601.3093, 3.010666, 0, 0, 0.997858, 0.06541648, 120, 255, 1, 21463), -- Doodad_gunshopbomb08 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+37, 193708, 571, 210, 4510, 1, 1, 7636.178, 2073.495, 601.4435, 3.420848, -0.2174191, -0.08422661, -0.9611683, 0.1476155, 120, 255, 1, 21463), -- Doodad_dalaran_helm_deepdivehelm_space01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+38, 193714, 571, 210, 4510, 1, 1, 7642.293, 2051.724, 600.264, 4.860743, 0, 0, -0.6527596, 0.7575652, 120, 255, 1, 21463), -- Doodad_crate01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+39, 193725, 571, 210, 4510, 1, 1, 7644.375, 2052.462, 600.2384, 4.598945, 0, 0, -0.7460566, 0.6658826, 120, 255, 1, 21463), -- Doodad_gunshopbomb11 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+40, 193700, 571, 210, 4510, 1, 1, 7638.745, 2073.49, 600.2512, 1.247908, 0, 0, 0.5842485, 0.8115748, 120, 255, 1, 21463), -- Doodad_gunshoppowderkegopen01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+41, 193717, 571, 210, 4510, 1, 1, 7642.185, 2051.599, 600.4606, 5.174902, 0, 0, -0.5262136, 0.8503524, 120, 255, 1, 21463), -- Doodad_gunshopbomb06 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+42, 193724, 571, 210, 4510, 1, 1, 7644.042, 2052.387, 600.233, 0.7068561, 0.03858662, -0.1408815, 0.3406696, 0.9287667, 120, 255, 1, 21463), -- Doodad_gunshopbomb10 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+43, 193710, 571, 210, 4510, 1, 1, 7645.787, 2059.069, 600.2527, 5.244716, 0, 0, -0.4962158, 0.8681992, 120, 255, 1, 21463), -- Doodad_gnomehazardlightred01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+44, 193716, 571, 210, 4510, 1, 1, 7642.394, 2051.588, 600.24, 3.639014, 0, 0, -0.9692307, 0.2461543, 120, 255, 1, 21463), -- Doodad_gunshopbomb05 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+45, 193727, 571, 210, 4510, 1, 1, 7629.876, 2076.93, 600.2466, 0.5846839, 0, 0, 0.2881956, 0.9575716, 120, 255, 1, 21463), -- Doodad_gnomehazardlightred03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+46, 193765, 571, 210, 4510, 1, 1, 7635.557, 2046.72, 601.6681, 1.26947, -0.03150654, 0.07753849, 0.5895319, 0.8033973, 120, 255, 1, 21463), -- Doodad_bow_crossbow_pvpalliance_a_01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+47, 193751, 571, 210, 4510, 1, 1, 7614.736, 2052.607, 601.3495, 5.52397, 0.0257082, 0.1858978, -0.356205, 0.9153683, 120, 255, 1, 21463), -- Doodad_gunshopbomb13 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+48, 193737, 571, 210, 4510, 1, 1, 7620.95, 2073.946, 600.2172, 5.253442, 0, 0, -0.4924231, 0.870356, 120, 255, 1, 21463), -- Doodad_gnometable03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+49, 193750, 571, 210, 4510, 1, 1, 7614.776, 2052.477, 600.1286, 0.7592169, 0, 0, 0.3705568, 0.9288098, 120, 255, 1, 21463), -- Doodad_gnometable04 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+50, 193729, 571, 210, 4510, 1, 1, 7627.838, 2076.871, 600.2466, 5.471607, 0, 0, -0.3947439, 0.9187912, 120, 255, 1, 21463), -- Doodad_gnomehazardlightred04 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+51, 193736, 571, 210, 4510, 1, 1, 7618.226, 2070.371, 600.5572, 3.892087, 0, 0, -0.9304171, 0.3665025, 120, 255, 1, 21463), -- Doodad_thronerailing03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+52, 193753, 571, 210, 4510, 1, 1, 7615, 2053.275, 601.3189, 4.834563, -0.07124805, -0.1183796, -0.6536837, 0.7440481, 120, 255, 1, 21463), -- Doodad_gunshopbomb15 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+53, 193728, 571, 210, 4510, 1, 1, 7628.878, 2076.953, 601.1158, 6.265767, 0.9999533, -0.008717537, 0.002464294, 0.003374091, 120, 255, 1, 21463), -- Doodad_gnomestructuralspotlight02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+54, 193739, 571, 210, 4510, 1, 1, 7621.291, 2074.292, 601.4191, 0.1570771, 0, 0, 0.07845783, 0.9969174, 120, 255, 1, 21463), -- Doodad_gunshopmortarshell04 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+55, 193752, 571, 210, 4510, 1, 1, 7614.638, 2053.234, 601.3213, 4.153885, 0, 0, -0.8746195, 0.4848101, 120, 255, 1, 21463), -- Doodad_gunshopbomb14 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+56, 193731, 571, 210, 4510, 1, 1, 7613.702, 2066.874, 600.3386, 5.733425, -0.6246157, 0.3538227, 0.5999422, 0.3531771, 120, 255, 1, 21463), -- Doodad_gunshopdynamitebundle03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+57, 193744, 571, 210, 4510, 1, 1, 7611.466, 2060.243, 601.0989, 1.474833, 0.7402067, 0.6723661, 0.004041672, 0.00119604, 120, 255, 1, 21463), -- Doodad_gnomestructuralspotlight04 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+58, 193755, 571, 210, 4510, 1, 1, 7617.735, 2050.136, 600.6691, 5.480334, 0, 0, -0.3907309, 0.920505, 120, 255, 1, 21463), -- Doodad_thronerailing04 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+59, 193730, 571, 210, 4510, 1, 1, 7613.633, 2067.524, 600.2297, 2.809975, 0, 0, 0.9862852, 0.1650499, 120, 255, 1, 21463), -- Doodad_gunshopdynamitebundle02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+60, 193741, 571, 210, 4510, 1, 1, 7628.472, 2043.349, 601.0817, 3.097993, -0.02180719, -0.999753, -0.00331974, 0.002718635, 120, 255, 1, 21463), -- Doodad_gnomestructuralspotlight03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+61, 193747, 571, 210, 4510, 1, 1, 7619.736, 2046.999, 600.1399, 4.127707, 0, 0, -0.8808899, 0.4733212, 120, 255, 1, 21463), -- Doodad_oildrum01 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+62, 193733, 571, 210, 4510, 1, 1, 7614.119, 2068.628, 600.2443, 2.862335, 0, 0, 0.9902678, 0.1391754, 120, 255, 1, 21463), -- Doodad_crate02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+63, 193740, 571, 210, 4510, 1, 1, 7620.102, 2074.375, 601.4209, 6.012661, 0, 0, -0.1348505, 0.9908659, 120, 255, 1, 21463), -- Doodad_gunshopmortarshell05 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+64, 193732, 571, 210, 4510, 1, 1, 7613.58, 2067.849, 600.3611, 0.7589362, 0.7104883, 0.04713154, -0.7010336, 0.03920263, 120, 255, 1, 21463), -- Doodad_gunshopdynamitebundle04 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+65, 193743, 571, 210, 4510, 1, 1, 7629.514, 2043.403, 600.2165, 2.303831, 0, 0, 0.9135447, 0.4067384, 120, 255, 1, 21463), -- Doodad_gnomehazardlightred06 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+66, 193749, 571, 210, 4510, 1, 1, 7621.336, 2045.823, 600.0079, 5.864307, 0, 0, -0.2079115, 0.9781476, 120, 255, 1, 21463), -- Doodad_oildrum03 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+67, 193735, 571, 210, 4510, 1, 1, 7613.965, 2068.401, 600.2634, 5.41052, 0.1816483, -0.0515995, -0.4201708, 0.8875798, 120, 255, 1, 21463), -- Doodad_gunshopdynamitebundle06 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+68, 193742, 571, 210, 4510, 1, 1, 7627.475, 2043.398, 600.2156, 3.700098, 0, 0, -0.9612617, 0.2756371, 120, 255, 1, 21463), -- Doodad_gnomehazardlightred05 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+69, 193748, 571, 210, 4510, 1, 1, 7621.169, 2048.11, 600.0346, 3.194002, 0, 0, -0.9996567, 0.02620165, 120, 255, 1, 21463), -- Doodad_oildrum02 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+70, 193734, 571, 210, 4510, 1, 1, 7614.18, 2069.15, 600.2694, 2.277706, 0.4829254, 0.5232553, -0.4815292, 0.5109956, 120, 255, 1, 21463), -- Doodad_gunshopdynamitebundle05 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+71, 193745, 571, 210, 4510, 1, 1, 7611.443, 2061.459, 600.2303, 2.076939, 0, 0, 0.8616285, 0.5075394, 120, 255, 1, 21463), -- Doodad_gnomehazardlightred07 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+72, 193984, 571, 210, 4510, 1, 1, 7609.858, 2055.526, 599.4938, 3.42085, 0, 0, -0.9902678, 0.1391754, 120, 255, 1, 21463), -- Alliance Banner (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+73, 193984, 571, 210, 4510, 1, 1, 7610.175, 2065.307, 599.4262, 2.879789, 0, 0, 0.9914446, 0.1305283, 120, 255, 1, 21463), -- Alliance Banner (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) +(@OGUID+74, 193746, 571, 210, 4510, 1, 1, 7611.341, 2059.421, 600.2303, 0.6806767, 0, 0, 0.333806, 0.9426418, 120, 255, 1, 21463); -- Doodad_gnomehazardlightred08 (Area: Aldur'thar: The Desolation Gate - Difficulty: 0) + +DELETE FROM `gameobject_addon` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+74; +INSERT INTO `gameobject_addon` (`guid`, `parent_rotation0`, `parent_rotation1`, `parent_rotation2`, `parent_rotation3`) VALUES +(@OGUID+0, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopdynamite01 +(@OGUID+1, 0, 0, 0.9999905, 0.004363511), -- Doodad_thronerailing05 +(@OGUID+2, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopmortarshell01 +(@OGUID+3, 0, 0, 0.9999905, 0.004363511), -- Doodad_battlefieldbanneralliance_static_wall02 +(@OGUID+4, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb03 +(@OGUID+5, 0, 0, 0.9999905, 0.004363511), -- Doodad_thronerailing01 +(@OGUID+6, 0, 0, 0.9999905, 0.004363511), -- Doodad_shield_pvpalliance01 +(@OGUID+7, 0, 0, 0.9999905, 0.004363511), -- Doodad_thronerailing02 +(@OGUID+8, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopmortarshell02 +(@OGUID+9, 0, 0, 0.9999905, 0.004363511), -- Doodad_stormwindcrate05 +(@OGUID+10, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb04 +(@OGUID+11, 0, 0, 0.9999905, 0.004363511), -- Doodad_g_gnometerminal01 +(@OGUID+12, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnometable01 +(@OGUID+13, 0, 0, 0.9999905, 0.004363511), -- Doodad_stormwindcrate04 +(@OGUID+14, 0, 0, 0.9999905, 0.004363511), -- Doodad_battlefieldbanneralliancestatusbar2min01 +(@OGUID+15, 0, 0, 0.9999905, 0.004363511), -- Doodad_vr_bm_wood_01 +(@OGUID+16, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomehazardlightred02 +(@OGUID+17, 0, 0, 0.9999905, 0.004363511), -- Doodad_g_hologrambasetanaris01 +(@OGUID+18, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb02 +(@OGUID+19, 0, 0, 0.9999905, 0.004363511), -- Doodad_battlefieldbanneralliance_static_wall01 +(@OGUID+20, 0, 0, 0.9999905, 0.004363511), -- Doodad_stormwindcrate03 +(@OGUID+21, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb01 +(@OGUID+22, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb12 +(@OGUID+23, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb07 +(@OGUID+24, 0, 0, 0.9999905, 0.004363511), -- Doodad_stormwindcrate02 +(@OGUID+25, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnometable02 +(@OGUID+26, 0, 0, 0.9999905, 0.004363511), -- Doodad_stormwindcrate01 +(@OGUID+28, 0, 0, 0.9999905, 0.004363511), -- Doodad_deadminepowderkeg01 +(@OGUID+29, 0, 0, 0.9999905, 0.004363511), -- Doodad_humansword01 +(@OGUID+30, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopdynamitebundle01 +(@OGUID+31, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopmortarshell03 +(@OGUID+32, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb09 +(@OGUID+33, 0, 0, 0.9999905, 0.004363511), -- Doodad_barrel01 +(@OGUID+35, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomestructuralspotlight01 +(@OGUID+36, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb08 +(@OGUID+37, 0, 0, 0.9999905, 0.004363511), -- Doodad_dalaran_helm_deepdivehelm_space01 +(@OGUID+38, 0, 0, 0.9999905, 0.004363511), -- Doodad_crate01 +(@OGUID+39, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb11 +(@OGUID+40, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshoppowderkegopen01 +(@OGUID+41, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb06 +(@OGUID+42, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb10 +(@OGUID+43, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomehazardlightred01 +(@OGUID+44, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb05 +(@OGUID+45, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomehazardlightred03 +(@OGUID+46, 0, 0, 0.9999905, 0.004363511), -- Doodad_bow_crossbow_pvpalliance_a_01 +(@OGUID+47, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb13 +(@OGUID+48, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnometable03 +(@OGUID+49, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnometable04 +(@OGUID+50, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomehazardlightred04 +(@OGUID+51, 0, 0, 0.9999905, 0.004363511), -- Doodad_thronerailing03 +(@OGUID+52, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb15 +(@OGUID+53, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomestructuralspotlight02 +(@OGUID+54, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopmortarshell04 +(@OGUID+55, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopbomb14 +(@OGUID+56, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopdynamitebundle03 +(@OGUID+57, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomestructuralspotlight04 +(@OGUID+58, 0, 0, 0.9999905, 0.004363511), -- Doodad_thronerailing04 +(@OGUID+59, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopdynamitebundle02 +(@OGUID+60, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomestructuralspotlight03 +(@OGUID+61, 0, 0, 0.9999905, 0.004363511), -- Doodad_oildrum01 +(@OGUID+62, 0, 0, 0.9999905, 0.004363511), -- Doodad_crate02 +(@OGUID+63, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopmortarshell05 +(@OGUID+64, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopdynamitebundle04 +(@OGUID+65, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomehazardlightred06 +(@OGUID+66, 0, 0, 0.9999905, 0.004363511), -- Doodad_oildrum03 +(@OGUID+67, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopdynamitebundle06 +(@OGUID+68, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomehazardlightred05 +(@OGUID+69, 0, 0, 0.9999905, 0.004363511), -- Doodad_oildrum02 +(@OGUID+70, 0, 0, 0.9999905, 0.004363511), -- Doodad_gunshopdynamitebundle05 +(@OGUID+71, 0, 0, 0.9999905, 0.004363511), -- Doodad_gnomehazardlightred07 +(@OGUID+74, 0, 0, 0.9999905, 0.004363511); -- Doodad_gnomehazardlightred08 diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_01_world.sql new file mode 100644 index 00000000000..d416ac38079 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_01_world.sql @@ -0,0 +1,16 @@ +-- +UPDATE `creature` SET `position_x`=4552.66992, `position_y`= -1322.802979, `position_z`= 156.710373, `Orientation`=1.908695,`MovementType`=0, `spawndist`=0 WHERE `guid`=102100; +UPDATE `creature` SET `position_x`=4576.567871, `position_y`= -1362.49987, `position_z`= 156.881149,`MovementType`=0, `spawndist`=0 WHERE `guid`=102098; +UPDATE `creature_addon` SET `emote`=398 WHERE `guid` IN (102099,102098,102100); +UPDATE `creature_template` SET `unit_flags` = 32768, `flags_extra`=`flags_extra`|2 WHERE `entry` = 26965 ; +UPDATE `creature` SET `unit_flags`=0 WHERE `guid` IN (103527,103528,103531,103532,103533,52283,52284,52288,52293,52296,52297,52300,52304,52310,52312); +UPDATE `creature` SET `unit_flags`=33536, `dynamicflags`=0 WHERE `guid` IN (103482,103483,103485,103488,103563,103564); +UPDATE `creature_template_addon` SET `auras`="" WHERE `entry` IN (26965); +DELETE FROM `creature_addon` WHERE `guid` IN (103482,103483,103485,103488,103563,103564,103527,103528,103531,103532,103533,52283,52284,52288,52293,52296,52297,52300,52304,52310,52312); +INSERT INTO `creature_addon` (`guid`, `auras`) VALUES +(103482, '31261'), +(103483, '31261'), +(103485, '31261'), +(103488, '31261'), +(103563, '31261'), +(103564, '31261'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_02_world.sql new file mode 100644 index 00000000000..39415faf4a5 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `phaseMask`=256, `modelid`=0 WHERE `guid` IN (130499); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_03_world.sql new file mode 100644 index 00000000000..ebfd0ba05fa --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_04_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `position_x`=-2474.439941, `position_y`=6111.160156, `position_z`=91.762901 WHERE `guid` IN (22717); +UPDATE `creature` SET `position_x`=-2474.439941, `position_y`=6111.160156, `position_z`=91.762901 WHERE `guid` IN (65642); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_00_world.sql new file mode 100644 index 00000000000..b84b35e0ddb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_00_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `gameobject` SET `spawntimesecs`=43200 WHERE `id` IN (176325,176327,173232,173234); +UPDATE `gameobject_template` SET `AIName`="" WHERE `entry` IN (176325,176327); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (176325,176327) AND `source_type`=1; +DELETE FROM `event_scripts` WHERE `id` IN (5300,5301); +INSERT INTO `event_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(5300,0,10,11120,900000,0,3581.71, -2984.3996, 125.001, 4.991206), +(5301,0,10,11121,900000,0,3823.34, -3708.2463, 143.355, 1.963489); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_01_world.sql new file mode 100644 index 00000000000..1adb6d9fd03 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_01_world.sql @@ -0,0 +1,11 @@ +-- +UPDATE `smart_scripts` SET `action_type`=134 WHERE `entryorguid`=2841300 AND `source_type`=9 AND `id`=0; +UPDATE `smart_scripts` SET `target_type`=23 WHERE `entryorguid`=28415 AND `source_type`=0 AND `id`=0; + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (28414); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (28414) AND `source_type`=0; +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_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(28414, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, "Drakkari Captive - On Just Summoned - Attack"); + +DELETE FROM `creature_template_addon` WHERE `entry`=28414; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES (28414,"54450"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_02_world.sql new file mode 100644 index 00000000000..84fde4bdc70 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `MovementType`=2 WHERE `id` IN (17711); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_03_world.sql new file mode 100644 index 00000000000..25af5033b88 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_03_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=28379; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup`=28379 AND `SourceEntry`=51658; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=51659; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 51659, 0, 0, 31, 1, 3, 28379, 0, 0, 0, 0, '', ''), +(17, 0, 51659, 0, 0, 9, 0, 12607, 0, 0, 0, 0, 0, '', ''); + +DELETE FROM `spell_scripts` WHERE `id`=51659; +INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(51659,0,0,15,51658,0,0,0,0,0,0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_04_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_04_world.sql new file mode 100644 index 00000000000..d4a12ae12f3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_05_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction`=290 WHERE `entry` IN (30134); +UPDATE `smart_scripts` SET `event_type`=60 WHERE `entryorguid` IN (30134) AND `source_type`=0 AND `id` IN (13,14); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_00_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_00_world_335.sql new file mode 100644 index 00000000000..22fe61a13ee --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_00_world_335.sql @@ -0,0 +1,129 @@ +-- +DELETE FROM `trainer_locale` WHERE `locale` = 'deDE'; +INSERT INTO `trainer_locale` (`Id`, `locale`, `Greeting_lang`, `VerifiedBuild`) VALUES +(1, 'deDE', "Hallo, $gKrieger!:Kriegerin! Bereit für etwas Training?", 0), +(2, 'deDE', "Hallo, $gKrieger!:Kriegerin! Bereit für etwas Training?", 0), +(3, 'deDE', "Hallo, Paladin! Bereit für etwas Training?", 0), +(4, 'deDE', "Hallo, Paladin! Bereit für etwas Training?", 0), +(5, 'deDE', "Hallo, Paladin! Bereit für etwas Training?", 0), +(6, 'deDE', "Hallo, Paladin! Bereit für etwas Training?", 0), +(7, 'deDE', "Hallo, $gJäger!:Jägerin! Bereit für etwas Training?", 0), +(8, 'deDE', "Hallo, $gJäger!:Jägerin! Bereit für etwas Training?", 0), +(9, 'deDE', "Hallo, $gSchurke!:Schurkin! Bereit für etwas Training?", 0), +(10, 'deDE', "Hallo, $gSchurke!:Schurkin! Bereit für etwas Training?", 0), +(11, 'deDE', "Hallo, $gPriester!:Priesterin! Bereit für etwas Training?", 0), +(12, 'deDE', "Hallo, $gPriester!:Priesterin! Bereit für etwas Training?", 0), +(13, 'deDE', "Seid gegrüßt Todesritter, bereit für etwas Training?", 0), +(14, 'deDE', "Hallo, $gSchamane!:Schamanin! Bereit für etwas Training?", 0), +(15, 'deDE', "Hallo, $gSchamane!:Schamanin! Bereit für etwas Training?", 0), +(16, 'deDE', "Hallo, $gMagier!:Magierin!; Bereit für etwas Training?", 0), +(17, 'deDE', "Hallo, $gMagier!:Magierin!; Bereit für etwas Training?", 0), +(18, 'deDE', "Willkommen!", 0), +(19, 'deDE', "Willkommen!", 0), +(20, 'deDE', "Willkommen!", 0), +(21, 'deDE', "Willkommen!", 0), +(22, 'deDE', "Willkommen!", 0), +(23, 'deDE', "Willkommen!", 0), +(24, 'deDE', "Willkommen!", 0), +(25, 'deDE', "Willkommen!", 0), +(26, 'deDE', "Willkommen!", 0), +(27, 'deDE', "Willkommen!", 0), +(28, 'deDE', "Willkommen!", 0), +(29, 'deDE', "Willkommen!", 0), +(30, 'deDE', "Willkommen!", 0), +(31, 'deDE', "Hallo, $gHexenmeister!:Hexenmeisterin!; Bereit für etwas Training?", 0), +(32, 'deDE', "Hallo, $gHexenmeister!:Hexenmeisterin!; Bereit für etwas Training?", 0), +(33, 'deDE', "Hallo, $gDruide!:Drudidin!; Bereit für etwas Training?", 0), +(34, 'deDE', "Hallo, $gDruide!:Drudidin!; Bereit für etwas Training?", 0), +(35, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(36, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(37, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(38, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(39, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(40, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(41, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(42, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(43, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(44, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(45, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(46, 'deDE', "Hallo! Kann ich Euch etwas beibringen?", 0), +(47, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(48, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(49, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(50, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(51, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(52, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(53, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(54, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(55, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(56, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(57, 'deDE', "Hallo! Bereit für etwas Training?", 0), +(58, 'deDE', "Möchtet Ihr lernen, wie Ihr das Erz, das Ihr findet, in Waffen und Metallrüstung umwandelt?", 0), +(59, 'deDE', "Möchtet Ihr lernen, wie Ihr das Erz, das Ihr findet, in Waffen und Metallrüstung umwandelt?", 0), +(60, 'deDE', "Möchtet Ihr lernen, wie Ihr das Erz, das Ihr findet, in Waffen und Metallrüstung umwandelt?", 0), +(61, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Tierhäute in Rüstung verwandelt?", 0), +(62, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Tierhäute in Rüstung verwandelt?", 0), +(63, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Tierhäute in Rüstung verwandelt?", 0), +(64, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Tierhäute in Rüstung verwandelt?", 0), +(65, 'deDE', "Mit Alchemie könnt Ihr gefundene Kräuter in Heilmittel und andere Arten von Tränken verwandeln.", 0), +(66, 'deDE', "Mit Alchemie könnt Ihr gefundene Kräuter in Heilmittel und andere Arten von Tränken verwandeln.", 0), +(67, 'deDE', "Mit Alchemie könnt Ihr gefundene Kräuter in Heilmittel und andere Arten von Tränken verwandeln.", 0), +(68, 'deDE', "Mit Alchemie könnt Ihr gefundene Kräuter in Heilmittel und andere Arten von Tränken verwandeln.", 0), +(69, 'deDE', "Die Suche nach Kräutern erfordert sowohl Wissen als auch Instinkt.", 0), +(70, 'deDE', "Die Suche nach Kräutern erfordert sowohl Wissen als auch Instinkt.", 0), +(71, 'deDE', "Die Suche nach Kräutern erfordert sowohl Wissen als auch Instinkt.", 0), +(72, 'deDE', "Grüße! Kann ich Euch beibringen, wie man gefundene Stoffe in Stoffrüstung umwandelt?", 0), +(73, 'deDE', "Grüße! Kann ich Euch beibringen, wie man gefundene Stoffe in Stoffrüstung umwandelt?", 0), +(74, 'deDE', "Grüße! Kann ich Euch beibringen, wie man gefundene Stoffe in Stoffrüstung umwandelt?", 0), +(75, 'deDE', "Kann ich Euch beibringen, wie man Fleisch von Tieren zu einem Festmahl macht?", 0), +(76, 'deDE', "Kann ich Euch beibringen, wie man Fleisch von Tieren zu einem Festmahl macht?", 0), +(77, 'deDE', "Kann ich Euch beibringen, wie man Fleisch von Tieren zu einem Festmahl macht?", 0), +(78, 'deDE', "Ihr habt nicht gelebt, bis Ihr tief in die Erde gegraben habt.", 0), +(79, 'deDE', "Ihr habt nicht gelebt, bis Ihr tief in die Erde gegraben habt.", 0), +(80, 'deDE', "Ihr habt nicht gelebt, bis Ihr tief in die Erde gegraben habt.", 0), +(81, 'deDE', "Lasst mich Euch zeigen, wie Ihr diese Wunden verbinden könnt....", 0), +(82, 'deDE', "Lasst mich Euch zeigen, wie Ihr diese Wunden verbinden könnt....", 0), +(83, 'deDE', "Lasst mich Euch zeigen, wie Ihr diese Wunden verbinden könnt....", 0), +(84, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(85, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(86, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(87, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(88, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(89, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(90, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(91, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(92, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(93, 'deDE', "Kann ich Euch beibringen, wie man Fleisch von Tieren zu einem Festmahl macht?", 0), +(94, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Edelsteine schneidet und Schmuck herstellt?", 0), +(95, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Edelsteine schneidet und Schmuck herstellt?", 0), +(96, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Edelsteine schneidet und Schmuck herstellt?", 0), +(97, 'deDE', "Ich kann Euch beibringen, wie man mit einer Angelrute Fische fängt.", 0), +(98, 'deDE', "Ich kann Euch beibringen, wie man mit einer Angelrute Fische fängt.", 0), +(99, 'deDE', "Ich kann Euch beibringen, wie man mit einer Angelrute Fische fängt.", 0), +(100, 'deDE', "Es erfordert eine ruhige Hand, um das Leder von einem getöteten Tier zu entfernen.", 0), +(101, 'deDE', "Es erfordert eine ruhige Hand, um das Leder von einem getöteten Tier zu entfernen.", 0), +(102, 'deDE', "Es erfordert eine ruhige Hand, um das Leder von einem getöteten Tier zu entfernen.", 0), +(103, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(104, 'deDE', "Möchtet Ihr lernen, wie Ihr das Erz, das Ihr findet, in Waffen und Metallrüstung umwandelt?", 0), +(105, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Tierhäute in Rüstung verwandelt?", 0), +(106, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Tierhäute in Rüstung verwandelt?", 0), +(107, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Tierhäute in Rüstung verwandelt?", 0), +(108, 'deDE', "Grüße! Kann ich Euch beibringen, wie man gefundene Stoffe in Stoffrüstung umwandelt?", 0), +(109, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(110, 'deDE', "Ihr habt nicht gelebt, bis Ihr tief in die Erde gegraben habt.", 0), +(111, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Edelsteine schneidet und Schmuck herstellt?", 0), +(112, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Edelsteine schneidet und Schmuck herstellt?", 0), +(113, 'deDE', "Grüße! Kann ich Euch beibringen, wie man Edelsteine schneidet und Schmuck herstellt?", 0), +(114, 'deDE', "Verzauberkunst ist die Kunst, bestehende Gegenstände durch Magie zu verbessern.", 0), +(115, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(116, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(117, 'deDE', "Kann ich Euch beibringen, wie man Fleisch von Tieren zu einem Festmahl macht?", 0), +(118, 'deDE', "Das Ingenieurwesen ist sehr einfach, sobald Ihr die Grundlagen verstanden habt.", 0), +(119, 'deDE', "Möchtet Ihr die Feinheiten der Inschriftenkunde erlernen?", 0), +(120, 'deDE', "Möchtet Ihr die Feinheiten der Inschriftenkunde erlernen?", 0), +(121, 'deDE', "Möchtet Ihr die Feinheiten der Inschriftenkunde erlernen?", 0), +(122, 'deDE', "Mit Alchemie könnt Ihr gefundene Kräuter in Heilmittel und andere Arten von Tränken verwandeln.", 0), +(123, 'deDE', "Möchtet Ihr lernen, wie Ihr das Erz, das Ihr findet, in Waffen und Metallrüstung umwandelt?", 0), +(124, 'deDE', "Möchtet Ihr lernen, wie Ihr das Erz, das Ihr findet, in Waffen und Metallrüstung umwandelt?", 0), +(125, 'deDE', "null", 0), +(126, 'deDE', "Kann ich Euch beibringen, wie man Fleisch von Tieren zu einem Festmahl macht?", 0); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_01_world.sql new file mode 100644 index 00000000000..33991efdb87 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_01_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry`=25494; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES (25494,"45655"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=45656; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 45656, 0, 0, 31, 0, 3, 25490, 0, 0, 0, 0, '', ''), +(13, 1, 45656, 0, 1, 31, 0, 3, 25492, 0, 0, 0, 0, '', ''), +(13, 1, 45656, 0, 2, 31, 0, 3, 25493, 0, 0, 0, 0, '', ''); +UPDATE `creature` SET `position_x`=4023.2124, `position_y`= 3604.93457, `position_z`= 106.49082 WHERE `guid`=109772; +UPDATE `creature` SET `position_x`=4125.8779, `position_y`=3638.740723, `position_z`= 93.987534 WHERE `guid`=85215; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_02_world.sql new file mode 100644 index 00000000000..5fb9a878759 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET AIName="" WHERE `entry` IN (24151); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (24151) AND `source_type`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_03_world.sql new file mode 100644 index 00000000000..4cd2fe26104 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_06_03_world.sql @@ -0,0 +1,50 @@ +-- A means to an End +DELETE FROM `event_scripts` WHERE `id` = 17868; +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(17868, 5, 10, 27238, 120000, 0, 2797.68, -201.873, 139.161, 3.5791); + +UPDATE `creature_text` SET `Emote`=15 WHERE `CreatureID`=27238 AND `GroupID`=0; +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432, `AIName`='SmartAI' WHERE `entry`=27352; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` IN (27353,27352); +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 +(27353, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 8, 9, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 9, 10, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 10, 11, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 11, 12, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 12, 13, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 13, 14, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 14, 15, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 15, 16, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 16, 17, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 17, 18, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 18, 19, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 19, 20, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 20, 21, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 21, 22, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 22, 23, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 23, 24, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 24, 25, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 25, 26, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 26, 27, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 27, 28, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 28, 29, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27353, 0, 29, 0, 61, 0, 100, 0, 0, 0, 0, 0, 12, 27352, 2, 40000, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite Bunny - On Spawn - Summon Levine Family Termite'), +(27352, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 89, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,0,0,0, 'Levine Family Termite - On Spawn - Random movments'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` =27353; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry` =48427; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(17,0,48427,0,0,29,0,27238,40,0,1,0,'',' Foreman Kaleiki only spawns if not present'), +(17,0,48427,0,0,29,0,27353,40,0,1,0,'',' Levine Family Termite Bunny only spawns if not present'); + +DELETE FROM `creature_template_movement` WHERE `CreatureId`= 27352; +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Random`) VALUES +(27352, 1, 1, 1, 2); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_07_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_07_00_world.sql new file mode 100644 index 00000000000..9ca6dc726a7 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_07_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param3`=1 WHERE `event_type` IN (4,6) AND `action_type` = 1 AND `target_type` IN (7,2) AND `source_type`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_00_world.sql new file mode 100644 index 00000000000..1cf16d8a632 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_vehicle_control_link' AND `spell_id` IN (49078, 50343); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(49078, 'spell_gen_vehicle_control_link'), +(50343, 'spell_gen_vehicle_control_link'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_01_world.sql new file mode 100644 index 00000000000..c7bb55140b3 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_01_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `gameobject` SET `position_x`= 756.897, `position_y`= -1180.7, `position_z`= -118.596, `orientation`= 2.91469, `rotation2`=0.993571, `rotation3`=0.113208 WHERE `id`= 179703; +DELETE FROM `gameobject` WHERE `guid` IN (7085,7091,7098); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7085, 178194, 409, 1, 1, 765.562, -995.398, -197.221, 2.19912, 0, 0, 0.891008, 0.453988, 604800, 255, 1), +(7091, 178107, 409, 1, 1, 838.951, -830.383, -230.206, 0.837757, 0, 0, 0.406736, 0.913546, 604800, 255, 1), +(7098, 178108, 409, 1, 1, 839.279, -831.058, -230.202, -1.37881, 0, 0, -0.636078, 0.771625, 604800, 255, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_02_world.sql new file mode 100644 index 00000000000..82fa353f187 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_08_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (54256,54259); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_00_world.sql new file mode 100644 index 00000000000..8e93ce6efbe --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `smart_scripts` WHERE `action_type`=11 AND `action_param1`=1604 AND `entryorguid` IN (6206,6218,6220,6219,6233,6222,6225,6234) AND `source_type`=0; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_01_world.sql new file mode 100644 index 00000000000..9763c266edb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_01_world.sql @@ -0,0 +1,2 @@ +-- +ALTER TABLE `disables` CHANGE `flags` `flags` SMALLINT(5) NOT NULL; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_02_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_02_world.sql new file mode 100644 index 00000000000..bf36307ce00 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `disables` WHERE `sourceType` = 0 AND `entry` IN (17639, 29443); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(0, 17639, 256, 0, 0, 'Wail of the Banshee'), +(0, 29443, 256, 0, 0, 'Clutch of Foresight'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_03_world.sql new file mode 100644 index 00000000000..9e9406a3f6b --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_03_world.sql @@ -0,0 +1,25 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=25730, `action_param1`=0 WHERE `entryorguid` IN (30884) AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0 WHERE `entryorguid` IN (3088400) AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3088400) AND `source_type`=9 AND `id` IN (3,4); +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 +(3088400,9,3,0,0,0,100,0,0,0,0,0,0,49,0,0,0,0,0,0,21,10,0,0,0,0,0,0,0,'Slumbering Mjordin - On Script - Attack'), +(3088400,9,4,0,0,0,50,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Slumbering Mjordin - On Script - Say text'); + +DELETE FROM `conditions` WHERE SourceTypeOrReferenceId=15 AND SourceGroup=10008; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 10008, 0, 0, 0, 9, 0, 13133, 0, 0, 0, 0, 0, '', 'Slumbering Mjordin - Show gossip option if player has quest Find the Ancient Hero'); + +DELETE FROM `creature_text` WHERE `CreatureID` = 30718; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `comment`, `BroadcastTextId`) VALUES +(30718, 0, 0, "I will take pleasure in gutting you!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30498), +(30718, 0, 1, "I will feed you to the dogs!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30499), +(30718, 0, 2, "Your entrails will make a fine necklace.", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30500), +(30718, 0, 3, "Die,, maggot!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30501), +(30718, 0, 4, "You come to die!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30502), +(30718, 0, 5, "I spit on you!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30503), +(30718, 0, 6, "Sniveling pig!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30504), +(30718, 0, 7, "Ugglin oo bjorr!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30505), +(30718, 0, 8, "Haraak foln!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30506), +(30718, 0, 9, "You come to die!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30507), +(30718, 0, 10, "I'll eat your heart!", 12, 0, 100, 0, 0, 0, 'Slumbering Mjordin', 30508); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_04_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_04_world_335.sql new file mode 100644 index 00000000000..90586a94126 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_09_04_world_335.sql @@ -0,0 +1,11 @@ +-- +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gKrieger!:Kriegerin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=1; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gKrieger!:Kriegerin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=2; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gJäger!:Jägerin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=7; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gJäger!:Jägerin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=8; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gSchurke!:Schurkin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=9; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gSchurke!:Schurkin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=10; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gPriester!:Priesterin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=11; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gPriester!:Priesterin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=12; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gSchamane!:Schamanin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=14; +UPDATE `trainer_locale` SET `Greeting_lang` = "Hallo, $gSchamane!:Schamanin!; Bereit für etwas Training?" WHERE `locale`='deDE' AND `Id`=15; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_10_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_10_00_world.sql new file mode 100644 index 00000000000..f3876915ec4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_10_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `spawntimesecs` = 20 WHERE `id` = 28070; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_00_world.sql new file mode 100644 index 00000000000..76b75350974 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=53468; -- Leeching Swarm (Toc Anubarak) +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(53468,8192); -- Effect_1 (Dummy) need be negative diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_01_world.sql new file mode 100644 index 00000000000..7cc532d3d3f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_01_world.sql @@ -0,0 +1,21 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (7100,7101,7104,7105,7106,7107,7110,7111,7118,7121,7122,7124,7127,7129,7130,7131,7133,7134); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7100, 177484, 109, 1, 1, -443.55, 53.9243, -148.74, 0.90757, 0, 0, 0, 1,30, 255, 1), +(7101, 177484, 109, 1, 1, -444.448, 136.106, -148.74, 0.331611, 0, 0, 0, 1, 30, 255, 1), +(7104, 177484, 109, 1, 1, -491.396, 53.5787, -148.74, -0.471238, 0, 0, -0.233445, 0.97237, 30, 255, 1), +(7105, 177484, 109, 1, 1, -515.046, 95.1471, -148.74, 2.74016, 0, 0, 0.979924, 0.199371, 30, 255, 1), +(7106, 177484, 109, 1, 1, -420.155, 94.3731, -148.74, -2.32129, 0, 0, -0.91706, 0.398748, 30, 255, 1), +(7107, 177484, 109, 1, 1, -490.969, 135.714, -148.74, 0.226892, 0, 0, 0.113203, 0.993572, 30, 255, 1), +(7110, 177485, 109, 1, 1, -443.55, 53.9243, -148.74, 0.90757, 0, 0, 0.438371, 0.898794, 30, 255, 1), +(7111, 177485, 109, 1, 1, -444.448, 136.106, -148.74, 0.331611, 0, 0, 0.165047, 0.986286, 30, 255, 1), +(7118, 177485, 109, 1, 1, -490.969, 135.714, -148.74, 0.226892, 0, 0, 0, 1, 30, 255, 1), +(7121, 177485, 109, 1, 1, -491.396, 53.5787, -148.74, -0.471238, 0, 0, 0, 1, 30, 255, 1), +(7122, 177485, 109, 1, 1, -420.155, 94.3731, -148.74, -2.32129, 0, 0, 0, 1, 30, 255, 1), +(7124, 177485, 109, 1, 1, -515.046, 95.1471, -148.74, 2.74016, 0, 0, 0, 1, 30, 255, 1 ), +(7127, 148837, 109, 1, 1, -443.55, 53.9243, -148.74, 0.90757, 0, 0, 0.438371, 0.898794, 30, 255, 1), +(7129, 148837, 109, 1, 1, -444.448, 136.106, -148.74, 0.331611, 0, 0, 0.165047, 0.986286, 30, 255, 1), +(7130, 148837, 109, 1, 1, -490.969, 135.714, -148.74, 0.226892, 0, 0, 0, 1, 30, 255, 1), +(7131, 148837, 109, 1, 1, -491.396, 53.5787, -148.74, -0.471238, 0, 0, 0, 1, 30, 255, 1), +(7133, 148837, 109, 1, 1, -420.155, 94.3731, -148.74, -2.32129, 0, 0, 0, 1, 30, 255, 1), +(7134, 148837, 109, 1, 1, -515.046, 95.1471, -148.74, 2.74016, 0, 0, 0, 1, 30, 255, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_02_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_02_world_335.sql new file mode 100644 index 00000000000..578e7a1635a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_02_world_335.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (14999) AND `id`=202083; +DELETE FROM `gameobject_addon` WHERE `guid` IN (14999); +DELETE FROM `pool_gameobject` WHERE `guid` IN (14999,6248) AND `pool_entry`=202482; +INSERT INTO `pool_gameobject` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(6248, 202482, 25, "Razormaw Matriarch's Nest (202083) P1"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_03_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_03_world.sql new file mode 100644 index 00000000000..2fcebf0c4e4 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_11_03_world.sql @@ -0,0 +1,17 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (78933) AND `id`=22484; +DELETE FROM `creature_addon` WHERE `guid` IN (78933); + +DELETE FROM `creature_text` WHERE `CreatureID` = 22484; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `comment`, `BroadcastTextId`) VALUES +(22484, 0, 0, "%s gathers the warp chaser's blood.", 16, 0, 100, 0, 0, 0, ' Zeppit', 20371); + +DELETE FROM `smart_scripts` WHERE `entryorguid` = 22484 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 2248400 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 +(22484, 0, 0, 0, 38, 0, 100, 0, 1, 1, 4000, 4000, 69, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - On data set - Move to position'), +(22484, 0, 1, 0, 34, 0, 100, 0, 8, 1, 0, 0, 80, 2248400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - On data set - Action list'), +(2248400, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - Action list - Say text'), +(2248400, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 11, 39244, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - Action list - Cast spell'), +(2248400, 9, 2, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 29, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - Action list - Follow'); +UPDATE `smart_scripts` SET `target_type`=11, `target_param2`=30 WHERE `entryorguid`=18884 AND `source_type`=0 AND `id`=3; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_12_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_12_00_world.sql new file mode 100644 index 00000000000..81598e7a55a --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_12_00_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `disables` WHERE `sourceType` = 9 AND `entry` IN (6343,6345,6376); +INSERT INTO `disables` (`sourceType`,`entry`,`flags`,`comment`) VALUES +(9,6343,2, 'Disable item 6343 for AH'), +(9,6345,2, 'Disable item 6345 for AH'), +(9,6376,2, 'Disable item 6376 for AH'); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_12_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_12_01_world.sql new file mode 100644 index 00000000000..5e0cd02a832 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_12_01_world.sql @@ -0,0 +1 @@ +DELETE FROM `disables` WHERE `sourceType` = 9; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_13_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_13_00_world.sql new file mode 100644 index 00000000000..48fddfbfc63 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_13_00_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `id` IN (21142); +DELETE FROM `spawn_group` WHERE `spawnId`=74212 AND `spawnType`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 20748 AND `source_type`=0 AND id IN (2,3); +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 +(20748, 0, 2, 0, 8, 0, 100, 512, 32578, 0, 60000, 60000, 33, 21142, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Thunderlord Dire Wolf - on spell hit - Credit quest"), +(20748, 0, 3, 0, 8, 0, 50, 512, 32578, 0, 60000, 60000, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Thunderlord Dire Wolf - on spell hit - Attack"); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_15_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_15_00_world.sql new file mode 100644 index 00000000000..d0826b05c67 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_15_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=43882 WHERE `entryorguid`=24464 AND `source_type`=0 AND `id`=1; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_16_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_16_00_world.sql new file mode 100644 index 00000000000..ed50f2ed59f --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_16_00_world.sql @@ -0,0 +1,20 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (74686,74708,74710,74692,74694,74718,74716) AND `id`=192501; +DELETE FROM `gameobject_addon` WHERE `guid` IN (74686,74708,74710,74692,74694,74718,74716); +DELETE FROM `gameobject` WHERE `guid` IN (7135,7138,7141,7142,7144,7150,7151,7155,7157,7159,7161,7164,7167,7169,7172); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7135, 192488, 571, 1, 64, 5280.99, 3064.95, 432.128, 1.5708, 0, 0, 0.707107, 0.707107, 300, 255, 1), +(7138, 192487, 571, 1, 128, 5158.71, 2882.9, 431.274, 3.14159, 0, 0, -1, 0, 300, 255, 1), +(7141, 192487, 571, 1, 128, 5160.28, 2798.6, 430.604, -3.12412, 0, 0, -0.999962, 0.00873464, 300, 255, 1), +(7142, 192501, 571, 1, 64, 4398.82, 2804.7, 429.792, -1.58825, 0, 0, -0.713251, 0.700909, 180, 0, 1), +(7144, 192501, 571, 1, 64, 4416, 2822.67, 429.851, -0.017452, 0, 0, -0.00872589, 0.999962, 180, 0, 1), +(7150, 192501, 571, 1, 64, 4559.11, 3606.22, 419.999, -1.48353, 0, 0, -0.67559, 0.737277, 180, 0, 1), +(7151, 192501, 571, 1, 64, 4539.42, 3622.49, 420.034, -3.07177, 0, 0, -0.999391, 0.0349043, 180, 0, 1), +(7155, 192501, 571, 1, 64, 4555.26, 3641.65, 419.974, 1.67551, 0, 0, 0.743143, 0.669133, 180, 0, 1), +(7157, 192501, 571, 1, 64, 4574.87, 3625.91, 420.079, 0.087266, 0, 0, 0.0436192, 0.999048, 180, 0, 1), +(7159, 192501, 571, 1, 64, 4466.79, 1960.42, 459.144, 1.15192, 0, 0, 0.54464, 0.83867, 180, 0, 1), +(7161, 192501, 571, 1, 64, 4475.35, 1937.03, 459.07, -0.436332, 0, 0, -0.216439, 0.976296, 180, 0, 1), +(7164, 192501, 571, 1, 64, 4451.76, 1928.1, 459.076, -2.00713, 0, 0, -0.843391, 0.5373, 180, 0, 1), +(7167, 192501, 571, 1, 64, 4442.99, 1951.9, 459.093, 2.74016, 0, 0, 0.979924, 0.199371, 180, 0, 1), +(7169, 192501, 571, 1, 64, 4380.36, 2822.36, 429.763, -3.10665, 0, 0, -0.999847, 0.0174704, 180, 0, 1), +(7172, 192501, 571, 1, 64, 4397.4, 2840.29, 429.863, 1.5708, 0, 0, 0.707108, 0.707106, 180, 0, 1); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_17_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_17_00_world.sql new file mode 100644 index 00000000000..968eef72724 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_17_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=33005 WHERE `entryorguid`=2932702 AND `source_type`=9 AND `id`=2; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_17_01_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_17_01_world.sql new file mode 100644 index 00000000000..3b993c9886c --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_17_01_world.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (14026,14029,14028,14027,14030,14031,27339,32926); +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(14026, 0, 0, 1, 0), +(14029, 0, 0, 1, 0), +(14028, 0, 0, 1, 0), +(14027, 0, 0, 1, 0), +(14030, 0, 0, 1, 0), +(14031, 0, 0, 1, 0), +(27339, 0, 0, 1, 0), +(32926, 1, 1, 0, 1); + +DELETE `ctm` FROM `creature_template_movement` `ctm` INNER JOIN `creature_template` `ct` ON `ctm`.`CreatureId` = `ct`.`difficulty_entry_1`; +DELETE `ctm` FROM `creature_template_movement` `ctm` INNER JOIN `creature_template` `ct` ON `ctm`.`CreatureId` = `ct`.`difficulty_entry_2`; +DELETE `ctm` FROM `creature_template_movement` `ctm` INNER JOIN `creature_template` `ct` ON `ctm`.`CreatureId` = `ct`.`difficulty_entry_3`; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) SELECT `diff_entry`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random` FROM `creature_template_movement` `ctm` JOIN (SELECT `entry`, `difficulty_entry_1` AS `diff_entry` FROM `creature_template` WHERE `difficulty_entry_1` > 0) `ct` ON `ctm`.`CreatureId` = `ct`.`entry`; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) SELECT `diff_entry`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random` FROM `creature_template_movement` `ctm` JOIN (SELECT `entry`, `difficulty_entry_2` AS `diff_entry` FROM `creature_template` WHERE `difficulty_entry_2` > 0) `ct` ON `ctm`.`CreatureId` = `ct`.`entry`; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) SELECT `diff_entry`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random` FROM `creature_template_movement` `ctm` JOIN (SELECT `entry`, `difficulty_entry_3` AS `diff_entry` FROM `creature_template` WHERE `difficulty_entry_3` > 0) `ct` ON `ctm`.`CreatureId` = `ct`.`entry`; diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_18_00_world.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_18_00_world.sql new file mode 100644 index 00000000000..86d06f79ffb --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_18_00_world.sql @@ -0,0 +1,55 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (7174, 7175, 7177, 7182, 7183, 7185, 7188, 7195, 7196, 7198, 7199, 7200, 7206, 7207, 7208, 7209, 7212, 7213, 7218, 7220, 7222, 7230, 7231, 7233, 7235, 7236, 7238, 7241, 7244, 7245, 7246, 7247, 7248, 7250, 7251, 7252, 7254, 7257, 7258, 7261, 7262, 7266, 7268); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(7174, 180757, 0, 1, 1, -8636.74, 418.086, 108.89, 2.26892, 0, 0, 0.906306, 0.422622, 300, 0, 1), +(7175, 180763, 530, 1, 1, -1764.76, 5447.28, -11.1643, 0.209439, 0, 0, 0.104528, 0.994522, 300, 0, 1), +(7177, 180763, 571, 1, 1, 5818.33, 648.446, 648.343, 0.750491, 0, 0, 0.366501, 0.930418, 300, 0, 1), +(7182, 180763, 571, 1, 1, 5625.12, 698.713, 654.514, -0.296705, 0, 0, -0.147809, 0.989016, 300, 0, 1), +(7183, 180764, 1, 1, 1, 10146.8, 2574.27, 1322.24, -1.93731, 0, 0, -0.824125, 0.566409, 300, 0, 1), +(7185, 180764, 1, 1, 1, 10149.7, 2592.52, 1332.08, -2.93214, 0, 0, -0.994521, 0.104535, 300, 0, 1), +(7188, 180764, 571, 1, 1, 5622.2, 691.908, 654.555, 2.26892, 0, 0, 0.906306, 0.422622, 300, 0, 1), +(7195, 180764, 571, 1, 1, 5887.51, 525.322, 642.133, 0.331611, 0, 0, 0.165047, 0.986286, 300, 0, 1), +(7196, 180764, 571, 1, 1, 5821.69, 633.573, 648.384, -2.68781, 0, 0, -0.97437, 0.22495, 300, 0, 1), +(7198, 180764, 571, 1, 1, 5882.01, 523.711, 642.1, 2.14675, 0, 0, 0.878816, 0.477161, 300, 0, 1), +(7199, 180764, 530, 1, 1, -1794.38, 5492.93, -11.3934, -2.53072, 0, 0, -0.953716, 0.300709, 300, 0, 1), +(7200, 180768, 530, 1, 1, -2635, 4420.16, 36.1353, 1.02974, 0, 0, 0.492422, 0.870357, 300, 0, 1), +(7206, 180768, 530, 1, 1, -2669.31, 4415.34, 35.8521, 0.436332, 0, 0, 0.216439, 0.976296, 300, 0, 1), +(7207, 180768, 530, 1, 1, -2662.7, 4401.05, 36.8522, 3.05433, 0, 0, 0.999048, 0.0436174, 300, 0, 1), +(7208, 180771, 0, 1, 1, -8580.63, 634.502, 96.338, -2.87979, 0, 0, -0.991445, 0.130528, 300, 0, 1), +(7209, 180772, 0, 1, 1, -8583.95, 633.334, 96.338, -2.87979, 0, 0, -0.991445, 0.130528, 300, 0, 1), +(7212, 180772, 0, 1, 1, -8582.3, 633.937, 96.338, -2.87979, 0, 0, -0.991445, 0.130528, 300, 0, 1), +(7213, 180772, 0, 1, 1, -8585.82, 632.98, 96.338, -2.87979, 0, 0, -0.991445, 0.130528, 300, 0, 1), +(7218, 180773, 571, 1, 1, 5739.93, 677.38, 648.574, -0.698132, 0, 0, -0.34202, 0.939693, 300, 0, 1), +(7220, 180773, 0, 1, 1, -8399.86, 677.257, 108.127, -2.49582, 0, 0, -0.948324, 0.317305, 300, 0, 1), +(7222, 180773, 571, 1, 1, 5828.04, 504.604, 663.942, -1.27409, 0, 0, -0.594823, 0.803857, 300, 0, 1), +(7230, 180775, 571, 1, 1, 5847.91, 588.422, 654.307, 2.00713, 0, 0, 0.843392, 0.537299, 300, 0, 1), +(7231, 180775, 571, 1, 1, 5888.69, 530.019, 644.236, 1.83259, 0, 0, 0.793352, 0.608764, 300, 0, 1), +(7233, 180775, 571, 1, 1, 5837.24, 507.428, 663.806, -1.23918, 0, 0, -0.580701, 0.814117, 300, 0, 1), +(7235, 180775, 571, 1, 1, 5862.43, 606.057, 654.389, 2.82743, 0, 0, 0.987688, 0.156436, 300, 0, 1), +(7236, 180775, 571, 1, 1, 5879.29, 527.823, 644.277, 1.76278, 0, 0, 0.771624, 0.636079, 300, 0, 1), +(7238, 180870, 1, 1, 1, 10159.8, 2604.5, 1332.37, -2.87979, 0, 0, -0.991445, 0.130528, 300, 0, 1), +(7241, 180870, 530, 1, 1, -1768.5, 5435.47, -11.199, -2.91469, 0, 0, -0.993571, 0.113208, 300, 0, 1), +(7244, 180870, 530, 1, 1, -1782.14, 5432.37, -11.1087, -2.96704, 0, 0, -0.996194, 0.0871655, 300, 0, 1), +(7245, 180870, 530, 1, 1, -1771.73, 5447.55, -11.1434, -2.87979, 0, 0, -0.991445, 0.130528, 300, 0, 1), +(7246, 180870, 571, 1, 1, 5822.37, 652.821, 648.454, 2.84488, 0, 0, 0.989015, 0.147813, 300, 0, 1), +(7247, 180870, 530, 1, 1, -1810.03, 5501.46, -11.4559, -2.47837, 0, 0, -0.945519, 0.325567, 300, 0, 1), +(7248, 180870, 530, 1, 1, -1812.15, 5493.6, -11.4976, -2.37364, 0, 0, -0.927182, 0.37461, 300, 0, 1), +(7250, 180870, 530, 1, 1, -1795.72, 5504.96, -11.4906, 0.453785, 0, 0, 0.224951, 0.97437, 300, 0, 1), +(7251, 180870, 530, 1, 1, -1797.88, 5485.51, -11.4143, 0.610864, 0, 0, 0.300705, 0.953717, 300, 0, 1), +(7252, 180871, 1, 1, 1, 10154.5, 2593.53, 1332.05, -3.00195, 0, 0, -0.997563, 0.0697646, 300, 0, 1), +(7254, 180871, 1, 1, 1, 10141.8, 2600.27, 1332.35, 0.296705, 0, 0, 0.147809, 0.989016, 300, 0, 1), +(7257, 180871, 571, 1, 1, 5827.15, 639.102, 648.376, 2.82743, 0, 0, 0.987688, 0.156436, 300, 0, 1), +(7258, 180872, 1, 1, 1, 10148.6, 2610.28, 1332.4, -1.3439, 0, 0, -0.622513, 0.782609, 300, 0, 1), +(7261, 180872, 530, 1, 1, -1791.49, 5499.04, -11.4212, -2.32129, 0, 0, -0.91706, 0.398748, 300, 0, 1), +(7262, 180873, 571, 1, 1, 5815.6, 643.039, 648.351, 0.890117, 0, 0, 0.430511, 0.902586, 300, 0, 1), +(7266, 180873, 571, 1, 1, 5818.44, 635.468, 648.362, 2.80997, 0, 0, 0.986285, 0.165053, 300, 0, 1), +(7268, 180873, 530, 1, 1, -1802.42, 5503.25, -11.3587, -2.68781, 0, 0, -0.97437, 0.22495, 300, 0, 1); + +DELETE FROM `game_event_gameobject` WHERE `guid` IN (7174, 7175, 7177, 7182, 7183, 7185, 7188, 7195, 7196, 7198, 7199, 7200, 7206, 7207, 7208, 7209, 7212, 7213, 7218, 7220, 7222, 7230, 7231, 7233, 7235, 7236, 7238, 7241, 7244, 7245, 7246, 7247, 7248, 7250, 7251, 7252, 7254, 7257, 7258, 7261, 7262, 7266, 7268) AND `eventEntry`=7; +INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES +(7, 7174),(7, 7175),(7, 7177),(7, 7182),(7, 7183),(7, 7185),(7, 7188),(7, 7195), +(7, 7196),(7, 7198),(7, 7199),(7, 7200),(7, 7206),(7, 7207),(7, 7208),(7, 7209), +(7, 7212),(7, 7213),(7, 7218),(7, 7220),(7, 7222),(7, 7230),(7, 7231),(7, 7233), +(7, 7235),(7, 7236),(7, 7238),(7, 7241),(7, 7244),(7, 7245),(7, 7246),(7, 7247), +(7, 7248),(7, 7250),(7, 7251),(7, 7252),(7, 7254),(7, 7257),(7, 7258),(7, 7261), +(7, 7262),(7, 7266),(7, 7268); diff --git a/sql/old/3.3.5a/world/64_2019_03_19/2019_03_18_01_world_335.sql b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_18_01_world_335.sql new file mode 100644 index 00000000000..8f89fa590a1 --- /dev/null +++ b/sql/old/3.3.5a/world/64_2019_03_19/2019_03_18_01_world_335.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 4362 AND `ConditionTypeOrReference`=30; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`, `NegativeCondition`) VALUES +(15, 4362, 0, 0, 30, 177491, 10, 0, 0, '', "Hide the gossip option if the gob is alreay spawned",1), +(15, 4362, 0, 2, 30, 177491, 10, 0, 0, '', "Hide the gossip option if the gob is alreay spawned",1), +(15, 4362, 1, 1, 30, 177491, 10, 0, 0, '', "Hide the gossip option if the gob is alreay spawned",1), +(15, 4362, 1, 3, 30, 177491, 10, 0, 0, '', "Hide the gossip option if the gob is alreay spawned",1); |