diff options
author | TDB Release <tdb-release@build.bot> | 2019-12-15 18:28:50 +0000 |
---|---|---|
committer | TDB Release <tdb-release@build.bot> | 2019-12-15 18:28:50 +0000 |
commit | 73348bed8e4b8359c34741d3d2dc37c2cf4197d2 (patch) | |
tree | 89a0c1112b27c06bfb3a0467ce967cb0cd7a2eb3 /sql/old/3.3.5a | |
parent | e426b5bb5b9cef7bd01e51b9e86fa74632df945e (diff) |
TDB 335.19121 - 2019/12/15TDB335.19121
Diffstat (limited to 'sql/old/3.3.5a')
40 files changed, 1932 insertions, 0 deletions
diff --git a/sql/old/3.3.5a/auth/19111_2019_12_15/2019_11_16_00_auth.sql b/sql/old/3.3.5a/auth/19111_2019_12_15/2019_11_16_00_auth.sql new file mode 100644 index 00000000000..8710b550286 --- /dev/null +++ b/sql/old/3.3.5a/auth/19111_2019_12_15/2019_11_16_00_auth.sql @@ -0,0 +1,2 @@ +-- TDB 335.19111 auth +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/auth/19111_2019_12_15/2019_12_07_00_auth.sql b/sql/old/3.3.5a/auth/19111_2019_12_15/2019_12_07_00_auth.sql new file mode 100644 index 00000000000..1cbe9f22482 --- /dev/null +++ b/sql/old/3.3.5a/auth/19111_2019_12_15/2019_12_07_00_auth.sql @@ -0,0 +1,106 @@ +-- +-- Table structure for table `build_info` +-- +DROP TABLE IF EXISTS `build_info`; +CREATE TABLE `build_info` ( + `build` int(11) NOT NULL, + `majorVersion` int(11) DEFAULT NULL, + `minorVersion` int(11) DEFAULT NULL, + `bugfixVersion` int(11) DEFAULT NULL, + `hotfixVersion` char(3) DEFAULT NULL, + `winAuthSeed` varchar(32) DEFAULT NULL, + `win64AuthSeed` varchar(32) DEFAULT NULL, + `mac64AuthSeed` varchar(32) DEFAULT NULL, + `winChecksumSeed` varchar(40) DEFAULT NULL, + `macChecksumSeed` varchar(40) DEFAULT NULL, + PRIMARY KEY (`build`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +-- +-- Dumping data for table `build_info` +-- +INSERT INTO `build_info` VALUES +(5875,1,12,1,NULL,NULL,NULL,NULL,'95EDB27C7823B363CBDDAB56A392E7CB73FCCA20','8D173CC381961EEBABF336F5E6675B101BB513E5'), +(6005,1,12,2,NULL,NULL,NULL,NULL,NULL,NULL), +(6141,1,12,3,NULL,NULL,NULL,NULL,NULL,NULL), +(8606,2,4,3,NULL,NULL,NULL,NULL,'319AFAA3F2559682F9FF658BE01456255F456FB1','D8B0ECFE534BC1131E19BAD1D4C0E813EEE4994F'), +(9947,3,1,3,NULL,NULL,NULL,NULL,NULL,NULL), +(10505,3,2,2,'a',NULL,NULL,NULL,NULL,NULL), +(11159,3,3,0,'a',NULL,NULL,NULL,NULL,NULL), +(11403,3,3,2,NULL,NULL,NULL,NULL,NULL,NULL), +(11723,3,3,3,'a',NULL,NULL,NULL,NULL,NULL), +(12340,3,3,5,'a',NULL,NULL,NULL,'CDCBBD5188315E6B4D19449D492DBCFAF156A347','B706D13FF2F4018839729461E3F8A0E2B5FDC034'), +(13623,4,0,6,'a',NULL,NULL,NULL,NULL,NULL), +(13930,3,3,5,'a',NULL,NULL,NULL,NULL,NULL), +(14545,4,2,2,NULL,NULL,NULL,NULL,NULL,NULL), +(15595,4,3,4,NULL,NULL,NULL,NULL,NULL,NULL), +(19116,6,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(19243,6,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(19342,6,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(19702,6,1,0,NULL,NULL,NULL,NULL,NULL,NULL), +(19802,6,1,2,NULL,NULL,NULL,NULL,NULL,NULL), +(19831,6,1,2,NULL,NULL,NULL,NULL,NULL,NULL), +(19865,6,1,2,NULL,NULL,NULL,NULL,NULL,NULL), +(20182,6,2,0,'a',NULL,NULL,NULL,NULL,NULL), +(20201,6,2,0,NULL,NULL,NULL,NULL,NULL,NULL), +(20216,6,2,0,NULL,NULL,NULL,NULL,NULL,NULL), +(20253,6,2,0,NULL,NULL,NULL,NULL,NULL,NULL), +(20338,6,2,0,NULL,NULL,NULL,NULL,NULL,NULL), +(20444,6,2,2,NULL,NULL,NULL,NULL,NULL,NULL), +(20490,6,2,2,'a',NULL,NULL,NULL,NULL,NULL), +(20574,6,2,2,'a',NULL,NULL,NULL,NULL,NULL), +(20726,6,2,3,NULL,NULL,NULL,NULL,NULL,NULL), +(20779,6,2,3,NULL,NULL,NULL,NULL,NULL,NULL), +(20886,6,2,3,NULL,NULL,NULL,NULL,NULL,NULL), +(21355,6,2,4,NULL,NULL,NULL,NULL,NULL,NULL), +(21463,6,2,4,NULL,NULL,NULL,NULL,NULL,NULL), +(21742,6,2,4,NULL,NULL,NULL,NULL,NULL,NULL), +(22248,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22293,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22345,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22410,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22423,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22498,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22522,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22566,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22594,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22624,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22747,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22810,7,0,3,NULL,NULL,NULL,NULL,NULL,NULL), +(22900,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL), +(22908,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL), +(22950,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL), +(22995,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL), +(22996,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL), +(23171,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL), +(23222,7,1,0,NULL,NULL,NULL,NULL,NULL,NULL), +(23360,7,1,5,NULL,NULL,NULL,NULL,NULL,NULL), +(23420,7,1,5,NULL,NULL,NULL,NULL,NULL,NULL), +(23911,7,2,0,NULL,NULL,NULL,NULL,NULL,NULL), +(23937,7,2,0,NULL,NULL,NULL,NULL,NULL,NULL), +(24015,7,2,0,NULL,NULL,NULL,NULL,NULL,NULL), +(24330,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL), +(24367,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL), +(24415,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL), +(24430,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL), +(24461,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL), +(24742,7,2,5,NULL,NULL,NULL,NULL,NULL,NULL), +(25549,7,3,2,NULL,'FE594FC35E7F9AFF86D99D8A364AB297','1252624ED8CBD6FAC7D33F5D67A535F3','66FC5E09B8706126795F140308C8C1D8',NULL,NULL), +(25996,7,3,5,NULL,'23C59C5963CBEF5B728D13A50878DFCB','C7FF932D6A2174A3D538CA7212136D2B','210B970149D6F56CAC9BADF2AAC91E8E',NULL,NULL), +(26124,7,3,5,NULL,'F8C05AE372DECA1D6C81DA7A8D1C5C39','46DF06D0147BA67BA49AF553435E093F','C9CA997AB8EDE1C65465CB2920869C4E',NULL,NULL), +(26365,7,3,5,NULL,'2AAC82C80E829E2CA902D70CFA1A833A','59A53F307288454B419B13E694DF503C','DBE7F860276D6B400AAA86B35D51A417',NULL,NULL), +(26654,7,3,5,NULL,'FAC2D693E702B9EC9F750F17245696D8','A752640E8B99FE5B57C1320BC492895A','9234C1BD5E9687ADBD19F764F2E0E811',NULL,NULL), +(26822,7,3,5,NULL,'283E8D77ECF7060BE6347BE4EB99C7C7','2B05F6D746C0C6CC7EF79450B309E595','91003668C245D14ECD8DF094E065E06B',NULL,NULL), +(26899,7,3,5,NULL,'F462CD2FE4EA3EADF875308FDBB18C99','3551EF0028B51E92170559BD25644B03','8368EFC2021329110A16339D298200D4',NULL,NULL), +(26972,7,3,5,NULL,'797ECC19662DCBD5090A4481173F1D26','6E212DEF6A0124A3D9AD07F5E322F7AE','341CFEFE3D72ACA9A4407DC535DED66A',NULL,NULL), +(28153,8,0,1,NULL,NULL,'DD626517CC6D31932B479934CCDC0ABF',NULL,NULL,NULL), +(30706,8,1,5,NULL,NULL,'BB6D9866FE4A19A568015198783003FC',NULL,NULL,NULL), +(30993,8,2,0,NULL,NULL,'2BAD61655ABC2FC3D04893B536403A91',NULL,NULL,NULL), +(31229,8,2,0,NULL,NULL,'8A46F23670309F2AAE85C9A47276382B',NULL,NULL,NULL), +(31429,8,2,0,NULL,NULL,'7795A507AF9DC3525EFF724FEE17E70C',NULL,NULL,NULL), +(31478,8,2,0,NULL,NULL,'7973A8D54BDB8B798D9297B096E771EF',NULL,NULL,NULL), +(32305,8,2,5,NULL,NULL,'21F5A6FC7AD89FBF411FDA8B8738186A',NULL,NULL,NULL), +(32494,8,2,5,NULL,NULL,'58984ACE04919401835C61309A848F8A',NULL,NULL,NULL), +(32580,8,2,5,NULL,NULL,'87C2FAA0D7931BF016299025C0DDCA14',NULL,NULL,NULL), +(32638,8,2,5,NULL,NULL,'5D07ECE7D4A867DDDE615DAD22B76D4E',NULL,NULL,NULL), +(32722,8,2,5,NULL,NULL,'1A09BE1D38A122586B4931BECCEAD4AA',NULL,NULL,NULL); diff --git a/sql/old/3.3.5a/characters/19111_2019_12_15/2019_11_16_00_characters.sql b/sql/old/3.3.5a/characters/19111_2019_12_15/2019_11_16_00_characters.sql new file mode 100644 index 00000000000..7506a3e1a2c --- /dev/null +++ b/sql/old/3.3.5a/characters/19111_2019_12_15/2019_11_16_00_characters.sql @@ -0,0 +1,2 @@ +-- TDB 335.19111 characters +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_16_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_16_00_world.sql new file mode 100644 index 00000000000..b96aa756c38 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_16_00_world.sql @@ -0,0 +1,3 @@ +-- TDB 335.19111 world +UPDATE `version` SET `db_version`='TDB 335.19111', `cache_id`=19111 LIMIT 1; +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_16_01_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_16_01_world.sql new file mode 100644 index 00000000000..c3cb5b31d4b --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_16_01_world.sql @@ -0,0 +1,242 @@ +-- +UPDATE `creature` SET `phaseMask`=4 WHERE `id` IN (31223,31224,31225); +UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `guid` IN (124131,121112,121035); +UPDATE `creature` SET `position_x`=6370.503906, `position_y`=1729.510132, `position_z`=525.191101, `orientation`=1.146587 WHERE `guid`=124242; +UPDATE `creature` SET `phaseMask`=5, `position_x`=6450.995, `position_y`=2048.262, `position_z`=568.1149, `orientation`=3.630285 WHERE `id`=30944; +UPDATE `gameobject` SET `phaseMask`=5 WHERE `id` IN (193424,193007); +UPDATE `creature_addon` SET `emote`=133 WHERE `guid` IN (124242); + +DELETE FROM `creature` WHERE `guid` IN (117635, 117647, 117715, 117728, 117729, 117747, 117750, 117763, 117764, 117766, 117810, 117812, 117813, 117814, 117817, 117902, 117904, 117905, 117906, 117907, 117908, 117909, 117910, 117911, 117912, 117913, 117914, 117915, 117916, 117917, 117918, 117919, 117923, 117945, 117948, 117955, 117956, 117957, 117958, 117978, 118048, 118049, 118050, 118051, 118052, 118053, 118054, 118055, 118056, 118152, 118160, 118162, 118174, 118210, 118211, 118220, 118242, 118260, 118264, 118270, 118308, 118309, 118310, 118321, 118430, 118434, 118435, 118441, 118446, 118447, 118448, 118458, 118491, 118497, 118498, 118499, 118500, 118501, 118502, 118503, 118504, 118505, 118506, 118507, 118508, 118509, 118510, 118511, 118512, 118513, 118514, 118515, 118517, 118518, 118519, 118520, 118533, 118537, 118538, 118539, 118540, 118541, 118542, 118543, 118544, 118545, 118548, 118549, 118550, 118551, 118552, 118553, 118576, 118594, 118596, 118597, 118598, 118599, 118629, 118676, 118688, 118689, 118690, 118691, 118692, 118693, 118694, 118695, 118696, 118697, 118698, 118700, 118701, 118702, 118703, 118704, 118705, 118706, 118707, 118724, 118749, 118750, 118774, 118784, 118895, 118914, 118972, 119021, 119024, 119028, 119035, 119046, 119049, 119050, 119051, 119052, 119113, 119127, 119128, 119129, 119130, 119131, 119132, 119133, 119134, 119135, 119136, 119138, 119139, 119140, 119141, 119142, 119144, 119343, 119347, 119359, 119360, 119382, 119383, 119384, 119399,119400,119401,119402); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(117635, 26525, 571, 210, 4518, 1, 1, 0, 0, 6404.563, 2532.112, 491.8539, 2.214607, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 26525 (Area: 4518 - Difficulty: 0) +(117647, 31754, 571, 210, 4518, 1, 1, 0, 1, 6452.206, 2461.854, 467.545, 1.921567, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31754 (Area: 4518 - Difficulty: 0) (possible waypoints or random movement) +(117715, 31754, 571, 210, 4518, 1, 1, 0, 1, 6427.754, 2518.9, 482.9265, 5.815352, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31754 (Area: 4518 - Difficulty: 0) (possible waypoints or random movement) +(117728, 31780, 571, 210, 4519, 1, 1, 0, 0, 6245.401, 2184.722, 499.466, 4.222034, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31780 (Area: 4519 - Difficulty: 0) (possible waypoints or random movement) +(117729, 31780, 571, 210, 4519, 1, 1, 0, 0, 6161.952, 2344.931, 504.0855, 4.222034, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31780 (Area: 4519 - Difficulty: 0) (possible waypoints or random movement) +(117747, 31327, 571, 210, 4520, 1, 4, 0, 1, 6413.714, 1945.586, 631.8846, 1.03795, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117750, 31325, 571, 210, 4520, 1, 4, 0, 1, 6541.103, 1850.843, 629.5512, 4.785824, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31325 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(117763, 31226, 571, 210, 4520, 1, 4, 0, 0, 6433.099, 1895.424, 508.6777, 4.118977, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31226 (Area: 4520 - Difficulty: 0) +(117764, 31226, 571, 210, 4520, 1, 4, 0, 0, 6431.988, 1812.841, 508.6844, 3.438299, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31226 (Area: 4520 - Difficulty: 0) +(117766, 31226, 571, 210, 4520, 1, 4, 0, 0, 6444.694, 1972.974, 631.8203, 3.385939, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31226 (Area: 4520 - Difficulty: 0) +(117810, 31322, 571, 210, 4520, 1, 4, 0, 0, 6499.831, 1845.695, 511.816, 0.1047198, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31322 (Area: 4520 - Difficulty: 0) (Auras: 19818 - 19818) +(117812, 31326, 571, 210, 4520, 1, 4, 0, 1, 6512.74, 1837.827, 632.1495, 5.97852, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117813, 31321, 571, 210, 4520, 1, 4, 0, 1, 6467.817, 1811.164, 527.5248, 5.67232, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31321 (Area: 4520 - Difficulty: 0) +(117814, 31326, 571, 210, 4520, 1, 4, 0, 1, 6514.941, 1837.135, 632.1495, 2.836927, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117817, 31327, 571, 210, 4520, 1, 4, 0, 1, 6514.795, 1855.03, 632.1495, 3.246346, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117902, 31320, 571, 210, 4520, 1, 4, 0, 0, 6463.278, 1794.281, 526.985, 4.960835, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31320 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(117904, 31327, 571, 210, 4520, 1, 4, 0, 1, 6426.318, 1949.087, 631.8448, 4.128469, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117905, 31326, 571, 210, 4520, 1, 4, 0, 1, 6561.271, 1840.226, 629.634, 4.765397, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117906, 31226, 571, 210, 4520, 1, 4, 0, 0, 6447.325, 1952.955, 631.8475, 3.193953, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31226 (Area: 4520 - Difficulty: 0) +(117907, 31226, 571, 210, 4520, 1, 4, 0, 0, 6555.408, 1876.794, 629.634, 4.625123, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31226 (Area: 4520 - Difficulty: 0) +(117908, 31226, 571, 210, 4520, 1, 4, 0, 0, 6531.526, 1874.528, 629.634, 4.642576, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31226 (Area: 4520 - Difficulty: 0) +(117909, 31226, 571, 210, 4520, 1, 4, 0, 0, 6523.946, 1943.552, 640.72, 4.08407, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31226 (Area: 4520 - Difficulty: 0) +(117910, 31327, 571, 210, 4520, 1, 4, 0, 1, 6561.396, 1837.87, 629.634, 1.623804, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117911, 31327, 571, 210, 4520, 1, 4, 0, 1, 6512.187, 1854.756, 632.1495, 0.1047527, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117912, 31326, 571, 210, 4520, 1, 4, 0, 1, 6425.001, 1947.094, 631.8889, 0.9868757, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117913, 31325, 571, 210, 4520, 1, 4, 0, 1, 6411.742, 1859.655, 508.726, 0.03528976, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31325 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(117914, 31327, 571, 210, 4520, 1, 4, 0, 1, 6414.834, 1947.486, 631.8419, 4.179543, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117915, 31226, 571, 210, 4520, 1, 4, 0, 0, 6456.813, 1881.747, 508.6824, 3.996804, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31226 (Area: 4520 - Difficulty: 0) +(117916, 31327, 571, 210, 4520, 1, 4, 0, 1, 6516.858, 1682.722, 632.1497, 0.4437647, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117917, 31326, 571, 210, 4520, 1, 4, 0, 1, 6565.905, 1684.195, 629.6342, 4.747367, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117918, 31327, 571, 210, 4520, 1, 4, 0, 1, 6565.256, 1706.096, 629.6342, 4.710591, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(117919, 31326, 571, 210, 4520, 1, 4, 0, 1, 6517.623, 1769.83, 632.1495, 3.423351, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117923, 31326, 571, 210, 4520, 1, 4, 0, 1, 6561.95, 1822.635, 629.634, 4.757232, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117945, 31326, 571, 210, 4520, 1, 4, 0, 1, 6519.125, 1683.8, 632.1497, 3.585357, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117948, 31327, 571, 210, 4520, 1, 4, 0, 1, 6564.077, 1745.022, 629.6341, 1.549383, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117955, 31326, 571, 210, 4520, 1, 4, 0, 1, 6515.392, 1769.184, 632.1495, 0.2817586, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117956, 31326, 571, 210, 4520, 1, 4, 0, 1, 6564.509, 1725.588, 629.6341, 4.83857, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(117957, 31327, 571, 210, 4520, 1, 4, 0, 1, 6562.17, 1802.104, 629.634, 1.527518, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117958, 31327, 571, 210, 4520, 1, 4, 0, 1, 6517.888, 1667.163, 632.1497, 5.95938, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(117978, 31326, 571, 210, 4520, 1, 4, 0, 1, 6565.998, 1681.544, 629.6342, 1.605774, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(118048, 31327, 571, 210, 4520, 1, 4, 0, 1, 6564.85, 1722.897, 629.6342, 1.696977, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(118049, 31326, 571, 210, 4520, 1, 4, 0, 1, 6563.358, 1767.406, 629.6341, 4.763896, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(118050, 31326, 571, 210, 4520, 1, 4, 0, 1, 6517.416, 1750.44, 632.1495, 2.839379, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(118051, 31327, 571, 210, 4520, 1, 4, 0, 1, 6562.027, 1820.927, 629.634, 1.615639, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(118052, 31326, 571, 210, 4520, 1, 4, 0, 1, 6562.285, 1804.742, 629.634, 4.974188, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118053, 31326, 571, 210, 4520, 1, 4, 0, 1, 6562.873, 1787.737, 629.6341, 4.834562, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118054, 31327, 571, 210, 4520, 1, 4, 0, 1, 6514.888, 1751.228, 632.1495, 5.980972, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(118055, 31327, 571, 210, 4520, 1, 4, 0, 1, 6521.29, 1666.021, 632.1497, 2.817787, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(118056, 31327, 571, 210, 4520, 1, 4, 0, 1, 6563.493, 1764.792, 629.6341, 1.622303, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(118152, 31325, 571, 210, 4520, 1, 4, 0, 1, 6544.445, 1661.375, 629.5513, 1.685540, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31325 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118160, 31327, 571, 210, 4520, 1, 4, 0, 1, 6564.115, 1746.823, 629.6341, 4.690976, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31327 (Area: 4520 - Difficulty: 0) +(118162, 31325, 571, 210, 4520, 1, 4, 0, 1, 6554.853, 1813.985, 629.5513, 1.5958, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31325 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118174, 31325, 571, 210, 4520, 1, 4, 0, 1, 6557.511, 1728.039, 629.5513, 1.604291, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31325 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118210, 31326, 571, 210, 4520, 1, 4, 0, 1, 6562.881, 1786.003, 629.634, 1.575583, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(118211, 31324, 571, 210, 4520, 1, 4, 0, 0, 6472.358, 1677.336, 576.6049, 2.356194, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31324 (Area: 4520 - Difficulty: 0) (Auras: 58269 - 58269) +(118220, 31326, 571, 210, 4520, 1, 4, 0, 1, 6565.252, 1704.195, 629.6342, 1.568999, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) +(118242, 31323, 571, 210, 4520, 1, 4, 0, 0, 6493.311, 1626.092, 636.6304, 1.343904, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31323 (Area: 4520 - Difficulty: 0) +(118260, 31325, 571, 210, 4520, 1, 4, 0, 1, 6564.46, 1633.701, 632.5282, 1.623156, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31325 (Area: 4520 - Difficulty: 0) +(118264, 31326, 571, 210, 4520, 1, 4, 0, 1, 6254.01, 1946.15, 631.857, 0.823756, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31326 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118270, 31161, 571, 210, 4520, 1, 4, 0, 1, 6559.467, 1563.074, 633.6293, 5.009095, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31161 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118308, 31325, 571, 210, 4520, 1, 4, 0, 1, 6560.431, 1662.273, 629.551, 1.685542, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31325 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118309, 31324, 571, 210, 4520, 1, 4, 0, 0, 6448.119, 1662.24, 617.214, 2.321288, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31324 (Area: 4520 - Difficulty: 0) (Auras: 58269 - 58269) +(118310, 31324, 571, 210, 4520, 1, 4, 0, 0, 6429.147, 1660.394, 595.3018, 2.426008, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31324 (Area: 4520 - Difficulty: 0) (Auras: 58269 - 58269) +(118321, 31324, 571, 210, 4520, 1, 4, 0, 0, 6400.354, 1643.931, 600.3488, 2.338741, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31324 (Area: 4520 - Difficulty: 0) (Auras: 58269 - 58269) +(118430, 31323, 571, 210, 4520, 1, 4, 0, 0, 6414.804, 1646.939, 617.3976, 2.059489, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31323 (Area: 4520 - Difficulty: 0) +(118434, 31159, 571, 210, 4520, 1, 4, 0, 1, 6437.651, 1733.478, 508.7258, 5.79639, 120, 10, 0, 0, 0, 1, 0, 0, 0, 12340), -- 31159 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118435, 31323, 571, 210, 4520, 1, 4, 0, 0, 6416.721, 1658.516, 586.0891, 1.780236, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31323 (Area: 4520 - Difficulty: 0) +(118441, 31323, 571, 210, 4520, 1, 4, 0, 0, 6555.065, 1635.406, 632.3793, 1.570796, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31323 (Area: 4520 - Difficulty: 0) (possible waypoints or random movement) +(118446, 31325, 571, 210, 4520, 1, 4, 0, 1, 6545.262, 1632.77, 632.5453, 1.553343, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 31325 (Area: 4520 - Difficulty: 0) +(118447, 32427, 571, 210, 4508, 1, 5, 0, 0, 6752.576, 1583.696, 392.1096, 4.276057, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 32427 (Area: 4508 - Difficulty: 0) +(118448, 31160, 571, 210, 4508, 1, 4, 0, 1, 6074.56, 1938.18, 632.578, 5.64987, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118458, 31226, 571, 210, 4520, 1, 4, 0, 0, 6375.8598, 1964.3299, 631.843, 4.83456, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118491, 31226, 571, 210, 4520, 1, 4, 0, 0, 6379.2500, 1941.4399, 631.859, 1.62316, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118497, 31226, 571, 210, 4520, 1, 4, 0, 0, 6315.7001, 1931.7700, 631.864, 1.69297, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118498, 31226, 571, 210, 4520, 1, 4, 0, 0, 6313.1401, 1955.3199, 631.851, 4.88692, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118499, 31226, 571, 210, 4520, 1, 4, 0, 0, 6246.8300, 1923.2500, 631.843, 0.29670, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118500, 31226, 571, 210, 4520, 1, 4, 0, 0, 6243.6801, 1944.2700, 631.859, 0.22689, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118501, 30920, 571, 210, 4520, 1, 1, 0, 0, 6109.915, 1906.254, 632.6614, 1.012291, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 30920 (Area: 4520 - Difficulty: 0) +(118502, 31325, 571, 210, 4520, 1, 4, 0, 1, 6333.83, 1821.97, 508.6, 3.33453, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118503, 31325, 571, 210, 4520, 1, 4, 0, 1, 6390.7, 1849.51, 508.598, 3.07659, 300, 10, 0, 0, 0, 1, 0, 0, 0, 12340), +(118504, 31325, 571, 210, 4520, 1, 4, 0, 1, 6359.37, 1902.55, 508.602, 1.69696, 300, 10, 0, 0, 0, 1, 0, 0, 0, 12340), +(118505, 31325, 571, 210, 4520, 1, 4, 0, 1, 6262.84, 1841.65, 525.186, 6.17373, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118506, 31325, 571, 210, 4520, 1, 4, 0, 1, 6453.34, 1854.64, 508.602, 3.1421, 300, 10, 0, 0, 0, 1, 0, 0, 0, 12340), +(118507, 31325, 571, 210, 4520, 1, 4, 0, 1, 6113, 1905.79, 632.578, 6.15252, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118508, 31325, 571, 210, 4520, 1, 4, 0, 1, 6113.94, 1925.29, 632.578, 5.93654, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118509, 31325, 571, 210, 4520, 1, 4, 0, 1, 6290.19, 1939.96, 631.302, 0.136366, 300, 10, 0, 0, 0, 1, 0, 0, 0, 12340), +(118510, 31325, 571, 210, 4520, 1, 4, 0, 1, 6404.71, 1955.68, 631.379, 0.136366, 300, 10, 0, 0, 0, 1, 0, 0, 0, 12340), +(118511, 31325, 571, 210, 4520, 1, 4, 0, 1, 6334.72, 1960.53, 507.839, 4.92355, 300, 10, 0, 0, 0, 1, 0, 0, 0, 12340), +(118512, 31226, 571, 210, 4520, 1, 4, 0, 0, 6319.5000, 1964.06, 508.453, 0.349066, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118513, 31226, 571, 210, 4520, 1, 4, 0, 0, 6326.0000, 1926.51, 508.681, 0.209440, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118514, 31226, 571, 210, 4520, 1, 4, 0, 0, 6371.6098, 1933.05, 508.683, 3.228860, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118515, 31226, 571, 210, 4520, 1, 4, 0, 0, 6366.3100, 1971.31, 508.118, 3.333580, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118517, 31327, 571, 210, 4520, 1, 4, 0, 1, 6389.87, 1966.92, 631.772, 2.76745, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118518, 31327, 571, 210, 4520, 1, 4, 0, 1, 6255.31, 1947.56, 631.884, 3.87463, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118519, 31326, 571, 210, 4520, 1, 4, 0, 1, 6258.28, 1924.36, 631.848, 5.66182, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118520, 31327, 571, 210, 4520, 1, 4, 0, 1, 6259.95, 1923.17, 631.88, 2.52023, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118533, 31326, 571, 210, 4520, 1, 4, 0, 1, 6265, 1947.88, 631.846, 0.792263, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118537, 31327, 571, 210, 4520, 1, 4, 0, 1, 6266.5, 1949.4, 631.877, 3.93386, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118538, 31326, 571, 210, 4520, 1, 4, 0, 1, 6268.72, 1925.74, 631.84, 5.70028, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118539, 31327, 571, 210, 4520, 1, 4, 0, 1, 6270.51, 1924.56, 631.875, 2.55869, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118540, 31326, 571, 210, 4520, 1, 4, 0, 1, 6276.51, 1949.8, 631.85, 0.849777, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118541, 31327, 571, 210, 4520, 1, 4, 0, 1, 6277.85, 1951.31, 631.883, 3.99137, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118542, 31326, 571, 210, 4520, 1, 4, 0, 1, 6280.15, 1927.21, 631.845, 5.71103, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118543, 31327, 571, 210, 4520, 1, 4, 0, 1, 6282.06, 1925.98, 631.883, 2.56944, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118544, 31326, 571, 210, 4520, 1, 4, 0, 1, 6288.14, 1951.45, 631.849, 0.969426, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118545, 31327, 571, 210, 4520, 1, 4, 0, 1, 6289.28, 1953.11, 631.886, 4.11102, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118548, 31326, 571, 210, 4520, 1, 4, 0, 1, 6291.56, 1928.92, 631.846, 5.69148, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118549, 31327, 571, 210, 4520, 1, 4, 0, 1, 6293.26, 1927.77, 631.881, 2.54989, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118550, 31326, 571, 210, 4520, 1, 4, 0, 1, 6299.69, 1953.39, 631.853, 0.815526, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118551, 31327, 571, 210, 4520, 1, 4, 0, 1, 6300.99, 1954.76, 631.882, 3.95712, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118552, 31326, 571, 210, 4520, 1, 4, 0, 1, 6303.14, 1930.49, 631.849, 5.67288, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118553, 31327, 571, 210, 4520, 1, 4, 0, 1, 6304.76, 1929.36, 631.883, 2.42601, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118576, 31326, 571, 210, 4520, 1, 4, 0, 1, 6335.24, 1961.79, 631.734, 0.504561, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118594, 31327, 571, 210, 4520, 1, 4, 0, 1, 6336.87, 1962.69, 631.734, 3.64615, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118596, 31326, 571, 210, 4520, 1, 4, 0, 1, 6339.55, 1932.42, 631.734, 5.91178, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118597, 31327, 571, 210, 4520, 1, 4, 0, 1, 6341.18, 1931.79, 631.734, 2.77019, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118598, 31326, 571, 210, 4520, 1, 4, 0, 1, 6350.3, 1964.71, 631.734, 5.95226, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118599, 31327, 571, 210, 4520, 1, 4, 0, 1, 6352.29, 1964.02, 631.734, 2.81067, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118629, 31326, 571, 210, 4520, 1, 4, 0, 1, 6355.59, 1934.22, 631.734, 0.489751, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118676, 31327, 571, 210, 4520, 1, 4, 0, 1, 6357, 1934.97, 631.734, 3.63134, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118688, 31226, 571, 210, 4520, 1, 4, 0, 0, 6282.74, 1768.32, 525.276, 0.418879, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118689, 31226, 571, 210, 4520, 1, 4, 0, 0, 6285.05, 1739.98, 525.469, 6.26573, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118690, 31321, 571, 210, 4520, 1, 4, 0, 1, 6311.05, 1824.67, 510.092, 5.42797, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118691, 31321, 571, 210, 4520, 1, 4, 0, 1, 6322.36, 1765.4, 525.276, 0.523599, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118692, 31321, 571, 210, 4520, 1, 4, 0, 1, 6323.45, 1731.48, 525.515, 6.23082, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118693, 31321, 571, 210, 4520, 1, 4, 0, 1, 6329.26, 1748.75, 525.276, 1.11701, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118694, 31324, 571, 210, 4520, 1, 4, 0, 0, 6205.06, 1767.97, 619.533, 0.750492, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118695, 31324, 571, 210, 4520, 1, 4, 0, 0, 6206.17, 1654.04, 617.27, 0.750492, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118696, 31324, 571, 210, 4520, 1, 4, 0, 0, 6208.67, 1793.61, 617.382, 0.593412, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118697, 31324, 571, 210, 4520, 1, 4, 0, 0, 6215.74, 1765.73, 607.185, 0.750492, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118698, 31324, 571, 210, 4520, 1, 4, 0, 0, 6216.64, 1785.2, 592.153, 0.750492, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118700, 31324, 571, 210, 4520, 1, 4, 0, 0, 6220.54, 1703.19, 627.699, 5.48033, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118701, 31324, 571, 210, 4520, 1, 4, 0, 0, 6228.95, 1748.08, 627.699, 6.26573, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118702, 31324, 571, 210, 4520, 1, 4, 0, 0, 6231.03, 1623.39, 623.384, 1.44862, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118703, 31324, 571, 210, 4520, 1, 4, 0, 0, 6235.08, 1762.35, 594.648, 0.628319, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118704, 31324, 571, 210, 4520, 1, 4, 0, 0, 6238.85, 1729.19, 598.615, 0.017453, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118705, 31324, 571, 210, 4520, 1, 4, 0, 0, 6241.39, 1706.26, 599.038, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118706, 31324, 571, 210, 4520, 1, 4, 0, 0, 6243.91, 1781.51, 571.527, 0.645772, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118707, 31324, 571, 210, 4520, 1, 4, 0, 0, 6253.8, 1718.56, 577.809, 6.21337, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118724, 31324, 571, 210, 4520, 1, 4, 0, 0, 6257.61, 1739.57, 581.576, 6.16101, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118749, 31324, 571, 210, 4520, 1, 4, 0, 0, 6264.37, 1644.49, 606.797, 1.65806, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118750, 31324, 571, 210, 4520, 1, 4, 0, 0, 6298.26, 1644.66, 635.578, 0.750492, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118774, 31324, 571, 210, 4520, 1, 4, 0, 0, 6314.74, 1640.09, 607.499, 0.698132, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118784, 31324, 571, 210, 4520, 1, 4, 0, 0, 6420.04, 1687.55, 569.111, 1.48353, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(118895, 31320, 571, 210, 4520, 1, 4, 0, 0, 6324.98, 1776.97, 525.262, 6.03665, 300, 5, 0, 0, 0, 1, 0, 0, 0, 12340), +(118914, 31320, 571, 210, 4520, 1, 4, 0, 0, 6315.75, 1749.75, 525.318, 6.10961, 300, 5, 0, 0, 0, 1, 0, 0, 0, 12340), +(118972, 31320, 571, 210, 4520, 1, 4, 0, 0, 6472.75, 1823.86, 524.619, 1.28865, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119021, 31320, 571, 210, 4520, 1, 4, 0, 0, 6347.47, 1653.42, 555.175, 0.048457, 300, 5, 0, 0, 0, 1, 0, 0, 0, 12340), +(119024, 31320, 571, 210, 4520, 1, 4, 0, 0, 6339.83, 1713.03, 525.317, 2.58031, 300, 5, 0, 0, 0, 1, 0, 0, 0, 12340), +(119028, 31320, 571, 210, 4520, 1, 4, 0, 0, 6352.74, 1775.61, 525.286, 4.6013, 300, 5, 0, 0, 0, 1, 0, 0, 0, 12340), +(119035, 31320, 571, 210, 4520, 1, 4, 0, 0, 6319.64, 1728.98, 525.212, 1.56194, 300, 5, 0, 0, 0, 1, 0, 0, 0, 12340), +(119046, 31320, 571, 210, 4520, 1, 4, 0, 0, 6355.55, 1746.02, 525.318, 3.19243, 300, 5, 0, 0, 0, 1, 0, 0, 0, 12340), +(119049, 31320, 571, 210, 4520, 1, 4, 0, 0, 6291.59, 1703.77, 527.156, 0.936473, 300, 5, 0, 0, 0, 1, 0, 0, 0, 12340), +(119050, 31327, 571, 210, 4520, 1, 4, 0, 1, 6400.95, 1968.12, 631.761, 2.8185, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119051, 31327, 571, 210, 4520, 1, 4, 0, 1, 6412.83, 1969.56, 631.752, 2.60252, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119052, 31327, 571, 210, 4520, 1, 4, 0, 1, 6409.42, 1970.02, 631.776, 6.03864, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119113, 31327, 571, 210, 4520, 1, 4, 0, 1, 6398.14, 1968.27, 631.775, 6.17608, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119127, 31327, 571, 210, 4520, 1, 4, 0, 1, 6421.68, 1971.51, 631.767, 6.15252, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119128, 31327, 571, 210, 4520, 1, 4, 0, 1, 6423.83, 1971.44, 631.758, 2.75174, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119129, 31327, 571, 210, 4520, 1, 4, 0, 1, 6392.13, 1942.48, 631.798, 0.536917, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119130, 31327, 571, 210, 4520, 1, 4, 0, 1, 6393.86, 1943.45, 631.781, 3.73742, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119131, 31327, 571, 210, 4520, 1, 4, 0, 1, 6403.35, 1944.76, 631.784, 0.745048, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119132, 31327, 571, 210, 4520, 1, 4, 0, 1, 6405.15, 1946.22, 631.755, 3.69029, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119133, 31327, 571, 210, 4520, 1, 4, 0, 1, 6387.51, 1967.26, 631.788, 6.12503, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119134, 31321, 571, 210, 4520, 1, 4, 0, 1, 6343.99, 1750.79, 525.556, 2.80998, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119135, 31321, 571, 210, 4520, 1, 4, 0, 1, 6360.59, 1736.24, 525.276, 4.13643, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119136, 31321, 571, 210, 4520, 1, 4, 0, 1, 6323.64, 1716.53, 525.426, 5.72468, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119138, 31321, 571, 210, 4520, 1, 4, 0, 1, 6355.53, 1764.52, 525.276, 4.76475, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119139, 31321, 571, 210, 4520, 1, 4, 0, 1, 6344.04, 1769.24, 525.375, 3.64774, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119140, 31321, 571, 210, 4520, 1, 4, 0, 1, 6371.53, 1748.72, 525.308, 5.28835, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119141, 31321, 571, 210, 4520, 1, 4, 0, 1, 6352.82, 1732.72, 525.193, 0.44767, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119142, 31321, 571, 210, 4520, 1, 4, 0, 1, 6328.69, 1820.64, 509.913, 3.47321, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119144, 31321, 571, 210, 4520, 1, 4, 0, 1, 6369.65, 1665.45, 555.737, 5.51524, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119343, 31321, 571, 210, 4520, 1, 4, 0, 1, 6333.84, 1766.47, 525.276, 5.02655, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119347, 31321, 571, 210, 4520, 1, 4, 0, 1, 6370.71, 1729.58, 525.192, 1.11524, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119359, 31321, 571, 210, 4520, 1, 4, 0, 1, 6339.15, 1732.77, 525.276, 4.45059, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119360, 31321, 571, 210, 4520, 1, 4, 0, 1, 6334.4, 1717.4, 525.276, 1.79769, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119382, 31321, 571, 210, 4520, 1, 4, 0, 1, 6357.46, 1718.11, 525.276, 1.13446, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119383, 31321, 571, 210, 4520, 1, 4, 0, 1, 6361.38, 1751.44, 525.581, 2.77507, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119384, 31321, 571, 210, 4520, 1, 4, 0, 1, 6346.33, 1715.18, 525.276, 2.84489, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119399, 31324, 571, 210, 4520, 1, 4, 0, 0, 6405.54, 1653.2, 579.39, 2.30383, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119400, 31324, 571, 210, 4520, 1, 4, 0, 0, 6381.31, 1715.12, 546.677, 1.62316, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119401, 31324, 571, 210, 4520, 1, 4, 0, 0, 6385.01, 1703.41, 563.539, 1.50098, 300, 0, 0, 0, 0, 0, 0, 0, 0, 12340), +(119402, 30894, 571, 210, 4597, 1, 1, 0, 0, 6463.091, 2039.22, 570.7224, 0.3395626, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340); -- 30894 (Area: 4597 - Difficulty: 0) (Auras: 57744 - 57744) (possible waypoints or random movement) + +DELETE FROM `spell_area` WHERE `area` = 4597 AND `spell` = 57745; +DELETE FROM `spell_area` WHERE `area` IN (4597,4520) AND `spell` = 58863; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES +(57745, 4597, 13143, 0, 0, 0, 2, 1, 64, 0), +(58863, 4597, 13161, 0, 0, 0, 2, 1, 74, 0), +(58863, 4520, 13161, 0, 0, 0, 2, 1, 74, 0), +(58863, 4597, 13162, 0, 0, 0, 2, 1, 74, 0), +(58863, 4520, 13162, 0, 0, 0, 2, 1, 74, 0), +(58863, 4597, 13163, 0, 0, 0, 2, 1, 74, 0), +(58863, 4520, 13163, 0, 0, 0, 2, 1, 74, 0); + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=30990; +DELETE FROM `smart_scripts` WHERE `entryorguid`=30990 AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(30990,0,0,1,25,0,100,0,0,0,0,0,2,35,0,0,0,0,0,19,30894,0,0,0,0,0,0,"Metal Post Bunny - on reset - Set fation"), +(30990,0,1,0,61,0,100,0,0,0,0,0,11,58103,0,0,0,0,0,19,30894,0,0,0,0,0,0,"Metal Post Bunny - on reset - cast Geist Chain"); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (31324, 31326, 31321, 31327, 31320, 31226, 31325, 30920, 32427, 31323, 31159, 31161, 31322); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(31324, 0, 0, 50331657, 1, 0, '58269'), -- 31324 - 58269 +(31321, 0, 0, 0, 1, 233, ''), -- 31321 +(31326, 0, 0, 0, 1, 37, ''), -- 31326 +(31327, 0, 0, 0, 1, 37, ''), -- 31327 +(31320, 0, 0, 0, 1, 0, ''), -- 31320 +(31226, 0, 0, 0, 1, 0, ''), -- 31226 +(31325, 0, 0, 0, 1, 0, ''), -- 31325 +(30920, 0, 0, 0, 1, 0, ''), -- 30920 +(32427, 0, 0, 0, 1, 0, ''), -- 32427 +(31323, 0, 0, 0, 1, 0, ''), -- 31323 +(31159, 0, 0, 0, 1, 0, ''), -- 31159 +(31161, 0, 0, 0, 1, 0, ''), -- 31161 +(31322, 0, 0, 0, 1, 173, '19818'); -- 31322 - 19818 + +DELETE FROM `creature_addon` WHERE `guid` IN (117813, 118690, 119142, 119140, 119347, 118693, 119141, 119360, 119144, 119382,119402,121035); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(117813,0,0,0,1,133,""), +(118690,0,0,0,1,133,""), +(119142,0,0,0,1,133,""), +(119140,0,0,0,1,133,""), +(119347,0,0,0,1,133,""), +(118693,0,0,0,1,133,""), +(119141,0,0,0,1,133,""), +(119360,0,0,0,1,133,""), +(119382,0,0,0,1,133,""), +(119144,0,0,0,1,133,""), +(119402,0,0,0,1,431,"57744"), +(121035,0,0,0,1,0,"57745"); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_17_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_17_00_world.sql new file mode 100644 index 00000000000..bde3ecb4ee5 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_17_00_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `action_type`=134, `action_param1`=44428 WHERE `entryorguid`=24788 AND `source_type`=0 AND `id`=3 AND `link`=4; +DELETE FROM `spell_dbc` WHERE `Id`=44428; +INSERT INTO `spell_dbc` (`Id`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `Stances`, `StancesNot`, `Targets`, `CastingTimeIndex`, `AuraInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `RangeIndex`, `StackAmount`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectMiscValueB1`, `EffectMiscValueB2`, `EffectMiscValueB3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectSpellClassMaskA1`, `EffectSpellClassMaskA2`, `EffectSpellClassMaskA3`, `EffectSpellClassMaskB1`, `EffectSpellClassMaskB2`, `EffectSpellClassMaskB3`, `EffectSpellClassMaskC1`, `EffectSpellClassMaskC2`, `EffectSpellClassMaskC3`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags1`, `SpellFamilyFlags2`, `SpellFamilyFlags3`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `AreaGroupId`, `SchoolMask`, `SpellName`) VALUES +(44428, 0, 0, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 101, 0, 0, 0, 0, 0, 7, 0, -1, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'Jack\'s Debt'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_17_01_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_17_01_world.sql new file mode 100644 index 00000000000..86813315a36 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_17_01_world.sql @@ -0,0 +1,32 @@ +-- +UPDATE `smart_scripts` SET `target_type`=12, `target_param1`=1 WHERE `entryorguid`=2453901 AND `source_type`=9 AND `id`=0 AND `link`=0; +UPDATE `smart_scripts` SET `target_type`=12, `target_param1`=1 WHERE `entryorguid`=2453901 AND `source_type`=9 AND `id`=1 AND `link`=0; +UPDATE `smart_scripts` SET `link`=9, `action_type`=72, `action_param1`=0, `target_type`=7 WHERE `entryorguid`=24539 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_param3`=2000, `event_param4`=2000, `action_param3`=1 WHERE `entryorguid`=24539 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `link`=14 WHERE `entryorguid`=24539 AND `source_type`=0 AND `id`=3; + +DELETE FROM `smart_scripts` WHERE `entryorguid`=2453900 AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid`=2453901 AND `source_type`=9; +DELETE FROM `smart_scripts` WHERE `entryorguid`=24539 AND `source_type`=0 AND `id`>8; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(24539, 0, 9, 10, 61, 0, 100, 0, 0, 0, 0, 0, 0, 134, 44421, 2, 0, 0, 0, 0,7, 0, 0, 0, 0, 0, 0, 0, 0, 'Silvermoon Harry - On Gossip Select - Cast Harry\'s Debt'), +(24539, 0, 10, 11, 61, 0, 100, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Silvermoon Harry - On Gossip Select - Set event phase 0'), +(24539, 0, 11, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 102, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Silvermoon Harry - On Gossip Select - Turn HP Regen on'), +(24539, 0, 12, 13, 7, 0, 100, 0, 0, 0, 0, 0, 0, 2, 1888, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Silvermoon Harry - On Evade - Set Faction 1888'), +(24539, 0, 13, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Silvermoon Harry - On Gossip Select - Remove Equip'), +(24539, 0, 14, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 71, 0, 0, 20977, 20984, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Silvermoon Harry - On Gossip Select - SET Equip'), +(2453900, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 102, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '\'Silvermoon\' Harry - On Script - Turn HP Regen off'), +(2453900, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '\'Silvermoon\' Harry - On Script - Say Line 1'), +(2453900, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 2, 1888, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '\'Silvermoon\' Harry - On Script - Set Faction 1888'), +(2453900, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '\'Silvermoon\' Harry - On Script - Set event Phase 1'), +(2453900, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '\'Silvermoon\' Harry - On Script - Evade'), +(2453900, 9, 5, 0, 0, 0, 100, 0, 30000, 30000, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '\'Silvermoon\' Harry - On Script - Set event Phase 0'), +(2453900, 9, 6, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 102, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '\'Silvermoon\' Harry - On Script - Turn HP Regen on'); + +DELETE FROM `spell_dbc` WHERE `Id`=44421; +INSERT INTO `spell_dbc` (`Id`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `Stances`, `StancesNot`, `Targets`, `CastingTimeIndex`, `AuraInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `RangeIndex`, `StackAmount`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectMiscValueB1`, `EffectMiscValueB2`, `EffectMiscValueB3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectSpellClassMaskA1`, `EffectSpellClassMaskA2`, `EffectSpellClassMaskA3`, `EffectSpellClassMaskB1`, `EffectSpellClassMaskB2`, `EffectSpellClassMaskB3`, `EffectSpellClassMaskC1`, `EffectSpellClassMaskC2`, `EffectSpellClassMaskC3`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags1`, `SpellFamilyFlags2`, `SpellFamilyFlags3`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `AreaGroupId`, `SchoolMask`, `SpellName`) VALUES +(44421, 0, 0, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 101, 0, 0, 0, 0, 0, 7, 0, -1, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'Harry\'s Debt'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (9010); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,9010,0,0,9,0,11464,0,0,0,'','Only show second gossip (option 0) if player is on quest Gambling Debt'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_19_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_19_00_world.sql new file mode 100644 index 00000000000..aed4389a740 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_19_00_world.sql @@ -0,0 +1,185 @@ +-- +SET @NPC := 117750; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6540.331,`position_y`=1877.259,`position_z`=629.551 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,6540.331, 1877.259, 629.551,0,0,0,100,0), +(@PATH,2,6540.283, 1859.994, 629.551,0,0,0,100,0), +(@PATH,3,6540.533, 1835.495, 629.551,0,0,0,100,0), +(@PATH,4,6540.854, 1803.997, 629.551,0,0,0,100,0), +(@PATH,5,6542.359, 1762.052, 629.551,0,0,0,100,0), +(@PATH,6,6543.607, 1716.575, 629.551,0,0,0,100,0), +(@PATH,7,6545.014, 1667.600, 629.551,0,0,0,100,0), +(@PATH,8,6543.607, 1716.575, 629.551,0,0,0,100,0), +(@PATH,9,6542.359, 1762.052, 629.551,0,0,0,100,0), +(@PATH,10,6540.854, 1803.997, 629.551,0,0,0,100,0), +(@PATH,11,6540.533, 1835.495, 629.551,0,0,0,100,0), +(@PATH,12,6540.283, 1859.994, 629.551,0,0,0,100,0), +(@PATH,13,6540.331, 1877.259, 629.551,0,0,0,100,0); + +SET @NPC := 118162; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6553.124,`position_y`=1872.903,`position_z`=629.551 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,6553.124, 1872.903, 629.551,0,0,0,100,0), +(@PATH,2,6554.411, 1844.666, 629.551,0,0,0,100,0), +(@PATH,3,6554.749, 1807.204, 629.551,0,0,0,100,0), +(@PATH,4,6555.443, 1768.718, 629.551,0,0,0,100,0), +(@PATH,5,6556.322, 1741.605, 629.551,0,0,0,100,0), +(@PATH,6,6557.329, 1702.747, 629.551,0,0,0,100,0), +(@PATH,7,6559.170, 1665.608, 629.551,0,0,0,100,0), +(@PATH,8,6557.329, 1702.747, 629.551,0,0,0,100,0), +(@PATH,9,6556.322, 1741.605, 629.551,0,0,0,100,0), +(@PATH,10,6555.443, 1768.718, 629.551,0,0,0,100,0), +(@PATH,11,6554.749, 1807.204, 629.551,0,0,0,100,0), +(@PATH,12,6554.411, 1844.666, 629.551,0,0,0,100,0), +(@PATH,13,6553.124, 1872.903, 629.551,0,0,0,100,0); + +SET @NPC := 118174; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6552.371,`position_y`=1661.322,`position_z`=629.551 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1, 6552.371, 1661.322, 629.551,0,0,0,100,0), +(@PATH,2, 6551.883, 1687.767, 629.551,0,0,0,100,0), +(@PATH,3, 6551.104, 1715.581, 629.551,0,0,0,100,0), +(@PATH,4, 6550.197, 1742.424, 629.551,0,0,0,100,0), +(@PATH,5, 6549.316, 1784.414, 629.551,0,0,0,100,0), +(@PATH,6, 6548.214, 1821.399, 629.551,0,0,0,100,0), +(@PATH,7, 6546.878, 1869.975, 629.551,0,0,0,100,0), +(@PATH,8, 6548.214, 1821.399, 629.551,0,0,0,100,0), +(@PATH,9, 6549.316, 1784.414, 629.551,0,0,0,100,0), +(@PATH,10,6550.197, 1742.424, 629.551,0,0,0,100,0), +(@PATH,11,6551.104, 1715.581, 629.551,0,0,0,100,0), +(@PATH,12,6551.883, 1687.767, 629.551,0,0,0,100,0), +(@PATH,13,6552.371, 1661.322, 629.551,0,0,0,100,0); + +SET @NPC := 118509; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6243.9291,`position_y`=1933.757,`position_z`=631.488 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1, 6243.9291, 1933.757, 631.488,0,0,0,100,0), +(@PATH,2, 6261.2890, 1935.936, 631.294,0,0,0,100,0), +(@PATH,3, 6282.0932, 1938.780, 631.299,0,0,0,100,0), +(@PATH,4, 6299.4321, 1941.150, 631.311,0,0,0,100,0), +(@PATH,5, 6327.7592, 1946.117, 631.769,0,0,0,100,0), +(@PATH,6, 6344.0156, 1948.286, 631.652,0,0,0,100,0), +(@PATH,7, 6327.7592, 1946.117, 631.769,0,0,0,100,0), +(@PATH,8, 6299.4321, 1941.150, 631.311,0,0,0,100,0), +(@PATH,9, 6282.0932, 1938.780, 631.299,0,0,0,100,0), +(@PATH,10,6261.2890, 1935.936, 631.294,0,0,0,100,0), +(@PATH,11,6243.9291, 1933.757, 631.488,0,0,0,100,0); + +SET @NPC := 118510; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6448.0307,`position_y`=1963.665,`position_z`=631.467 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1, 6448.0307, 1963.665, 631.467,0,0,0,100,0), +(@PATH,2, 6433.8559, 1961.587, 631.294,0,0,0,100,0), +(@PATH,3, 6417.3081, 1959.175, 631.290,0,0,0,100,0), +(@PATH,4, 6406.9223, 1957.630, 631.290,0,0,0,100,0), +(@PATH,5, 6375.7651, 1952.996, 631.295,0,0,0,100,0), +(@PATH,6, 6351.5317, 1949.392, 631.651,0,0,0,100,0), +(@PATH,7, 6375.7651, 1952.996, 631.295,0,0,0,100,0), +(@PATH,8, 6406.9223, 1957.630, 631.290,0,0,0,100,0), +(@PATH,9, 6417.3081, 1959.175, 631.290,0,0,0,100,0), +(@PATH,10,6433.8559, 1961.587, 631.294,0,0,0,100,0), +(@PATH,11,6448.0307, 1963.665, 631.467,0,0,0,100,0); + +SET @NPC := 117322; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6031.1064,`position_y`=1891.639,`position_z`=632.728 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1, 6031.1064, 1891.639, 632.728,0,0,0,100,0), +(@PATH,2, 6027.9648, 1900.913, 632.578,0,0,0,100,0), +(@PATH,3, 6026.6318, 1908.389, 632.578,0,0,0,100,0), +(@PATH,4, 6026.8745, 1917.646, 632.578,0,0,0,100,0), +(@PATH,5, 6028.2607, 1925.807, 632.578,0,0,0,100,0), +(@PATH,6, 6031.6225, 1932.734, 632.578,0,0,0,100,0), +(@PATH,7, 6036.9467, 1940.311, 632.578,0,0,0,100,0), +(@PATH,8, 6044.6274, 1946.779, 632.578,0,0,0,100,0), +(@PATH,9, 6054.3950, 1953.400, 632.578,0,0,0,100,0), +(@PATH,10, 6065.2382, 1956.441, 632.578,0,0,0,100,0), +(@PATH,11, 6075.9316, 1957.244, 632.578,0,0,0,100,0), +(@PATH,12, 6086.1391, 1955.381, 632.578,0,0,0,100,0), +(@PATH,13, 6094.7128, 1950.652, 632.578,0,0,0,100,0), +(@PATH,14, 6102.5820, 1944.056, 632.578,0,0,0,100,0), +(@PATH,15, 6094.7128, 1950.652, 632.578,0,0,0,100,0), +(@PATH,16, 6086.1391, 1955.381, 632.578,0,0,0,100,0), +(@PATH,17, 6075.9316, 1957.244, 632.578,0,0,0,100,0), +(@PATH,18, 6065.2382, 1956.441, 632.578,0,0,0,100,0), +(@PATH,19, 6054.3950, 1953.400, 632.578,0,0,0,100,0), +(@PATH,20, 6044.6274, 1946.779, 632.578,0,0,0,100,0), +(@PATH,21, 6036.9467, 1940.311, 632.578,0,0,0,100,0), +(@PATH,22, 6031.6225, 1932.734, 632.578,0,0,0,100,0), +(@PATH,23, 6028.2607, 1925.807, 632.578,0,0,0,100,0), +(@PATH,24, 6026.8745, 1917.646, 632.578,0,0,0,100,0), +(@PATH,25, 6026.6318, 1908.389, 632.578,0,0,0,100,0), +(@PATH,26, 6027.9648, 1900.913, 632.578,0,0,0,100,0), +(@PATH,27, 6031.1064, 1891.639, 632.728,0,0,0,100,0); + +SET @NPC := 118448; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6074.5600,`position_y`=1938.180,`position_z`=632.578 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,6074.5600, 1938.180, 632.578,0,0,0,100,0), +(@PATH,2,6080.9282, 1926.485, 632.578,0,0,0,100,0), +(@PATH,3,6086.5986, 1910.617, 632.656,0,0,0,100,0), +(@PATH,4,6080.9282, 1926.485, 632.578,0,0,0,100,0), +(@PATH,5,6080.9282, 1926.485, 632.578,0,0,0,100,0); + +SET @NPC := 118434; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6406.2749,`position_y`=1718.5131,`position_z`=508.602 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,6406.2749, 1718.5131, 508.602,0,0,0,100,0), +(@PATH,2,6409.1572, 1730.0246, 508.600,0,0,0,100,0), +(@PATH,3,6415.0971, 1737.3723, 508.600,0,0,0,100,0), +(@PATH,4,6429.7802, 1739.8724, 508.600,0,0,0,100,0), +(@PATH,5,6440.0083, 1735.0406, 508.600,0,0,0,100,0), +(@PATH,6,6429.7802, 1739.8724, 508.600,0,0,0,100,0), +(@PATH,7,6415.0971, 1737.3723, 508.600,0,0,0,100,0), +(@PATH,8,6409.1572, 1730.0246, 508.600,0,0,0,100,0), +(@PATH,9,6406.2749, 1718.5131, 508.602,0,0,0,100,0); + +UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `guid`=118270; + +SET @NPC := 124270; +SET @PATH := @NPC*10; +UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=6278.0361,`position_y`=1841.138,`position_z`=521.659 WHERE `guid`=@NPC; +DELETE FROM `creature_addon` WHERE `guid`=@NPC; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (@NPC,@PATH,1); +DELETE FROM `waypoint_data` WHERE `id`=@PATH; +INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES +(@PATH,1,6278.0361, 1841.138, 521.659,0,0,0,100,0), +(@PATH,2,6299.3081, 1841.890, 509.418,0,0,0,100,0), +(@PATH,3,6313.1914, 1832.766, 508.601,0,0,0,100,0), +(@PATH,4,6323.3486, 1828.048, 509.711,0,0,0,100,0), +(@PATH,5,6334.1923, 1822.355, 508.600,0,0,0,100,0), +(@PATH,6,6323.3486, 1828.048, 509.711,0,0,0,100,0), +(@PATH,7,6313.1914, 1832.766, 508.601,0,0,0,100,0), +(@PATH,8,6299.3081, 1841.890, 509.418,0,0,0,100,0), +(@PATH,9,6278.0361, 1841.138, 521.659,0,0,0,100,0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_20_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_20_00_world.sql new file mode 100644 index 00000000000..2dde0443a66 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_11_20_00_world.sql @@ -0,0 +1,23 @@ +-- Scalawag Frog +DELETE FROM `spell_dbc` WHERE `Id`=47121; +INSERT INTO `spell_dbc` (`Id`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `Stances`, `StancesNot`, `Targets`, `CastingTimeIndex`, `AuraInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `RangeIndex`, `StackAmount`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectMiscValueB1`, `EffectMiscValueB2`, `EffectMiscValueB3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectSpellClassMaskA1`, `EffectSpellClassMaskA2`, `EffectSpellClassMaskA3`, `EffectSpellClassMaskB1`, `EffectSpellClassMaskB2`, `EffectSpellClassMaskB3`, `EffectSpellClassMaskC1`, `EffectSpellClassMaskC2`, `EffectSpellClassMaskC3`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags1`, `SpellFamilyFlags2`, `SpellFamilyFlags3`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `AreaGroupId`, `SchoolMask`, `SpellName`) VALUES +(47121, 0, 0, 16777600, 0, 0, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 0, 101, 0, 0, 0, 0, 0, 7 , 0, -1, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35803, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'Scalawag Frog'); +UPDATE `smart_scripts` SET `action_type`=134, `action_param1`=47121 WHERE `entryorguid`=26503 AND `source_type`=0 AND `id`=1 AND `link`=2; +-- Create Warsong Outfit +DELETE FROM `spell_dbc` WHERE `Id`=45701; +INSERT INTO `spell_dbc` (`Id`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `Stances`, `StancesNot`, `Targets`, `CastingTimeIndex`, `AuraInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `RangeIndex`, `StackAmount`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectMiscValueB1`, `EffectMiscValueB2`, `EffectMiscValueB3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectSpellClassMaskA1`, `EffectSpellClassMaskA2`, `EffectSpellClassMaskA3`, `EffectSpellClassMaskB1`, `EffectSpellClassMaskB2`, `EffectSpellClassMaskB3`, `EffectSpellClassMaskC1`, `EffectSpellClassMaskC2`, `EffectSpellClassMaskC3`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags1`, `SpellFamilyFlags2`, `SpellFamilyFlags3`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `AreaGroupId`, `SchoolMask`, `SpellName`) VALUES +(45701, 0, 0, 256, 0, 0, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 0, 101, 0, 0, 0, 0, 0, 12, 0, -1, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34842, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'Create Warsong Outfit'); +UPDATE `smart_scripts` SET `action_type`=134, `action_param1`=45701 WHERE `entryorguid`IN(25342,25343) AND `source_type`=0 AND `id`=0 AND `link`=1; +-- Create Sample of Rockflesh +DELETE FROM `spell_dbc` WHERE `Id`=47416; +INSERT INTO `spell_dbc` (`Id`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `Stances`, `StancesNot`, `Targets`, `CastingTimeIndex`, `AuraInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `RangeIndex`, `StackAmount`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectMiscValueB1`, `EffectMiscValueB2`, `EffectMiscValueB3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectSpellClassMaskA1`, `EffectSpellClassMaskA2`, `EffectSpellClassMaskA3`, `EffectSpellClassMaskB1`, `EffectSpellClassMaskB2`, `EffectSpellClassMaskB3`, `EffectSpellClassMaskC1`, `EffectSpellClassMaskC2`, `EffectSpellClassMaskC3`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags1`, `SpellFamilyFlags2`, `SpellFamilyFlags3`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `AreaGroupId`, `SchoolMask`, `SpellName`) VALUES +(47416, 0, 0, 384, 0, 0, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 0, 101, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'Create Sample of Rockflesh'); +UPDATE `smart_scripts` SET `action_type`=134, `action_param1`=47416 WHERE `entryorguid`=26809 AND `source_type`=0 AND `id`=1 AND `link`=0; +-- Mission: Plague This!: Create Bombs & Taxi +DELETE FROM `spell_dbc` WHERE `Id`=43412; +INSERT INTO `spell_dbc` (`Id`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `Stances`, `StancesNot`, `Targets`, `CastingTimeIndex`, `AuraInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `RangeIndex`, `StackAmount`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectMiscValueB1`, `EffectMiscValueB2`, `EffectMiscValueB3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectSpellClassMaskA1`, `EffectSpellClassMaskA2`, `EffectSpellClassMaskA3`, `EffectSpellClassMaskB1`, `EffectSpellClassMaskB2`, `EffectSpellClassMaskB3`, `EffectSpellClassMaskC1`, `EffectSpellClassMaskC2`, `EffectSpellClassMaskC3`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags1`, `SpellFamilyFlags2`, `SpellFamilyFlags3`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `AreaGroupId`, `SchoolMask`, `SpellName`) VALUES +(43412, 0, 0, 537985280, 0, 0, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 0, 101, 0, 0, 0, 0, 0, 12, 0, -1, 0, 0, 24, 123, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 25, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33634, 0, 0, 0, 745, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 'Mission: Plague This!: Create Bombs & Taxi'); +DELETE FROM `smart_scripts` WHERE `entryorguid`=23859 AND `source_type`=0 AND `id` IN(1,2,3); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(23859, 0, 1, 2, 62, 0, 100, 512, 9546, 2, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Greer Orehammer - On Gossip Option 1 Selected - Close Gossip'), +(23859, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 134, 43412, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Greer Orehammer - On Gossip Option 1 Selected - Invoker cast Mission: Plague This!: Create Bombs & Taxi'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_01_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_01_00_world.sql new file mode 100644 index 00000000000..1fd13ba94c4 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_01_00_world.sql @@ -0,0 +1,82 @@ +-- +UPDATE `smart_scripts` SET `event_type`=2,`event_flags`=1,`event_param1`=50,`event_param2`=50 WHERE `entryorguid` IN (31161,30956) AND `source_type`=0 AND `id`=3; +UPDATE creature_template SET AIName='SmartAI', ScriptName='' WHERE entry IN (31780,31327,31325,31226,31326,31321,31320,31159,30953,31160,30954); +DELETE FROM smart_scripts WHERE entryorguid IN (31780,31327,31325,31226,31326,31321,31320,31159,30953,31160,30954) AND source_type=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(31780, 0, 0, 0, 0, 0, 100, 0, 5000, 11000, 10000, 15000, 0, 11, 50284, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Fallen Spiderlord - In Combat - Cast Blinding Swarm'), +(31327, 0, 0, 0, 0, 0, 100, 0, 2000, 8000, 13000, 16000, 0, 11, 60950, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Initiate - In Combat - Cast Blood Plague'), +(31327, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 7000, 10000, 0, 11, 60951, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Initiate - In Combat - Cast Frost Strike'), +(31327, 0, 2, 0, 0, 0, 100, 0, 2000, 8000, 9000, 12000, 0, 11, 60952, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Initiate - In Combat - Cast Icy Touch'), +(31327, 0, 3, 0, 0, 0, 100, 0, 3000, 8000, 11000, 13000, 0, 11, 60953, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Initiate - In Combat - Cast Death and Decay'), +(31325, 0, 0, 0, 0, 0, 100, 0, 2000, 8000, 13000, 16000, 0, 11, 60950, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Adept - In Combat - Cast Blood Plague'), +(31325, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 7000, 10000, 0, 11, 60951, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Adept - In Combat - Cast Frost Strike'), +(31325, 0, 2, 0, 0, 0, 100, 0, 2000, 8000, 9000, 12000, 0, 11, 60952, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Adept - In Combat - Cast Icy Touch'), +(31325, 0, 3, 0, 0, 0, 100, 0, 3000, 8000, 11000, 13000, 0, 11, 60953, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Adept - In Combat - Cast Death and Decay'), +(31226, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 3000, 4000, 0, 11, 40504, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Lumbering Atrocity - In Combat - Cast Cleave'), +(31326, 0, 0, 0, 0, 0, 100, 0, 2000, 8000, 13000, 16000, 0, 11, 60950, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Initiate - In Combat - Cast Blood Plague'), +(31326, 0, 1, 0, 0, 0, 100, 0, 4000, 7000, 7000, 10000, 0, 11, 60951, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Initiate - In Combat - Cast Frost Strike'), +(31326, 0, 2, 0, 0, 0, 100, 0, 2000, 8000, 9000, 12000, 0, 11, 60952, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Initiate - In Combat - Cast Icy Touch'), +(31326, 0, 3, 0, 0, 0, 100, 0, 3000, 8000, 11000, 13000, 0, 11, 60953, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Initiate - In Combat - Cast Death and Decay'), +(31321, 0, 0, 0, 0, 0, 100, 0, 2000, 4000, 11000, 13000, 0, 11, 46202, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Skeletal Runesmith - IC - Cast Pierce Armor'), +(31320, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 60000, 60000, 0, 11, 50420, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Umbral Brute - IC - Cast Enrage (Self)'), +(31320, 0, 1, 0, 0, 0, 100, 0, 3000, 5000, 7000, 10000, 0, 11, 13446, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Umbral Brute - IC - Cast Strike'), +(31320, 0, 2, 0, 0, 0, 100, 0, 4000, 5000, 9000, 12000, 0, 11, 34439, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Umbral Brute - IC - Cast Uppercut'), +(31159, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - On Aggro - Say Line 0"), +(31159, 0, 1, 0, 2, 0, 100, 1, 50, 50, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - At Health 50% - Say Line 1"), +(31159, 0, 2, 0, 5, 0, 100, 1, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - On Killed Unit - Say Line 2"), +(31159, 0, 3, 0, 6, 0, 100, 1, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - On Just Died - Say Line 3"), +(31159, 0, 4, 0, 0, 0, 100, 0, 4000, 7000, 9000, 13000, 0, 11, 61094, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Baelok - In Combat - Cast 'Death Grip'"), +(31159, 0, 5, 0, 0, 0, 100, 0, 15000, 20000, 18000, 25000, 0, 11, 61090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Baelok - In Combat - Cast 'Draw Soul'"), +(31159, 0, 6, 0, 0, 0, 100, 0, 10000, 13000, 35000, 45000, 0, 11, 61086, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - In Combat - Cast 'Summon Dancing Runeblade'"), +(30953, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - On Aggro - Say Line 0"), +(30953, 0, 1, 0, 2, 0, 100, 1, 50, 50, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - At Health 50% - Say Line 1"), +(30953, 0, 2, 0, 5, 0, 100, 1, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - On Killed Unit - Say Line 2"), +(30953, 0, 3, 0, 6, 0, 100, 1, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - On Just Died - Say Line 3"), +(30953, 0, 4, 0, 0, 0, 100, 0, 4000, 7000, 9000, 13000, 0, 11, 61094, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Baelok - In Combat - Cast 'Death Grip'"), +(30953, 0, 5, 0, 0, 0, 100, 0, 15000, 20000, 18000, 25000, 0, 11, 61090, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Baelok - In Combat - Cast 'Draw Soul'"), +(30953, 0, 6, 0, 0, 0, 100, 0, 10000, 13000, 35000, 45000, 0, 11, 61086, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Baelok - In Combat - Cast 'Summon Dancing Runeblade'"), +(31160, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - On Aggro - Say Line 0"), +(31160, 0, 1, 0, 5, 0, 100, 1, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - On Killed Unit - Say Line 2"), +(31160, 0, 2, 0, 6, 0, 100, 1, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - On Just Died - Say Line 3"), +(31160, 0, 3, 4, 2, 0, 100, 1, 50, 50, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - At Health 50% - Say Line 1"), +(31160, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 11, 61088, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - At Health 50% - Cast 'Zombie Horde'"), +(31160, 0, 5, 0, 9, 0, 100, 0, 0, 5, 15000, 19000, 0, 11, 61109, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Rokir - Within 0-5 Range - Cast 'Plague Strike'"), +(31160, 0, 6, 0, 0, 0, 100, 0, 8000, 13000, 16000, 21000, 0, 11, 61112, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Rokir - In Combat - Cast 'Death and Decay'"), +(30954, 0, 0, 0, 4, 0, 100, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - On Aggro - Say Line 0"), +(30954, 0, 1, 0, 5, 0, 100, 1, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - On Killed Unit - Say Line 2"), +(30954, 0, 2, 0, 6, 0, 100, 1, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - On Just Died - Say Line 3"), +(30954, 0, 3, 4, 2, 0, 100, 1, 50, 50, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - At Health 50% - Say Line 1"), +(30954, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 11, 61088, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Rokir - At Health 50% - Cast 'Zombie Horde'"), +(30954, 0, 5, 0, 9, 0, 100, 0, 0, 5, 15000, 19000, 0, 11, 61109, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Rokir - Within 0-5 Range - Cast 'Plague Strike'"), +(30954, 0, 6, 0, 0, 0, 100, 0, 8000, 13000, 16000, 21000, 0, 11, 61112, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Rokir - In Combat - Cast 'Death and Decay'"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (30953,31159,31160,30954); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `comment`, `BroadcastTextId`) VALUES +(30953, 0, 0, "I've been waiting.", 14, 0, 100, 0, 0, 0, 'Baelok', 31855), +(30953, 1, 0, "Don't stop now, I've almost broken a sweat.", 14, 0, 100, 0, 0, 0, 'Baelok', 31860), +(30953, 2, 0, "I know no death. I will... be back... for you...", 14, 0, 100, 0, 0, 0, 'Baelok', 31861), +(30953, 3, 0, "Your blood tastes sweet.", 14, 0, 100, 0, 0, 0, 'Baelok', 31862), +(30953, 3, 1, "Another trophy for my collection.", 14, 0, 100, 0, 0, 0, 'Baelok', 31863), +(30953, 3, 2, "Your blood is now mine.", 14, 0, 100, 0, 0, 0, 'Baelok', 31864), +(30953, 3, 3, "Fragile thing.", 14, 0, 100, 0, 0, 0, 'Baelok', 31865), +(31159, 0, 0, "I've been waiting.", 14, 0, 100, 0, 0, 0, 'Baelok', 31855), +(31159, 1, 0, "Don't stop now, I've almost broken a sweat.", 14, 0, 100, 0, 0, 0, 'Baelok', 31860), +(31159, 2, 0, "I know no death. I will... be back... for you...", 14, 0, 100, 0, 0, 0, 'Baelok', 31861), +(31159, 3, 0, "Your blood tastes sweet.", 14, 0, 100, 0, 0, 0, 'Baelok', 31862), +(31159, 3, 1, "Another trophy for my collection.", 14, 0, 100, 0, 0, 0, 'Baelok', 31863), +(31159, 3, 2, "Your blood is now mine.", 14, 0, 100, 0, 0, 0, 'Baelok', 31864), +(31159, 3, 3, "Fragile thing.", 14, 0, 100, 0, 0, 0, 'Baelok', 31865), +(31160, 0, 0,"No shining army? No righteous words? It seems your 'honor' suits you no longer.", 14, 0, 100, 0, 0, 0, 'Rokir', 31866), +(31160, 1, 0,"Such noble boasts, but in the end, we've brought you down to reality.", 14, 0, 100, 0, 0, 0, 'Rokir', 31867), +(31160, 2, 0," You too shall serve the Lich King.... your time comes.", 14, 0, 100, 0, 0, 0, 'Rokir', 31868), +(31160, 3, 0,"Your blood tastes sweet.", 14, 0, 100, 0, 0, 0, 'Rokir', 31862), +(31160, 3, 1,"Another trophy for my collection.", 14, 0, 100, 0, 0, 0, 'Rokir', 31863), +(31160, 3, 2,"Your blood is now mine.", 14, 0, 100, 0, 0, 0, 'Rokir', 31864), +(31160, 3, 3,"Fragile thing.", 14, 0, 100, 0, 0, 0, 'Rokir', 31865), +(30954, 0, 0,"No shining army? No righteous words? It seems your 'honor' suits you no longer.", 14, 0, 100, 0, 0, 0, 'Rokir', 31866), +(30954, 1, 0,"Such noble boasts, but in the end, we've brought you down to reality.", 14, 0, 100, 0, 0, 0, 'Rokir', 31867), +(30954, 2, 0," You too shall serve the Lich King.... your time comes.", 14, 0, 100, 0, 0, 0, 'Rokir', 31868), +(30954, 3, 0,"Your blood tastes sweet.", 14, 0, 100, 0, 0, 0, 'Rokir', 31862), +(30954, 3, 1,"Another trophy for my collection.", 14, 0, 100, 0, 0, 0, 'Rokir', 31863), +(30954, 3, 2,"Your blood is now mine.", 14, 0, 100, 0, 0, 0, 'Rokir', 31864), +(30954, 3, 3,"Fragile thing.", 14, 0, 100, 0, 0, 0, 'Rokir', 31865); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_01_01_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_01_01_world_335.sql new file mode 100644 index 00000000000..2112a898f6d --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_01_01_world_335.sql @@ -0,0 +1,68 @@ +-- +UPDATE `creature` SET `phaseMask`=1 WHERE `id`=3296; +DELETE FROM `creature` WHERE `guid` IN (119403, 119404, 119407, 119408, 119409, 119410, 119411, 119412, 119413, 119414, 119415, 119429, 119430, 119431, 119432, 119433, 119434, 119436, 119437, 119438, 119439, 119440, 119441, 119442, 119443, 119444, 119447, 119451, 119452, 119455, 119456, 119460, 119461, 119462, 119465, 119466, 119468, 119469, 119474, 119475, 119476, 119485, 119486, 119487, 119488, 119489, 119490, 119491, 119492, 119493, 119494, 119495, 119496, 119497, 119498, 119499, 119500, 119501, 119502, 119503, 119535, 119542, 119550, 119554); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(119403, 31416, 1, 1, 64, 0, 1, 1620.45, -4252.84, 47.5273, 3.7001, 300, 0, 0, 16050, 0, 0), +(119404, 31416, 1, 1, 64, 0, 1, 1552.41, -4324.75, 21.8029, 5.51524, 300, 0, 0, 16050, 0, 0), +(119407, 31416, 1, 1, 64, 0, 1, 1628.89, -4274.76, 24.0855, 5.13127, 300, 0, 0, 16050, 0, 0), +(119408, 31416, 1, 1, 64, 0, 1, 1889.53, -4485.08, 21.3103, 1.44862, 300, 0, 0, 16050, 0, 0), +(119409, 31416, 1, 1, 64, 0, 1, 1952.53, -4368.57, 22.659, 3.68265, 300, 0, 0, 16050, 0, 0), +(119410, 31416, 1, 1, 64, 0, 1, 1817.08, -4357.14, -9.81641, 2.30383, 300, 0, 0, 16050, 0, 0), +(119411, 31416, 1, 1, 64, 0, 1, 1921.7, -4375.67, 22.5724, 5.84685, 300, 0, 0, 16050, 0, 0), +(119412, 31416, 1, 1, 64, 0, 1, 1741.42, -4217.94, 44.3144, 3.38795, 300, 5, 0, 16050, 0, 1), +(119413, 31416, 1, 1, 64, 0, 1, 1845.49, -4395.95, 5.19264, 3.80482, 300, 0, 0, 16050, 0, 0), +(119414, 31416, 1, 1, 64, 0, 1, 1672.28, -4473.2, 20.1537, 1.44862, 300, 0, 0, 16050, 0, 0), +(119415, 31416, 1, 1, 64, 0, 1, 1953.01, -4431.15, 25.1469, 3.31613, 300, 0, 0, 16050, 0, 0), +(119429, 31416, 1, 1, 64, 0, 1, 1523.92, -4429.44, 16.7349, 0.506145, 300, 0, 0, 16050, 0, 0), +(119430, 31416, 1, 1, 64, 0, 1, 1688.53, -4474.58, 20.1537, 1.95477, 300, 0, 0, 16050, 0, 0), +(119431, 31416, 1, 1, 64, 0, 1, 1896.44, -4603.17, 33.8937, 3.75642, 300, 0, 0, 16050, 0, 0), +(119432, 31416, 1, 1, 64, 0, 1, 1751.45, -4208.82, 42.7326, 5.34071, 300, 0, 0, 16050, 0, 0), +(119433, 31416, 1, 1, 64, 0, 1, 1906.25, -4564.21, 33.9758, 0.628319, 300, 0, 0, 16050, 0, 0), +(119434, 31416, 1, 1, 64, 0, 1, 2015.69, -4719.41, 24.5092, 2.53025, 300, 5, 0, 16050, 0, 1), +(119436, 31416, 1, 1, 64, 0, 1, 1629.47, -4400.14, 13.8212, 0.107557, 300, 0, 0, 16050, 0, 0), +(119437, 31416, 1, 1, 64, 0, 1, 2126.41, -4738.09, 50.4491, 2.74017, 300, 0, 0, 16050, 0, 0), +(119438, 31416, 1, 1, 64, 0, 1, 1416.9, -4365.66, 25.2354, 3.25185, 300, 5, 0, 16050, 0, 1), +(119439, 31416, 1, 1, 64, 0, 1, 1518.15, -4425.35, 18.7986, 1.27409, 300, 0, 0, 16050, 0, 0), +(119440, 31416, 1, 1, 64, 0, 1, 1950.89, -4374.69, 22.043, 2.70526, 300, 0, 0, 16050, 0, 0), +(119441, 31416, 1, 1, 64, 0, 1, 1929.52, -4300.46, 24.1794, 4.6942, 300, 0, 0, 16050, 0, 0), +(119442, 31416, 1, 1, 64, 0, 1, 1596.65, -4388.67, 9.98323, 5.98648, 300, 0, 0, 16050, 0, 0), +(119443, 31416, 1, 1, 64, 0, 1, 1668.56, -4323.66, 61.3295, 5.96903, 300, 0, 0, 16050, 0, 0), +(119444, 31416, 1, 1, 64, 0, 1, 1690.52, -4262.62, 53.7757, 2.61799, 300, 0, 0, 16050, 0, 0), +(119447, 31416, 1, 1, 64, 0, 1, 1775.07, -4319.91, -7.87855, 5.60251, 300, 0, 0, 16050, 0, 0), +(119451, 31416, 1, 1, 64, 0, 1, 1759.03, -4301.89, 7.01614, 5.46288, 300, 0, 0, 16050, 0, 0), +(119452, 31416, 1, 1, 64, 0, 1, 1603.48, -4449.95, 8.1165, 2.3911, 300, 0, 0, 16050, 0, 0), +(119455, 31416, 1, 1, 64, 0, 1, 1902.63, -4628.79, 33.9763, 0.593412, 300, 0, 0, 16050, 0, 0), +(119456, 31416, 1, 1, 64, 0, 1, 1615.63, -4376.11, 12.4018, 4.24115, 300, 0, 0, 16050, 0, 0), +(119460, 31416, 1, 1, 64, 0, 1, 1479.39, -4406.25, 25.3187, 0.017453, 300, 0, 0, 16050, 0, 0), +(119461, 31416, 1, 1, 64, 0, 1, 1387.28, -4379.89, 27.0983, 3.29867, 300, 0, 0, 16050, 0, 0), +(119462, 31416, 1, 1, 64, 0, 1, 1886.46, -4415.86, 11.7157, 3.76991, 300, 0, 0, 16050, 0, 0), +(119465, 31416, 1, 1, 64, 0, 1, 1673.2, -4250, 51.8765, 5.044, 300, 0, 0, 16050, 0, 0), +(119466, 31416, 1, 1, 64, 0, 1, 1623.15, -4279.64, 22.5694, 6.16101, 300, 0, 0, 16050, 0, 0), +(119468, 31416, 1, 1, 64, 0, 1, 1537.41, -4380.75, 16.7599, 3.42085, 300, 0, 0, 16050, 0, 0), +(119469, 31416, 1, 1, 64, 0, 1, 1923.98, -4447.8, 44.9684, 0.715585, 300, 0, 0, 16050, 0, 0), +(119474, 31416, 1, 1, 64, 0, 1, 2079.58, -4710.36, 38.8957, 6.0586, 300, 5, 0, 16050, 0, 1), +(119475, 31416, 1, 1, 64, 0, 1, 1481.77, -4427.79, 25.3187, 0.191986, 300, 0, 0, 16050, 0, 0), +(119476, 31416, 1, 1, 64, 0, 1, 1689.99, -4279.85, 32.1304, 4.11898, 300, 0, 0, 16050, 0, 0), +(119485, 31416, 1, 1, 64, 0, 1, 1557.74, -4364.25, 1.07971, 0.226893, 300, 0, 0, 16050, 0, 0), +(119486, 31416, 1, 1, 64, 0, 1, 1900.53, -4481.11, 20.727, 3.35369, 300, 0, 0, 16050, 0, 0), +(119487, 31416, 1, 1, 64, 0, 1, 1561.79, -4360.5, 1.19455, 4.85202, 300, 0, 0, 16050, 0, 0), +(119488, 31416, 1, 1, 64, 0, 1, 2096.59, -4668.5, 44.7122, 4.66795, 300, 5, 0, 16050, 0, 1), +(119489, 31416, 1, 1, 64, 0, 1, 1696.02, -4463.71, 20.1522, 2.3911, 300, 0, 0, 16050, 0, 0), +(119490, 31416, 1, 1, 64, 0, 1, 1572.83, -4318.32, 21.7125, 0.590477, 300, 5, 0, 16050, 0, 1), +(119491, 31416, 1, 1, 64, 0, 1, 1384.62, -4358.56, 27.0983, 3.38594, 300, 0, 0, 16050, 0, 0), +(119492, 31416, 1, 1, 64, 0, 1, 2131.15, -4729.88, 50.4302, 2.60054, 300, 0, 0, 16050, 0, 0), +(119493, 31416, 1, 1, 64, 0, 1, 1748.53, -4260.13, 27.0722, 2.33874, 300, 0, 0, 16050, 0, 0), +(119494, 31416, 1, 1, 64, 0, 1, 1928.32, -4424.41, 23.7505, 0.558505, 300, 0, 0, 16050, 0, 0), +(119495, 31416, 1, 1, 64, 0, 1, 1920.62, -4365.93, 22.804, 0.296706, 300, 0, 0, 16050, 0, 0), +(119496, 31416, 1, 1, 64, 0, 1, 1566.22, -4194.07, 42.6709, 0.15708, 300, 0, 0, 16050, 0, 0), +(119497, 31416, 1, 1, 64, 0, 1, 1576.2, -4394.43, 6.55505, 4.57276, 300, 0, 0, 16050, 0, 0), +(119498, 31416, 1, 1, 64, 0, 1, 1902.14, -4275.21, 31.7987, 4.17134, 300, 0, 0, 16050, 0, 0), +(119499, 31416, 1, 1, 64, 0, 1, 1879.63, -4526.83, 26.4142, 3.65011, 300, 0, 0, 16050, 0, 0), +(119500, 31416, 1, 1, 64, 0, 1, 1762.71, -4496.99, 44.6195, 2.13173, 300, 5, 0, 16050, 0, 1), +(119501, 31416, 1, 1, 64, 0, 1, 1913.71, -4559.36, 33.9759, 3.71755, 300, 0, 0, 16050, 0, 0), +(119502, 31416, 1, 1, 64, 0, 1, 1882.15, -4483.99, 20.6388, 2.09439, 300, 0, 0, 16050, 0, 0), +(119503, 31416, 1, 1, 64, 0, 1, 1910.24, -4623.92, 33.9762, 3.735, 300, 0, 0, 16050, 0, 0), +(119535, 31416, 1, 1, 64, 0, 1, 1963.01, -4730.91, 48.9608, 2.49582, 300, 0, 0, 16050, 0, 0), +(119542, 31416, 1, 1, 64, 0, 1, 2004.18, -4719.8, 26.2996, 0.959931, 300, 0, 0, 16050, 0, 0), +(119550, 31416, 1, 1, 64, 0, 1, 1886.2, -4546.68, 28.5148, 1.09956, 300, 0, 0, 16050, 0, 0), +(119554, 31416, 1, 1, 64, 0, 1, 1829.26, -4507.27, 21.4564, 4.95674, 300, 0, 0, 16050, 0, 0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_04_00_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_04_00_world_335.sql new file mode 100644 index 00000000000..45ba29a1617 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_04_00_world_335.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_template_locale` SET `Name`='Necrófago resucitado' WHERE `entry`=26125 AND `locale`='esES'; +UPDATE `creature_template_locale` SET `Name`='Necrófago resucitado' WHERE `entry`=26125 AND `locale`='esMX'; +UPDATE `creature_template_locale` SET `Name`='Auferstandener Ghul' WHERE `entry`=26125 AND `locale`='deDE'; +UPDATE `creature_template_locale` SET `Name`='Goule ressuscitée' WHERE `entry`=26125 AND `locale`='frFR'; +UPDATE `creature_template_locale` SET `Name`='Восставший вурдалак' WHERE `entry`=26125 AND `locale`='ruRU'; +UPDATE `creature_template_locale` SET `Name`='되살아난 구울' WHERE `entry`=26125 AND `locale`='koKR'; +UPDATE `creature_template_locale` SET `Name`='复活的食尸鬼' WHERE `entry`=26125 AND `locale`='zhCN'; +UPDATE `creature_template_locale` SET `Name`='復活的食屍鬼' WHERE `entry`=26125 AND `locale`='zhTW'; diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_05_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_05_00_world.sql new file mode 100644 index 00000000000..d31e572b771 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_05_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_dbc` SET `Effect1`=6, `EffectMechanic1`=7, `EffectImplicitTargetA1`=1, `EffectApplyAuraName1`=26, `DmgMultiplier1`=1 WHERE `id` IN (51860); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_00_world.sql new file mode 100644 index 00000000000..6b0424c6e4f --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_00_world.sql @@ -0,0 +1,53 @@ +-- +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=18069; +DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid`IN(1806900,1806901); +DELETE FROM `smart_scripts` WHERE `entryorguid`=18471 AND `source_type`=0 AND `id` IN (30,31); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18400) AND `source_type`=0 AND `id`=2; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(18471, 0, 30, 20, 52, 0, 100, 0, 13, 18471, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 19, 18069, 0, 0, 0, 0, 0, 0, 0, "Gurgthock - On text over - Say Line 3"), +(18471, 0, 31, 22, 38, 0, 100, 512, 16, 16, 0, 0, 0, 81, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gurgthock - On Data Set - Set NPC Flag'), +(18069, 0, 0, 0, 0, 0, 100, 0, 1000, 1000, 3500, 3500, 0, 11, 16033, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - In Combat - Cast \'Chain Lightning\' (No Repeat)'), +(18069, 0, 1, 0, 2, 0, 100, 1, 0, 60, 0, 0, 0, 11, 15982, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - Between 0-60% Health - Cast \'Healing Wave\' (No Repeat)'), +(18069, 0, 2, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 11, 28747, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - Between 0-30% Health - Cast \'Frenzy\' (No Repeat)'), +(18069, 0, 3, 0, 2, 0, 100, 1, 0, 30, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - Between 0-30% Health - Say Line 0 (No Repeat)'), +(18069, 0, 4, 0, 61, 0, 100, 513, 0, 0, 0, 0, 0, 80, 1806901, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On 1% HP or less (Phase 1) - Run Script '), +(18069, 0, 5, 0, 38, 0, 100, 0, 12, 12, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Data Set 12 12 - Say Line 1 (No Repeat)'), +(18069, 0, 6, 0, 38, 0, 100, 0, 13, 13, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Data Set 13 13 - Say Line 2 (No Repeat)'), +(18069, 0, 7, 0, 38, 0, 100, 0, 14, 14, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Data Set 14 14 - Say Line 6 (No Repeat)'), +(18069, 0, 8, 9, 38, 0, 100, 512, 1, 1, 0, 0, 0, 53, 0, 18069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Data Set 1 1 - Start Waypoint'), +(18069, 0, 9, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Data Set 1 1 - Set event phase 1'), +(18069, 0, 10, 15, 40, 0, 100, 512, 4, 18069, 0, 0, 0, 80, 1806900, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Waypoint 4 Reached - Run Script'), +(18069, 0, 12, 13, 6, 2, 100, 513, 0, 0, 0, 0, 0, 15, 9977, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Just Died - Quest Credit \'The Ring of Blood: The Final Challenge\''), +(18069, 0, 13, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 45, 15, 15, 0, 0, 0, 0, 19, 18471, 0, 0, 0, 0, 0, 0, 0, 'Mogor - Linked with Previous Event - Say Data'), +(18069, 0, 14, 0, 0, 0, 100, 0, 1000, 3000, 60000, 65000, 0, 11, 18975, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - In Combat - Cast Ice Totem'), +(18069, 0, 15, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Waypoint 4 Reached - Set Invincibility HP On'), +(18069, 0, 16, 17, 2, 1, 100, 513, 0, 1, 0, 0, 0, 18, 536870912, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On 1% HP or less - Set Unit Flags'), +(18069, 0, 17, 18, 61, 1, 100, 513, 0, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On 1% HP or less (Phase 1) - Set Unit Flags'), +(18069, 0, 18, 19, 61, 1, 100, 513, 0, 0, 0, 0, 0, 95, 32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On 1% HP or less (Phase 1) - Set Dyamic Flags'), +(18069, 0, 19, 4, 61, 1, 100, 513, 0, 0, 0, 0, 0, 90, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On 1% HP or less (Phase 1) - Set Bytes 1'), +(18069, 0, 20, 21, 7, 3, 100, 0, 0, 0, 0, 0, 0, 2, 35, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Evade (Phase 1 & 2) - Set Faction'), +(18069, 0, 21, 0, 61, 3, 100, 0, 0, 0, 0, 0, 0, 53, 1, 1806900, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Evade (Phase 1 & 2) - Start WP (Path 2)'), +(18069, 0, 22, 23, 40, 0, 100, 0, 1, 1806900, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Reached WP1 (Path 2) - Set Home Position'), +(18069, 0, 23, 24, 61, 0, 100, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 4.3693, 'Mogor - On Reached WP1 (Path 2) - Set Orientation'), +(18069, 0, 24, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 45, 16, 16, 0, 0, 0, 0, 19, 18471, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Reached WP1 (Path 2) - Say Data'), +(18069, 0, 25, 0, 7, 0, 100, 512, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 19, 12141, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Evade (All Phases) - Despawn Ice Totem'), +(18069, 0, 26, 0, 40, 0, 100, 512, 3, 18069, 0, 0, 0, 45, 1, 6, 0, 0, 0, 0, 19, 18471, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Data Set 1 1 - Say Line 3'), +(18069, 0, 27, 0, 0, 0, 100, 0, 4000, 4000, 11000, 13000, 0, 11, 39529, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - In Combat - Cast Flame Shock'), +(1806900, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Say Line 4'), +(1806900, 9, 1, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 0, 2, 14, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Faction 14'), +(1806900, 9, 2, 0, 0, 0, 100, 0, 9, 9, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Reactstate Aggressive'), +(1806901, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Home Position'), +(1806901, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 22, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Phase 3'), +(1806901, 9, 2, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 0, 11, 32343, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Cast \'Revive Self\''), +(1806901, 9, 3, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 91, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Bytes 1'), +(1806901, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 96, 32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Dyanmic Flags'), +(1806901, 9, 5, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 19, 536870912, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Unit Flags'), +(1806901, 9, 6, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Say Line 5'), +(1806901, 9, 7, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Turn Invinvibility HP OFF'), +(1806901, 9, 8, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Phase 2'), +(1806901, 9, 9, 0, 0, 0, 100, 0, 500, 500, 0, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Set Unit Flags'), +(1806901, 9, 10, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 35, 0, 0, 0, 0, 0, 0, 0, 'Mogor - On Script - Start Attacking'); + +DELETE FROM `waypoints` WHERE `entry`=1806900 AND `pointid`=1; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(1806900, 1, -714.823, 7931.65, 58.8672, 'Mogor (Path 2)'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_01_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_01_world.sql new file mode 100644 index 00000000000..6ed7d21058a --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_01_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18399) AND `source_type`=0 AND `id`IN (11,12); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(18399, 0, 11, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 39, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, "Murkblood Twin - On Aggro - Call for Help"), +(18399, 0, 12, 0, 7, 0, 100, 0, 0, 0, 0, 0, 0, 45, 16, 16, 0, 0, 0, 0, 19, 18471, 0, 0, 0, 0, 0, 0, 0, "Murkblood Twin - On evade - Set Data"); + diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_02_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_02_world.sql new file mode 100644 index 00000000000..e10f92e112a --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_07_02_world.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `spell_script_names` WHERE `spell_id`=46444 AND `ScriptName`='spell_q11896_weakness_to_lightning_46444'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (46444,'spell_q11896_weakness_to_lightning_46444'); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25752,25753,25758) AND `source_type`=0 AND `id`IN (5); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25792) AND `source_type`=0 AND `id`IN (3); +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(25752, 0, 5, 0, 6, 1, 100, 0, 0, 0, 0, 0, 0, 11, 46443, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, "Scavenge-bot 004-A8 - On Just Died - Cast 'Weakness to Lightning: Kill Credit Direct to Player' (Phase 1)"), +(25753, 0, 5, 0, 6, 1, 100, 0, 0, 0, 0, 0, 0, 11, 46444, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, "Sentry-bot 57-K - On Just Died - Cast 'Weakness to Lightning: Kill Credit from Pet' (Phase 1)"), +(25758, 0, 5, 0, 6, 1, 100, 0, 0, 0, 0, 0, 0, 11, 46444, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, "Defendo-tank 66D - On Just Died - Cast 'Weakness to Lightning: Kill Credit from Pet' (Phase 1)"), +(25792, 0, 3, 0, 6, 1, 100, 0, 0, 0, 0, 0, 0, 11, 46444, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, "Scavenge-bot 005-B6 - On Just Died - Cast 'Weakness to Lightning: Kill Credit from Pet' (Phase 1)"); +UPDATE `smart_scripts` SET `action_param1`=46444, `action_param2`=2 WHERE `entryorguid` IN (25752) AND `id`=2; +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid` IN (25752,25753,25758,25792) AND `action_param1` IN (46443,46444); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_00_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_00_world_335.sql new file mode 100644 index 00000000000..144a38aecad --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_00_world_335.sql @@ -0,0 +1,343 @@ +-- +DELETE FROM `creature_classlevelstats` WHERE `level`<86; +INSERT INTO `creature_classlevelstats` (`level`, `class`, `basehp0`, `basehp1`, `basehp2`, `basemana`, `basearmor`, `attackpower`, `rangedattackpower`, `damage_base`, `damage_exp1`, `damage_exp2`) VALUES +(1, 1, 42, 42, 42, 0, 7, 9, 0, 0.1321, 0.1321, 0.1321), +(2, 1, 55, 55, 55, 0, 8, 11, 0, 0.2888, 0.2888, 0.2888), +(3, 1, 71, 71, 71, 0, 33, 13, 0, 0.5547, 0.5547, 0.5547), +(4, 1, 86, 86, 86, 0, 68, 15, 0, 0.9435, 0.9435, 0.9435), +(5, 1, 102, 102, 102, 0, 111, 18, 0, 1.3708, 1.3708, 1.3708), +(6, 1, 120, 120, 120, 0, 165, 20, 0, 2.0661, 2.0661, 2.0661), +(7, 1, 137, 137, 137, 0, 230, 24, 0, 2.7669, 2.7669, 2.7669), +(8, 1, 156, 156, 156, 0, 306, 28, 0, 3.1993, 3.1993, 3.1993), +(9, 1, 176, 176, 176, 0, 387, 31, 0, 3.7038, 3.7038, 3.7038), +(10, 1, 198, 198, 198, 0, 463, 34, 0, 4.1084, 4.1084, 4.1084), +(11, 1, 222, 222, 222, 0, 528, 38, 0, 4.6996, 4.6996, 4.6996), +(12, 1, 247, 247, 247, 0, 562, 42, 0, 5.4601, 5.4601, 5.4601), +(13, 1, 273, 273, 273, 0, 596, 46, 1, 5.9359, 5.9359, 5.9359), +(14, 1, 300, 300, 300, 0, 630, 50, 1, 6.5895, 6.5895, 6.5895), +(15, 1, 328, 328, 328, 0, 665, 54, 2, 7.1981, 7.1981, 7.1981), +(16, 1, 356, 356, 356, 0, 700, 56, 2, 7.6697, 7.6697, 7.6697), +(17, 1, 386, 386, 386, 0, 734, 60, 2, 8.2225, 8.2225, 8.2225), +(18, 1, 417, 417, 417, 0, 768, 64, 3, 8.5452, 8.5452, 8.5452), +(19, 1, 449, 449, 449, 0, 802, 68, 3, 8.9384, 8.9384, 8.9384), +(20, 1, 484, 484, 484, 0, 836, 70, 4, 9.6823, 9.6823, 9.6823), +(21, 1, 521, 521, 521, 0, 872, 74, 4, 9.9677, 9.9677, 9.9677), +(22, 1, 562, 562, 562, 0, 906, 78, 4, 10.4218, 10.4218, 10.4218), +(23, 1, 605, 605, 605, 0, 940, 80, 5, 10.8099, 10.8099, 10.8099), +(24, 1, 651, 651, 651, 0, 975, 84, 6, 11.2419, 11.2419, 11.2419), +(25, 1, 699, 699, 699, 0, 1008, 86, 6, 11.7485, 11.7485, 11.7485), +(26, 1, 750, 750, 750, 0, 1043, 90, 7, 12.0453, 12.0453, 12.0453), +(27, 1, 800, 800, 800, 0, 1078, 92, 7, 12.6213, 12.6213, 12.6213), +(28, 1, 853, 853, 853, 0, 1111, 96, 8, 12.795, 12.795, 12.795), +(29, 1, 905, 905, 905, 0, 1145, 100, 8, 13.3432, 13.3432, 13.3432), +(30, 1, 955, 955, 955, 0, 1179, 102, 9, 13.9264, 13.9264, 13.9264), +(31, 1, 1006, 1006, 1006, 0, 1213, 106, 9, 14.1954, 14.1954, 14.1954), +(32, 1, 1057, 1057, 1057, 0, 1249, 108, 10, 14.696, 14.696, 14.696), +(33, 1, 1110, 1110, 1110, 0, 1281, 112, 10, 14.9914, 14.9914, 14.9914), +(34, 1, 1163, 1163, 1163, 0, 1317, 114, 11, 15.4944, 15.4944, 15.4944), +(35, 1, 1220, 1220, 1220, 0, 1349, 118, 11, 15.8617, 15.8617, 15.8617), +(36, 1, 1277, 1277, 1277, 0, 1456, 120, 12, 16.2984, 16.2984, 16.2984), +(37, 1, 1336, 1336, 1336, 0, 1568, 124, 12, 16.7962, 16.7962, 16.7962), +(38, 1, 1395, 1395, 1395, 0, 1684, 128, 13, 17.1865, 17.1865, 17.1865), +(39, 1, 1459, 1459, 1459, 0, 1808, 132, 13, 17.7286, 17.7286, 17.7286), +(40, 1, 1524, 1524, 1524, 0, 1938, 136, 14, 18.2971, 18.2971, 18.2971), +(41, 1, 1585, 1585, 1585, 0, 2074, 142, 15, 19.1997, 19.1997, 19.1997), +(42, 1, 1651, 1651, 1651, 0, 2218, 152, 15, 20.3431, 20.3431, 20.3431), +(43, 1, 1716, 1716, 1716, 0, 2369, 162, 16, 21.7088, 21.7088, 21.7088), +(44, 1, 1782, 1782, 1782, 0, 2528, 174, 16, 23.5881, 23.5881, 23.5881), +(45, 1, 1848, 1848, 1848, 0, 2695, 184, 17, 24.6797, 24.6797, 24.6797), +(46, 1, 1919, 1919, 1919, 0, 2750, 188, 17, 25.1735, 25.1735, 25.1735), +(47, 1, 1990, 1990, 1990, 0, 2804, 192, 18, 25.7137, 25.7137, 25.7137), +(48, 1, 2062, 2062, 2062, 0, 2857, 196, 19, 26.209, 26.209, 26.209), +(49, 1, 2138, 2138, 2138, 0, 2912, 200, 19, 26.9952, 26.9952, 26.9952), +(50, 1, 2215, 2215, 2215, 0, 2966, 206, 20, 27.5899, 27.5899, 27.5899), +(51, 1, 2292, 2292, 2292, 0, 3018, 210, 20, 28.128, 28.128, 28.128), +(52, 1, 2371, 2371, 2371, 0, 3074, 214, 21, 28.8795, 28.8795, 28.8795), +(53, 1, 2453, 2453, 2453, 0, 3128, 218, 22, 29.4381, 29.4381, 29.4381), +(54, 1, 2533, 2533, 2533, 0, 3180, 224, 22, 30.0501, 30.0501, 30.0501), +(55, 1, 2614, 2614, 2614, 0, 3234, 228, 23, 30.7177, 30.7177, 30.7177), +(56, 1, 2699, 2699, 2699, 0, 3289, 234, 23, 31.2387, 31.2387, 31.2387), +(57, 1, 2784, 2784, 2784, 0, 3342, 238, 24, 31.945, 31.945, 31.945), +(58, 1, 2871, 3989, 3989, 0, 3396, 242, 25, 32.5967, 40.2143, 40.2143), +(59, 1, 2961, 4142, 4142, 0, 3449, 248, 25, 33.2007, 43.2857, 43.2857), +(60, 1, 3052, 4979, 4979, 0, 3750, 252, 26, 33.9625, 53.4755, 53.4755), +(61, 1, 3144, 5158, 5158, 0, 4047, 258, 28, 34.5714, 61.2729, 61.2729), +(62, 1, 3237, 5341, 5341, 0, 4344, 262, 30, 35.2381, 67.4442, 67.4442), +(63, 1, 3331, 5527, 5527, 0, 4641, 268, 32, 35.775, 71.4361, 71.4361), +(64, 1, 3427, 5715, 5715, 0, 4937, 272, 33, 36.5714, 75.9334, 75.9334), +(65, 1, 3524, 5914, 5914, 0, 5234, 278, 35, 37.2381, 80.3794, 80.3794), +(66, 1, 3624, 6116, 6116, 0, 5531, 282, 37, 37.9047, 84.8941, 84.8941), +(67, 1, 3728, 6326, 6326, 0, 5829, 288, 39, 38.5714, 89.6211, 94.901), +(68, 1, 3834, 6542, 6986, 0, 6126, 292, 41, 39.2381, 94.4934, 104.527), +(69, 1, 3942, 6761, 7984, 0, 6423, 298, 43, 39.9047, 99.5328, 114.153), +(70, 1, 4050, 6986, 8982, 0, 6719, 304, 44, 40.5714, 104.527, 123.779), +(71, 1, 4163, 7181, 9291, 0, 7018, 308, 48, 41.2381, 106.357, 127.382), +(72, 1, 4278, 7380, 9610, 0, 7318, 314, 53, 41.9047, 108.071, 131.091), +(73, 1, 4399, 7588, 9940, 0, 7618, 320, 58, 42.5714, 118.643, 134.908), +(74, 1, 4524, 7804, 10282, 0, 7918, 354, 63, 43.2381, 120.434, 138.836), +(75, 1, 4652, 8025, 10635, 0, 8219, 392, 68, 43.9047, 122.226, 142.878), +(76, 1, 4781, 8247, 11001, 0, 8520, 432, 74, 44.5713, 124.018, 147.038), +(77, 1, 4916, 8480, 11379, 0, 8822, 478, 81, 45.2379, 125.81, 151.319), +(78, 1, 5052, 8715, 11770, 0, 9124, 528, 88, 45.9045, 127.602, 155.724), +(79, 1, 5194, 8960, 12175, 0, 9426, 582, 95, 46.5711, 129.394, 160.258), +(80, 1, 5342, 9215, 12600, 0, 9729, 642, 103, 47.2377, 131.186, 164.924), +(81, 1, 5492, 9474, 13033, 0, 10033, 708, 112, 47.9043, 132.978, 168.974), +(82, 1, 5647, 9741, 13481, 0, 10356, 782, 121, 48.5709, 134.77, 173.024), +(83, 1, 5808, 10019, 13945, 0, 10673, 805, 135, 49.2375, 136.562, 177.074), +(84, 1, 5971, 10300, 14426, 0, 10990, 828, 149, 49.9041, 138.354, 181.124), +(85, 1, 6141, 10595, 15498, 0, 11307, 851, 163, 50.5707, 140.146, 185.174), +(1, 2, 41, 41, 41, 60, 23, 9, 0, 0.2381, 0.2381, 0.2381), +(2, 2, 54, 54, 54, 69, 26, 11, 0, 0.3119, 0.3119, 0.3119), +(3, 2, 69, 69, 69, 79, 33, 11, 0, 0.5952, 0.5952, 0.5952), +(4, 2, 83, 83, 83, 104, 69, 13, 0, 0.946, 0.946, 0.946), +(5, 2, 98, 98, 98, 115, 112, 14, 0, 1.4567, 1.4567, 1.4567), +(6, 2, 115, 115, 115, 126, 165, 16, 0, 2.0933, 2.0933, 2.0933), +(7, 2, 131, 131, 131, 138, 230, 20, 0, 2.7273, 2.7273, 2.7273), +(8, 2, 148, 148, 148, 165, 307, 24, 0, 3.1076, 3.1076, 3.1076), +(9, 2, 166, 166, 166, 178, 396, 27, 0, 3.595, 3.595, 3.595), +(10, 2, 186, 186, 186, 191, 502, 30, 0, 3.9604, 3.9604, 3.9604), +(11, 2, 208, 208, 208, 205, 528, 34, 0, 4.4552, 4.4552, 4.4552), +(12, 2, 230, 230, 230, 249, 562, 38, 0, 5.1436, 5.1436, 5.1436), +(13, 2, 253, 253, 253, 264, 562, 42, 1, 5.5674, 5.5674, 5.5674), +(14, 2, 276, 276, 276, 295, 630, 46, 1, 6.1568, 6.1568, 6.1568), +(15, 2, 301, 301, 301, 326, 665, 48, 2, 6.8211, 6.8211, 6.8211), +(16, 2, 325, 325, 325, 357, 700, 52, 2, 7.1374, 7.1374, 7.1374), +(17, 2, 350, 350, 350, 390, 734, 56, 2, 7.6355, 7.6355, 7.6355), +(18, 2, 377, 377, 377, 408, 768, 58, 3, 8.0339, 8.0339, 8.0339), +(19, 2, 404, 404, 404, 456, 802, 60, 3, 8.611, 8.611, 8.611), +(20, 2, 433, 433, 433, 490, 836, 64, 4, 9.0674, 9.0674, 9.0674), +(21, 2, 464, 464, 464, 510, 872, 68, 4, 9.3169, 9.3169, 9.3169), +(22, 2, 498, 498, 498, 545, 906, 71, 5, 9.7945, 9.7945, 9.7945), +(23, 2, 533, 533, 533, 581, 940, 74, 5, 10.076, 10.076, 10.076), +(24, 2, 571, 571, 571, 618, 975, 78, 6, 10.4619, 10.4619, 10.4619), +(25, 2, 610, 610, 610, 655, 1008, 80, 6, 10.7857, 10.7857, 10.7857), +(26, 2, 651, 651, 651, 693, 1042, 84, 6, 11.1849, 11.1849, 11.1849), +(27, 2, 690, 690, 690, 732, 1078, 86, 7, 11.7126, 11.7126, 11.7126), +(28, 2, 732, 732, 732, 756, 1110, 90, 7, 11.9663, 11.9663, 11.9663), +(29, 2, 773, 773, 773, 811, 1145, 94, 8, 12.352, 12.352, 12.352), +(30, 2, 811, 811, 811, 852, 1178, 94, 8, 13.0007, 13.0007, 13.0007), +(31, 2, 850, 850, 850, 878, 1213, 98, 9, 13.2348, 13.2348, 13.2348), +(32, 2, 888, 888, 888, 935, 1248, 100, 9, 13.6924, 13.6924, 13.6924), +(33, 2, 928, 928, 928, 963, 1281, 104, 10, 13.9511, 13.9511, 13.9511), +(34, 2, 967, 967, 967, 1007, 1316, 106, 10, 14.4142, 14.4142, 14.4142), +(35, 2, 1009, 1009, 1009, 1067, 1349, 110, 11, 14.7365, 14.7365, 14.7365), +(36, 2, 1050, 1050, 1050, 1097, 1455, 112, 11, 15.1346, 15.1346, 15.1346), +(37, 2, 1093, 1093, 1093, 1142, 1567, 116, 11, 15.5816, 15.5816, 15.5816), +(38, 2, 1135, 1135, 1135, 1189, 1683, 120, 12, 15.9286, 15.9286, 15.9286), +(39, 2, 1180, 1180, 1180, 1236, 1807, 124, 12, 16.4168, 16.4168, 16.4168), +(40, 2, 1226, 1226, 1226, 1283, 1937, 128, 13, 16.9294, 16.9294, 16.9294), +(41, 2, 1268, 1268, 1268, 1332, 2072, 132, 13, 17.8592, 17.8592, 17.8592), +(42, 2, 1321, 1321, 1321, 1381, 2216, 142, 13, 18.8824, 18.8824, 18.8824), +(43, 2, 1373, 1373, 1373, 1432, 2367, 152, 14, 20.1127, 20.1127, 20.1127), +(44, 2, 1426, 1426, 1426, 1483, 2527, 166, 15, 21.6981, 21.6981, 21.6981), +(45, 2, 1478, 1478, 1478, 1534, 2692, 172, 15, 22.9018, 22.9018, 22.9018), +(46, 2, 1535, 1535, 1535, 1587, 2749, 176, 16, 23.3451, 23.3451, 23.3451), +(47, 2, 1592, 1592, 1592, 1640, 2802, 180, 16, 23.9542, 23.9542, 23.9542), +(48, 2, 1650, 1650, 1650, 1695, 2855, 184, 17, 24.401, 24.401, 24.401), +(49, 2, 1710, 1710, 1710, 1750, 2910, 188, 17, 24.9975, 24.9975, 24.9975), +(50, 2, 1772, 1772, 1772, 1807, 2964, 194, 18, 25.5204, 25.5204, 25.5204), +(51, 2, 1834, 1834, 1834, 1864, 3017, 198, 19, 26.0047, 26.0047, 26.0047), +(52, 2, 1897, 1897, 1897, 1923, 3072, 202, 19, 26.6877, 26.6877, 26.6877), +(53, 2, 1962, 1962, 1962, 1982, 3126, 206, 20, 27.1912, 27.1912, 27.1912), +(54, 2, 2026, 2026, 2026, 2041, 3178, 210, 20, 27.8506, 27.8506, 27.8506), +(55, 2, 2091, 2091, 2091, 2117, 3232, 214, 21, 28.4555, 28.4555, 28.4555), +(56, 2, 2159, 2159, 2159, 2163, 3287, 220, 21, 28.9161, 28.9161, 28.9161), +(57, 2, 2227, 2227, 2227, 2241, 3340, 224, 22, 29.5701, 29.5701, 29.5701), +(58, 2, 2297, 3191, 3191, 2289, 3394, 228, 23, 30.1469, 34.7143, 34.7143), +(59, 2, 2369, 3314, 3314, 2369, 3447, 234, 23, 30.6847, 49.6442, 49.6442), +(60, 2, 2442, 3984, 3984, 2434, 3748, 238, 24, 31.3842, 55, 55), +(61, 2, 2515, 4126, 4126, 2486, 4044, 244, 25, 31.837, 58.3279, 58.3279), +(62, 2, 2590, 4274, 4274, 2568, 4340, 246, 26, 32.6201, 62.4676, 62.4676), +(63, 2, 2665, 4422, 4422, 2620, 4637, 252, 27, 33.1092, 66.121, 66.121), +(64, 2, 2740, 4572, 4572, 2705, 4932, 256, 28, 33.7143, 70.2568, 70.2568), +(65, 2, 2819, 4731, 4731, 2790, 5228, 262, 29, 34.3333, 74.3252, 74.3252), +(66, 2, 2899, 4892, 6116, 2846, 5523, 266, 29, 35.0158, 78.472, 84.8941), +(67, 2, 2982, 5060, 6326, 2933, 5821, 272, 31, 35.656, 82.7944, 94.901), +(68, 2, 3067, 5233, 6986, 2991, 6116, 276, 31, 36.3244, 87.2677, 104.527), +(69, 2, 3153, 5409, 7984, 3080, 6412, 282, 32, 36.974, 91.8916, 114.153), +(70, 2, 3240, 5589, 8982, 3155, 6708, 286, 33, 37.6361, 96.7364, 123.779), +(71, 2, 3330, 5744, 9291, 3231, 7007, 290, 37, 38.2899, 98.3977, 127.383), +(72, 2, 3422, 5903, 9610, 3309, 7305, 296, 40, 38.9492, 99.8571, 131.092), +(73, 2, 3519, 6070, 9940, 3387, 7604, 302, 44, 39.6048, 101.451, 134.908), +(74, 2, 3619, 6243, 10282, 3466, 7903, 334, 48, 40.2629, 102.955, 138.836), +(75, 2, 3722, 6420, 10635, 3561, 8204, 370, 53, 40.9193, 104.52, 142.878), +(76, 2, 3825, 6602, 11001, 3643, 8503, 408, 57, 41.5757, 106.085, 147.038), +(77, 2, 3933, 6784, 11379, 3725, 8803, 452, 62, 42.2321, 107.65, 151.319), +(78, 2, 4042, 6972, 11770, 3809, 9104, 500, 68, 42.8885, 109.215, 155.724), +(79, 2, 4155, 7167, 12175, 3893, 9405, 550, 74, 43.5449, 110.78, 160.258), +(80, 2, 4274, 7373, 12600, 3994, 9706, 608, 80, 44.2013, 112.345, 164.924), +(81, 2, 4394, 7581, 13033, 4081, 10007, 670, 86, 44.8577, 113.91, 169.095), +(82, 2, 4518, 7794, 13481, 4169, 10253, 726, 91, 45.5141, 115.475, 173.266), +(83, 2, 4646, 8012, 13945, 4258, 10573, 783, 98, 46.1705, 117.04, 177.438), +(84, 2, 4778, 8235, 14423, 4363, 10893, 840, 105, 46.8269, 118.605, 181.61), +(85, 2, 4913, 8463, 15498, 4454, 11213, 897, 112, 47.4833, 120.17, 185.782), +(1, 4, 42, 42, 42, 0, 23, 9, 0, 0.1321, 0.1321, 0.1321), +(2, 4, 55, 55, 55, 0, 26, 11, 0, 0.2888, 0.2888, 0.2888), +(3, 4, 71, 71, 71, 0, 33, 13, 0, 0.5547, 0.5547, 0.5547), +(4, 4, 86, 86, 86, 0, 69, 15, 0, 0.9435, 0.9435, 0.9435), +(5, 4, 102, 102, 102, 0, 112, 18, 0, 1.3708, 1.3708, 1.3708), +(6, 4, 120, 120, 120, 0, 165, 20, 0, 2.0661, 2.0661, 2.0661), +(7, 4, 137, 137, 137, 0, 230, 24, 0, 2.7669, 2.7669, 2.7669), +(8, 4, 156, 156, 156, 0, 307, 28, 0, 3.1993, 3.1993, 3.1993), +(9, 4, 176, 176, 176, 0, 396, 31, 0, 3.7038, 3.7038, 3.7038), +(10, 4, 198, 198, 198, 0, 502, 34, 0, 4.1084, 4.1084, 4.1084), +(11, 4, 222, 222, 222, 0, 528, 38, 0, 4.6996, 4.6996, 4.6996), +(12, 4, 247, 247, 247, 0, 562, 42, 0, 5.4601, 5.4601, 5.4601), +(13, 4, 273, 273, 273, 0, 562, 46, 1, 5.9359, 5.9359, 5.9359), +(14, 4, 300, 300, 300, 0, 630, 50, 1, 6.5895, 6.5895, 6.5895), +(15, 4, 328, 328, 328, 0, 665, 54, 2, 7.1981, 7.1981, 7.1981), +(16, 4, 356, 356, 356, 0, 700, 56, 2, 7.6697, 7.6697, 7.6697), +(17, 4, 386, 386, 386, 0, 734, 60, 2, 8.2225, 8.2225, 8.2225), +(18, 4, 417, 417, 417, 0, 768, 64, 3, 8.5452, 8.5452, 8.5452), +(19, 4, 449, 449, 449, 0, 802, 68, 3, 8.9384, 8.9384, 8.9384), +(20, 4, 484, 484, 484, 0, 836, 70, 4, 9.6823, 9.6823, 9.6823), +(21, 4, 521, 521, 521, 0, 872, 74, 4, 9.9677, 9.9677, 9.9677), +(22, 4, 562, 562, 562, 0, 906, 78, 4, 10.4218, 10.4218, 10.4218), +(23, 4, 605, 605, 605, 0, 940, 80, 5, 10.8099, 10.8099, 10.8099), +(24, 4, 651, 651, 651, 0, 975, 84, 6, 11.2419, 11.2419, 11.2419), +(25, 4, 699, 699, 699, 0, 1008, 86, 6, 11.7485, 11.7485, 11.7485), +(26, 4, 750, 750, 750, 0, 1042, 90, 7, 12.0453, 12.0453, 12.0453), +(27, 4, 800, 800, 800, 0, 1078, 92, 7, 12.6213, 12.6213, 12.6213), +(28, 4, 853, 853, 853, 0, 1110, 96, 8, 12.795, 12.795, 12.795), +(29, 4, 905, 905, 905, 0, 1145, 100, 8, 13.3432, 13.3432, 13.3432), +(30, 4, 955, 955, 955, 0, 1178, 102, 9, 13.9264, 13.9264, 13.9264), +(31, 4, 1006, 1006, 1006, 0, 1213, 106, 9, 14.1954, 14.1954, 14.1954), +(32, 4, 1057, 1057, 1057, 0, 1248, 108, 10, 14.696, 14.696, 14.696), +(33, 4, 1110, 1110, 1110, 0, 1281, 112, 10, 14.9914, 14.9914, 14.9914), +(34, 4, 1163, 1163, 1163, 0, 1316, 114, 11, 15.4944, 15.4944, 15.4944), +(35, 4, 1220, 1220, 1220, 0, 1349, 118, 11, 15.8617, 15.8617, 15.8617), +(36, 4, 1277, 1277, 1277, 0, 1455, 120, 12, 16.2984, 16.2984, 16.2984), +(37, 4, 1336, 1336, 1336, 0, 1567, 124, 12, 16.7962, 16.7962, 16.7962), +(38, 4, 1395, 1395, 1395, 0, 1683, 128, 13, 17.1865, 17.1865, 17.1865), +(39, 4, 1459, 1459, 1459, 0, 1807, 132, 13, 17.7286, 17.7286, 17.7286), +(40, 4, 1524, 1524, 1524, 0, 1937, 136, 14, 18.2971, 18.2971, 18.2971), +(41, 4, 1585, 1585, 1585, 0, 2072, 142, 15, 19.1997, 19.1997, 19.1997), +(42, 4, 1651, 1651, 1651, 0, 2216, 152, 15, 20.3431, 20.3431, 20.3431), +(43, 4, 1716, 1716, 1716, 0, 2367, 162, 16, 21.7088, 21.7088, 21.7088), +(44, 4, 1782, 1782, 1782, 0, 2527, 174, 16, 23.5881, 23.5881, 23.5881), +(45, 4, 1848, 1848, 1848, 0, 2692, 184, 17, 24.6797, 24.6797, 24.6797), +(46, 4, 1919, 1919, 1919, 0, 2749, 188, 17, 25.1735, 25.1735, 25.1735), +(47, 4, 1990, 1990, 1990, 0, 2802, 192, 18, 25.7137, 25.7137, 25.7137), +(48, 4, 2062, 2062, 2062, 0, 2855, 196, 19, 26.209, 26.209, 26.209), +(49, 4, 2138, 2138, 2138, 0, 2910, 200, 19, 26.9952, 26.9952, 26.9952), +(50, 4, 2215, 2215, 2215, 0, 2964, 206, 20, 27.5899, 27.5899, 27.5899), +(51, 4, 2292, 2292, 2292, 0, 3017, 210, 20, 28.128, 28.128, 28.128), +(52, 4, 2371, 2371, 2371, 0, 3072, 214, 21, 28.8795, 28.8795, 28.8795), +(53, 4, 2453, 2453, 2453, 0, 3126, 218, 22, 29.4381, 29.4381, 29.4381), +(54, 4, 2533, 2533, 2533, 0, 3178, 224, 22, 30.0501, 30.0501, 30.0501), +(55, 4, 2614, 2614, 2614, 0, 3232, 228, 23, 30.7177, 30.7177, 30.7177), +(56, 4, 2699, 2699, 2699, 0, 3287, 234, 23, 31.2387, 31.2387, 31.2387), +(57, 4, 2784, 2784, 2784, 0, 3340, 238, 24, 31.945, 31.945, 31.945), +(58, 4, 2871, 3989, 3989, 0, 3394, 242, 25, 32.5967, 40.2143, 40.2143), +(59, 4, 2961, 4142, 4142, 0, 3447, 248, 25, 33.2007, 43.2857, 43.2857), +(60, 4, 3052, 4979, 4979, 0, 3748, 252, 26, 33.9625, 53.4755, 53.4755), +(61, 4, 3144, 5158, 5158, 0, 4044, 258, 28, 34.5714, 61.2729, 61.2729), +(62, 4, 3237, 5341, 5341, 0, 4340, 262, 30, 35.2381, 67.4442, 67.4442), +(63, 4, 3331, 5527, 5527, 0, 4637, 268, 32, 35.9047, 71.4361, 71.4361), +(64, 4, 3427, 5715, 5715, 0, 4932, 272, 33, 36.5714, 75.9334, 75.9334), +(65, 4, 3524, 5914, 5914, 0, 5228, 278, 35, 37.2381, 80.3794, 80.3794), +(66, 4, 3624, 6116, 6116, 0, 5523, 282, 37, 37.9047, 84.8941, 84.8941), +(67, 4, 3728, 6326, 6326, 0, 5821, 288, 39, 38.5714, 89.6211, 94.901), +(68, 4, 3834, 6542, 6986, 0, 6116, 292, 41, 39.2381, 94.4934, 104.527), +(69, 4, 3942, 6761, 7984, 0, 6412, 298, 43, 39.9047, 99.5328, 114.153), +(70, 4, 4050, 6986, 8982, 0, 6708, 304, 44, 40.5714, 104.527, 123.779), +(71, 4, 4163, 7181, 9291, 0, 7007, 308, 48, 41.2381, 106.357, 127.382), +(72, 4, 4278, 7380, 9610, 0, 7305, 314, 53, 41.9047, 108.071, 131.091), +(73, 4, 4399, 7588, 9940, 0, 7604, 320, 58, 42.5714, 118.643, 134.908), +(74, 4, 4524, 7804, 10282, 0, 7903, 354, 63, 43.2381, 120.434, 138.836), +(75, 4, 4652, 8025, 10635, 0, 8204, 392, 68, 43.9047, 122.226, 142.878), +(76, 4, 4781, 8247, 11001, 0, 8503, 432, 74, 44.5713, 124.018, 147.038), +(77, 4, 4916, 8480, 11379, 0, 8803, 478, 81, 45.2379, 125.81, 151.319), +(78, 4, 5052, 8715, 11770, 0, 9104, 528, 88, 45.9045, 127.602, 155.724), +(79, 4, 5194, 8960, 12175, 0, 9405, 582, 95, 46.5711, 129.394, 160.258), +(80, 4, 5342, 9215, 12600, 0, 9706, 642, 103, 47.2377, 131.186, 164.924), +(81, 4, 5492, 9474, 13033, 0, 10007, 708, 112, 47.9043, 132.978, 168.974), +(82, 4, 5647, 9741, 13481, 0, 10253, 782, 121, 48.5709, 134.77, 173.024), +(83, 4, 5808, 10019, 13945, 0, 10573, 805, 135, 49.2375, 136.562, 177.074), +(84, 4, 5971, 10300, 14426, 0, 10893, 828, 149, 49.9041, 138.354, 181.124), +(85, 4, 6141, 10595, 15498, 0, 11213, 851, 163, 50.5707, 140.146, 185.174), +(1, 8, 40, 40, 40, 120, 5, 8, 0, 0.1781, 0.1781, 0.1781), +(2, 8, 52, 52, 52, 147, 16, 10, 0, 0.3233, 0.3233, 0.3233), +(3, 8, 67, 67, 67, 174, 28, 12, 10, 0.4793, 0.4793, 0.4793), +(4, 8, 81, 81, 81, 202, 57, 13, 11, 0.5714, 0.5714, 0.5714), +(5, 8, 95, 95, 95, 230, 93, 14, 11, 0.768, 0.768, 0.768), +(6, 8, 111, 111, 111, 259, 139, 15, 11, 1.1985, 1.1985, 1.1985), +(7, 8, 126, 126, 126, 289, 194, 15, 11, 2.159, 2.159, 2.159), +(8, 8, 143, 143, 143, 319, 265, 16, 11, 2.5217, 2.5217, 2.5217), +(9, 8, 160, 160, 160, 350, 339, 17, 11, 3.03, 2.99, 2.99), +(10, 8, 178, 178, 178, 382, 423, 17, 12, 3.4451, 3.4451, 3.4451), +(11, 8, 199, 199, 199, 459, 447, 18, 12, 3.975, 3.975, 3.975), +(12, 8, 219, 219, 219, 537, 475, 19, 12, 4.6771, 4.6771, 4.6771), +(13, 8, 241, 241, 241, 601, 509, 20, 12, 5.1513, 5.1513, 5.1513), +(14, 8, 263, 263, 263, 710, 523, 21, 12, 5.7241, 5.7241, 5.7241), +(15, 8, 285, 285, 285, 790, 559, 22, 13, 6.3298, 6.3298, 6.3298), +(16, 8, 307, 307, 307, 856, 589, 24, 13, 6.6051, 6.6051, 6.6051), +(17, 8, 330, 330, 330, 938, 617, 26, 13, 7.0485, 7.0485, 7.0485), +(18, 8, 354, 354, 354, 1020, 643, 27, 13, 7.4083, 7.4083, 7.4083), +(19, 8, 379, 379, 379, 1118, 674, 28, 13, 7.9333, 7.9333, 7.9333), +(20, 8, 405, 405, 405, 1202, 701, 30, 14, 8.3382, 8.3382, 8.3382), +(21, 8, 432, 432, 432, 1272, 729, 32, 14, 8.5517, 8.5517, 8.5517), +(22, 8, 463, 463, 463, 1357, 759, 34, 14, 8.9102, 8.9102, 8.9102), +(23, 8, 494, 494, 494, 1443, 786, 35, 14, 9.228, 9.228, 9.228), +(24, 8, 528, 528, 528, 1545, 815, 36, 15, 9.6818, 9.6818, 9.6818), +(25, 8, 562, 562, 562, 1633, 843, 37, 15, 10.1014, 10.1014, 10.1014), +(26, 8, 598, 598, 598, 1707, 871, 39, 15, 10.3246, 10.3246, 10.3246), +(27, 8, 633, 633, 633, 1812, 900, 40, 15, 10.804, 10.804, 10.804), +(28, 8, 669, 669, 669, 1977, 928, 42, 15, 11.0213, 11.0213, 11.0213), +(29, 8, 704, 704, 704, 2068, 957, 44, 16, 11.3608, 11.3608, 11.3608), +(30, 8, 737, 737, 737, 2175, 984, 44, 16, 11.9607, 11.9607, 11.9607), +(31, 8, 770, 770, 770, 2253, 1012, 46, 16, 12.16, 12.16, 12.16), +(32, 8, 802, 802, 802, 2362, 1042, 47, 16, 12.5746, 12.5746, 12.5746), +(33, 8, 835, 835, 835, 2457, 1065, 49, 17, 12.7966, 12.7966, 12.7966), +(34, 8, 867, 867, 867, 2553, 1098, 50, 17, 13.2162, 13.2162, 13.2162), +(35, 8, 902, 902, 902, 2680, 1124, 52, 17, 13.497, 13.497, 13.497), +(36, 8, 935, 935, 935, 2763, 1241, 53, 18, 13.8566, 13.8566, 13.8566), +(37, 8, 970, 970, 970, 2861, 1300, 54, 18, 14.367, 14.367, 14.367), +(38, 8, 1004, 1004, 1004, 2975, 1391, 56, 18, 14.6707, 14.6707, 14.6707), +(39, 8, 1040, 1040, 1040, 3075, 1489, 58, 18, 15.1049, 15.1049, 15.1049), +(40, 8, 1077, 1077, 1077, 3191, 1590, 60, 19, 15.5617, 15.5617, 15.5617), +(41, 8, 1110, 1110, 1110, 3293, 1697, 62, 19, 16.4044, 16.4044, 16.4044), +(42, 8, 1156, 1156, 1156, 3471, 1811, 67, 19, 17.3076, 17.3076, 17.3076), +(43, 8, 1201, 1201, 1201, 3575, 1926, 71, 19, 18.5165, 18.5165, 18.5165), +(44, 8, 1247, 1247, 1247, 3680, 2078, 78, 20, 19.9224, 19.9224, 19.9224), +(45, 8, 1294, 1294, 1294, 3801, 2177, 81, 20, 21.0097, 21.0097, 21.0097), +(46, 8, 1343, 1343, 1343, 3923, 2220, 83, 20, 21.4023, 21.4023, 21.4023), +(47, 8, 1393, 1393, 1393, 4031, 2265, 85, 21, 21.9484, 21.9484, 21.9484), +(48, 8, 1443, 1443, 1443, 4140, 2307, 87, 21, 22.3444, 22.3444, 22.3444), +(49, 8, 1497, 1497, 1497, 4281, 2349, 89, 21, 22.8788, 22.8788, 22.8788), +(50, 8, 1551, 1551, 1551, 4393, 2393, 91, 22, 23.4508, 23.4508, 23.4508), +(51, 8, 1604, 1604, 1604, 4506, 2437, 93, 22, 23.8815, 23.8815, 23.8815), +(52, 8, 1660, 1660, 1660, 4650, 2481, 95, 22, 24.4958, 24.4958, 24.4958), +(53, 8, 1717, 1717, 1717, 4765, 2524, 97, 23, 24.9442, 24.9442, 24.9442), +(54, 8, 1773, 1773, 1773, 4896, 2567, 99, 23, 25.5368, 25.5368, 25.5368), +(55, 8, 1830, 1830, 1830, 5013, 2609, 101, 23, 26.079, 26.079, 26.079), +(56, 8, 1889, 1889, 1889, 5206, 2654, 104, 24, 26.4791, 26.4791, 26.4791), +(57, 8, 1949, 1949, 1949, 5340, 2698, 106, 24, 27.0667, 27.0667, 27.0667), +(58, 8, 2010, 2793, 2793, 5461, 2740, 107, 24, 27.6972, 37.4048, 37.4048), +(59, 8, 2073, 2899, 2899, 5598, 2784, 110, 25, 28.1686, 46.5537, 46.5537), +(60, 8, 2136, 3484, 3484, 5751, 3025, 112, 25, 28.7983, 50.396, 50.396), +(61, 8, 2201, 3611, 3611, 5875, 3263, 115, 25, 29.3225, 53.4807, 53.4807), +(62, 8, 2266, 3739, 3739, 6015, 3500, 116, 25, 29.917, 57.2713, 57.2713), +(63, 8, 2332, 3870, 3870, 6156, 3736, 119, 26, 30.4646, 60.577, 60.577), +(64, 8, 2399, 4002, 4002, 6299, 3977, 121, 26, 31.0435, 64.089, 64.089), +(65, 8, 2467, 4140, 4731, 6443, 4214, 124, 26, 31.6015, 68.0244, 69.9742), +(66, 8, 2552, 4281, 4892, 6588, 4460, 125, 27, 32.1734, 72.0499, 78.8784), +(67, 8, 2610, 4429, 5060, 6749, 4710, 128, 27, 32.736, 75.9676, 87.7826), +(68, 8, 2684, 4580, 5588, 6882, 4928, 130, 27, 33.3048, 80.1061, 96.6868), +(69, 8, 2759, 4733, 6387, 7031, 5167, 133, 28, 33.8695, 84.2722, 105.591), +(70, 8, 2835, 4890, 7185, 7196, 5404, 135, 28, 34.4369, 88.3402, 114.496), +(71, 8, 2914, 5027, 7432, 7332, 5645, 137, 31, 35.0025, 92.4034, 117.829), +(72, 8, 2995, 5166, 7688, 7500, 5886, 140, 34, 35.5693, 96.5068, 121.259), +(73, 8, 3098, 5311, 7952, 7654, 6126, 143, 37, 36.1353, 100.617, 124.79), +(74, 8, 3186, 5461, 8225, 7809, 6368, 158, 41, 36.7018, 104.723, 128.423), +(75, 8, 3256, 5617, 8508, 7981, 6610, 175, 45, 37.268, 108.832, 132.162), +(76, 8, 3367, 5778, 8800, 8139, 6851, 193, 49, 37.8342, 112.941, 136.01), +(77, 8, 3462, 5945, 9103, 8313, 7094, 214, 54, 38.4004, 117.05, 139.97), +(78, 8, 3558, 6117, 9416, 8459, 7335, 236, 58, 38.9666, 121.159, 144.045), +(79, 8, 3658, 6295, 9740, 8636, 7579, 260, 64, 39.5328, 125.268, 148.239), +(80, 8, 3739, 6478, 10080, 8814, 7822, 287, 69, 40.099, 129.377, 152.555), +(81, 8, 3870, 6667, 10486, 8979, 8102, 317, 74, 40.6652, 133.486, 156.871), +(82, 8, 3977, 6861, 10784, 9160, 8340, 350, 79, 41.2314, 137.595, 161.187), +(83, 8, 4090, 7061, 11156, 9328, 8505, 386, 84, 41.7976, 141.704, 165.503), +(84, 8, 4195, 7266, 11602, 9512, 8670, 425, 89, 42.3638, 145.813, 169.819), +(85, 8, 4299, 7477, 12122, 9697, 8835, 467, 94, 42.93, 149.922, 174.135); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_01_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_01_world_335.sql new file mode 100644 index 00000000000..511e0f75dab --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_01_world_335.sql @@ -0,0 +1,281 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (31437,31467)); +DELETE FROM `creature` WHERE `id` IN (31437,31467); + +UPDATE `creature_template` SET `MinLevel`=65, `MaxLevel`=65 WHERE `entry`=31426; +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry` IN (31416, 31423,31424, 31425, 31426, 31427, 31429, 31430, 31431, 31433, 31434, 31563, 31564,31421,31420,31422,31437,31467); +UPDATE `creature` SET `phaseMask`=192 WHERE `id` IN (31416, 31423,31424, 31425, 31426, 31427, 31429, 31430, 31431, 31433, 31434, 31563, 31564) AND `map`=1; +DELETE FROM `creature` WHERE `guid` IN (119571, 119608, 119609, 119638, 119775, 120090, 120154, 120233, 120234, 120242, 120246, 120247, 120248, 120267, 120268, 120269, 120270, 120271, 120272, 120273, 120274, 120275, 120276, 120277, 120278, 120279, 120281, 120282, 120283, 120284, 120285, 120286, 120287, 120288, 120289, 120290, 120291, 120292, 120293, 120294, 120295, 120296, 120298, 120299, 120300, 120301, 120302, 120303, 120304, 120305, 120306, 120307, 120308, 120309, 120310, 120311, 120312, 120314, 120318, 120319, 120320, 120321, 120322, 120347, 120348, 120349, 120350, 120351, 120356, 120361, 120362, 120363, 120364, 120365, 120366, 120409); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(119571, 31420, 1, 1, 192, 0, 1, 1627.42, -4376.04, 11.8113, 3.68265, 300, 0, 0, 5544, 0, 0), +(119608, 31421, 1, 1, 192, 0, 1, 1632.61, -4381.89, 11.7685, 3.59538, 300, 0, 0, 5544, 0, 0), +(119609, 31422, 1, 1, 192, 0, 1, 1623.04, -4368.92, 11.7852, 3.92699, 300, 0, 0, 5544, 0, 0), +(119638, 31426, 1, 1, 192, 0, 1, 1675.79, -4311.64, 61.6865, 4.46804, 300, 0, 0, 10572, 0, 0), +(119775, 31437, 1, 1, 192, 0, 0, 1430.77, -4422.73, 25.3187, 3.80482, 300, 0, 0, 42, 0, 0), +(120090, 31437, 1, 1, 192, 0, 0, 1501.08, -4399.95, 22.6577, 0.610865, 300, 0, 0, 42, 0, 0), +(120154, 31437, 1, 1, 192, 0, 0, 1346.63, -4348.61, 27.2941, 5.89921, 300, 0, 0, 42, 0, 0), +(120233, 31437, 1, 1, 192, 0, 0, 1511.79, -4433.06, 21.1091, 4.2586, 300, 0, 0, 42, 0, 0), +(120234, 31437, 1, 1, 192, 0, 0, 1438.44, -4432.79, 25.3187, 1.6057, 300, 0, 0, 42, 0, 0), +(120242, 31437, 1, 1, 192, 0, 0, 1492.76, -4396.73, 24.7758, 0.506145, 300, 0, 0, 42, 0, 0), +(120246, 31437, 1, 1, 192, 0, 0, 1439.46, -4430.56, 25.3187, 0.087266, 300, 0, 0, 42, 0, 0), +(120247, 31437, 1, 1, 192, 0, 0, 1510.11, -4399.52, 20.1228, 0.959931, 300, 0, 0, 42, 0, 0), +(120248, 31437, 1, 1, 192, 0, 0, 1370.87, -4415.52, 29.7207, 3.21141, 300, 0, 0, 42, 0, 0), +(120267, 31437, 1, 1, 192, 0, 0, 1341.92, -4340.45, 27.4999, 4.85202, 300, 0, 0, 42, 0, 0), +(120268, 31437, 1, 1, 192, 0, 0, 1437.46, -4430.24, 25.3187, 1.64061, 300, 0, 0, 42, 0, 0), +(120269, 31437, 1, 1, 192, 0, 0, 1373.46, -4354.62, 26.4516, 0.680678, 300, 0, 0, 42, 0, 0), +(120270, 31437, 1, 1, 192, 0, 0, 1429.84, -4355.29, 25.3187, 4.50295, 300, 0, 0, 42, 0, 0), +(120271, 31437, 1, 1, 192, 0, 0, 1422.9, -4403.13, 28.0279, 1.37881, 300, 0, 0, 42, 0, 0), +(120272, 31437, 1, 1, 192, 0, 0, 1418.51, -4354.17, 27.9913, 4.74729, 300, 0, 0, 42, 0, 0), +(120273, 31437, 1, 1, 192, 0, 0, 1444.13, -4431.9, 25.3187, 1.71042, 300, 0, 0, 42, 0, 0), +(120274, 31437, 1, 1, 192, 0, 0, 1429.54, -4420.9, 25.3187, 5.70723, 300, 0, 0, 42, 0, 0), +(120275, 31437, 1, 1, 192, 0, 0, 1507.59, -4433.21, 22.5193, 0.733038, 300, 0, 0, 42, 0, 0), +(120276, 31437, 1, 1, 192, 0, 0, 1434.89, -4359.25, 25.3187, 3.48839, 300, 0, 0, 42, 0, 0), +(120277, 31437, 1, 1, 192, 0, 0, 1509.96, -4429.22, 21.4358, 1.8326, 300, 0, 0, 42, 0, 0), +(120278, 31437, 1, 1, 192, 0, 0, 1588.52, -4423.32, 8.55745, 4.60385, 300, 0, 0, 42, 0, 0), +(120279, 31437, 1, 1, 192, 0, 0, 1293, -4425.1, 26.7719, 2.32129, 300, 0, 0, 42, 0, 0), +(120281, 31437, 1, 1, 192, 0, 0, 1438.97, -4368.84, 25.3187, 6.05629, 300, 0, 0, 42, 0, 0), +(120282, 31437, 1, 1, 192, 0, 0, 1421.35, -4385.14, 27.9797, 0.034907, 300, 0, 0, 42, 0, 0), +(120283, 31437, 1, 1, 192, 0, 0, 1506.25, -4390.73, 21.2549, 0.383972, 300, 0, 0, 42, 0, 0), +(120284, 31437, 1, 1, 192, 0, 0, 1590.13, -4427.63, 8.5698, 4.08407, 300, 0, 0, 42, 0, 0), +(120285, 31437, 1, 1, 192, 0, 0, 1501.9, -4437.72, 24.7493, 0.069813, 300, 0, 0, 42, 0, 0), +(120286, 31437, 1, 1, 192, 0, 0, 1329.38, -4358.21, 28.4718, 1.37259, 300, 0, 0, 42, 0, 0), +(120287, 31437, 1, 1, 192, 0, 0, 1341.65, -4420.3, 27.241, 2.15036, 300, 0, 0, 42, 0, 0), +(120288, 31437, 1, 1, 192, 0, 0, 1439.33, -4364.56, 25.3187, 0.20944, 300, 0, 0, 42, 0, 0), +(120289, 31437, 1, 1, 192, 0, 0, 1501.53, -4395.09, 22.5012, 0.139626, 300, 0, 0, 42, 0, 0), +(120290, 31437, 1, 1, 192, 0, 0, 1525.64, -4435.69, 16.5148, 0.872665, 300, 0, 0, 42, 0, 0), +(120291, 31437, 1, 1, 192, 0, 0, 1522.16, -4437.87, 18.1303, 0.523599, 300, 0, 0, 42, 0, 0), +(120292, 31437, 1, 1, 192, 0, 0, 1348.6, -4427.49, 27.5116, 4.18879, 300, 0, 0, 42, 0, 0), +(120293, 31437, 1, 1, 192, 0, 0, 1508.82, -4393.75, 20.5281, 4.20624, 300, 0, 0, 42, 0, 0), +(120294, 31437, 1, 1, 192, 0, 0, 1515.62, -4424.49, 19.6616, 3.64774, 300, 0, 0, 42, 0, 0), +(120295, 31467, 1, 1, 192, 0, 0, 1513.18, -4439.38, 21.1171, 4.59022, 300, 0, 0, 42, 0, 0), +(120296, 31467, 1, 1, 192, 0, 0, 1427.52, -4357.11, 25.3187, 5.91667, 300, 0, 0, 42, 0, 0), +(120298, 31467, 1, 1, 192, 0, 0, 1507.22, -4401.21, 20.9239, 1.98968, 300, 0, 0, 42, 0, 0), +(120299, 31467, 1, 1, 192, 0, 0, 1434.66, -4426.87, 25.3187, 1.16687, 300, 0, 0, 42, 0, 0), +(120300, 31467, 1, 1, 192, 0, 0, 1342.5, -4416.78, 27.4217, 6.00393, 300, 0, 0, 42, 0, 0), +(120301, 31467, 1, 1, 192, 0, 0, 1421.8, -4387.9, 27.9717, 0.087266, 300, 0, 0, 42, 0, 0), +(120302, 31467, 1, 1, 192, 0, 0, 1326.16, -4358.72, 28.2629, 3.71755, 300, 0, 0, 42, 0, 0), +(120303, 31467, 1, 1, 192, 0, 0, 1348, -4422.53, 27.5683, 2.67035, 300, 0, 0, 42, 0, 0), +(120304, 31467, 1, 1, 192, 0, 0, 1338.15, -4424.22, 26.8887, 1.69297, 300, 0, 0, 42, 0, 0), +(120305, 31467, 1, 1, 192, 0, 0, 1406.44, -4378.1, 25.3187, 1.62316, 300, 0, 0, 42, 0, 0), +(120306, 31467, 1, 1, 192, 0, 0, 1289.4, -4421.72, 26.6863, 3.61283, 300, 0, 0, 42, 0, 0), +(120307, 31467, 1, 1, 192, 0, 0, 1451.82, -4410.37, 25.3187, 4.99164, 300, 0, 0, 42, 0, 0), +(120308, 31467, 1, 1, 192, 0, 0, 1428.1, -4425.13, 25.3187, 0.017453, 300, 0, 0, 42, 0, 0), +(120309, 31467, 1, 1, 192, 0, 0, 1503.74, -4385.62, 21.9836, 0.366519, 300, 0, 0, 42, 0, 0), +(120310, 31467, 1, 1, 192, 0, 0, 1349.98, -4347.57, 27.2651, 0.408181, 300, 0, 0, 42, 0, 0), +(120311, 31467, 1, 1, 192, 0, 0, 1290.51, -4427.42, 26.8743, 1.65806, 300, 0, 0, 42, 0, 0), +(120312, 31467, 1, 1, 192, 0, 0, 1591.92, -4421.75, 9.19134, 4.27606, 300, 0, 0, 42, 0, 0), +(120314, 31467, 1, 1, 192, 0, 0, 1327.41, -4355.25, 28.5793, 2.26893, 300, 0, 0, 42, 0, 0), +(120318, 31467, 1, 1, 192, 0, 0, 1348.2, -4342.35, 27.3154, 3.50811, 300, 0, 0, 42, 0, 0), +(120319, 31467, 1, 1, 192, 0, 0, 1370.66, -4405.43, 29.8003, 5.70723, 300, 0, 0, 42, 0, 0), +(120320, 31467, 1, 1, 192, 0, 0, 1442.68, -4382.87, 27.9692, 2.6529, 300, 0, 0, 42, 0, 0), +(120321, 31467, 1, 1, 192, 0, 0, 1514.34, -4393.1, 19.2682, 5.02655, 300, 0, 0, 42, 0, 0), +(120322, 31467, 1, 1, 192, 0, 0, 1372.42, -4417.69, 29.946, 4.7822, 300, 0, 0, 42, 0, 0), +(120347, 31467, 1, 1, 192, 0, 0, 1424.73, -4402.81, 27.8919, 1.51844, 300, 0, 0, 42, 0, 0), +(120348, 31467, 1, 1, 192, 0, 0, 1506.26, -4397.44, 21.1897, 4.49761, 300, 0, 0, 42, 0, 0), +(120349, 31467, 1, 1, 192, 0, 0, 1514.01, -4428.42, 20.2095, 0.091911, 300, 0, 0, 42, 0, 0), +(120350, 31467, 1, 1, 192, 0, 0, 1343.96, -4346.27, 27.32, 4.36332, 300, 0, 0, 42, 0, 0), +(120351, 31467, 1, 1, 192, 0, 0, 1449.22, -4431.79, 27.9594, 0.698132, 300, 0, 0, 42, 0, 0), +(120356, 31467, 1, 1, 192, 0, 0, 1446.99, -4432.07, 27.9606, 1.8326, 300, 0, 0, 42, 0, 0), +(120361, 31467, 1, 1, 192, 0, 0, 1286.08, -4424.82, 26.7458, 4.60767, 300, 0, 0, 42, 0, 0), +(120362, 31467, 1, 1, 192, 0, 0, 1425.41, -4355.51, 25.3187, 4.74729, 300, 0, 0, 42, 0, 0), +(120363, 31467, 1, 1, 192, 0, 0, 1374.79, -4356.54, 26.3583, 4.01426, 300, 0, 0, 42, 0, 0), +(120364, 31467, 1, 1, 192, 0, 0, 1438.46, -4362.51, 25.3187, 4.29351, 300, 0, 0, 42, 0, 0), +(120365, 31467, 1, 1, 192, 0, 0, 1337.31, -4418.02, 27.0777, 3.9619, 300, 0, 0, 42, 0, 0), +(120366, 31467, 1, 1, 192, 0, 0, 1445.43, -4401.04, 28.0069, 3.1765, 300, 0, 0, 42, 0, 0), +(120409, 31467, 1, 1, 192, 0, 0, 1370.44, -4407.64, 29.7393, 2.70993, 300, 0, 0, 42, 0, 0); + +DELETE FROM `creature_addon` WHERE `guid`IN (119571, 119608, 119609, 119638, 119775, 120090, 120154, 120233, 120234, 120242, 120246, 120247, 120248, 120267, 120268, 120269, 120270, 120271, 120272, 120273, 120274, 120275, 120276, 120277, 120278, 120279, 120281, 120282, 120283, 120284, 120285, 120286, 120287, 120288, 120289, 120290, 120291, 120292, 120293, 120294, 120295, 120296, 120298, 120299, 120300, 120301, 120302, 120303, 120304, 120305, 120306, 120307, 120308, 120309, 120310, 120311, 120312, 120314, 120318, 120319, 120320, 120321, 120322, 120347, 120348, 120349, 120350, 120351, 120356, 120361, 120362, 120363, 120364, 120365, 120366, 120409); +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes1`,`bytes2`,`auras`) VALUES +(120090, 0, 8, 1, ""), +(120154, 0, 0, 1, "52742"), +(120233, 0, 0, 1, "52742"), +(120234, 0, 8, 1, ""), +(120246, 0, 8, 1, ""), +(120247, 0, 8, 1, ""), +(120248, 0, 0, 1, "52742"), +(120267, 0, 8, 1, ""), +(120268, 0, 1, 1, ""), +(120269, 0, 0, 1, "52742"), +(120270, 0, 8, 1, ""), +(120272, 0, 0, 1, "52742"), +(120273, 0, 1, 1, ""), +(120274, 0, 1, 1, ""), +(120275, 0, 0, 1, "52742"), +(120276, 0, 1, 1, ""), +(120278, 0, 1, 1, ""), +(120279, 0, 0, 1, "52742"), +(120281, 0, 8, 1, ""), +(120282, 0, 1, 1, ""), +(120283, 0, 1, 1, ""), +(120284, 0, 8, 1, ""), +(120287, 0, 8, 1, ""), +(120288, 0, 1, 1, ""), +(120290, 0, 0, 1, "52742"), +(120291, 0, 8, 1, ""), +(120292, 0, 8, 1, ""), +(120293, 0, 0, 1, "52742"), +(120294, 0, 8, 1, ""), +(120295, 0, 1, 1, ""), +(120296, 0, 1, 1, ""), +(120298, 0, 1, 1, ""), +(120300, 0, 0, 1, "52742"), +(120302, 0, 8, 1, ""), +(120303, 0, 0, 1, "52742"), +(120304, 0, 0, 1, "52742"), +(120305, 0, 1, 1, ""), +(120306, 0, 1, 1, ""), +(120307, 0, 1, 1, ""), +(120310, 0, 8, 1, ""), +(120311, 0, 0, 1, "52742"), +(120312, 0, 0, 1, "52742"), +(120314, 0, 1, 1, ""), +(120318, 0, 0, 1, "52742"), +(120320, 0, 1, 1, ""), +(120321, 0, 8, 1, ""), +(120348, 0, 1, 1, ""), +(120350, 0, 1, 1, ""), +(120351, 0, 0, 1, "52742"), +(120356, 0, 0, 1, "52742"), +(120361, 0, 0, 1, "52742"), +(120362, 0, 8, 1, ""), +(120363, 0, 1, 1, ""), +(120364, 0, 8, 1, ""), +(120409, 0, 1, 1, ""); + +DELETE FROM `gameobject_addon` WHERE `guid` IN (SELECT `guid` FROM `gameobject` WHERE `id` IN (193215,193216,193217,193218,193219)); +DELETE FROM `gameobject` WHERE `id` IN (193215,193216,193217,193218,193219); +DELETE FROM `gameobject` WHERE `guid` IN (9270, 9272, 9273, 9274, 9276, 9277, 9280, 9282, 9283, 9284, 9285, 9287, 9288, 9289); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(9270, 193219, 1, 1, 192, 1589.77, -4423.56, 8.23726, 1.93731, 0, 0, 0.824125, 0.566409, 300, 255, 1), +(9272, 193219, 1, 1, 192, 1371.21, -4416.96, 29.6913, 3.14159, 0, 0, 1, 0.00000126759, 300, 255, 1), +(9273, 193219, 1, 1, 192, 1370.57, -4405.97, 29.6971, 3.05433, 0, 0, 0.999048, 0.0436174, 300, 255, 1), +(9274, 193215, 1, 1, 192, 1342.05, -4422.28, 27.1199, 2.89724, 0, 0, 0.992546, 0.121873, 300, 255, 1), +(9276, 193215, 1, 1, 192, 1510.65, -4434.43, 19.5072, 0.279252, 0, 0, 0.139173, 0.990268, 300, 255, 1), +(9277, 193216, 1, 1, 192, 1505.29, -4396.68, 21.197, -0.244346, 0, 0, -0.121869, 0.992546, 300, 255, 1), +(9280, 193216, 1, 1, 192, 1347.04, -4345.92, 27.2229, -0.418879, 0, 0, -0.207912, 0.978148, 300, 255, 1), +(9282, 193216, 1, 1, 192, 1289.21, -4424.8, 26.6752, -1.02974, 0, 0, -0.492422, 0.870357, 300, 255, 1), +(9283, 193217, 1, 1, 192, 1427.4, -4355.75, 25.0687, -1.41372, 0, 0, -0.649449, 0.760405, 300, 255, 1), +(9284, 193217, 1, 1, 192, 1428.25, -4422.29, 25.1243, -2.9845, 0, 0, -0.996917, 0.0784656, 300, 255, 1), +(9285, 193217, 1, 1, 192, 1327.95, -4357.13, 27.4334, -1.39626, 0, 0, -0.642786, 0.766046, 300, 255, 1), +(9287, 193218, 1, 1, 192, 1438.4, -4363.5, 25.8465, -1.46608, 0, 0, -0.669132, 0.743144, 300, 255, 1), +(9288, 193218, 1, 1, 192, 1374.88, -4354.89, 26.2083, 2.60053, 0, 0, 0.963629, 0.267244, 300, 255, 1), +(9289, 193218, 1, 1, 192, 1438.47, -4431.58, 25.2354, 0.034906, 0, 0, 0.0174521, 0.999848, 300, 255, 1); + +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1941.58, `position_y`=-4393.49, `position_z`=21.5581 WHERE `guid`=119441; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1729.87, `position_y`=-4401.11, `position_z`=34.4732 WHERE `guid`=119436; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1910.66, `position_y`=-4754.65, `position_z`=33.3433 WHERE `guid`=119434; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1768.53, `position_y`=-4307.2, `position_z`=6.96165 WHERE `guid`=119412; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1402.14, `position_y`=-4367.3, `position_z`=25.2354 WHERE `guid`=119438; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1908.35, `position_y`=-4412.74, `position_z`=48.1737 WHERE `guid`=119500; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1936.76, `position_y`=-4407.65, `position_z`=21.5679 WHERE `guid`=119499; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1876.84, `position_y`=-4265.46, `position_z`=31.9919 WHERE `guid`=119486; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1908.22, `position_y`=-4560.1, `position_z`=33.8923 WHERE `guid`=119431; +UPDATE `creature` SET `MovementType`=2, `spawndist`=0, `position_x`=1717.29, `position_y`=-4359.8, `position_z`=27.4567 WHERE `guid`=119490; + +UPDATE `creature` SET `MovementType`=2, `spawndist`=0 WHERE `guid` IN (11789); +DELETE FROM `creature_addon` WHERE `guid`IN (119438,119436,119441,119412,119434,11789,119500,119499,119486,119431,119490); +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes1`,`bytes2`,`auras`) VALUES +(119438, 85270, 0, 1, ""), +(119436, 65620, 0, 1, ""), +(119441, 33860, 0, 1, ""), +(119412, 79450, 0, 1, ""), +(119434, 74210, 0, 1, ""), +(11789, 117890, 0, 1, ""), +(119500, 117890, 0, 1, ""), +(119499, 79410, 0, 1, ""), +(119486, 117950, 0, 1, ""), +(119431, 104700, 0, 1, ""), +(119490, 104670, 0, 1, ""); + +DELETE FROM `waypoint_data` WHERE `id` IN (117890); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(117890, 1, 1906.894165, -4384.234375, 47.920551, 0, 0, 0, 0, 100, 0), +(117890, 2, 1908.349976, -4412.740234, 48.173698, 0, 0, 0, 0, 100, 0), +(117890, 3, 1898.438843, -4431.943848, 50.490543, 0, 0, 0, 0, 100, 0), +(117890, 4, 1888.410278, -4444.972168, 53.210392, 0, 0, 0, 0, 100, 0), +(117890, 5, 1873.276733, -4460.344727, 48.959175, 0, 0, 0, 0, 100, 0), +(117890, 6, 1854.799438, -4479.249512, 46.989246, 0, 0, 0, 0, 100, 0), +(117890, 7, 1834.475952, -4490.451660, 46.864590, 0, 0, 0, 0, 100, 0), +(117890, 8, 1788.990601, -4504.492676, 44.928707, 0, 0, 0, 0, 100, 0), +(117890, 9, 1761.138672, -4498.602051, 44.785973, 0, 0, 0, 0, 100, 0), +(117890, 10, 1788.990601, -4504.492676, 44.928707, 0, 0, 0, 0, 100, 0), +(117890, 11, 1834.475952, -4490.451660, 46.864590, 0, 0, 0, 0, 100, 0), +(117890, 12, 1854.799438, -4479.249512, 46.989246, 0, 0, 0, 0, 100, 0), +(117890, 13, 1873.276733, -4460.344727, 48.959175, 0, 0, 0, 0, 100, 0), +(117890, 14, 1888.410278, -4444.972168, 53.210392, 0, 0, 0, 0, 100, 0), +(117890, 15, 1898.438843, -4431.943848, 50.490543, 0, 0, 0, 0, 100, 0), +(117890, 16, 1908.349976, -4412.740234, 48.173698, 0, 0, 0, 0, 100, 0), +(117890, 17, 1906.894165, -4384.234375, 47.920551, 0, 0, 0, 0, 100, 0); + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (31467, 31437); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-120304, 31467, 31437) AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3146700, 3143700, 3146701, 3143701, 3143702) AND `source_type`=9; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(-120304, 0, 0, 0, 1, 0, 100, 0, 5000, 5000, 10000, 15000, 0, 88, 3146700, 3146701, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - OOC - Random action list'), +(-120304, 0, 1, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - On spawn - Set active'), +(3146700, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 12, 31467, 8, 0, 0, 0, 0, 8, 0, 0, 0, 1316.4609, -4438.7158, 24.881, 1.591999, 'Forsaken Refugee - Action list - Summon creature'), +(3146701, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 12, 31437, 8, 0, 0, 0, 0, 8, 0, 0, 0, 1316.4609, -4438.7158, 24.881, 1.591999, 'Forsaken Refugee - Action list - Summon creature'), +(31467, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 88, 3143700, 3143702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - Just summoned - Random action list'), +(31437, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 88, 3143700, 3143702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - Just summoned - Random action list'), +(3143700, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 53, 0, 3143700, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - Action list - Start waypoint'), +(3143701, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 53, 0, 3143701, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - Action list - Start waypoint'), +(3143702, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 53, 0, 3143702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - Action list - Start waypoint'), +(31467, 0, 1, 0, 40, 0, 100, 0, 17, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - On waypoint reached - Despawn'), +(31437, 0, 1, 0, 40, 0, 100, 0, 17, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - On waypoint reached - Despawn'), +(31467, 0, 2, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - Just summoned - Set Active'), +(31437, 0, 2, 0, 54, 0, 100, 0, 0, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Forsaken Refugee - Just summoned - Set Active'); + +DELETE FROM `waypoint_data` WHERE `id` IN (1454640, 1454650, 1454660, 1454270, 1454280, 1454290); +DELETE FROM `waypoints` WHERE `entry` IN (3143700, 3143701, 3143702); +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(3143700, 1, 1316.4609, -4438.7158, 24.881, 'Forsaken Refugee'), +(3143700, 2, 1314.8236, -4417.7846, 25.420, 'Forsaken Refugee'), +(3143700, 3, 1313.2452, -4400.3559, 25.840, 'Forsaken Refugee'), +(3143700, 4, 1312.3549, -4390.5258, 26.244, 'Forsaken Refugee'), +(3143700, 5, 1332.0351, -4382.3876, 26.213, 'Forsaken Refugee'), +(3143700, 6, 1369.9281, -4372.8642, 26.055, 'Forsaken Refugee'), +(3143700, 7, 1387.1138, -4369.7480, 27.242, 'Forsaken Refugee'), +(3143700, 8, 1412.0271, -4365.9169, 25.462, 'Forsaken Refugee'), +(3143700, 9, 1426.8172, -4363.8710, 25.462, 'Forsaken Refugee'), +(3143700, 10, 1431.0446, -4381.3339, 25.462, 'Forsaken Refugee'), +(3143700, 11, 1437.3090, -4419.2050, 25.462, 'Forsaken Refugee'), +(3143700, 12, 1453.3935, -4419.8872, 25.462, 'Forsaken Refugee'), +(3143700, 13, 1481.8146, -4416.8681, 25.434, 'Forsaken Refugee'), +(3143700, 14, 1513.9096, -4413.0698, 18.120, 'Forsaken Refugee'), +(3143700, 15, 1537.3415, -4415.3842, 11.402, 'Forsaken Refugee'), +(3143700, 16, 1558.0830, -4418.6694, 8.3734, 'Forsaken Refugee'), +(3143700, 17, 1585.6124, -4423.0302, 8.2562, 'Forsaken Refugee'), +(3143701, 1, 1316.4609, -4438.7158, 24.881, 'Forsaken Refugee'), +(3143701, 2, 1314.8236, -4417.7846, 25.420, 'Forsaken Refugee'), +(3143701, 3, 1313.2452, -4400.3559, 25.840, 'Forsaken Refugee'), +(3143701, 4, 1312.3549, -4390.5258, 26.244, 'Forsaken Refugee'), +(3143701, 5, 1332.0351, -4382.3876, 26.213, 'Forsaken Refugee'), +(3143701, 6, 1369.9281, -4372.8642, 26.055, 'Forsaken Refugee'), +(3143701, 7, 1387.1138, -4369.7480, 27.242, 'Forsaken Refugee'), +(3143701, 8, 1412.0271, -4365.9169, 25.462, 'Forsaken Refugee'), +(3143701, 9, 1426.8172, -4363.8710, 25.462, 'Forsaken Refugee'), +(3143701, 10, 1431.0446, -4381.3339, 25.462, 'Forsaken Refugee'), +(3143701, 11, 1437.3090, -4419.2050, 25.462, 'Forsaken Refugee'), +(3143701, 12, 1453.3935, -4419.8872, 25.462, 'Forsaken Refugee'), +(3143701, 13, 1481.8146, -4416.8681, 25.434, 'Forsaken Refugee'), +(3143701, 14, 1499.3583, -4417.9228, 22.666, 'Forsaken Refugee'), +(3143701, 15, 1506.2633, -4422.1684, 22.391, 'Forsaken Refugee'), +(3143701, 16, 1512.8826, -4430.4702, 20.718, 'Forsaken Refugee'), +(3143701, 17, 1516.6553, -4437.5810, 19.969, 'Forsaken Refugee'), +(3143702, 1, 1316.4609, -4438.7158, 24.881, 'Forsaken Refugee'), +(3143702, 2, 1314.8236, -4417.7846, 25.420, 'Forsaken Refugee'), +(3143702, 3, 1313.2452, -4400.3559, 25.840, 'Forsaken Refugee'), +(3143702, 4, 1312.3549, -4390.5258, 26.244, 'Forsaken Refugee'), +(3143702, 5, 1332.0351, -4382.3876, 26.213, 'Forsaken Refugee'), +(3143702, 6, 1369.9281, -4372.8642, 26.055, 'Forsaken Refugee'), +(3143702, 7, 1387.1138, -4369.7480, 27.242, 'Forsaken Refugee'), +(3143702, 8, 1412.0271, -4365.9169, 25.462, 'Forsaken Refugee'), +(3143702, 9, 1426.8172, -4363.8710, 25.462, 'Forsaken Refugee'), +(3143702, 10, 1431.0446, -4381.3339, 25.462, 'Forsaken Refugee'), +(3143702, 11, 1437.3090, -4419.2050, 25.462, 'Forsaken Refugee'), +(3143702, 12, 1453.3935, -4419.8872, 25.462, 'Forsaken Refugee'), +(3143702, 13, 1481.8146, -4416.8681, 25.434, 'Forsaken Refugee'), +(3143702, 14, 1495.2380, -4413.8037, 22.958, 'Forsaken Refugee'), +(3143702, 15, 1499.6075, -4409.7963, 22.760, 'Forsaken Refugee'), +(3143702, 16, 1507.3316, -4402.6752, 21.079, 'Forsaken Refugee'), +(3143702, 17, 1508.8146, -4400.0517, 20.614, 'Forsaken Refugee'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_02_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_02_world_335.sql new file mode 100644 index 00000000000..255f368a6ea --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_08_02_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry`=195304; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES +(195304, 6, 327, "Stormforged Mole Machine Trap", 0.75, 0, 0, 0, 66491, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "", "", -18019); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_00_world.sql new file mode 100644 index 00000000000..d89d2379106 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_00_world.sql @@ -0,0 +1,32 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120429, 120430, 120431, 120432, 120496, 120516, 120517, 120524, 120525, 120527, 120528, 120529, 120530, 120531, 120532, 120535, 120536, 120537, 120538, 120539, 120540, 120541, 120542); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(120429, 31435, 571, 0, 0, 1, 8, 0, 1, 5879.417, 2100.573, 509.0201, 3.560472, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) +(120430, 31435, 571, 0, 0, 1, 8, 0, 1, 5891.056, 2021.512, 512.9142, 2.565634, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) +(120431, 31435, 571, 0, 0, 1, 8, 0, 1, 5893.938, 2024.526, 513.2369, 2.600541, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) +(120432, 31435, 571, 0, 0, 1, 8, 0, 1, 5885.642, 1991.998, 514.4342, 2.80998, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) +(120496, 31435, 571, 0, 0, 1, 8, 0, 1, 5848.652, 2096.577, 503.949, 3.368485, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120516, 31435, 571, 0, 0, 1, 8, 0, 1, 5863.017, 2051.382, 504.0689, 2.80998, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120517, 31435, 571, 0, 0, 1, 8, 0, 1, 5863.935, 2122.72, 507.8875, 3.630285, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120524, 31435, 571, 0, 0, 1, 8, 0, 1, 5848.652, 2096.577, 503.949, 3.368485, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120525, 31435, 571, 0, 0, 1, 8, 0, 1, 5705.1, 2164.94, 506.448, 5.14872, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120527, 31435, 571, 0, 0, 1, 8, 0, 1, 5744.73, 2172.21, 505.841, 3.46446, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120528, 31435, 571, 0, 0, 1, 8, 0, 1, 5788.44, 2198.33, 513.466, 4.15388, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120529, 31435, 571, 0, 0, 1, 8, 0, 1, 5780.13, 2200.04, 513.765, 4.45059, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31435 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120530, 31646, 571, 0, 0, 1, 8, 0, 0, 5818.827, 2034.414, 503.4009, 0.9773844, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) (Auras: 42344 - 42344) +(120531, 31646, 571, 0, 0, 1, 8, 0, 0, 5815.766, 2043.798, 503.3762, 4.153883, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) (Auras: 42344 - 42344) +(120532, 31646, 571, 0, 0, 1, 8, 0, 0, 5788.609, 1993.956, 435.3794, 3.612832, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) (Auras: 42344 - 42344) +(120535, 31646, 571, 0, 0, 1, 8, 0, 0, 5784.868, 2020.841, 491.8832, 0.4363323, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) (Auras: 42344 - 42344) +(120536, 31646, 571, 0, 0, 1, 8, 0, 0, 5763.881, 2043.713, 493.9036, 3.106686, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) (Auras: 42344 - 42344) +(120537, 31646, 571, 0, 0, 1, 8, 0, 0, 5764.212, 2045.802, 501.5097, 5.166174, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) (Auras: 42344 - 42344) +(120538, 31646, 571, 0, 0, 1, 8, 0, 0, 5767.917, 2058.603, 475.9332, 4.433136, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) (Auras: 42344 - 42344) +(120539, 31646, 571, 0, 0, 1, 8, 0, 0, 5703.195, 1997.119, 120.5905, 3.665191, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) +(120540, 31646, 571, 0, 0, 1, 8, 0, 0, 5685.622, 2088.298, 279.9338, 3.804818, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) +(120541, 31646, 571, 0, 0, 1, 8, 0, 0, 5680.397, 2073.604, -20.91908, 1.48353, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007), -- 31646 (Area: -1 - Difficulty: 0) +(120542, 31646, 571, 0, 0, 1, 8, 0, 0, 5688.017, 2092.321, 455.6302, 2.460914, 120, 0, 0, 0, 0, 0, 0, 0, 0, 14007); -- 31646 (Area: -1 - Difficulty: 0) + +DELETE FROM `creature_template_addon` WHERE `entry` IN (31435); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(31435, 0, 0, 0, 1, 425, ''); -- 31435 + +UPDATE `creature` SET `position_x`=5907.302, `position_y`=1998.576, `position_z`=517.1657, `orientation`=2.792527 WHERE `id`=31440; diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_01_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_01_world.sql new file mode 100644 index 00000000000..9259a953af2 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120543); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(120543, 31806, 621, 0, 0, 1, 1, 0, 0, -19.213629, -0.001574, 17.527269, 3.190881, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_02_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_02_world.sql new file mode 100644 index 00000000000..a73aefa38c3 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_02_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature` SET `phaseMask`=64 WHERE `id` IN (32617,32619,32620,32623,32625); +DELETE FROM `creature` WHERE `guid` IN (120544, 120545, 120555, 120591, 120597); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(120544, 32616, 571, 0, 0, 1, 128, 0, 0, 5415.12, 2811.42, 418.758, 2.32129, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(120545, 32618, 571, 0, 0, 1, 128, 0, 0, 5467.56, 2810.08, 418.758, 0.837758, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(120555, 32621, 571, 0, 0, 1, 128, 0, 0, 5407.84, 2819.29, 418.676, 0.471239, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(120591, 32622, 571, 0, 0, 1, 128, 0, 0, 5468.27, 2871.14, 418.758, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(120597, 32624, 571, 0, 0, 1, 128, 0, 0, 5476.1, 2818.04, 418.758, 4.38078, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_03_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_03_world.sql new file mode 100644 index 00000000000..d0d7a3b5b26 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_09_03_world.sql @@ -0,0 +1,18 @@ +-- +UPDATE `creature` SET `MovementType`=2, `spawndist`=0 WHERE `guid` IN (12548, 131839); +UPDATE `creature_addon` SET `path_id`=125480 WHERE `guid`IN (12548, 131839); + +DELETE FROM `waypoint_data` WHERE `id` IN (125480); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(125480, 1, 5466.9599, 2847.219, 418.6759, 1.600639, 0, 0, 0, 100, 0), +(125480, 2, 5462.2539, 2859.512, 418.6759, 2.103294, 0, 0, 0, 100, 0), +(125480, 3, 5449.2954, 2867.745, 418.6759, 3.010430, 0, 0, 0, 100, 0), +(125480, 4, 5428.8813, 2867.707, 418.6759, 3.308881, 0, 0, 0, 100, 0), +(125480, 5, 5416.9375, 2857.756, 418.6759, 4.058936, 0, 0, 0, 100, 0), +(125480, 6, 5412.1484, 2842.477, 418.6759, 4.600855, 0, 0, 0, 100, 0), +(125480, 7, 5414.3408, 2828.859, 418.6759, 5.146702, 0, 0, 0, 100, 0), +(125480, 8, 5424.5141, 2815.667, 418.6759, 5.743592, 0, 0, 0, 100, 0), +(125480, 9, 5439.1206, 2812.936, 418.6759, 6.195192, 0, 0, 0, 100, 0), +(125480, 10, 5455.7231, 2816.125, 418.6759, 0.442150, 0, 0, 0, 100, 0), +(125480, 11, 5466.2690, 2825.763, 418.6759, 1.467095, 0, 0, 0, 100, 0), +(125480, 12, 5467.5898, 2841.060, 418.7579, 1.396260, 0, 0, 0, 100, 0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_00_world.sql new file mode 100644 index 00000000000..c691646e140 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_00_world.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120601); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(120601, 27175, 571, 3537, 4121, 1, 1, 0, 1, 3599.8713, 6687.595, 194.964, 4.113135, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340); -- 27175 (Area: 4121 - Difficulty: 0) + +DELETE FROM `creature_template_addon` WHERE `entry` IN (27175); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(27175, 0, 0, 0, 257, 0, ''); -- 27175 + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (27175); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (27175) AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(27175, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 12000, 15000, 0, 11, 12738, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Transitus Shield Warmage - IC - Cast Amplify Damage'), +(27175, 0, 1, 0, 0, 0, 100, 0, 3000, 3000, 3000, 4000, 0, 11, 17290, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Transitus Shield Warmage - IC - Cast Fireball'), +(27175, 0, 2, 0, 0, 0, 100, 0, 5000, 6000, 8000, 10000, 0, 11, 56837, 65, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Transitus Shield Warmage - IC - Cast Frostbolt'), +(27175, 0, 3, 0, 0, 0, 100, 0, 7000, 10000, 20000, 25000, 0, 11, 13323, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 'Transitus Shield Warmage - IC - Cast Polymorph'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_01_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_01_world.sql new file mode 100644 index 00000000000..730377f500f --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_01_world.sql @@ -0,0 +1,19 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120598,120599); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120598, 32738, 571, 1, 1, 0, 0, 5846.0029, 877.936, 846.3367, 1.485737, 300, 0, 0, 0, 0, 0), +(120599, 32740, 571, 1, 1, 0, 0, 5863.8427, 871.6867, 846.337, 0.865273, 300, 0, 0, 0, 0, 0); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (32738,32740); +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(32738, 0, 0,"The view up here is amazing!", 12, 0, 100, 0, 0, 0, 33031, 0, 'Kat Sunflower'), +(32738, 0, 1,"Too bad I left my light feathers at home... Slow Fall would work perfect here!", 12, 0, 100, 0, 0, 0, 33032, 0, 'Kat Sunflower'), +(32740, 0, 0,"The view up here is amazing!", 12, 0, 100, 0, 0, 0, 33031, 0, 'Archmage Rheaume'), +(32740, 0, 1,"Too bad I left my light feathers at home... Slow Fall would work perfect here!", 12, 0, 100, 0, 0, 0, 33032, 0, 'Archmage Rheaume'); + +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|32768 WHERE `entry` IN (27175); +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (32738,32740); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (32738,32740) AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(32738, 0, 0, 0, 1, 0, 100, 0, 1000, 60000, 300000, 840000, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Kat Sunflower - OOC - Say text'), +(32740, 0, 0, 0, 1, 0, 100, 0, 1000, 60000, 300000, 840000, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Archmage Rheaume - OOC - Say text'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_02_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_02_world.sql new file mode 100644 index 00000000000..5cf122bb3e0 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120603); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120603, 33599, 571, 1, 1, 0, 1, 8548.11, 933.363, 547.377, 5.86431, 300, 0, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_03_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_03_world_335.sql new file mode 100644 index 00000000000..9572a70a8ee --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_03_world_335.sql @@ -0,0 +1,21 @@ +-- +DELETE FROM `gameobject_template_locale` WHERE `entry` IN (190671,165557,3224); +INSERT INTO `gameobject_template_locale` (`entry`, `locale`, `name`, `castBarCaption`, `VerifiedBuild`) VALUES +(3224, "deDE", "Klingenhügel", "", 18019), +(3224, "esES", "Cerrotajo", "", 18019), +(3224, "esMX", "Cerrotajo", "", 18019), +(3224, "frFR", "Tranchecolline", "", 18019), +(3224, "koKR", "칼바위 언덕", "", 18019), +(3224, "ruRU", "Колючий Холм", "", 18019), +(3224, "zhCN", "剃刀岭", "", 18019), +(3224, "zhTW", "剃刀嶺", "", 18019), +(165557, "deDE", "Östlicher Zeppelinlandeturm - Tirisfal und Schlingendorntal", "", 18019), +(165557, "frFR", "Tour de Zepplin est - Clairières de Tirisfal et Vallée de Strangleronce", "", 18019), +(165557, "esES", "Torre Zepelin Este - Claros de Tirisfal y Valle de Tuercespina", "", 18019), +(165557, "esMX", "Torre Zepelin Este - Claros de Tirisfal y Valle de Tuercespina", "", 18019), +(165557, "ruRU", "Восточная башня дирижабля - Тирисфальские леса и Тернистая долина", "", 18019), +(190671, "deDE", "Westlicher Zeppelinlandeturm - Nordend und Mulgore", "", 18019), +(190671, "frFR", "Tour de Zepplin ouest - Norfendre et Mulgore", "", 18019), +(190671, "esES", "Torre Zepelín Oeste - Rasganorte y Mulgore", "", 18019), +(190671, "esMX", "Torre Zepelín Oeste - Rasganorte y Mulgore", "", 18019), +(190671, "ruRU", "Западная башня дирижаблей - Нордскол и Мулгор", "", 18019); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_04_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_04_world.sql new file mode 100644 index 00000000000..144cc498223 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_04_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120604,120605,120606); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120604, 33600, 571, 1, 1, 0, 1, 8548.21, 954.800, 547.377, 4.88665, 300, 0, 0, 0, 0, 0), +(120605, 33601, 571, 1, 1, 0, 0, 8559.26, 939.371, 547.777, 6.25005, 300, 0, 0, 0, 0, 0), +(120606, 33603, 571, 1, 1, 0, 0, 8549.54, 944.761, 547.368, 1.03501, 300, 0, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_05_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_05_world.sql new file mode 100644 index 00000000000..9ca1c6185c5 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_05_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120639); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120639, 34055, 603, 3, 1, 0, 0, 2134.883, -263.6244, 442.0274, 0, 7200, 0, 0, 0, 0, 0); -- 34055 (Area: 0 - Difficulty: 0) diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_06_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_06_world.sql new file mode 100644 index 00000000000..9688f87caee --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120640); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120640, 34230, 624, 3, 1, 0, 0, -218.779, -263.68, 91.8296, 1.6057, 7200, 0, 0, 0, 0, 0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_07_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_07_world_335.sql new file mode 100644 index 00000000000..b876d658f9e --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_07_world_335.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120641, 120642, 120643); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120641, 34281, 1, 1, 1, 0, 0, -963.143, -3766.15, 5.37971, 0, 180, 0, 0, 0, 0, 0), +(120642, 34281, 1, 1, 1, 0, 0, -997.826, -3822.7, 5.42039, 0, 180, 0, 0, 0, 0, 0), +(120643, 34281, 1, 1, 1, 0, 0, 9934.07, 2501.45, 1317.91, 0, 180, 0, 0, 0, 0, 0); + +DELETE FROM `game_event_creature` WHERE `guid` IN (120641, 120642, 120643); +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(10,120641), +(10,120642), +(10,120643); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_08_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_08_world.sql new file mode 100644 index 00000000000..f9d206013b9 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_08_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120644); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120644, 34984, 571, 1, 1, 0, 0, 5812.16, 644.068, 647.537, 0, 180, 0, 0, 0, 0, 0); -- 34984 (Area: 0 - Difficulty: 0) diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_09_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_09_world.sql new file mode 100644 index 00000000000..174ee66262f --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_10_09_world.sql @@ -0,0 +1,42 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (60772,63093,120645,120646,120647,120672,120673,120674); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(60772, 35097, 571, 1, 1, 0, 0, 8462.0263, 1606.0546, 671.071, 3.353651, 180, 0, 0, 0, 0, 0), +(63093, 35097, 571, 1, 1, 0, 0, 8462.08, 1570.52, 670.028, 2.70526, 180, 0, 0, 0, 0, 0), +(120645, 35097, 571, 1, 1, 0, 0, 8459.2, 1611.21, 670.028, 1.91986, 180, 0, 0, 0, 0, 0), +(120646, 34728, 571, 1, 1, 0, 1, 8465.8388, 1606.368, 669.9461, 0.164148, 300, 0, 0, 0, 0, 0), +(120647, 34728, 571, 1, 1, 0, 1, 8462.0595, 1633.897, 671.2108, 5.337571, 300, 0, 0, 0, 0, 0), +(120672, 34734, 571, 1, 1, 0, 1, 8543.9501, 1504.7854, 642.151, 1.068919, 300, 0, 0, 0, 0, 0), +(120673, 35444, 571, 1, 1, 0, 1, 8464.755, 1588.085, 673.1536, 0.1745329, 300, 0, 0, 0, 0, 0), +(120674, 38751, 571, 1, 1, 0, 0, 8464.708, 1587.946, 670.0728, 0, 120, 0, 0, 0, 0, 0); + +UPDATE `creature_template_addon` SET `auras`=66763 WHERE `entry`=38751; +DELETE FROM `creature_template_addon` WHERE `entry`=35444; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(35444, 0, 0, 8, 1, 0, ''); + +DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (38751); +INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`) VALUES (38751,1); + +UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `id` IN (35106,34810); +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry` IN (35444); +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=35106; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (34734) AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (34808) AND `source_type`=0 AND `id`=3; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-56281,-56218) AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(34734, 0, 2, 0, 23, 0, 100, 1, 67040, 1, 0, 0, 0, 11, 67040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Dark Ritualist - Has Aura - Cast Spell'), +(34808, 0, 3, 0, 1, 0, 100, 0, 1000, 2000, 15000, 17000, 0, 11, 66256, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Dark Ritualist - Ooc - Cast Spell Eye Channel'), +(-56281, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 5000, 7000, 0, 11, 60857, 64, 0, 0, 0, 0, 10, 60772, 35097, 0, 0, 0, 0, 0, 'Black Knight Caster - On reset - Cast Spell Drain Soul Visual'), +(-56218, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 5000, 7000, 0, 11, 60857, 64, 0, 0, 0, 0, 10, 54610, 35097, 0, 0, 0, 0, 0, 'Black Knight Caster - On reset - Cast Spell Drain Soul Visual'); + +UPDATE `creature` SET `modelid`=0, `MovementType`=0, `spawndist`=0 WHERE `id`=35097; +DELETE FROM `creature_addon` WHERE `guid` IN (54536,120672,60772,63093,120645,120646,120647,120672); +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(120672, 0, 0, 0, 1, 0, '67040'), +(120646, 0, 0, 0, 1, 375, ''), +(120647, 0, 0, 0, 1, 375, ''); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=66256; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition` ,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,66256,0,0,31,0,3,34810,0,0,0,'','Eye Channel'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_00_world.sql new file mode 100644 index 00000000000..639bfcf6418 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_00_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry` IN (35984,35462,30281); +DELETE FROM `creature` WHERE `guid` IN (120675); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120675, 35462, 571, 1, 1, 0, 1, 8479.33, 925.866, 547.417, 4.64556, 180, 0, 0, 0, 0, 0); +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (86812); +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES +(86812,86812,0,0,515,0,0), +(86812,120675,3,270,515,0,0); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_01_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_01_world_335.sql new file mode 100644 index 00000000000..6a382a83ce1 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_01_world_335.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120676); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120676, 35477, 0, 1, 1, 0, 1, -8827.98, 515.408, 98.6826, 6.00393, 180, 0, 0, 0, 0, 0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=10649; +INSERT INTO `gossip_menu_option` (`MenuId`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextId`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES +(10649, 0, 0, 'Yes I do!', 35835, 1, 1, 26124); + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=35477; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (35477) AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(35477, 0, 0, 1, 62, 0, 100, 0, 10649, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Little Adeline - On gossip select - Close gossip'), +(35477, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 11, 67554, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Little Adeline - On gossip select - Cast Spell Cascade of Petals'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_02_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_02_world_335.sql new file mode 100644 index 00000000000..c3c35b59205 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_11_02_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120677); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120677, 36643, 33, 1, 1, 0, 0, -212.951, 2191.71, 79.8481, 0, 180, 0, 0, 0, 0, 0); + +DELETE FROM `game_event_creature` WHERE `guid` IN (120677); +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(8,120677); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_13_00_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_13_00_world.sql new file mode 100644 index 00000000000..5880b21c2bb --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_13_00_world.sql @@ -0,0 +1,199 @@ +-- +DELETE FROM `creature` WHERE `id` IN (37544, 37545, 37546, 37003, 37017, 36998, 37004, 37021, 37144, 37027, 37148, 37026, 37016, 37029, 37149, 37146, 37034, 37035, 37028, 37030, 37033, 37032, 37031) ; +DELETE FROM `creature` WHERE `guid` IN (120678, 120679, 120680, 120681, 120683, 120684, 120688, 120689, 120690, 120691, 120694, 120695, 120696, 120697, 120698, 120699, 120701, 120703, 120717, 120718, 120719, 120729, 120730, 120731, 120732, 120749, 120750, 120751, 120752, 120753, 120754, 120755, 120760, 120761, 120763, 120764, 120765, 120768, 120769, 120770, 120771, 120772, 120773, 120774, 120775, 120776, 120777, 120778, 120785, 120787, 120788, 120790, 120791, 120792, 120793, 120794, 120796, 120800, 120803, 120804, 120805, 120806, 120814, 120821, 120822, 120823, 120824, 120825, 120827, 120828, 120878, 120879, 120880, 120881, 120882, 120883, 120884, 120888, 120899, 120904, 120905, 120906); +DELETE FROM `creature_addon` WHERE `guid` IN (120678, 120679, 120680, 120681, 120683, 120684, 120688, 120689, 120690, 120691, 120694, 120695, 120696, 120697, 120698, 120699, 120701, 120703, 120717, 120718, 120719, 120729, 120730, 120731, 120732, 120749, 120750, 120751, 120752, 120753, 120754, 120755, 120760, 120761, 120763, 120764, 120765, 120768, 120769, 120770, 120771, 120772, 120773, 120774, 120775, 120776, 120777, 120778, 120785, 120787, 120788, 120790, 120791, 120792, 120793, 120794, 120796, 120800, 120803, 120804, 120805, 120806, 120814, 120821, 120822, 120823, 120824, 120825, 120827, 120828, 120878, 120879, 120880, 120881, 120882, 120883, 120884, 120888, 120899, 120904, 120905, 120906); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +-- a2 +(120678, 37029, 631, 15, 1, 0, 1, -570.641, 2211.68, 200.053, 1.04720, 7200, 0, 0, 0, 0, 0), +(120679, 37029, 631, 15, 1, 0, 1, -526.003, 2306.41, 200.053, 4.27606, 7200, 0, 0, 0, 0, 0), +(120680, 37034, 631, 15, 1, 0, 1, -521.915, 2113.98, 200.053, 2.478370, 7200, 0, 0, 0, 0, 0), +(120681, 37034, 631, 15, 1, 0, 1, -580.328, 2205.22, 200.053, 0.645772, 7200, 0, 0, 0, 0, 0), +(120683, 37034, 631, 15, 1, 0, 1, -537.818, 2272.28, 200.053, 1.191070, 7200, 0, 0, 0, 0, 0), +(120684, 37031, 631, 15, 1, 0, 1, -560.135, 2282.38, 200.053, 1.39626, 7200, 0, 0, 0, 0, 0), +(120688, 37031, 631, 15, 1, 0, 1, -543.648, 2130.99, 200.053, 5.07891, 7200, 0, 0, 0, 0, 0), +(120690, 37030, 631, 15, 1, 0, 1, -560.3195, 2203.019, 200.0529, 1.954769, 7200, 0, 0, 0, 0, 0), +(120691, 37030, 631, 15, 1, 0, 1, -532.6268, 2105.153, 202.7382, 1.850049, 7200, 0, 0, 0, 0, 0), +(120694, 37032, 631, 15, 1, 0, 1, -568.589, 2210.64, 200.053, 2.1353, 7200, 0, 0, 0, 0, 0), +(120695, 37032, 631, 15, 1, 0, 1, -537.83, 2130.97, 200.053, 5.014760, 7200, 0, 0, 0, 0, 0), +(120696, 37033, 631, 15, 1, 0, 1, -553.776, 2280.97, 200.053, 1.25664, 7200, 0, 0, 0, 0, 0), +(120697, 37033, 631, 15, 1, 0, 1, -546.288, 2117.19, 200.053, 6.23082, 7200, 0, 0, 0, 0, 0), +(120698, 37035, 631, 15, 1, 0, 1, -543.4393, 2286.908, 200.0529, 0.2150863, 7200, 0, 0, 0, 0, 0), +(120699, 37149, 631, 15, 1, 0, 1, -551.8524, 2128.007, 200.0529, 5.532694, 7200, 0, 0, 0, 0, 0), +(120701, 37149, 631, 15, 1, 0, 1, -543.1875, 2277.276, 200.0529, 0.942477, 7200, 0, 0, 0, 0, 0), +(120717, 37146, 631, 15, 1, 0, 1, -572.5555, 2199.792, 200.0529, 1.48353, 7200, 0, 0, 0, 0, 0), +(120718, 37146, 631, 15, 1, 0, 1, -535.309, 2136.521, 200.0529, 4.712389, 7200, 0, 0, 0, 0, 0), +(120719, 37028, 631, 15, 1, 0, 1, -566.7153, 2213.01, 200.0529, 2.300951, 7200, 0, 0, 0, 0, 0), +(120729, 37003, 631, 15, 1, 0, 1, -568.8672, 2215.135, 199.9687, -1.508828, 7200, 0, 0, 0, 0, 0), +(120730, 37017, 631, 15, 1, 0, 1, -522.8994, 2309.663, 199.9696, -2.332192, 7200, 0, 0, 0, 0, 0), +(120731, 36998, 631, 15, 1, 0, 1, -540.4876, 2290.304, 199.9696, -2.286344, 7200, 0, 0, 0, 0, 0), +(120752, 37027, 631, 15, 1, 0, 1, -560.3666, 2222.89, 199.9696, -2.16208, 7200, 0, 0, 0, 0, 0), +(120753, 37148, 631, 15, 1, 0, 1, -534.1493, 2288.938, 200.0529, 4.2935, 7200, 0, 0, 0, 0, 0), +(120755, 37026, 631, 15, 1, 0, 1, -578.2379, 2225.882, 200.0529, 4.991642, 7200, 0, 0, 0, 0, 0), +(120760, 37016, 631, 15, 1, 0, 1, -541.7899, 2301.422, 200.0529, 4.537856, 7200, 0, 0, 0, 0, 0), +(120772, 37230, 631, 15, 1, 0, 0, -539.654, 2128.96, 215.601, 0.802851, 7200, 0, 0, 0, 0, 0), -- +-- perma +(120761, 37231, 631, 15, 1, 0, 0, -542.1371, 2161.701, 200.0528, 4.46804, 7200, 0, 0, 0, 0, 0), -- +(120763, 37231, 631, 15, 1, 0, 0, -516.9514, 2125.953, 200.053, 3.752458, 7200, 0, 0, 0, 0, 0), -- +(120764, 37231, 631, 15, 1, 0, 0, -521.98767, 2101.38208, 199.96969, 1.578650, 7200, 0, 0, 0, 0, 0), -- +(120689, 37031, 631, 15, 1, 0, 1, -405.896, 2099.72, 191.317, 0.22689, 7200, 0, 0, 0, 0, 0), -- +(120703, 37146, 631, 15, 1, 0, 1, -422.2726, 2083.109, 191.339, 0.439680, 7200, 0, 0, 0, 0, 0), -- +(120732, 36998, 631, 15, 1, 0, 1, -373.9309, 2310.455, 199.9696, -1.549917, 7200, 0, 0, 0, 0, 0), -- +(120749, 37004, 631, 15, 1, 0, 1, -357.3277, 2327.389, 199.9697, 0.8163065, 7200, 0, 0, 0, 0, 0), -- +(120750, 37144, 631, 15, 1, 0, 1, -412.8646, 2327.679, 191.3213, 5.846853, 7200, 0, 0, 0, 0, 0), -- +(120751, 37027, 631, 15, 1, 0, 1, -376.3244, 2324.228, 198.888, 4.843664, 7200, 0, 0, 0, 0, 0), -- +(120754, 37148, 631, 15, 1, 0, 1, -369.8976, 2340.306, 198.6117, 5.5676, 7200, 0, 0, 0, 0, 0), -- +(120765, 37034, 631, 15, 1, 0, 1, -398.577, 2072.83, 191.52, 0.484564, 7200, 0, 0, 0, 0, 0), -- +(120768, 37149, 631, 15, 1, 0, 1, -402.788, 2087.65, 191.475, 0.225151, 7200, 0, 0, 0, 0, 0), -- +(120769, 37035, 631, 15, 1, 0, 1, -371.333, 2098.17, 199.97, 0.500037, 7200, 0, 0, 0, 0, 0), -- +(120770, 37028, 631, 15, 1, 0, 1, -367.681, 2092.27, 199.97, 1.32429, 7200, 0, 0, 0, 0, 0), -- +(120771, 37029, 631, 15, 1, 0, 1, -375.016, 2104.84, 199.97, 5.8281, 7200, 0, 0, 0, 0, 0), -- +(120773, 37544, 631, 15, 1, 0, 0, -373.8229, 2305.283, 200.053, 1.459183, 7200, 0, 0, 0, 0, 0), -- 37544 (Area: 0 - Difficulty: 0) (Auras: ) +(120774, 37544, 631, 15, 1, 0, 0, -353.7847, 2331.158, 200.053, 2.625241, 7200, 0, 0, 0, 0, 0), -- 37544 (Area: 0 - Difficulty: 0) (Auras: ) +(120775, 37544, 631, 15, 1, 0, 0, -320.4974, 2236.312, 200.9884, 1.883773, 7200, 0, 0, 0, 0, 0), -- 37544 (Area: 0 - Difficulty: 0) (possible waypoints or random movement) @CGUID+45 +(120776, 37544, 631, 15, 1, 0, 0, -300.7784, 2242.051, 199.972, 1.786780, 7200, 0, 0, 0, 0, 0), -- 37544 (Area: 0 - Difficulty: 0) (possible waypoints or random movement) @CGUID+46 +(120777, 37545, 631, 15, 1, 0, 0, -374.5538, 2321.681, 199.862, 4.767823, 7200, 0, 0, 0, 0, 0), -- 37545 (Area: 0 - Difficulty: 0) (Auras: 70394 - 70394) -- +(120778, 37545, 631, 15, 1, 0, 0, -370.0035, 2328.552, 200.006, 3.741523, 7200, 0, 0, 0, 0, 0), -- 37545 (Area: 0 - Difficulty: 0) (Auras: 70394 - 70394) +(120785, 37546, 631, 15, 1, 0, 0, -370.7639, 2323.792, 200.0529, 2.329053, 7200, 0, 0, 0, 0, 0), -- 37546 (Area: 0 - Difficulty: 0) (Auras: 70371 - 70371) +(120787, 37546, 631, 15, 1, 0, 0, -310.7586, 2238.527, 199.9707, 1.86683, 7200, 0, 0, 0, 0, 2), -- 37546 (Area: 0 - Difficulty: 0) (possible waypoints or random movement) -- @CGUID+50 +(120788, 37544, 631, 15, 1, 0, 0, -363.1669, 2087.3798, 200.0529, 3.066780, 7200, 0, 0, 0, 0, 0), -- 37544 (Area: 0 - Difficulty: 0) (Auras: ), 7200, 0, 0, 0, 0, 0), +(120790, 37544, 631, 15, 1, 0, 0, -377.9635, 2112.8366, 199.9697, 3.938768, 7200, 0, 0, 0, 0, 0), -- 37544 (Area: 0 - Difficulty: 0) (Auras: ) +(120791, 37545, 631, 15, 1, 0, 0, -366.2217, 2096.6633, 199.9697, 3.616759, 7200, 0, 0, 0, 0, 0), -- 37545 (Area: 0 - Difficulty: 0) (Auras: 70394 - 70394) +(120792, 37545, 631, 15, 1, 0, 0, -369.6770, 2103.3796, 199.9697, 3.738496, 7200, 0, 0, 0, 0, 0), -- 37545 (Area: 0 - Difficulty: 0) (Auras: 70394 - 70394) +(120793, 37546, 631, 15, 1, 0, 0, -365.653, 2101.838, 199.969, 3.777764, 7200, 0, 0, 0, 0, 0), -- 37546 (Area: 0 - Difficulty: 0) (possible waypoints or random movement) +-- h² +(120794, 37003, 631, 15, 1, 0, 1, -541.8195, 2131.927, 200.0532, 5.266072, 7200, 0, 0, 0, 0, 0), -- 37003 (Area: -1 - Difficulty: 0) (Auras: ) +(120796, 37017, 631, 15, 1, 0, 1, -561.603, 2206.2065, 199.9702, 4.708451, 7200, 0, 0, 0, 0, 0), -- 37017 (Area: -1 - Difficulty: 0) (Auras: ) +(120800, 36998, 631, 15, 1, 0, 1, -566.7587, 2206.766, 200.0529, 4.537856, 7200, 0, 0, 0, 0, 0), -- 36998 (Area: -1 - Difficulty: 0) (Auras: ) +(120803, 36998, 631, 15, 1, 0, 1, -531.6858, 2295.083, 200.0529, 1.37881, 7200, 0, 0, 0, 0, 0), -- 36998 (Area: -1 - Difficulty: 0) (Auras: 69901 - 69901) +(120804, 37004, 631, 15, 1, 0, 1, -544.9114, 2125.316, 200.0534, 5.266072, 7200, 0, 0, 0, 0, 0), -- 37004 (Area: -1 - Difficulty: 0) (Auras: ) +(120805, 37004, 631, 15, 1, 0, 1, -572.0538, 2205.634, 200.0529, 4.939282, 7200, 0, 0, 0, 0, 0), -- 37004 (Area: -1 - Difficulty: 0) (Auras: ) +(120806, 37021, 631, 15, 1, 0, 1, -576.7587, 2212.627, 200.0529, 5.201081, 7200, 0, 0, 0, 0, 0), -- 37021 (Area: -1 - Difficulty: 0) (Auras: ) +(120814, 37021, 631, 15, 1, 0, 1, -551.7274, 2134.875, 200.0529, 5.156119, 7200, 0, 0, 0, 0, 0), -- 37021 (Area: -1 - Difficulty: 0) (Auras: ) +(120821, 37021, 631, 15, 1, 0, 1, -533.2379, 2314.325, 202.3127, 4.698877, 7200, 0, 0, 0, 0, 0), -- 37021 (Area: -1 - Difficulty: 0) (Auras: ) +(120822, 37144, 631, 15, 1, 0, 1, -568.2101, 2215.033, 200.0529, 4.572762, 7200, 0, 0, 0, 0, 0), -- 37144 (Area: -1 - Difficulty: 0) (Auras: ) +(120823, 37144, 631, 15, 1, 0, 1, -539.8472, 2281.116, 200.0529, 0.9599311, 7200, 0, 0, 0, 0, 0), -- 37144 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120824, 37027, 631, 15, 1, 0, 1, -559.7552, 2211.974, 200.0529, 4.101524, 7200, 0, 0, 0, 0, 0), -- 37027 (Area: -1 - Difficulty: 0) (Auras: 69882 - 69882) +(120825, 37027, 631, 15, 1, 0, 1, -542.507, 2290.811, 200.0529, 0.790114, 7200, 0, 0, 0, 0, 0), -- 37027 (Area: -1 - Difficulty: 0) (Auras: 69898 - 69898) (possible waypoints or random movement) +(120827, 37148, 631, 15, 1, 0, 1, -536.4028, 2143.903, 200.0529, 4.419935, 7200, 0, 0, 0, 0, 0), -- 37148 (Area: -1 - Difficulty: 0) (Auras: ) +(120828, 37148, 631, 15, 1, 0, 1, -543.3333, 2305.083, 200.0529, 5.532694, 7200, 0, 0, 0, 0, 0), -- 37148 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120878, 37026, 631, 15, 1, 0, 1, -544.4965, 2152.589, 200.0529, 5.156119, 7200, 0, 0, 0, 0, 0), -- 37026 (Area: -1 - Difficulty: 0) (Auras: ) +(120879, 37026, 631, 15, 1, 0, 1, -549.6493, 2290.264, 200.0529, 0.7679449, 7200, 0, 0, 0, 0, 0), -- 37026 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120880, 37016, 631, 15, 1, 0, 1, -545.8906, 2142.823, 200.0529, 5.156119, 7200, 0, 0, 0, 0, 0), -- 37016 (Area: -1 - Difficulty: 0) (Auras: ) +(120881, 37016, 631, 15, 1, 0, 1, -527.3976, 2284.901, 200.0529, 1.396263, 7200, 0, 0, 0, 0, 0), -- 37016 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120882, 37149, 631, 15, 1, 0, 1, -546.3212, 2112.354, 200.0529, 2.199115, 7200, 0, 0, 0, 0, 0), -- 37149 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120883, 37035, 631, 15, 1, 0, 1, -567.9566, 2204.46, 200.0529, 1.361357, 7200, 0, 0, 0, 0, 0), -- 37035 (Area: -1 - Difficulty: 0) (Auras: 70115 - 70115) (possible waypoints or random movement) +(120884, 37028, 631, 15, 1, 0, 1, -542.9514, 2122.153, 200.0537, 2.111850, 7200, 0, 0, 0, 0, 0), -- 37028 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120888, 37030, 631, 15, 1, 0, 1, -554.868, 2194.853, 200.0529, 2.6529, 7200, 0, 0, 0, 0, 0), -- 37030 (Area: -1 - Difficulty: 0) (Auras: 70115 - 70115) +(120899, 37033, 631, 15, 1, 0, 1, -576.7986, 2194.63, 200.0529, 0.6457718, 7200, 0, 0, 0, 0, 0), -- 37033 (Area: -1 - Difficulty: 0) (Auras: 70115 - 70115) (possible waypoints or random movement) +(120904, 37032, 631, 15, 1, 0, 1, -537.1927, 2125.583, 200.0533, 2.111848, 7200, 0, 0, 0, 0, 0), -- 37032 (Area: -1 - Difficulty: 0) (Auras: 70115 - 70115) (possible waypoints or random movement) +(120905, 37031, 631, 15, 1, 0, 1, -527.0382, 2127.816, 200.0905, 2.984513, 7200, 0, 0, 0, 0, 0), -- 37031 (Area: -1 - Difficulty: 0) (Auras: ) (possible waypoints or random movement) +(120906, 37230, 631, 15, 1, 0, 0, -530.3264, 2301.082, 213.5288, 4.555309, 7200, 0, 0, 0, 0, 0); -- 37230 (Area: -1 - Difficulty: 0) (Auras: ) + +-- Spawn Group +DELETE FROM `spawn_group_template` WHERE `groupId` IN (57, 58); +INSERT INTO `spawn_group_template` (`groupId`, `groupName`, `groupFlags`) VALUES +(57, 'ICC - Alliance Rempart of skulls', 4), +(58, 'ICC - Horde Rempart of skulls', 4); + +DELETE FROM `spawn_group` WHERE `groupId` IN (57, 58); +INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES +(57, 0, 120678), +(57, 0, 120679), +(57, 0, 120680), +(57, 0, 120681), +(57, 0, 120683), +(57, 0, 120684), +(57, 0, 120688), +(57, 0, 120690), +(57, 0, 120691), +(57, 0, 120694), +(57, 0, 120695), +(57, 0, 120696), +(57, 0, 120697), +(57, 0, 120698), +(57, 0, 120699), +(57, 0, 120701), +(57, 0, 120717), +(57, 0, 120718), +(57, 0, 120719), +(57, 0, 120729), +(57, 0, 120730), +(57, 0, 120731), +(57, 0, 120752), +(57, 0, 120753), +(57, 0, 120755), +(57, 0, 120760), +(57, 0, 120772), +(58, 0, 120794), +(58, 0, 120796), +(58, 0, 120800), +(58, 0, 120803), +(58, 0, 120804), +(58, 0, 120805), +(58, 0, 120806), +(58, 0, 120814), +(58, 0, 120821), +(58, 0, 120822), +(58, 0, 120823), +(58, 0, 120824), +(58, 0, 120825), +(58, 0, 120827), +(58, 0, 120828), +(58, 0, 120878), +(58, 0, 120879), +(58, 0, 120880), +(58, 0, 120881), +(58, 0, 120882), +(58, 0, 120883), +(58, 0, 120884), +(58, 0, 120888), +(58, 0, 120899), +(58, 0, 120904), +(58, 0, 120905), +(58, 0, 120906); + +DELETE FROM `creature_addon` WHERE `guid`=120787; +INSERT INTO `creature_addon` (`guid`,`path_id`,`bytes2`) VALUES (120787,120787*10,1); + +DELETE FROM `waypoint_data` WHERE `id` IN (120787*10); +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES +(120787*10, 1, -319.5052, 2268.1833, 199.9704, 2.038115, 0, 0, 0, 100, 0), +(120787*10, 2, -330.1688, 2285.7285, 199.9704, 2.277660, 0, 0, 0, 100, 0), +(120787*10, 3, -317.9910, 2265.6630, 199.9704, 5.073673, 0, 0, 0, 100, 0), +(120787*10, 4, -310.7590, 2238.5300, 199.9709, 1.866830, 0, 0, 0, 100, 0), +(120787*10, 5, -306.9678, 2211.2873, 199.9898, 4.728105, 0, 0, 0, 100, 0), +(120787*10, 6, -311.8185, 2182.9230, 199.9746, 4.445362, 0, 0, 0, 100, 0), +(120787*10, 7, -320.1536, 2154.9924, 199.9703, 4.311849, 0, 0, 0, 100, 0), +(120787*10, 8, -329.4419, 2139.9841, 199.9703, 4.009474, 0, 0, 0, 100, 0), +(120787*10, 9, -332.5546, 2135.076, 199.970016, 4.021255, 0, 0, 0, 100, 0), +(120787*10, 10, -323.6188, 2150.9753, 199.9703, 1.107427, 0, 0, 0, 100, 0), +(120787*10, 11, -311.8031, 2179.6269, 199.9719, 1.335193, 0, 0, 0, 100, 0), +(120787*10, 12, -308.5027, 2206.5891, 199.9873, 1.590447, 0, 0, 0, 100, 0), +(120787*10, 13, -310.7590, 2238.5300, 199.9709, 1.866830, 0, 0, 0, 100, 0); + +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (120787); +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES +(120787,120787,0,0,515,0,0), +(120787,120775,3,270,515,2,9), +(120787,120776,3,90,515,2,9); + +DELETE FROM `creature_movement_override` WHERE `SpawnId` IN (120772,120906); +INSERT INTO `creature_movement_override` (`SpawnId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) VALUES +(120772, 1, 0, 1, 1, 0, 0), +(120906, 1, 0, 1, 1, 0, 0); + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=37231; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (-120761,-120763,-120764,-120772,-201162,-201077,-201118,-120906) AND `source_type`=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(-120761, 0, 0, 0, 23, 0, 100, 0, 70153, 0, 2000, 2000, 0, 11, 70153, 64, 0, 0, 0, 0, 10, 120772, 37230, 0, 0, 0, 0, 0, 'Rope Beam Stalker - On reset - Cast Spell Rope Beam'), +(-120763, 0, 0, 0, 23, 0, 100, 0, 70153, 0, 2000, 2000, 0, 11, 70153, 64, 0, 0, 0, 0, 10, 120772, 37230, 0, 0, 0, 0, 0, 'Rope Beam Stalker - On reset - Cast Spell Rope Beam'), +(-120764, 0, 0, 0, 23, 0, 100, 0, 70153, 0, 2000, 2000, 0, 11, 70153, 64, 0, 0, 0, 0, 10, 120772, 37230, 0, 0, 0, 0, 0, 'Rope Beam Stalker - On reset - Cast Spell Rope Beam'), +(-120772, 0, 0, 0, 0, 0, 100, 30, 10000, 13000, 13000, 16000, 0, 11, 70362, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 'Spire Frostwyrm - IC - Cast Blizzard'), +(-120772, 0, 1, 0, 0, 0, 100, 30, 8000, 10000, 3000, 6000, 0, 11, 70361, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Spire Frostwyrm - IC - Cast Cleave'), +(-120772, 0, 2, 0, 0, 0, 100, 30, 13000, 15000, 6000, 9000, 0, 11, 70116, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Spire Frostwyrm - IC - Cast Breath'), +(-120906, 0, 0, 0, 0, 0, 100, 30, 10000, 13000, 13000, 16000, 0, 11, 70362, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 'Spire Frostwyrm - IC - Cast Blizzard'), +(-120906, 0, 1, 0, 0, 0, 100, 30, 8000, 10000, 3000, 6000, 0, 11, 70361, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Spire Frostwyrm - IC - Cast Cleave'), +(-120906, 0, 2, 0, 0, 0, 100, 30, 13000, 15000, 6000, 9000, 0, 11, 70116, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Spire Frostwyrm - IC - Cast Breath'), +(-201162, 0, 0, 0, 23, 0, 100, 0, 70153, 0, 2000, 2000, 0, 11, 70153, 64, 0, 0, 0, 0, 10, 120906, 37230, 0, 0, 0, 0, 0, 'Rope Beam Stalker - On reset - Cast Spell Rope Beam'), +(-201077, 0, 0, 0, 23, 0, 100, 0, 70153, 0, 2000, 2000, 0, 11, 70153, 64, 0, 0, 0, 0, 10, 120906, 37230, 0, 0, 0, 0, 0, 'Rope Beam Stalker - On reset - Cast Spell Rope Beam'), +(-201118, 0, 0, 0, 23, 0, 100, 0, 70153, 0, 2000, 2000, 0, 11, 70153, 64, 0, 0, 0, 0, 10, 120906, 37230, 0, 0, 0, 0, 0, 'Rope Beam Stalker - On reset - Cast Spell Rope Beam'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_14_00_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_14_00_world_335.sql new file mode 100644 index 00000000000..fdee0ededc1 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_14_00_world_335.sql @@ -0,0 +1,7 @@ +-- +UPDATE `gameobject` SET `spawntimesecs`=60 WHERE `id` IN (20351,19879); +UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry` IN (20352,19901); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (20352,19901) AND `source_type`=1; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(20352, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 0, 99, 2, 0, 0, 0, 0, 0, 20, 20351, 5, 0, 0, 0, 0, 0, 'Circle of Imprisonment - In Loot state change - Set loot state'), +(19901, 1, 0, 0, 70, 0, 100, 0, 2, 0, 0, 0, 0, 99, 2, 0, 0, 0, 0, 0, 20, 19879, 5, 0, 0, 0, 0, 0, 'Circle of Imprisonment - In Loot state change - Set loot state'); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_15_00_world_335.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_15_00_world_335.sql new file mode 100644 index 00000000000..ae2e7149e34 --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_15_00_world_335.sql @@ -0,0 +1,23 @@ +-- +UPDATE `creature` SET `position_z`=12.259 WHERE `id`=23907; +UPDATE `smart_scripts` SET `event_param1`=16000,`event_param2`=16000 WHERE `entryorguid`=23900 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `action_param1`=768 WHERE `entryorguid`=2389900 AND `source_type`=9 AND `id`=2; +UPDATE `smart_scripts` SET `action_param1`=768 WHERE `entryorguid`=23899 AND `source_type`=0 AND `id`=2; +UPDATE `creature_template_movement` SET `Ground`=1 WHERE `CreatureID`=23899; + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23899) AND `source_type`=0 AND `id`=5; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(23899,0,5,0,40,0,100,0,1,23899,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Tethyr - Waypoint reached - Root'); +UPDATE `creature_template` SET `flags_extra`=64 WHERE `entry` IN (23899); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=42578; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition` ,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,42578,0,0,31,0,3,23907,0,0,0,'','Cannon Blast'); + +DELETE FROM `creature_template_addon` WHERE `entry`=23900; +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `emote`) VALUES (23900,2,384); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 42578; +DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_gen_cannon_blast"; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(42578, "spell_gen_cannon_blast"); diff --git a/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_15_01_world.sql b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_15_01_world.sql new file mode 100644 index 00000000000..4f65d373e5b --- /dev/null +++ b/sql/old/3.3.5a/world/19111_2019_12_15/2019_12_15_01_world.sql @@ -0,0 +1,17 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN (24928); +DELETE FROM `creature` WHERE `guid` IN (120907, 120979, 120998, 121133, 121174, 121226, 121254, 121255, 121258, 121265, 121268, 121269, 121277); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(120907, 24936, 530, 3703, 0, 1, 1, 0, 0, -1835.411, 5507.045, -12.11504, 4.103784, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(120979, 24936, 530, 3703, 0, 1, 1, 0, 0, -1839.165, 5510.031, -12.21958, 4.639025, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(120998, 24936, 530, 3703, 0, 1, 1, 0, 0, -1834.396, 5507.919, -10.9347, 4.067026, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(121133, 24936, 530, 3703, 0, 1, 1, 0, 0, -1840.271, 5509.81, -11.74043, 4.758062, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(121174, 24936, 530, 3703, 0, 1, 1, 0, 0, -1842.928, 5509.737, -12.1849, 5.039337, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(121226, 24936, 530, 3703, 0, 1, 1, 0, 0, -1833.459, 5507.986, -11.58765, 3.994127, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(121254, 24936, 530, 3703, 0, 1, 1, 0, 0, -1833.145, 5507.063, -12.1361, 3.902911, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(121255, 24936, 530, 3703, 0, 1, 1, 0, 0, -1841.699, 5510.384, -11.60851, 4.900143, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(121258, 24928, 530, 3703, 0, 1, 1, 0, 0, -1839.853, 5500.67, -10.74042, 3.874631, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24928 (Area: 0 - Difficulty: 0) +(121265, 24936, 530, 3703, 0, 1, 1, 0, 0, -1832.456, 5506.022, -12.19859, 3.767873, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(121268, 24936, 530, 3703, 0, 1, 1, 0, 0, -1841.049, 5510.437, -10.38629, 4.834214, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 24936 (Area: 0 - Difficulty: 0) +(121269, 23131, 530, 3703, 0, 1, 1, 0, 1, -1886.849, 5415.389, -12.42824, 0.3356281, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354), -- 23131 (Area: 0 - Difficulty: 0) +(121277, 23131, 530, 3703, 0, 1, 1, 0, 1, -1889.244, 5422.028, -12.42819, 0.3448327, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354); -- 23131 (Area: 0 - Difficulty: 0) |