From 8778829a98e3d605031073dee1ee675a06d43730 Mon Sep 17 00:00:00 2001 From: DDuarte Date: Sat, 16 Apr 2016 18:48:11 +0100 Subject: SQLs: Update to the /sql/updates organization Update SQL files should now be in a sub-folder equal to the current branch name /sql/updates/auth/*.sql -> /sql/updates/auth/6.x/*.sql /sql/updates/characters/*.sql -> /sql/updates/characters/6.x/*.sql /sql/updates/hotfixes/*.sql -> /sql/hotfixes/world/6.x/*.sql /sql/updates/world/*.sql -> /sql/updates/world/6.x/*.sql This facilitates merges between the version branches --- sql/updates/auth/2016_04_11_00_auth.sql | 1 - sql/updates/auth/6.x/2016_04_11_00_auth.sql | 1 + sql/updates/auth/6.x/dummy | 0 sql/updates/auth/dummy | 0 .../characters/2016_04_11_00_characters.sql | 1 - .../characters/2016_04_11_01_characters.sql | 9 - .../characters/6.x/2016_04_11_00_characters.sql | 1 + .../characters/6.x/2016_04_11_01_characters.sql | 9 + sql/updates/characters/6.x/dummy | 0 sql/updates/characters/dummy | 0 sql/updates/hotfixes/2016_04_11_00_hotfixes.sql | 1 - .../hotfixes/6.x/2016_04_11_00_hotfixes.sql | 1 + sql/updates/hotfixes/6.x/dummy | 0 sql/updates/hotfixes/dummy | 0 sql/updates/world/2016_04_11_00_world.sql | 3 - sql/updates/world/2016_04_11_01_world.sql | 9 - sql/updates/world/2016_04_11_02_world.sql | 12 - sql/updates/world/2016_04_11_03_world.sql | 128 -------- sql/updates/world/2016_04_14_00_world.sql | 3 - sql/updates/world/2016_04_14_01_world.sql | 338 --------------------- sql/updates/world/2016_04_14_02_world.sql | 2 - .../world/2016_04_16_00_2016_04_16_01_world.sql | 307 ------------------- .../world/2016_04_16_01_2016_04_16_00_world.sql | 3 - .../world/2016_04_16_02_2016_04_16_02_world.sql | 39 --- .../world/2016_04_16_03_2016_04_16_03_world.sql | 2 - sql/updates/world/6.x/2016_04_11_00_world.sql | 3 + sql/updates/world/6.x/2016_04_11_01_world.sql | 9 + sql/updates/world/6.x/2016_04_11_02_world.sql | 12 + sql/updates/world/6.x/2016_04_11_03_world.sql | 128 ++++++++ sql/updates/world/6.x/2016_04_14_00_world.sql | 3 + sql/updates/world/6.x/2016_04_14_01_world.sql | 338 +++++++++++++++++++++ sql/updates/world/6.x/2016_04_14_02_world.sql | 2 + .../6.x/2016_04_16_00_2016_04_16_01_world.sql | 307 +++++++++++++++++++ .../6.x/2016_04_16_01_2016_04_16_00_world.sql | 3 + .../6.x/2016_04_16_02_2016_04_16_02_world.sql | 39 +++ .../6.x/2016_04_16_03_2016_04_16_03_world.sql | 2 + 36 files changed, 858 insertions(+), 858 deletions(-) delete mode 100644 sql/updates/auth/2016_04_11_00_auth.sql create mode 100644 sql/updates/auth/6.x/2016_04_11_00_auth.sql create mode 100644 sql/updates/auth/6.x/dummy delete mode 100644 sql/updates/auth/dummy delete mode 100644 sql/updates/characters/2016_04_11_00_characters.sql delete mode 100644 sql/updates/characters/2016_04_11_01_characters.sql create mode 100644 sql/updates/characters/6.x/2016_04_11_00_characters.sql create mode 100644 sql/updates/characters/6.x/2016_04_11_01_characters.sql create mode 100644 sql/updates/characters/6.x/dummy delete mode 100644 sql/updates/characters/dummy delete mode 100644 sql/updates/hotfixes/2016_04_11_00_hotfixes.sql create mode 100644 sql/updates/hotfixes/6.x/2016_04_11_00_hotfixes.sql create mode 100644 sql/updates/hotfixes/6.x/dummy delete mode 100644 sql/updates/hotfixes/dummy delete mode 100644 sql/updates/world/2016_04_11_00_world.sql delete mode 100644 sql/updates/world/2016_04_11_01_world.sql delete mode 100644 sql/updates/world/2016_04_11_02_world.sql delete mode 100644 sql/updates/world/2016_04_11_03_world.sql delete mode 100644 sql/updates/world/2016_04_14_00_world.sql delete mode 100644 sql/updates/world/2016_04_14_01_world.sql delete mode 100644 sql/updates/world/2016_04_14_02_world.sql delete mode 100644 sql/updates/world/2016_04_16_00_2016_04_16_01_world.sql delete mode 100644 sql/updates/world/2016_04_16_01_2016_04_16_00_world.sql delete mode 100644 sql/updates/world/2016_04_16_02_2016_04_16_02_world.sql delete mode 100644 sql/updates/world/2016_04_16_03_2016_04_16_03_world.sql create mode 100644 sql/updates/world/6.x/2016_04_11_00_world.sql create mode 100644 sql/updates/world/6.x/2016_04_11_01_world.sql create mode 100644 sql/updates/world/6.x/2016_04_11_02_world.sql create mode 100644 sql/updates/world/6.x/2016_04_11_03_world.sql create mode 100644 sql/updates/world/6.x/2016_04_14_00_world.sql create mode 100644 sql/updates/world/6.x/2016_04_14_01_world.sql create mode 100644 sql/updates/world/6.x/2016_04_14_02_world.sql create mode 100644 sql/updates/world/6.x/2016_04_16_00_2016_04_16_01_world.sql create mode 100644 sql/updates/world/6.x/2016_04_16_01_2016_04_16_00_world.sql create mode 100644 sql/updates/world/6.x/2016_04_16_02_2016_04_16_02_world.sql create mode 100644 sql/updates/world/6.x/2016_04_16_03_2016_04_16_03_world.sql (limited to 'sql') diff --git a/sql/updates/auth/2016_04_11_00_auth.sql b/sql/updates/auth/2016_04_11_00_auth.sql deleted file mode 100644 index be8a4d21b66..00000000000 --- a/sql/updates/auth/2016_04_11_00_auth.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/auth/6.x/2016_04_11_00_auth.sql b/sql/updates/auth/6.x/2016_04_11_00_auth.sql new file mode 100644 index 00000000000..be8a4d21b66 --- /dev/null +++ b/sql/updates/auth/6.x/2016_04_11_00_auth.sql @@ -0,0 +1 @@ +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/auth/6.x/dummy b/sql/updates/auth/6.x/dummy new file mode 100644 index 00000000000..e69de29bb2d diff --git a/sql/updates/auth/dummy b/sql/updates/auth/dummy deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/sql/updates/characters/2016_04_11_00_characters.sql b/sql/updates/characters/2016_04_11_00_characters.sql deleted file mode 100644 index be8a4d21b66..00000000000 --- a/sql/updates/characters/2016_04_11_00_characters.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/characters/2016_04_11_01_characters.sql b/sql/updates/characters/2016_04_11_01_characters.sql deleted file mode 100644 index bdc6532b1e2..00000000000 --- a/sql/updates/characters/2016_04_11_01_characters.sql +++ /dev/null @@ -1,9 +0,0 @@ -DROP TABLE IF EXISTS `blackmarket_auctions`; -CREATE TABLE `blackmarket_auctions` ( - `marketId` int(10) NOT NULL DEFAULT '0', - `currentBid` bigint(20) unsigned NOT NULL DEFAULT '0', - `time` int(10) NOT NULL DEFAULT '0', - `numBids` int(10) NOT NULL DEFAULT '0', - `bidder` bigint(20) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`marketId`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; diff --git a/sql/updates/characters/6.x/2016_04_11_00_characters.sql b/sql/updates/characters/6.x/2016_04_11_00_characters.sql new file mode 100644 index 00000000000..be8a4d21b66 --- /dev/null +++ b/sql/updates/characters/6.x/2016_04_11_00_characters.sql @@ -0,0 +1 @@ +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/characters/6.x/2016_04_11_01_characters.sql b/sql/updates/characters/6.x/2016_04_11_01_characters.sql new file mode 100644 index 00000000000..bdc6532b1e2 --- /dev/null +++ b/sql/updates/characters/6.x/2016_04_11_01_characters.sql @@ -0,0 +1,9 @@ +DROP TABLE IF EXISTS `blackmarket_auctions`; +CREATE TABLE `blackmarket_auctions` ( + `marketId` int(10) NOT NULL DEFAULT '0', + `currentBid` bigint(20) unsigned NOT NULL DEFAULT '0', + `time` int(10) NOT NULL DEFAULT '0', + `numBids` int(10) NOT NULL DEFAULT '0', + `bidder` bigint(20) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`marketId`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; diff --git a/sql/updates/characters/6.x/dummy b/sql/updates/characters/6.x/dummy new file mode 100644 index 00000000000..e69de29bb2d diff --git a/sql/updates/characters/dummy b/sql/updates/characters/dummy deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/sql/updates/hotfixes/2016_04_11_00_hotfixes.sql b/sql/updates/hotfixes/2016_04_11_00_hotfixes.sql deleted file mode 100644 index be8a4d21b66..00000000000 --- a/sql/updates/hotfixes/2016_04_11_00_hotfixes.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/hotfixes/6.x/2016_04_11_00_hotfixes.sql b/sql/updates/hotfixes/6.x/2016_04_11_00_hotfixes.sql new file mode 100644 index 00000000000..be8a4d21b66 --- /dev/null +++ b/sql/updates/hotfixes/6.x/2016_04_11_00_hotfixes.sql @@ -0,0 +1 @@ +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/hotfixes/6.x/dummy b/sql/updates/hotfixes/6.x/dummy new file mode 100644 index 00000000000..e69de29bb2d diff --git a/sql/updates/hotfixes/dummy b/sql/updates/hotfixes/dummy deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/sql/updates/world/2016_04_11_00_world.sql b/sql/updates/world/2016_04_11_00_world.sql deleted file mode 100644 index ce23f38b840..00000000000 --- a/sql/updates/world/2016_04_11_00_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -UPDATE `version` SET `db_version`='TDB 6.04', `cache_id`=4 LIMIT 1; - -UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/world/2016_04_11_01_world.sql b/sql/updates/world/2016_04_11_01_world.sql deleted file mode 100644 index deb85a59222..00000000000 --- a/sql/updates/world/2016_04_11_01_world.sql +++ /dev/null @@ -1,9 +0,0 @@ --- --- Spawn Firelands portal -SET @OGUID:= 300914; -DELETE FROM `gameobject` WHERE `guid`=@OGUID; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES -(@OGUID+0, 214611, 720, 0, 0, 120, 169, -560.341, 322.966, 115.636, 5.95157, 0, 0, -0.165047, 0.986286, 7200, 255, 1, 15595); - --- correct spawn location for creature ID 6124, Captain Beld: -UPDATE `creature` SET `map`= 0 WHERE `guid`= 349908 AND `id`= 6124; diff --git a/sql/updates/world/2016_04_11_02_world.sql b/sql/updates/world/2016_04_11_02_world.sql deleted file mode 100644 index 2c362b80564..00000000000 --- a/sql/updates/world/2016_04_11_02_world.sql +++ /dev/null @@ -1,12 +0,0 @@ -DROP TABLE IF EXISTS `blackmarket_template`; -CREATE TABLE `blackmarket_template` ( - `marketId` int(10) NOT NULL DEFAULT '0', - `sellerNpc` mediumint(8) NOT NULL DEFAULT '0', - `itemEntry` mediumint(8) unsigned NOT NULL DEFAULT '0', - `quantity` int(10) NOT NULL DEFAULT '1', - `minBid` bigint(20) unsigned NOT NULL DEFAULT '0', - `duration` int(10) NOT NULL DEFAULT '0', - `chance` float NOT NULL DEFAULT '0', - `bonusListIDs` text, - PRIMARY KEY (`marketId`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/sql/updates/world/2016_04_11_03_world.sql b/sql/updates/world/2016_04_11_03_world.sql deleted file mode 100644 index 8ce24c917f9..00000000000 --- a/sql/updates/world/2016_04_11_03_world.sql +++ /dev/null @@ -1,128 +0,0 @@ --- -UPDATE `creature_template` SET `difficulty_entry_1`=48748 WHERE `entry`=39870; -UPDATE `creature_template` SET `difficulty_entry_1`=48595 WHERE `entry`=39890; -UPDATE `creature_template` SET `difficulty_entry_1`=48754 WHERE `entry`=39873; -UPDATE `creature_template` SET `difficulty_entry_1`=48611 WHERE `entry`=41073; -UPDATE `creature_template` SET `difficulty_entry_1`=48597 WHERE `entry`=39962; -UPDATE `creature_template` SET `difficulty_entry_1`=48509 WHERE `entry`=39450; -UPDATE `creature_template` SET `difficulty_entry_1`=48661 WHERE `entry`=39854; -UPDATE `creature_template` SET `difficulty_entry_1`=48669 WHERE `entry`=39954; -UPDATE `creature_template` SET `difficulty_entry_1`=48666 WHERE `entry`=39956; -UPDATE `creature_template` SET `difficulty_entry_1`=48652 WHERE `entry`=39405; -UPDATE `creature_template` SET `difficulty_entry_1`=48667 WHERE `entry`=40448; -UPDATE `creature_template` SET `difficulty_entry_1`=48746 WHERE `entry`=40291; -UPDATE `creature_template` SET `difficulty_entry_1`=48680 WHERE `entry`=39909; -UPDATE `creature_template` SET `difficulty_entry_1`=48654 WHERE `entry`=39381; -UPDATE `creature_template` SET `difficulty_entry_1`=48677 WHERE `entry`=39415; -UPDATE `creature_template` SET `difficulty_entry_1`=48676 WHERE `entry`=39414; -UPDATE `creature_template` SET `difficulty_entry_1`=48750 WHERE `entry`=40270; -UPDATE `creature_template` SET `difficulty_entry_1`=48753 WHERE `entry`=40273; -UPDATE `creature_template` SET `difficulty_entry_1`=48751 WHERE `entry`=40272; -UPDATE `creature_template` SET `difficulty_entry_1`=48610 WHERE `entry`=40306; -UPDATE `creature_template` SET `difficulty_entry_1`=48682 WHERE `entry`=39626; -UPDATE `creature_template` SET `difficulty_entry_1`=48744 WHERE `entry`=40268; -UPDATE `creature_template` SET `difficulty_entry_1`=48653 WHERE `entry`=40290; -UPDATE `creature_template` SET `difficulty_entry_1`=48337 WHERE `entry`=39625; -UPDATE `creature_template` SET `difficulty_entry_1`=48695 WHERE `entry`=40167; -UPDATE `creature_template` SET `difficulty_entry_1`=48693 WHERE `entry`=40166; -UPDATE `creature_template` SET `difficulty_entry_1`=48818 WHERE `entry`=39392; -UPDATE `creature_template` SET `difficulty_entry_1`=48784 WHERE `entry`=40319; -UPDATE `creature_template` SET `difficulty_entry_1`=48801 WHERE `entry`=40320; -UPDATE `creature_template` SET `difficulty_entry_1`=48702 WHERE `entry`=40177; -UPDATE `creature_template` SET `difficulty_entry_1`=48822 WHERE `entry`=40484; -UPDATE `creature_template` SET `difficulty_entry_1`=48350 WHERE `entry`=39984; -UPDATE `creature_template` SET `difficulty_entry_1`=48348 WHERE `entry`=45467; -UPDATE `creature_template` SET `difficulty_entry_1`=48755 WHERE `entry`=41095; -UPDATE `creature_template` SET `difficulty_entry_1`=48828 WHERE `entry`=40600; -UPDATE `creature_template` SET `difficulty_entry_1`=48845 WHERE `entry`=48844; -UPDATE `creature_template` SET `difficulty_entry_1`=48832 WHERE `entry`=39388; -UPDATE `creature_template` SET `difficulty_entry_1`=48745 WHERE `entry`=39855; -UPDATE `creature_template` SET `difficulty_entry_1`=48657 WHERE `entry`=40293; -UPDATE `creature_template` SET `difficulty_entry_1`=48662 WHERE `entry`=40294; -UPDATE `creature_template` SET `difficulty_entry_1`=48785 WHERE `entry`=40357; - -UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=67141696, `unit_flags2`=2048, `spell1`=91937, `spell2`=74846, `spell3`=90250, `spell4`=74670, `VehicleId`=0, `mingold`=20004, `maxgold`=20004, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48337; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=2, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=7, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48348; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=2.8, `speed_run`=1, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=74699, `spell4`=90169, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=7, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48350; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=6367, `maxgold`=6367, `DamageModifier`=7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48509; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76603, `spell2`=90487, `spell3`=76596, `spell4`=90486, `VehicleId`=0, `mingold`=12181, `maxgold`=12181, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48595; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=74561, `spell2`=76720, `spell3`=90491, `spell4`=90522, `VehicleId`=0, `mingold`=12187, `maxgold`=12187, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48597; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76729, `spell2`=90526, `spell3`=76727, `spell4`=0, `VehicleId`=0, `mingold`=12158, `maxgold`=12158, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48610; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76729, `spell2`=90526, `spell3`=76727, `spell4`=0, `VehicleId`=0, `mingold`=12188, `maxgold`=12188, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48611; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76314, `spell2`=90308, `spell3`=76332, `spell4`=90653, `VehicleId`=0, `mingold`=12188, `maxgold`=12188, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48652; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76314, `spell2`=90308, `spell3`=76332, `spell4`=90653, `VehicleId`=0, `mingold`=12139, `maxgold`=12139, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48653; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76404, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12151, `maxgold`=12151, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48654; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108944, `unit_flags2`=33554432, `spell1`=76378, `spell2`=76394, `spell3`=90659, `spell4`=0, `VehicleId`=0, `mingold`=12171, `maxgold`=12171, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48661; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=90665, `spell2`=76411, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12161, `maxgold`=12161, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48666; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=537133120, `unit_flags2`=33554432, `spell1`=90665, `spell2`=76411, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12142, `maxgold`=12142, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48667; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76416, `spell2`=90668, `spell3`=90673, `spell4`=76418, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48669; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76557, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12196, `maxgold`=12196, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48676; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76514, `spell2`=90692, `spell3`=76517, `spell4`=90693, `VehicleId`=779, `mingold`=12166, `maxgold`=12166, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48677; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=90697, `spell2`=76620, `spell3`=76626, `spell4`=90695, `VehicleId`=0, `mingold`=12136, `maxgold`=12136, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48680; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=90705, `spell2`=76679, `spell3`=76685, `spell4`=90704, `VehicleId`=0, `mingold`=12148, `maxgold`=12148, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48682; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=262208, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12193, `maxgold`=12193, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48693; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=294976, `unit_flags2`=2048, `spell1`=90715, `spell2`=76711, `spell3`=76715, `spell4`=90712, `VehicleId`=0, `mingold`=12157, `maxgold`=12157, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48695; -UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=1771, `speed_walk`=2, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=64, `unit_flags2`=67584, `spell1`=74976, `spell2`=90737, `spell3`=75056, `spell4`=90756, `VehicleId`=733, `mingold`=19994, `maxgold`=19994, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48702; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76822, `spell2`=76823, `spell3`=76826, `spell4`=90839, `VehicleId`=0, `mingold`=12214, `maxgold`=12214, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48744; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76369, `spell2`=90303, `spell3`=90844, `spell4`=76340, `VehicleId`=0, `mingold`=12832, `maxgold`=12832, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48745; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76369, `spell2`=90303, `spell3`=90844, `spell4`=76340, `VehicleId`=0, `mingold`=12153, `maxgold`=12153, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48746; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76766, `spell2`=90851, `spell3`=76765, `spell4`=90849, `VehicleId`=0, `mingold`=12161, `maxgold`=12161, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48748; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76578, `spell2`=90856, `spell3`=76579, `spell4`=90858, `VehicleId`=0, `mingold`=12150, `maxgold`=12150, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48750; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=90867, `spell2`=76792, `spell3`=76779, `spell4`=90866, `VehicleId`=0, `mingold`=12179, `maxgold`=12179, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48751; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76797, `spell2`=90870, `spell3`=76794, `spell4`=90868, `VehicleId`=0, `mingold`=12185, `maxgold`=12185, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48753; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90872, `spell2`=76816, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12174, `maxgold`=12174, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48754; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33556480, `spell1`=90875, `spell2`=76817, `spell3`=75931, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48755; -UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90915, `spell2`=75245, `spell3`=76303, `spell4`=0, `VehicleId`=0, `mingold`=20026, `maxgold`=20026, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48784; -UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90950, `spell2`=75328, `spell3`=75321, `spell4`=0, `VehicleId`=737, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=617299967, `flags_extra`=0 WHERE `entry`=48801; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=0.912699, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=91028, `spell2`=75755, `spell3`=75569, `spell4`=79467, `VehicleId`=0, `mingold`=12136, `maxgold`=12136, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48818; -UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=134219776, `spell1`=79466, `spell2`=91081, `spell3`=75789, `spell4`=91091, `VehicleId`=0, `mingold`=20003, `maxgold`=20003, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48822; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=3.6, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=75755, `spell2`=91028, `spell3`=91049, `spell4`=75520, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48828; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=33554432, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48832; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=3.6, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=91028, `spell2`=91049, `spell3`=91040, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48845; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76404, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12159, `maxgold`=12159, `DamageModifier`=35, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48657; -UPDATE `creature_template` SET `minlevel`=84, `maxlevel`=84, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76378, `spell2`=76394, `spell3`=90659, `spell4`=0, `VehicleId`=0, `mingold`=12148, `maxgold`=12148, `DamageModifier`=36.2, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48662; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1.55556, `speed_run`=1, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48785; - --- Drake Part -DELETE FROM `creature` WHERE `id` =42571 AND `guid` NOT IN (339783,339784,339782,339781,339780); -UPDATE `creature` SET `position_z`=345.94 WHERE `guid` IN (340008, 340378, 339966, 339890, 340283, 340293); -UPDATE `creature` SET `position_z`=236.371 WHERE `guid` IN (339824); - -DELETE FROM `creature` WHERE `guid` IN (340373,339903,340376,340101,340122,340085,339912,339961,340018,340118,340112,339905,339892,340108,340384,339899,340086,339970,340000,340380,340083,339964,340096,340075,339768,340016,339830,339894,340011,339962,340093,339898,339904,340124,340087,340074,339889,340110,340381,340377,340119,339906,340017,339827,340111,340386,340082,339992,339914,339773,340100,339893,339965,339767,339764,339911,339762,340363,340327,340297,340367,340339,340255,340202,340354,340371,340308,340331,340369,340305,340152,340286,340312,340375,340343,340161,340359,340365,340313,340145,340334,340304,340158,340181,340150,340374,340366,340364,340095,340356,340368,340370,340301,340329,340089,340314,340361,340285,340274,340239,340296,340309,340340,340311,340128,340310,340287,340151,340267,340341,340298,340362,340358,340306,340162,340315,340254,340338,340133); -INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES -(340373,40268,670,0, 0, 6, 169, 0, 0, 1, -575.284485, -699.97735, 268.7676, 2.968479, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(339903,39626,670,0, 0, 6, 169, 0, 0, 1, -576.561523, -697.73522, 268.7684, 2.891018, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340376,39909,670,0, 0, 6, 169, 0, 0, 1, -575.046631, -694.11480, 268.7675, 2.919857, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340101,40448,670,0, 0, 6, 169, 0, 0, 1, -572.992798, -691.09594, 268.7675, 3.017984, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340122,39870,670,0, 0, 6, 169, 0, 0, 1, -539.585022, -696.51318, 268.7684, 0.616211, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340085,40270,670,0, 0, 6, 169, 0, 0, 1, -533.775879, -703.29345, 268.7672, 1.334843, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(339912,40270,670,0, 0, 6, 169, 0, 0, 1, -656.722656, -725.30139, 269.1153, 1.425167, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(339961,39870,670,0, 0, 6, 169, 0, 0, 1, -649.716675, -728.94116, 269.1172, 1.939608, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340018,40448,670,0, 0, 6, 169, 0, 0, 1, -481.643921, -735.08947, 268.7677, 0.136811, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340118,39909,670,0, 0, 6, 169, 0, 0, 1, -477.318787, -739.53515, 268.7677, 0.221161, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340112,40268,670,0, 0, 6, 169, 0, 0, 1, -479.162567, -745.30114, 268.7677, 0.423481, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(339905,42570,670,0, 0, 6, 169, 0, 0, 0, -440.726013, -335.56201, 268.8160, 3.124140, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(339892,42570,670,0, 0, 6, 169, 0, 0, 0, -443.128998, -350.76599, 267.6069, 2.583090, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340108,42570,670,0, 0, 6, 169, 0, 0, 0, -436.037994, -371.02099, 269.0480, 2.600540, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(340384,42570,670,0, 0, 6, 169, 0, 0, 0, -435.717010, -387.11499, 267.7959, 1.937310, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(339899,42570,670,0, 0, 6, 169, 0, 0, 0, -450.401001, -387.39099, 268.9590, 1.151920, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0); - -UPDATE `creature` SET `id`=42571 WHERE `guid` IN (339783,339784,339782,339781,339780); -UPDATE `creature` SET `equipment_id`=1 WHERE `map`=670 AND `id` IN (SELECT `CreatureID` FROM `creature_equip_template`); -UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (40197, 42495); -UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN(40566, 44314); -UPDATE `creature_template` SET `unit_flags`=`unit_flags`|131072, `flags_extra`=`flags_extra`|2 WHERE `entry` IN(42570); - -DELETE FROM `creature_template_addon` WHERE `entry` IN (42496, 42495, 39294, 42571); -INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`auras`) VALUES -(42496,0,1, "39199"), -(42495,0,1, "39199"), -(42571,0,1, "79377"), -(39294,0,1, ""); - --- Ground Siege Stalker -UPDATE `creature_template` SET `flags_extra`=130 WHERE `entry`=40030; --- Blitz Stalker -UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry`=40040; --- Shadow Gale Trigger -UPDATE `creature_template` SET `flags_extra`=130 WHERE `entry`=40567; diff --git a/sql/updates/world/2016_04_14_00_world.sql b/sql/updates/world/2016_04_14_00_world.sql deleted file mode 100644 index bf81e4ae857..00000000000 --- a/sql/updates/world/2016_04_14_00_world.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -DELETE FROM `creature_template_addon` WHERE `entry` IN (39859, 38821, 34527, 35845); -UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=128 WHERE `entry` IN (39859, 38821, 34527, 35845); diff --git a/sql/updates/world/2016_04_14_01_world.sql b/sql/updates/world/2016_04_14_01_world.sql deleted file mode 100644 index d6630007c03..00000000000 --- a/sql/updates/world/2016_04_14_01_world.sql +++ /dev/null @@ -1,338 +0,0 @@ --- -SET @Oguid:=235252; -DELETE FROM `gameobject` WHERE `map`=34; -DELETE FROM `gameobject` WHERE `guid` BETWEEN @Oguid+0 AND @Oguid+33; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES -(@Oguid+0, 206117, 34, 0, 0, 2, 169, 0, 80.1872, -21.7123, -26.5229, 0.95993, 0, 0, 0.461748, 0.887011, 7200, 255, 1, 0), -(@Oguid+1, 206038, 34, 0, 0, 2, 169, 0, 126.142, -33.6665, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+2, 206038, 34, 0, 0, 2, 169, 0, 77.1255, -85.7675, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+3, 206039, 34, 0, 0, 2, 169, 0, 136.405, -62.4725, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+4, 206038, 34, 0, 0, 2, 169, 0, 105.513, -34.6987, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+5, 206038, 34, 0, 0, 2, 169, 0, 117.186, -49.3382, -33.5413, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+6, 206038, 34, 0, 0, 2, 169, 0, 113.598, -79.2585, -31.5162, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+7, 206039, 34, 0, 0, 2, 169, 0, 82.5491, -86.3351, -32.9531, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+8, 206038, 34, 0, 0, 2, 169, 0, 118.107, -91.1957, -33.6035, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+9, 206038, 34, 0, 0, 2, 169, 0, 100.02, -44.5863, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+10, 206038, 34, 0, 0, 2, 169, 0, 97.0995, -96.3035, -35.1896, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+11, 206038, 34, 0, 0, 2, 169, 0, 102.467, -53.2114, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+12, 206038, 34, 0, 0, 2, 169, 0, 125.139, -69.8723, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+13, 206038, 34, 0, 0, 2, 169, 0, 128.726, -62.7564, -33.3152, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+14, 206039, 34, 0, 0, 2, 169, 0, 104.716, -92.3675, -34.977, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+15, 206038, 34, 0, 0, 2, 169, 0, 133.237, -36.2304, -33.545, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+16, 206039, 34, 0, 0, 2, 169, 0, 113.787, -68.6769, -34.4421, -0.890117, 0, 0, -0.43051, 0.902586, 7200, 255, 1, 0), -(@Oguid+17, 206039, 34, 0, 0, 2, 169, 0, 114.113, -116.77, -35.1896, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+18, 206039, 34, 0, 0, 2, 169, 0, 139.263, -37.9274, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+19, 206038, 34, 0, 0, 2, 169, 0, 133.514, -112.958, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+20, 206039, 34, 0, 0, 2, 169, 0, 130.886, -127.941, -33.9396, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+21, 206038, 34, 0, 0, 2, 169, 0, 100.471, -63.4066, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+22, 206039, 34, 0, 0, 2, 169, 0, 143.322, -80.2735, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+23, 206038, 34, 0, 0, 2, 169, 0, 85.4526, -102.806, -32.4805, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+24, 206038, 34, 0, 0, 2, 169, 0, 122.655, -48.4107, -31.062, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+25, 206038, 34, 0, 0, 2, 169, 0, 159.953, -56.0504, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+26, 206039, 34, 0, 0, 2, 169, 0, 118.08, -105.927, -35.1896, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+27, 206038, 34, 0, 0, 2, 169, 0, 106.757, -89.6077, -31.5528, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+28, 206038, 34, 0, 0, 2, 169, 0, 130.461, -39.3777, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+29, 206038, 34, 0, 0, 2, 169, 0, 92.377, -116.607, -31.0731, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+30, 206039, 34, 0, 0, 2, 169, 0, 143.363, -53.1464, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0), -(@Oguid+31, 206038, 34, 0, 0, 2, 169, 0, 123.561, -71.0415, -28.8443, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+32, 206038, 34, 0, 0, 2, 169, 0, 136.253, -50.0208, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), -(@Oguid+33, 206038, 34, 0, 0, 2, 169, 0, 127.26, -125.315, -32.7396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0); - -SET @Cguid:= 375668; -DELETE FROM `creature` WHERE `map`=34; -DELETE FROM `creature` WHERE `guid` BETWEEN @Cguid+0 AND @Cguid+142; -INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES -(@Cguid+0, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 138.8, 68.2195, -33.8563, 3.75246, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), -(@Cguid+1, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 143.643, 107.928, -35.1063, 1.09956, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+2, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 142.502, 111.638, -35.1063, 5.49779, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+3, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 145.88, 111.855, -35.1063, 3.49066, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+4, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 147.363, 102.737, -35.1896, 4.74935, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 1 -(@Cguid+5, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 126.643, 48.8055, -33.8563, 5.34071, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+6, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 99.583, -39.0376, -34.8562, 2.37755, 7200, 0, 0, 2284, 1236, 2, 0, 0, 0, 0), -- 2 -(@Cguid+7, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 79.106, -96.1999, -33.9396, 2.88742, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+8, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 142.243, -74.6631, -34.8562, 0.60646, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+9, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 115.934, -62.6386, -34.8561, 2.66776, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 3 -(@Cguid+10, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 130.089, -115.885, -33.9396, 2.24391, 7200, 5, 0, 2132, 1162, 1, 0, 0, 0, 0), -(@Cguid+11, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 143.314, -42.6761, -34.8562, 3.36318, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+12, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 140.377, 88.779, -33.8563, 5.16617, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+13, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 145.945, 87.9651, -33.8563, 3.49066, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+14, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 115.646, 46.6108, -34.8562, 3.05838, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+15, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 169.457, 131.567, -33.9396, 0.0420607, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+16, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 128.467, 60.6504, -33.8563, 5.60251, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+17, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 151.236, 61.0594, -34.7729, 2.3911, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+18, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 151.978, 65.7358, -34.7729, 4.2586, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+19, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 124.068, 119.782, -33.9396, 2.84049, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+20, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 114.621, 71.3001, -34.7729, 0.383972, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+21, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 118.116, 75.7636, -34.7729, 4.2586, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+22, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 119.789, 125.887, -33.9396, 2.52888, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), -(@Cguid+23, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 149.402, 39.6148, -34.7729, 1.25664, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+24, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 150.557, 45.8164, -34.7729, 3.80482, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+25, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 190.948, 92.736, -33.9396, 3.35267, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+26, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 91.4122, -133.32, -33.9396, 0.911975, 7200, 5, 0, 302, 0, 1, 0, 0, 0, 0), -(@Cguid+27, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 95.1225, -58.5109, -34.8562, 0.875983, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+28, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 134.673, -122.773, -33.9396, 5.86751, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+29, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 111.376, -45.8854, -34.8562, 5.65932, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+30, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 105.616, -57.7929, -34.8562, 5.6134, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+31, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 109.941, -100.341, -35.1896, -0.611966, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+32, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 125.033, -55.2645, -33.8563, 1.8326, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+33, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 128.403, -51.1683, -33.8563, 1.8326, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+34, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 116.784, -84.3837, -33.9396, 0.986595, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+35, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 89.6001, -143.828, -33.9396, 3.61654, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0), -(@Cguid+36, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 130.427, -116.848, -33.9396, 2.46724, 7200, 5, 0, 2132, 1162, 1, 0, 0, 0, 0), -(@Cguid+37, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 102.054, 0.80921, -25.5229, 3.68265, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+38, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 114.333, -2.55397, -25.5229, 1.18682, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+39, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.162, -2.44849, -25.5229, 1.93731, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 4 -(@Cguid+40, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.28, -0.705868, -25.6062, 4.72614, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 5 -(@Cguid+41, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 113.127, -13.4419, -26.4396, 2.19912, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+42, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.682, -15.3287, -26.4396, 2.3911, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 6 -(@Cguid+43, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 112.539, -18.1699, -26.4396, 3.54302, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+44, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 100.19, 1.53123, -25.6062, -2.79082, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+45, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 133.763, 3.99191, -25.5229, 4.13643, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+46, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 132.188, 5.22533, -25.5229, 3.75246, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 7 -(@Cguid+47, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 120.915, 0.512058, -25.6062, 3.24348, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 8 -(@Cguid+48, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 135.391, 5.12026, -24.3964, -2.53755, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+49, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 161.964, 5.82574, -25.5229, 5.96903, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+50, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 164.323, 5.37318, -25.5229, 3.01942, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+51, 46264, 34, 0, 0, 2, 169, 0, 1204, 0, 99.4527, -116.802, -35.1063, 1.09956, 43200, 0, 0, 15250, 3930, 0, 0, 0, 0, 0), -(@Cguid+52, 46254, 34, 0, 0, 2, 169, 0, 501, 1, 158.016, 116.564, -35.1063, 4.2586, 43200, 0, 0, 23456, 0, 0, 0, 0, 0, 0), -(@Cguid+53, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 132.665, 123.228, -33.9396, 0.0124326, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+54, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 164.711, 135.636, -33.9396, 6.06013, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), -(@Cguid+55, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 132.976, 40.8171, -33.8563, 3.90954, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+56, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 159.443, 98.5626, -35.1063, 0.191986, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+57, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 161.406, 97.0804, -35.1063, 2.72271, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), -(@Cguid+58, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 161.415, 100.436, -35.1063, 3.89208, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+59, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 171.285, 135.533, -33.9396, 2.47638, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+60, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 112.905, 42.6389, -34.7729, 1.25664, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), -(@Cguid+61, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 110.525, 50.7815, -34.7729, 5.39307, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+62, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 178.448, 98.6488, -33.9396, 0.533069, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), -(@Cguid+63, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 179.873, 90.7396, -33.9396, 2.95521, 7200, 0, 0, 2420, 0, 2, 0, 0, 0, 0), -- 9 -(@Cguid+64, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 147.842, 43.3093, -34.8562, 6.19657, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), -(@Cguid+65, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 154.114, 100.941, -35.1896, 3.43802, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 10 -(@Cguid+66, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 138.332, -126.504, -33.9396, 2.10357, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0), -(@Cguid+67, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 117.771, -75.4089, -33.8563, 0, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+68, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 119.77, -81.5856, -33.8563, 0, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0), -(@Cguid+69, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 125.86, -61.6993, -33.9396, 1.00045, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 11 -(@Cguid+70, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 99.3459, -102.593, -35.1063, 0.436332, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+71, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 105.885, -101.519, -35.1063, 1.69297, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+72, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 111.092, -98.399, -35.1896, 4.32032, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0), -(@Cguid+73, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 151.518, -47.9823, -34.8562, 2.91744, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 12 -(@Cguid+74, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 154.18, -69.5024, -34.8562, 5.11699, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), -(@Cguid+75, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 146.644, -49.8948, -34.8562, 1.7966, 7200, 0, 0, 2284, 1236, 2, 0, 0, 0, 0), -- 13 -(@Cguid+76, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 113.612, -59.6646, -34.8562, 1.07341, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+77, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 91.3291, -133.327, -33.9396, 2.51738, 7200, 5, 0, 302, 0, 1, 0, 0, 0, 0), -(@Cguid+78, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 77.8695, -88.568, -33.9396, 6.13929, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+79, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 104.795, -29.1012, -26.4396, 0.864969, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 14 -(@Cguid+80, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 151.833, 0.695342, -25.6062, 1.42085, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+81, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 136.11, 2.21884, -25.6062, 5.32628, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+82, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 151.78, -0.610041, -25.6062, 2.92175, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+83, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 141.334, -0.052255, -25.6062, 2.70265, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+84, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 138.974, 3.55755, -25.6062, 5.04733, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+85, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 101.52, -27.0801, -26.4396, 5.20108, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+86, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.542, -28.7851, -26.4396, 5.86431, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 15 -(@Cguid+87, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 103.314, -31.4143, -26.4396, 1.88496, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+88, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 108.927, 21.8863, -26.5229, 2.2088, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+89, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 102.194, 3.97128, -25.5229, 3.56047, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+90, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.528, 3.50848, -25.5229, 3.7705, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 16 -(@Cguid+91, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 93.2359, -0.0572555, -25.6062, 3.70497, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 17 -(@Cguid+92, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 98.96, -1.139, -25.6062, -0.0470873, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), -(@Cguid+93, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 112.535, 23.3279, -26.4396, 4.13643, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+94, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 110.96, 24.5613, -26.4396, 3.75246, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 18 -(@Cguid+95, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.84, 18.6591, -26.4396, 2.16421, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -(@Cguid+96, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 132.009, 1.1699, -25.5229, 2.53995, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 19 -(@Cguid+97, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 109.06, -15.5223, -26.5229, 1.99201, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 20 -(@Cguid+98, 46383, 34, 0, 0, 2, 169, 0, 35068, 1, 172.463, -2.24164, -25.5229, 2.72271, 43200, 0, 0, 17475, 0, 0, 0, 0, 0, 0), -(@Cguid+99, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 126.23, -33.708, -33.8563, 0.785398, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0), -(@Cguid+100, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 97.0772, -96.3446, -35.1063, 1.36136, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0), -(@Cguid+101, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 100.069, -44.6332, -34.7729, 1.36136, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0), -(@Cguid+102, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 125.168, -69.6588, -33.8563, 1.36136, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0), -(@Cguid+103, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 130.365, -39.4408, -33.8563, 4.01426, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0), -(@Cguid+104, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 136.265, -50.0503, -34.7729, 0.837758, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0), -(@Cguid+105, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 77.1173, -85.7022, -33.8563, 1.36136, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0), -(@Cguid+106, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 100.481, -63.3902, -34.7729, 4.41568, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0), -(@Cguid+107, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.7384, -0.682292, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), -(@Cguid+108, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 78.6935, 15.392, -26.4396, 0.610865, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+109, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 77.0925, 3.23572, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), -(@Cguid+110, 46406, 34, 0, 0, 2, 169, 0, 2990, 1, 76.7786, -1.54392, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), -(@Cguid+111, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 89.3952, 9.3915, -26.4396, 3.40339, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 21 -(@Cguid+112, 46407, 34, 0, 0, 2, 169, 0, 2988, 0, 91.6768, -29.3938, -26.4396, 3.12414, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+113, 46408, 34, 0, 0, 2, 169, 0, 2992, 0, 90.7331, -8.76813, -26.4396, 4.13643, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+114, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 90.0439, -2.58535, -25.5229, 0.139626, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 22 -(@Cguid+115, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.9916, 4.26081, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), -(@Cguid+116, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.7236, -2.62016, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), -(@Cguid+117, 46407, 34, 0, 0, 2, 169, 0, 2987, 0, 78.9247, -27.3705, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+118, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 79.3117, 17.1223, -26.4396, 5.21853, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+119, 46408, 34, 0, 0, 2, 169, 0, 2990, 0, 88.6199, -21.0578, -26.4396, 1.72788, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+120, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 79.9497, 22.0916, -26.4396, 5.48033, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 23 -(@Cguid+121, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 85.3679, 18.7793, -26.4396, 5.42797, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+122, 46408, 34, 0, 0, 2, 169, 0, 2989, 0, 77.3381, -15.1934, -26.4396, 0, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+123, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 91.3948, -16.1498, -26.4396, 3.05433, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+124, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 80.8261, 15.4966, -26.4396, 2.80998, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+125, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 90.0527, 4.0865, -25.5229, 6.05629, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 24 -(@Cguid+126, 46411, 34, 0, 0, 2, 169, 0, 27769, 0, 85.5236, -17.4515, -26.4396, 0, 7200, 0, 0, 5342, 0, 0, 0, 0, 0, 0), -(@Cguid+127, 46410, 34, 0, 0, 2, 169, 0, 2993, 0, 83.9379, -14.7392, -26.4396, 3.22886, 7200, 0, 0, 635, 0, 0, 0, 0, 0, 0), -(@Cguid+128, 46406, 34, 0, 0, 2, 169, 0, 2990, 1, 79.0145, 2.2961, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), -(@Cguid+129, 46407, 34, 0, 0, 2, 169, 0, 2988, 0, 79.8477, -31.7496, -26.4396, 0.907571, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+130, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 86.7224, -32.0406, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+131, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 89.7979, -0.81802, -25.5229, 0.0698132, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 25 -(@Cguid+132, 46409, 34, 0, 0, 2, 169, 0, 1865, 1, 83.5244, 32.7149, -26.4829, 3.29497, 7200, 0, 0, 4229, 0, 2, 0, 0, 0, 0), -- 26 -(@Cguid+133, 46482, 34, 0, 0, 2, 169, 0, 35068, 1, 88.8999, 21.8505, -26.4421, 4.4855, 7200, 0, 0, 5592, 0, 0, 0, 0, 0, 0), -(@Cguid+134, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 89.7199, 2.35929, -25.5229, 6.12611, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 27 -(@Cguid+135, 46408, 34, 0, 0, 2, 169, 0, 2991, 0, 80.187, -6.52612, -26.4396, 4.72984, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+136, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 86.3939, 17.585, -26.4396, 2.33874, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+137, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 90.0658, 17.493, -26.4396, 2.79253, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 28 -(@Cguid+138, 46417, 34, 0, 0, 2, 169, 0, 2991, 1, 73.7084, 0.704101, -25.5229, 0, 7200, 0, 0, 1953, 0, 0, 0, 0, 0, 0), -(@Cguid+139, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 90.2458, -32.1359, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -(@Cguid+140, 1720, 34, 0, 0, 2, 169, 0, 0, 0, 103.112, 77.7348, -34.8562, 5.94116, 28800, 0, 0, 2097, 0, 0, 0, 0, 0, 0), -(@Cguid+141, 53488, 34, 0, 0, 2, 169, 0, 16925, 0, 66.8395, 0.820416, -22.9799, 0, 7200, 0, 0, 12600, 0, 0, 0, 0, 0, 0), -(@Cguid+142, 53488, 34, 0, 0, 2, 169, 0, 16925, 0, 76.7849, 0.891, -25.5229, 0, 7200, 0, 0, 12600, 0, 0, 0, 0, 0, 0); - -DELETE FROM `creature_addon` WHERE `guid` IN (@Cguid+4, @Cguid+6, @Cguid+9, @Cguid+39, @Cguid+40, @Cguid+42, @Cguid+46, @Cguid+47, @Cguid+63, @Cguid+65, @Cguid+69, @Cguid+73, @Cguid+75, @Cguid+79, @Cguid+86, @Cguid+90, @Cguid+91, @Cguid+94, @Cguid+96, @Cguid+97, @Cguid+111, @Cguid+114, @Cguid+120, @Cguid+125, @Cguid+131, @Cguid+132, @Cguid+134, @Cguid+137); -INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES -(@Cguid+4, (@Cguid+4)*10, 0, 0, 0, 0, ""), -- 1 -(@Cguid+6, (@Cguid+6)*10, 0, 0, 0, 0, ""), -- 2 -(@Cguid+9, (@Cguid+9)*10, 0, 0, 0, 0, ""), -- 3 -(@Cguid+39, 0, 0, 1, 1, 0, ""), -- 4 -(@Cguid+40, 0, 0, 0, 1, 0, ""), -- 5 -(@Cguid+42, 0, 0, 1, 1, 0, ""), -- 6 -(@Cguid+46, 0, 0, 1, 1, 0, ""), -- 7 -(@Cguid+47, 0, 0, 0, 1, 0, ""), -- 8 -(@Cguid+63, (@Cguid+63)*10, 0, 0, 0, 0, ""), -- 9 -(@Cguid+65, (@Cguid+65)*10, 0, 0, 0, 0, ""), -- 10 -(@Cguid+69, (@Cguid+69)*10, 0, 0, 0, 0, ""), -- 11 -(@Cguid+73, (@Cguid+73)*10, 0, 0, 0, 0, ""), -- 12 -(@Cguid+75, (@Cguid+75)*10, 0, 0, 0, 0, ""), -- 13 -(@Cguid+79, (@Cguid+79)*10, 0, 0, 0, 0, ""), -- 14 -(@Cguid+86, 0, 0, 1, 1, 0, ""), -- 15 -(@Cguid+90, 0, 0, 0, 1, 0, ""), -- 16 -(@Cguid+91, 0, 0, 0, 1, 0, ""), -- 17 -(@Cguid+94, 0, 0, 1, 1, 0, ""), -- 18 -(@Cguid+96, (@Cguid+96)*10, 0, 0, 0, 0, ""), -- 19 -(@Cguid+97, (@Cguid+97)*10, 0, 0, 0, 0, ""), -- 20 -(@Cguid+111, 0, 0, 3, 1, 0, "55474"), -- 21 -(@Cguid+114, 0, 0, 0, 1, 333, ""), -- 22 -(@Cguid+120, 0, 0, 3, 1, 0, "55474"), -- 23 -(@Cguid+125, 0, 0, 0, 1, 333, ""), -- 24 -(@Cguid+131, 0, 0, 0, 1, 333, ""), -- 25 -(@Cguid+132, (@Cguid+132)*10, 0, 0, 0, 0, ""), -- 26 -(@Cguid+134, 0, 0, 0, 1, 333, ""), -- 27 -(@Cguid+137, 0, 0, 3, 1, 0, "55474"); -- 28 - -DELETE FROM `waypoint_data` WHERE `id` IN ((@Cguid+4)*10, (@Cguid+6)*10, (@Cguid+9)*10, (@Cguid+63)*10, (@Cguid+65)*10, (@Cguid+69)*10, (@Cguid+73)*10, (@Cguid+75)*10, (@Cguid+79)*10, (@Cguid+96)*10, (@Cguid+97)*10, (@Cguid+132)*10); -INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES -((@Cguid+4)*10, 1, 110.294, -18.2778, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+4)*10, 2, 110.703, -19.1904, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+4)*10, 3, 108.707, -14.7353, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+4)*10, 4, 108.707, -14.7353, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+6)*10, 1, 132.866, 1.68494, -25.6062, 0, 0, 0, 0, 100, 0), -((@Cguid+6)*10, 2, 132.009, 1.1699, -25.6062, 0, 0, 0, 0, 100, 0), -((@Cguid+6)*10, 3, 131.334, 1.63358, -25.6062, 0, 0, 0, 0, 100, 0), -((@Cguid+6)*10, 4, 131.334, 1.63358, -25.6062, 0, 0, 0, 0, 100, 0), -((@Cguid+9)*10, 1, 105.652, -28.5862, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+9)*10, 2, 104.795, -29.1012, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+9)*10, 3, 105.953, -27.7429, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+9)*10, 4, 105.953, -27.7429, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+63)*10, 1, 147.865, -50.7881, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+63)*10, 2, 146.868, -50.8707, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+63)*10, 3, 146.571, -49.5761, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+63)*10, 4, 146.571, -49.5761, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+65)*10, 1, 153.951, -47.9694, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+65)*10, 2, 154.64, -48.6941, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+65)*10, 3, 153.149, -48.3541, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+65)*10, 4, 151.191, -47.9077, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+65)*10, 5, 151.191, -47.9077, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 1, 125.32, -62.541, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 2, 125.86, -61.6993, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 3, 126.255, -61.0834, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 4, 128.001, -58.3609, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 5, 130.018, -51.5804, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 6, 130.34, -50.4989, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 7, 129.576, -45.469, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 8, 129.426, -44.4811, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+69)*10, 9, 129.426, -44.4811, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+73)*10, 1, 162.874, 101.41, -34.9649, 0, 0, 0, 0, 100, 0), -((@Cguid+73)*10, 2, 161.891, 101.591, -34.9649, 0, 0, 0, 0, 100, 0), -((@Cguid+73)*10, 3, 158.366, 102.24, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+73)*10, 4, 152.103, 100.327, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+73)*10, 5, 150.572, 99.8595, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+73)*10, 6, 150.572, 99.8595, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+75)*10, 1, 181.549, 91.3863, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+75)*10, 2, 181.055, 90.5167, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+75)*10, 3, 176.763, 91.3261, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+75)*10, 4, 176.763, 91.3261, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 1, 122.621, -65.386, -33.9378, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 2, 121.682, -65.0414, -33.9378, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 3, 121.157, -64.8486, -33.9374, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 4, 119.006, -64.059, -34.8494, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 5, 117.944, -63.6694, -34.856, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 6, 114.462, -61.8837, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 7, 111.293, -60.2584, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 8, 110.055, -60.4123, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 9, 104.609, -61.0894, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+79)*10, 10, 104.609, -61.0894, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+96)*10, 1, 100.193, -38.7373, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+96)*10, 2, 100.307, -39.7309, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+96)*10, 3, 99.3503, -38.8146, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+96)*10, 4, 99.3503, -38.8146, -34.8562, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 1, 147.326, 103.736, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 2, 147.363, 102.737, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 3, 147.419, 101.211, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 4, 146.919, 99.3285, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 5, 146.392, 97.3472, -35.1896, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 6, 146.056, 96.0809, -34.7753, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 7, 145.617, 94.4278, -33.9411, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 8, 145.173, 92.758, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+97)*10, 9, 145.173, 92.758, -33.9396, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 1, 84.4642, 33.8602, -26.442, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 2, 84.4642, 32.8602, -26.442, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 3, 82.5378, 32.5624, -26.5259, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 4, 80.4382, 32.1262, -26.5265, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 5, 79.0513, 30.7565, -26.5262, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 6, 78.5776, 28.8914, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 7, 78.9996, 27.247, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 8, 81.4716, 26.7795, -26.5298, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 9, 83.6806, 26.924, -26.5335, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 10, 86.3659, 26.8395, -26.5267, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 11, 88.4547, 26.7095, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 12, 90.2688, 26.9445, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 13, 91.2195, 28.3116, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 14, 91.276, 29.5049, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 15, 90.8135, 30.8675, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 16, 89.6863, 31.783, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 17, 88.7407, 32.3032, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 18, 87.2978, 32.709, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 19, 85.5401, 32.9464, -26.5229, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 20, 84.5596, 32.7557, -26.5251, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 21, 84.4853, 31.0094, -26.5272, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 22, 84.4622, 29.6961, -26.5286, 0, 0, 0, 0, 100, 0), -((@Cguid+132)*10, 23, 84.4622, 29.6961, -26.5286, 0, 0, 0, 0, 100, 0); - -DELETE FROM `creature_template_addon` WHERE `entry` IN (46252,46249,46251,46248,46250,46260,46263,46262,46261,46375,46382,46379,46381,46264,46254,46383,46300,46299,46406,46405,46407,46408,46411,46410,46409,46482,46417,1720); -INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES -(46252, 0, 0, 0, 1, 0, ""), -(46249, 0, 0, 0, 1, 0, ""), -(46251, 0, 0, 0, 1, 0, ""), -(46248, 0, 0, 0, 1, 0, ""), -(46250, 0, 0, 0, 1, 0, ""), -(46260, 0, 0, 0, 1, 0, ""), -(46263, 0, 0, 0, 1, 0, "19818"), -(46262, 0, 0, 0, 1, 0, ""), -(46261, 0, 0, 0, 1, 0, ""), -(46375, 0, 0, 0, 1, 0, ""), -(46382, 0, 0, 3, 1, 0, ""), -(46379, 0, 0, 0, 1, 0, ""), -(46381, 0, 0, 0, 1, 0, "10022"), -(46264, 0, 0, 0, 1, 0, ""), -(46254, 0, 0, 0, 1, 0, ""), -(46383, 0, 0, 0, 1, 0, ""), -(46300, 0, 0, 0, 1, 0, "29266"), -(46299, 0, 0, 0, 1, 0, "29266"), -(46406, 0, 0, 0, 3, 214, ""), -(46405, 0, 0, 1, 1, 0, ""), -(46407, 0, 0, 3, 1, 0, ""), -(46408, 0, 0, 1, 1, 0, ""), -(46411, 0, 0, 0, 1, 0, ""), -(46410, 0, 0, 0, 1, 0, ""), -(46409, 0, 0, 0, 1, 0, ""), -(46482, 0, 0, 0, 1, 0, ""), -(46417, 0, 0, 0, 3, 214, ""), -(1720, 0, 0, 0, 4097, 0, ""); diff --git a/sql/updates/world/2016_04_14_02_world.sql b/sql/updates/world/2016_04_14_02_world.sql deleted file mode 100644 index 5aca3fdd938..00000000000 --- a/sql/updates/world/2016_04_14_02_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -UPDATE `smart_scripts` SET `action_type`=16 WHERE `entryorguid`=3038200 AND `source_type`=9 AND `id`=2; diff --git a/sql/updates/world/2016_04_16_00_2016_04_16_01_world.sql b/sql/updates/world/2016_04_16_00_2016_04_16_01_world.sql deleted file mode 100644 index a3e86dd40a8..00000000000 --- a/sql/updates/world/2016_04_16_00_2016_04_16_01_world.sql +++ /dev/null @@ -1,307 +0,0 @@ -SET @OGUID := 78735; -- 20 free guids required -SET @CGUID := 84148; -- 9 free guids required - -SET @NPC := @CGUID+1; -SET @PATH := @NPC * 10; - -UPDATE `creature_template` SET `difficulty_entry_1`=0 WHERE `entry` IN (25740,25755,25756,25865); -UPDATE `creature_template` SET `minlevel`=82,`maxlevel`=82, `mechanic_immune_mask`=617299839, `ScriptName`='boss_ahune' WHERE `entry`=25740; -- Ahune -UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25755; -- Ahunite Hailstone -UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25756; -- Ahunite Coldwave -UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25757; -- Ahunite Frostwind -UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `flags_extra`=`flags_extra`|0x40000000, `mechanic_immune_mask`=617299839, `ScriptName`='npc_frozen_core' WHERE `entry`=25865; -- Frozen Core -UPDATE `creature_template` SET `ScriptName`='npc_ahune_bunny' WHERE `entry`=25745; -UPDATE `creature_template` SET `ScriptName`='npc_earthen_ring_flamecaller' WHERE `entry`=25754; -UPDATE `creature_template` SET `unit_flags`=33554432, `MovementType`=2 WHERE `entry` IN (25964,25965,25966); -- Shaman beam bunny -UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry`=26239; -- Ghost of Ahune -UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry`=25985; -- Ahune Ice Spear Bunny -UPDATE `gameobject_template` SET `ScriptName`='go_ahune_ice_stone' WHERE `entry`=187882; -UPDATE `creature` SET `orientation`=2.408554 WHERE `guid`=202734; -- Luma -UPDATE `creature` SET `orientation`=3.804818 WHERE `guid`=202737; -- Flamecaller -UPDATE `creature_template` SET `HealthModifier`=94.5, `unit_flags`=33554688 WHERE `entry`=25865; -UPDATE `creature_template` SET `HealthModifier`=18.8 WHERE `entry`=25755; -UPDATE `creature_template` SET `HealthModifier`=3.538 WHERE `entry`=25756; -UPDATE `creature_template` SET `HealthModifier`=1.5 WHERE `entry`=25757; -UPDATE `creature_template` SET `HealthModifier`=4 WHERE `entry`=40446; -UPDATE `creature_template` SET `InhabitType`=7 WHERE `entry` IN (25964,25965,25966,26190); - -DELETE FROM `spell_script_names` WHERE `ScriptName` IN -('spell_ahune_synch_health', -'spell_ice_spear_control_aura', -'spell_slippery_floor_periodic', -'spell_summon_ice_spear_delayer', -'spell_summoning_rhyme_aura', -'spell_ahune_spanky_hands', -'spell_ahune_minion_despawner', -'spell_ice_spear_target_picker', -'spell_ice_bombardment_dest_picker'); -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(46430, 'spell_ahune_synch_health'), -(46371, 'spell_ice_spear_control_aura'), -(46320, 'spell_slippery_floor_periodic'), -(46878, 'spell_summon_ice_spear_delayer'), -(45926, 'spell_summoning_rhyme_aura'), -(46146, 'spell_ahune_spanky_hands'), -(46843, 'spell_ahune_minion_despawner'), -(46372, 'spell_ice_spear_target_picker'), -(46398, 'spell_ice_bombardment_dest_picker'); - -DELETE FROM `creature_text` WHERE `entry` IN (25745,25754,25697,40446); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES -(25745,0,0,'The Earthen Ring\'s Assault Begins.',41,0,100,0,0,0,24930,1,'Ahune Bunny- EMOTE_EARTHEN_ASSAULT'), -(25754,0,0,'Ahune Retreats. His defenses diminish.',41,0,100,0,0,0,24931,1,'Earthen Ring Flamecaller - EMOTE_RETREAT'), -(25754,1,0,'Ahune will soon resurface.',41,0,100,0,0,0,24932,1,'Earthen Ring Flamecaller - EMOTE_RESURFACE'), -(40446,0,0,'How DARE you! You will not stop the coming of Lord Ahune!',14,0,100,0,0,0,40437,0,'Skar\'this the Summoner'), -(25697,0,0,'The Ice Stone has melted!',14,0,100,0,0,0,24895,0,'Luma Skymother - SAY_PLAYER_1'), -(25697,1,0,'Ahune, your strength grows no more!',14,0,100,0,0,0,24893,0,'Luma Skymother - SAY_PLAYER_2'), -(25697,2,0,'Your frozen reign will not come to pass!',14,0,100,0,0,0,24894,0,'Luma Skymother - SAY_PLAYER_3'); - -DELETE FROM `gossip_menu` WHERE `entry`=11389; -INSERT INTO `gossip_menu` VALUES -(11389,15864); - -DELETE FROM `gossip_menu_option` WHERE `menu_id`=11389; -INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`OptionBroadcastTextID`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`,`BoxBroadcastTextID`) VALUES -(11389,1,0,'Disturb the stone and summon Lord Ahune.',40443,1,1,0,0,0,0,NULL,0); - -DELETE FROM `creature_template_addon` WHERE `entry` IN (25740,25755,25865,25985,25952); -INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES -(25740, 0, 0, 9, 1, 61976), -(25755, 0, 0, 0, 0, 46542), -(25865, 0, 0, 0, 0, '46810 61976'), -(25985, 0, 0, 0, 0, '75498 46878'), -(25952, 0, 0, 0, 0, 46314); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (46603,46593,46735,45930,45941,46809,46843,46396,46398,46236); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13,1,46603,0,0,31,0,3,26121,0,0,0,0,'',"Spell 'Force Wisp Flight Missile' can hit 'Wisp Source Bunny'"), -(13,1,46593,0,0,31,0,3,26120,0,0,0,0,'',"Spell 'Wisp Flight Missile and Beam' can hit 'Wisp Dest Bunny'"), -(13,1,46735,0,0,31,0,3,26190,0,0,0,0,'',"Spell 'Spank - Force Bunny To Knock You To' can hit '[PH] Spank Target Bunny'"), -(13,1,45930,0,1,31,0,3,25971,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 000'"), -(13,1,45930,0,2,31,0,3,25972,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 001'"), -(13,1,45930,0,3,31,0,3,25973,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 002'"), -(13,1,45941,0,0,31,0,3,25746,0,0,0,0,'',"Spell 'Summon Ahune's Loot Missile' can hit '[PH] Ahune Loot Loc Bunny'"), -(13,1,46809,0,0,31,0,3,26239,0,0,0,0,'',"Spell 'Make Ahune's Ghost Burst' can hit 'Ghost of Ahune"), -(13,1,46843,0,1,31,0,3,25756,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Coldwave'"), -(13,1,46843,0,2,31,0,3,25757,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Frostwind'"), -(13,1,46843,0,3,31,0,3,25755,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Hailstone'"), -(13,1,46398,0,0,31,0,3,25972,0,0,0,0,'',"Spell 'Ice Bombardment Dest Picker' can hit 'Shaman Bonfire Bunny'"), -(13,1,46396,0,0,31,0,3,25972,0,0,0,0,'',"Spell 'Ice Bombardment' can hit 'Shaman Bonfire Bunny'"), -(13,1,46236,0,1,31,0,3,25971,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 000'"), -(13,1,46236,0,2,31,0,3,25972,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 001'"), -(13,1,46236,0,3,31,0,3,25973,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 002'"); - -DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN (46314,46603,46593,46422); -INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES -(0,46314,64,0,0,'Disable LOS for spell Ahune - Slippery Floor Ambient'), -(0,46603,64,0,0,'Disable LOS for spell Force Whisp to Flight'), -(0,46593,64,0,0,'Disable LOS for spell Whisp Flight Missile and Beam'), -(0,46422,64,0,0,'Disable LOS for spell Shamans Look for Opening'); - -DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (45947,-45964,45964); -INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES -(45947,45946,2,''), -(-45964,-46333,0,''), -(45964,46333,0,''); - --- Skar'this the Summoner -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=40446; -DELETE FROM `smart_scripts` WHERE `entryorguid`=40446 AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(40446,0,0,0,1,0,100,1,0,0,0,0,11,75427,0,0,0,0,0,1,0,0,0,0,0,0,0,'Skar\'this the Summoner - OOC - Cast \'Frost Channelling\''), -(40446,0,1,0,4,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Skar\'this the Summoner - On agro - say'), -(40446,0,2,0,0,0,100,0,5000,5000,15000,15000,11,55909,1,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Crashing Wave'), -(40446,0,3,0,0,0,100,0,10000,10000,20000,20000,11,11831,1,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Frost Nova'), -(40446,0,4,0,0,0,100,0,7000,7000,9000,9000,11,15043,0,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Frostbolt'); - --- Summon Loot Bunny SAI -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25746; -DELETE FROM `smart_scripts` WHERE `entryorguid`=25746 AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(25746,0,0,0,8,0,100,0,45941,0,0,0,11,46891,0,0,0,0,0,1,0,0,0,0,0,0,0,'[PH] Ahune Loot Loc Bunny - On SpellHit - Cast \'Summon Loot\''); - --- [PH] Spank Target Bunny SAI -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26190; -DELETE FROM `smart_scripts` WHERE `entryorguid`=26190 AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(26190,0,0,0,8,0,100,0,46735,0,0,0,11,46734,0,0,0,0,0,7,0,0,0,0,0,0,0,'[PH] Spank Target Bunny - On SpellHit \'Spank - Force Bunny To Knock You To\' - Cast \'Knock To\''); - --- Ghost of Ahune -UPDATE `creature_template` SET `AIName`='SmartAI', `flags_extra`='2' WHERE `entry`=26239; -DELETE FROM `smart_scripts` WHERE `entryorguid`=26239 AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid`=2623900 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 -(26239,0,0,0,25,0,100,0,0,0,0,0,3,0,11686,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - On Reset - Morph to Model 11686'), -(26239,0,1,0,8,0,100,0,46809,0,4000,4000,80,2623900,2,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - On SpellHit \'Make Ahune\'s Ghost Burst\' - Call Timed ActionList'), -(2623900,9,0,0,0,0,100,0,0,0,0,0,3,0,23707,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Morph to Model 23707'), -(2623900,9,1,0,0,0,100,0,0,0,0,0,11,46786,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Cast \'Ahune\'s Ghost Disguise\''), -(2623900,9,2,0,0,0,100,0,2400,2400,0,0,47,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Set Visibility Off'), -(2623900,9,3,0,0,0,100,0,500,500,0,0,3,0,11686,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Morph to Model 11686'), -(2623900,9,4,0,0,0,100,0,0,0,0,0,47,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Set Visibility On'); - --- Wisp Source Bunny SAI -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26121; -DELETE FROM `smart_scripts` WHERE `entryorguid`=26121 AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(26121,0,0,1,8,0,100,0,46603,0,0,0,11,46593,0,0,0,0,0,11,26120,100,0,0,0,0,0,'Wisp Source Bunny - On SpellHit \'Force Wisp Flight Missile\' - Cast \'Wisp Flight Missile and Beam\''), -(26121,0,1,0,61,0,100,0,0,0,0,0,41,9000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wisp Source Bunny - On SpellHit \'Force Wisp Flight Missile\' - Despawn in 9s'); - --- Wisp Dest Bunny SAI -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26120; -DELETE FROM `smart_scripts` WHERE `entryorguid`=26120 AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(26120,0,0,0,8,0,100,0,46593,0,0,0,41,9000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wisp Dest Bunny - On SpellHit \'Wisp Flight Missile and Beam\' - Despawn in 9s'); - --- Shaman Beam Bunny SAI -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (25971,25972,25973); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25971,25972,25973) AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(25971,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 000 - On SpellHit - Cast \'Bonfire Disguise\''), -(25972,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 001 - On SpellHit - Cast \'Bonfire Disguise\''), -(25973,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 002 - On SpellHit - Cast \'Bonfire Disguise\''); - --- Ahunite Hailstone SAI -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25755; -DELETE FROM `smart_scripts` WHERE `entryorguid`=25755 AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(25755,0,0,0,0,0,100,0,6000,8000,6000,8000,11,2676,0,0,0,0,0,2,0,0,0,0,0,0,0,'Ahunite Hailstone - In Combat - Cast \'Pulverize\''); - --- Ahunite Coldwave SAI -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25756; -DELETE FROM `smart_scripts` WHERE `entryorguid`=25756 AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(25756,0,0,0,0,0,100,0,5000,7000,6000,8000,11,46406,0,0,0,0,0,2,0,0,0,0,0,0,0,'Ahunite Coldwave - In Combat - Cast \'Bitter Blast\''); - --- Ahunite Frostwind SAI -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25757; -DELETE FROM `smart_scripts` WHERE `entryorguid`=25757 AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(25757,0,0,0,54,0,100,0,0,0,0,0,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ahunite Frostwind - On Just Summoned - Cast \'Lightning Shield\''), -(25757,0,1,0,0,0,100,0,2000,2000,5000,7000,11,46568,0,0,0,0,0,18,120,0,0,0,0,0,0,'Ahunite Frostwind - In Combat - Cast \'Wind Buffet\''); - -DELETE FROM `item_loot_template` WHERE `entry`=35512; -INSERT INTO `item_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES -(35512,17202,0,100,0,1,0,2,5,NULL); - -DELETE FROM `item_loot_template` WHERE `Entry`=54536; -INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES -(54536, 54806, 0, 3, 0, 1, 0, 1, 1), -(54536, 23247, 0, 100, 0, 1, 1, 5, 10), -(54536, 53641, 0, 3, 0, 1, 0, 1, 1); - -DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+8; -INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES -(@CGUID,25745,547,6,0,0,-96.64146,-230.8864,4.780959,1.413717,300,0,0,1,1,0,0,0,0), -- [PH] Ahune Summon Loc Bunny -(@CGUID+1,25964,547,6,0,0,-90.00211,-224.9285,-1.378754,2.956095,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 000 -(@CGUID+2,25965,547,6,0,0,-97.39627,-223.761,-1.494899,0.9130945,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 001 -(@CGUID+3,25966,547,6,0,0,-103.3054,-224.0149,0.5259815,5.676991,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 002 -(@CGUID+4,26190,547,6,0,0,-95.33572,-207.4834,16.28742,4.904375,300,0,0,1,1,0,0,0,0), -- [PH] Spank Target Bunny -(@CGUID+5,25952,547,6,0,0,-96.64146,-230.8864,4.780959,1.413717,300,0,0,1,1,0,0,0,0), -- Slippery Floor Bunny -(@CGUID+6,25952,547,6,0,0,-69.83901,-162.474,-2.303646,2.513274,300,0,0,1,1,0,0,0,0), -- Slippery Floor Bunny -(@CGUID+7,26239,547,6,0,0,-99.10214,-233.1872,-1.22297,1.466077,300,0,0,1,1,0,0,0,0), -- Ghost of Ahune -(@CGUID+8,25746,547,6,0,0,-96.8723,-212.8425,-1.149142,4.153883,300,0,0,1,1,0,0,0,0); -- [PH] Ahune Loot Loc Bunny - -DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+19; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES -(@OGUID+0, 187882, 547, 6, 1, 1, -69.90455, -162.2449, -2.366563, 2.426008, 0, 0, 0.9366722, 0.3502074, 120, 255, 1,0), -- Icestone -(@OGUID+1, 188067, 547, 6, 1, 1,-79.397, -219.7025, -4.042892, -2.199115, 0, 0, -0.8910065, 0.4539906, 120, 255, 1, 0), -- Ice Block -(@OGUID+2, 188067, 547, 6, 1, 1, -115.5985, -162.7724, -1.924025, -0.5585039, 0, 0, -0.2756367, 0.9612619, 120, 255, 1, 0), -- Ice Block -(@OGUID+3, 188067, 547, 6, 1, 1, -71.89625, -145.4974, -1.551813, -1.954766, 0, 0, -0.8290367, 0.5591941, 120, 255, 1, 0), -- Ice Block -(@OGUID+4, 188067, 547, 6, 1, 1, -49.27251, -168.9859, -1.898811, 2.007128, 0, 0, 0.8433914, 0.5372996, 120, 255, 1, 0), -- Ice Block -(@OGUID+5, 188067, 547, 6, 1, 1, -75.95139, -182.771, -4.882017, -1.151916, 0, 0, -0.5446386, 0.8386708, 120, 255, 1, 0), -- Ice Block -(@OGUID+6, 188067, 547, 6, 1, 1, -83.52528, -172.1806, -3.816522, 0.01745246, 0, 0, 0.00872612, 0.9999619, 120, 255, 1, 0), -- Ice Block -(@OGUID+7, 188067, 547, 6, 1, 1, -83.52528, -217.3293, -3.0728, -0.4886912, 0, 0, -0.2419214, 0.9702958, 120, 255, 1, 0), -- Ice Block -(@OGUID+8, 188072, 547, 6, 1, 1, -71.48915, -160.7316, -4.18569, -0.4188786, 0, 0, -0.2079115, 0.9781476, 120, 255, 1, 0), -- Ice Stone Mount -(@OGUID+9, 188072, 547, 6, 1, 1, -69.21773, -163.491, -2.044773, 2.967041, 0, 0, 0.9961939, 0.08716504, 120, 255, 1, 0), -- Ice Stone Mount -(@OGUID+10, 188072, 547, 6, 1, 1, -71.82486, -164.475, -3.962982, -0.9250239, 0, 0, -0.4461975, 0.8949345, 120, 255, 1, 0), -- Ice Stone Mount -(@OGUID+11, 188072, 547, 6, 1, 1, -69.20837, -160.345, -4.25643, 1.850049, 0, 0, 0.7986355, 0.601815, 120, 255, 1, 0), -- Ice Stone Mount -(@OGUID+12, 188073, 547, 6, 1, 1, -89.75205, -113.5002, -2.709442, 0.453785, 0, 0, 0.2249508, 0.9743701, 120, 255, 1, 0), -- Ahune Bonfire -(@OGUID+13, 188073, 547, 6, 1, 1,-114.9574, -117.3017, -2.71, 2.007128, 0, 0, 0.8433914, 0.5372996, 120, 255, 1, 0), -- Ahune Bonfire -(@OGUID+14, 188142, 547, 6, 1, 1, -74.65959, -243.8125, -2.735999, 2.216565, 0, 0, 0.8949337, 0.4461992, 120, 255, 1, 0), -- Ice Block, Big -(@OGUID+15, 188142, 547, 6, 1, 1, -72.75314, -185.1547, -4.930593, 0.157079, 0, 0, 0.07845879, 0.9969174, 120, 255, 1, 0), -- Ice Block, Big -(@OGUID+16, 188142, 547, 6, 1, 1, -103.7134, -245.5041, -1.377881, -1.291542, 0, 0, -0.6018143, 0.7986361, 120, 255, 1, 0), -- Ice Block, Big -(@OGUID+17, 188142, 547, 6, 1, 1, -118.9196, -204.8023, -1.504161, 1.919862, 0, 0, 0.8191519, 0.5735767, 120, 255, 1, 0), -- Ice Block, Big -(@OGUID+18, 188142, 547, 6, 1, 1, -117.3857, -165.9649, -2.018646, 0.5585039, 0, 0, 0.2756367, 0.9612619, 120, 255, 1, 0), -- Ice Block, Big -(@OGUID+19, 188142, 547, 6, 1, 1, -75.42784, -221.16, -2.882941, 0.4886912, 0, 0, 0.2419214, 0.9702958, 120, 255, 1, 0); -- Ice Block, Big - -DELETE FROM `creature_addon` WHERE `guid` IN (@NPC,@NPC+1,@NPC+2); -INSERT INTO `creature_addon` (`guid`,`path_id`) VALUES -(@NPC,@PATH), -(@NPC+1,@PATH+10), -(@NPC+2,@PATH+20); - -DELETE FROM `waypoint_data` WHERE `id` IN (@PATH,@PATH+10,@PATH+20); -INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`action`,`action_chance`,`wpguid`) VALUES -(@PATH,1,-107.1537,-233.7247,27.1834,0,0,0,100,0), -(@PATH,2,-109.4618,-232.0907,25.12787,0,0,0,100,0), -(@PATH,3,-109.4792,-229.4328,20.98899,0,0,0,100,0), -(@PATH,4,-105.9522,-226.8887,17.26674,0,0,0,100,0), -(@PATH,5,-101.0044,-224.8914,16.04452,0,0,0,100,0), -(@PATH,6,-96.82773,-225.9608,15.73896,0,0,0,100,0), -(@PATH,7,-92.59879,-227.0505,15.54452,0,0,0,100,0), -(@PATH,8,-90.07465,-229.0938,16.58224,0,0,0,100,0), -(@PATH,9,-88.24558,-231.7715,22.47455,0,0,0,100,0), -(@PATH,10,-91.0969,-232.6422,24.65563,0,0,0,100,0), -(@PATH,11,-97.20647,-234.4709,28.46118,0,0,0,100,0), -(@PATH,12,-101.5825,-234.9054,29.35008,0,0,0,100,0), - -(@PATH+10,1,-109.4618,-232.0907,25.12787,0,0,0,100,0), -(@PATH+10,2,-109.4792,-229.4328,20.98899,0,0,0,100,0), -(@PATH+10,3,-105.9522,-226.8887,17.26674,0,0,0,100,0), -(@PATH+10,4,-101.0044,-224.8914,16.04452,0,0,0,100,0), -(@PATH+10,5,-96.82773,-225.9608,15.73896,0,0,0,100,0), -(@PATH+10,6,-92.59879,-227.0505,15.54452,0,0,0,100,0), -(@PATH+10,7,-90.07465,-229.0938,16.58224,0,0,0,100,0), -(@PATH+10,8,-88.24558,-231.7715,22.47455,0,0,0,100,0), -(@PATH+10,9,-91.0969,-232.6422,24.65563,0,0,0,100,0), -(@PATH+10,10,-97.20647,-234.4709,28.46118,0,0,0,100,0), -(@PATH+10,11,-101.5825,-234.9054,29.35008,0,0,0,100,0), -(@PATH+10,12,-107.1537,-233.7247,27.1834,0,0,0,100,0), - -(@PATH+20,1,-97.20647,-234.4709,28.46118,0,0,0,100,0), -(@PATH+20,2,-101.5825,-234.9054,29.35008,0,0,0,100,0), -(@PATH+20,3,-107.1537,-233.7247,27.1834,0,0,0,100,0), -(@PATH+20,4,-109.4618,-232.0907,25.12787,0,0,0,100,0), -(@PATH+20,5,-109.4792,-229.4328,20.98899,0,0,0,100,0), -(@PATH+20,6,-105.9522,-226.8887,17.26674,0,0,0,100,0), -(@PATH+20,7,-101.0044,-224.8914,16.04452,0,0,0,100,0), -(@PATH+20,8,-96.82773,-225.9608,15.73896,0,0,0,100,0), -(@PATH+20,9,-92.59879,-227.0505,15.54452,0,0,0,100,0), -(@PATH+20,10,-90.07465,-229.0938,16.58224,0,0,0,100,0), -(@PATH+20,11,-88.24558,-231.7715,22.47455,0,0,0,100,0), -(@PATH+20,12,-91.0969,-232.6422,24.65563,0,0,0,100,0); - -DELETE FROM `game_event_creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+8 AND `eventEntry`=1; -INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES -(1,@CGUID), -(1,@CGUID+1), -(1,@CGUID+2), -(1,@CGUID+3), -(1,@CGUID+4), -(1,@CGUID+5), -(1,@CGUID+6), -(1,@CGUID+7), -(1,@CGUID+8); - -DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+19 AND `eventEntry`=1; -INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES -(1,@OGUID), -(1,@OGUID+1), -(1,@OGUID+2), -(1,@OGUID+3), -(1,@OGUID+4), -(1,@OGUID+5), -(1,@OGUID+6), -(1,@OGUID+7), -(1,@OGUID+8), -(1,@OGUID+9), -(1,@OGUID+10), -(1,@OGUID+11), -(1,@OGUID+12), -(1,@OGUID+13), -(1,@OGUID+14), -(1,@OGUID+15), -(1,@OGUID+16), -(1,@OGUID+17), -(1,@OGUID+18), -(1,@OGUID+19); diff --git a/sql/updates/world/2016_04_16_01_2016_04_16_00_world.sql b/sql/updates/world/2016_04_16_01_2016_04_16_00_world.sql deleted file mode 100644 index 9219a4ef316..00000000000 --- a/sql/updates/world/2016_04_16_01_2016_04_16_00_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_baron_geddon_inferno'; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(19695, 'spell_baron_geddon_inferno'); diff --git a/sql/updates/world/2016_04_16_02_2016_04_16_02_world.sql b/sql/updates/world/2016_04_16_02_2016_04_16_02_world.sql deleted file mode 100644 index 82982753067..00000000000 --- a/sql/updates/world/2016_04_16_02_2016_04_16_02_world.sql +++ /dev/null @@ -1,39 +0,0 @@ --- The column `spell1` was misused for this NPC. This NPC is undead. He cannot be MCed. The spell 29307 should be cast using SmartAI or by Script. --- Also, link the zombies chows to the custom ScriptedAI defined in boss_gluth.cpp. -UPDATE `creature_template` SET `spell1`=0, `ScriptName`='npc_zombie_chow' WHERE `entry`=16360; -UPDATE `creature_template` SET `spell1`=0 WHERE `entry`=30303; - --- connect the decimate spell (effect 0) used by Gluth (in both 10 man & 25) to the spell script defined in boss_gluth.cpp. --- and connect the 2 zombie chow's search spells to a unique spell script used by both. -DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gluth_decimate', 'spell_gluth_zombiechow_search'); -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(28374, 'spell_gluth_decimate'), -(54426, 'spell_gluth_decimate'), -(28239, 'spell_gluth_zombiechow_search'), -(28404, 'spell_gluth_zombiechow_search'); - --- add the condition to the multi-target insta-kill spell 28404 which is that only zombies are eligible targets to the spell. --- add a condition to the decimate spell (28374/54426). It's damage component should only affect players and zombies. -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 13 AND `SourceEntry` IN (28374, 28404, 54426); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 28404, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Zombie Chow Search targets zombies only'), -(13, 1, 28374, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'), -(13, 1, 28374, 0, 1, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'), -(13, 1, 54426, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'), -(13, 1, 54426, 0, 1, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'); - --- adds Gluth's 5 emotes into the DB. -DELETE FROM `creature_text` WHERE `entry`=15932 AND `groupid` IN(0,1,2,3,4) AND `id`=0; -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES -(15932, 0, 0, '%s spots a zombie to devour!', 16, 0, 100, 0, 0, 0, 12242, 2/3, 'Gluth - spots one'), -(15932, 1, 0, '%s decimates all nearby flesh!', 41, 0, 100, 0, 0, 0, 32321, 2/3, 'Gluth - decimate'), -(15932, 2, 0, '%s becomes enraged!', 41, 0, 100, 0, 0, 0, 24144, 2/3, 'Gluth - enrage'), -(15932, 3, 0, '%s devours all nearby zombies!', 16, 0, 100, 0, 0, 0, 12348, 2/3, 'Gluth - devours all'), -(15932, 4, 0, '%s goes into a berserker rage!', 41, 0, 100, 0, 0, 0, 34057, 2/3, 'Gluth - berserker'); - --- move zombie chows to summon groups (gets rid of hardcoded spawn coords) -DELETE FROM `creature_summon_groups` WHERE `summonerId`=15932; -INSERT INTO `creature_summon_groups` (`summonerId`,`summonerType`,`groupId`,`entry`,`position_x`,`position_y`,`position_z`,`orientation`,`summonType`,`summonTime`) VALUES -(15932,0,1,16360,3270.132,-3169.948,297.5891,5.88176,6,10000), -(15932,0,2,16360,3307.298,-3183.449,297.5891,5.74213,6,10000), -(15932,0,2,16360,3255.708,-3135.677,297.5891,1.86750,6,10000); diff --git a/sql/updates/world/2016_04_16_03_2016_04_16_03_world.sql b/sql/updates/world/2016_04_16_03_2016_04_16_03_world.sql deleted file mode 100644 index c6a6e1b07de..00000000000 --- a/sql/updates/world/2016_04_16_03_2016_04_16_03_world.sql +++ /dev/null @@ -1,2 +0,0 @@ -UPDATE `npc_spellclick_spells` SET `spell_id`=46598 WHERE `npc_entry`=31583 and`spell_id`=59319; -UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid`=31578 and`source_type`=0 and`id`=3; diff --git a/sql/updates/world/6.x/2016_04_11_00_world.sql b/sql/updates/world/6.x/2016_04_11_00_world.sql new file mode 100644 index 00000000000..ce23f38b840 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_11_00_world.sql @@ -0,0 +1,3 @@ +UPDATE `version` SET `db_version`='TDB 6.04', `cache_id`=4 LIMIT 1; + +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/world/6.x/2016_04_11_01_world.sql b/sql/updates/world/6.x/2016_04_11_01_world.sql new file mode 100644 index 00000000000..deb85a59222 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_11_01_world.sql @@ -0,0 +1,9 @@ +-- +-- Spawn Firelands portal +SET @OGUID:= 300914; +DELETE FROM `gameobject` WHERE `guid`=@OGUID; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 214611, 720, 0, 0, 120, 169, -560.341, 322.966, 115.636, 5.95157, 0, 0, -0.165047, 0.986286, 7200, 255, 1, 15595); + +-- correct spawn location for creature ID 6124, Captain Beld: +UPDATE `creature` SET `map`= 0 WHERE `guid`= 349908 AND `id`= 6124; diff --git a/sql/updates/world/6.x/2016_04_11_02_world.sql b/sql/updates/world/6.x/2016_04_11_02_world.sql new file mode 100644 index 00000000000..2c362b80564 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_11_02_world.sql @@ -0,0 +1,12 @@ +DROP TABLE IF EXISTS `blackmarket_template`; +CREATE TABLE `blackmarket_template` ( + `marketId` int(10) NOT NULL DEFAULT '0', + `sellerNpc` mediumint(8) NOT NULL DEFAULT '0', + `itemEntry` mediumint(8) unsigned NOT NULL DEFAULT '0', + `quantity` int(10) NOT NULL DEFAULT '1', + `minBid` bigint(20) unsigned NOT NULL DEFAULT '0', + `duration` int(10) NOT NULL DEFAULT '0', + `chance` float NOT NULL DEFAULT '0', + `bonusListIDs` text, + PRIMARY KEY (`marketId`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/sql/updates/world/6.x/2016_04_11_03_world.sql b/sql/updates/world/6.x/2016_04_11_03_world.sql new file mode 100644 index 00000000000..8ce24c917f9 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_11_03_world.sql @@ -0,0 +1,128 @@ +-- +UPDATE `creature_template` SET `difficulty_entry_1`=48748 WHERE `entry`=39870; +UPDATE `creature_template` SET `difficulty_entry_1`=48595 WHERE `entry`=39890; +UPDATE `creature_template` SET `difficulty_entry_1`=48754 WHERE `entry`=39873; +UPDATE `creature_template` SET `difficulty_entry_1`=48611 WHERE `entry`=41073; +UPDATE `creature_template` SET `difficulty_entry_1`=48597 WHERE `entry`=39962; +UPDATE `creature_template` SET `difficulty_entry_1`=48509 WHERE `entry`=39450; +UPDATE `creature_template` SET `difficulty_entry_1`=48661 WHERE `entry`=39854; +UPDATE `creature_template` SET `difficulty_entry_1`=48669 WHERE `entry`=39954; +UPDATE `creature_template` SET `difficulty_entry_1`=48666 WHERE `entry`=39956; +UPDATE `creature_template` SET `difficulty_entry_1`=48652 WHERE `entry`=39405; +UPDATE `creature_template` SET `difficulty_entry_1`=48667 WHERE `entry`=40448; +UPDATE `creature_template` SET `difficulty_entry_1`=48746 WHERE `entry`=40291; +UPDATE `creature_template` SET `difficulty_entry_1`=48680 WHERE `entry`=39909; +UPDATE `creature_template` SET `difficulty_entry_1`=48654 WHERE `entry`=39381; +UPDATE `creature_template` SET `difficulty_entry_1`=48677 WHERE `entry`=39415; +UPDATE `creature_template` SET `difficulty_entry_1`=48676 WHERE `entry`=39414; +UPDATE `creature_template` SET `difficulty_entry_1`=48750 WHERE `entry`=40270; +UPDATE `creature_template` SET `difficulty_entry_1`=48753 WHERE `entry`=40273; +UPDATE `creature_template` SET `difficulty_entry_1`=48751 WHERE `entry`=40272; +UPDATE `creature_template` SET `difficulty_entry_1`=48610 WHERE `entry`=40306; +UPDATE `creature_template` SET `difficulty_entry_1`=48682 WHERE `entry`=39626; +UPDATE `creature_template` SET `difficulty_entry_1`=48744 WHERE `entry`=40268; +UPDATE `creature_template` SET `difficulty_entry_1`=48653 WHERE `entry`=40290; +UPDATE `creature_template` SET `difficulty_entry_1`=48337 WHERE `entry`=39625; +UPDATE `creature_template` SET `difficulty_entry_1`=48695 WHERE `entry`=40167; +UPDATE `creature_template` SET `difficulty_entry_1`=48693 WHERE `entry`=40166; +UPDATE `creature_template` SET `difficulty_entry_1`=48818 WHERE `entry`=39392; +UPDATE `creature_template` SET `difficulty_entry_1`=48784 WHERE `entry`=40319; +UPDATE `creature_template` SET `difficulty_entry_1`=48801 WHERE `entry`=40320; +UPDATE `creature_template` SET `difficulty_entry_1`=48702 WHERE `entry`=40177; +UPDATE `creature_template` SET `difficulty_entry_1`=48822 WHERE `entry`=40484; +UPDATE `creature_template` SET `difficulty_entry_1`=48350 WHERE `entry`=39984; +UPDATE `creature_template` SET `difficulty_entry_1`=48348 WHERE `entry`=45467; +UPDATE `creature_template` SET `difficulty_entry_1`=48755 WHERE `entry`=41095; +UPDATE `creature_template` SET `difficulty_entry_1`=48828 WHERE `entry`=40600; +UPDATE `creature_template` SET `difficulty_entry_1`=48845 WHERE `entry`=48844; +UPDATE `creature_template` SET `difficulty_entry_1`=48832 WHERE `entry`=39388; +UPDATE `creature_template` SET `difficulty_entry_1`=48745 WHERE `entry`=39855; +UPDATE `creature_template` SET `difficulty_entry_1`=48657 WHERE `entry`=40293; +UPDATE `creature_template` SET `difficulty_entry_1`=48662 WHERE `entry`=40294; +UPDATE `creature_template` SET `difficulty_entry_1`=48785 WHERE `entry`=40357; + +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=67141696, `unit_flags2`=2048, `spell1`=91937, `spell2`=74846, `spell3`=90250, `spell4`=74670, `VehicleId`=0, `mingold`=20004, `maxgold`=20004, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48337; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=2, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=7, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48348; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=2.8, `speed_run`=1, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=74699, `spell4`=90169, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=7, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48350; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76507, `spell2`=90212, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=6367, `maxgold`=6367, `DamageModifier`=7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48509; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76603, `spell2`=90487, `spell3`=76596, `spell4`=90486, `VehicleId`=0, `mingold`=12181, `maxgold`=12181, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48595; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=74561, `spell2`=76720, `spell3`=90491, `spell4`=90522, `VehicleId`=0, `mingold`=12187, `maxgold`=12187, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48597; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76729, `spell2`=90526, `spell3`=76727, `spell4`=0, `VehicleId`=0, `mingold`=12158, `maxgold`=12158, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48610; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76729, `spell2`=90526, `spell3`=76727, `spell4`=0, `VehicleId`=0, `mingold`=12188, `maxgold`=12188, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48611; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76314, `spell2`=90308, `spell3`=76332, `spell4`=90653, `VehicleId`=0, `mingold`=12188, `maxgold`=12188, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48652; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76314, `spell2`=90308, `spell3`=76332, `spell4`=90653, `VehicleId`=0, `mingold`=12139, `maxgold`=12139, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48653; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76404, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12151, `maxgold`=12151, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48654; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108944, `unit_flags2`=33554432, `spell1`=76378, `spell2`=76394, `spell3`=90659, `spell4`=0, `VehicleId`=0, `mingold`=12171, `maxgold`=12171, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48661; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=90665, `spell2`=76411, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12161, `maxgold`=12161, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48666; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=537133120, `unit_flags2`=33554432, `spell1`=90665, `spell2`=76411, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12142, `maxgold`=12142, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48667; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76416, `spell2`=90668, `spell3`=90673, `spell4`=76418, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48669; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76557, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12196, `maxgold`=12196, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48676; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76514, `spell2`=90692, `spell3`=76517, `spell4`=90693, `VehicleId`=779, `mingold`=12166, `maxgold`=12166, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48677; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=90697, `spell2`=76620, `spell3`=76626, `spell4`=90695, `VehicleId`=0, `mingold`=12136, `maxgold`=12136, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48680; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=90705, `spell2`=76679, `spell3`=76685, `spell4`=90704, `VehicleId`=0, `mingold`=12148, `maxgold`=12148, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48682; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=262208, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12193, `maxgold`=12193, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48693; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=294976, `unit_flags2`=2048, `spell1`=90715, `spell2`=76711, `spell3`=76715, `spell4`=90712, `VehicleId`=0, `mingold`=12157, `maxgold`=12157, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48695; +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=1771, `speed_walk`=2, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=64, `unit_flags2`=67584, `spell1`=74976, `spell2`=90737, `spell3`=75056, `spell4`=90756, `VehicleId`=733, `mingold`=19994, `maxgold`=19994, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48702; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=2048, `spell1`=76822, `spell2`=76823, `spell3`=76826, `spell4`=90839, `VehicleId`=0, `mingold`=12214, `maxgold`=12214, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48744; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76369, `spell2`=90303, `spell3`=90844, `spell4`=76340, `VehicleId`=0, `mingold`=12832, `maxgold`=12832, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48745; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=0.888888, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=67108928, `unit_flags2`=33554432, `spell1`=76369, `spell2`=90303, `spell3`=90844, `spell4`=76340, `VehicleId`=0, `mingold`=12153, `maxgold`=12153, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48746; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76766, `spell2`=90851, `spell3`=76765, `spell4`=90849, `VehicleId`=0, `mingold`=12161, `maxgold`=12161, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48748; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=8, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=76578, `spell2`=90856, `spell3`=76579, `spell4`=90858, `VehicleId`=0, `mingold`=12150, `maxgold`=12150, `DamageModifier`=48, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48750; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=90867, `spell2`=76792, `spell3`=76779, `spell4`=90866, `VehicleId`=0, `mingold`=12179, `maxgold`=12179, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48751; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=64, `unit_flags2`=33554432, `spell1`=76797, `spell2`=90870, `spell3`=76794, `spell4`=90868, `VehicleId`=0, `mingold`=12185, `maxgold`=12185, `DamageModifier`=37.7, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48753; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90872, `spell2`=76816, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12174, `maxgold`=12174, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48754; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=67108928, `unit_flags2`=33556480, `spell1`=90875, `spell2`=76817, `spell3`=75931, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48755; +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=2, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90915, `spell2`=75245, `spell3`=76303, `spell4`=0, `VehicleId`=0, `mingold`=20026, `maxgold`=20026, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48784; +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=2146, `speed_walk`=1, `speed_run`=1.42857, `unit_class`=1, `unit_flags`=32832, `unit_flags2`=2048, `spell1`=90950, `spell2`=75328, `spell3`=75321, `spell4`=0, `VehicleId`=737, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=617299967, `flags_extra`=0 WHERE `entry`=48801; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=0.912699, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=91028, `spell2`=75755, `spell3`=75569, `spell4`=79467, `VehicleId`=0, `mingold`=12136, `maxgold`=12136, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48818; +UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=16, `speed_walk`=1, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=134219776, `spell1`=79466, `spell2`=91081, `spell3`=75789, `spell4`=91091, `VehicleId`=0, `mingold`=20003, `maxgold`=20003, `DamageModifier`=125, `mechanic_immune_mask`=617299967, `flags_extra`=1 WHERE `entry`=48822; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=3.6, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=75755, `spell2`=91028, `spell3`=91049, `spell4`=75520, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48828; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=33554432, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48832; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=3.6, `speed_run`=1.28571, `unit_class`=1, `unit_flags`=64, `unit_flags2`=2048, `spell1`=91028, `spell2`=91049, `spell3`=91040, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=0, `flags_extra`=0 WHERE `entry`=48845; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76404, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=12159, `maxgold`=12159, `DamageModifier`=35, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48657; +UPDATE `creature_template` SET `minlevel`=84, `maxlevel`=84, `exp`=3, `faction`=1771, `speed_walk`=1, `speed_run`=1.14286, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=76378, `spell2`=76394, `spell3`=90659, `spell4`=0, `VehicleId`=0, `mingold`=12148, `maxgold`=12148, `DamageModifier`=36.2, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48662; +UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=14, `speed_walk`=1.55556, `speed_run`=1, `unit_class`=1, `unit_flags`=0, `unit_flags2`=2048, `spell1`=0, `spell2`=0, `spell3`=0, `spell4`=0, `VehicleId`=0, `mingold`=0, `maxgold`=0, `DamageModifier`=35, `mechanic_immune_mask`=8388624, `flags_extra`=0 WHERE `entry`=48785; + +-- Drake Part +DELETE FROM `creature` WHERE `id` =42571 AND `guid` NOT IN (339783,339784,339782,339781,339780); +UPDATE `creature` SET `position_z`=345.94 WHERE `guid` IN (340008, 340378, 339966, 339890, 340283, 340293); +UPDATE `creature` SET `position_z`=236.371 WHERE `guid` IN (339824); + +DELETE FROM `creature` WHERE `guid` IN (340373,339903,340376,340101,340122,340085,339912,339961,340018,340118,340112,339905,339892,340108,340384,339899,340086,339970,340000,340380,340083,339964,340096,340075,339768,340016,339830,339894,340011,339962,340093,339898,339904,340124,340087,340074,339889,340110,340381,340377,340119,339906,340017,339827,340111,340386,340082,339992,339914,339773,340100,339893,339965,339767,339764,339911,339762,340363,340327,340297,340367,340339,340255,340202,340354,340371,340308,340331,340369,340305,340152,340286,340312,340375,340343,340161,340359,340365,340313,340145,340334,340304,340158,340181,340150,340374,340366,340364,340095,340356,340368,340370,340301,340329,340089,340314,340361,340285,340274,340239,340296,340309,340340,340311,340128,340310,340287,340151,340267,340341,340298,340362,340358,340306,340162,340315,340254,340338,340133); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(340373,40268,670,0, 0, 6, 169, 0, 0, 1, -575.284485, -699.97735, 268.7676, 2.968479, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(339903,39626,670,0, 0, 6, 169, 0, 0, 1, -576.561523, -697.73522, 268.7684, 2.891018, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340376,39909,670,0, 0, 6, 169, 0, 0, 1, -575.046631, -694.11480, 268.7675, 2.919857, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340101,40448,670,0, 0, 6, 169, 0, 0, 1, -572.992798, -691.09594, 268.7675, 3.017984, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340122,39870,670,0, 0, 6, 169, 0, 0, 1, -539.585022, -696.51318, 268.7684, 0.616211, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340085,40270,670,0, 0, 6, 169, 0, 0, 1, -533.775879, -703.29345, 268.7672, 1.334843, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(339912,40270,670,0, 0, 6, 169, 0, 0, 1, -656.722656, -725.30139, 269.1153, 1.425167, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(339961,39870,670,0, 0, 6, 169, 0, 0, 1, -649.716675, -728.94116, 269.1172, 1.939608, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340018,40448,670,0, 0, 6, 169, 0, 0, 1, -481.643921, -735.08947, 268.7677, 0.136811, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340118,39909,670,0, 0, 6, 169, 0, 0, 1, -477.318787, -739.53515, 268.7677, 0.221161, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340112,40268,670,0, 0, 6, 169, 0, 0, 1, -479.162567, -745.30114, 268.7677, 0.423481, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(339905,42570,670,0, 0, 6, 169, 0, 0, 0, -440.726013, -335.56201, 268.8160, 3.124140, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(339892,42570,670,0, 0, 6, 169, 0, 0, 0, -443.128998, -350.76599, 267.6069, 2.583090, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340108,42570,670,0, 0, 6, 169, 0, 0, 0, -436.037994, -371.02099, 269.0480, 2.600540, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(340384,42570,670,0, 0, 6, 169, 0, 0, 0, -435.717010, -387.11499, 267.7959, 1.937310, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(339899,42570,670,0, 0, 6, 169, 0, 0, 0, -450.401001, -387.39099, 268.9590, 1.151920, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0); + +UPDATE `creature` SET `id`=42571 WHERE `guid` IN (339783,339784,339782,339781,339780); +UPDATE `creature` SET `equipment_id`=1 WHERE `map`=670 AND `id` IN (SELECT `CreatureID` FROM `creature_equip_template`); +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (40197, 42495); +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN(40566, 44314); +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|131072, `flags_extra`=`flags_extra`|2 WHERE `entry` IN(42570); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (42496, 42495, 39294, 42571); +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`auras`) VALUES +(42496,0,1, "39199"), +(42495,0,1, "39199"), +(42571,0,1, "79377"), +(39294,0,1, ""); + +-- Ground Siege Stalker +UPDATE `creature_template` SET `flags_extra`=130 WHERE `entry`=40030; +-- Blitz Stalker +UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry`=40040; +-- Shadow Gale Trigger +UPDATE `creature_template` SET `flags_extra`=130 WHERE `entry`=40567; diff --git a/sql/updates/world/6.x/2016_04_14_00_world.sql b/sql/updates/world/6.x/2016_04_14_00_world.sql new file mode 100644 index 00000000000..bf81e4ae857 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_14_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry` IN (39859, 38821, 34527, 35845); +UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=128 WHERE `entry` IN (39859, 38821, 34527, 35845); diff --git a/sql/updates/world/6.x/2016_04_14_01_world.sql b/sql/updates/world/6.x/2016_04_14_01_world.sql new file mode 100644 index 00000000000..d6630007c03 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_14_01_world.sql @@ -0,0 +1,338 @@ +-- +SET @Oguid:=235252; +DELETE FROM `gameobject` WHERE `map`=34; +DELETE FROM `gameobject` WHERE `guid` BETWEEN @Oguid+0 AND @Oguid+33; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@Oguid+0, 206117, 34, 0, 0, 2, 169, 0, 80.1872, -21.7123, -26.5229, 0.95993, 0, 0, 0.461748, 0.887011, 7200, 255, 1, 0), +(@Oguid+1, 206038, 34, 0, 0, 2, 169, 0, 126.142, -33.6665, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+2, 206038, 34, 0, 0, 2, 169, 0, 77.1255, -85.7675, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+3, 206039, 34, 0, 0, 2, 169, 0, 136.405, -62.4725, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+4, 206038, 34, 0, 0, 2, 169, 0, 105.513, -34.6987, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+5, 206038, 34, 0, 0, 2, 169, 0, 117.186, -49.3382, -33.5413, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+6, 206038, 34, 0, 0, 2, 169, 0, 113.598, -79.2585, -31.5162, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+7, 206039, 34, 0, 0, 2, 169, 0, 82.5491, -86.3351, -32.9531, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+8, 206038, 34, 0, 0, 2, 169, 0, 118.107, -91.1957, -33.6035, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+9, 206038, 34, 0, 0, 2, 169, 0, 100.02, -44.5863, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+10, 206038, 34, 0, 0, 2, 169, 0, 97.0995, -96.3035, -35.1896, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+11, 206038, 34, 0, 0, 2, 169, 0, 102.467, -53.2114, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+12, 206038, 34, 0, 0, 2, 169, 0, 125.139, -69.8723, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+13, 206038, 34, 0, 0, 2, 169, 0, 128.726, -62.7564, -33.3152, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+14, 206039, 34, 0, 0, 2, 169, 0, 104.716, -92.3675, -34.977, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+15, 206038, 34, 0, 0, 2, 169, 0, 133.237, -36.2304, -33.545, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+16, 206039, 34, 0, 0, 2, 169, 0, 113.787, -68.6769, -34.4421, -0.890117, 0, 0, -0.43051, 0.902586, 7200, 255, 1, 0), +(@Oguid+17, 206039, 34, 0, 0, 2, 169, 0, 114.113, -116.77, -35.1896, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+18, 206039, 34, 0, 0, 2, 169, 0, 139.263, -37.9274, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+19, 206038, 34, 0, 0, 2, 169, 0, 133.514, -112.958, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+20, 206039, 34, 0, 0, 2, 169, 0, 130.886, -127.941, -33.9396, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+21, 206038, 34, 0, 0, 2, 169, 0, 100.471, -63.4066, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+22, 206039, 34, 0, 0, 2, 169, 0, 143.322, -80.2735, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+23, 206038, 34, 0, 0, 2, 169, 0, 85.4526, -102.806, -32.4805, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+24, 206038, 34, 0, 0, 2, 169, 0, 122.655, -48.4107, -31.062, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+25, 206038, 34, 0, 0, 2, 169, 0, 159.953, -56.0504, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+26, 206039, 34, 0, 0, 2, 169, 0, 118.08, -105.927, -35.1896, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+27, 206038, 34, 0, 0, 2, 169, 0, 106.757, -89.6077, -31.5528, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+28, 206038, 34, 0, 0, 2, 169, 0, 130.461, -39.3777, -33.9396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+29, 206038, 34, 0, 0, 2, 169, 0, 92.377, -116.607, -31.0731, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+30, 206039, 34, 0, 0, 2, 169, 0, 143.363, -53.1464, -34.8562, 0, 0, 0, 0, 1, 7200, 255, 1, 0), +(@Oguid+31, 206038, 34, 0, 0, 2, 169, 0, 123.561, -71.0415, -28.8443, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+32, 206038, 34, 0, 0, 2, 169, 0, 136.253, -50.0208, -34.8562, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0), +(@Oguid+33, 206038, 34, 0, 0, 2, 169, 0, 127.26, -125.315, -32.7396, 2.46091, 0, 0, 0.942641, 0.333807, 7200, 255, 1, 0); + +SET @Cguid:= 375668; +DELETE FROM `creature` WHERE `map`=34; +DELETE FROM `creature` WHERE `guid` BETWEEN @Cguid+0 AND @Cguid+142; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(@Cguid+0, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 138.8, 68.2195, -33.8563, 3.75246, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), +(@Cguid+1, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 143.643, 107.928, -35.1063, 1.09956, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+2, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 142.502, 111.638, -35.1063, 5.49779, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+3, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 145.88, 111.855, -35.1063, 3.49066, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+4, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 147.363, 102.737, -35.1896, 4.74935, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 1 +(@Cguid+5, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 126.643, 48.8055, -33.8563, 5.34071, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+6, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 99.583, -39.0376, -34.8562, 2.37755, 7200, 0, 0, 2284, 1236, 2, 0, 0, 0, 0), -- 2 +(@Cguid+7, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 79.106, -96.1999, -33.9396, 2.88742, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+8, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 142.243, -74.6631, -34.8562, 0.60646, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+9, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 115.934, -62.6386, -34.8561, 2.66776, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 3 +(@Cguid+10, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 130.089, -115.885, -33.9396, 2.24391, 7200, 5, 0, 2132, 1162, 1, 0, 0, 0, 0), +(@Cguid+11, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 143.314, -42.6761, -34.8562, 3.36318, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+12, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 140.377, 88.779, -33.8563, 5.16617, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+13, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 145.945, 87.9651, -33.8563, 3.49066, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+14, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 115.646, 46.6108, -34.8562, 3.05838, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+15, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 169.457, 131.567, -33.9396, 0.0420607, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+16, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 128.467, 60.6504, -33.8563, 5.60251, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+17, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 151.236, 61.0594, -34.7729, 2.3911, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+18, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 151.978, 65.7358, -34.7729, 4.2586, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+19, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 124.068, 119.782, -33.9396, 2.84049, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+20, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 114.621, 71.3001, -34.7729, 0.383972, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+21, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 118.116, 75.7636, -34.7729, 4.2586, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+22, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 119.789, 125.887, -33.9396, 2.52888, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), +(@Cguid+23, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 149.402, 39.6148, -34.7729, 1.25664, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+24, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 150.557, 45.8164, -34.7729, 3.80482, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+25, 46251, 34, 0, 0, 2, 169, 0, 383, 1, 190.948, 92.736, -33.9396, 3.35267, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+26, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 91.4122, -133.32, -33.9396, 0.911975, 7200, 5, 0, 302, 0, 1, 0, 0, 0, 0), +(@Cguid+27, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 95.1225, -58.5109, -34.8562, 0.875983, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+28, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 134.673, -122.773, -33.9396, 5.86751, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+29, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 111.376, -45.8854, -34.8562, 5.65932, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+30, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 105.616, -57.7929, -34.8562, 5.6134, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+31, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 109.941, -100.341, -35.1896, -0.611966, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+32, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 125.033, -55.2645, -33.8563, 1.8326, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+33, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 128.403, -51.1683, -33.8563, 1.8326, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+34, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 116.784, -84.3837, -33.9396, 0.986595, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+35, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 89.6001, -143.828, -33.9396, 3.61654, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0), +(@Cguid+36, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 130.427, -116.848, -33.9396, 2.46724, 7200, 5, 0, 2132, 1162, 1, 0, 0, 0, 0), +(@Cguid+37, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 102.054, 0.80921, -25.5229, 3.68265, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+38, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 114.333, -2.55397, -25.5229, 1.18682, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+39, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.162, -2.44849, -25.5229, 1.93731, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 4 +(@Cguid+40, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.28, -0.705868, -25.6062, 4.72614, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 5 +(@Cguid+41, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 113.127, -13.4419, -26.4396, 2.19912, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+42, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.682, -15.3287, -26.4396, 2.3911, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 6 +(@Cguid+43, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 112.539, -18.1699, -26.4396, 3.54302, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+44, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 100.19, 1.53123, -25.6062, -2.79082, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+45, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 133.763, 3.99191, -25.5229, 4.13643, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+46, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 132.188, 5.22533, -25.5229, 3.75246, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 7 +(@Cguid+47, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 120.915, 0.512058, -25.6062, 3.24348, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 8 +(@Cguid+48, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 135.391, 5.12026, -24.3964, -2.53755, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+49, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 161.964, 5.82574, -25.5229, 5.96903, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+50, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 164.323, 5.37318, -25.5229, 3.01942, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+51, 46264, 34, 0, 0, 2, 169, 0, 1204, 0, 99.4527, -116.802, -35.1063, 1.09956, 43200, 0, 0, 15250, 3930, 0, 0, 0, 0, 0), +(@Cguid+52, 46254, 34, 0, 0, 2, 169, 0, 501, 1, 158.016, 116.564, -35.1063, 4.2586, 43200, 0, 0, 23456, 0, 0, 0, 0, 0, 0), +(@Cguid+53, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 132.665, 123.228, -33.9396, 0.0124326, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+54, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 164.711, 135.636, -33.9396, 6.06013, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), +(@Cguid+55, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 132.976, 40.8171, -33.8563, 3.90954, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+56, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 159.443, 98.5626, -35.1063, 0.191986, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+57, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 161.406, 97.0804, -35.1063, 2.72271, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), +(@Cguid+58, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 161.415, 100.436, -35.1063, 3.89208, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+59, 46249, 34, 0, 0, 2, 169, 0, 384, 1, 171.285, 135.533, -33.9396, 2.47638, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+60, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 112.905, 42.6389, -34.7729, 1.25664, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), +(@Cguid+61, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 110.525, 50.7815, -34.7729, 5.39307, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+62, 46252, 34, 0, 0, 2, 169, 0, 413, 0, 178.448, 98.6488, -33.9396, 0.533069, 7200, 0, 0, 2284, 1743, 0, 0, 0, 0, 0), +(@Cguid+63, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 179.873, 90.7396, -33.9396, 2.95521, 7200, 0, 0, 2420, 0, 2, 0, 0, 0, 0), -- 9 +(@Cguid+64, 46248, 34, 0, 0, 2, 169, 0, 175, 1, 147.842, 43.3093, -34.8562, 6.19657, 7200, 0, 0, 2420, 0, 0, 0, 0, 0, 0), +(@Cguid+65, 46250, 34, 0, 0, 2, 169, 0, 374, 1, 154.114, 100.941, -35.1896, 3.43802, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 10 +(@Cguid+66, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 138.332, -126.504, -33.9396, 2.10357, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0), +(@Cguid+67, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 117.771, -75.4089, -33.8563, 0, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+68, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 119.77, -81.5856, -33.8563, 0, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0), +(@Cguid+69, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 125.86, -61.6993, -33.9396, 1.00045, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 11 +(@Cguid+70, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 99.3459, -102.593, -35.1063, 0.436332, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+71, 46263, 34, 0, 0, 2, 169, 0, 2169, 0, 105.885, -101.519, -35.1063, 1.69297, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+72, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 111.092, -98.399, -35.1896, 4.32032, 7200, 0, 0, 2284, 1236, 0, 0, 0, 0, 0), +(@Cguid+73, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 151.518, -47.9823, -34.8562, 2.91744, 7200, 0, 0, 302, 0, 2, 0, 0, 0, 0), -- 12 +(@Cguid+74, 46261, 34, 0, 0, 2, 169, 0, 35014, 0, 154.18, -69.5024, -34.8562, 5.11699, 7200, 0, 0, 2132, 1162, 0, 0, 0, 0, 0), +(@Cguid+75, 46260, 34, 0, 0, 2, 169, 0, 1405, 0, 146.644, -49.8948, -34.8562, 1.7966, 7200, 0, 0, 2284, 1236, 2, 0, 0, 0, 0), -- 13 +(@Cguid+76, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 113.612, -59.6646, -34.8562, 1.07341, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+77, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 91.3291, -133.327, -33.9396, 2.51738, 7200, 5, 0, 302, 0, 1, 0, 0, 0, 0), +(@Cguid+78, 46262, 34, 0, 0, 2, 169, 0, 1128, 0, 77.8695, -88.568, -33.9396, 6.13929, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+79, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 104.795, -29.1012, -26.4396, 0.864969, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 14 +(@Cguid+80, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 151.833, 0.695342, -25.6062, 1.42085, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+81, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 136.11, 2.21884, -25.6062, 5.32628, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+82, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 151.78, -0.610041, -25.6062, 2.92175, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+83, 46381, 34, 0, 0, 2, 169, 0, 35073, 1, 141.334, -0.052255, -25.6062, 2.70265, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+84, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 138.974, 3.55755, -25.6062, 5.04733, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+85, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 101.52, -27.0801, -26.4396, 5.20108, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+86, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.542, -28.7851, -26.4396, 5.86431, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 15 +(@Cguid+87, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 103.314, -31.4143, -26.4396, 1.88496, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+88, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 108.927, 21.8863, -26.5229, 2.2088, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+89, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 102.194, 3.97128, -25.5229, 3.56047, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+90, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 100.528, 3.50848, -25.5229, 3.7705, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 16 +(@Cguid+91, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 93.2359, -0.0572555, -25.6062, 3.70497, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 17 +(@Cguid+92, 46375, 34, 0, 0, 2, 169, 0, 35078, 1, 98.96, -1.139, -25.6062, -0.0470873, 7200, 0, 0, 2604, 0, 0, 0, 0, 0, 0), +(@Cguid+93, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 112.535, 23.3279, -26.4396, 4.13643, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+94, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 110.96, 24.5613, -26.4396, 3.75246, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), -- 18 +(@Cguid+95, 46382, 34, 0, 0, 2, 169, 0, 35069, 0, 111.84, 18.6591, -26.4396, 2.16421, 7200, 0, 0, 302, 0, 0, 0, 0, 0, 0), +(@Cguid+96, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 132.009, 1.1699, -25.5229, 2.53995, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 19 +(@Cguid+97, 46379, 34, 0, 0, 2, 169, 0, 35076, 1, 109.06, -15.5223, -26.5229, 1.99201, 7200, 0, 0, 2604, 0, 2, 0, 0, 0, 0), -- 20 +(@Cguid+98, 46383, 34, 0, 0, 2, 169, 0, 35068, 1, 172.463, -2.24164, -25.5229, 2.72271, 43200, 0, 0, 17475, 0, 0, 0, 0, 0, 0), +(@Cguid+99, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 126.23, -33.708, -33.8563, 0.785398, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0), +(@Cguid+100, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 97.0772, -96.3446, -35.1063, 1.36136, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0), +(@Cguid+101, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 100.069, -44.6332, -34.7729, 1.36136, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0), +(@Cguid+102, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 125.168, -69.6588, -33.8563, 1.36136, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0), +(@Cguid+103, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 130.365, -39.4408, -33.8563, 4.01426, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0), +(@Cguid+104, 46299, 34, 0, 0, 2, 169, 0, 35076, 0, 136.265, -50.0503, -34.7729, 0.837758, 7200, 0, 0, 484, 0, 0, 0, 0, 0, 0), +(@Cguid+105, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 77.1173, -85.7022, -33.8563, 1.36136, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0), +(@Cguid+106, 46300, 34, 0, 0, 2, 169, 0, 35073, 0, 100.481, -63.3902, -34.7729, 4.41568, 7200, 0, 0, 521, 0, 0, 0, 0, 0, 0), +(@Cguid+107, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.7384, -0.682292, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), +(@Cguid+108, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 78.6935, 15.392, -26.4396, 0.610865, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+109, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 77.0925, 3.23572, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), +(@Cguid+110, 46406, 34, 0, 0, 2, 169, 0, 2990, 1, 76.7786, -1.54392, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), +(@Cguid+111, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 89.3952, 9.3915, -26.4396, 3.40339, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 21 +(@Cguid+112, 46407, 34, 0, 0, 2, 169, 0, 2988, 0, 91.6768, -29.3938, -26.4396, 3.12414, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+113, 46408, 34, 0, 0, 2, 169, 0, 2992, 0, 90.7331, -8.76813, -26.4396, 4.13643, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+114, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 90.0439, -2.58535, -25.5229, 0.139626, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 22 +(@Cguid+115, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.9916, 4.26081, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), +(@Cguid+116, 46406, 34, 0, 0, 2, 169, 0, 2989, 1, 78.7236, -2.62016, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), +(@Cguid+117, 46407, 34, 0, 0, 2, 169, 0, 2987, 0, 78.9247, -27.3705, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+118, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 79.3117, 17.1223, -26.4396, 5.21853, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+119, 46408, 34, 0, 0, 2, 169, 0, 2990, 0, 88.6199, -21.0578, -26.4396, 1.72788, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+120, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 79.9497, 22.0916, -26.4396, 5.48033, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 23 +(@Cguid+121, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 85.3679, 18.7793, -26.4396, 5.42797, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+122, 46408, 34, 0, 0, 2, 169, 0, 2989, 0, 77.3381, -15.1934, -26.4396, 0, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+123, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 91.3948, -16.1498, -26.4396, 3.05433, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+124, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 80.8261, 15.4966, -26.4396, 2.80998, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+125, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 90.0527, 4.0865, -25.5229, 6.05629, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 24 +(@Cguid+126, 46411, 34, 0, 0, 2, 169, 0, 27769, 0, 85.5236, -17.4515, -26.4396, 0, 7200, 0, 0, 5342, 0, 0, 0, 0, 0, 0), +(@Cguid+127, 46410, 34, 0, 0, 2, 169, 0, 2993, 0, 83.9379, -14.7392, -26.4396, 3.22886, 7200, 0, 0, 635, 0, 0, 0, 0, 0, 0), +(@Cguid+128, 46406, 34, 0, 0, 2, 169, 0, 2990, 1, 79.0145, 2.2961, -25.5229, 0, 7200, 0, 0, 1302, 0, 0, 0, 0, 0, 0), +(@Cguid+129, 46407, 34, 0, 0, 2, 169, 0, 2988, 0, 79.8477, -31.7496, -26.4396, 0.907571, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+130, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 86.7224, -32.0406, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+131, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 89.7979, -0.81802, -25.5229, 0.0698132, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 25 +(@Cguid+132, 46409, 34, 0, 0, 2, 169, 0, 1865, 1, 83.5244, 32.7149, -26.4829, 3.29497, 7200, 0, 0, 4229, 0, 2, 0, 0, 0, 0), -- 26 +(@Cguid+133, 46482, 34, 0, 0, 2, 169, 0, 35068, 1, 88.8999, 21.8505, -26.4421, 4.4855, 7200, 0, 0, 5592, 0, 0, 0, 0, 0, 0), +(@Cguid+134, 46405, 34, 0, 0, 2, 169, 0, 2992, 1, 89.7199, 2.35929, -25.5229, 6.12611, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 27 +(@Cguid+135, 46408, 34, 0, 0, 2, 169, 0, 2991, 0, 80.187, -6.52612, -26.4396, 4.72984, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+136, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 86.3939, 17.585, -26.4396, 2.33874, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+137, 46405, 34, 0, 0, 2, 169, 0, 2989, 1, 90.0658, 17.493, -26.4396, 2.79253, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), -- 28 +(@Cguid+138, 46417, 34, 0, 0, 2, 169, 0, 2991, 1, 73.7084, 0.704101, -25.5229, 0, 7200, 0, 0, 1953, 0, 0, 0, 0, 0, 0), +(@Cguid+139, 46407, 34, 0, 0, 2, 169, 0, 2986, 0, 90.2458, -32.1359, -26.4396, 1.62316, 7200, 0, 0, 1124, 0, 0, 0, 0, 0, 0), +(@Cguid+140, 1720, 34, 0, 0, 2, 169, 0, 0, 0, 103.112, 77.7348, -34.8562, 5.94116, 28800, 0, 0, 2097, 0, 0, 0, 0, 0, 0), +(@Cguid+141, 53488, 34, 0, 0, 2, 169, 0, 16925, 0, 66.8395, 0.820416, -22.9799, 0, 7200, 0, 0, 12600, 0, 0, 0, 0, 0, 0), +(@Cguid+142, 53488, 34, 0, 0, 2, 169, 0, 16925, 0, 76.7849, 0.891, -25.5229, 0, 7200, 0, 0, 12600, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_addon` WHERE `guid` IN (@Cguid+4, @Cguid+6, @Cguid+9, @Cguid+39, @Cguid+40, @Cguid+42, @Cguid+46, @Cguid+47, @Cguid+63, @Cguid+65, @Cguid+69, @Cguid+73, @Cguid+75, @Cguid+79, @Cguid+86, @Cguid+90, @Cguid+91, @Cguid+94, @Cguid+96, @Cguid+97, @Cguid+111, @Cguid+114, @Cguid+120, @Cguid+125, @Cguid+131, @Cguid+132, @Cguid+134, @Cguid+137); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(@Cguid+4, (@Cguid+4)*10, 0, 0, 0, 0, ""), -- 1 +(@Cguid+6, (@Cguid+6)*10, 0, 0, 0, 0, ""), -- 2 +(@Cguid+9, (@Cguid+9)*10, 0, 0, 0, 0, ""), -- 3 +(@Cguid+39, 0, 0, 1, 1, 0, ""), -- 4 +(@Cguid+40, 0, 0, 0, 1, 0, ""), -- 5 +(@Cguid+42, 0, 0, 1, 1, 0, ""), -- 6 +(@Cguid+46, 0, 0, 1, 1, 0, ""), -- 7 +(@Cguid+47, 0, 0, 0, 1, 0, ""), -- 8 +(@Cguid+63, (@Cguid+63)*10, 0, 0, 0, 0, ""), -- 9 +(@Cguid+65, (@Cguid+65)*10, 0, 0, 0, 0, ""), -- 10 +(@Cguid+69, (@Cguid+69)*10, 0, 0, 0, 0, ""), -- 11 +(@Cguid+73, (@Cguid+73)*10, 0, 0, 0, 0, ""), -- 12 +(@Cguid+75, (@Cguid+75)*10, 0, 0, 0, 0, ""), -- 13 +(@Cguid+79, (@Cguid+79)*10, 0, 0, 0, 0, ""), -- 14 +(@Cguid+86, 0, 0, 1, 1, 0, ""), -- 15 +(@Cguid+90, 0, 0, 0, 1, 0, ""), -- 16 +(@Cguid+91, 0, 0, 0, 1, 0, ""), -- 17 +(@Cguid+94, 0, 0, 1, 1, 0, ""), -- 18 +(@Cguid+96, (@Cguid+96)*10, 0, 0, 0, 0, ""), -- 19 +(@Cguid+97, (@Cguid+97)*10, 0, 0, 0, 0, ""), -- 20 +(@Cguid+111, 0, 0, 3, 1, 0, "55474"), -- 21 +(@Cguid+114, 0, 0, 0, 1, 333, ""), -- 22 +(@Cguid+120, 0, 0, 3, 1, 0, "55474"), -- 23 +(@Cguid+125, 0, 0, 0, 1, 333, ""), -- 24 +(@Cguid+131, 0, 0, 0, 1, 333, ""), -- 25 +(@Cguid+132, (@Cguid+132)*10, 0, 0, 0, 0, ""), -- 26 +(@Cguid+134, 0, 0, 0, 1, 333, ""), -- 27 +(@Cguid+137, 0, 0, 3, 1, 0, "55474"); -- 28 + +DELETE FROM `waypoint_data` WHERE `id` IN ((@Cguid+4)*10, (@Cguid+6)*10, (@Cguid+9)*10, (@Cguid+63)*10, (@Cguid+65)*10, (@Cguid+69)*10, (@Cguid+73)*10, (@Cguid+75)*10, (@Cguid+79)*10, (@Cguid+96)*10, (@Cguid+97)*10, (@Cguid+132)*10); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +((@Cguid+4)*10, 1, 110.294, -18.2778, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+4)*10, 2, 110.703, -19.1904, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+4)*10, 3, 108.707, -14.7353, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+4)*10, 4, 108.707, -14.7353, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+6)*10, 1, 132.866, 1.68494, -25.6062, 0, 0, 0, 0, 100, 0), +((@Cguid+6)*10, 2, 132.009, 1.1699, -25.6062, 0, 0, 0, 0, 100, 0), +((@Cguid+6)*10, 3, 131.334, 1.63358, -25.6062, 0, 0, 0, 0, 100, 0), +((@Cguid+6)*10, 4, 131.334, 1.63358, -25.6062, 0, 0, 0, 0, 100, 0), +((@Cguid+9)*10, 1, 105.652, -28.5862, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+9)*10, 2, 104.795, -29.1012, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+9)*10, 3, 105.953, -27.7429, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+9)*10, 4, 105.953, -27.7429, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+63)*10, 1, 147.865, -50.7881, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+63)*10, 2, 146.868, -50.8707, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+63)*10, 3, 146.571, -49.5761, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+63)*10, 4, 146.571, -49.5761, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+65)*10, 1, 153.951, -47.9694, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+65)*10, 2, 154.64, -48.6941, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+65)*10, 3, 153.149, -48.3541, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+65)*10, 4, 151.191, -47.9077, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+65)*10, 5, 151.191, -47.9077, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 1, 125.32, -62.541, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 2, 125.86, -61.6993, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 3, 126.255, -61.0834, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 4, 128.001, -58.3609, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 5, 130.018, -51.5804, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 6, 130.34, -50.4989, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 7, 129.576, -45.469, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 8, 129.426, -44.4811, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+69)*10, 9, 129.426, -44.4811, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+73)*10, 1, 162.874, 101.41, -34.9649, 0, 0, 0, 0, 100, 0), +((@Cguid+73)*10, 2, 161.891, 101.591, -34.9649, 0, 0, 0, 0, 100, 0), +((@Cguid+73)*10, 3, 158.366, 102.24, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+73)*10, 4, 152.103, 100.327, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+73)*10, 5, 150.572, 99.8595, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+73)*10, 6, 150.572, 99.8595, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+75)*10, 1, 181.549, 91.3863, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+75)*10, 2, 181.055, 90.5167, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+75)*10, 3, 176.763, 91.3261, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+75)*10, 4, 176.763, 91.3261, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 1, 122.621, -65.386, -33.9378, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 2, 121.682, -65.0414, -33.9378, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 3, 121.157, -64.8486, -33.9374, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 4, 119.006, -64.059, -34.8494, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 5, 117.944, -63.6694, -34.856, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 6, 114.462, -61.8837, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 7, 111.293, -60.2584, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 8, 110.055, -60.4123, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 9, 104.609, -61.0894, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+79)*10, 10, 104.609, -61.0894, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+96)*10, 1, 100.193, -38.7373, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+96)*10, 2, 100.307, -39.7309, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+96)*10, 3, 99.3503, -38.8146, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+96)*10, 4, 99.3503, -38.8146, -34.8562, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 1, 147.326, 103.736, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 2, 147.363, 102.737, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 3, 147.419, 101.211, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 4, 146.919, 99.3285, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 5, 146.392, 97.3472, -35.1896, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 6, 146.056, 96.0809, -34.7753, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 7, 145.617, 94.4278, -33.9411, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 8, 145.173, 92.758, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+97)*10, 9, 145.173, 92.758, -33.9396, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 1, 84.4642, 33.8602, -26.442, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 2, 84.4642, 32.8602, -26.442, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 3, 82.5378, 32.5624, -26.5259, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 4, 80.4382, 32.1262, -26.5265, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 5, 79.0513, 30.7565, -26.5262, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 6, 78.5776, 28.8914, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 7, 78.9996, 27.247, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 8, 81.4716, 26.7795, -26.5298, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 9, 83.6806, 26.924, -26.5335, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 10, 86.3659, 26.8395, -26.5267, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 11, 88.4547, 26.7095, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 12, 90.2688, 26.9445, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 13, 91.2195, 28.3116, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 14, 91.276, 29.5049, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 15, 90.8135, 30.8675, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 16, 89.6863, 31.783, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 17, 88.7407, 32.3032, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 18, 87.2978, 32.709, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 19, 85.5401, 32.9464, -26.5229, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 20, 84.5596, 32.7557, -26.5251, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 21, 84.4853, 31.0094, -26.5272, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 22, 84.4622, 29.6961, -26.5286, 0, 0, 0, 0, 100, 0), +((@Cguid+132)*10, 23, 84.4622, 29.6961, -26.5286, 0, 0, 0, 0, 100, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (46252,46249,46251,46248,46250,46260,46263,46262,46261,46375,46382,46379,46381,46264,46254,46383,46300,46299,46406,46405,46407,46408,46411,46410,46409,46482,46417,1720); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(46252, 0, 0, 0, 1, 0, ""), +(46249, 0, 0, 0, 1, 0, ""), +(46251, 0, 0, 0, 1, 0, ""), +(46248, 0, 0, 0, 1, 0, ""), +(46250, 0, 0, 0, 1, 0, ""), +(46260, 0, 0, 0, 1, 0, ""), +(46263, 0, 0, 0, 1, 0, "19818"), +(46262, 0, 0, 0, 1, 0, ""), +(46261, 0, 0, 0, 1, 0, ""), +(46375, 0, 0, 0, 1, 0, ""), +(46382, 0, 0, 3, 1, 0, ""), +(46379, 0, 0, 0, 1, 0, ""), +(46381, 0, 0, 0, 1, 0, "10022"), +(46264, 0, 0, 0, 1, 0, ""), +(46254, 0, 0, 0, 1, 0, ""), +(46383, 0, 0, 0, 1, 0, ""), +(46300, 0, 0, 0, 1, 0, "29266"), +(46299, 0, 0, 0, 1, 0, "29266"), +(46406, 0, 0, 0, 3, 214, ""), +(46405, 0, 0, 1, 1, 0, ""), +(46407, 0, 0, 3, 1, 0, ""), +(46408, 0, 0, 1, 1, 0, ""), +(46411, 0, 0, 0, 1, 0, ""), +(46410, 0, 0, 0, 1, 0, ""), +(46409, 0, 0, 0, 1, 0, ""), +(46482, 0, 0, 0, 1, 0, ""), +(46417, 0, 0, 0, 3, 214, ""), +(1720, 0, 0, 0, 4097, 0, ""); diff --git a/sql/updates/world/6.x/2016_04_14_02_world.sql b/sql/updates/world/6.x/2016_04_14_02_world.sql new file mode 100644 index 00000000000..5aca3fdd938 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_14_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=16 WHERE `entryorguid`=3038200 AND `source_type`=9 AND `id`=2; diff --git a/sql/updates/world/6.x/2016_04_16_00_2016_04_16_01_world.sql b/sql/updates/world/6.x/2016_04_16_00_2016_04_16_01_world.sql new file mode 100644 index 00000000000..a3e86dd40a8 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_16_00_2016_04_16_01_world.sql @@ -0,0 +1,307 @@ +SET @OGUID := 78735; -- 20 free guids required +SET @CGUID := 84148; -- 9 free guids required + +SET @NPC := @CGUID+1; +SET @PATH := @NPC * 10; + +UPDATE `creature_template` SET `difficulty_entry_1`=0 WHERE `entry` IN (25740,25755,25756,25865); +UPDATE `creature_template` SET `minlevel`=82,`maxlevel`=82, `mechanic_immune_mask`=617299839, `ScriptName`='boss_ahune' WHERE `entry`=25740; -- Ahune +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25755; -- Ahunite Hailstone +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25756; -- Ahunite Coldwave +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `AIName`='SmartAI' WHERE `entry`=25757; -- Ahunite Frostwind +UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80, `flags_extra`=`flags_extra`|0x40000000, `mechanic_immune_mask`=617299839, `ScriptName`='npc_frozen_core' WHERE `entry`=25865; -- Frozen Core +UPDATE `creature_template` SET `ScriptName`='npc_ahune_bunny' WHERE `entry`=25745; +UPDATE `creature_template` SET `ScriptName`='npc_earthen_ring_flamecaller' WHERE `entry`=25754; +UPDATE `creature_template` SET `unit_flags`=33554432, `MovementType`=2 WHERE `entry` IN (25964,25965,25966); -- Shaman beam bunny +UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry`=26239; -- Ghost of Ahune +UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry`=25985; -- Ahune Ice Spear Bunny +UPDATE `gameobject_template` SET `ScriptName`='go_ahune_ice_stone' WHERE `entry`=187882; +UPDATE `creature` SET `orientation`=2.408554 WHERE `guid`=202734; -- Luma +UPDATE `creature` SET `orientation`=3.804818 WHERE `guid`=202737; -- Flamecaller +UPDATE `creature_template` SET `HealthModifier`=94.5, `unit_flags`=33554688 WHERE `entry`=25865; +UPDATE `creature_template` SET `HealthModifier`=18.8 WHERE `entry`=25755; +UPDATE `creature_template` SET `HealthModifier`=3.538 WHERE `entry`=25756; +UPDATE `creature_template` SET `HealthModifier`=1.5 WHERE `entry`=25757; +UPDATE `creature_template` SET `HealthModifier`=4 WHERE `entry`=40446; +UPDATE `creature_template` SET `InhabitType`=7 WHERE `entry` IN (25964,25965,25966,26190); + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN +('spell_ahune_synch_health', +'spell_ice_spear_control_aura', +'spell_slippery_floor_periodic', +'spell_summon_ice_spear_delayer', +'spell_summoning_rhyme_aura', +'spell_ahune_spanky_hands', +'spell_ahune_minion_despawner', +'spell_ice_spear_target_picker', +'spell_ice_bombardment_dest_picker'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(46430, 'spell_ahune_synch_health'), +(46371, 'spell_ice_spear_control_aura'), +(46320, 'spell_slippery_floor_periodic'), +(46878, 'spell_summon_ice_spear_delayer'), +(45926, 'spell_summoning_rhyme_aura'), +(46146, 'spell_ahune_spanky_hands'), +(46843, 'spell_ahune_minion_despawner'), +(46372, 'spell_ice_spear_target_picker'), +(46398, 'spell_ice_bombardment_dest_picker'); + +DELETE FROM `creature_text` WHERE `entry` IN (25745,25754,25697,40446); +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(25745,0,0,'The Earthen Ring\'s Assault Begins.',41,0,100,0,0,0,24930,1,'Ahune Bunny- EMOTE_EARTHEN_ASSAULT'), +(25754,0,0,'Ahune Retreats. His defenses diminish.',41,0,100,0,0,0,24931,1,'Earthen Ring Flamecaller - EMOTE_RETREAT'), +(25754,1,0,'Ahune will soon resurface.',41,0,100,0,0,0,24932,1,'Earthen Ring Flamecaller - EMOTE_RESURFACE'), +(40446,0,0,'How DARE you! You will not stop the coming of Lord Ahune!',14,0,100,0,0,0,40437,0,'Skar\'this the Summoner'), +(25697,0,0,'The Ice Stone has melted!',14,0,100,0,0,0,24895,0,'Luma Skymother - SAY_PLAYER_1'), +(25697,1,0,'Ahune, your strength grows no more!',14,0,100,0,0,0,24893,0,'Luma Skymother - SAY_PLAYER_2'), +(25697,2,0,'Your frozen reign will not come to pass!',14,0,100,0,0,0,24894,0,'Luma Skymother - SAY_PLAYER_3'); + +DELETE FROM `gossip_menu` WHERE `entry`=11389; +INSERT INTO `gossip_menu` VALUES +(11389,15864); + +DELETE FROM `gossip_menu_option` WHERE `menu_id`=11389; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`OptionBroadcastTextID`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`,`BoxBroadcastTextID`) VALUES +(11389,1,0,'Disturb the stone and summon Lord Ahune.',40443,1,1,0,0,0,0,NULL,0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (25740,25755,25865,25985,25952); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES +(25740, 0, 0, 9, 1, 61976), +(25755, 0, 0, 0, 0, 46542), +(25865, 0, 0, 0, 0, '46810 61976'), +(25985, 0, 0, 0, 0, '75498 46878'), +(25952, 0, 0, 0, 0, 46314); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (46603,46593,46735,45930,45941,46809,46843,46396,46398,46236); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,1,46603,0,0,31,0,3,26121,0,0,0,0,'',"Spell 'Force Wisp Flight Missile' can hit 'Wisp Source Bunny'"), +(13,1,46593,0,0,31,0,3,26120,0,0,0,0,'',"Spell 'Wisp Flight Missile and Beam' can hit 'Wisp Dest Bunny'"), +(13,1,46735,0,0,31,0,3,26190,0,0,0,0,'',"Spell 'Spank - Force Bunny To Knock You To' can hit '[PH] Spank Target Bunny'"), +(13,1,45930,0,1,31,0,3,25971,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 000'"), +(13,1,45930,0,2,31,0,3,25972,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 001'"), +(13,1,45930,0,3,31,0,3,25973,0,0,0,0,'',"Spell 'Ahune - Summoning Rhyme Spell, make bonfire' can hit 'Shaman Bonfire Bunny 002'"), +(13,1,45941,0,0,31,0,3,25746,0,0,0,0,'',"Spell 'Summon Ahune's Loot Missile' can hit '[PH] Ahune Loot Loc Bunny'"), +(13,1,46809,0,0,31,0,3,26239,0,0,0,0,'',"Spell 'Make Ahune's Ghost Burst' can hit 'Ghost of Ahune"), +(13,1,46843,0,1,31,0,3,25756,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Coldwave'"), +(13,1,46843,0,2,31,0,3,25757,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Frostwind'"), +(13,1,46843,0,3,31,0,3,25755,0,0,0,0,'',"Spell 'Minion Despawner' can hit 'Ahunite Hailstone'"), +(13,1,46398,0,0,31,0,3,25972,0,0,0,0,'',"Spell 'Ice Bombardment Dest Picker' can hit 'Shaman Bonfire Bunny'"), +(13,1,46396,0,0,31,0,3,25972,0,0,0,0,'',"Spell 'Ice Bombardment' can hit 'Shaman Bonfire Bunny'"), +(13,1,46236,0,1,31,0,3,25971,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 000'"), +(13,1,46236,0,2,31,0,3,25972,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 001'"), +(13,1,46236,0,3,31,0,3,25973,0,0,0,0,'',"Spell 'Close opening Visual' can hit 'Shaman Bonfire Bunny 002'"); + +DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN (46314,46603,46593,46422); +INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES +(0,46314,64,0,0,'Disable LOS for spell Ahune - Slippery Floor Ambient'), +(0,46603,64,0,0,'Disable LOS for spell Force Whisp to Flight'), +(0,46593,64,0,0,'Disable LOS for spell Whisp Flight Missile and Beam'), +(0,46422,64,0,0,'Disable LOS for spell Shamans Look for Opening'); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (45947,-45964,45964); +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(45947,45946,2,''), +(-45964,-46333,0,''), +(45964,46333,0,''); + +-- Skar'this the Summoner +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=40446; +DELETE FROM `smart_scripts` WHERE `entryorguid`=40446 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(40446,0,0,0,1,0,100,1,0,0,0,0,11,75427,0,0,0,0,0,1,0,0,0,0,0,0,0,'Skar\'this the Summoner - OOC - Cast \'Frost Channelling\''), +(40446,0,1,0,4,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Skar\'this the Summoner - On agro - say'), +(40446,0,2,0,0,0,100,0,5000,5000,15000,15000,11,55909,1,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Crashing Wave'), +(40446,0,3,0,0,0,100,0,10000,10000,20000,20000,11,11831,1,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Frost Nova'), +(40446,0,4,0,0,0,100,0,7000,7000,9000,9000,11,15043,0,0,0,0,0,2,0,0,0,0,0,0,0,'Skar\'this the Summoner - IC - Cast Frostbolt'); + +-- Summon Loot Bunny SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25746; +DELETE FROM `smart_scripts` WHERE `entryorguid`=25746 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(25746,0,0,0,8,0,100,0,45941,0,0,0,11,46891,0,0,0,0,0,1,0,0,0,0,0,0,0,'[PH] Ahune Loot Loc Bunny - On SpellHit - Cast \'Summon Loot\''); + +-- [PH] Spank Target Bunny SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26190; +DELETE FROM `smart_scripts` WHERE `entryorguid`=26190 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(26190,0,0,0,8,0,100,0,46735,0,0,0,11,46734,0,0,0,0,0,7,0,0,0,0,0,0,0,'[PH] Spank Target Bunny - On SpellHit \'Spank - Force Bunny To Knock You To\' - Cast \'Knock To\''); + +-- Ghost of Ahune +UPDATE `creature_template` SET `AIName`='SmartAI', `flags_extra`='2' WHERE `entry`=26239; +DELETE FROM `smart_scripts` WHERE `entryorguid`=26239 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2623900 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 +(26239,0,0,0,25,0,100,0,0,0,0,0,3,0,11686,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - On Reset - Morph to Model 11686'), +(26239,0,1,0,8,0,100,0,46809,0,4000,4000,80,2623900,2,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - On SpellHit \'Make Ahune\'s Ghost Burst\' - Call Timed ActionList'), +(2623900,9,0,0,0,0,100,0,0,0,0,0,3,0,23707,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Morph to Model 23707'), +(2623900,9,1,0,0,0,100,0,0,0,0,0,11,46786,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Cast \'Ahune\'s Ghost Disguise\''), +(2623900,9,2,0,0,0,100,0,2400,2400,0,0,47,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Set Visibility Off'), +(2623900,9,3,0,0,0,100,0,500,500,0,0,3,0,11686,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Morph to Model 11686'), +(2623900,9,4,0,0,0,100,0,0,0,0,0,47,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ghost of Ahune - Timed ActionList - Set Visibility On'); + +-- Wisp Source Bunny SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26121; +DELETE FROM `smart_scripts` WHERE `entryorguid`=26121 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(26121,0,0,1,8,0,100,0,46603,0,0,0,11,46593,0,0,0,0,0,11,26120,100,0,0,0,0,0,'Wisp Source Bunny - On SpellHit \'Force Wisp Flight Missile\' - Cast \'Wisp Flight Missile and Beam\''), +(26121,0,1,0,61,0,100,0,0,0,0,0,41,9000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wisp Source Bunny - On SpellHit \'Force Wisp Flight Missile\' - Despawn in 9s'); + +-- Wisp Dest Bunny SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=26120; +DELETE FROM `smart_scripts` WHERE `entryorguid`=26120 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(26120,0,0,0,8,0,100,0,46593,0,0,0,41,9000,0,0,0,0,0,1,0,0,0,0,0,0,0,'Wisp Dest Bunny - On SpellHit \'Wisp Flight Missile and Beam\' - Despawn in 9s'); + +-- Shaman Beam Bunny SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (25971,25972,25973); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25971,25972,25973) AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(25971,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 000 - On SpellHit - Cast \'Bonfire Disguise\''), +(25972,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 001 - On SpellHit - Cast \'Bonfire Disguise\''), +(25973,0,0,0,8,0,100,0,45930,0,0,0,11,46339,0,0,0,0,0,1,0,0,0,0,0,0,0,'Shaman Beam Bunny 002 - On SpellHit - Cast \'Bonfire Disguise\''); + +-- Ahunite Hailstone SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25755; +DELETE FROM `smart_scripts` WHERE `entryorguid`=25755 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(25755,0,0,0,0,0,100,0,6000,8000,6000,8000,11,2676,0,0,0,0,0,2,0,0,0,0,0,0,0,'Ahunite Hailstone - In Combat - Cast \'Pulverize\''); + +-- Ahunite Coldwave SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25756; +DELETE FROM `smart_scripts` WHERE `entryorguid`=25756 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(25756,0,0,0,0,0,100,0,5000,7000,6000,8000,11,46406,0,0,0,0,0,2,0,0,0,0,0,0,0,'Ahunite Coldwave - In Combat - Cast \'Bitter Blast\''); + +-- Ahunite Frostwind SAI +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25757; +DELETE FROM `smart_scripts` WHERE `entryorguid`=25757 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(25757,0,0,0,54,0,100,0,0,0,0,0,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,'Ahunite Frostwind - On Just Summoned - Cast \'Lightning Shield\''), +(25757,0,1,0,0,0,100,0,2000,2000,5000,7000,11,46568,0,0,0,0,0,18,120,0,0,0,0,0,0,'Ahunite Frostwind - In Combat - Cast \'Wind Buffet\''); + +DELETE FROM `item_loot_template` WHERE `entry`=35512; +INSERT INTO `item_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES +(35512,17202,0,100,0,1,0,2,5,NULL); + +DELETE FROM `item_loot_template` WHERE `Entry`=54536; +INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES +(54536, 54806, 0, 3, 0, 1, 0, 1, 1), +(54536, 23247, 0, 100, 0, 1, 1, 5, 10), +(54536, 53641, 0, 3, 0, 1, 0, 1, 1); + +DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+8; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES +(@CGUID,25745,547,6,0,0,-96.64146,-230.8864,4.780959,1.413717,300,0,0,1,1,0,0,0,0), -- [PH] Ahune Summon Loc Bunny +(@CGUID+1,25964,547,6,0,0,-90.00211,-224.9285,-1.378754,2.956095,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 000 +(@CGUID+2,25965,547,6,0,0,-97.39627,-223.761,-1.494899,0.9130945,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 001 +(@CGUID+3,25966,547,6,0,0,-103.3054,-224.0149,0.5259815,5.676991,300,0,0,1,1,2,0,0,0), -- Shaman Beam Bunny 002 +(@CGUID+4,26190,547,6,0,0,-95.33572,-207.4834,16.28742,4.904375,300,0,0,1,1,0,0,0,0), -- [PH] Spank Target Bunny +(@CGUID+5,25952,547,6,0,0,-96.64146,-230.8864,4.780959,1.413717,300,0,0,1,1,0,0,0,0), -- Slippery Floor Bunny +(@CGUID+6,25952,547,6,0,0,-69.83901,-162.474,-2.303646,2.513274,300,0,0,1,1,0,0,0,0), -- Slippery Floor Bunny +(@CGUID+7,26239,547,6,0,0,-99.10214,-233.1872,-1.22297,1.466077,300,0,0,1,1,0,0,0,0), -- Ghost of Ahune +(@CGUID+8,25746,547,6,0,0,-96.8723,-212.8425,-1.149142,4.153883,300,0,0,1,1,0,0,0,0); -- [PH] Ahune Loot Loc Bunny + +DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+19; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@OGUID+0, 187882, 547, 6, 1, 1, -69.90455, -162.2449, -2.366563, 2.426008, 0, 0, 0.9366722, 0.3502074, 120, 255, 1,0), -- Icestone +(@OGUID+1, 188067, 547, 6, 1, 1,-79.397, -219.7025, -4.042892, -2.199115, 0, 0, -0.8910065, 0.4539906, 120, 255, 1, 0), -- Ice Block +(@OGUID+2, 188067, 547, 6, 1, 1, -115.5985, -162.7724, -1.924025, -0.5585039, 0, 0, -0.2756367, 0.9612619, 120, 255, 1, 0), -- Ice Block +(@OGUID+3, 188067, 547, 6, 1, 1, -71.89625, -145.4974, -1.551813, -1.954766, 0, 0, -0.8290367, 0.5591941, 120, 255, 1, 0), -- Ice Block +(@OGUID+4, 188067, 547, 6, 1, 1, -49.27251, -168.9859, -1.898811, 2.007128, 0, 0, 0.8433914, 0.5372996, 120, 255, 1, 0), -- Ice Block +(@OGUID+5, 188067, 547, 6, 1, 1, -75.95139, -182.771, -4.882017, -1.151916, 0, 0, -0.5446386, 0.8386708, 120, 255, 1, 0), -- Ice Block +(@OGUID+6, 188067, 547, 6, 1, 1, -83.52528, -172.1806, -3.816522, 0.01745246, 0, 0, 0.00872612, 0.9999619, 120, 255, 1, 0), -- Ice Block +(@OGUID+7, 188067, 547, 6, 1, 1, -83.52528, -217.3293, -3.0728, -0.4886912, 0, 0, -0.2419214, 0.9702958, 120, 255, 1, 0), -- Ice Block +(@OGUID+8, 188072, 547, 6, 1, 1, -71.48915, -160.7316, -4.18569, -0.4188786, 0, 0, -0.2079115, 0.9781476, 120, 255, 1, 0), -- Ice Stone Mount +(@OGUID+9, 188072, 547, 6, 1, 1, -69.21773, -163.491, -2.044773, 2.967041, 0, 0, 0.9961939, 0.08716504, 120, 255, 1, 0), -- Ice Stone Mount +(@OGUID+10, 188072, 547, 6, 1, 1, -71.82486, -164.475, -3.962982, -0.9250239, 0, 0, -0.4461975, 0.8949345, 120, 255, 1, 0), -- Ice Stone Mount +(@OGUID+11, 188072, 547, 6, 1, 1, -69.20837, -160.345, -4.25643, 1.850049, 0, 0, 0.7986355, 0.601815, 120, 255, 1, 0), -- Ice Stone Mount +(@OGUID+12, 188073, 547, 6, 1, 1, -89.75205, -113.5002, -2.709442, 0.453785, 0, 0, 0.2249508, 0.9743701, 120, 255, 1, 0), -- Ahune Bonfire +(@OGUID+13, 188073, 547, 6, 1, 1,-114.9574, -117.3017, -2.71, 2.007128, 0, 0, 0.8433914, 0.5372996, 120, 255, 1, 0), -- Ahune Bonfire +(@OGUID+14, 188142, 547, 6, 1, 1, -74.65959, -243.8125, -2.735999, 2.216565, 0, 0, 0.8949337, 0.4461992, 120, 255, 1, 0), -- Ice Block, Big +(@OGUID+15, 188142, 547, 6, 1, 1, -72.75314, -185.1547, -4.930593, 0.157079, 0, 0, 0.07845879, 0.9969174, 120, 255, 1, 0), -- Ice Block, Big +(@OGUID+16, 188142, 547, 6, 1, 1, -103.7134, -245.5041, -1.377881, -1.291542, 0, 0, -0.6018143, 0.7986361, 120, 255, 1, 0), -- Ice Block, Big +(@OGUID+17, 188142, 547, 6, 1, 1, -118.9196, -204.8023, -1.504161, 1.919862, 0, 0, 0.8191519, 0.5735767, 120, 255, 1, 0), -- Ice Block, Big +(@OGUID+18, 188142, 547, 6, 1, 1, -117.3857, -165.9649, -2.018646, 0.5585039, 0, 0, 0.2756367, 0.9612619, 120, 255, 1, 0), -- Ice Block, Big +(@OGUID+19, 188142, 547, 6, 1, 1, -75.42784, -221.16, -2.882941, 0.4886912, 0, 0, 0.2419214, 0.9702958, 120, 255, 1, 0); -- Ice Block, Big + +DELETE FROM `creature_addon` WHERE `guid` IN (@NPC,@NPC+1,@NPC+2); +INSERT INTO `creature_addon` (`guid`,`path_id`) VALUES +(@NPC,@PATH), +(@NPC+1,@PATH+10), +(@NPC+2,@PATH+20); + +DELETE FROM `waypoint_data` WHERE `id` IN (@PATH,@PATH+10,@PATH+20); +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,-107.1537,-233.7247,27.1834,0,0,0,100,0), +(@PATH,2,-109.4618,-232.0907,25.12787,0,0,0,100,0), +(@PATH,3,-109.4792,-229.4328,20.98899,0,0,0,100,0), +(@PATH,4,-105.9522,-226.8887,17.26674,0,0,0,100,0), +(@PATH,5,-101.0044,-224.8914,16.04452,0,0,0,100,0), +(@PATH,6,-96.82773,-225.9608,15.73896,0,0,0,100,0), +(@PATH,7,-92.59879,-227.0505,15.54452,0,0,0,100,0), +(@PATH,8,-90.07465,-229.0938,16.58224,0,0,0,100,0), +(@PATH,9,-88.24558,-231.7715,22.47455,0,0,0,100,0), +(@PATH,10,-91.0969,-232.6422,24.65563,0,0,0,100,0), +(@PATH,11,-97.20647,-234.4709,28.46118,0,0,0,100,0), +(@PATH,12,-101.5825,-234.9054,29.35008,0,0,0,100,0), + +(@PATH+10,1,-109.4618,-232.0907,25.12787,0,0,0,100,0), +(@PATH+10,2,-109.4792,-229.4328,20.98899,0,0,0,100,0), +(@PATH+10,3,-105.9522,-226.8887,17.26674,0,0,0,100,0), +(@PATH+10,4,-101.0044,-224.8914,16.04452,0,0,0,100,0), +(@PATH+10,5,-96.82773,-225.9608,15.73896,0,0,0,100,0), +(@PATH+10,6,-92.59879,-227.0505,15.54452,0,0,0,100,0), +(@PATH+10,7,-90.07465,-229.0938,16.58224,0,0,0,100,0), +(@PATH+10,8,-88.24558,-231.7715,22.47455,0,0,0,100,0), +(@PATH+10,9,-91.0969,-232.6422,24.65563,0,0,0,100,0), +(@PATH+10,10,-97.20647,-234.4709,28.46118,0,0,0,100,0), +(@PATH+10,11,-101.5825,-234.9054,29.35008,0,0,0,100,0), +(@PATH+10,12,-107.1537,-233.7247,27.1834,0,0,0,100,0), + +(@PATH+20,1,-97.20647,-234.4709,28.46118,0,0,0,100,0), +(@PATH+20,2,-101.5825,-234.9054,29.35008,0,0,0,100,0), +(@PATH+20,3,-107.1537,-233.7247,27.1834,0,0,0,100,0), +(@PATH+20,4,-109.4618,-232.0907,25.12787,0,0,0,100,0), +(@PATH+20,5,-109.4792,-229.4328,20.98899,0,0,0,100,0), +(@PATH+20,6,-105.9522,-226.8887,17.26674,0,0,0,100,0), +(@PATH+20,7,-101.0044,-224.8914,16.04452,0,0,0,100,0), +(@PATH+20,8,-96.82773,-225.9608,15.73896,0,0,0,100,0), +(@PATH+20,9,-92.59879,-227.0505,15.54452,0,0,0,100,0), +(@PATH+20,10,-90.07465,-229.0938,16.58224,0,0,0,100,0), +(@PATH+20,11,-88.24558,-231.7715,22.47455,0,0,0,100,0), +(@PATH+20,12,-91.0969,-232.6422,24.65563,0,0,0,100,0); + +DELETE FROM `game_event_creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+8 AND `eventEntry`=1; +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(1,@CGUID), +(1,@CGUID+1), +(1,@CGUID+2), +(1,@CGUID+3), +(1,@CGUID+4), +(1,@CGUID+5), +(1,@CGUID+6), +(1,@CGUID+7), +(1,@CGUID+8); + +DELETE FROM `game_event_gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+19 AND `eventEntry`=1; +INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES +(1,@OGUID), +(1,@OGUID+1), +(1,@OGUID+2), +(1,@OGUID+3), +(1,@OGUID+4), +(1,@OGUID+5), +(1,@OGUID+6), +(1,@OGUID+7), +(1,@OGUID+8), +(1,@OGUID+9), +(1,@OGUID+10), +(1,@OGUID+11), +(1,@OGUID+12), +(1,@OGUID+13), +(1,@OGUID+14), +(1,@OGUID+15), +(1,@OGUID+16), +(1,@OGUID+17), +(1,@OGUID+18), +(1,@OGUID+19); diff --git a/sql/updates/world/6.x/2016_04_16_01_2016_04_16_00_world.sql b/sql/updates/world/6.x/2016_04_16_01_2016_04_16_00_world.sql new file mode 100644 index 00000000000..9219a4ef316 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_16_01_2016_04_16_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_baron_geddon_inferno'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(19695, 'spell_baron_geddon_inferno'); diff --git a/sql/updates/world/6.x/2016_04_16_02_2016_04_16_02_world.sql b/sql/updates/world/6.x/2016_04_16_02_2016_04_16_02_world.sql new file mode 100644 index 00000000000..82982753067 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_16_02_2016_04_16_02_world.sql @@ -0,0 +1,39 @@ +-- The column `spell1` was misused for this NPC. This NPC is undead. He cannot be MCed. The spell 29307 should be cast using SmartAI or by Script. +-- Also, link the zombies chows to the custom ScriptedAI defined in boss_gluth.cpp. +UPDATE `creature_template` SET `spell1`=0, `ScriptName`='npc_zombie_chow' WHERE `entry`=16360; +UPDATE `creature_template` SET `spell1`=0 WHERE `entry`=30303; + +-- connect the decimate spell (effect 0) used by Gluth (in both 10 man & 25) to the spell script defined in boss_gluth.cpp. +-- and connect the 2 zombie chow's search spells to a unique spell script used by both. +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gluth_decimate', 'spell_gluth_zombiechow_search'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(28374, 'spell_gluth_decimate'), +(54426, 'spell_gluth_decimate'), +(28239, 'spell_gluth_zombiechow_search'), +(28404, 'spell_gluth_zombiechow_search'); + +-- add the condition to the multi-target insta-kill spell 28404 which is that only zombies are eligible targets to the spell. +-- add a condition to the decimate spell (28374/54426). It's damage component should only affect players and zombies. +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 13 AND `SourceEntry` IN (28374, 28404, 54426); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 28404, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Zombie Chow Search targets zombies only'), +(13, 1, 28374, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'), +(13, 1, 28374, 0, 1, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'), +(13, 1, 54426, 0, 0, 31, 0, 3, 16360, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'), +(13, 1, 54426, 0, 1, 31, 0, 4, 0, 0, 0, 0, 0, '', 'Decimate damage should only hit zombie or player'); + +-- adds Gluth's 5 emotes into the DB. +DELETE FROM `creature_text` WHERE `entry`=15932 AND `groupid` IN(0,1,2,3,4) AND `id`=0; +INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(15932, 0, 0, '%s spots a zombie to devour!', 16, 0, 100, 0, 0, 0, 12242, 2/3, 'Gluth - spots one'), +(15932, 1, 0, '%s decimates all nearby flesh!', 41, 0, 100, 0, 0, 0, 32321, 2/3, 'Gluth - decimate'), +(15932, 2, 0, '%s becomes enraged!', 41, 0, 100, 0, 0, 0, 24144, 2/3, 'Gluth - enrage'), +(15932, 3, 0, '%s devours all nearby zombies!', 16, 0, 100, 0, 0, 0, 12348, 2/3, 'Gluth - devours all'), +(15932, 4, 0, '%s goes into a berserker rage!', 41, 0, 100, 0, 0, 0, 34057, 2/3, 'Gluth - berserker'); + +-- move zombie chows to summon groups (gets rid of hardcoded spawn coords) +DELETE FROM `creature_summon_groups` WHERE `summonerId`=15932; +INSERT INTO `creature_summon_groups` (`summonerId`,`summonerType`,`groupId`,`entry`,`position_x`,`position_y`,`position_z`,`orientation`,`summonType`,`summonTime`) VALUES +(15932,0,1,16360,3270.132,-3169.948,297.5891,5.88176,6,10000), +(15932,0,2,16360,3307.298,-3183.449,297.5891,5.74213,6,10000), +(15932,0,2,16360,3255.708,-3135.677,297.5891,1.86750,6,10000); diff --git a/sql/updates/world/6.x/2016_04_16_03_2016_04_16_03_world.sql b/sql/updates/world/6.x/2016_04_16_03_2016_04_16_03_world.sql new file mode 100644 index 00000000000..c6a6e1b07de --- /dev/null +++ b/sql/updates/world/6.x/2016_04_16_03_2016_04_16_03_world.sql @@ -0,0 +1,2 @@ +UPDATE `npc_spellclick_spells` SET `spell_id`=46598 WHERE `npc_entry`=31583 and`spell_id`=59319; +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid`=31578 and`source_type`=0 and`id`=3; -- cgit v1.2.3